Trace number 1723300

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) 1200.09 1200.71

General information on the benchmark

Namevelev-pipe-sat-1.0-b10.cnf
MD5SUMa9abd96191efca8626c02160761beedd
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark14.1628
Satisfiable
(Un)Satisfiability was proved
Number of variables118040
Number of clauses8804672
Sum of the clauses size26208080
Maximum clause length340
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 28252265
Number of clauses of size 3456959
Number of clauses of size 4620
Number of clauses of size 5552
Number of clauses of size over 594275

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 num clauses = 8804672
0.00/0.00	c too many clauses .. no preprocessing
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:  118040                                               |
0.00/0.00	c |  Number of clauses:    8804672                                              |
4.88/4.92	c |  Parsing time:         4.28         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-1723300-1240684942/watcher-1723300-1240684942 -o /tmp/evaluation-result-1723300-1240684942/solver-1723300-1240684942 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1723300-1240684942.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.84 1.82 1.45 3/64 2373
/proc/meminfo: memFree=925408/2055920 swapFree=4192812/4192956
[pid=2373] ppid=2371 vsize=5360 CPUtime=0
/proc/2373/stat : 2373 (glucose.sh) R 2371 2373 2132 0 -1 4194304 295 81 0 0 0 0 0 0 18 0 1 0 96523950 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231882680991 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/2373/statm: 1340 238 195 169 0 51 0
[pid=2375] ppid=2373 vsize=1888 CPUtime=0
/proc/2375/stat : 2375 (glucose_static) R 2373 2373 2132 0 -1 4194304 216 0 0 0 0 0 0 0 18 0 1 0 96523950 1933312 201 1992294400 134512640 135217611 4294956320 18446744073709551615 134745486 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/2375/statm: 472 208 47 172 0 297 0

[startup+0.0953769 s]
/proc/loadavg: 1.84 1.82 1.45 3/64 2373
/proc/meminfo: memFree=925408/2055920 swapFree=4192812/4192956
[pid=2373] ppid=2371 vsize=5360 CPUtime=0
/proc/2373/stat : 2373 (glucose.sh) S 2371 2373 2132 0 -1 4194304 314 81 0 0 0 0 0 0 18 0 1 0 96523950 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2373/statm: 1340 238 195 169 0 51 0
[pid=2375] ppid=2373 vsize=10972 CPUtime=0.08
/proc/2375/stat : 2375 (glucose_static) R 2373 2373 2132 0 -1 4194304 2577 0 0 0 7 1 0 0 21 0 1 0 96523950 11235328 2562 1992294400 134512640 135217611 4294956320 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/2375/statm: 2743 2562 60 172 0 2568 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16332

[startup+0.101376 s]
/proc/loadavg: 1.84 1.82 1.45 3/64 2373
/proc/meminfo: memFree=925408/2055920 swapFree=4192812/4192956
[pid=2373] ppid=2371 vsize=5360 CPUtime=0
/proc/2373/stat : 2373 (glucose.sh) S 2371 2373 2132 0 -1 4194304 314 81 0 0 0 0 0 0 18 0 1 0 96523950 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2373/statm: 1340 238 195 169 0 51 0
[pid=2375] ppid=2373 vsize=11500 CPUtime=0.09
/proc/2375/stat : 2375 (glucose_static) R 2373 2373 2132 0 -1 4194304 2721 0 0 0 8 1 0 0 21 0 1 0 96523950 11776000 2706 1992294400 134512640 135217611 4294956320 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/2375/statm: 2875 2707 60 172 0 2700 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16860

[startup+0.301401 s]
/proc/loadavg: 1.84 1.82 1.45 3/64 2373
/proc/meminfo: memFree=925408/2055920 swapFree=4192812/4192956
[pid=2373] ppid=2371 vsize=5360 CPUtime=0
/proc/2373/stat : 2373 (glucose.sh) S 2371 2373 2132 0 -1 4194304 314 81 0 0 0 0 0 0 18 0 1 0 96523950 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2373/statm: 1340 238 195 169 0 51 0
[pid=2375] ppid=2373 vsize=31560 CPUtime=0.29
/proc/2375/stat : 2375 (glucose_static) R 2373 2373 2132 0 -1 4194304 7555 0 0 0 25 4 0 0 22 0 1 0 96523950 32317440 7540 1992294400 134512640 135217611 4294956320 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/2375/statm: 7890 7541 60 172 0 7715 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36920

