Trace number 1723144

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.08 1200.61

General information on the benchmark

Namevelev-pipe-sat-1.0-b7.cnf
MD5SUM612845a855119304b698a4b55aed3089
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark14.2438
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.79/4.87	c |  Parsing time:         4.20         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-1723144-1240683668/watcher-1723144-1240683668 -o /tmp/evaluation-result-1723144-1240683668/solver-1723144-1240683668 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1723144-1240683668.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.31 1.07 1.02 3/65 13803
/proc/meminfo: memFree=1511224/2055924 swapFree=4181440/4192956
[pid=13803] ppid=13801 vsize=5360 CPUtime=0
/proc/13803/stat : 13803 (glucose.sh) R 13801 13803 13609 0 -1 4194304 295 81 0 0 0 0 0 0 18 0 1 0 96397562 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266825375 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/13803/statm: 1340 238 195 169 0 51 0
[pid=13805] ppid=13803 vsize=1888 CPUtime=0
/proc/13805/stat : 13805 (glucose_static) R 13803 13803 13609 0 -1 4194304 223 0 0 0 0 0 0 0 18 0 1 0 96397563 1933312 208 1992294400 134512640 135217611 4294956336 18446744073709551615 134745486 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/13805/statm: 472 215 47 172 0 297 0

[startup+0.063081 s]
/proc/loadavg: 1.31 1.07 1.02 3/65 13803
/proc/meminfo: memFree=1511224/2055924 swapFree=4181440/4192956
[pid=13803] ppid=13801 vsize=5360 CPUtime=0
/proc/13803/stat : 13803 (glucose.sh) S 13801 13803 13609 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 96397562 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13803/statm: 1340 238 195 169 0 51 0
[pid=13805] ppid=13803 vsize=7924 CPUtime=0.05
/proc/13805/stat : 13805 (glucose_static) R 13803 13803 13609 0 -1 4194304 1825 0 0 0 5 0 0 0 20 0 1 0 96397563 8114176 1810 1992294400 134512640 135217611 4294956336 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/13805/statm: 1981 1811 60 172 0 1806 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13284

[startup+0.102085 s]
/proc/loadavg: 1.31 1.07 1.02 3/65 13803
/proc/meminfo: memFree=1511224/2055924 swapFree=4181440/4192956
[pid=13803] ppid=13801 vsize=5360 CPUtime=0
/proc/13803/stat : 13803 (glucose.sh) S 13801 13803 13609 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 96397562 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13803/statm: 1340 238 195 169 0 51 0
[pid=13805] ppid=13803 vsize=11772 CPUtime=0.09
/proc/13805/stat : 13805 (glucose_static) R 13803 13803 13609 0 -1 4194304 2803 0 0 0 8 1 0 0 20 0 1 0 96397563 12054528 2788 1992294400 134512640 135217611 4294956336 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/13805/statm: 2943 2789 60 172 0 2768 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17132

[startup+0.301105 s]
/proc/loadavg: 1.31 1.07 1.02 3/65 13803
/proc/meminfo: memFree=1511224/2055924 swapFree=4181440/4192956
[pid=13803] ppid=13801 vsize=5360 CPUtime=0
/proc/13803/stat : 13803 (glucose.sh) S 13801 13803 13609 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 96397562 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13803/statm: 1340 238 195 169 0 51 0
[pid=13805] ppid=13803 vsize=31824 CPUtime=0.28
/proc/13805/stat : 13805 (glucose_static) R 13803 13803 13609 0 -1 4194304 7642 0 0 0 25 3 0 0 22 0 1 0 96397563 32587776 7628 1992294400 134512640 135217611 4294956336 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/13805/statm: 7956 7628 60 172 0 7781 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 37184

[startup+0.702147 s]
/proc/loadavg: 1.31 1.07 1.02 3/65 13803
/proc/meminfo: memFree=1511224/2055924 swapFree=4181440/4192956
[pid=13803] ppid=13801 vsize=5360 CPUtime=0
/proc/13803/stat : 13803 (glucose.sh) S 13801 13803 13609 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 96397562 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13803/statm: 1340 238 195 169 0 51 0
[pid=13805] ppid=13803 vsize=72356 CPUtime=0.69
/proc/13805/stat : 13805 (glucose_static) R 13803 13803 13609 0 -1 4194304 17457 0 0 0 60 9 0 0 25 0 1 0 96397563 74092544 17442 1992294400 134512640 135217611 4294956336 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/13805/statm: 18089 17442 60 172 0 17914 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 77716

