Trace number 1783892

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
glucose 1.0? (TO) 5000.04 5002.31

General information on the benchmark

Namecrafted/Difficult/contest05/sabharwal/
gt-ordering-unsat-gt-045.sat05-1310.reshuffled-07.cnf
MD5SUMae4e3f3661a3c7ad7c7ec30d56d611a1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark13.6149
Satisfiable
(Un)Satisfiability was proved
Number of variables1980
Number of clauses86175
Sum of the clauses size259380
Maximum clause length44
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2990
Number of clauses of size 385140
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.07	c ==============================================================================
0.00/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.07	c ==============================================================================
0.00/0.07	c |         0 |   86175   259380 |   25852       0        0     nan |  0.000 % |
0.00/0.07	c ==============================================================================
0.00/0.07	c Result  :   #vars: 1980   #clauses: 86175   #literals: 259380
0.00/0.07	c CPU time:   0.06399 s
0.00/0.07	c ==============================================================================
0.08/0.16	c
0.08/0.16	c Starting glucose
0.08/0.16	c
0.08/0.16	
0.08/0.16	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.08/0.16	
0.08/0.16	c ============================[ Problem Statistics ]=============================
0.08/0.16	c |                                                                             |
0.08/0.16	c |  Number of variables:  1980                                                 |
0.08/0.16	c |  Number of clauses:    86175                                                |
0.15/0.22	c |  Parsing time:         0.05         s                                       |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1783892-1241897357/watcher-1783892-1241897357 -o /tmp/evaluation-result-1783892-1241897357/solver-1783892-1241897357 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783892-1241897357.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25754
/proc/meminfo: memFree=1884032/2055920 swapFree=4178904/4192956
[pid=25754] ppid=25752 vsize=5360 CPUtime=0
/proc/25754/stat : 25754 (glucose.sh) R 25752 25754 25625 0 -1 4194304 268 0 0 0 0 0 0 0 19 0 1 0 217768663 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 233588714143 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/25754/statm: 1340 235 194 169 0 51 0
[pid=25755] ppid=25754 vsize=1140 CPUtime=0
/proc/25755/stat : 25755 (SatELite_releas) R 25754 25754 25625 0 -1 4194304 166 0 0 0 0 0 0 0 19 0 1 0 217768664 1167360 150 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/25755/statm: 285 152 50 174 0 108 0