[startup+0.701449 s]
/proc/loadavg: 1.84 1.82 1.45 3/64 2373
/proc/meminfo: memFree=925408/2055920 swapFree=4192812/4192956
[pid=2373] ppid=2371 vsize=5360 CPUtime=0
/proc/2373/stat : 2373 (glucose.sh) S 2371 2373 2132 0 -1 4194304 314 81 0 0 0 0 0 0 18 0 1 0 96523950 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2373/statm: 1340 238 195 169 0 51 0
[pid=2375] ppid=2373 vsize=71300 CPUtime=0.69
/proc/2375/stat : 2375 (glucose_static) R 2373 2373 2132 0 -1 4194304 17159 0 0 0 60 9 0 0 25 0 1 0 96523950 73011200 17144 1992294400 134512640 135217611 4294956320 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/2375/statm: 17825 17144 60 172 0 17650 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76660

[startup+1.50154 s]
/proc/loadavg: 1.84 1.82 1.45 2/66 2376
/proc/meminfo: memFree=829712/2055920 swapFree=4192812/4192956
[pid=2373] ppid=2371 vsize=5360 CPUtime=0
/proc/2373/stat : 2373 (glucose.sh) S 2371 2373 2132 0 -1 4194304 314 81 0 0 0 0 0 0 18 0 1 0 96523950 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2373/statm: 1340 238 195 169 0 51 0
[pid=2375] ppid=2373 vsize=150424 CPUtime=1.49
/proc/2375/stat : 2375 (glucose_static) R 2373 2373 2132 0 -1 4194304 35890 0 0 0 130 19 0 0 25 0 1 0 96523950 154034176 35875 1992294400 134512640 135217611 4294956320 18446744073709551615 134548073 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/2375/statm: 37606 35876 60 172 0 37431 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 155784

[startup+3.10173 s]
/proc/loadavg: 1.85 1.83 1.45 2/66 2376
/proc/meminfo: memFree=728720/2055920 swapFree=4192812/4192956
[pid=2373] ppid=2371 vsize=5360 CPUtime=0
/proc/2373/stat : 2373 (glucose.sh) S 2371 2373 2132 0 -1 4194304 314 81 0 0 0 0 0 0 18 0 1 0 96523950 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2373/statm: 1340 238 195 169 0 51 0
[pid=2375] ppid=2373 vsize=309076 CPUtime=3.08
/proc/2375/stat : 2375 (glucose_static) R 2373 2373 2132 0 -1 4194304 72485 0 0 0 267 41 0 0 25 0 1 0 96523950 316493824 72470 1992294400 134512640 135217611 4294956320 18446744073709551615 134745486 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/2375/statm: 77269 72472 60 172 0 77094 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 314436

[startup+6.30111 s]
/proc/loadavg: 1.85 1.83 1.45 2/66 2376
/proc/meminfo: memFree=471952/2055920 swapFree=4192812/4192956
[pid=2373] ppid=2371 vsize=5360 CPUtime=0
/proc/2373/stat : 2373 (glucose.sh) S 2371 2373 2132 0 -1 4194304 314 81 0 0 0 0 0 0 18 0 1 0 96523950 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2373/statm: 1340 238 195 169 0 51 0
[pid=2375] ppid=2373 vsize=483184 CPUtime=6.28
/proc/2375/stat : 2375 (glucose_static) R 2373 2373 2132 0 -1 4194304 115117 0 0 0 563 65 0 0 25 0 1 0 96523950 494780416 115017 1992294400 134512640 135217611 4294956320 18446744073709551615 134729675 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/2375/statm: 120796 115017 74 172 0 120621 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 488544

