Trace number 1737509

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

General information on the benchmark

NameCRAFTED/sgen/unsat/
sgen1-unsat-139-100.cnf
MD5SUM80608540c01a8d414386c5ef53d181de
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables141
Number of clauses292
Sum of the clauses size876
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3292
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |     292      876 |      87       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 141   #clauses: 292   #literals: 876
0.00/0.00	c CPU time:   0.000999 s
0.00/0.00	c ==============================================================================
0.00/0.00	c
0.00/0.00	c Starting glucose
0.00/0.00	c
0.00/0.00	
0.00/0.00	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.00	
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  141                                                  |
0.00/0.00	c |  Number of clauses:    292                                                  |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
1200.03/1200.61	HOME/glucose.sh: line 55:   617 Terminated              $RS $TMP.cnf -verbosity=0 $TMP.result "$@"

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-1737509-1240819230/watcher-1737509-1240819230 -o /tmp/evaluation-result-1737509-1240819230/solver-1737509-1240819230 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1737509-1240819230.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: 0.91 0.97 0.99 3/64 615
/proc/meminfo: memFree=1596360/2055920 swapFree=4179608/4192956
[pid=615] ppid=613 vsize=5360 CPUtime=0
/proc/615/stat : 615 (glucose.sh) R 613 615 32433 0 -1 4194304 295 120 0 0 0 0 0 0 19 0 1 0 109949131 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244276849311 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/615/statm: 1340 238 195 169 0 51 0
[pid=617] ppid=615 vsize=724 CPUtime=0
/proc/617/stat : 617 (glucose_static) R 615 615 32433 0 -1 4194304 16 0 0 0 0 0 0 0 19 0 1 0 109949131 741376 3 1992294400 134512640 135217611 4294956288 18446744073709551615 134512976 0 0 4096 0 0 0 0 17 0 0 0
/proc/617/statm: 182 18 12 172 0 7 0

