Trace number 1775144

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) 10000.1 10005.2

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_12_UNKNOWN.cnf
MD5SUMd18a114d646a89f18fb3efba2be009e6
Bench CategoryAPPLICATION (applications 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 variables1898
Number of clauses118441
Sum of the clauses size352559
Maximum clause length13
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22994
Number of clauses of size 3115424
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

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 |  118441   352559 |   35532       0        0     nan |  0.000 % |
0.00/0.84	c |         0 |  117566   500149 |      --       0       --      -- |     --   | -875/147590
0.00/0.84	c ==============================================================================
0.00/0.84	c Result  :   #vars: 1205   #clauses: 117566   #literals: 500149
0.00/0.84	c CPU time:   0.828873 s
0.00/0.84	c ==============================================================================
0.00/0.99	c
0.00/0.99	c Starting glucose
0.00/0.99	c
0.00/0.99	
0.00/0.99	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.99	
0.00/0.99	c ============================[ Problem Statistics ]=============================
0.00/0.99	c |                                                                             |
0.00/1.00	c |  Number of variables:  1205                                                 |
0.00/1.00	c |  Number of clauses:    117566                                               |
0.98/1.07	c |  Parsing time:         0.06         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-1775144-1241269786/watcher-1775144-1241269786 -o /tmp/evaluation-result-1775144-1241269786/solver-1775144-1241269786 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1775144-1241269786.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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: 0.92 0.98 0.99 3/64 27181
/proc/meminfo: memFree=1228464/2055920 swapFree=4180164/4192956
[pid=27181] ppid=27179 vsize=5356 CPUtime=0
/proc/27181/stat : 27181 (glucose.sh) R 27179 27181 27144 0 -1 4194304 239 0 0 0 0 0 0 0 19 0 1 0 155011605 5484544 206 1992294400 4194304 4889804 548682068816 18446744073709551615 253307032289 0 0 4100 65536 0 0 0 17 0 0 0
/proc/27181/statm: 1339 217 179 169 0 50 0

[startup+0.105314 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27181
/proc/meminfo: memFree=1228464/2055920 swapFree=4180164/4192956
[pid=27181] ppid=27179 vsize=5360 CPUtime=0
/proc/27181/stat : 27181 (glucose.sh) S 27179 27181 27144 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 155011605 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27181/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.20133 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27181
/proc/meminfo: memFree=1228464/2055920 swapFree=4180164/4192956
[pid=27181] ppid=27179 vsize=5360 CPUtime=0
/proc/27181/stat : 27181 (glucose.sh) S 27179 27181 27144 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 155011605 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27181/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301348 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27181
/proc/meminfo: memFree=1228464/2055920 swapFree=4180164/4192956
[pid=27181] ppid=27179 vsize=5360 CPUtime=0
/proc/27181/stat : 27181 (glucose.sh) S 27179 27181 27144 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 155011605 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27181/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701413 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27181
/proc/meminfo: memFree=1228464/2055920 swapFree=4180164/4192956
[pid=27181] ppid=27179 vsize=5360 CPUtime=0
/proc/27181/stat : 27181 (glucose.sh) S 27179 27181 27144 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 155011605 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27181/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50154 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 27184
/proc/meminfo: memFree=1216408/2055920 swapFree=4180164/4192956
[pid=27181] ppid=27179 vsize=5360 CPUtime=0.98
/proc/27181/stat : 27181 (glucose.sh) S 27179 27181 27144 0 -1 4194304 313 3092 0 0 0 0 97 1 16 0 1 0 155011605 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27181/statm: 1340 238 195 169 0 51 0
[pid=27184] ppid=27181 vsize=10828 CPUtime=0.5
/proc/27184/stat : 27184 (glucose_static) R 27181 27181 27144 0 -1 4194304 2591 0 0 0 49 1 0 0 21 0 1 0 155011705 11087872 2577 1992294400 134512640 135217611 4294956288 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27184/statm: 2707 2577 75 172 0 2532 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 16188

[startup+3.10181 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 27184
/proc/meminfo: memFree=1213464/2055920 swapFree=4180164/4192956
[pid=27181] ppid=27179 vsize=5360 CPUtime=0.98
/proc/27181/stat : 27181 (glucose.sh) S 27179 27181 27144 0 -1 4194304 313 3092 0 0 0 0 97 1 16 0 1 0 155011605 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27181/statm: 1340 238 195 169 0 51 0
[pid=27184] ppid=27181 vsize=14432 CPUtime=2.09
/proc/27184/stat : 27184 (glucose_static) R 27181 27181 27144 0 -1 4194304 3461 0 0 0 208 1 0 0 25 0 1 0 155011705 14778368 3447 1992294400 134512640 135217611 4294956288 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27184/statm: 3608 3447 75 172 0 3433 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 19792

[startup+6.30136 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 27184
/proc/meminfo: memFree=1207064/2055920 swapFree=4180164/4192956
[pid=27181] ppid=27179 vsize=5360 CPUtime=0.98
/proc/27181/stat : 27181 (glucose.sh) S 27179 27181 27144 0 -1 4194304 313 3092 0 0 0 0 97 1 16 0 1 0 155011605 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27181/statm: 1340 238 195 169 0 51 0
[pid=27184] ppid=27181 vsize=19580 CPUtime=5.29
/proc/27184/stat : 27184 (glucose_static) R 27181 27181 27144 0 -1 4194304 4741 0 0 0 526 3 0 0 25 0 1 0 155011705 20049920 4727 1992294400 134512640 135217611 4294956288 18446744073709551615 134533051 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27184/statm: 4895 4727 77 172 0 4720 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 24940

[startup+12.7025 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 27184
/proc/meminfo: memFree=1205280/2055920 swapFree=4180164/4192956
[pid=27181] ppid=27179 vsize=5360 CPUtime=0.98
/proc/27181/stat : 27181 (glucose.sh) S 27179 27181 27144 0 -1 4194304 313 3092 0 0 0 0 97 1 16 0 1 0 155011605 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27181/statm: 1340 238 195 169 0 51 0
[pid=27184] ppid=27181 vsize=20836 CPUtime=11.69
/proc/27184/stat : 27184 (glucose_static) R 27181 27181 27144 0 -1 4194304 5043 0 0 0 1166 3 0 0 25 0 1 0 155011705 21336064 5029 1992294400 134512640 135217611 4294956288 18446744073709551615 134533046 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27184/statm: 5209 5029 77 172 0 5034 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 26196

[startup+25.5016 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 27184
/proc/meminfo: memFree=1204584/2055920 swapFree=4180164/4192956
[pid=27181] ppid=27179 vsize=5360 CPUtime=0.98
/proc/27181/stat : 27181 (glucose.sh) S 27179 27181 27144 0 -1 4194304 313 3092 0 0 0 0 97 1 16 0 1 0 155011605 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27181/statm: 1340 238 195 169 0 51 0
[pid=27184] ppid=27181 vsize=21588 CPUtime=24.48
/proc/27184/stat : 27184 (glucose_static) R 27181 27181 27144 0 -1 4194304 5245 0 0 0 2445 3 0 0 25 0 1 0 155011705 22106112 5231 1992294400 134512640 135217611 4294956288 18446744073709551615 134526190 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27184/statm: 5397 5231 77 172 0 5222 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 26948

[startup+51.102 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 27184
/proc/meminfo: memFree=1202280/2055920 swapFree=4180164/4192956
[pid=27181] ppid=27179 vsize=5360 CPUtime=0.98
/proc/27181/stat : 27181 (glucose.sh) S 27179 27181 27144 0 -1 4194304 313 3092 0 0 0 0 97 1 16 0 1 0 155011605 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27181/statm: 1340 238 195 169 0 51 0
[pid=27184] ppid=27181 vsize=24192 CPUtime=50.05
/proc/27184/stat : 27184 (glucose_static) R 27181 27181 27144 0 -1 4194304 5829 0 0 0 5002 3 0 0 25 0 1 0 155011705 24772608 5815 1992294400 134512640 135217611 4294956288 18446744073709551615 134532676 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27184/statm: 6048 5815 77 172 0 5873 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 29552

[startup+102.302 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 27184
/proc/meminfo: memFree=1199400/2055920 swapFree=4180164/4192956
[pid=27181] ppid=27179 vsize=5360 CPUtime=0.98
/proc/27181/stat : 27181 (glucose.sh) S 27179 27181 27144 0 -1 4194304 313 3092 0 0 0 0 97 1 16 0 1 0 155011605 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27181/statm: 1340 238 195 169 0 51 0
[pid=27184] ppid=27181 vsize=27020 CPUtime=101.23
/proc/27184/stat : 27184 (glucose_static) R 27181 27181 27144 0 -1 4194304 6530 0 0 0 10118 5 0 0 25 0 1 0 155011705 27668480 6516 1992294400 134512640 135217611 4294956288 18446744073709551615 134533150 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27184/statm: 6755 6516 77 172 0 6580 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 32380

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27184
/proc/meminfo: memFree=1196456/2055920 swapFree=4180164/4192956
[pid=27181] ppid=27179 vsize=5360 CPUtime=0.98
/proc/27181/stat : 27181 (glucose.sh) S 27179 27181 27144 0 -1 4194304 313 3092 0 0 0 0 97 1 16 0 1 0 155011605 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27181/statm: 1340 238 195 169 0 51 0
[pid=27184] ppid=27181 vsize=30228 CPUtime=161.19
/proc/27184/stat : 27184 (glucose_static) R 27181 27181 27144 0 -1 4194304 7254 0 0 0 16113 6 0 0 25 0 1 0 155011705 30953472 7240 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27184/statm: 7557 7240 77 172 0 7382 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 35588

[startup+222.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27184
/proc/meminfo: memFree=1193960/2055920 swapFree=4180164/4192956
[pid=27181] ppid=27179 vsize=5360 CPUtime=0.98
/proc/27181/stat : 27181 (glucose.sh) S 27179 27181 27144 0 -1 4194304 313 3092 0 0 0 0 97 1 16 0 1 0 155011605 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27181/statm: 1340 238 195 169 0 51 0
[pid=27184] ppid=27181 vsize=32680 CPUtime=221.16
/proc/27184/stat : 27184 (glucose_static) R 27181 27181 27144 0 -1 4194304 7883 0 0 0 22109 7 0 0 25 0 1 0 155011705 33464320 7869 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27184/statm: 8170 7869 77 172 0 7995 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 38040

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27184
/proc/meminfo: memFree=1191208/2055920 swapFree=4180164/4192956
[pid=27181] ppid=27179 vsize=5360 CPUtime=0.98
/proc/27181/stat : 27181 (glucose.sh) S 27179 27181 27144 0 -1 4194304 313 3092 0 0 0 0 97 1 16 0 1 0 155011605 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27181/statm: 1340 238 195 169 0 51 0
[pid=27184] ppid=27181 vsize=35448 CPUtime=281.11
/proc/27184/stat : 27184 (glucose_static) R 27181 27181 27144 0 -1 4194304 8563 0 0 0 28104 7 0 0 25 0 1 0 155011705 36298752 8549 1992294400 134512640 135217611 4294956288 18446744073709551615 134533319 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27184/statm: 8862 8549 77 172 0 8687 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 40808

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27184
/proc/meminfo: memFree=1190440/2055920 swapFree=4180164/4192956
[pid=27181] ppid=27179 vsize=5360 CPUtime=0.98
/proc/27181/stat : 27181 (glucose.sh) S 27179 27181 27144 0 -1 4194304 313 3092 0 0 0 0 97 1 16 0 1 0 155011605 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27181/statm: 1340 238 195 169 0 51 0
[pid=27184] ppid=27181 vsize=36288 CPUtime=341.06
/proc/27184/stat : 27184 (glucose_static) R 27181 27181 27144 0 -1 4194304 8758 0 0 0 34099 7 0 0 25 0 1 0 155011705 37158912 8744 1992294400 134512640 135217611 4294956288 18446744073709551615 134533105 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27184/statm: 9072 8744 77 172 0 8897 0
Current children cumulated CPU time (s) 342.04
Current children cumulated vsize (KiB) 41648

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 27184
/proc/meminfo: memFree=1188584/2055920 swapFree=4180164/4192956
[pid=27181] ppid=27179 vsize=5360 CPUtime=0.98
/proc/27181/stat : 27181 (glucose.sh) S 27179 27181 27144 0 -1 4194304 313 3092 0 0 0 0 97 1 16 0 1 0 155011605 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27181/statm: 1340 238 195 169 0 51 0
[pid=27184] ppid=27181 vsize=38488 CPUtime=401.04
/proc/27184/stat : 27184 (glucose_static) R 27181 27181 27144 0 -1 4194304 9220 0 0 0 40096 8 0 0 25 0 1 0 155011705 39411712 9206 1992294400 134512640 135217611 4294956288 18446744073709551615 134532978 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27184/statm: 9622 9206 77 172 0 9447 0
Current children cumulated CPU time (s) 402.02
Current children cumulated vsize (KiB) 43848

[startup+462.301 s]

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

/proc/27184/statm: 56754 52204 77 172 0 56579 0
Current children cumulated CPU time (s) 9397.46
Current children cumulated vsize (KiB) 232376

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27202
/proc/meminfo: memFree=1015720/2055920 swapFree=4180164/4192956
[pid=27181] ppid=27179 vsize=5360 CPUtime=0.98
/proc/27181/stat : 27181 (glucose.sh) S 27179 27181 27144 0 -1 4194304 313 3092 0 0 0 0 97 1 16 0 1 0 155011605 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27181/statm: 1340 238 195 169 0 51 0
[pid=27184] ppid=27181 vsize=227016 CPUtime=9456.46
/proc/27184/stat : 27184 (glucose_static) R 27181 27181 27144 0 -1 4194304 52308 0 0 0 945587 59 0 0 25 0 1 0 155011705 232464384 52207 1992294400 134512640 135217611 4294956288 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27184/statm: 56754 52207 77 172 0 56579 0
Current children cumulated CPU time (s) 9457.44
Current children cumulated vsize (KiB) 232376

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27202
/proc/meminfo: memFree=1015720/2055920 swapFree=4180164/4192956
[pid=27181] ppid=27179 vsize=5360 CPUtime=0.98
/proc/27181/stat : 27181 (glucose.sh) S 27179 27181 27144 0 -1 4194304 313 3092 0 0 0 0 97 1 16 0 1 0 155011605 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27181/statm: 1340 238 195 169 0 51 0
[pid=27184] ppid=27181 vsize=227016 CPUtime=9516.42
/proc/27184/stat : 27184 (glucose_static) R 27181 27181 27144 0 -1 4194304 52308 0 0 0 951583 59 0 0 25 0 1 0 155011705 232464384 52207 1992294400 134512640 135217611 4294956288 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27184/statm: 56754 52207 77 172 0 56579 0
Current children cumulated CPU time (s) 9517.4
Current children cumulated vsize (KiB) 232376

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27202
/proc/meminfo: memFree=1015528/2055920 swapFree=4180164/4192956
[pid=27181] ppid=27179 vsize=5360 CPUtime=0.98
/proc/27181/stat : 27181 (glucose.sh) S 27179 27181 27144 0 -1 4194304 313 3092 0 0 0 0 97 1 16 0 1 0 155011605 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27181/statm: 1340 238 195 169 0 51 0
[pid=27184] ppid=27181 vsize=227124 CPUtime=9576.4
/proc/27184/stat : 27184 (glucose_static) R 27181 27181 27144 0 -1 4194304 52364 0 0 0 957581 59 0 0 25 0 1 0 155011705 232574976 52263 1992294400 134512640 135217611 4294956288 18446744073709551615 134533078 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27184/statm: 56781 52263 77 172 0 56606 0
Current children cumulated CPU time (s) 9577.38
Current children cumulated vsize (KiB) 232484

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27202
/proc/meminfo: memFree=1015464/2055920 swapFree=4180164/4192956
[pid=27181] ppid=27179 vsize=5360 CPUtime=0.98
/proc/27181/stat : 27181 (glucose.sh) S 27179 27181 27144 0 -1 4194304 313 3092 0 0 0 0 97 1 16 0 1 0 155011605 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27181/statm: 1340 238 195 169 0 51 0
[pid=27184] ppid=27181 vsize=227124 CPUtime=9636.37
/proc/27184/stat : 27184 (glucose_static) R 27181 27181 27144 0 -1 4194304 52375 0 0 0 963578 59 0 0 25 0 1 0 155011705 232574976 52274 1992294400 134512640 135217611 4294956288 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27184/statm: 56781 52274 77 172 0 56606 0
Current children cumulated CPU time (s) 9637.35
Current children cumulated vsize (KiB) 232484

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27202
/proc/meminfo: memFree=1015080/2055920 swapFree=4180164/4192956
[pid=27181] ppid=27179 vsize=5360 CPUtime=0.98
/proc/27181/stat : 27181 (glucose.sh) S 27179 27181 27144 0 -1 4194304 313 3092 0 0 0 0 97 1 16 0 1 0 155011605 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27181/statm: 1340 238 195 169 0 51 0
[pid=27184] ppid=27181 vsize=227608 CPUtime=9696.34
/proc/27184/stat : 27184 (glucose_static) R 27181 27181 27144 0 -1 4194304 52469 0 0 0 969575 59 0 0 25 0 1 0 155011705 233070592 52368 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27184/statm: 56902 52368 77 172 0 56727 0
Current children cumulated CPU time (s) 9697.32
Current children cumulated vsize (KiB) 232968

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27202
/proc/meminfo: memFree=1014760/2055920 swapFree=4180164/4192956
[pid=27181] ppid=27179 vsize=5360 CPUtime=0.98
/proc/27181/stat : 27181 (glucose.sh) S 27179 27181 27144 0 -1 4194304 313 3092 0 0 0 0 97 1 16 0 1 0 155011605 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27181/statm: 1340 238 195 169 0 51 0
[pid=27184] ppid=27181 vsize=227824 CPUtime=9756.31
/proc/27184/stat : 27184 (glucose_static) R 27181 27181 27144 0 -1 4194304 52531 0 0 0 975572 59 0 0 25 0 1 0 155011705 233291776 52430 1992294400 134512640 135217611 4294956288 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27184/statm: 56956 52430 77 172 0 56781 0
Current children cumulated CPU time (s) 9757.29
Current children cumulated vsize (KiB) 233184

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27202
/proc/meminfo: memFree=1013928/2055920 swapFree=4180164/4192956
[pid=27181] ppid=27179 vsize=5360 CPUtime=0.98
/proc/27181/stat : 27181 (glucose.sh) S 27179 27181 27144 0 -1 4194304 313 3092 0 0 0 0 97 1 16 0 1 0 155011605 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27181/statm: 1340 238 195 169 0 51 0
[pid=27184] ppid=27181 vsize=228992 CPUtime=9816.29
/proc/27184/stat : 27184 (glucose_static) R 27181 27181 27144 0 -1 4194304 52755 0 0 0 981569 60 0 0 25 0 1 0 155011705 234487808 52654 1992294400 134512640 135217611 4294956288 18446744073709551615 134533150 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27184/statm: 57248 52654 77 172 0 57073 0
Current children cumulated CPU time (s) 9817.27
Current children cumulated vsize (KiB) 234352

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27202
/proc/meminfo: memFree=1013544/2055920 swapFree=4180164/4192956
[pid=27181] ppid=27179 vsize=5360 CPUtime=0.98
/proc/27181/stat : 27181 (glucose.sh) S 27179 27181 27144 0 -1 4194304 313 3092 0 0 0 0 97 1 16 0 1 0 155011605 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27181/statm: 1340 238 195 169 0 51 0
[pid=27184] ppid=27181 vsize=229496 CPUtime=9876.26
/proc/27184/stat : 27184 (glucose_static) R 27181 27181 27144 0 -1 4194304 52851 0 0 0 987566 60 0 0 25 0 1 0 155011705 235003904 52750 1992294400 134512640 135217611 4294956288 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27184/statm: 57374 52750 77 172 0 57199 0
Current children cumulated CPU time (s) 9877.24
Current children cumulated vsize (KiB) 234856

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27202
/proc/meminfo: memFree=1013352/2055920 swapFree=4180164/4192956
[pid=27181] ppid=27179 vsize=5360 CPUtime=0.98
/proc/27181/stat : 27181 (glucose.sh) S 27179 27181 27144 0 -1 4194304 313 3092 0 0 0 0 97 1 16 0 1 0 155011605 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27181/statm: 1340 238 195 169 0 51 0
[pid=27184] ppid=27181 vsize=229712 CPUtime=9936.24
/proc/27184/stat : 27184 (glucose_static) R 27181 27181 27144 0 -1 4194304 52902 0 0 0 993564 60 0 0 25 0 1 0 155011705 235225088 52801 1992294400 134512640 135217611 4294956288 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27184/statm: 57428 52801 77 172 0 57253 0
Current children cumulated CPU time (s) 9937.22
Current children cumulated vsize (KiB) 235072

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27202
/proc/meminfo: memFree=1013032/2055920 swapFree=4180164/4192956
[pid=27181] ppid=27179 vsize=5360 CPUtime=0.98
/proc/27181/stat : 27181 (glucose.sh) S 27179 27181 27144 0 -1 4194304 313 3092 0 0 0 0 97 1 16 0 1 0 155011605 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27181/statm: 1340 238 195 169 0 51 0
[pid=27184] ppid=27181 vsize=230108 CPUtime=9996.21
/proc/27184/stat : 27184 (glucose_static) R 27181 27181 27144 0 -1 4194304 52975 0 0 0 999561 60 0 0 25 0 1 0 155011705 235630592 52874 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27184/statm: 57527 52874 77 172 0 57352 0
Current children cumulated CPU time (s) 9997.19
Current children cumulated vsize (KiB) 235468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10005.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27202
/proc/meminfo: memFree=1013032/2055920 swapFree=4180164/4192956
[pid=27181] ppid=27179 vsize=5360 CPUtime=0.98
/proc/27181/stat : 27181 (glucose.sh) S 27179 27181 27144 0 -1 4194304 313 3092 0 0 0 0 97 1 16 0 1 0 155011605 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27181/statm: 1340 238 195 169 0 51 0
[pid=27184] ppid=27181 vsize=230108 CPUtime=9999.11
/proc/27184/stat : 27184 (glucose_static) R 27181 27181 27144 0 -1 4194304 52975 0 0 0 999851 60 0 0 25 0 1 0 155011705 235630592 52874 1992294400 134512640 135217611 4294956288 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27184/statm: 57527 52874 77 172 0 57352 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 235468

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

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

[startup+10005.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27202
/proc/meminfo: memFree=1013032/2055920 swapFree=4180164/4192956
[pid=27181] ppid=27179 vsize=5360 CPUtime=0.98
/proc/27181/stat : 27181 (glucose.sh) S 27179 27181 27144 0 -1 4194304 313 3092 0 0 0 0 97 1 16 0 1 0 155011605 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27181/statm: 1340 238 195 169 0 51 0
[pid=27184] ppid=27181 vsize=230108 CPUtime=9999.11
/proc/27184/stat : 27184 (glucose_static) R 27181 27181 27144 0 -1 4194304 52975 0 0 0 999851 60 0 0 25 0 1 0 155011705 235630592 52874 1992294400 134512640 135217611 4294956288 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/27184/statm: 57527 52874 77 172 0 57352 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 235468

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 10005.2
CPU time (s): 10000.1
CPU user time (s): 9999.48
CPU system time (s): 0.61
CPU usage (%): 99.9488
Max. virtual memory (cumulated for all children) (KiB): 235468

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

runsolver used 8.16776 second user time and 28.2197 second system time

The end

Launcher Data

Begin job on node25 at 2009-05-02 15:09:46
IDJOB=1775144
IDBENCH=71092
IDSOLVER=610
FILE ID=node25/1775144-1241269786
PBS_JOBID= 9224987
Free space on /tmp= 66500 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_12_UNKNOWN.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775144-1241269786/watcher-1775144-1241269786 -o /tmp/evaluation-result-1775144-1241269786/solver-1775144-1241269786 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1775144-1241269786.cnf

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

MD5SUM BENCH= d18a114d646a89f18fb3efba2be009e6
RANDOM SEED=1071814599

node25.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.259
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.259
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:       1229008 kB
Buffers:         78888 kB
Cached:         671492 kB
SwapCached:       7752 kB
Active:          40488 kB
Inactive:       718924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1229008 kB
SwapTotal:     4192956 kB
SwapFree:      4180164 kB
Dirty:            3520 kB
Writeback:           0 kB
Mapped:          13352 kB
Slab:            53588 kB
Committed_AS:   677672 kB
PageTables:       1460 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= 66496 MiB
End job on node25 at 2009-05-02 17:56:33