[startup+12.7019 s]
/proc/loadavg: 1.72 1.80 1.45 2/66 2376
/proc/meminfo: memFree=460048/2055920 swapFree=4192812/4192956
[pid=2373] ppid=2371 vsize=5360 CPUtime=0
/proc/2373/stat : 2373 (glucose.sh) S 2371 2373 2132 0 -1 4194304 314 81 0 0 0 0 0 0 18 0 1 0 96523950 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2373/statm: 1340 238 195 169 0 51 0
[pid=2375] ppid=2373 vsize=491940 CPUtime=12.68
/proc/2375/stat : 2375 (glucose_static) R 2373 2373 2132 0 -1 4194304 117292 0 0 0 1201 67 0 0 25 0 1 0 96523950 503746560 117192 1992294400 134512640 135217611 4294956320 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/2375/statm: 122985 117192 76 172 0 122810 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 497300

[startup+25.5014 s]
/proc/loadavg: 1.61 1.77 1.44 2/66 2376
/proc/meminfo: memFree=450256/2055920 swapFree=4192812/4192956
[pid=2373] ppid=2371 vsize=5360 CPUtime=0
/proc/2373/stat : 2373 (glucose.sh) S 2371 2373 2132 0 -1 4194304 314 81 0 0 0 0 0 0 18 0 1 0 96523950 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2373/statm: 1340 238 195 169 0 51 0
[pid=2375] ppid=2373 vsize=501232 CPUtime=25.48
/proc/2375/stat : 2375 (glucose_static) R 2373 2373 2132 0 -1 4194304 119625 0 0 0 2478 70 0 0 25 0 1 0 96523950 513261568 119525 1992294400 134512640 135217611 4294956320 18446744073709551615 134533058 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/2375/statm: 125308 119525 76 172 0 125133 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 506592

[startup+51.1024 s]
/proc/loadavg: 1.40 1.71 1.43 2/66 2376
/proc/meminfo: memFree=444560/2055920 swapFree=4192812/4192956
[pid=2373] ppid=2371 vsize=5360 CPUtime=0
/proc/2373/stat : 2373 (glucose.sh) S 2371 2373 2132 0 -1 4194304 314 81 0 0 0 0 0 0 18 0 1 0 96523950 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2373/statm: 1340 238 195 169 0 51 0
[pid=2375] ppid=2373 vsize=506956 CPUtime=51.05
/proc/2375/stat : 2375 (glucose_static) R 2373 2373 2132 0 -1 4194304 121050 0 0 0 5033 72 0 0 25 0 1 0 96523950 519122944 120950 1992294400 134512640 135217611 4294956320 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/2375/statm: 126739 120950 76 172 0 126564 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 512316

[startup+102.305 s]
/proc/loadavg: 1.16 1.59 1.40 2/66 2376
/proc/meminfo: memFree=437136/2055920 swapFree=4192812/4192956
[pid=2373] ppid=2371 vsize=5360 CPUtime=0
/proc/2373/stat : 2373 (glucose.sh) S 2371 2373 2132 0 -1 4194304 314 81 0 0 0 0 0 0 18 0 1 0 96523950 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2373/statm: 1340 238 195 169 0 51 0
[pid=2375] ppid=2373 vsize=514568 CPUtime=102.23
/proc/2375/stat : 2375 (glucose_static) R 2373 2373 2132 0 -1 4194304 122945 0 0 0 10150 73 0 0 25 0 1 0 96523950 526917632 122845 1992294400 134512640 135217611 4294956320 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/2375/statm: 128642 122845 76 172 0 128467 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 519928

