Trace number 331029

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.24 1200.66

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq2.cnf
MD5SUMf0f4556999ccb446384994a4148fca28
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark239.446
Satisfiable
(Un)Satisfiability was proved
Number of variables44095
Number of clauses542253
Sum of the clauses size1554259
Maximum clause length93
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2500227
Number of clauses of size 310265
Number of clauses of size 43051
Number of clauses of size 55229
Number of clauses of size over 523480

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/331029-1173178711/instance-331029-1173178711.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/node61/watcher-331029-1173178711 -o ROOT/results/node61/solver-331029-1173178711 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/331029-1173178711/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/331029-1173178711/instance-331029-1173178711.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.78 1.39 1.15 3/64 7363
/proc/meminfo: memFree=1459880/2055920 swapFree=4183424/4192956
[pid=7363] ppid=7361 vsize=1528 CPUtime=0
/proc/7363/stat : 7363 (Spear-32) R 7361 7363 6854 0 -1 4194304 197 0 0 0 0 0 0 0 18 0 1 0 337828126 1564672 181 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135271772 0 0 4096 0 0 0 0 17 1 0 0
/proc/7363/statm: 382 181 129 302 0 77 0

[startup+0.0906479 s]
/proc/loadavg: 1.78 1.39 1.15 3/64 7363
/proc/meminfo: memFree=1459880/2055920 swapFree=4183424/4192956
[pid=7363] ppid=7361 vsize=4552 CPUtime=0.08
/proc/7363/stat : 7363 (Spear-32) R 7361 7363 6854 0 -1 4194304 923 0 0 0 8 0 0 0 18 0 1 0 337828126 4661248 874 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7363/statm: 1138 874 129 302 0 833 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4552

[startup+0.101649 s]
/proc/loadavg: 1.78 1.39 1.15 3/64 7363
/proc/meminfo: memFree=1459880/2055920 swapFree=4183424/4192956
[pid=7363] ppid=7361 vsize=4700 CPUtime=0.09
/proc/7363/stat : 7363 (Spear-32) R 7361 7363 6854 0 -1 4194304 973 0 0 0 9 0 0 0 18 0 1 0 337828126 4812800 924 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7363/statm: 1175 926 129 302 0 870 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4700

[startup+0.301667 s]
/proc/loadavg: 1.78 1.39 1.15 3/64 7363
/proc/meminfo: memFree=1459880/2055920 swapFree=4183424/4192956
[pid=7363] ppid=7361 vsize=10552 CPUtime=0.29
/proc/7363/stat : 7363 (Spear-32) R 7361 7363 6854 0 -1 4194304 2624 0 0 0 28 1 0 0 19 0 1 0 337828126 10805248 2275 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7363/statm: 2638 2275 129 302 0 2333 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10552

[startup+0.701706 s]
/proc/loadavg: 1.78 1.39 1.15 3/64 7363
/proc/meminfo: memFree=1459880/2055920 swapFree=4183424/4192956
[pid=7363] ppid=7361 vsize=21476 CPUtime=0.69
/proc/7363/stat : 7363 (Spear-32) R 7361 7363 6854 0 -1 4194304 5722 0 0 0 66 3 0 0 22 0 1 0 337828126 21991424 4906 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/7363/statm: 5369 4906 129 302 0 5064 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21476

[startup+1.50178 s]
/proc/loadavg: 1.72 1.38 1.15 2/65 7364
/proc/meminfo: memFree=1433184/2055920 swapFree=4183424/4192956
[pid=7363] ppid=7361 vsize=37780 CPUtime=1.49
/proc/7363/stat : 7363 (Spear-32) R 7361 7363 6854 0 -1 4194304 10262 0 0 0 140 9 0 0 25 0 1 0 337828126 38686720 8449 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7363/statm: 9445 8449 141 302 0 9140 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37780

[startup+3.10194 s]
/proc/loadavg: 1.72 1.38 1.15 2/65 7364
/proc/meminfo: memFree=1426080/2055920 swapFree=4183424/4192956
[pid=7363] ppid=7361 vsize=38808 CPUtime=3.09
/proc/7363/stat : 7363 (Spear-32) R 7361 7363 6854 0 -1 4194304 10540 0 0 0 291 18 0 0 25 0 1 0 337828126 39739392 8727 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7363/statm: 9702 8727 141 302 0 9397 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38808

