Trace number 1784192

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.05 5001.72

General information on the benchmark

NameCRAFTED/sgen/sat/
sgen1-sat-240-100.cnf
MD5SUM227ae3ed738eb1cf18ca67ef64582b2c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of clauses576
Sum of the clauses size1440
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2480
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 596
Number of clauses of size over 50

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.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |     576     1440 |     172       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 240   #clauses: 576   #literals: 1440
0.00/0.00	c CPU time:   0.001999 s
0.00/0.00	c ==============================================================================
0.00/0.00	c
0.00/0.00	c Starting glucose
0.00/0.00	c
0.00/0.00	
0.00/0.00	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.00	
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  240                                                  |
0.00/0.00	c |  Number of clauses:    576                                                  |
0.00/0.00	c |  Parsing time:         0.00         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-1784192-1241922509/watcher-1784192-1241922509 -o /tmp/evaluation-result-1784192-1241922509/solver-1784192-1241922509 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1784192-1241922509.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.01 1.15 1.09 3/64 6566
/proc/meminfo: memFree=1714168/2055920 swapFree=4113532/4192956
[pid=6566] ppid=6564 vsize=5360 CPUtime=0
/proc/6566/stat : 6566 (glucose.sh) R 6564 6566 3360 0 -1 4194304 294 127 0 0 0 0 0 0 19 0 1 0 220278424 5488640 237 1992294400 4194304 4889804 548682068832 18446744073709551615 235371139809 0 0 4100 65536 0 0 0 17 0 0 0
/proc/6566/statm: 1340 237 195 169 0 51 0

[startup+0.069548 s]
/proc/loadavg: 1.01 1.15 1.09 3/64 6566
/proc/meminfo: memFree=1714168/2055920 swapFree=4113532/4192956
[pid=6566] ppid=6564 vsize=5360 CPUtime=0
/proc/6566/stat : 6566 (glucose.sh) S 6564 6566 3360 0 -1 4194304 313 127 0 0 0 0 0 0 19 0 1 0 220278424 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6566/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101549 s]
/proc/loadavg: 1.01 1.15 1.09 3/64 6566
/proc/meminfo: memFree=1714168/2055920 swapFree=4113532/4192956
[pid=6566] ppid=6564 vsize=5360 CPUtime=0
/proc/6566/stat : 6566 (glucose.sh) S 6564 6566 3360 0 -1 4194304 313 127 0 0 0 0 0 0 19 0 1 0 220278424 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6566/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301569 s]
/proc/loadavg: 1.01 1.15 1.09 3/64 6566
/proc/meminfo: memFree=1714168/2055920 swapFree=4113532/4192956
[pid=6566] ppid=6564 vsize=5360 CPUtime=0
/proc/6566/stat : 6566 (glucose.sh) S 6564 6566 3360 0 -1 4194304 313 127 0 0 0 0 0 0 19 0 1 0 220278424 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6566/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701608 s]
/proc/loadavg: 1.01 1.15 1.09 3/64 6566
/proc/meminfo: memFree=1714168/2055920 swapFree=4113532/4192956
[pid=6566] ppid=6564 vsize=5360 CPUtime=0
/proc/6566/stat : 6566 (glucose.sh) S 6564 6566 3360 0 -1 4194304 313 127 0 0 0 0 0 0 19 0 1 0 220278424 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6566/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50167 s]
/proc/loadavg: 1.01 1.15 1.09 2/66 6569
/proc/meminfo: memFree=1711784/2055920 swapFree=4113532/4192956
[pid=6566] ppid=6564 vsize=5360 CPUtime=0
/proc/6566/stat : 6566 (glucose.sh) S 6564 6566 3360 0 -1 4194304 313 127 0 0 0 0 0 0 19 0 1 0 220278424 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6566/statm: 1340 238 195 169 0 51 0
[pid=6568] ppid=6566 vsize=4304 CPUtime=1.48
/proc/6568/stat : 6568 (glucose_static) R 6566 6566 3360 0 -1 4194304 717 0 0 0 148 0 0 0 25 0 1 0 220278425 4407296 703 1992294400 134512640 135217611 4294956304 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/6568/statm: 1076 703 74 172 0 901 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9664