[startup+1.50223 s]
/proc/loadavg: 1.31 1.07 1.02 2/67 13806
/proc/meminfo: memFree=1412840/2055924 swapFree=4181440/4192956
[pid=13803] ppid=13801 vsize=5360 CPUtime=0
/proc/13803/stat : 13803 (glucose.sh) S 13801 13803 13609 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 96397562 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13803/statm: 1340 238 195 169 0 51 0
[pid=13805] ppid=13803 vsize=152308 CPUtime=1.49
/proc/13805/stat : 13805 (glucose_static) R 13803 13803 13609 0 -1 4194304 36431 0 0 0 129 20 0 0 25 0 1 0 96397563 155963392 36416 1992294400 134512640 135217611 4294956336 18446744073709551615 134548073 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/13805/statm: 38077 36417 60 172 0 37902 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 157668

[startup+3.1014 s]
/proc/loadavg: 1.44 1.10 1.03 2/67 13806
/proc/meminfo: memFree=1308072/2055924 swapFree=4181440/4192956
[pid=13803] ppid=13801 vsize=5360 CPUtime=0
/proc/13803/stat : 13803 (glucose.sh) S 13801 13803 13609 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 96397562 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13803/statm: 1340 238 195 169 0 51 0
[pid=13805] ppid=13803 vsize=312416 CPUtime=3.09
/proc/13805/stat : 13805 (glucose_static) R 13803 13803 13609 0 -1 4194304 73428 0 0 0 266 43 0 0 25 0 1 0 96397563 319913984 73413 1992294400 134512640 135217611 4294956336 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/13805/statm: 78104 73414 60 172 0 77929 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 317776

[startup+6.30173 s]
/proc/loadavg: 1.44 1.10 1.03 2/67 13806
/proc/meminfo: memFree=1052968/2055924 swapFree=4181440/4192956
[pid=13803] ppid=13801 vsize=5360 CPUtime=0
/proc/13803/stat : 13803 (glucose.sh) S 13801 13803 13609 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 96397562 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13803/statm: 1340 238 195 169 0 51 0
[pid=13805] ppid=13803 vsize=483572 CPUtime=6.29
/proc/13805/stat : 13805 (glucose_static) R 13803 13803 13609 0 -1 4194304 115238 0 0 0 562 67 0 0 25 0 1 0 96397563 495177728 115137 1992294400 134512640 135217611 4294956336 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/13805/statm: 120893 115137 74 172 0 120718 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 488932

[startup+12.7014 s]
/proc/loadavg: 1.60 1.14 1.05 2/67 13806
/proc/meminfo: memFree=1041192/2055924 swapFree=4181440/4192956
[pid=13803] ppid=13801 vsize=5360 CPUtime=0
/proc/13803/stat : 13803 (glucose.sh) S 13801 13803 13609 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 96397562 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13803/statm: 1340 238 195 169 0 51 0
[pid=13805] ppid=13803 vsize=494176 CPUtime=12.68
/proc/13805/stat : 13805 (glucose_static) R 13803 13803 13609 0 -1 4194304 117839 0 0 0 1200 68 0 0 25 0 1 0 96397563 506036224 117738 1992294400 134512640 135217611 4294956336 18446744073709551615 134532697 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/13805/statm: 123544 117738 76 172 0 123369 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 499536

[startup+25.5017 s]
/proc/loadavg: 1.74 1.19 1.06 2/67 13806
/proc/meminfo: memFree=1030568/2055924 swapFree=4181440/4192956
[pid=13803] ppid=13801 vsize=5360 CPUtime=0
/proc/13803/stat : 13803 (glucose.sh) S 13801 13803 13609 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 96397562 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13803/statm: 1340 238 195 169 0 51 0
[pid=13805] ppid=13803 vsize=503804 CPUtime=25.47
/proc/13805/stat : 13805 (glucose_static) R 13803 13803 13609 0 -1 4194304 120098 0 0 0 2476 71 0 0 25 0 1 0 96397563 515895296 119970 1992294400 134512640 135217611 4294956336 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/13805/statm: 125951 119970 76 172 0 125776 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 509164

