Trace number 1773214

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
glucose 1.0? (TO) 10000 10003.5

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq9.cnf
MD5SUM9a43349587a435e7109b46b3aceb156e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables482093
Number of clauses9676386
Sum of the clauses size28195028
Maximum clause length226
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 29152157
Number of clauses of size 3120945
Number of clauses of size 410067
Number of clauses of size 528986
Number of clauses of size over 5364230

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 = 9676386
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:  482093                                               |
0.00/0.00	c |  Number of clauses:    9676386                                              |
6.09/6.16	c |  Parsing time:         5.33         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-1773214-1241256607/watcher-1773214-1241256607 -o /tmp/evaluation-result-1773214-1241256607/solver-1773214-1241256607 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1773214-1241256607.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.15 1.00 0.98 3/64 26885
/proc/meminfo: memFree=666504/2055920 swapFree=4182092/4192956
[pid=26885] ppid=26883 vsize=5360 CPUtime=0
/proc/26885/stat : 26885 (glucose.sh) R 26883 26885 26818 0 -1 4194304 295 81 0 0 0 0 0 0 18 0 1 0 153695677 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910044831 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/26885/statm: 1340 238 195 169 0 51 0
[pid=26887] ppid=26885 vsize=1888 CPUtime=0
/proc/26887/stat : 26887 (glucose_static) R 26885 26885 26818 0 -1 4194304 243 0 0 0 0 0 0 0 18 0 1 0 153695677 1933312 228 1992294400 134512640 135217611 4294956336 18446744073709551615 134745486 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26887/statm: 472 235 47 172 0 297 0

[startup+0.104394 s]
/proc/loadavg: 1.15 1.00 0.98 3/64 26885
/proc/meminfo: memFree=666504/2055920 swapFree=4182092/4192956
[pid=26885] ppid=26883 vsize=5360 CPUtime=0
/proc/26885/stat : 26885 (glucose.sh) S 26883 26885 26818 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153695677 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26885/statm: 1340 238 195 169 0 51 0
[pid=26887] ppid=26885 vsize=11560 CPUtime=0.09
/proc/26887/stat : 26887 (glucose_static) R 26885 26885 26818 0 -1 4194304 2651 0 0 0 7 2 0 0 20 0 1 0 153695677 11837440 2636 1992294400 134512640 135217611 4294956336 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26887/statm: 2890 2637 60 172 0 2715 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16920

[startup+0.201403 s]
/proc/loadavg: 1.15 1.00 0.98 3/64 26885
/proc/meminfo: memFree=666504/2055920 swapFree=4182092/4192956
[pid=26885] ppid=26883 vsize=5360 CPUtime=0
/proc/26885/stat : 26885 (glucose.sh) S 26883 26885 26818 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153695677 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26885/statm: 1340 238 195 169 0 51 0
[pid=26887] ppid=26885 vsize=19996 CPUtime=0.19
/proc/26887/stat : 26887 (glucose_static) R 26885 26885 26818 0 -1 4194304 4792 0 0 0 16 3 0 0 21 0 1 0 153695677 20475904 4777 1992294400 134512640 135217611 4294956336 18446744073709551615 134726799 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26887/statm: 4999 4778 60 172 0 4824 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 25356

[startup+0.301415 s]
/proc/loadavg: 1.15 1.00 0.98 3/64 26885
/proc/meminfo: memFree=666504/2055920 swapFree=4182092/4192956
[pid=26885] ppid=26883 vsize=5360 CPUtime=0
/proc/26885/stat : 26885 (glucose.sh) S 26883 26885 26818 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153695677 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26885/statm: 1340 238 195 169 0 51 0
[pid=26887] ppid=26885 vsize=29084 CPUtime=0.28
/proc/26887/stat : 26887 (glucose_static) R 26885 26885 26818 0 -1 4194304 6995 0 0 0 24 4 0 0 23 0 1 0 153695677 29782016 6980 1992294400 134512640 135217611 4294956336 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26887/statm: 7271 6980 60 172 0 7096 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 34444