[startup+3.10182 s]
/proc/loadavg: 1.01 1.15 1.09 2/66 6569
/proc/meminfo: memFree=1711080/2055920 swapFree=4113532/4192956
[pid=6566] ppid=6564 vsize=5360 CPUtime=0
/proc/6566/stat : 6566 (glucose.sh) S 6564 6566 3360 0 -1 4194304 313 127 0 0 0 0 0 0 19 0 1 0 220278424 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6566/statm: 1340 238 195 169 0 51 0
[pid=6568] ppid=6566 vsize=5160 CPUtime=3.08
/proc/6568/stat : 6568 (glucose_static) R 6566 6566 3360 0 -1 4194304 910 0 0 0 308 0 0 0 25 0 1 0 220278425 5283840 896 1992294400 134512640 135217611 4294956304 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/6568/statm: 1290 896 74 172 0 1115 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10520

[startup+6.3011 s]
/proc/loadavg: 1.01 1.15 1.09 2/66 6569
/proc/meminfo: memFree=1709544/2055920 swapFree=4113532/4192956
[pid=6566] ppid=6564 vsize=5360 CPUtime=0
/proc/6566/stat : 6566 (glucose.sh) S 6564 6566 3360 0 -1 4194304 313 127 0 0 0 0 0 0 19 0 1 0 220278424 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6566/statm: 1340 238 195 169 0 51 0
[pid=6568] ppid=6566 vsize=6160 CPUtime=6.28
/proc/6568/stat : 6568 (glucose_static) R 6566 6566 3360 0 -1 4194304 1152 0 0 0 628 0 0 0 25 0 1 0 220278425 6307840 1138 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/6568/statm: 1540 1138 74 172 0 1365 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 11520

[startup+12.7017 s]
/proc/loadavg: 1.00 1.14 1.09 2/66 6569
/proc/meminfo: memFree=1708072/2055920 swapFree=4113532/4192956
[pid=6566] ppid=6564 vsize=5360 CPUtime=0
/proc/6566/stat : 6566 (glucose.sh) S 6564 6566 3360 0 -1 4194304 313 127 0 0 0 0 0 0 19 0 1 0 220278424 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6566/statm: 1340 238 195 169 0 51 0
[pid=6568] ppid=6566 vsize=7412 CPUtime=12.67
/proc/6568/stat : 6568 (glucose_static) R 6566 6566 3360 0 -1 4194304 1476 0 0 0 1267 0 0 0 25 0 1 0 220278425 7589888 1462 1992294400 134512640 135217611 4294956304 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/6568/statm: 1853 1462 74 172 0 1678 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 12772

[startup+25.5018 s]
/proc/loadavg: 1.00 1.14 1.09 2/66 6569
/proc/meminfo: memFree=1706472/2055920 swapFree=4113532/4192956
[pid=6566] ppid=6564 vsize=5360 CPUtime=0
/proc/6566/stat : 6566 (glucose.sh) S 6564 6566 3360 0 -1 4194304 313 127 0 0 0 0 0 0 19 0 1 0 220278424 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6566/statm: 1340 238 195 169 0 51 0
[pid=6568] ppid=6566 vsize=9156 CPUtime=25.47
/proc/6568/stat : 6568 (glucose_static) R 6566 6566 3360 0 -1 4194304 1901 0 0 0 2546 1 0 0 25 0 1 0 220278425 9375744 1887 1992294400 134512640 135217611 4294956304 18446744073709551615 134533181 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/6568/statm: 2289 1887 74 172 0 2114 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 14516

[startup+51.1011 s]
/proc/loadavg: 1.00 1.13 1.09 2/66 6569
/proc/meminfo: memFree=1704616/2055920 swapFree=4113532/4192956
[pid=6566] ppid=6564 vsize=5360 CPUtime=0
/proc/6566/stat : 6566 (glucose.sh) S 6564 6566 3360 0 -1 4194304 313 127 0 0 0 0 0 0 19 0 1 0 220278424 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6566/statm: 1340 238 195 169 0 51 0
[pid=6568] ppid=6566 vsize=11164 CPUtime=51.06
/proc/6568/stat : 6568 (glucose_static) R 6566 6566 3360 0 -1 4194304 2382 0 0 0 5105 1 0 0 25 0 1 0 220278425 11431936 2368 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/6568/statm: 2791 2368 74 172 0 2616 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 16524