[startup+51.1014 s]
/proc/loadavg: 2.11 1.32 1.11 2/67 13806
/proc/meminfo: memFree=1026472/2055924 swapFree=4181440/4192956
[pid=13803] ppid=13801 vsize=5360 CPUtime=0
/proc/13803/stat : 13803 (glucose.sh) S 13801 13803 13609 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 96397562 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13803/statm: 1340 238 195 169 0 51 0
[pid=13805] ppid=13803 vsize=507528 CPUtime=51.07
/proc/13805/stat : 13805 (glucose_static) R 13803 13803 13609 0 -1 4194304 120956 0 0 0 5035 72 0 0 25 0 1 0 96397563 519708672 120828 1992294400 134512640 135217611 4294956336 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/13805/statm: 126882 120828 76 172 0 126707 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 512888

[startup+102.306 s]
/proc/loadavg: 2.34 1.53 1.19 2/67 13806
/proc/meminfo: memFree=1020584/2055924 swapFree=4181440/4192956
[pid=13803] ppid=13801 vsize=5360 CPUtime=0
/proc/13803/stat : 13803 (glucose.sh) S 13801 13803 13609 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 96397562 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13803/statm: 1340 238 195 169 0 51 0
[pid=13805] ppid=13803 vsize=513612 CPUtime=102.25
/proc/13805/stat : 13805 (glucose_static) R 13803 13803 13609 0 -1 4194304 122453 0 0 0 10151 74 0 0 25 0 1 0 96397563 525938688 122325 1992294400 134512640 135217611 4294956336 18446744073709551615 134532697 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/13805/statm: 128403 122325 76 172 0 128228 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 518972

[startup+162.302 s]
/proc/loadavg: 2.73 1.77 1.29 2/67 13806
/proc/meminfo: memFree=1018600/2055924 swapFree=4181440/4192956
[pid=13803] ppid=13801 vsize=5360 CPUtime=0
/proc/13803/stat : 13803 (glucose.sh) S 13801 13803 13609 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 96397562 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13803/statm: 1340 238 195 169 0 51 0
[pid=13805] ppid=13803 vsize=515504 CPUtime=162.21
/proc/13805/stat : 13805 (glucose_static) R 13803 13803 13609 0 -1 4194304 122911 0 0 0 16146 75 0 0 25 0 1 0 96397563 527876096 122783 1992294400 134512640 135217611 4294956336 18446744073709551615 134534060 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/13805/statm: 128876 122783 76 172 0 128701 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 520864

[startup+222.301 s]
/proc/loadavg: 1.90 1.74 1.31 2/67 13806
/proc/meminfo: memFree=1023080/2055924 swapFree=4181440/4192956
[pid=13803] ppid=13801 vsize=5360 CPUtime=0
/proc/13803/stat : 13803 (glucose.sh) S 13801 13803 13609 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 96397562 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13803/statm: 1340 238 195 169 0 51 0
[pid=13805] ppid=13803 vsize=516032 CPUtime=222.19
/proc/13805/stat : 13805 (glucose_static) R 13803 13803 13609 0 -1 4194304 123052 0 0 0 22143 76 0 0 25 0 1 0 96397563 528416768 122924 1992294400 134512640 135217611 4294956336 18446744073709551615 134533277 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/13805/statm: 129008 122924 76 172 0 128833 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 521392

[startup+282.302 s]
/proc/loadavg: 1.36 1.61 1.29 2/67 13806
/proc/meminfo: memFree=1023208/2055924 swapFree=4181440/4192956
[pid=13803] ppid=13801 vsize=5360 CPUtime=0
/proc/13803/stat : 13803 (glucose.sh) S 13801 13803 13609 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 96397562 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13803/statm: 1340 238 195 169 0 51 0
[pid=13805] ppid=13803 vsize=516692 CPUtime=282.17
/proc/13805/stat : 13805 (glucose_static) R 13803 13803 13609 0 -1 4194304 123206 0 0 0 28140 77 0 0 25 0 1 0 96397563 529092608 123078 1992294400 134512640 135217611 4294956336 18446744073709551615 134533352 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/13805/statm: 129173 123078 76 172 0 128998 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 522052

