Trace number 1773264

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
glucose 1.0? (TO) 10000.1 10002.7

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq8.cnf
MD5SUM776da55785376fd8eac6989ca812b102
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 variables371419
Number of clauses7170909
Sum of the clauses size20872419
Maximum clause length205
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 26770451
Number of clauses of size 392326
Number of clauses of size 48862
Number of clauses of size 523554
Number of clauses of size over 5275715

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 = 7170909
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:  371419                                               |
0.00/0.00	c |  Number of clauses:    7170909                                              |
4.49/4.52	c |  Parsing time:         3.88         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-1773264-1241257065/watcher-1773264-1241257065 -o /tmp/evaluation-result-1773264-1241257065/solver-1773264-1241257065 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1773264-1241257065.cnf 

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


[startup+0 s]
/proc/loadavg: 0.86 0.97 0.99 3/64 1162
/proc/meminfo: memFree=976348/2055920 swapFree=4181296/4192956
[pid=1162] ppid=1160 vsize=5360 CPUtime=0
/proc/1162/stat : 1162 (glucose.sh) R 1160 1162 1125 0 -1 4194304 295 81 0 0 0 0 0 0 18 0 1 0 153739963 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134416031 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/1162/statm: 1340 238 195 169 0 51 0
[pid=1164] ppid=1162 vsize=1888 CPUtime=0
/proc/1164/stat : 1164 (glucose_static) R 1162 1162 1125 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 153739964 1933312 252 1992294400 134512640 135217611 4294956336 18446744073709551615 134745486 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1164/statm: 472 260 47 172 0 297 0

[startup+0.0272129 s]
/proc/loadavg: 0.86 0.97 0.99 3/64 1162
/proc/meminfo: memFree=976348/2055920 swapFree=4181296/4192956
[pid=1162] ppid=1160 vsize=5360 CPUtime=0
/proc/1162/stat : 1162 (glucose.sh) S 1160 1162 1125 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153739963 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1162/statm: 1340 238 195 169 0 51 0
[pid=1164] ppid=1162 vsize=4168 CPUtime=0.02
/proc/1164/stat : 1164 (glucose_static) R 1162 1162 1125 0 -1 4194304 890 0 0 0 2 0 0 0 20 0 1 0 153739964 4268032 875 1992294400 134512640 135217611 4294956336 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1164/statm: 1042 875 60 172 0 867 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9528

[startup+0.10122 s]
/proc/loadavg: 0.86 0.97 0.99 3/64 1162
/proc/meminfo: memFree=976348/2055920 swapFree=4181296/4192956
[pid=1162] ppid=1160 vsize=5360 CPUtime=0
/proc/1162/stat : 1162 (glucose.sh) S 1160 1162 1125 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153739963 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1162/statm: 1340 238 195 169 0 51 0
[pid=1164] ppid=1162 vsize=11428 CPUtime=0.09
/proc/1164/stat : 1164 (glucose_static) R 1162 1162 1125 0 -1 4194304 2611 0 0 0 8 1 0 0 20 0 1 0 153739964 11702272 2596 1992294400 134512640 135217611 4294956336 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1164/statm: 2857 2597 60 172 0 2682 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16788

[startup+0.301243 s]
/proc/loadavg: 0.86 0.97 0.99 3/64 1162
/proc/meminfo: memFree=976348/2055920 swapFree=4181296/4192956
[pid=1162] ppid=1160 vsize=5360 CPUtime=0
/proc/1162/stat : 1162 (glucose.sh) S 1160 1162 1125 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153739963 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1162/statm: 1340 238 195 169 0 51 0
[pid=1164] ppid=1162 vsize=30512 CPUtime=0.29
/proc/1164/stat : 1164 (glucose_static) R 1162 1162 1125 0 -1 4194304 7120 0 0 0 25 4 0 0 22 0 1 0 153739964 31244288 7105 1992294400 134512640 135217611 4294956336 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1164/statm: 7628 7106 60 172 0 7453 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35872