[startup+102.306 s]
/proc/loadavg: 1.00 1.10 1.08 2/66 6569
/proc/meminfo: memFree=1701672/2055920 swapFree=4113532/4192956
[pid=6566] ppid=6564 vsize=5360 CPUtime=0
/proc/6566/stat : 6566 (glucose.sh) S 6564 6566 3360 0 -1 4194304 313 127 0 0 0 0 0 0 19 0 1 0 220278424 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6566/statm: 1340 238 195 169 0 51 0
[pid=6568] ppid=6566 vsize=14060 CPUtime=102.24
/proc/6568/stat : 6568 (glucose_static) R 6566 6566 3360 0 -1 4194304 3058 0 0 0 10222 2 0 0 25 0 1 0 220278425 14397440 3044 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/6568/statm: 3515 3044 74 172 0 3340 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 19420

[startup+162.301 s]
/proc/loadavg: 1.00 1.08 1.08 2/66 6569
/proc/meminfo: memFree=1699624/2055920 swapFree=4113532/4192956
[pid=6566] ppid=6564 vsize=5360 CPUtime=0
/proc/6566/stat : 6566 (glucose.sh) S 6564 6566 3360 0 -1 4194304 313 127 0 0 0 0 0 0 19 0 1 0 220278424 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6566/statm: 1340 238 195 169 0 51 0
[pid=6568] ppid=6566 vsize=16184 CPUtime=162.21
/proc/6568/stat : 6568 (glucose_static) R 6566 6566 3360 0 -1 4194304 3586 0 0 0 16218 3 0 0 25 0 1 0 220278425 16572416 3572 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/6568/statm: 4046 3572 74 172 0 3871 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 21544

[startup+222.301 s]
/proc/loadavg: 1.00 1.06 1.07 2/66 6569
/proc/meminfo: memFree=1698280/2055920 swapFree=4113532/4192956
[pid=6566] ppid=6564 vsize=5360 CPUtime=0
/proc/6566/stat : 6566 (glucose.sh) S 6564 6566 3360 0 -1 4194304 313 127 0 0 0 0 0 0 19 0 1 0 220278424 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6566/statm: 1340 238 195 169 0 51 0
[pid=6568] ppid=6566 vsize=17636 CPUtime=222.17
/proc/6568/stat : 6568 (glucose_static) R 6566 6566 3360 0 -1 4194304 3905 0 0 0 22214 3 0 0 25 0 1 0 220278425 18059264 3891 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/6568/statm: 4409 3891 74 172 0 4234 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 22996

[startup+282.302 s]
/proc/loadavg: 1.00 1.05 1.06 2/66 6569
/proc/meminfo: memFree=1696808/2055920 swapFree=4113532/4192956
[pid=6566] ppid=6564 vsize=5360 CPUtime=0
/proc/6566/stat : 6566 (glucose.sh) S 6564 6566 3360 0 -1 4194304 313 127 0 0 0 0 0 0 19 0 1 0 220278424 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6566/statm: 1340 238 195 169 0 51 0
[pid=6568] ppid=6566 vsize=19228 CPUtime=282.15
/proc/6568/stat : 6568 (glucose_static) R 6566 6566 3360 0 -1 4194304 4273 0 0 0 28211 4 0 0 25 0 1 0 220278425 19689472 4259 1992294400 134512640 135217611 4294956304 18446744073709551615 134533277 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/6568/statm: 4807 4259 74 172 0 4632 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 24588

[startup+342.301 s]
/proc/loadavg: 1.00 1.04 1.06 2/66 6569
/proc/meminfo: memFree=1695464/2055920 swapFree=4113532/4192956
[pid=6566] ppid=6564 vsize=5360 CPUtime=0
/proc/6566/stat : 6566 (glucose.sh) S 6564 6566 3360 0 -1 4194304 313 127 0 0 0 0 0 0 19 0 1 0 220278424 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6566/statm: 1340 238 195 169 0 51 0
[pid=6568] ppid=6566 vsize=20580 CPUtime=342.12
/proc/6568/stat : 6568 (glucose_static) R 6566 6566 3360 0 -1 4194304 4588 0 0 0 34208 4 0 0 25 0 1 0 220278425 21073920 4574 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/6568/statm: 5145 4574 74 172 0 4970 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 25940