[startup+6.30124 s]
/proc/loadavg: 1.72 1.38 1.15 2/65 7364
/proc/meminfo: memFree=1422560/2055920 swapFree=4183424/4192956
[pid=7363] ppid=7361 vsize=42852 CPUtime=6.29
/proc/7363/stat : 7363 (Spear-32) R 7361 7363 6854 0 -1 4194304 11550 0 0 0 603 26 0 0 25 0 1 0 337828126 43880448 9737 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7363/statm: 10713 9737 141 302 0 10408 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42852

[startup+12.7019 s]
/proc/loadavg: 1.60 1.37 1.15 2/65 7364
/proc/meminfo: memFree=1413280/2055920 swapFree=4183424/4192956
[pid=7363] ppid=7361 vsize=52672 CPUtime=12.69
/proc/7363/stat : 7363 (Spear-32) R 7361 7363 6854 0 -1 4194304 14004 0 0 0 1233 36 0 0 25 0 1 0 337828126 53936128 12158 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/7363/statm: 13168 12158 141 302 0 12863 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 52672

[startup+25.5011 s]
/proc/loadavg: 1.51 1.35 1.14 2/65 7364
/proc/meminfo: memFree=1387232/2055920 swapFree=4183424/4192956
[pid=7363] ppid=7361 vsize=77984 CPUtime=25.49
/proc/7363/stat : 7363 (Spear-32) R 7361 7363 6854 0 -1 4194304 20336 0 0 0 2499 50 0 0 25 0 1 0 337828126 79855616 18425 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7363/statm: 19496 18425 141 302 0 19191 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 77984

[startup+51.1015 s]
/proc/loadavg: 1.34 1.32 1.14 2/65 7364
/proc/meminfo: memFree=1334624/2055920 swapFree=4183424/4192956
[pid=7363] ppid=7361 vsize=130788 CPUtime=51.07
/proc/7363/stat : 7363 (Spear-32) R 7361 7363 6854 0 -1 4194304 33495 0 0 0 5039 68 0 0 25 0 1 0 337828126 133926912 31584 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7363/statm: 32697 31584 141 302 0 32392 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 130788

[startup+102.305 s]
/proc/loadavg: 1.13 1.27 1.13 2/65 7364
/proc/meminfo: memFree=1229600/2055920 swapFree=4183424/4192956
[pid=7363] ppid=7361 vsize=235660 CPUtime=102.27
/proc/7363/stat : 7363 (Spear-32) R 7361 7363 6854 0 -1 4194304 59647 0 0 0 10114 113 0 0 25 0 1 0 337828126 241315840 57607 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7363/statm: 58915 57607 141 302 0 58610 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 235660

[startup+162.301 s]
/proc/loadavg: 1.05 1.22 1.12 2/71 7438
/proc/meminfo: memFree=1113096/2055920 swapFree=4183424/4192956
[pid=7363] ppid=7361 vsize=352692 CPUtime=162.21
/proc/7363/stat : 7363 (Spear-32) R 7361 7363 6854 0 -1 4194304 88916 0 0 0 16071 150 0 0 25 0 1 0 337828126 361156608 86619 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7363/statm: 88173 86619 141 302 0 87868 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 352692

[startup+222.302 s]
/proc/loadavg: 1.02 1.17 1.10 2/71 7536
/proc/meminfo: memFree=1021080/2055920 swapFree=4183424/4192956
[pid=7363] ppid=7361 vsize=443216 CPUtime=222.14
/proc/7363/stat : 7363 (Spear-32) R 7361 7363 6854 0 -1 4194304 111542 0 0 0 22026 188 0 0 25 0 1 0 337828126 453853184 109245 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7363/statm: 110804 109245 141 302 0 110499 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 443216

[startup+282.302 s]
/proc/loadavg: 1.00 1.14 1.09 2/65 7562
/proc/meminfo: memFree=974880/2055920 swapFree=4183424/4192956
[pid=7363] ppid=7361 vsize=491248 CPUtime=282.11
/proc/7363/stat : 7363 (Spear-32) R 7361 7363 6854 0 -1 4194304 123486 0 0 0 27996 215 0 0 25 0 1 0 337828126 503037952 121189 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7363/statm: 122812 121189 141 302 0 122507 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 491248

[startup+342.301 s]
/proc/loadavg: 1.00 1.11 1.09 2/65 7562
/proc/meminfo: memFree=925088/2055920 swapFree=4183424/4192956
[pid=7363] ppid=7361 vsize=541084 CPUtime=342.09
/proc/7363/stat : 7363 (Spear-32) R 7361 7363 6854 0 -1 4194304 135817 0 0 0 33968 241 0 0 25 0 1 0 337828126 554070016 133520 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7363/statm: 135271 133520 141 302 0 134966 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 541084