[startup+0.701292 s]
/proc/loadavg: 0.86 0.97 0.99 3/64 1162
/proc/meminfo: memFree=976348/2055920 swapFree=4181296/4192956
[pid=1162] ppid=1160 vsize=5360 CPUtime=0
/proc/1162/stat : 1162 (glucose.sh) S 1160 1162 1125 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153739963 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1162/statm: 1340 238 195 169 0 51 0
[pid=1164] ppid=1162 vsize=68564 CPUtime=0.68
/proc/1164/stat : 1164 (glucose_static) R 1162 1162 1125 0 -1 4194304 15994 0 0 0 59 9 0 0 25 0 1 0 153739964 70209536 15979 1992294400 134512640 135217611 4294956336 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1164/statm: 17141 15980 60 172 0 16966 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 73924

[startup+1.50137 s]
/proc/loadavg: 0.87 0.97 0.99 2/66 1165
/proc/meminfo: memFree=883852/2055920 swapFree=4181296/4192956
[pid=1162] ppid=1160 vsize=5360 CPUtime=0
/proc/1162/stat : 1162 (glucose.sh) S 1160 1162 1125 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153739963 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1162/statm: 1340 238 195 169 0 51 0
[pid=1164] ppid=1162 vsize=141724 CPUtime=1.49
/proc/1164/stat : 1164 (glucose_static) R 1162 1162 1125 0 -1 4194304 33234 0 0 0 128 21 0 0 25 0 1 0 153739964 145125376 33219 1992294400 134512640 135217611 4294956336 18446744073709551615 134745486 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1164/statm: 35431 33219 60 172 0 35256 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 147084

[startup+3.10255 s]
/proc/loadavg: 0.87 0.97 0.99 2/66 1165
/proc/meminfo: memFree=790796/2055920 swapFree=4181296/4192956
[pid=1162] ppid=1160 vsize=5360 CPUtime=0
/proc/1162/stat : 1162 (glucose.sh) S 1160 1162 1125 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153739963 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1162/statm: 1340 238 195 169 0 51 0
[pid=1164] ppid=1162 vsize=278508 CPUtime=3.09
/proc/1164/stat : 1164 (glucose_static) R 1162 1162 1125 0 -1 4194304 67681 0 0 0 266 43 0 0 25 0 1 0 153739964 285192192 67666 1992294400 134512640 135217611 4294956336 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1164/statm: 69627 67667 60 172 0 69452 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 283868

[startup+6.3019 s]
/proc/loadavg: 0.88 0.97 0.99 2/66 1165
/proc/meminfo: memFree=574860/2055920 swapFree=4181296/4192956
[pid=1162] ppid=1160 vsize=5360 CPUtime=0
/proc/1162/stat : 1162 (glucose.sh) S 1160 1162 1125 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153739963 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1162/statm: 1340 238 195 169 0 51 0
[pid=1164] ppid=1162 vsize=420988 CPUtime=6.29
/proc/1164/stat : 1164 (glucose_static) R 1162 1162 1125 0 -1 4194304 100774 0 0 0 565 64 0 0 25 0 1 0 153739964 431091712 100759 1992294400 134512640 135217611 4294956336 18446744073709551615 134525314 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1164/statm: 105247 100759 76 172 0 105072 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 426348

[startup+12.7026 s]
/proc/loadavg: 0.89 0.97 0.99 2/66 1165
/proc/meminfo: memFree=569740/2055920 swapFree=4181296/4192956
[pid=1162] ppid=1160 vsize=5360 CPUtime=0
/proc/1162/stat : 1162 (glucose.sh) S 1160 1162 1125 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153739963 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1162/statm: 1340 238 195 169 0 51 0
[pid=1164] ppid=1162 vsize=425076 CPUtime=12.69
/proc/1164/stat : 1164 (glucose_static) R 1162 1162 1125 0 -1 4194304 101818 0 0 0 1204 65 0 0 25 0 1 0 153739964 435277824 101803 1992294400 134512640 135217611 4294956336 18446744073709551615 134526055 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1164/statm: 106269 101803 76 172 0 106094 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 430436