[startup+402.302 s]
/proc/loadavg: 1.04 1.04 1.06 2/66 6569
/proc/meminfo: memFree=1694504/2055920 swapFree=4113532/4192956
[pid=6566] ppid=6564 vsize=5360 CPUtime=0
/proc/6566/stat : 6566 (glucose.sh) S 6564 6566 3360 0 -1 4194304 313 127 0 0 0 0 0 0 19 0 1 0 220278424 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6566/statm: 1340 238 195 169 0 51 0
[pid=6568] ppid=6566 vsize=21884 CPUtime=402.09
/proc/6568/stat : 6568 (glucose_static) R 6566 6566 3360 0 -1 4194304 4872 0 0 0 40205 4 0 0 25 0 1 0 220278425 22409216 4858 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/6568/statm: 5471 4858 74 172 0 5296 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 27244

[startup+462.301 s]

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

/proc/6568/statm: 12149 11086 74 172 0 11974 0
Current children cumulated CPU time (s) 4360.82
Current children cumulated vsize (KiB) 53956

[startup+4422.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 6579
/proc/meminfo: memFree=1667688/2055920 swapFree=4113532/4192956
[pid=6566] ppid=6564 vsize=5360 CPUtime=0
/proc/6566/stat : 6566 (glucose.sh) S 6564 6566 3360 0 -1 4194304 313 127 0 0 0 0 0 0 19 0 1 0 220278424 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6566/statm: 1340 238 195 169 0 51 0
[pid=6568] ppid=6566 vsize=48740 CPUtime=4420.8
/proc/6568/stat : 6568 (glucose_static) R 6566 6566 3360 0 -1 4194304 11135 0 0 0 442067 13 0 0 25 0 1 0 220278425 49909760 11118 1992294400 134512640 135217611 4294956304 18446744073709551615 134533161 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/6568/statm: 12185 11118 74 172 0 12010 0
Current children cumulated CPU time (s) 4420.8
Current children cumulated vsize (KiB) 54100

[startup+4482.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 6579
/proc/meminfo: memFree=1667624/2055920 swapFree=4113532/4192956
[pid=6566] ppid=6564 vsize=5360 CPUtime=0
/proc/6566/stat : 6566 (glucose.sh) S 6564 6566 3360 0 -1 4194304 313 127 0 0 0 0 0 0 19 0 1 0 220278424 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6566/statm: 1340 238 195 169 0 51 0
[pid=6568] ppid=6566 vsize=48956 CPUtime=4480.79
/proc/6568/stat : 6568 (glucose_static) R 6566 6566 3360 0 -1 4194304 11173 0 0 0 448066 13 0 0 25 0 1 0 220278425 50130944 11156 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/6568/statm: 12239 11156 74 172 0 12064 0
Current children cumulated CPU time (s) 4480.79
Current children cumulated vsize (KiB) 54316

[startup+4542.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 6579
/proc/meminfo: memFree=1667368/2055920 swapFree=4113532/4192956
[pid=6566] ppid=6564 vsize=5360 CPUtime=0
/proc/6566/stat : 6566 (glucose.sh) S 6564 6566 3360 0 -1 4194304 313 127 0 0 0 0 0 0 19 0 1 0 220278424 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6566/statm: 1340 238 195 169 0 51 0
[pid=6568] ppid=6566 vsize=49220 CPUtime=4540.77
/proc/6568/stat : 6568 (glucose_static) R 6566 6566 3360 0 -1 4194304 11239 0 0 0 454064 13 0 0 25 0 1 0 220278425 50401280 11222 1992294400 134512640 135217611 4294956304 18446744073709551615 134533034 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/6568/statm: 12305 11222 74 172 0 12130 0
Current children cumulated CPU time (s) 4540.77
Current children cumulated vsize (KiB) 54580

[startup+4602.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 6579
/proc/meminfo: memFree=1666984/2055920 swapFree=4113532/4192956
[pid=6566] ppid=6564 vsize=5360 CPUtime=0
/proc/6566/stat : 6566 (glucose.sh) S 6564 6566 3360 0 -1 4194304 313 127 0 0 0 0 0 0 19 0 1 0 220278424 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6566/statm: 1340 238 195 169 0 51 0
[pid=6568] ppid=6566 vsize=49544 CPUtime=4600.76
/proc/6568/stat : 6568 (glucose_static) R 6566 6566 3360 0 -1 4194304 11312 0 0 0 460063 13 0 0 25 0 1 0 220278425 50733056 11295 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/6568/statm: 12386 11295 74 172 0 12211 0
Current children cumulated CPU time (s) 4600.76
Current children cumulated vsize (KiB) 54904

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6579
/proc/meminfo: memFree=1666152/2055920 swapFree=4113532/4192956
[pid=6566] ppid=6564 vsize=5360 CPUtime=0
/proc/6566/stat : 6566 (glucose.sh) S 6564 6566 3360 0 -1 4194304 313 127 0 0 0 0 0 0 19 0 1 0 220278424 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6566/statm: 1340 238 195 169 0 51 0
[pid=6568] ppid=6566 vsize=50496 CPUtime=4660.73
/proc/6568/stat : 6568 (glucose_static) R 6566 6566 3360 0 -1 4194304 11500 0 0 0 466060 13 0 0 25 0 1 0 220278425 51707904 11483 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/6568/statm: 12624 11483 74 172 0 12449 0
Current children cumulated CPU time (s) 4660.73
Current children cumulated vsize (KiB) 55856

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6579
/proc/meminfo: memFree=1666024/2055920 swapFree=4113532/4192956
[pid=6566] ppid=6564 vsize=5360 CPUtime=0
/proc/6566/stat : 6566 (glucose.sh) S 6564 6566 3360 0 -1 4194304 313 127 0 0 0 0 0 0 19 0 1 0 220278424 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6566/statm: 1340 238 195 169 0 51 0
[pid=6568] ppid=6566 vsize=50712 CPUtime=4720.72
/proc/6568/stat : 6568 (glucose_static) R 6566 6566 3360 0 -1 4194304 11543 0 0 0 472059 13 0 0 25 0 1 0 220278425 51929088 11526 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/6568/statm: 12678 11526 74 172 0 12503 0
Current children cumulated CPU time (s) 4720.72
Current children cumulated vsize (KiB) 56072

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6579
/proc/meminfo: memFree=1665576/2055920 swapFree=4113532/4192956
[pid=6566] ppid=6564 vsize=5360 CPUtime=0
/proc/6566/stat : 6566 (glucose.sh) S 6564 6566 3360 0 -1 4194304 313 127 0 0 0 0 0 0 19 0 1 0 220278424 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6566/statm: 1340 238 195 169 0 51 0
[pid=6568] ppid=6566 vsize=51180 CPUtime=4780.7
/proc/6568/stat : 6568 (glucose_static) R 6566 6566 3360 0 -1 4194304 11640 0 0 0 478057 13 0 0 25 0 1 0 220278425 52408320 11623 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/6568/statm: 12795 11623 74 172 0 12620 0
Current children cumulated CPU time (s) 4780.7
Current children cumulated vsize (KiB) 56540

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6579
/proc/meminfo: memFree=1665576/2055920 swapFree=4113532/4192956
[pid=6566] ppid=6564 vsize=5360 CPUtime=0
/proc/6566/stat : 6566 (glucose.sh) S 6564 6566 3360 0 -1 4194304 313 127 0 0 0 0 0 0 19 0 1 0 220278424 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6566/statm: 1340 238 195 169 0 51 0
[pid=6568] ppid=6566 vsize=51172 CPUtime=4840.68
/proc/6568/stat : 6568 (glucose_static) R 6566 6566 3360 0 -1 4194304 11646 0 0 0 484055 13 0 0 25 0 1 0 220278425 52400128 11629 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/6568/statm: 12793 11629 74 172 0 12618 0
Current children cumulated CPU time (s) 4840.68
Current children cumulated vsize (KiB) 56532

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6579
/proc/meminfo: memFree=1665512/2055920 swapFree=4113532/4192956
[pid=6566] ppid=6564 vsize=5360 CPUtime=0
/proc/6566/stat : 6566 (glucose.sh) S 6564 6566 3360 0 -1 4194304 313 127 0 0 0 0 0 0 19 0 1 0 220278424 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6566/statm: 1340 238 195 169 0 51 0
[pid=6568] ppid=6566 vsize=51172 CPUtime=4900.67
/proc/6568/stat : 6568 (glucose_static) R 6566 6566 3360 0 -1 4194304 11648 0 0 0 490054 13 0 0 25 0 1 0 220278425 52400128 11631 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/6568/statm: 12793 11631 74 172 0 12618 0
Current children cumulated CPU time (s) 4900.67
Current children cumulated vsize (KiB) 56532

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6579
/proc/meminfo: memFree=1665448/2055920 swapFree=4113532/4192956
[pid=6566] ppid=6564 vsize=5360 CPUtime=0
/proc/6566/stat : 6566 (glucose.sh) S 6564 6566 3360 0 -1 4194304 313 127 0 0 0 0 0 0 19 0 1 0 220278424 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6566/statm: 1340 238 195 169 0 51 0
[pid=6568] ppid=6566 vsize=51244 CPUtime=4960.65
/proc/6568/stat : 6568 (glucose_static) R 6566 6566 3360 0 -1 4194304 11658 0 0 0 496052 13 0 0 25 0 1 0 220278425 52473856 11641 1992294400 134512640 135217611 4294956304 18446744073709551615 134533211 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/6568/statm: 12811 11641 74 172 0 12636 0
Current children cumulated CPU time (s) 4960.65
Current children cumulated vsize (KiB) 56604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6579
/proc/meminfo: memFree=1665448/2055920 swapFree=4113532/4192956
[pid=6566] ppid=6564 vsize=5360 CPUtime=0
/proc/6566/stat : 6566 (glucose.sh) S 6564 6566 3360 0 -1 4194304 313 127 0 0 0 0 0 0 19 0 1 0 220278424 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6566/statm: 1340 238 195 169 0 51 0
[pid=6568] ppid=6566 vsize=51244 CPUtime=5000.05
/proc/6568/stat : 6568 (glucose_static) R 6566 6566 3360 0 -1 4194304 11658 0 0 0 499992 13 0 0 25 0 1 0 220278425 52473856 11641 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/6568/statm: 12811 11641 74 172 0 12636 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 56604

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

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

[startup+5001.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6579
/proc/meminfo: memFree=1665448/2055920 swapFree=4113532/4192956
[pid=6566] ppid=6564 vsize=5360 CPUtime=0
/proc/6566/stat : 6566 (glucose.sh) S 6564 6566 3360 0 -1 4194304 313 127 0 0 0 0 0 0 19 0 1 0 220278424 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6566/statm: 1340 238 195 169 0 51 0
[pid=6568] ppid=6566 vsize=51244 CPUtime=5000.05
/proc/6568/stat : 6568 (glucose_static) R 6566 6566 3360 0 -1 4194304 11658 0 0 0 499992 13 0 0 25 0 1 0 220278425 52473856 11641 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/6568/statm: 12811 11641 74 172 0 12636 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 56604

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5001.72
CPU time (s): 5000.05
CPU user time (s): 4999.92
CPU system time (s): 0.13
CPU usage (%): 99.9667
Max. virtual memory (cumulated for all children) (KiB): 56604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.003999
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 440
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= 3

runsolver used 4.79627 second user time and 13.402 second system time

The end

Launcher Data

Begin job on node51 at 2009-05-10 04:28:29
IDJOB=1784192
IDBENCH=71122
IDSOLVER=610
FILE ID=node51/1784192-1241922509
PBS_JOBID= 9264889
Free space on /tmp= 66344 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/CRAFTED/sgen/sat/sgen1-sat-240-100.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784192-1241922509/watcher-1784192-1241922509 -o /tmp/evaluation-result-1784192-1241922509/solver-1784192-1241922509 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1784192-1241922509.cnf

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

MD5SUM BENCH= 227ae3ed738eb1cf18ca67ef64582b2c
RANDOM SEED=284565574

node51.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		: 3000.214
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	: 5914.62
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		: 3000.214
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:       1714712 kB
Buffers:         53168 kB
Cached:         146900 kB
SwapCached:      73836 kB
Active:         107748 kB
Inactive:       168116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1714712 kB
SwapTotal:     4192956 kB
SwapFree:      4113532 kB
Dirty:            1576 kB
Writeback:           0 kB
Mapped:          14076 kB
Slab:            51484 kB
Committed_AS:   589684 kB
PageTables:       1392 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66344 MiB
End job on node51 at 2009-05-10 05:51:53