Trace number 319176

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 FHS 1.0? (TO) 1200.07 1200.52

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.11.unsat.cnf
MD5SUM90581094793af5fc10d4e4b9a10259ac
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark499.241
Satisfiable
(Un)Satisfiability was proved
Number of variables1400
Number of clauses4732
Sum of the clauses size12300
Maximum clause length21
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 22052
Number of clauses of size 32605
Number of clauses of size 427
Number of clauses of size 531
Number of clauses of size over 514

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/319176-1172973396/instance-319176-1172973396.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/node75/watcher-319176-1172973396 -o ROOT/results/node75/solver-319176-1172973396 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/319176-1172973396/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/319176-1172973396/instance-319176-1172973396.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: 0.99 0.97 0.91 3/64 7860
/proc/meminfo: memFree=1550984/2055920 swapFree=4183180/4192956
[pid=7860] ppid=7858 vsize=1680 CPUtime=0
/proc/7860/stat : 7860 (Spear-32) R 7858 7860 6702 0 -1 4194304 219 0 0 0 0 0 0 0 18 0 1 0 317305419 1720320 203 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7860/statm: 420 203 128 302 0 115 0

[startup+0.0243311 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 7860
/proc/meminfo: memFree=1550984/2055920 swapFree=4183180/4192956
[pid=7860] ppid=7858 vsize=1812 CPUtime=0.02
/proc/7860/stat : 7860 (Spear-32) R 7858 7860 6702 0 -1 4194304 284 0 0 0 2 0 0 0 18 0 1 0 317305419 1855488 268 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7860/statm: 453 268 140 302 0 148 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1812

[startup+0.10134 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 7860
/proc/meminfo: memFree=1550984/2055920 swapFree=4183180/4192956
[pid=7860] ppid=7858 vsize=1936 CPUtime=0.09
/proc/7860/stat : 7860 (Spear-32) R 7858 7860 6702 0 -1 4194304 315 0 0 0 9 0 0 0 18 0 1 0 317305419 1982464 299 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7860/statm: 484 299 140 302 0 179 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1936

[startup+0.301362 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 7860
/proc/meminfo: memFree=1550984/2055920 swapFree=4183180/4192956
[pid=7860] ppid=7858 vsize=2320 CPUtime=0.29
/proc/7860/stat : 7860 (Spear-32) R 7858 7860 6702 0 -1 4194304 398 0 0 0 29 0 0 0 19 0 1 0 317305419 2375680 382 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7860/statm: 580 382 140 302 0 275 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2320

[startup+0.70141 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 7860
/proc/meminfo: memFree=1550984/2055920 swapFree=4183180/4192956
[pid=7860] ppid=7858 vsize=2708 CPUtime=0.69
/proc/7860/stat : 7860 (Spear-32) R 7858 7860 6702 0 -1 4194304 508 0 0 0 69 0 0 0 23 0 1 0 317305419 2772992 492 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7860/statm: 677 492 140 302 0 372 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2708

[startup+1.50251 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 7861
/proc/meminfo: memFree=1549248/2055920 swapFree=4183180/4192956
[pid=7860] ppid=7858 vsize=3640 CPUtime=1.49
/proc/7860/stat : 7860 (Spear-32) R 7858 7860 6702 0 -1 4194304 723 0 0 0 148 1 0 0 25 0 1 0 317305419 3727360 707 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/7860/statm: 910 707 140 302 0 605 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3640

[startup+3.1017 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 7861
/proc/meminfo: memFree=1548032/2055920 swapFree=4183180/4192956
[pid=7860] ppid=7858 vsize=5036 CPUtime=3.09
/proc/7860/stat : 7860 (Spear-32) R 7858 7860 6702 0 -1 4194304 1058 0 0 0 307 2 0 0 25 0 1 0 317305419 5156864 1042 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7860/statm: 1259 1042 140 302 0 954 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5036

[startup+6.30107 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 7861
/proc/meminfo: memFree=1545728/2055920 swapFree=4183180/4192956
[pid=7860] ppid=7858 vsize=6788 CPUtime=6.29
/proc/7860/stat : 7860 (Spear-32) R 7858 7860 6702 0 -1 4194304 1527 0 0 0 625 4 0 0 25 0 1 0 317305419 6950912 1511 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7860/statm: 1697 1511 140 302 0 1392 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6788

[startup+12.7018 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 7861
/proc/meminfo: memFree=1543296/2055920 swapFree=4183180/4192956
[pid=7860] ppid=7858 vsize=9196 CPUtime=12.69
/proc/7860/stat : 7860 (Spear-32) R 7858 7860 6702 0 -1 4194304 2137 0 0 0 1262 7 0 0 25 0 1 0 317305419 9416704 2088 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7860/statm: 2299 2088 140 302 0 1994 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9196

[startup+25.5013 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 7861
/proc/meminfo: memFree=1538688/2055920 swapFree=4183180/4192956
[pid=7860] ppid=7858 vsize=13568 CPUtime=25.48
/proc/7860/stat : 7860 (Spear-32) R 7858 7860 6702 0 -1 4194304 3217 0 0 0 2538 10 0 0 25 0 1 0 317305419 13893632 3168 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526894 0 0 4096 0 0 0 0 17 1 0 0
/proc/7860/statm: 3392 3168 140 302 0 3087 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 13568

[startup+51.1014 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 7861
/proc/meminfo: memFree=1534208/2055920 swapFree=4183180/4192956
[pid=7860] ppid=7858 vsize=18264 CPUtime=51.08
/proc/7860/stat : 7860 (Spear-32) R 7858 7860 6702 0 -1 4194304 4413 0 0 0 5092 16 0 0 25 0 1 0 317305419 18702336 4299 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7860/statm: 4566 4299 140 302 0 4261 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 18264

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 7861
/proc/meminfo: memFree=1509184/2055920 swapFree=4183180/4192956
[pid=7860] ppid=7858 vsize=45496 CPUtime=102.26
/proc/7860/stat : 7860 (Spear-32) R 7858 7860 6702 0 -1 4194304 10822 0 0 0 10199 27 0 0 25 0 1 0 317305419 46587904 10513 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7860/statm: 11374 10513 145 302 0 11069 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 45496

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 7861
/proc/meminfo: memFree=1502912/2055920 swapFree=4183180/4192956
[pid=7860] ppid=7858 vsize=51796 CPUtime=162.24
/proc/7860/stat : 7860 (Spear-32) R 7858 7860 6702 0 -1 4194304 12390 0 0 0 16189 35 0 0 25 0 1 0 317305419 53039104 12081 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/7860/statm: 12949 12081 145 302 0 12644 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 51796

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 7861
/proc/meminfo: memFree=1493888/2055920 swapFree=4183180/4192956
[pid=7860] ppid=7858 vsize=60604 CPUtime=222.23
/proc/7860/stat : 7860 (Spear-32) R 7858 7860 6702 0 -1 4194304 14627 0 0 0 22176 47 0 0 25 0 1 0 317305419 62058496 14318 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7860/statm: 15151 14318 145 302 0 14846 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 60604

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/71 7943
/proc/meminfo: memFree=1486032/2055920 swapFree=4183180/4192956
[pid=7860] ppid=7858 vsize=68464 CPUtime=282.18
/proc/7860/stat : 7860 (Spear-32) R 7858 7860 6702 0 -1 4194304 16552 0 0 0 28165 53 0 0 25 0 1 0 317305419 70107136 15986 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527100 0 0 4096 0 0 0 0 17 1 0 0
/proc/7860/statm: 17116 15986 145 302 0 16811 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 68464

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/71 8035
/proc/meminfo: memFree=1480784/2055920 swapFree=4183180/4192956
[pid=7860] ppid=7858 vsize=73568 CPUtime=342.11
/proc/7860/stat : 7860 (Spear-32) R 7858 7860 6702 0 -1 4194304 17854 0 0 0 34150 61 0 0 25 0 1 0 317305419 75333632 17288 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/7860/statm: 18392 17288 145 302 0 18087 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 73568

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 8059
/proc/meminfo: memFree=1477760/2055920 swapFree=4183180/4192956
[pid=7860] ppid=7858 vsize=77700 CPUtime=402.08
/proc/7860/stat : 7860 (Spear-32) R 7858 7860 6702 0 -1 4194304 18878 0 0 0 40142 66 0 0 25 0 1 0 317305419 79564800 18312 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/7860/statm: 19425 18312 145 302 0 19120 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 77700

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 8059
/proc/meminfo: memFree=1473856/2055920 swapFree=4183180/4192956
[pid=7860] ppid=7858 vsize=81660 CPUtime=462.05
/proc/7860/stat : 7860 (Spear-32) R 7858 7860 6702 0 -1 4194304 19834 0 0 0 46134 71 0 0 25 0 1 0 317305419 83619840 19268 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/7860/statm: 20415 19268 145 302 0 20110 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 81660

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 8059
/proc/meminfo: memFree=1470464/2055920 swapFree=4183180/4192956
[pid=7860] ppid=7858 vsize=85076 CPUtime=522.04
/proc/7860/stat : 7860 (Spear-32) R 7858 7860 6702 0 -1 4194304 20711 0 0 0 52128 76 0 0 25 0 1 0 317305419 87117824 20145 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526758 0 0 4096 0 0 0 0 17 1 0 0
/proc/7860/statm: 21269 20145 145 302 0 20964 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 85076

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 8059
/proc/meminfo: memFree=1467712/2055920 swapFree=4183180/4192956
[pid=7860] ppid=7858 vsize=87952 CPUtime=582.02
/proc/7860/stat : 7860 (Spear-32) R 7858 7860 6702 0 -1 4194304 21401 0 0 0 58122 80 0 0 25 0 1 0 317305419 90062848 20835 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/7860/statm: 21988 20835 145 302 0 21683 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 87952

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 8059
/proc/meminfo: memFree=1464512/2055920 swapFree=4183180/4192956
[pid=7860] ppid=7858 vsize=91240 CPUtime=642.01
/proc/7860/stat : 7860 (Spear-32) R 7858 7860 6702 0 -1 4194304 22200 0 0 0 64116 85 0 0 25 0 1 0 317305419 93429760 21634 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/7860/statm: 22810 21634 145 302 0 22505 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 91240

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 8059
/proc/meminfo: memFree=1461440/2055920 swapFree=4183180/4192956
[pid=7860] ppid=7858 vsize=94272 CPUtime=701.99
/proc/7860/stat : 7860 (Spear-32) R 7858 7860 6702 0 -1 4194304 22977 0 0 0 70109 90 0 0 25 0 1 0 317305419 96534528 22411 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/7860/statm: 23568 22411 145 302 0 23263 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 94272

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 8059
/proc/meminfo: memFree=1457984/2055920 swapFree=4183180/4192956
[pid=7860] ppid=7858 vsize=98096 CPUtime=761.97
/proc/7860/stat : 7860 (Spear-32) R 7858 7860 6702 0 -1 4194304 23824 0 0 0 76103 94 0 0 25 0 1 0 317305419 100450304 23258 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526721 0 0 4096 0 0 0 0 17 1 0 0
/proc/7860/statm: 24524 23258 145 302 0 24219 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 98096

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 8059
/proc/meminfo: memFree=1455296/2055920 swapFree=4183180/4192956
[pid=7860] ppid=7858 vsize=100744 CPUtime=821.95
/proc/7860/stat : 7860 (Spear-32) R 7858 7860 6702 0 -1 4194304 24492 0 0 0 82096 99 0 0 25 0 1 0 317305419 103161856 23926 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/7860/statm: 25186 23926 145 302 0 24881 0
Current children cumulated CPU time (s) 821.95
Current children cumulated vsize (KiB) 100744

[startup+882.303 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 8059
/proc/meminfo: memFree=1452480/2055920 swapFree=4183180/4192956
[pid=7860] ppid=7858 vsize=103676 CPUtime=881.94
/proc/7860/stat : 7860 (Spear-32) R 7858 7860 6702 0 -1 4194304 25178 0 0 0 88090 104 0 0 25 0 1 0 317305419 106164224 24612 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526752 0 0 4096 0 0 0 0 17 1 0 0
/proc/7860/statm: 25919 24612 145 302 0 25614 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 103676

[startup+942.303 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 8059
/proc/meminfo: memFree=1449728/2055920 swapFree=4183180/4192956
[pid=7860] ppid=7858 vsize=106396 CPUtime=941.92
/proc/7860/stat : 7860 (Spear-32) R 7858 7860 6702 0 -1 4194304 25872 0 0 0 94084 108 0 0 25 0 1 0 317305419 108949504 25306 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/7860/statm: 26599 25306 145 302 0 26294 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 106396

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 8059
/proc/meminfo: memFree=1446848/2055920 swapFree=4183180/4192956
[pid=7860] ppid=7858 vsize=109592 CPUtime=1001.9
/proc/7860/stat : 7860 (Spear-32) R 7858 7860 6702 0 -1 4194304 26603 0 0 0 100078 112 0 0 25 0 1 0 317305419 112222208 26037 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/7860/statm: 27398 26037 145 302 0 27093 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 109592

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 8059
/proc/meminfo: memFree=1444672/2055920 swapFree=4183180/4192956
[pid=7860] ppid=7858 vsize=113896 CPUtime=1061.88
/proc/7860/stat : 7860 (Spear-32) R 7858 7860 6702 0 -1 4194304 27681 0 0 0 106072 116 0 0 25 0 1 0 317305419 116629504 26602 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/7860/statm: 28474 26602 145 302 0 28169 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 113896

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 8059
/proc/meminfo: memFree=1442368/2055920 swapFree=4183180/4192956
[pid=7860] ppid=7858 vsize=116076 CPUtime=1121.86
/proc/7860/stat : 7860 (Spear-32) R 7858 7860 6702 0 -1 4194304 28244 0 0 0 112068 118 0 0 25 0 1 0 317305419 118861824 27165 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/7860/statm: 29019 27165 145 302 0 28714 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 116076

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 8059
/proc/meminfo: memFree=1440256/2055920 swapFree=4183180/4192956
[pid=7860] ppid=7858 vsize=118268 CPUtime=1181.84
/proc/7860/stat : 7860 (Spear-32) R 7858 7860 6702 0 -1 4194304 28766 0 0 0 118063 121 0 0 25 0 1 0 317305419 121106432 27687 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/7860/statm: 29567 27687 145 302 0 29262 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 118268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 8059
/proc/meminfo: memFree=1439680/2055920 swapFree=4183180/4192956
[pid=7860] ppid=7858 vsize=118768 CPUtime=1200.05
/proc/7860/stat : 7860 (Spear-32) R 7858 7860 6702 0 -1 4194304 28903 0 0 0 119882 123 0 0 25 0 1 0 317305419 121618432 27824 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/7860/statm: 29692 27824 145 302 0 29387 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 118768

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 8059
/proc/meminfo: memFree=1439680/2055920 swapFree=4183180/4192956
[pid=7860] ppid=7858 vsize=118768 CPUtime=1200.05
/proc/7860/stat : 7860 (Spear-32) R 7858 7860 6702 0 -1 4194304 28903 0 0 0 119882 123 0 0 25 0 1 0 317305419 121618432 27824 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/7860/statm: 29692 27824 145 302 0 29387 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 118768

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.07
CPU user time (s): 1198.82
CPU system time (s): 1.24981
CPU usage (%): 99.9623
Max. virtual memory (cumulated for all children) (KiB): 118768

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

runsolver used 0.901862 second user time and 2.47562 second system time

The end

Launcher Data (download as text)

Begin job on node75 on Sun Mar  4 01:56:36 UTC 2007

IDJOB= 319176
IDBENCH= 20472
IDSOLVER= 131
FILE ID= node75/319176-1172973396

PBS_JOBID= 4012035

Free space on /tmp= 66520 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/industrial/jarvisalo/eq.atree.braun.11.unsat.cnf
COMMAND LINE= /tmp/evaluation/319176-1172973396/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/319176-1172973396/instance-319176-1172973396.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node75/watcher-319176-1172973396 -o ROOT/results/node75/solver-319176-1172973396 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/319176-1172973396/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/319176-1172973396/instance-319176-1172973396.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  90581094793af5fc10d4e4b9a10259ac

RANDOM SEED= 644668098

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node75.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.218
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.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1551456 kB
Buffers:         32108 kB
Cached:         408516 kB
SwapCached:       3756 kB
Active:          36372 kB
Inactive:       413788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1551456 kB
SwapTotal:     4192956 kB
SwapFree:      4183180 kB
Dirty:            1660 kB
Writeback:           0 kB
Mapped:          15432 kB
Slab:            40216 kB
Committed_AS:   833784 kB
PageTables:       1432 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= 66520 MiB

End job on node75 on Sun Mar  4 02:16:38 UTC 2007