[startup+162.302 s]
/proc/loadavg: 1.06 1.48 1.37 2/66 2376
/proc/meminfo: memFree=435600/2055920 swapFree=4192812/4192956
[pid=2373] ppid=2371 vsize=5360 CPUtime=0
/proc/2373/stat : 2373 (glucose.sh) S 2371 2373 2132 0 -1 4194304 314 81 0 0 0 0 0 0 18 0 1 0 96523950 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2373/statm: 1340 238 195 169 0 51 0
[pid=2375] ppid=2373 vsize=516152 CPUtime=162.2
/proc/2375/stat : 2375 (glucose_static) R 2373 2373 2132 0 -1 4194304 123335 0 0 0 16147 73 0 0 25 0 1 0 96523950 528539648 123235 1992294400 134512640 135217611 4294956320 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2375/statm: 129038 123235 76 172 0 128863 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 521512

[startup+222.303 s]
/proc/loadavg: 1.02 1.39 1.35 2/66 2376
/proc/meminfo: memFree=434320/2055920 swapFree=4192812/4192956
[pid=2373] ppid=2371 vsize=5360 CPUtime=0
/proc/2373/stat : 2373 (glucose.sh) S 2371 2373 2132 0 -1 4194304 314 81 0 0 0 0 0 0 18 0 1 0 96523950 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2373/statm: 1340 238 195 169 0 51 0
[pid=2375] ppid=2373 vsize=517340 CPUtime=222.16
/proc/2375/stat : 2375 (glucose_static) R 2373 2373 2132 0 -1 4194304 123638 0 0 0 22143 73 0 0 25 0 1 0 96523950 529756160 123538 1992294400 134512640 135217611 4294956320 18446744073709551615 134533127 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/2375/statm: 129335 123538 76 172 0 129160 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 522700

[startup+282.302 s]
/proc/loadavg: 1.00 1.31 1.32 2/66 2376
/proc/meminfo: memFree=431312/2055920 swapFree=4192812/4192956
[pid=2373] ppid=2371 vsize=5360 CPUtime=0
/proc/2373/stat : 2373 (glucose.sh) S 2371 2373 2132 0 -1 4194304 314 81 0 0 0 0 0 0 18 0 1 0 96523950 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2373/statm: 1340 238 195 169 0 51 0
[pid=2375] ppid=2373 vsize=520380 CPUtime=282.14
/proc/2375/stat : 2375 (glucose_static) R 2373 2373 2132 0 -1 4194304 124395 0 0 0 28140 74 0 0 25 0 1 0 96523950 532869120 124295 1992294400 134512640 135217611 4294956320 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/2375/statm: 130095 124295 76 172 0 129920 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 525740

[startup+342.302 s]
/proc/loadavg: 1.00 1.25 1.30 2/66 2376
/proc/meminfo: memFree=430544/2055920 swapFree=4192812/4192956
[pid=2373] ppid=2371 vsize=5360 CPUtime=0
/proc/2373/stat : 2373 (glucose.sh) S 2371 2373 2132 0 -1 4194304 314 81 0 0 0 0 0 0 18 0 1 0 96523950 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2373/statm: 1340 238 195 169 0 51 0
[pid=2375] ppid=2373 vsize=521436 CPUtime=342.11
/proc/2375/stat : 2375 (glucose_static) R 2373 2373 2132 0 -1 4194304 124673 0 0 0 34136 75 0 0 25 0 1 0 96523950 533950464 124573 1992294400 134512640 135217611 4294956320 18446744073709551615 134537488 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/2375/statm: 130359 124573 76 172 0 130184 0

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

/proc/2375/statm: 131866 126039 76 172 0 131691 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 532824

[startup+642.302 s]
/proc/loadavg: 1.00 1.08 1.20 2/66 2376
/proc/meminfo: memFree=420816/2055920 swapFree=4192812/4192956
[pid=2373] ppid=2371 vsize=5360 CPUtime=0
/proc/2373/stat : 2373 (glucose.sh) S 2371 2373 2132 0 -1 4194304 314 81 0 0 0 0 0 0 18 0 1 0 96523950 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2373/statm: 1340 238 195 169 0 51 0
[pid=2375] ppid=2373 vsize=530912 CPUtime=641.95
/proc/2375/stat : 2375 (glucose_static) R 2373 2373 2132 0 -1 4194304 127015 0 0 0 64118 77 0 0 25 0 1 0 96523950 543653888 126915 1992294400 134512640 135217611 4294956320 18446744073709551615 134533124 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/2375/statm: 132728 126915 76 172 0 132553 0
Current children cumulated CPU time (s) 641.95
Current children cumulated vsize (KiB) 536272