[startup+25.502 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 1165
/proc/meminfo: memFree=565196/2055920 swapFree=4181296/4192956
[pid=1162] ppid=1160 vsize=5360 CPUtime=0
/proc/1162/stat : 1162 (glucose.sh) S 1160 1162 1125 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153739963 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1162/statm: 1340 238 195 169 0 51 0
[pid=1164] ppid=1162 vsize=429744 CPUtime=25.48
/proc/1164/stat : 1164 (glucose_static) R 1162 1162 1125 0 -1 4194304 102986 0 0 0 2483 65 0 0 25 0 1 0 153739964 440057856 102971 1992294400 134512640 135217611 4294956336 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1164/statm: 107436 102971 76 172 0 107261 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 435104

[startup+51.1018 s]
/proc/loadavg: 0.94 0.97 0.99 2/66 1165
/proc/meminfo: memFree=562956/2055920 swapFree=4181296/4192956
[pid=1162] ppid=1160 vsize=5360 CPUtime=0
/proc/1162/stat : 1162 (glucose.sh) S 1160 1162 1125 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153739963 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1162/statm: 1340 238 195 169 0 51 0
[pid=1164] ppid=1162 vsize=432488 CPUtime=51.08
/proc/1164/stat : 1164 (glucose_static) R 1162 1162 1125 0 -1 4194304 103640 0 0 0 5042 66 0 0 25 0 1 0 153739964 442867712 103625 1992294400 134512640 135217611 4294956336 18446744073709551615 134532748 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1164/statm: 108122 103625 76 172 0 107947 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 437848

[startup+102.305 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 1167
/proc/meminfo: memFree=557004/2055920 swapFree=4181296/4192956
[pid=1162] ppid=1160 vsize=5360 CPUtime=0
/proc/1162/stat : 1162 (glucose.sh) S 1160 1162 1125 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153739963 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1162/statm: 1340 238 195 169 0 51 0
[pid=1164] ppid=1162 vsize=437988 CPUtime=102.27
/proc/1164/stat : 1164 (glucose_static) R 1162 1162 1125 0 -1 4194304 105007 0 0 0 10159 68 0 0 25 0 1 0 153739964 448499712 104992 1992294400 134512640 135217611 4294956336 18446744073709551615 134532758 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1164/statm: 109497 104992 76 172 0 109322 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 443348

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 1167
/proc/meminfo: memFree=555212/2055920 swapFree=4181296/4192956
[pid=1162] ppid=1160 vsize=5360 CPUtime=0
/proc/1162/stat : 1162 (glucose.sh) S 1160 1162 1125 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153739963 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1162/statm: 1340 238 195 169 0 51 0
[pid=1164] ppid=1162 vsize=439908 CPUtime=162.24
/proc/1164/stat : 1164 (glucose_static) R 1162 1162 1125 0 -1 4194304 105468 0 0 0 16156 68 0 0 25 0 1 0 153739964 450465792 105453 1992294400 134512640 135217611 4294956336 18446744073709551615 134542153 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1164/statm: 109977 105453 76 172 0 109802 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 445268

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 1167
/proc/meminfo: memFree=550668/2055920 swapFree=4181296/4192956
[pid=1162] ppid=1160 vsize=5360 CPUtime=0
/proc/1162/stat : 1162 (glucose.sh) S 1160 1162 1125 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153739963 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1162/statm: 1340 238 195 169 0 51 0
[pid=1164] ppid=1162 vsize=444604 CPUtime=222.23
/proc/1164/stat : 1164 (glucose_static) R 1162 1162 1125 0 -1 4194304 106620 0 0 0 22154 69 0 0 25 0 1 0 153739964 455274496 106605 1992294400 134512640 135217611 4294956336 18446744073709551615 134532800 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1164/statm: 111151 106605 76 172 0 110976 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 449964

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 1167
/proc/meminfo: memFree=548556/2055920 swapFree=4181296/4192956
[pid=1162] ppid=1160 vsize=5360 CPUtime=0
/proc/1162/stat : 1162 (glucose.sh) S 1160 1162 1125 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153739963 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1162/statm: 1340 238 195 169 0 51 0
[pid=1164] ppid=1162 vsize=446864 CPUtime=282.22
/proc/1164/stat : 1164 (glucose_static) R 1162 1162 1125 0 -1 4194304 107140 0 0 0 28152 70 0 0 25 0 1 0 153739964 457588736 107125 1992294400 134512640 135217611 4294956336 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1164/statm: 111716 107125 76 172 0 111541 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 452224

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 1167
/proc/meminfo: memFree=545868/2055920 swapFree=4181296/4192956
[pid=1162] ppid=1160 vsize=5360 CPUtime=0
/proc/1162/stat : 1162 (glucose.sh) S 1160 1162 1125 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153739963 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1162/statm: 1340 238 195 169 0 51 0
[pid=1164] ppid=1162 vsize=449616 CPUtime=342.2
/proc/1164/stat : 1164 (glucose_static) R 1162 1162 1125 0 -1 4194304 107813 0 0 0 34150 70 0 0 25 0 1 0 153739964 460406784 107798 1992294400 134512640 135217611 4294956336 18446744073709551615 134542153 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1164/statm: 112404 107798 76 172 0 112229 0
Current children cumulated CPU time (s) 342.2

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

/proc/1164/statm: 148487 143524 76 172 0 148312 0
Current children cumulated CPU time (s) 9399.82
Current children cumulated vsize (KiB) 599308

[startup+9462.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 1189
/proc/meminfo: memFree=402444/2055920 swapFree=4181296/4192956
[pid=1162] ppid=1160 vsize=5360 CPUtime=0
/proc/1162/stat : 1162 (glucose.sh) S 1160 1162 1125 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153739963 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1162/statm: 1340 238 195 169 0 51 0
[pid=1164] ppid=1162 vsize=593948 CPUtime=9459.81
/proc/1164/stat : 1164 (glucose_static) R 1162 1162 1125 0 -1 4194304 143539 0 0 0 945870 111 0 0 25 0 1 0 153739964 608202752 143524 1992294400 134512640 135217611 4294956336 18446744073709551615 134532567 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1164/statm: 148487 143524 76 172 0 148312 0
Current children cumulated CPU time (s) 9459.81
Current children cumulated vsize (KiB) 599308

[startup+9522.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 1189
/proc/meminfo: memFree=402380/2055920 swapFree=4181296/4192956
[pid=1162] ppid=1160 vsize=5360 CPUtime=0
/proc/1162/stat : 1162 (glucose.sh) S 1160 1162 1125 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153739963 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1162/statm: 1340 238 195 169 0 51 0
[pid=1164] ppid=1162 vsize=593948 CPUtime=9519.79
/proc/1164/stat : 1164 (glucose_static) R 1162 1162 1125 0 -1 4194304 143539 0 0 0 951868 111 0 0 25 0 1 0 153739964 608202752 143524 1992294400 134512640 135217611 4294956336 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1164/statm: 148487 143524 76 172 0 148312 0
Current children cumulated CPU time (s) 9519.79
Current children cumulated vsize (KiB) 599308

[startup+9582.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 1189
/proc/meminfo: memFree=402380/2055920 swapFree=4181296/4192956
[pid=1162] ppid=1160 vsize=5360 CPUtime=0
/proc/1162/stat : 1162 (glucose.sh) S 1160 1162 1125 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153739963 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1162/statm: 1340 238 195 169 0 51 0
[pid=1164] ppid=1162 vsize=593948 CPUtime=9579.78
/proc/1164/stat : 1164 (glucose_static) R 1162 1162 1125 0 -1 4194304 143539 0 0 0 957866 112 0 0 25 0 1 0 153739964 608202752 143524 1992294400 134512640 135217611 4294956336 18446744073709551615 134537448 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1164/statm: 148487 143524 76 172 0 148312 0
Current children cumulated CPU time (s) 9579.78
Current children cumulated vsize (KiB) 599308

[startup+9642.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 1189
/proc/meminfo: memFree=402380/2055920 swapFree=4181296/4192956
[pid=1162] ppid=1160 vsize=5360 CPUtime=0
/proc/1162/stat : 1162 (glucose.sh) S 1160 1162 1125 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153739963 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1162/statm: 1340 238 195 169 0 51 0
[pid=1164] ppid=1162 vsize=593948 CPUtime=9639.77
/proc/1164/stat : 1164 (glucose_static) R 1162 1162 1125 0 -1 4194304 143542 0 0 0 963865 112 0 0 25 0 1 0 153739964 608202752 143527 1992294400 134512640 135217611 4294956336 18446744073709551615 134526251 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1164/statm: 148487 143527 76 172 0 148312 0
Current children cumulated CPU time (s) 9639.77
Current children cumulated vsize (KiB) 599308

[startup+9702.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 1189
/proc/meminfo: memFree=402252/2055920 swapFree=4181296/4192956
[pid=1162] ppid=1160 vsize=5360 CPUtime=0
/proc/1162/stat : 1162 (glucose.sh) S 1160 1162 1125 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153739963 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1162/statm: 1340 238 195 169 0 51 0
[pid=1164] ppid=1162 vsize=593948 CPUtime=9699.75
/proc/1164/stat : 1164 (glucose_static) R 1162 1162 1125 0 -1 4194304 143542 0 0 0 969863 112 0 0 25 0 1 0 153739964 608202752 143527 1992294400 134512640 135217611 4294956336 18446744073709551615 134528187 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1164/statm: 148487 143527 76 172 0 148312 0
Current children cumulated CPU time (s) 9699.75
Current children cumulated vsize (KiB) 599308

[startup+9762.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 1189
/proc/meminfo: memFree=402252/2055920 swapFree=4181296/4192956
[pid=1162] ppid=1160 vsize=5360 CPUtime=0
/proc/1162/stat : 1162 (glucose.sh) S 1160 1162 1125 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153739963 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1162/statm: 1340 238 195 169 0 51 0
[pid=1164] ppid=1162 vsize=593948 CPUtime=9759.74
/proc/1164/stat : 1164 (glucose_static) R 1162 1162 1125 0 -1 4194304 143542 0 0 0 975862 112 0 0 25 0 1 0 153739964 608202752 143527 1992294400 134512640 135217611 4294956336 18446744073709551615 134526251 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1164/statm: 148487 143527 76 172 0 148312 0
Current children cumulated CPU time (s) 9759.74
Current children cumulated vsize (KiB) 599308

[startup+9822.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 1189
/proc/meminfo: memFree=402316/2055920 swapFree=4181296/4192956
[pid=1162] ppid=1160 vsize=5360 CPUtime=0
/proc/1162/stat : 1162 (glucose.sh) S 1160 1162 1125 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153739963 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1162/statm: 1340 238 195 169 0 51 0
[pid=1164] ppid=1162 vsize=593948 CPUtime=9819.72
/proc/1164/stat : 1164 (glucose_static) R 1162 1162 1125 0 -1 4194304 143542 0 0 0 981860 112 0 0 25 0 1 0 153739964 608202752 143527 1992294400 134512640 135217611 4294956336 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1164/statm: 148487 143527 76 172 0 148312 0
Current children cumulated CPU time (s) 9819.72
Current children cumulated vsize (KiB) 599308

[startup+9882.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 1189
/proc/meminfo: memFree=402316/2055920 swapFree=4181296/4192956
[pid=1162] ppid=1160 vsize=5360 CPUtime=0
/proc/1162/stat : 1162 (glucose.sh) S 1160 1162 1125 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153739963 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1162/statm: 1340 238 195 169 0 51 0
[pid=1164] ppid=1162 vsize=593948 CPUtime=9879.71
/proc/1164/stat : 1164 (glucose_static) R 1162 1162 1125 0 -1 4194304 143544 0 0 0 987859 112 0 0 25 0 1 0 153739964 608202752 143529 1992294400 134512640 135217611 4294956336 18446744073709551615 134526273 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1164/statm: 148487 143529 76 172 0 148312 0
Current children cumulated CPU time (s) 9879.71
Current children cumulated vsize (KiB) 599308

[startup+9942.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 1189
/proc/meminfo: memFree=402380/2055920 swapFree=4181296/4192956
[pid=1162] ppid=1160 vsize=5360 CPUtime=0
/proc/1162/stat : 1162 (glucose.sh) S 1160 1162 1125 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153739963 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1162/statm: 1340 238 195 169 0 51 0
[pid=1164] ppid=1162 vsize=593948 CPUtime=9939.69
/proc/1164/stat : 1164 (glucose_static) R 1162 1162 1125 0 -1 4194304 143544 0 0 0 993857 112 0 0 25 0 1 0 153739964 608202752 143529 1992294400 134512640 135217611 4294956336 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1164/statm: 148487 143529 76 172 0 148312 0
Current children cumulated CPU time (s) 9939.69
Current children cumulated vsize (KiB) 599308

[startup+10002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 1189
/proc/meminfo: memFree=402316/2055920 swapFree=4181296/4192956
[pid=1162] ppid=1160 vsize=5360 CPUtime=0
/proc/1162/stat : 1162 (glucose.sh) S 1160 1162 1125 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153739963 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1162/statm: 1340 238 195 169 0 51 0
[pid=1164] ppid=1162 vsize=593948 CPUtime=9999.68
/proc/1164/stat : 1164 (glucose_static) R 1162 1162 1125 0 -1 4194304 143544 0 0 0 999856 112 0 0 25 0 1 0 153739964 608202752 143529 1992294400 134512640 135217611 4294956336 18446744073709551615 134528185 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1164/statm: 148487 143529 76 172 0 148312 0
Current children cumulated CPU time (s) 9999.68
Current children cumulated vsize (KiB) 599308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10002.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 1189
/proc/meminfo: memFree=402316/2055920 swapFree=4181296/4192956
[pid=1162] ppid=1160 vsize=5360 CPUtime=0
/proc/1162/stat : 1162 (glucose.sh) S 1160 1162 1125 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153739963 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1162/statm: 1340 238 195 169 0 51 0
[pid=1164] ppid=1162 vsize=593948 CPUtime=10000.1
/proc/1164/stat : 1164 (glucose_static) R 1162 1162 1125 0 -1 4194304 143544 0 0 0 999896 112 0 0 25 0 1 0 153739964 608202752 143529 1992294400 134512640 135217611 4294956336 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1164/statm: 148487 143529 76 172 0 148312 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 599308

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

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

[startup+10002.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 1189
/proc/meminfo: memFree=402316/2055920 swapFree=4181296/4192956
[pid=1162] ppid=1160 vsize=5360 CPUtime=0
/proc/1162/stat : 1162 (glucose.sh) S 1160 1162 1125 0 -1 4194304 313 81 0 0 0 0 0 0 18 0 1 0 153739963 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1162/statm: 1340 238 195 169 0 51 0
[pid=1164] ppid=1162 vsize=593948 CPUtime=10000.1
/proc/1164/stat : 1164 (glucose_static) R 1162 1162 1125 0 -1 4194304 143544 0 0 0 999896 112 0 0 25 0 1 0 153739964 608202752 143529 1992294400 134512640 135217611 4294956336 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1164/statm: 148487 143529 76 172 0 148312 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 599308

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 10002.7
CPU time (s): 10000.1
CPU user time (s): 9998.96
CPU system time (s): 1.12
CPU usage (%): 99.9737
Max. virtual memory (cumulated for all children) (KiB): 599308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001999
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 9.61954 second user time and 26.7609 second system time

The end

Launcher Data

Begin job on node35 at 2009-05-02 11:37:54
IDJOB=1773264
IDBENCH=20579
IDSOLVER=610
FILE ID=node35/1773264-1241257065
PBS_JOBID= 9224928
Free space on /tmp= 66404 MiB

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

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

MD5SUM BENCH= 776da55785376fd8eac6989ca812b102
RANDOM SEED=1175934989

node35.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:        976828 kB
Buffers:         92840 kB
Cached:         873244 kB
SwapCached:       5500 kB
Active:         217508 kB
Inactive:       756432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        976828 kB
SwapTotal:     4192956 kB
SwapFree:      4181296 kB
Dirty:          158248 kB
Writeback:           0 kB
Mapped:          13488 kB
Slab:            91152 kB
Committed_AS:   745940 kB
PageTables:       1396 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= 66400 MiB
End job on node35 at 2009-05-02 14:24:39