[startup+402.302 s]
/proc/loadavg: 1.00 1.09 1.08 2/65 7562
/proc/meminfo: memFree=889696/2055920 swapFree=4183424/4192956
[pid=7363] ppid=7361 vsize=576384 CPUtime=402.08
/proc/7363/stat : 7363 (Spear-32) R 7361 7363 6854 0 -1 4194304 144692 0 0 0 39942 266 0 0 25 0 1 0 337828126 590217216 142395 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7363/statm: 144096 142395 141 302 0 143791 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 576384

[startup+462.302 s]
/proc/loadavg: 1.00 1.07 1.07 2/65 7562
/proc/meminfo: memFree=858144/2055920 swapFree=4183424/4192956
[pid=7363] ppid=7361 vsize=610076 CPUtime=462.06
/proc/7363/stat : 7363 (Spear-32) R 7361 7363 6854 0 -1 4194304 153045 0 0 0 45921 285 0 0 25 0 1 0 337828126 624717824 150235 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7363/statm: 152519 150235 141 302 0 152214 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 610076

[startup+522.301 s]
/proc/loadavg: 1.00 1.05 1.07 2/65 7562
/proc/meminfo: memFree=827680/2055920 swapFree=4183424/4192956
[pid=7363] ppid=7361 vsize=640524 CPUtime=522.05
/proc/7363/stat : 7363 (Spear-32) R 7361 7363 6854 0 -1 4194304 160702 0 0 0 51902 303 0 0 25 0 1 0 337828126 655896576 157892 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7363/statm: 160131 157892 141 302 0 159826 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 640524

[startup+582.301 s]
/proc/loadavg: 1.00 1.04 1.06 2/65 7562
/proc/meminfo: memFree=794400/2055920 swapFree=4183424/4192956
[pid=7363] ppid=7361 vsize=673732 CPUtime=582.03
/proc/7363/stat : 7363 (Spear-32) R 7361 7363 6854 0 -1 4194304 168978 0 0 0 57880 323 0 0 25 0 1 0 337828126 689901568 166168 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7363/statm: 168433 166168 141 302 0 168128 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 673732

[startup+642.302 s]
/proc/loadavg: 1.00 1.03 1.06 2/65 7562
/proc/meminfo: memFree=756320/2055920 swapFree=4183424/4192956
[pid=7363] ppid=7361 vsize=712988 CPUtime=642.02
/proc/7363/stat : 7363 (Spear-32) R 7361 7363 6854 0 -1 4194304 178422 0 0 0 63857 345 0 0 25 0 1 0 337828126 730099712 175604 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7363/statm: 178247 175604 141 302 0 177942 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 712988

[startup+702.302 s]
/proc/loadavg: 1.00 1.02 1.05 2/65 7562
/proc/meminfo: memFree=723872/2055920 swapFree=4183424/4192956
[pid=7363] ppid=7361 vsize=745712 CPUtime=702
/proc/7363/stat : 7363 (Spear-32) R 7361 7363 6854 0 -1 4194304 186576 0 0 0 69836 364 0 0 25 0 1 0 337828126 763609088 183758 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/7363/statm: 186428 183758 141 302 0 186123 0
Current children cumulated CPU time (s) 702
Current children cumulated vsize (KiB) 745712

[startup+762.305 s]
/proc/loadavg: 1.00 1.02 1.04 2/65 7562
/proc/meminfo: memFree=691872/2055920 swapFree=4183424/4192956
[pid=7363] ppid=7361 vsize=777440 CPUtime=761.99
/proc/7363/stat : 7363 (Spear-32) R 7361 7363 6854 0 -1 4194304 194516 0 0 0 75816 383 0 0 25 0 1 0 337828126 796098560 191698 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7363/statm: 194360 191698 141 302 0 194055 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 777440

[startup+822.301 s]
/proc/loadavg: 1.00 1.01 1.04 2/65 7562
/proc/meminfo: memFree=667616/2055920 swapFree=4183424/4192956
[pid=7363] ppid=7361 vsize=801844 CPUtime=821.97
/proc/7363/stat : 7363 (Spear-32) R 7361 7363 6854 0 -1 4194304 200648 0 0 0 81797 400 0 0 25 0 1 0 337828126 821088256 197830 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7363/statm: 200461 197830 141 302 0 200156 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 801844

