Trace number 331113

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, and are wall clock time (not CPU 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
Spear 2007-02-12? (TO) 1200.3 1200.65

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq8.cnf
MD5SUM776da55785376fd8eac6989ca812b102
Bench CategoryINDUST (industrial 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 (download as text)

0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)          Spear theorem prover               (*) 
0.00/0.00	c (*)        Copyright (C) 2006,2007              (*) 
0.00/0.00	c (*)     Domagoj Babic. All rights reserved.     (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)     There is NO warranty, not even for      (*) 
0.00/0.00	c (*) merchantability or fitness for a particular (*) 
0.00/0.00	c (*)  purpose. Please run with --license to see  (*) 
0.00/0.00	c (*)              license details.               (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c 
0.00/0.00	c solving /tmp/evaluation/331113-1173180429/instance-331113-1173180429.cnf

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node14/watcher-331113-1173180429 -o ROOT/results/node14/solver-331113-1173180429 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/331113-1173180429/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/331113-1173180429/instance-331113-1173180429.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): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.73 1.85 1.52 3/77 2145
/proc/meminfo: memFree=1782896/2055920 swapFree=4141432/4192956
[pid=2145] ppid=2143 vsize=1528 CPUtime=0
/proc/2145/stat : 2145 (Spear-32) R 2143 2145 1191 0 -1 4194304 203 0 0 0 0 0 0 0 18 0 1 0 337998201 1564672 187 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 135271772 0 0 4096 0 0 0 0 17 0 0 0
/proc/2145/statm: 382 187 129 302 0 77 0

[startup+0.06299 s]
/proc/loadavg: 1.73 1.85 1.52 3/77 2145
/proc/meminfo: memFree=1782896/2055920 swapFree=4141432/4192956
[pid=2145] ppid=2143 vsize=3840 CPUtime=0.05
/proc/2145/stat : 2145 (Spear-32) R 2143 2145 1191 0 -1 4194304 715 0 0 0 5 0 0 0 18 0 1 0 337998201 3932160 699 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/2145/statm: 960 699 129 302 0 655 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 3840

[startup+0.101993 s]
/proc/loadavg: 1.73 1.85 1.52 3/77 2145
/proc/meminfo: memFree=1782896/2055920 swapFree=4141432/4192956
[pid=2145] ppid=2143 vsize=4764 CPUtime=0.09
/proc/2145/stat : 2145 (Spear-32) R 2143 2145 1191 0 -1 4194304 1012 0 0 0 9 0 0 0 18 0 1 0 337998201 4878336 963 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/2145/statm: 1191 964 129 302 0 886 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4764

[startup+0.302011 s]
/proc/loadavg: 1.73 1.85 1.52 3/77 2145
/proc/meminfo: memFree=1782896/2055920 swapFree=4141432/4192956
[pid=2145] ppid=2143 vsize=10752 CPUtime=0.29
/proc/2145/stat : 2145 (Spear-32) R 2143 2145 1191 0 -1 4194304 2707 0 0 0 27 2 0 0 19 0 1 0 337998201 11010048 2358 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 0 0 0
/proc/2145/statm: 2688 2358 129 302 0 2383 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10752

[startup+0.701048 s]
/proc/loadavg: 1.73 1.85 1.52 3/77 2145
/proc/meminfo: memFree=1782896/2055920 swapFree=4141432/4192956
[pid=2145] ppid=2143 vsize=22036 CPUtime=0.69
/proc/2145/stat : 2145 (Spear-32) R 2143 2145 1191 0 -1 4194304 5852 0 0 0 65 4 0 0 23 0 1 0 337998201 22564864 5036 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/2145/statm: 5509 5036 129 302 0 5204 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22036

[startup+1.50112 s]
/proc/loadavg: 1.83 1.87 1.52 2/78 2146
/proc/meminfo: memFree=1756200/2055920 swapFree=4141432/4192956
[pid=2145] ppid=2143 vsize=44176 CPUtime=1.49
/proc/2145/stat : 2145 (Spear-32) R 2143 2145 1191 0 -1 4194304 12018 0 0 0 140 9 0 0 25 0 1 0 337998201 45236224 10238 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/2145/statm: 11044 10239 129 302 0 10739 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44176

[startup+3.10127 s]
/proc/loadavg: 1.83 1.87 1.52 2/78 2146
/proc/meminfo: memFree=1728104/2055920 swapFree=4141432/4192956
[pid=2145] ppid=2143 vsize=87640 CPUtime=3.09
/proc/2145/stat : 2145 (Spear-32) R 2143 2145 1191 0 -1 4194304 24052 0 0 0 291 18 0 0 25 0 1 0 337998201 89743360 20348 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/2145/statm: 21910 20349 129 302 0 21605 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 87640

[startup+6.30258 s]
/proc/loadavg: 1.83 1.87 1.52 2/78 2146
/proc/meminfo: memFree=1647528/2055920 swapFree=4141432/4192956
[pid=2145] ppid=2143 vsize=174764 CPUtime=6.29
/proc/2145/stat : 2145 (Spear-32) R 2143 2145 1191 0 -1 4194304 48150 0 0 0 595 34 0 0 25 0 1 0 337998201 178958336 40602 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134533838 0 0 4096 0 0 0 0 17 0 0 0
/proc/2145/statm: 43691 40603 129 302 0 43386 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 174764

[startup+12.7012 s]
/proc/loadavg: 1.70 1.84 1.52 2/78 2146
/proc/meminfo: memFree=1485352/2055920 swapFree=4141432/4192956
[pid=2145] ppid=2143 vsize=342824 CPUtime=12.68
/proc/2145/stat : 2145 (Spear-32) R 2143 2145 1191 0 -1 4194304 94872 0 0 0 1202 66 0 0 25 0 1 0 337998201 351051776 79640 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/2145/statm: 85706 79640 129 302 0 85401 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 342824

[startup+25.5014 s]
/proc/loadavg: 1.59 1.81 1.51 2/78 2146
/proc/meminfo: memFree=1378664/2055920 swapFree=4141432/4192956
[pid=2145] ppid=2143 vsize=426532 CPUtime=25.48
/proc/2145/stat : 2145 (Spear-32) R 2143 2145 1191 0 -1 4194304 117857 0 0 0 2452 96 0 0 25 0 1 0 337998201 436768768 102141 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526636 0 0 4096 0 0 0 0 17 0 0 0
/proc/2145/statm: 106633 102141 141 302 0 106328 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 426532

[startup+51.1018 s]
/proc/loadavg: 1.36 1.73 1.49 2/78 2146
/proc/meminfo: memFree=1372264/2055920 swapFree=4141432/4192956
[pid=2145] ppid=2143 vsize=433148 CPUtime=51.06
/proc/2145/stat : 2145 (Spear-32) R 2143 2145 1191 0 -1 4194304 119498 0 0 0 4998 108 0 0 25 0 1 0 337998201 443543552 103782 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 0 0 0
/proc/2145/statm: 108287 103782 141 302 0 107982 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 433148

[startup+102.306 s]
/proc/loadavg: 1.15 1.62 1.47 2/78 2146
/proc/meminfo: memFree=1355560/2055920 swapFree=4141432/4192956
[pid=2145] ppid=2143 vsize=450100 CPUtime=102.26
/proc/2145/stat : 2145 (Spear-32) R 2143 2145 1191 0 -1 4194304 123694 0 0 0 10098 128 0 0 25 0 1 0 337998201 460902400 107880 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/2145/statm: 112525 107880 141 302 0 112220 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 450100

[startup+162.301 s]
/proc/loadavg: 1.06 1.50 1.43 2/78 2146
/proc/meminfo: memFree=1326824/2055920 swapFree=4141432/4192956
[pid=2145] ppid=2143 vsize=479680 CPUtime=162.23
/proc/2145/stat : 2145 (Spear-32) R 2143 2145 1191 0 -1 4194304 131080 0 0 0 16023 200 0 0 25 0 1 0 337998201 491192320 115250 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/2145/statm: 119920 115250 141 302 0 119615 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 479680

[startup+222.302 s]
/proc/loadavg: 1.02 1.41 1.40 2/78 2146
/proc/meminfo: memFree=1258728/2055920 swapFree=4141432/4192956
[pid=2145] ppid=2143 vsize=547264 CPUtime=222.22
/proc/2145/stat : 2145 (Spear-32) R 2143 2145 1191 0 -1 4194304 147960 0 0 0 21990 232 0 0 25 0 1 0 337998201 560398336 132001 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134538375 0 0 4096 0 0 0 0 17 0 0 0
/proc/2145/statm: 136816 132001 141 302 0 136511 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 547264

[startup+282.302 s]
/proc/loadavg: 1.00 1.33 1.38 2/78 2146
/proc/meminfo: memFree=1214952/2055920 swapFree=4141432/4192956
[pid=2145] ppid=2143 vsize=591088 CPUtime=282.2
/proc/2145/stat : 2145 (Spear-32) R 2143 2145 1191 0 -1 4194304 158946 0 0 0 27967 253 0 0 25 0 1 0 337998201 605274112 142987 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/2145/statm: 147772 142987 141 302 0 147467 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 591088

[startup+342.301 s]
/proc/loadavg: 1.00 1.27 1.35 2/78 2146
/proc/meminfo: memFree=1161384/2055920 swapFree=4141432/4192956
[pid=2145] ppid=2143 vsize=644324 CPUtime=342.18
/proc/2145/stat : 2145 (Spear-32) R 2143 2145 1191 0 -1 4194304 172245 0 0 0 33934 284 0 0 25 0 1 0 337998201 659787776 156286 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/2145/statm: 161081 156286 141 302 0 160776 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 644324

[startup+402.302 s]
/proc/loadavg: 1.00 1.22 1.33 2/78 2146
/proc/meminfo: memFree=1065000/2055920 swapFree=4141432/4192956
[pid=2145] ppid=2143 vsize=740936 CPUtime=402.17
/proc/2145/stat : 2145 (Spear-32) R 2143 2145 1191 0 -1 4194304 196425 0 0 0 39909 308 0 0 25 0 1 0 337998201 758718464 180466 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134524522 0 0 4096 0 0 0 0 17 0 0 0
/proc/2145/statm: 185234 180466 141 302 0 184929 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 740936

[startup+462.302 s]
/proc/loadavg: 1.00 1.17 1.30 2/78 2146
/proc/meminfo: memFree=962920/2055920 swapFree=4141432/4192956
[pid=2145] ppid=2143 vsize=843136 CPUtime=462.15
/proc/2145/stat : 2145 (Spear-32) R 2143 2145 1191 0 -1 4194304 221968 0 0 0 45888 327 0 0 25 0 1 0 337998201 863371264 205752 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134525022 0 0 4096 0 0 0 0 17 0 0 0
/proc/2145/statm: 210784 205752 141 302 0 210479 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 843136

[startup+522.301 s]
/proc/loadavg: 1.00 1.14 1.28 2/78 2146
/proc/meminfo: memFree=874920/2055920 swapFree=4141432/4192956
[pid=2145] ppid=2143 vsize=930944 CPUtime=522.12
/proc/2145/stat : 2145 (Spear-32) R 2143 2145 1191 0 -1 4194304 243954 0 0 0 51864 348 0 0 25 0 1 0 337998201 953286656 227738 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/2145/statm: 232736 227738 141 302 0 232431 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 930944

[startup+582.302 s]
/proc/loadavg: 1.00 1.11 1.26 2/78 2146
/proc/meminfo: memFree=808360/2055920 swapFree=4141432/4192956
[pid=2145] ppid=2143 vsize=997036 CPUtime=582.11
/proc/2145/stat : 2145 (Spear-32) R 2143 2145 1191 0 -1 4194304 260435 0 0 0 57834 377 0 0 25 0 1 0 337998201 1020964864 244219 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 0 0 0
/proc/2145/statm: 249259 244219 141 302 0 248954 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 997036

[startup+642.302 s]
/proc/loadavg: 1.00 1.09 1.24 2/78 2146
/proc/meminfo: memFree=759144/2055920 swapFree=4141432/4192956
[pid=2145] ppid=2143 vsize=1045596 CPUtime=642.1
/proc/2145/stat : 2145 (Spear-32) R 2143 2145 1191 0 -1 4194304 272526 0 0 0 63812 398 0 0 25 0 1 0 337998201 1070690304 256310 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/2145/statm: 261399 256310 141 302 0 261094 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 1045596

[startup+702.301 s]
/proc/loadavg: 1.00 1.07 1.22 2/78 2146
/proc/meminfo: memFree=692904/2055920 swapFree=4141432/4192956
[pid=2145] ppid=2143 vsize=1112124 CPUtime=702.07
/proc/2145/stat : 2145 (Spear-32) R 2143 2145 1191 0 -1 4194304 289186 0 0 0 69790 417 0 0 25 0 1 0 337998201 1138814976 272970 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134524699 0 0 4096 0 0 0 0 17 0 0 0
/proc/2145/statm: 278031 272970 141 302 0 277726 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 1112124

[startup+762.306 s]
/proc/loadavg: 1.00 1.05 1.21 2/78 2146
/proc/meminfo: memFree=634664/2055920 swapFree=4141432/4192956
[pid=2145] ppid=2143 vsize=1169812 CPUtime=762.06
/proc/2145/stat : 2145 (Spear-32) R 2143 2145 1191 0 -1 4194304 303563 0 0 0 75773 433 0 0 25 0 1 0 337998201 1197887488 287347 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134525068 0 0 4096 0 0 0 0 17 0 0 0
/proc/2145/statm: 292453 287347 141 302 0 292148 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 1169812

[startup+822.301 s]
/proc/loadavg: 1.00 1.04 1.19 2/78 2146
/proc/meminfo: memFree=576232/2055920 swapFree=4141432/4192956
[pid=2145] ppid=2143 vsize=1228380 CPUtime=822.04
/proc/2145/stat : 2145 (Spear-32) R 2143 2145 1191 0 -1 4194304 318222 0 0 0 81754 450 0 0 25 0 1 0 337998201 1257861120 302006 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134527089 0 0 4096 0 0 0 0 17 0 0 0
/proc/2145/statm: 307095 302006 141 302 0 306790 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 1228380

[startup+882.301 s]
/proc/loadavg: 1.00 1.03 1.17 2/78 2146
/proc/meminfo: memFree=517608/2055920 swapFree=4141432/4192956
[pid=2145] ppid=2143 vsize=1286840 CPUtime=882.02
/proc/2145/stat : 2145 (Spear-32) R 2143 2145 1191 0 -1 4194304 332762 0 0 0 87738 464 0 0 25 0 1 0 337998201 1317724160 316546 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 0 0 0
/proc/2145/statm: 321710 316546 141 302 0 321405 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 1286840

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.16 2/78 2148
/proc/meminfo: memFree=443880/2055920 swapFree=4141476/4192956
[pid=2145] ppid=2143 vsize=1357408 CPUtime=942.01
/proc/2145/stat : 2145 (Spear-32) R 2143 2145 1191 0 -1 4194304 350452 0 0 0 93721 480 0 0 25 0 1 0 337998201 1389985792 334236 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134524717 0 0 4096 0 0 0 0 17 0 0 0
/proc/2145/statm: 339352 334236 141 302 0 339047 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 1357408

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.15 2/78 2148
/proc/meminfo: memFree=391336/2055920 swapFree=4141476/4192956
[pid=2145] ppid=2143 vsize=1409220 CPUtime=1001.99
/proc/2145/stat : 2145 (Spear-32) R 2143 2145 1191 0 -1 4194304 363326 0 0 0 99681 518 0 0 25 0 1 0 337998201 1443041280 347110 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/2145/statm: 352305 347110 141 302 0 352000 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 1409220

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.14 2/78 2148
/proc/meminfo: memFree=266344/2055920 swapFree=4141476/4192956
[pid=2145] ppid=2143 vsize=1535748 CPUtime=1061.97
/proc/2145/stat : 2145 (Spear-32) R 2143 2145 1191 0 -1 4194304 399368 0 0 0 105636 561 0 0 25 0 1 0 337998201 1572605952 378790 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134524699 0 0 4096 0 0 0 0 17 0 0 0
/proc/2145/statm: 383937 378790 141 302 0 383632 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 1535748

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.13 2/78 2148
/proc/meminfo: memFree=176808/2055920 swapFree=4141476/4192956
[pid=2145] ppid=2143 vsize=1623260 CPUtime=1121.95
/proc/2145/stat : 2145 (Spear-32) R 2143 2145 1191 0 -1 4194304 424824 0 0 0 111591 604 0 0 25 0 1 0 337998201 1662218240 400681 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134524699 0 0 4096 0 0 0 0 17 0 0 0
/proc/2145/statm: 405815 400681 141 302 0 405510 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 1623260

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/78 2148
/proc/meminfo: memFree=91368/2055920 swapFree=4141476/4192956
[pid=2145] ppid=2143 vsize=1709128 CPUtime=1181.94
/proc/2145/stat : 2145 (Spear-32) R 2143 2145 1191 0 -1 4194304 447474 0 0 0 117563 631 0 0 25 0 1 0 337998201 1750147072 422168 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/2145/statm: 427282 422168 141 302 0 426977 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 1709128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.11 2/78 2148
/proc/meminfo: memFree=72872/2055920 swapFree=4141476/4192956
[pid=2145] ppid=2143 vsize=1728536 CPUtime=1200.04
/proc/2145/stat : 2145 (Spear-32) R 2143 2145 1191 0 -1 4194304 452321 0 0 0 119348 656 0 0 25 0 1 0 337998201 1770020864 426475 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 0 0 0
/proc/2145/statm: 432134 426475 141 302 0 431829 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 1728536

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

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

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.11 2/78 2148
/proc/meminfo: memFree=72872/2055920 swapFree=4141476/4192956
[pid=2145] ppid=2143 vsize=0 CPUtime=1200.23
/proc/2145/stat : 2145 (Spear-32) R 2143 2145 1191 0 -1 4195332 452321 0 0 0 119348 675 0 0 25 0 1 0 337998201 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/2145/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.23
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.65
CPU time (s): 1200.3
CPU user time (s): 1193.49
CPU system time (s): 6.80696
CPU usage (%): 99.9701
Max. virtual memory (cumulated for all children) (KiB): 1728536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1193.49
system time used= 6.80696
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 452321
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= 6
involuntary context switches= 25417

runsolver used 1.24581 second user time and 3.12952 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Tue Mar  6 11:27:18 UTC 2007

IDJOB= 331113
IDBENCH= 20579
IDSOLVER= 133
FILE ID= node14/331113-1173180429

PBS_JOBID= 4015016

Free space on /tmp= 66385 MiB

SOLVER NAME= Spear 2007-02-12
BENCH NAME= HOME/pub/bench/SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq8.cnf
COMMAND LINE= /tmp/evaluation/331113-1173180429/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/331113-1173180429/instance-331113-1173180429.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-331113-1173180429 -o ROOT/results/node14/solver-331113-1173180429 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/331113-1173180429/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/331113-1173180429/instance-331113-1173180429.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  776da55785376fd8eac6989ca812b102

RANDOM SEED= 765295436

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/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.216
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.216
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:       1783368 kB
Buffers:          4304 kB
Cached:         207136 kB
SwapCached:      13368 kB
Active:         200736 kB
Inactive:        26692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1783368 kB
SwapTotal:     4192956 kB
SwapFree:      4141432 kB
Dirty:          158240 kB
Writeback:           0 kB
Mapped:          19652 kB
Slab:            30736 kB
Committed_AS:  1209712 kB
PageTables:       1736 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= 66385 MiB

End job on node14 on Tue Mar  6 11:47:20 UTC 2007