[startup+0.101536 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25754
/proc/meminfo: memFree=1884032/2055920 swapFree=4178904/4192956
[pid=25754] ppid=25752 vsize=5360 CPUtime=0
/proc/25754/stat : 25754 (glucose.sh) S 25752 25754 25625 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 217768663 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25754/statm: 1340 236 195 169 0 51 0
[pid=25755] ppid=25754 vsize=6116 CPUtime=0.08
/proc/25755/stat : 25755 (SatELite_releas) R 25754 25754 25625 0 -1 4194304 1376 0 0 0 8 0 0 0 20 0 1 0 217768664 6262784 1360 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25755/statm: 1529 1360 78 174 0 1352 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11476

[startup+0.202568 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25754
/proc/meminfo: memFree=1884032/2055920 swapFree=4178904/4192956
[pid=25754] ppid=25752 vsize=5360 CPUtime=0.15
/proc/25754/stat : 25754 (glucose.sh) S 25752 25754 25625 0 -1 4194304 313 1377 0 0 0 0 14 1 15 0 1 0 217768663 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25754/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 5360

[startup+0.301568 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25754
/proc/meminfo: memFree=1884032/2055920 swapFree=4178904/4192956
[pid=25754] ppid=25752 vsize=5360 CPUtime=0.15
/proc/25754/stat : 25754 (glucose.sh) S 25752 25754 25625 0 -1 4194304 313 1377 0 0 0 0 14 1 15 0 1 0 217768663 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25754/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 5360

[startup+0.701607 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25754
/proc/meminfo: memFree=1884032/2055920 swapFree=4178904/4192956
[pid=25754] ppid=25752 vsize=5360 CPUtime=0.15
/proc/25754/stat : 25754 (glucose.sh) S 25752 25754 25625 0 -1 4194304 313 1377 0 0 0 0 14 1 15 0 1 0 217768663 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25754/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 5360

[startup+1.50169 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25757
/proc/meminfo: memFree=1871088/2055920 swapFree=4178904/4192956
[pid=25754] ppid=25752 vsize=5360 CPUtime=0.15
/proc/25754/stat : 25754 (glucose.sh) S 25752 25754 25625 0 -1 4194304 313 1377 0 0 0 0 14 1 15 0 1 0 217768663 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25754/statm: 1340 238 195 169 0 51 0
[pid=25757] ppid=25754 vsize=14028 CPUtime=1.32
/proc/25757/stat : 25757 (glucose_static) R 25754 25754 25625 0 -1 4194304 3387 0 0 0 131 1 0 0 25 0 1 0 217768680 14364672 3373 1992294400 134512640 135217611 4294956304 18446744073709551615 134533715 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25757/statm: 3507 3373 77 172 0 3332 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 19388

[startup+3.10184 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25757
/proc/meminfo: memFree=1865776/2055920 swapFree=4178904/4192956
[pid=25754] ppid=25752 vsize=5360 CPUtime=0.15
/proc/25754/stat : 25754 (glucose.sh) S 25752 25754 25625 0 -1 4194304 313 1377 0 0 0 0 14 1 15 0 1 0 217768663 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25754/statm: 1340 238 195 169 0 51 0
[pid=25757] ppid=25754 vsize=17616 CPUtime=2.92
/proc/25757/stat : 25757 (glucose_static) R 25754 25754 25625 0 -1 4194304 4283 0 0 0 290 2 0 0 25 0 1 0 217768680 18038784 4269 1992294400 134512640 135217611 4294956304 18446744073709551615 134532693 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25757/statm: 4404 4269 77 172 0 4229 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 22976

[startup+6.30116 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25757
/proc/meminfo: memFree=1862384/2055920 swapFree=4178904/4192956
[pid=25754] ppid=25752 vsize=5360 CPUtime=0.15
/proc/25754/stat : 25754 (glucose.sh) S 25752 25754 25625 0 -1 4194304 313 1377 0 0 0 0 14 1 15 0 1 0 217768663 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25754/statm: 1340 238 195 169 0 51 0
[pid=25757] ppid=25754 vsize=20576 CPUtime=6.11
/proc/25757/stat : 25757 (glucose_static) R 25754 25754 25625 0 -1 4194304 4999 0 0 0 609 2 0 0 25 0 1 0 217768680 21069824 4985 1992294400 134512640 135217611 4294956304 18446744073709551615 134533046 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25757/statm: 5144 4985 77 172 0 4969 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 25936

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25757
/proc/meminfo: memFree=1857904/2055920 swapFree=4178904/4192956
[pid=25754] ppid=25752 vsize=5360 CPUtime=0.15
/proc/25754/stat : 25754 (glucose.sh) S 25752 25754 25625 0 -1 4194304 313 1377 0 0 0 0 14 1 15 0 1 0 217768663 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25754/statm: 1340 238 195 169 0 51 0
[pid=25757] ppid=25754 vsize=24828 CPUtime=12.51
/proc/25757/stat : 25757 (glucose_static) R 25754 25754 25625 0 -1 4194304 6080 0 0 0 1248 3 0 0 25 0 1 0 217768680 25423872 6066 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25757/statm: 6207 6066 77 172 0 6032 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 30188

[startup+25.5021 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25757
/proc/meminfo: memFree=1855792/2055920 swapFree=4178904/4192956
[pid=25754] ppid=25752 vsize=5360 CPUtime=0.15
/proc/25754/stat : 25754 (glucose.sh) S 25752 25754 25625 0 -1 4194304 313 1377 0 0 0 0 14 1 15 0 1 0 217768663 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25754/statm: 1340 238 195 169 0 51 0
[pid=25757] ppid=25754 vsize=27220 CPUtime=25.31
/proc/25757/stat : 25757 (glucose_static) R 25754 25754 25625 0 -1 4194304 6648 0 0 0 2528 3 0 0 25 0 1 0 217768680 27873280 6634 1992294400 134512640 135217611 4294956304 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25757/statm: 6805 6634 77 172 0 6630 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 32580

[startup+51.1027 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25757
/proc/meminfo: memFree=1847920/2055920 swapFree=4178904/4192956
[pid=25754] ppid=25752 vsize=5360 CPUtime=0.15
/proc/25754/stat : 25754 (glucose.sh) S 25752 25754 25625 0 -1 4194304 313 1377 0 0 0 0 14 1 15 0 1 0 217768663 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25754/statm: 1340 238 195 169 0 51 0
[pid=25757] ppid=25754 vsize=35652 CPUtime=50.89
/proc/25757/stat : 25757 (glucose_static) R 25754 25754 25625 0 -1 4194304 8649 0 0 0 5084 5 0 0 25 0 1 0 217768680 36507648 8635 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25757/statm: 8913 8635 77 172 0 8738 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 41012

[startup+102.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25757
/proc/meminfo: memFree=1838768/2055920 swapFree=4178904/4192956
[pid=25754] ppid=25752 vsize=5360 CPUtime=0.15
/proc/25754/stat : 25754 (glucose.sh) S 25752 25754 25625 0 -1 4194304 313 1377 0 0 0 0 14 1 15 0 1 0 217768663 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25754/statm: 1340 238 195 169 0 51 0
[pid=25757] ppid=25754 vsize=44872 CPUtime=102.08
/proc/25757/stat : 25757 (glucose_static) R 25754 25754 25625 0 -1 4194304 10873 0 0 0 10201 7 0 0 25 0 1 0 217768680 45948928 10859 1992294400 134512640 135217611 4294956304 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25757/statm: 11218 10859 77 172 0 11043 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 50232

[startup+162.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25757
/proc/meminfo: memFree=1824240/2055920 swapFree=4178904/4192956
[pid=25754] ppid=25752 vsize=5360 CPUtime=0.15
/proc/25754/stat : 25754 (glucose.sh) S 25752 25754 25625 0 -1 4194304 313 1377 0 0 0 0 14 1 15 0 1 0 217768663 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25754/statm: 1340 238 195 169 0 51 0
[pid=25757] ppid=25754 vsize=60328 CPUtime=162.05
/proc/25757/stat : 25757 (glucose_static) R 25754 25754 25625 0 -1 4194304 14494 0 0 0 16197 8 0 0 25 0 1 0 217768680 61775872 14477 1992294400 134512640 135217611 4294956304 18446744073709551615 134533133 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25757/statm: 15082 14477 77 172 0 14907 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 65688

[startup+222.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25757
/proc/meminfo: memFree=1814512/2055920 swapFree=4178904/4192956
[pid=25754] ppid=25752 vsize=5360 CPUtime=0.15
/proc/25754/stat : 25754 (glucose.sh) S 25752 25754 25625 0 -1 4194304 313 1377 0 0 0 0 14 1 15 0 1 0 217768663 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25754/statm: 1340 238 195 169 0 51 0
[pid=25757] ppid=25754 vsize=70332 CPUtime=222.03
/proc/25757/stat : 25757 (glucose_static) R 25754 25754 25625 0 -1 4194304 16915 0 0 0 22194 9 0 0 25 0 1 0 217768680 72019968 16898 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25757/statm: 17583 16898 77 172 0 17408 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 75692

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25757
/proc/meminfo: memFree=1808816/2055920 swapFree=4178904/4192956
[pid=25754] ppid=25752 vsize=5360 CPUtime=0.15
/proc/25754/stat : 25754 (glucose.sh) S 25752 25754 25625 0 -1 4194304 313 1377 0 0 0 0 14 1 15 0 1 0 217768663 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25754/statm: 1340 238 195 169 0 51 0
[pid=25757] ppid=25754 vsize=76352 CPUtime=281.99
/proc/25757/stat : 25757 (glucose_static) R 25754 25754 25625 0 -1 4194304 18347 0 0 0 28189 10 0 0 25 0 1 0 217768680 78184448 18309 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25757/statm: 19088 18309 77 172 0 18913 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 81712

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25757
/proc/meminfo: memFree=1803696/2055920 swapFree=4178904/4192956
[pid=25754] ppid=25752 vsize=5360 CPUtime=0.15
/proc/25754/stat : 25754 (glucose.sh) S 25752 25754 25625 0 -1 4194304 313 1377 0 0 0 0 14 1 15 0 1 0 217768663 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25754/statm: 1340 238 195 169 0 51 0
[pid=25757] ppid=25754 vsize=81908 CPUtime=341.97
/proc/25757/stat : 25757 (glucose_static) R 25754 25754 25625 0 -1 4194304 19655 0 0 0 34186 11 0 0 25 0 1 0 217768680 83873792 19614 1992294400 134512640 135217611 4294956304 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25757/statm: 20477 19614 77 172 0 20302 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 87268

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25757
/proc/meminfo: memFree=1798256/2055920 swapFree=4178904/4192956
[pid=25754] ppid=25752 vsize=5360 CPUtime=0.15
/proc/25754/stat : 25754 (glucose.sh) S 25752 25754 25625 0 -1 4194304 313 1377 0 0 0 0 14 1 15 0 1 0 217768663 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25754/statm: 1340 238 195 169 0 51 0
[pid=25757] ppid=25754 vsize=87444 CPUtime=401.94

################
# More data... #
################

/proc/25757/statm: 76679 70279 77 172 0 76504 0
Current children cumulated CPU time (s) 4300.35
Current children cumulated vsize (KiB) 312076

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25767
/proc/meminfo: memFree=1597680/2055920 swapFree=4178904/4192956
[pid=25754] ppid=25752 vsize=5360 CPUtime=0.15
/proc/25754/stat : 25754 (glucose.sh) S 25752 25754 25625 0 -1 4194304 313 1377 0 0 0 0 14 1 15 0 1 0 217768663 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25754/statm: 1340 238 195 169 0 51 0
[pid=25757] ppid=25754 vsize=307600 CPUtime=4360.18
/proc/25757/stat : 25757 (glucose_static) R 25754 25754 25625 0 -1 4194304 70869 0 0 0 435963 55 0 0 25 0 1 0 217768680 314982400 70570 1992294400 134512640 135217611 4294956304 18446744073709551615 134522427 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25757/statm: 76900 70570 77 172 0 76725 0
Current children cumulated CPU time (s) 4360.33
Current children cumulated vsize (KiB) 312960

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25767
/proc/meminfo: memFree=1596464/2055920 swapFree=4178904/4192956
[pid=25754] ppid=25752 vsize=5360 CPUtime=0.15
/proc/25754/stat : 25754 (glucose.sh) S 25752 25754 25625 0 -1 4194304 313 1377 0 0 0 0 14 1 15 0 1 0 217768663 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25754/statm: 1340 238 195 169 0 51 0
[pid=25757] ppid=25754 vsize=309152 CPUtime=4420.15
/proc/25757/stat : 25757 (glucose_static) R 25754 25754 25625 0 -1 4194304 71200 0 0 0 441960 55 0 0 25 0 1 0 217768680 316571648 70901 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25757/statm: 77288 70901 77 172 0 77113 0
Current children cumulated CPU time (s) 4420.3
Current children cumulated vsize (KiB) 314512

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25767
/proc/meminfo: memFree=1594992/2055920 swapFree=4178904/4192956
[pid=25754] ppid=25752 vsize=5360 CPUtime=0.15
/proc/25754/stat : 25754 (glucose.sh) S 25752 25754 25625 0 -1 4194304 313 1377 0 0 0 0 14 1 15 0 1 0 217768663 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25754/statm: 1340 238 195 169 0 51 0
[pid=25757] ppid=25754 vsize=310844 CPUtime=4480.12
/proc/25757/stat : 25757 (glucose_static) R 25754 25754 25625 0 -1 4194304 71559 0 0 0 447957 55 0 0 25 0 1 0 217768680 318304256 71260 1992294400 134512640 135217611 4294956304 18446744073709551615 134533778 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25757/statm: 77711 71260 77 172 0 77536 0
Current children cumulated CPU time (s) 4480.27
Current children cumulated vsize (KiB) 316204

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25767
/proc/meminfo: memFree=1593200/2055920 swapFree=4178904/4192956
[pid=25754] ppid=25752 vsize=5360 CPUtime=0.15
/proc/25754/stat : 25754 (glucose.sh) S 25752 25754 25625 0 -1 4194304 313 1377 0 0 0 0 14 1 15 0 1 0 217768663 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25754/statm: 1340 238 195 169 0 51 0
[pid=25757] ppid=25754 vsize=312872 CPUtime=4540.1
/proc/25757/stat : 25757 (glucose_static) R 25754 25754 25625 0 -1 4194304 72002 0 0 0 453954 56 0 0 25 0 1 0 217768680 320380928 71703 1992294400 134512640 135217611 4294956304 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25757/statm: 78218 71703 77 172 0 78043 0
Current children cumulated CPU time (s) 4540.25
Current children cumulated vsize (KiB) 318232

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25767
/proc/meminfo: memFree=1591920/2055920 swapFree=4178904/4192956
[pid=25754] ppid=25752 vsize=5360 CPUtime=0.15
/proc/25754/stat : 25754 (glucose.sh) S 25752 25754 25625 0 -1 4194304 313 1377 0 0 0 0 14 1 15 0 1 0 217768663 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25754/statm: 1340 238 195 169 0 51 0
[pid=25757] ppid=25754 vsize=314492 CPUtime=4600.06
/proc/25757/stat : 25757 (glucose_static) R 25754 25754 25625 0 -1 4194304 72350 0 0 0 459950 56 0 0 25 0 1 0 217768680 322039808 72051 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25757/statm: 78623 72051 77 172 0 78448 0
Current children cumulated CPU time (s) 4600.21
Current children cumulated vsize (KiB) 319852

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25767
/proc/meminfo: memFree=1590896/2055920 swapFree=4178904/4192956
[pid=25754] ppid=25752 vsize=5360 CPUtime=0.15
/proc/25754/stat : 25754 (glucose.sh) S 25752 25754 25625 0 -1 4194304 313 1377 0 0 0 0 14 1 15 0 1 0 217768663 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25754/statm: 1340 238 195 169 0 51 0
[pid=25757] ppid=25754 vsize=315176 CPUtime=4660.04
/proc/25757/stat : 25757 (glucose_static) R 25754 25754 25625 0 -1 4194304 72559 0 0 0 465948 56 0 0 25 0 1 0 217768680 322740224 72260 1992294400 134512640 135217611 4294956304 18446744073709551615 134522438 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25757/statm: 78794 72260 77 172 0 78619 0
Current children cumulated CPU time (s) 4660.19
Current children cumulated vsize (KiB) 320536

[startup+4722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25767
/proc/meminfo: memFree=1589616/2055920 swapFree=4178904/4192956
[pid=25754] ppid=25752 vsize=5360 CPUtime=0.15
/proc/25754/stat : 25754 (glucose.sh) S 25752 25754 25625 0 -1 4194304 313 1377 0 0 0 0 14 1 15 0 1 0 217768663 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25754/statm: 1340 238 195 169 0 51 0
[pid=25757] ppid=25754 vsize=316704 CPUtime=4720.02
/proc/25757/stat : 25757 (glucose_static) R 25754 25754 25625 0 -1 4194304 72867 0 0 0 471945 57 0 0 25 0 1 0 217768680 324304896 72568 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25757/statm: 79176 72568 77 172 0 79001 0
Current children cumulated CPU time (s) 4720.17
Current children cumulated vsize (KiB) 322064

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25767
/proc/meminfo: memFree=1588400/2055920 swapFree=4178904/4192956
[pid=25754] ppid=25752 vsize=5360 CPUtime=0.15
/proc/25754/stat : 25754 (glucose.sh) S 25752 25754 25625 0 -1 4194304 313 1377 0 0 0 0 14 1 15 0 1 0 217768663 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25754/statm: 1340 238 195 169 0 51 0
[pid=25757] ppid=25754 vsize=318032 CPUtime=4779.99
/proc/25757/stat : 25757 (glucose_static) R 25754 25754 25625 0 -1 4194304 73163 0 0 0 477942 57 0 0 25 0 1 0 217768680 325664768 72864 1992294400 134512640 135217611 4294956304 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25757/statm: 79508 72864 77 172 0 79333 0
Current children cumulated CPU time (s) 4780.14
Current children cumulated vsize (KiB) 323392

[startup+4842.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25767
/proc/meminfo: memFree=1586928/2055920 swapFree=4178904/4192956
[pid=25754] ppid=25752 vsize=5360 CPUtime=0.15
/proc/25754/stat : 25754 (glucose.sh) S 25752 25754 25625 0 -1 4194304 313 1377 0 0 0 0 14 1 15 0 1 0 217768663 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25754/statm: 1340 238 195 169 0 51 0
[pid=25757] ppid=25754 vsize=319656 CPUtime=4839.96
/proc/25757/stat : 25757 (glucose_static) R 25754 25754 25625 0 -1 4194304 73535 0 0 0 483939 57 0 0 25 0 1 0 217768680 327327744 73236 1992294400 134512640 135217611 4294956304 18446744073709551615 134522443 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25757/statm: 79914 73236 77 172 0 79739 0
Current children cumulated CPU time (s) 4840.11
Current children cumulated vsize (KiB) 325016

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25767
/proc/meminfo: memFree=1585008/2055920 swapFree=4178904/4192956
[pid=25754] ppid=25752 vsize=5360 CPUtime=0.15
/proc/25754/stat : 25754 (glucose.sh) S 25752 25754 25625 0 -1 4194304 313 1377 0 0 0 0 14 1 15 0 1 0 217768663 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25754/statm: 1340 238 195 169 0 51 0
[pid=25757] ppid=25754 vsize=321656 CPUtime=4899.94
/proc/25757/stat : 25757 (glucose_static) R 25754 25754 25625 0 -1 4194304 74026 0 0 0 489936 58 0 0 25 0 1 0 217768680 329375744 73711 1992294400 134512640 135217611 4294956304 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25757/statm: 80414 73711 77 172 0 80239 0
Current children cumulated CPU time (s) 4900.09
Current children cumulated vsize (KiB) 327016

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25767
/proc/meminfo: memFree=1582832/2055920 swapFree=4178904/4192956
[pid=25754] ppid=25752 vsize=5360 CPUtime=0.15
/proc/25754/stat : 25754 (glucose.sh) S 25752 25754 25625 0 -1 4194304 313 1377 0 0 0 0 14 1 15 0 1 0 217768663 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25754/statm: 1340 238 195 169 0 51 0
[pid=25757] ppid=25754 vsize=324348 CPUtime=4959.91
/proc/25757/stat : 25757 (glucose_static) R 25754 25754 25625 0 -1 4194304 74565 0 0 0 495932 59 0 0 25 0 1 0 217768680 332132352 74250 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25757/statm: 81087 74250 77 172 0 80912 0
Current children cumulated CPU time (s) 4960.06
Current children cumulated vsize (KiB) 329708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25767
/proc/meminfo: memFree=1576816/2055920 swapFree=4178904/4192956
[pid=25754] ppid=25752 vsize=5360 CPUtime=0.15
/proc/25754/stat : 25754 (glucose.sh) S 25752 25754 25625 0 -1 4194304 313 1377 0 0 0 0 14 1 15 0 1 0 217768663 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25754/statm: 1340 238 195 169 0 51 0
[pid=25757] ppid=25754 vsize=330632 CPUtime=4999.89
/proc/25757/stat : 25757 (glucose_static) R 25754 25754 25625 0 -1 4194304 76046 0 0 0 499928 61 0 0 25 0 1 0 217768680 338567168 75731 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25757/statm: 82658 75731 77 172 0 82483 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 335992

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25754 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=149977
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=12998
# CPU time returned by wait4() is 0.162975
# while last known CPU time is 5000.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5002.31
CPU time (s): 5000.04
CPU user time (s): 4999.42
CPU system time (s): 0.62
CPU usage (%): 99.9546
Max. virtual memory (cumulated for all children) (KiB): 335992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.149977
system time used= 0.012998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1690
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 2

runsolver used 6.16906 second user time and 12.0302 second system time

The end

Launcher Data

Begin job on node27 at 2009-05-09 21:29:17
IDJOB=1783892
IDBENCH=24722
IDSOLVER=610
FILE ID=node27/1783892-1241897357
PBS_JOBID= 9264764
Free space on /tmp= 66144 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Difficult/contest05/sabharwal/gt-ordering-unsat-gt-045.sat05-1310.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783892-1241897357/watcher-1783892-1241897357 -o /tmp/evaluation-result-1783892-1241897357/solver-1783892-1241897357 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1783892-1241897357.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= ae4e3f3661a3c7ad7c7ec30d56d611a1
RANDOM SEED=1902370937

node27.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 2800.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5521.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 2800.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1884512 kB
Buffers:         35928 kB
Cached:          87516 kB
SwapCached:       8068 kB
Active:          64012 kB
Inactive:        69652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1884512 kB
SwapTotal:     4192956 kB
SwapFree:      4178904 kB
Dirty:            3096 kB
Writeback:           0 kB
Mapped:          14728 kB
Slab:            23720 kB
Committed_AS:   718792 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66140 MiB
End job on node27 at 2009-05-09 22:52:42