[startup+702.302 s]
/proc/loadavg: 1.00 1.07 1.19 2/66 2376
/proc/meminfo: memFree=420560/2055920 swapFree=4192812/4192956
[pid=2373] ppid=2371 vsize=5360 CPUtime=0
/proc/2373/stat : 2373 (glucose.sh) S 2371 2373 2132 0 -1 4194304 314 81 0 0 0 0 0 0 18 0 1 0 96523950 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2373/statm: 1340 238 195 169 0 51 0
[pid=2375] ppid=2373 vsize=531176 CPUtime=701.92
/proc/2375/stat : 2375 (glucose_static) R 2373 2373 2132 0 -1 4194304 127067 0 0 0 70115 77 0 0 25 0 1 0 96523950 543924224 126967 1992294400 134512640 135217611 4294956320 18446744073709551615 134532921 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/2375/statm: 132794 126967 76 172 0 132619 0
Current children cumulated CPU time (s) 701.92
Current children cumulated vsize (KiB) 536536

[startup+762.305 s]
/proc/loadavg: 1.00 1.05 1.17 2/66 2376
/proc/meminfo: memFree=419344/2055920 swapFree=4192812/4192956
[pid=2373] ppid=2371 vsize=5360 CPUtime=0
/proc/2373/stat : 2373 (glucose.sh) S 2371 2373 2132 0 -1 4194304 314 81 0 0 0 0 0 0 18 0 1 0 96523950 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2373/statm: 1340 238 195 169 0 51 0
[pid=2375] ppid=2373 vsize=532376 CPUtime=761.91
/proc/2375/stat : 2375 (glucose_static) R 2373 2373 2132 0 -1 4194304 127375 0 0 0 76113 78 0 0 25 0 1 0 96523950 545153024 127275 1992294400 134512640 135217611 4294956320 18446744073709551615 134536761 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/2375/statm: 133094 127275 76 172 0 132919 0
Current children cumulated CPU time (s) 761.91
Current children cumulated vsize (KiB) 537736

[startup+822.301 s]
/proc/loadavg: 1.00 1.04 1.16 2/66 2376
/proc/meminfo: memFree=418384/2055920 swapFree=4192812/4192956
[pid=2373] ppid=2371 vsize=5360 CPUtime=0
/proc/2373/stat : 2373 (glucose.sh) S 2371 2373 2132 0 -1 4194304 314 81 0 0 0 0 0 0 18 0 1 0 96523950 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2373/statm: 1340 238 195 169 0 51 0
[pid=2375] ppid=2373 vsize=533428 CPUtime=821.87
/proc/2375/stat : 2375 (glucose_static) R 2373 2373 2132 0 -1 4194304 127619 0 0 0 82109 78 0 0 25 0 1 0 96523950 546230272 127519 1992294400 134512640 135217611 4294956320 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/2375/statm: 133357 127519 76 172 0 133182 0
Current children cumulated CPU time (s) 821.87
Current children cumulated vsize (KiB) 538788

[startup+882.301 s]
/proc/loadavg: 1.00 1.03 1.15 2/66 2376
/proc/meminfo: memFree=417680/2055920 swapFree=4192812/4192956
[pid=2373] ppid=2371 vsize=5360 CPUtime=0
/proc/2373/stat : 2373 (glucose.sh) S 2371 2373 2132 0 -1 4194304 314 81 0 0 0 0 0 0 18 0 1 0 96523950 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2373/statm: 1340 238 195 169 0 51 0
[pid=2375] ppid=2373 vsize=534220 CPUtime=881.84
/proc/2375/stat : 2375 (glucose_static) R 2373 2373 2132 0 -1 4194304 127790 0 0 0 88106 78 0 0 25 0 1 0 96523950 547041280 127690 1992294400 134512640 135217611 4294956320 18446744073709551615 134532808 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/2375/statm: 133555 127690 76 172 0 133380 0
Current children cumulated CPU time (s) 881.84
Current children cumulated vsize (KiB) 539580