[startup+0.701462 s]
/proc/loadavg: 1.15 1.00 0.98 3/64 26885
/proc/meminfo: memFree=666504/2055920 swapFree=4182092/4192956
[pid=26885] ppid=26883 vsize=5360 CPUtime=0
/proc/26885/stat : 26885 (glucose.sh) S 26883 26885 26818 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153695677 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26885/statm: 1340 238 195 169 0 51 0
[pid=26887] ppid=26885 vsize=67900 CPUtime=0.68
/proc/26887/stat : 26887 (glucose_static) R 26885 26885 26818 0 -1 4194304 15805 0 0 0 59 9 0 0 25 0 1 0 153695677 69529600 15790 1992294400 134512640 135217611 4294956336 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26887/statm: 17010 15794 60 172 0 16835 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 73260

[startup+1.50155 s]
/proc/loadavg: 1.15 1.00 0.98 3/66 26888
/proc/meminfo: memFree=570096/2055920 swapFree=4182092/4192956
[pid=26885] ppid=26883 vsize=5360 CPUtime=0
/proc/26885/stat : 26885 (glucose.sh) S 26883 26885 26818 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153695677 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26885/statm: 1340 238 195 169 0 51 0
[pid=26887] ppid=26885 vsize=133944 CPUtime=1.49
/proc/26887/stat : 26887 (glucose_static) R 26885 26885 26818 0 -1 4194304 32952 0 0 0 129 20 0 0 25 0 1 0 153695677 137158656 32937 1992294400 134512640 135217611 4294956336 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26887/statm: 33486 32939 60 172 0 33311 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 139304

[startup+3.10174 s]
/proc/loadavg: 1.15 1.00 0.98 2/66 26888
/proc/meminfo: memFree=475824/2055920 swapFree=4182092/4192956
[pid=26885] ppid=26883 vsize=5360 CPUtime=0
/proc/26885/stat : 26885 (glucose.sh) S 26883 26885 26818 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153695677 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26885/statm: 1340 238 195 169 0 51 0
[pid=26887] ppid=26885 vsize=277072 CPUtime=3.09
/proc/26887/stat : 26887 (glucose_static) R 26885 26885 26818 0 -1 4194304 66945 0 0 0 267 42 0 0 25 0 1 0 153695677 283721728 66930 1992294400 134512640 135217611 4294956336 18446744073709551615 134515833 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26887/statm: 69268 66930 60 172 0 69093 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 282432

[startup+6.30112 s]
/proc/loadavg: 1.22 1.02 0.98 2/66 26888
/proc/meminfo: memFree=197680/2055920 swapFree=4182092/4192956
[pid=26885] ppid=26883 vsize=5360 CPUtime=0
/proc/26885/stat : 26885 (glucose.sh) S 26883 26885 26818 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153695677 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26885/statm: 1340 238 195 169 0 51 0
[pid=26887] ppid=26885 vsize=550520 CPUtime=6.28
/proc/26887/stat : 26887 (glucose_static) R 26885 26885 26818 0 -1 4194304 132010 0 0 0 546 82 0 0 25 0 1 0 153695677 563732480 131995 1992294400 134512640 135217611 4294956336 18446744073709551615 134524392 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26887/statm: 137630 131995 73 172 0 137455 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 555880

[startup+12.7019 s]
/proc/loadavg: 1.20 1.02 0.98 2/66 26888
/proc/meminfo: memFree=125680/2055920 swapFree=4182092/4192956
[pid=26885] ppid=26883 vsize=5360 CPUtime=0
/proc/26885/stat : 26885 (glucose.sh) S 26883 26885 26818 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153695677 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26885/statm: 1340 238 195 169 0 51 0
[pid=26887] ppid=26885 vsize=566484 CPUtime=12.68
/proc/26887/stat : 26887 (glucose_static) R 26885 26885 26818 0 -1 4194304 135860 0 0 0 1184 84 0 0 25 0 1 0 153695677 580079616 135841 1992294400 134512640 135217611 4294956336 18446744073709551615 134532748 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26887/statm: 141621 135841 74 172 0 141446 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 571844