[startup+342.302 s]
/proc/loadavg: 1.12 1.49 1.27 2/67 13806
/proc/meminfo: memFree=1022312/2055924 swapFree=4181440/4192956
[pid=13803] ppid=13801 vsize=5360 CPUtime=0
/proc/13803/stat : 13803 (glucose.sh) S 13801 13803 13609 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 96397562 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13803/statm: 1340 238 195 169 0 51 0
[pid=13805] ppid=13803 vsize=517220 CPUtime=342.14
/proc/13805/stat : 13805 (glucose_static) R 13803 13803 13609 0 -1 4194304 123352 0 0 0 34137 77 0 0 25 0 1 0 96397563 529633280 123224 1992294400 134512640 135217611 4294956336 18446744073709551615 134534060 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/13805/statm: 129305 123224 76 172 0 129130 0

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

/proc/13805/statm: 130424 124328 76 172 0 130249 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 527056

[startup+582.302 s]
/proc/loadavg: 1.00 1.21 1.20 2/67 13806
/proc/meminfo: memFree=1014760/2055924 swapFree=4181440/4192956
[pid=13803] ppid=13801 vsize=5360 CPUtime=0
/proc/13803/stat : 13803 (glucose.sh) S 13801 13803 13609 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 96397562 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13803/statm: 1340 238 195 169 0 51 0
[pid=13805] ppid=13803 vsize=524884 CPUtime=582.05
/proc/13805/stat : 13805 (glucose_static) R 13803 13803 13609 0 -1 4194304 125233 0 0 0 58126 79 0 0 25 0 1 0 96397563 537481216 125105 1992294400 134512640 135217611 4294956336 18446744073709551615 134542240 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/13805/statm: 131221 125105 76 172 0 131046 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 530244

[startup+642.302 s]
/proc/loadavg: 1.00 1.17 1.18 2/67 13806
/proc/meminfo: memFree=1014120/2055924 swapFree=4181440/4192956
[pid=13803] ppid=13801 vsize=5360 CPUtime=0
/proc/13803/stat : 13803 (glucose.sh) S 13801 13803 13609 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 96397562 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13803/statm: 1340 238 195 169 0 51 0
[pid=13805] ppid=13803 vsize=525544 CPUtime=642.02
/proc/13805/stat : 13805 (glucose_static) R 13803 13803 13609 0 -1 4194304 125417 0 0 0 64123 79 0 0 25 0 1 0 96397563 538157056 125289 1992294400 134512640 135217611 4294956336 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/13805/statm: 131386 125289 76 172 0 131211 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 530904

[startup+702.302 s]
/proc/loadavg: 1.00 1.14 1.17 2/67 13806
/proc/meminfo: memFree=1013928/2055924 swapFree=4181440/4192956
[pid=13803] ppid=13801 vsize=5360 CPUtime=0
/proc/13803/stat : 13803 (glucose.sh) S 13801 13803 13609 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 96397562 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13803/statm: 1340 238 195 169 0 51 0
[pid=13805] ppid=13803 vsize=525684 CPUtime=701.99
/proc/13805/stat : 13805 (glucose_static) R 13803 13803 13609 0 -1 4194304 125438 0 0 0 70120 79 0 0 25 0 1 0 96397563 538300416 125310 1992294400 134512640 135217611 4294956336 18446744073709551615 134532889 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/13805/statm: 131421 125310 76 172 0 131246 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 531044

[startup+762.307 s]
/proc/loadavg: 1.00 1.11 1.16 2/67 13806
/proc/meminfo: memFree=1013416/2055924 swapFree=4181440/4192956
[pid=13803] ppid=13801 vsize=5360 CPUtime=0
/proc/13803/stat : 13803 (glucose.sh) S 13801 13803 13609 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 96397562 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13803/statm: 1340 238 195 169 0 51 0
[pid=13805] ppid=13803 vsize=526136 CPUtime=761.97
/proc/13805/stat : 13805 (glucose_static) R 13803 13803 13609 0 -1 4194304 125558 0 0 0 76118 79 0 0 25 0 1 0 96397563 538763264 125430 1992294400 134512640 135217611 4294956336 18446744073709551615 134537031 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/13805/statm: 131534 125430 76 172 0 131359 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 531496