[startup+942.301 s]
/proc/loadavg: 1.00 1.02 1.14 2/66 2376
/proc/meminfo: memFree=416144/2055920 swapFree=4192812/4192956
[pid=2373] ppid=2371 vsize=5360 CPUtime=0
/proc/2373/stat : 2373 (glucose.sh) S 2371 2373 2132 0 -1 4194304 314 81 0 0 0 0 0 0 18 0 1 0 96523950 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2373/statm: 1340 238 195 169 0 51 0
[pid=2375] ppid=2373 vsize=535756 CPUtime=941.82
/proc/2375/stat : 2375 (glucose_static) R 2373 2373 2132 0 -1 4194304 128181 0 0 0 94103 79 0 0 25 0 1 0 96523950 548614144 128081 1992294400 134512640 135217611 4294956320 18446744073709551615 134532623 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/2375/statm: 133939 128081 76 172 0 133764 0
Current children cumulated CPU time (s) 941.82
Current children cumulated vsize (KiB) 541116

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.13 2/66 2376
/proc/meminfo: memFree=413712/2055920 swapFree=4192812/4192956
[pid=2373] ppid=2371 vsize=5360 CPUtime=0
/proc/2373/stat : 2373 (glucose.sh) S 2371 2373 2132 0 -1 4194304 314 81 0 0 0 0 0 0 18 0 1 0 96523950 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2373/statm: 1340 238 195 169 0 51 0
[pid=2375] ppid=2373 vsize=538296 CPUtime=1001.8
/proc/2375/stat : 2375 (glucose_static) R 2373 2373 2132 0 -1 4194304 128790 0 0 0 100099 81 0 0 25 0 1 0 96523950 551215104 128690 1992294400 134512640 135217611 4294956320 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/2375/statm: 134574 128690 76 172 0 134399 0
Current children cumulated CPU time (s) 1001.8
Current children cumulated vsize (KiB) 543656

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.12 2/66 2376
/proc/meminfo: memFree=411856/2055920 swapFree=4192812/4192956
[pid=2373] ppid=2371 vsize=5360 CPUtime=0
/proc/2373/stat : 2373 (glucose.sh) S 2371 2373 2132 0 -1 4194304 314 81 0 0 0 0 0 0 18 0 1 0 96523950 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2373/statm: 1340 238 195 169 0 51 0
[pid=2375] ppid=2373 vsize=540336 CPUtime=1061.76
/proc/2375/stat : 2375 (glucose_static) R 2373 2373 2132 0 -1 4194304 129252 0 0 0 106095 81 0 0 25 0 1 0 96523950 553304064 129152 1992294400 134512640 135217611 4294956320 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/2375/statm: 135084 129152 76 172 0 134909 0
Current children cumulated CPU time (s) 1061.76
Current children cumulated vsize (KiB) 545696

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.10 2/66 2382
/proc/meminfo: memFree=410064/2055920 swapFree=4192812/4192956
[pid=2373] ppid=2371 vsize=5360 CPUtime=0
/proc/2373/stat : 2373 (glucose.sh) S 2371 2373 2132 0 -1 4194304 314 81 0 0 0 0 0 0 18 0 1 0 96523950 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2373/statm: 1340 238 195 169 0 51 0
[pid=2375] ppid=2373 vsize=541924 CPUtime=1121.73
/proc/2375/stat : 2375 (glucose_static) R 2373 2373 2132 0 -1 4194304 129642 0 0 0 112091 82 0 0 25 0 1 0 96523950 554930176 129542 1992294400 134512640 135217611 4294956320 18446744073709551615 134542782 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/2375/statm: 135481 129542 76 172 0 135306 0
Current children cumulated CPU time (s) 1121.73
Current children cumulated vsize (KiB) 547284

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 2382
/proc/meminfo: memFree=408464/2055920 swapFree=4192812/4192956
[pid=2373] ppid=2371 vsize=5360 CPUtime=0
/proc/2373/stat : 2373 (glucose.sh) S 2371 2373 2132 0 -1 4194304 314 81 0 0 0 0 0 0 18 0 1 0 96523950 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2373/statm: 1340 238 195 169 0 51 0
[pid=2375] ppid=2373 vsize=543724 CPUtime=1181.7
/proc/2375/stat : 2375 (glucose_static) R 2373 2373 2132 0 -1 4194304 130099 0 0 0 118088 82 0 0 25 0 1 0 96523950 556773376 129999 1992294400 134512640 135217611 4294956320 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/2375/statm: 135931 129999 76 172 0 135756 0
Current children cumulated CPU time (s) 1181.7
Current children cumulated vsize (KiB) 549084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 2382
/proc/meminfo: memFree=408464/2055920 swapFree=4192812/4192956
[pid=2373] ppid=2371 vsize=5360 CPUtime=0
/proc/2373/stat : 2373 (glucose.sh) S 2371 2373 2132 0 -1 4194304 314 81 0 0 0 0 0 0 18 0 1 0 96523950 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2373/statm: 1340 238 195 169 0 51 0
[pid=2375] ppid=2373 vsize=543724 CPUtime=1200.09
/proc/2375/stat : 2375 (glucose_static) R 2373 2373 2132 0 -1 4194304 130103 0 0 0 119927 82 0 0 25 0 1 0 96523950 556773376 130003 1992294400 134512640 135217611 4294956320 18446744073709551615 134532674 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/2375/statm: 135931 130003 76 172 0 135756 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 549084

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

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

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 2382
/proc/meminfo: memFree=408464/2055920 swapFree=4192812/4192956
[pid=2373] ppid=2371 vsize=5360 CPUtime=0
/proc/2373/stat : 2373 (glucose.sh) S 2371 2373 2132 0 -1 4194304 314 81 0 0 0 0 0 0 18 0 1 0 96523950 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2373/statm: 1340 238 195 169 0 51 0
[pid=2375] ppid=2373 vsize=543724 CPUtime=1200.09
/proc/2375/stat : 2375 (glucose_static) R 2373 2373 2132 0 -1 4194304 130103 0 0 0 119927 82 0 0 25 0 1 0 96523950 556773376 130003 1992294400 134512640 135217611 4294956320 18446744073709551615 134532674 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/2375/statm: 135931 130003 76 172 0 135756 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 549084

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1200.71
CPU time (s): 1200.09
CPU user time (s): 1199.27
CPU system time (s): 0.82
CPU usage (%): 99.9482
Max. virtual memory (cumulated for all children) (KiB): 549084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0.002999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 395
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= 4
involuntary context switches= 2

runsolver used 1.3288 second user time and 2.80057 second system time

The end

Launcher Data

Begin job on node75 at 2009-04-25 20:42:31
IDJOB=1723300
IDBENCH=71695
IDSOLVER=503
FILE ID=node75/1723300-1240684942
PBS_JOBID= 9186683
Free space on /tmp= 66268 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT_RACE06/velev-pipe-sat-1.0-b10.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723300-1240684942/watcher-1723300-1240684942 -o /tmp/evaluation-result-1723300-1240684942/solver-1723300-1240684942 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1723300-1240684942.cnf

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

MD5SUM BENCH= a9abd96191efca8626c02160761beedd
RANDOM SEED=1882572495

node75.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.213
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.213
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        925760 kB
Buffers:         85540 kB
Cached:         945196 kB
SwapCached:        144 kB
Active:         286364 kB
Inactive:       758392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        925760 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          167904 kB
Writeback:           0 kB
Mapped:          23660 kB
Slab:            71208 kB
Committed_AS:   225252 kB
PageTables:       1416 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= 66268 MiB
End job on node75 at 2009-04-25 21:02:34