[startup+25.5014 s]
/proc/loadavg: 1.15 1.02 0.98 2/66 26888
/proc/meminfo: memFree=117808/2055920 swapFree=4182092/4192956
[pid=26885] ppid=26883 vsize=5360 CPUtime=0
/proc/26885/stat : 26885 (glucose.sh) S 26883 26885 26818 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153695677 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26885/statm: 1340 238 195 169 0 51 0
[pid=26887] ppid=26885 vsize=574424 CPUtime=25.48
/proc/26887/stat : 26887 (glucose_static) R 26885 26885 26818 0 -1 4194304 137823 0 0 0 2461 87 0 0 25 0 1 0 153695677 588210176 137804 1992294400 134512640 135217611 4294956336 18446744073709551615 134532748 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26887/statm: 143606 137804 74 172 0 143431 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 579784

[startup+51.1013 s]
/proc/loadavg: 1.10 1.02 0.98 2/66 26888
/proc/meminfo: memFree=114672/2055920 swapFree=4182092/4192956
[pid=26885] ppid=26883 vsize=5360 CPUtime=0
/proc/26885/stat : 26885 (glucose.sh) S 26883 26885 26818 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153695677 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26885/statm: 1340 238 195 169 0 51 0
[pid=26887] ppid=26885 vsize=578696 CPUtime=51.06
/proc/26887/stat : 26887 (glucose_static) R 26885 26885 26818 0 -1 4194304 138637 0 0 0 5018 88 0 0 25 0 1 0 153695677 592584704 138618 1992294400 134512640 135217611 4294956336 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26887/statm: 144674 138618 76 172 0 144499 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 584056

[startup+102.301 s]
/proc/loadavg: 1.04 1.01 0.98 2/66 26888
/proc/meminfo: memFree=112432/2055920 swapFree=4182092/4192956
[pid=26885] ppid=26883 vsize=5360 CPUtime=0
/proc/26885/stat : 26885 (glucose.sh) S 26883 26885 26818 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153695677 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26885/statm: 1340 238 195 169 0 51 0
[pid=26887] ppid=26885 vsize=580912 CPUtime=102.24
/proc/26887/stat : 26887 (glucose_static) R 26885 26885 26818 0 -1 4194304 139188 0 0 0 10136 88 0 0 25 0 1 0 153695677 594853888 139169 1992294400 134512640 135217611 4294956336 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26887/statm: 145228 139169 76 172 0 145053 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 586272

[startup+162.301 s]
/proc/loadavg: 1.01 1.00 0.98 2/66 26888
/proc/meminfo: memFree=100656/2055920 swapFree=4182092/4192956
[pid=26885] ppid=26883 vsize=5360 CPUtime=0
/proc/26885/stat : 26885 (glucose.sh) S 26883 26885 26818 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153695677 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26885/statm: 1340 238 195 169 0 51 0
[pid=26887] ppid=26885 vsize=592840 CPUtime=162.22
/proc/26887/stat : 26887 (glucose_static) R 26885 26885 26818 0 -1 4194304 142129 0 0 0 16131 91 0 0 25 0 1 0 153695677 607068160 142110 1992294400 134512640 135217611 4294956336 18446744073709551615 134542153 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26887/statm: 148210 142110 76 172 0 148035 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 598200