[startup+822.303 s]
/proc/loadavg: 1.00 1.09 1.14 2/67 13806
/proc/meminfo: memFree=1010920/2055924 swapFree=4181440/4192956
[pid=13803] ppid=13801 vsize=5360 CPUtime=0
/proc/13803/stat : 13803 (glucose.sh) S 13801 13803 13609 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 96397562 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13803/statm: 1340 238 195 169 0 51 0
[pid=13805] ppid=13803 vsize=528748 CPUtime=821.95
/proc/13805/stat : 13805 (glucose_static) R 13803 13803 13609 0 -1 4194304 126167 0 0 0 82115 80 0 0 25 0 1 0 96397563 541437952 126039 1992294400 134512640 135217611 4294956336 18446744073709551615 134532744 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/13805/statm: 132187 126039 76 172 0 132012 0
Current children cumulated CPU time (s) 821.95
Current children cumulated vsize (KiB) 534108

[startup+882.302 s]
/proc/loadavg: 1.00 1.07 1.13 2/67 13806
/proc/meminfo: memFree=1010152/2055924 swapFree=4181440/4192956
[pid=13803] ppid=13801 vsize=5360 CPUtime=0
/proc/13803/stat : 13803 (glucose.sh) S 13801 13803 13609 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 96397562 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13803/statm: 1340 238 195 169 0 51 0
[pid=13805] ppid=13803 vsize=529552 CPUtime=881.91
/proc/13805/stat : 13805 (glucose_static) R 13803 13803 13609 0 -1 4194304 126370 0 0 0 88111 80 0 0 25 0 1 0 96397563 542261248 126242 1992294400 134512640 135217611 4294956336 18446744073709551615 134533067 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/13805/statm: 132388 126242 76 172 0 132213 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 534912

[startup+942.302 s]
/proc/loadavg: 1.00 1.05 1.12 2/67 13806
/proc/meminfo: memFree=1008488/2055924 swapFree=4181440/4192956
[pid=13803] ppid=13801 vsize=5360 CPUtime=0
/proc/13803/stat : 13803 (glucose.sh) S 13801 13803 13609 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 96397562 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13803/statm: 1340 238 195 169 0 51 0
[pid=13805] ppid=13803 vsize=531304 CPUtime=941.89
/proc/13805/stat : 13805 (glucose_static) R 13803 13803 13609 0 -1 4194304 126778 0 0 0 94109 80 0 0 25 0 1 0 96397563 544055296 126650 1992294400 134512640 135217611 4294956336 18446744073709551615 134533768 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/13805/statm: 132826 126650 76 172 0 132651 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 536664

[startup+1002.3 s]
/proc/loadavg: 1.00 1.04 1.11 2/67 13806
/proc/meminfo: memFree=1007272/2055924 swapFree=4181440/4192956
[pid=13803] ppid=13801 vsize=5360 CPUtime=0
/proc/13803/stat : 13803 (glucose.sh) S 13801 13803 13609 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 96397562 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13803/statm: 1340 238 195 169 0 51 0
[pid=13805] ppid=13803 vsize=532660 CPUtime=1001.87
/proc/13805/stat : 13805 (glucose_static) R 13803 13803 13609 0 -1 4194304 127069 0 0 0 100106 81 0 0 25 0 1 0 96397563 545443840 126941 1992294400 134512640 135217611 4294956336 18446744073709551615 134537157 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/13805/statm: 133165 126941 76 172 0 132990 0
Current children cumulated CPU time (s) 1001.87
Current children cumulated vsize (KiB) 538020

[startup+1062.3 s]
/proc/loadavg: 1.00 1.03 1.10 2/67 13806
/proc/meminfo: memFree=1004648/2055924 swapFree=4181440/4192956
[pid=13803] ppid=13801 vsize=5360 CPUtime=0
/proc/13803/stat : 13803 (glucose.sh) S 13801 13803 13609 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 96397562 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13803/statm: 1340 238 195 169 0 51 0
[pid=13805] ppid=13803 vsize=535228 CPUtime=1061.84
/proc/13805/stat : 13805 (glucose_static) R 13803 13803 13609 0 -1 4194304 127705 0 0 0 106103 81 0 0 25 0 1 0 96397563 548073472 127577 1992294400 134512640 135217611 4294956336 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/13805/statm: 133807 127577 76 172 0 133632 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 540588