[startup+0.0436021 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 615
/proc/meminfo: memFree=1596360/2055920 swapFree=4179608/4192956
[pid=615] ppid=613 vsize=5360 CPUtime=0
/proc/615/stat : 615 (glucose.sh) S 613 615 32433 0 -1 4194304 313 120 0 0 0 0 0 0 19 0 1 0 109949131 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/615/statm: 1340 238 195 169 0 51 0
[pid=617] ppid=615 vsize=2028 CPUtime=0.03
/proc/617/stat : 617 (glucose_static) R 615 615 32433 0 -1 4194304 165 0 0 0 3 0 0 0 20 0 1 0 109949131 2076672 151 1992294400 134512640 135217611 4294956288 18446744073709551615 134537025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/617/statm: 507 151 75 172 0 332 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7388

[startup+0.101608 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 615
/proc/meminfo: memFree=1596360/2055920 swapFree=4179608/4192956
[pid=615] ppid=613 vsize=5360 CPUtime=0
/proc/615/stat : 615 (glucose.sh) S 613 615 32433 0 -1 4194304 313 120 0 0 0 0 0 0 19 0 1 0 109949131 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/615/statm: 1340 238 195 169 0 51 0
[pid=617] ppid=615 vsize=2292 CPUtime=0.09
/proc/617/stat : 617 (glucose_static) R 615 615 32433 0 -1 4194304 219 0 0 0 9 0 0 0 20 0 1 0 109949131 2347008 205 1992294400 134512640 135217611 4294956288 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/617/statm: 573 205 75 172 0 398 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7652

[startup+0.30163 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 615
/proc/meminfo: memFree=1596360/2055920 swapFree=4179608/4192956
[pid=615] ppid=613 vsize=5360 CPUtime=0
/proc/615/stat : 615 (glucose.sh) S 613 615 32433 0 -1 4194304 313 120 0 0 0 0 0 0 19 0 1 0 109949131 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/615/statm: 1340 238 195 169 0 51 0
[pid=617] ppid=615 vsize=2688 CPUtime=0.29
/proc/617/stat : 617 (glucose_static) R 615 615 32433 0 -1 4194304 313 0 0 0 29 0 0 0 22 0 1 0 109949131 2752512 299 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/617/statm: 672 299 75 172 0 497 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8048

[startup+0.701676 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 615
/proc/meminfo: memFree=1596360/2055920 swapFree=4179608/4192956
[pid=615] ppid=613 vsize=5360 CPUtime=0
/proc/615/stat : 615 (glucose.sh) S 613 615 32433 0 -1 4194304 313 120 0 0 0 0 0 0 19 0 1 0 109949131 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/615/statm: 1340 238 195 169 0 51 0
[pid=617] ppid=615 vsize=3260 CPUtime=0.69
/proc/617/stat : 617 (glucose_static) R 615 615 32433 0 -1 4194304 443 0 0 0 69 0 0 0 25 0 1 0 109949131 3338240 429 1992294400 134512640 135217611 4294956288 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/617/statm: 815 429 75 172 0 640 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8620

[startup+1.50177 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 618
/proc/meminfo: memFree=1594488/2055920 swapFree=4179608/4192956
[pid=615] ppid=613 vsize=5360 CPUtime=0
/proc/615/stat : 615 (glucose.sh) S 613 615 32433 0 -1 4194304 313 120 0 0 0 0 0 0 19 0 1 0 109949131 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/615/statm: 1340 238 195 169 0 51 0
[pid=617] ppid=615 vsize=3792 CPUtime=1.49
/proc/617/stat : 617 (glucose_static) R 615 615 32433 0 -1 4194304 574 0 0 0 149 0 0 0 25 0 1 0 109949131 3883008 560 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/617/statm: 948 560 75 172 0 773 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9152

[startup+3.10195 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 618
/proc/meminfo: memFree=1593656/2055920 swapFree=4179608/4192956
[pid=615] ppid=613 vsize=5360 CPUtime=0
/proc/615/stat : 615 (glucose.sh) S 613 615 32433 0 -1 4194304 313 120 0 0 0 0 0 0 19 0 1 0 109949131 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/615/statm: 1340 238 195 169 0 51 0
[pid=617] ppid=615 vsize=4380 CPUtime=3.09
/proc/617/stat : 617 (glucose_static) R 615 615 32433 0 -1 4194304 743 0 0 0 309 0 0 0 25 0 1 0 109949131 4485120 729 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/617/statm: 1095 729 75 172 0 920 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9740

[startup+6.30231 s]
/proc/loadavg: 0.92 0.97 0.99 2/66 618
/proc/meminfo: memFree=1592504/2055920 swapFree=4179608/4192956
[pid=615] ppid=613 vsize=5360 CPUtime=0
/proc/615/stat : 615 (glucose.sh) S 613 615 32433 0 -1 4194304 313 120 0 0 0 0 0 0 19 0 1 0 109949131 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/615/statm: 1340 238 195 169 0 51 0
[pid=617] ppid=615 vsize=5244 CPUtime=6.29
/proc/617/stat : 617 (glucose_static) R 615 615 32433 0 -1 4194304 943 0 0 0 629 0 0 0 25 0 1 0 109949131 5369856 929 1992294400 134512640 135217611 4294956288 18446744073709551615 134533277 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/617/statm: 1311 929 75 172 0 1136 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10604

[startup+12.701 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 618
/proc/meminfo: memFree=1591160/2055920 swapFree=4179608/4192956
[pid=615] ppid=613 vsize=5360 CPUtime=0
/proc/615/stat : 615 (glucose.sh) S 613 615 32433 0 -1 4194304 313 120 0 0 0 0 0 0 19 0 1 0 109949131 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/615/statm: 1340 238 195 169 0 51 0
[pid=617] ppid=615 vsize=6712 CPUtime=12.69
/proc/617/stat : 617 (glucose_static) R 615 615 32433 0 -1 4194304 1264 0 0 0 1269 0 0 0 25 0 1 0 109949131 6873088 1250 1992294400 134512640 135217611 4294956288 18446744073709551615 134533213 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/617/statm: 1678 1250 75 172 0 1503 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 12072

[startup+25.5015 s]
/proc/loadavg: 0.94 0.97 0.99 2/66 618
/proc/meminfo: memFree=1589624/2055920 swapFree=4179608/4192956
[pid=615] ppid=613 vsize=5360 CPUtime=0
/proc/615/stat : 615 (glucose.sh) S 613 615 32433 0 -1 4194304 313 120 0 0 0 0 0 0 19 0 1 0 109949131 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/615/statm: 1340 238 195 169 0 51 0
[pid=617] ppid=615 vsize=8248 CPUtime=25.47
/proc/617/stat : 617 (glucose_static) R 615 615 32433 0 -1 4194304 1672 0 0 0 2547 0 0 0 25 0 1 0 109949131 8445952 1658 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/617/statm: 2062 1658 75 172 0 1887 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 13608

[startup+51.1014 s]
/proc/loadavg: 0.96 0.97 0.99 2/66 624
/proc/meminfo: memFree=1587256/2055920 swapFree=4179608/4192956
[pid=615] ppid=613 vsize=5360 CPUtime=0
/proc/615/stat : 615 (glucose.sh) S 613 615 32433 0 -1 4194304 313 120 0 0 0 0 0 0 19 0 1 0 109949131 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/615/statm: 1340 238 195 169 0 51 0
[pid=617] ppid=615 vsize=10784 CPUtime=51.06
/proc/617/stat : 617 (glucose_static) R 615 615 32433 0 -1 4194304 2212 0 0 0 5106 0 0 0 25 0 1 0 109949131 11042816 2198 1992294400 134512640 135217611 4294956288 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/617/statm: 2696 2198 75 172 0 2521 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 16144

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 2/66 624
/proc/meminfo: memFree=1584184/2055920 swapFree=4179608/4192956
[pid=615] ppid=613 vsize=5360 CPUtime=0
/proc/615/stat : 615 (glucose.sh) S 613 615 32433 0 -1 4194304 313 120 0 0 0 0 0 0 19 0 1 0 109949131 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/615/statm: 1340 238 195 169 0 51 0
[pid=617] ppid=615 vsize=14116 CPUtime=102.23
/proc/617/stat : 617 (glucose_static) R 615 615 32433 0 -1 4194304 2969 0 0 0 10222 1 0 0 25 0 1 0 109949131 14454784 2955 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/617/statm: 3529 2955 75 172 0 3354 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 19476

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 624
/proc/meminfo: memFree=1582328/2055920 swapFree=4179608/4192956
[pid=615] ppid=613 vsize=5360 CPUtime=0
/proc/615/stat : 615 (glucose.sh) S 613 615 32433 0 -1 4194304 313 120 0 0 0 0 0 0 19 0 1 0 109949131 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/615/statm: 1340 238 195 169 0 51 0
[pid=617] ppid=615 vsize=16120 CPUtime=162.19
/proc/617/stat : 617 (glucose_static) R 615 615 32433 0 -1 4194304 3463 0 0 0 16217 2 0 0 25 0 1 0 109949131 16506880 3449 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/617/statm: 4030 3449 75 172 0 3855 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 21480

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 624
/proc/meminfo: memFree=1579896/2055920 swapFree=4179608/4192956
[pid=615] ppid=613 vsize=5360 CPUtime=0
/proc/615/stat : 615 (glucose.sh) S 613 615 32433 0 -1 4194304 313 120 0 0 0 0 0 0 19 0 1 0 109949131 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/615/statm: 1340 238 195 169 0 51 0
[pid=617] ppid=615 vsize=18604 CPUtime=222.16
/proc/617/stat : 617 (glucose_static) R 615 615 32433 0 -1 4194304 4036 0 0 0 22214 2 0 0 25 0 1 0 109949131 19050496 4022 1992294400 134512640 135217611 4294956288 18446744073709551615 134539609 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/617/statm: 4651 4022 75 172 0 4476 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 23964

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 624
/proc/meminfo: memFree=1578168/2055920 swapFree=4179608/4192956
[pid=615] ppid=613 vsize=5360 CPUtime=0
/proc/615/stat : 615 (glucose.sh) S 613 615 32433 0 -1 4194304 313 120 0 0 0 0 0 0 19 0 1 0 109949131 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/615/statm: 1340 238 195 169 0 51 0
[pid=617] ppid=615 vsize=20632 CPUtime=282.15
/proc/617/stat : 617 (glucose_static) R 615 615 32433 0 -1 4194304 4478 0 0 0 28212 3 0 0 25 0 1 0 109949131 21127168 4464 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/617/statm: 5158 4464 75 172 0 4983 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 25992

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 624
/proc/meminfo: memFree=1577016/2055920 swapFree=4179608/4192956
[pid=615] ppid=613 vsize=5360 CPUtime=0
/proc/615/stat : 615 (glucose.sh) S 613 615 32433 0 -1 4194304 313 120 0 0 0 0 0 0 19 0 1 0 109949131 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/615/statm: 1340 238 195 169 0 51 0
[pid=617] ppid=615 vsize=21880 CPUtime=342.12
/proc/617/stat : 617 (glucose_static) R 615 615 32433 0 -1 4194304 4776 0 0 0 34208 4 0 0 25 0 1 0 109949131 22405120 4762 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/617/statm: 5470 4762 75 172 0 5295 0

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

[pid=617] ppid=615 vsize=24788 CPUtime=462.06
/proc/617/stat : 617 (glucose_static) R 615 615 32433 0 -1 4194304 5375 0 0 0 46202 4 0 0 25 0 1 0 109949131 25382912 5361 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/617/statm: 6197 5361 75 172 0 6022 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 30148

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 624
/proc/meminfo: memFree=1573432/2055920 swapFree=4179608/4192956
[pid=615] ppid=613 vsize=5360 CPUtime=0
/proc/615/stat : 615 (glucose.sh) S 613 615 32433 0 -1 4194304 313 120 0 0 0 0 0 0 19 0 1 0 109949131 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/615/statm: 1340 238 195 169 0 51 0
[pid=617] ppid=615 vsize=26060 CPUtime=522.04
/proc/617/stat : 617 (glucose_static) R 615 615 32433 0 -1 4194304 5662 0 0 0 52199 5 0 0 25 0 1 0 109949131 26685440 5648 1992294400 134512640 135217611 4294956288 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/617/statm: 6515 5648 75 172 0 6340 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 31420

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 624
/proc/meminfo: memFree=1572664/2055920 swapFree=4179608/4192956
[pid=615] ppid=613 vsize=5360 CPUtime=0
/proc/615/stat : 615 (glucose.sh) S 613 615 32433 0 -1 4194304 313 120 0 0 0 0 0 0 19 0 1 0 109949131 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/615/statm: 1340 238 195 169 0 51 0
[pid=617] ppid=615 vsize=26848 CPUtime=582.01
/proc/617/stat : 617 (glucose_static) R 615 615 32433 0 -1 4194304 5846 0 0 0 58196 5 0 0 25 0 1 0 109949131 27492352 5832 1992294400 134512640 135217611 4294956288 18446744073709551615 134533225 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/617/statm: 6712 5832 75 172 0 6537 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 32208

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 624
/proc/meminfo: memFree=1571896/2055920 swapFree=4179608/4192956
[pid=615] ppid=613 vsize=5360 CPUtime=0
/proc/615/stat : 615 (glucose.sh) S 613 615 32433 0 -1 4194304 313 120 0 0 0 0 0 0 19 0 1 0 109949131 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/615/statm: 1340 238 195 169 0 51 0
[pid=617] ppid=615 vsize=27596 CPUtime=641.99
/proc/617/stat : 617 (glucose_static) R 615 615 32433 0 -1 4194304 6023 0 0 0 64194 5 0 0 25 0 1 0 109949131 28258304 6009 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/617/statm: 6899 6009 75 172 0 6724 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 32956

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 624
/proc/meminfo: memFree=1571128/2055920 swapFree=4179608/4192956
[pid=615] ppid=613 vsize=5360 CPUtime=0
/proc/615/stat : 615 (glucose.sh) S 613 615 32433 0 -1 4194304 313 120 0 0 0 0 0 0 19 0 1 0 109949131 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/615/statm: 1340 238 195 169 0 51 0
[pid=617] ppid=615 vsize=28284 CPUtime=701.95
/proc/617/stat : 617 (glucose_static) R 615 615 32433 0 -1 4194304 6187 0 0 0 70190 5 0 0 25 0 1 0 109949131 28962816 6173 1992294400 134512640 135217611 4294956288 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/617/statm: 7071 6173 75 172 0 6896 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 33644

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 624
/proc/meminfo: memFree=1570360/2055920 swapFree=4179608/4192956
[pid=615] ppid=613 vsize=5360 CPUtime=0
/proc/615/stat : 615 (glucose.sh) S 613 615 32433 0 -1 4194304 313 120 0 0 0 0 0 0 19 0 1 0 109949131 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/615/statm: 1340 238 195 169 0 51 0
[pid=617] ppid=615 vsize=29108 CPUtime=761.94
/proc/617/stat : 617 (glucose_static) R 615 615 32433 0 -1 4194304 6389 0 0 0 76188 6 0 0 25 0 1 0 109949131 29806592 6375 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/617/statm: 7277 6375 75 172 0 7102 0
Current children cumulated CPU time (s) 761.94
Current children cumulated vsize (KiB) 34468

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 624
/proc/meminfo: memFree=1569592/2055920 swapFree=4179608/4192956
[pid=615] ppid=613 vsize=5360 CPUtime=0
/proc/615/stat : 615 (glucose.sh) S 613 615 32433 0 -1 4194304 313 120 0 0 0 0 0 0 19 0 1 0 109949131 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/615/statm: 1340 238 195 169 0 51 0
[pid=617] ppid=615 vsize=29996 CPUtime=821.91
/proc/617/stat : 617 (glucose_static) R 615 615 32433 0 -1 4194304 6585 0 0 0 82185 6 0 0 25 0 1 0 109949131 30715904 6571 1992294400 134512640 135217611 4294956288 18446744073709551615 134532971 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/617/statm: 7499 6571 75 172 0 7324 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 35356

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 624
/proc/meminfo: memFree=1568824/2055920 swapFree=4179608/4192956
[pid=615] ppid=613 vsize=5360 CPUtime=0
/proc/615/stat : 615 (glucose.sh) S 613 615 32433 0 -1 4194304 313 120 0 0 0 0 0 0 19 0 1 0 109949131 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/615/statm: 1340 238 195 169 0 51 0
[pid=617] ppid=615 vsize=30792 CPUtime=881.88
/proc/617/stat : 617 (glucose_static) R 615 615 32433 0 -1 4194304 6771 0 0 0 88182 6 0 0 25 0 1 0 109949131 31531008 6757 1992294400 134512640 135217611 4294956288 18446744073709551615 134533268 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/617/statm: 7698 6757 75 172 0 7523 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 36152

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 624
/proc/meminfo: memFree=1568376/2055920 swapFree=4179608/4192956
[pid=615] ppid=613 vsize=5360 CPUtime=0
/proc/615/stat : 615 (glucose.sh) S 613 615 32433 0 -1 4194304 313 120 0 0 0 0 0 0 19 0 1 0 109949131 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/615/statm: 1340 238 195 169 0 51 0
[pid=617] ppid=615 vsize=31388 CPUtime=941.85
/proc/617/stat : 617 (glucose_static) R 615 615 32433 0 -1 4194304 6862 0 0 0 94179 6 0 0 25 0 1 0 109949131 32141312 6848 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/617/statm: 7847 6848 75 172 0 7672 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 36748

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 624
/proc/meminfo: memFree=1567672/2055920 swapFree=4179608/4192956
[pid=615] ppid=613 vsize=5360 CPUtime=0
/proc/615/stat : 615 (glucose.sh) S 613 615 32433 0 -1 4194304 313 120 0 0 0 0 0 0 19 0 1 0 109949131 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/615/statm: 1340 238 195 169 0 51 0
[pid=617] ppid=615 vsize=32280 CPUtime=1001.83
/proc/617/stat : 617 (glucose_static) R 615 615 32433 0 -1 4194304 7048 0 0 0 100176 7 0 0 25 0 1 0 109949131 33054720 7034 1992294400 134512640 135217611 4294956288 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/617/statm: 8070 7034 75 172 0 7895 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 37640

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 624
/proc/meminfo: memFree=1566392/2055920 swapFree=4179608/4192956
[pid=615] ppid=613 vsize=5360 CPUtime=0
/proc/615/stat : 615 (glucose.sh) S 613 615 32433 0 -1 4194304 313 120 0 0 0 0 0 0 19 0 1 0 109949131 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/615/statm: 1340 238 195 169 0 51 0
[pid=617] ppid=615 vsize=33640 CPUtime=1061.8
/proc/617/stat : 617 (glucose_static) R 615 615 32433 0 -1 4194304 7354 0 0 0 106173 7 0 0 25 0 1 0 109949131 34447360 7336 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/617/statm: 8410 7336 75 172 0 8235 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 39000

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 624
/proc/meminfo: memFree=1565432/2055920 swapFree=4179608/4192956
[pid=615] ppid=613 vsize=5360 CPUtime=0
/proc/615/stat : 615 (glucose.sh) S 613 615 32433 0 -1 4194304 313 120 0 0 0 0 0 0 19 0 1 0 109949131 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/615/statm: 1340 238 195 169 0 51 0
[pid=617] ppid=615 vsize=34812 CPUtime=1121.76
/proc/617/stat : 617 (glucose_static) R 615 615 32433 0 -1 4194304 7607 0 0 0 112169 7 0 0 25 0 1 0 109949131 35647488 7589 1992294400 134512640 135217611 4294956288 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/617/statm: 8703 7589 75 172 0 8528 0
Current children cumulated CPU time (s) 1121.76
Current children cumulated vsize (KiB) 40172

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 624
/proc/meminfo: memFree=1564856/2055920 swapFree=4179608/4192956
[pid=615] ppid=613 vsize=5360 CPUtime=0
/proc/615/stat : 615 (glucose.sh) S 613 615 32433 0 -1 4194304 313 120 0 0 0 0 0 0 19 0 1 0 109949131 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/615/statm: 1340 238 195 169 0 51 0
[pid=617] ppid=615 vsize=35316 CPUtime=1181.74
/proc/617/stat : 617 (glucose_static) R 615 615 32433 0 -1 4194304 7741 0 0 0 118166 8 0 0 25 0 1 0 109949131 36163584 7723 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/617/statm: 8829 7723 75 172 0 8654 0
Current children cumulated CPU time (s) 1181.74
Current children cumulated vsize (KiB) 40676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 624
/proc/meminfo: memFree=1564728/2055920 swapFree=4179608/4192956
[pid=615] ppid=613 vsize=5360 CPUtime=0
/proc/615/stat : 615 (glucose.sh) S 613 615 32433 0 -1 4194304 313 120 0 0 0 0 0 0 19 0 1 0 109949131 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/615/statm: 1340 238 195 169 0 51 0
[pid=617] ppid=615 vsize=35448 CPUtime=1200.03
/proc/617/stat : 617 (glucose_static) R 615 615 32433 0 -1 4194304 7768 0 0 0 119995 8 0 0 25 0 1 0 109949131 36298752 7750 1992294400 134512640 135217611 4294956288 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/617/statm: 8862 7750 75 172 0 8687 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 40808

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)
Real time (s): 1200.61
CPU time (s): 1200.05
CPU user time (s): 1199.96
CPU system time (s): 0.089986
CPU usage (%): 99.9527
Max. virtual memory (cumulated for all children) (KiB): 40808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.96
system time used= 0.089986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8212
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= 16
involuntary context switches= 2556

runsolver used 1.43278 second user time and 2.87456 second system time

The end

Launcher Data

Begin job on node63 at 2009-04-27 10:00:30
IDJOB=1737509
IDBENCH=71790
IDSOLVER=503
FILE ID=node63/1737509-1240819230
PBS_JOBID= 9187448
Free space on /tmp= 66408 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/CRAFTED/sgen/unsat/sgen1-unsat-139-100.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1737509-1240819230/watcher-1737509-1240819230 -o /tmp/evaluation-result-1737509-1240819230/solver-1737509-1240819230 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1737509-1240819230.cnf

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

MD5SUM BENCH= 80608540c01a8d414386c5ef53d181de
RANDOM SEED=1296513739

node63.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.236
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.236
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:       1596840 kB
Buffers:         63148 kB
Cached:         318924 kB
SwapCached:       6480 kB
Active:         184084 kB
Inactive:       207224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1596840 kB
SwapTotal:     4192956 kB
SwapFree:      4179608 kB
Dirty:            1584 kB
Writeback:           0 kB
Mapped:          14864 kB
Slab:            53648 kB
Committed_AS:   616756 kB
PageTables:       1452 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66408 MiB
End job on node63 at 2009-04-27 10:20:32