[startup+222.305 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 26888
/proc/meminfo: memFree=93168/2055920 swapFree=4182092/4192956
[pid=26885] ppid=26883 vsize=5360 CPUtime=0
/proc/26885/stat : 26885 (glucose.sh) S 26883 26885 26818 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153695677 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26885/statm: 1340 238 195 169 0 51 0
[pid=26887] ppid=26885 vsize=600376 CPUtime=222.19
/proc/26887/stat : 26887 (glucose_static) R 26885 26885 26818 0 -1 4194304 144004 0 0 0 22126 93 0 0 25 0 1 0 153695677 614785024 143985 1992294400 134512640 135217611 4294956336 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26887/statm: 150094 143985 76 172 0 149919 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 605736

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 26888
/proc/meminfo: memFree=89904/2055920 swapFree=4182092/4192956
[pid=26885] ppid=26883 vsize=5360 CPUtime=0
/proc/26885/stat : 26885 (glucose.sh) S 26883 26885 26818 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153695677 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26885/statm: 1340 238 195 169 0 51 0
[pid=26887] ppid=26885 vsize=603584 CPUtime=282.16
/proc/26887/stat : 26887 (glucose_static) R 26885 26885 26818 0 -1 4194304 144807 0 0 0 28122 94 0 0 25 0 1 0 153695677 618070016 144788 1992294400 134512640 135217611 4294956336 18446744073709551615 134526177 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26887/statm: 150896 144788 76 172 0 150721 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 608944

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 26888
/proc/meminfo: memFree=89904/2055920 swapFree=4182092/4192956
[pid=26885] ppid=26883 vsize=5360 CPUtime=0
/proc/26885/stat : 26885 (glucose.sh) S 26883 26885 26818 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153695677 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26885/statm: 1340 238 195 169 0 51 0
[pid=26887] ppid=26885 vsize=603584 CPUtime=342.14
/proc/26887/stat : 26887 (glucose_static) R 26885 26885 26818 0 -1 4194304 144812 0 0 0 34120 94 0 0 25 0 1 0 153695677 618070016 144793 1992294400 134512640 135217611 4294956336 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26887/statm: 150896 144793 76 172 0 150721 0
Current children cumulated CPU time (s) 342.14

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

/proc/26887/statm: 190028 183518 76 172 0 189853 0
Current children cumulated CPU time (s) 9339
Current children cumulated vsize (KiB) 765472

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 26912
/proc/meminfo: memFree=17136/2055920 swapFree=4182092/4192956
[pid=26885] ppid=26883 vsize=5360 CPUtime=0
/proc/26885/stat : 26885 (glucose.sh) S 26883 26885 26818 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153695677 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26885/statm: 1340 238 195 169 0 51 0
[pid=26887] ppid=26885 vsize=760112 CPUtime=9398.98
/proc/26887/stat : 26887 (glucose_static) R 26885 26885 26818 0 -1 4194304 183537 0 0 0 939767 131 0 0 25 0 1 0 153695677 778354688 183518 1992294400 134512640 135217611 4294956336 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26887/statm: 190028 183518 76 172 0 189853 0
Current children cumulated CPU time (s) 9398.98
Current children cumulated vsize (KiB) 765472

[startup+9462.31 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 26912
/proc/meminfo: memFree=17200/2055920 swapFree=4182092/4192956
[pid=26885] ppid=26883 vsize=5360 CPUtime=0
/proc/26885/stat : 26885 (glucose.sh) S 26883 26885 26818 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153695677 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26885/statm: 1340 238 195 169 0 51 0
[pid=26887] ppid=26885 vsize=760380 CPUtime=9458.97
/proc/26887/stat : 26887 (glucose_static) R 26885 26885 26818 0 -1 4194304 183579 0 0 0 945766 131 0 0 25 0 1 0 153695677 778629120 183560 1992294400 134512640 135217611 4294956336 18446744073709551615 134532748 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26887/statm: 190095 183560 76 172 0 189920 0
Current children cumulated CPU time (s) 9458.97
Current children cumulated vsize (KiB) 765740

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 26912
/proc/meminfo: memFree=17136/2055920 swapFree=4182092/4192956
[pid=26885] ppid=26883 vsize=5360 CPUtime=0
/proc/26885/stat : 26885 (glucose.sh) S 26883 26885 26818 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153695677 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26885/statm: 1340 238 195 169 0 51 0
[pid=26887] ppid=26885 vsize=760380 CPUtime=9518.95
/proc/26887/stat : 26887 (glucose_static) R 26885 26885 26818 0 -1 4194304 183604 0 0 0 951764 131 0 0 25 0 1 0 153695677 778629120 183585 1992294400 134512640 135217611 4294956336 18446744073709551615 134522542 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26887/statm: 190095 183585 76 172 0 189920 0
Current children cumulated CPU time (s) 9518.95
Current children cumulated vsize (KiB) 765740

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 26912
/proc/meminfo: memFree=17136/2055920 swapFree=4182092/4192956
[pid=26885] ppid=26883 vsize=5360 CPUtime=0
/proc/26885/stat : 26885 (glucose.sh) S 26883 26885 26818 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153695677 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26885/statm: 1340 238 195 169 0 51 0
[pid=26887] ppid=26885 vsize=760380 CPUtime=9578.94
/proc/26887/stat : 26887 (glucose_static) R 26885 26885 26818 0 -1 4194304 183604 0 0 0 957763 131 0 0 25 0 1 0 153695677 778629120 183585 1992294400 134512640 135217611 4294956336 18446744073709551615 134539603 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26887/statm: 190095 183585 76 172 0 189920 0
Current children cumulated CPU time (s) 9578.94
Current children cumulated vsize (KiB) 765740

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 26912
/proc/meminfo: memFree=17136/2055920 swapFree=4182092/4192956
[pid=26885] ppid=26883 vsize=5360 CPUtime=0
/proc/26885/stat : 26885 (glucose.sh) S 26883 26885 26818 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153695677 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26885/statm: 1340 238 195 169 0 51 0
[pid=26887] ppid=26885 vsize=760380 CPUtime=9638.92
/proc/26887/stat : 26887 (glucose_static) R 26885 26885 26818 0 -1 4194304 183604 0 0 0 963761 131 0 0 25 0 1 0 153695677 778629120 183585 1992294400 134512640 135217611 4294956336 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26887/statm: 190095 183585 76 172 0 189920 0
Current children cumulated CPU time (s) 9638.92
Current children cumulated vsize (KiB) 765740

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 26912
/proc/meminfo: memFree=17072/2055920 swapFree=4182092/4192956
[pid=26885] ppid=26883 vsize=5360 CPUtime=0
/proc/26885/stat : 26885 (glucose.sh) S 26883 26885 26818 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153695677 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26885/statm: 1340 238 195 169 0 51 0
[pid=26887] ppid=26885 vsize=760380 CPUtime=9698.9
/proc/26887/stat : 26887 (glucose_static) R 26885 26885 26818 0 -1 4194304 183604 0 0 0 969759 131 0 0 25 0 1 0 153695677 778629120 183585 1992294400 134512640 135217611 4294956336 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26887/statm: 190095 183585 76 172 0 189920 0
Current children cumulated CPU time (s) 9698.9
Current children cumulated vsize (KiB) 765740

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 26912
/proc/meminfo: memFree=17008/2055920 swapFree=4182092/4192956
[pid=26885] ppid=26883 vsize=5360 CPUtime=0
/proc/26885/stat : 26885 (glucose.sh) S 26883 26885 26818 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153695677 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26885/statm: 1340 238 195 169 0 51 0
[pid=26887] ppid=26885 vsize=760380 CPUtime=9758.89
/proc/26887/stat : 26887 (glucose_static) R 26885 26885 26818 0 -1 4194304 183604 0 0 0 975758 131 0 0 25 0 1 0 153695677 778629120 183585 1992294400 134512640 135217611 4294956336 18446744073709551615 134533772 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26887/statm: 190095 183585 76 172 0 189920 0
Current children cumulated CPU time (s) 9758.89
Current children cumulated vsize (KiB) 765740

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 26912
/proc/meminfo: memFree=17008/2055920 swapFree=4182092/4192956
[pid=26885] ppid=26883 vsize=5360 CPUtime=0
/proc/26885/stat : 26885 (glucose.sh) S 26883 26885 26818 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153695677 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26885/statm: 1340 238 195 169 0 51 0
[pid=26887] ppid=26885 vsize=760380 CPUtime=9818.87
/proc/26887/stat : 26887 (glucose_static) R 26885 26885 26818 0 -1 4194304 183607 0 0 0 981756 131 0 0 25 0 1 0 153695677 778629120 183588 1992294400 134512640 135217611 4294956336 18446744073709551615 134532898 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26887/statm: 190095 183588 76 172 0 189920 0
Current children cumulated CPU time (s) 9818.87
Current children cumulated vsize (KiB) 765740

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 26912
/proc/meminfo: memFree=17008/2055920 swapFree=4182092/4192956
[pid=26885] ppid=26883 vsize=5360 CPUtime=0
/proc/26885/stat : 26885 (glucose.sh) S 26883 26885 26818 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153695677 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26885/statm: 1340 238 195 169 0 51 0
[pid=26887] ppid=26885 vsize=760380 CPUtime=9878.85
/proc/26887/stat : 26887 (glucose_static) R 26885 26885 26818 0 -1 4194304 183608 0 0 0 987754 131 0 0 25 0 1 0 153695677 778629120 183589 1992294400 134512640 135217611 4294956336 18446744073709551615 134526338 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26887/statm: 190095 183589 76 172 0 189920 0
Current children cumulated CPU time (s) 9878.85
Current children cumulated vsize (KiB) 765740

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 26912
/proc/meminfo: memFree=17008/2055920 swapFree=4182092/4192956
[pid=26885] ppid=26883 vsize=5360 CPUtime=0
/proc/26885/stat : 26885 (glucose.sh) S 26883 26885 26818 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153695677 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26885/statm: 1340 238 195 169 0 51 0
[pid=26887] ppid=26885 vsize=760380 CPUtime=9938.84
/proc/26887/stat : 26887 (glucose_static) R 26885 26885 26818 0 -1 4194304 183608 0 0 0 993753 131 0 0 25 0 1 0 153695677 778629120 183589 1992294400 134512640 135217611 4294956336 18446744073709551615 134527911 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26887/statm: 190095 183589 76 172 0 189920 0
Current children cumulated CPU time (s) 9938.84
Current children cumulated vsize (KiB) 765740

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 26912
/proc/meminfo: memFree=17008/2055920 swapFree=4182092/4192956
[pid=26885] ppid=26883 vsize=5360 CPUtime=0
/proc/26885/stat : 26885 (glucose.sh) S 26883 26885 26818 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153695677 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26885/statm: 1340 238 195 169 0 51 0
[pid=26887] ppid=26885 vsize=760380 CPUtime=9998.82
/proc/26887/stat : 26887 (glucose_static) R 26885 26885 26818 0 -1 4194304 183608 0 0 0 999751 131 0 0 25 0 1 0 153695677 778629120 183589 1992294400 134512640 135217611 4294956336 18446744073709551615 134532748 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26887/statm: 190095 183589 76 172 0 189920 0
Current children cumulated CPU time (s) 9998.82
Current children cumulated vsize (KiB) 765740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10003.5 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 26912
/proc/meminfo: memFree=17008/2055920 swapFree=4182092/4192956
[pid=26885] ppid=26883 vsize=5360 CPUtime=0
/proc/26885/stat : 26885 (glucose.sh) S 26883 26885 26818 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153695677 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26885/statm: 1340 238 195 169 0 51 0
[pid=26887] ppid=26885 vsize=760380 CPUtime=10000
/proc/26887/stat : 26887 (glucose_static) R 26885 26885 26818 0 -1 4194304 183608 0 0 0 999872 131 0 0 25 0 1 0 153695677 778629120 183589 1992294400 134512640 135217611 4294956336 18446744073709551615 134526239 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26887/statm: 190095 183589 76 172 0 189920 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 765740

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 26885 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 10000
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 10003.5
CPU time (s): 10000
CPU user time (s): 9998.72
CPU system time (s): 1.31
CPU usage (%): 99.9651
Max. virtual memory (cumulated for all children) (KiB): 765740

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= 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 8.87265 second user time and 27.5098 second system time

The end

Launcher Data

Begin job on node11 at 2009-05-02 11:30:20
IDJOB=1773214
IDBENCH=20574
IDSOLVER=610
FILE ID=node11/1773214-1241256607
PBS_JOBID= 9224914
Free space on /tmp= 66256 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq9.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773214-1241256607/watcher-1773214-1241256607 -o /tmp/evaluation-result-1773214-1241256607/solver-1773214-1241256607 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1773214-1241256607.cnf

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

MD5SUM BENCH= 9a43349587a435e7109b46b3aceb156e
RANDOM SEED=1115017827

node11.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        666920 kB
Buffers:         84260 kB
Cached:        1186716 kB
SwapCached:       4976 kB
Active:         345004 kB
Inactive:       934120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        666920 kB
SwapTotal:     4192956 kB
SwapFree:      4182092 kB
Dirty:          210868 kB
Writeback:           0 kB
Mapped:          14408 kB
Slab:            95816 kB
Committed_AS:   687008 kB
PageTables:       1448 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= 66252 MiB
End job on node11 at 2009-05-02 14:17:06