[startup+882.302 s]
/proc/loadavg: 1.00 1.01 1.03 2/65 7562
/proc/meminfo: memFree=641184/2055920 swapFree=4183424/4192956
[pid=7363] ppid=7361 vsize=828252 CPUtime=881.95
/proc/7363/stat : 7363 (Spear-32) R 7361 7363 6854 0 -1 4194304 207169 0 0 0 87778 417 0 0 25 0 1 0 337828126 848130048 204351 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7363/statm: 207063 204351 141 302 0 206758 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 828252

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 7562
/proc/meminfo: memFree=615264/2055920 swapFree=4183424/4192956
[pid=7363] ppid=7361 vsize=854304 CPUtime=941.95
/proc/7363/stat : 7363 (Spear-32) R 7361 7363 6854 0 -1 4194304 213660 0 0 0 93761 434 0 0 25 0 1 0 337828126 874807296 210842 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/7363/statm: 213576 210842 141 302 0 213271 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 854304

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 7562
/proc/meminfo: memFree=586080/2055920 swapFree=4183424/4192956
[pid=7363] ppid=7361 vsize=883244 CPUtime=1001.92
/proc/7363/stat : 7363 (Spear-32) R 7361 7363 6854 0 -1 4194304 220933 0 0 0 99742 450 0 0 25 0 1 0 337828126 904441856 218115 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7363/statm: 220811 218115 141 302 0 220506 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 883244

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 7562
/proc/meminfo: memFree=560224/2055920 swapFree=4183424/4192956
[pid=7363] ppid=7361 vsize=909308 CPUtime=1061.91
/proc/7363/stat : 7363 (Spear-32) R 7361 7363 6854 0 -1 4194304 227477 0 0 0 105728 463 0 0 25 0 1 0 337828126 931131392 224659 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/7363/statm: 227327 224659 141 302 0 227022 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 909308

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 7562
/proc/meminfo: memFree=531424/2055920 swapFree=4183424/4192956
[pid=7363] ppid=7361 vsize=937372 CPUtime=1121.9
/proc/7363/stat : 7363 (Spear-32) R 7361 7363 6854 0 -1 4194304 234577 0 0 0 111710 480 0 0 25 0 1 0 337828126 959868928 231759 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7363/statm: 234343 231759 141 302 0 234038 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 937372

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7562
/proc/meminfo: memFree=504288/2055920 swapFree=4183424/4192956
[pid=7363] ppid=7361 vsize=969076 CPUtime=1181.88
/proc/7363/stat : 7363 (Spear-32) R 7361 7363 6854 0 -1 4194304 242416 0 0 0 117690 498 0 0 25 0 1 0 337828126 992333824 238573 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7363/statm: 242269 238573 141 302 0 241964 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 969076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7562
/proc/meminfo: memFree=496160/2055920 swapFree=4183424/4192956
[pid=7363] ppid=7361 vsize=976732 CPUtime=1200.08
/proc/7363/stat : 7363 (Spear-32) R 7361 7363 6854 0 -1 4194304 244351 0 0 0 119505 503 0 0 25 0 1 0 337828126 1000173568 240508 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/7363/statm: 244183 240508 141 302 0 243878 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 976732

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

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

[startup+1200.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7562
/proc/meminfo: memFree=496160/2055920 swapFree=4183424/4192956
[pid=7363] ppid=7361 vsize=0 CPUtime=1200.19
/proc/7363/stat : 7363 (Spear-32) R 7361 7363 6854 0 -1 4195332 244351 0 0 0 119506 513 0 0 25 0 1 0 337828126 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/7363/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.19
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.66
CPU time (s): 1200.24
CPU user time (s): 1195.06
CPU system time (s): 5.18121
CPU usage (%): 99.9654
Max. virtual memory (cumulated for all children) (KiB): 976732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1195.06
system time used= 5.18121
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 244351
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= 1548

runsolver used 0.926859 second user time and 2.44363 second system time

The end

Launcher Data (download as text)

Begin job on node61 on Tue Mar  6 10:58:32 UTC 2007

IDJOB= 331029
IDBENCH= 20577
IDSOLVER= 133
FILE ID= node61/331029-1173178711

PBS_JOBID= 4015259

Free space on /tmp= 66478 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  f0f4556999ccb446384994a4148fca28

RANDOM SEED= 172124581

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node61.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:       1460352 kB
Buffers:         30752 kB
Cached:         491664 kB
SwapCached:       3496 kB
Active:          40616 kB
Inactive:       491380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1460352 kB
SwapTotal:     4192956 kB
SwapFree:      4183424 kB
Dirty:           11796 kB
Writeback:           0 kB
Mapped:          15652 kB
Slab:            49712 kB
Committed_AS:   891788 kB
PageTables:       1388 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= 66478 MiB

End job on node61 on Tue Mar  6 11:18:35 UTC 2007