[startup+1122.3 s]
/proc/loadavg: 1.00 1.02 1.09 2/67 13808
/proc/meminfo: memFree=1004072/2055924 swapFree=4181440/4192956
[pid=13803] ppid=13801 vsize=5360 CPUtime=0
/proc/13803/stat : 13803 (glucose.sh) S 13801 13803 13609 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 96397562 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13803/statm: 1340 238 195 169 0 51 0
[pid=13805] ppid=13803 vsize=535920 CPUtime=1121.82
/proc/13805/stat : 13805 (glucose_static) R 13803 13803 13609 0 -1 4194304 127859 0 0 0 112101 81 0 0 25 0 1 0 96397563 548782080 127731 1992294400 134512640 135217611 4294956336 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/13805/statm: 133980 127731 76 172 0 133805 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 541280

[startup+1182.3 s]
/proc/loadavg: 1.00 1.02 1.08 2/67 13808
/proc/meminfo: memFree=1003432/2055924 swapFree=4181440/4192956
[pid=13803] ppid=13801 vsize=5360 CPUtime=0
/proc/13803/stat : 13803 (glucose.sh) S 13801 13803 13609 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 96397562 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13803/statm: 1340 238 195 169 0 51 0
[pid=13805] ppid=13803 vsize=536684 CPUtime=1181.79
/proc/13805/stat : 13805 (glucose_static) R 13803 13803 13609 0 -1 4194304 128016 0 0 0 118098 81 0 0 25 0 1 0 96397563 549564416 127888 1992294400 134512640 135217611 4294956336 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/13805/statm: 134171 127888 76 172 0 133996 0
Current children cumulated CPU time (s) 1181.79
Current children cumulated vsize (KiB) 542044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.02 1.08 2/67 13808
/proc/meminfo: memFree=1003368/2055924 swapFree=4181440/4192956
[pid=13803] ppid=13801 vsize=5360 CPUtime=0
/proc/13803/stat : 13803 (glucose.sh) S 13801 13803 13609 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 96397562 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13803/statm: 1340 238 195 169 0 51 0
[pid=13805] ppid=13803 vsize=536756 CPUtime=1200.08
/proc/13805/stat : 13805 (glucose_static) R 13803 13803 13609 0 -1 4194304 128017 0 0 0 119927 81 0 0 25 0 1 0 96397563 549638144 127889 1992294400 134512640 135217611 4294956336 18446744073709551615 134537033 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/13805/statm: 134189 127889 76 172 0 134014 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 542116

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13803 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=1999
# CPU time returned by wait4() is 0.002998
# while last known CPU time is 1200.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.61
CPU time (s): 1200.08
CPU user time (s): 1199.27
CPU system time (s): 0.81
CPU usage (%): 99.9557
Max. virtual memory (cumulated for all children) (KiB): 542116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0.001999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 394
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.20282 second user time and 3.17452 second system time

The end

Launcher Data

Begin job on node83 at 2009-04-25 20:21:23
IDJOB=1723144
IDBENCH=71685
IDSOLVER=503
FILE ID=node83/1723144-1240683668
PBS_JOBID= 9186674
Free space on /tmp= 65868 MiB

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

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

MD5SUM BENCH= 612845a855119304b698a4b55aed3089
RANDOM SEED=617173958

node83.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.222
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.222
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:      2055924 kB
MemFree:       1511768 kB
Buffers:         31884 kB
Cached:         447688 kB
SwapCached:       5336 kB
Active:         239548 kB
Inactive:       248928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1511768 kB
SwapTotal:     4192956 kB
SwapFree:      4181440 kB
Dirty:          167784 kB
Writeback:           0 kB
Mapped:          13484 kB
Slab:            41752 kB
Committed_AS:   343348 kB
PageTables:       1384 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= 65864 MiB
End job on node83 at 2009-04-25 20:41:25