Trace number 319012

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.12.unsat.cnf
MD5SUM8d6acb9f6b752ad76c024133f5175c69
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 variables1694
Number of clauses5726
Sum of the clauses size14874
Maximum clause length23
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 22490
Number of clauses of size 33143
Number of clauses of size 439
Number of clauses of size 538
Number of clauses of size over 513

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/319012-1172971126/instance-319012-1172971126.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/node66/watcher-319012-1172971126 -o ROOT/results/node66/solver-319012-1172971126 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/319012-1172971126/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/319012-1172971126/instance-319012-1172971126.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 2/64 22378
/proc/meminfo: memFree=1080464/2055920 swapFree=4183296/4192956
[pid=22378] ppid=22376 vsize=1680 CPUtime=0
/proc/22378/stat : 22378 (Spear-32) R 22376 22378 21445 0 -1 4194304 215 0 0 0 0 0 0 0 18 0 1 0 317070151 1720320 199 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 420 199 128 302 0 115 0

[startup+0.074424 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 22378
/proc/meminfo: memFree=1080464/2055920 swapFree=4183296/4192956
[pid=22378] ppid=22376 vsize=1936 CPUtime=0.06
/proc/22378/stat : 22378 (Spear-32) R 22376 22378 21445 0 -1 4194304 324 0 0 0 6 0 0 0 18 0 1 0 317070151 1982464 308 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 484 308 140 302 0 179 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1936

[startup+0.102429 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 22378
/proc/meminfo: memFree=1080464/2055920 swapFree=4183296/4192956
[pid=22378] ppid=22376 vsize=2320 CPUtime=0.09
/proc/22378/stat : 22378 (Spear-32) R 22376 22378 21445 0 -1 4194304 406 0 0 0 9 0 0 0 18 0 1 0 317070151 2375680 390 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 580 390 145 302 0 275 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2320

[startup+0.30248 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 22378
/proc/meminfo: memFree=1080464/2055920 swapFree=4183296/4192956
[pid=22378] ppid=22376 vsize=2568 CPUtime=0.3
/proc/22378/stat : 22378 (Spear-32) R 22376 22378 21445 0 -1 4194304 475 0 0 0 29 1 0 0 19 0 1 0 317070151 2629632 459 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 642 459 145 302 0 337 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 2568

[startup+0.701549 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 22378
/proc/meminfo: memFree=1080464/2055920 swapFree=4183296/4192956
[pid=22378] ppid=22376 vsize=3084 CPUtime=0.69
/proc/22378/stat : 22378 (Spear-32) R 22376 22378 21445 0 -1 4194304 610 0 0 0 68 1 0 0 23 0 1 0 317070151 3158016 594 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 771 594 145 302 0 466 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3084

[startup+1.50171 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 22379
/proc/meminfo: memFree=1078344/2055920 swapFree=4183296/4192956
[pid=22378] ppid=22376 vsize=3964 CPUtime=1.49
/proc/22378/stat : 22378 (Spear-32) R 22376 22378 21445 0 -1 4194304 832 0 0 0 147 2 0 0 25 0 1 0 317070151 4059136 816 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 991 816 145 302 0 686 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3964

[startup+3.10203 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 22379
/proc/meminfo: memFree=1077000/2055920 swapFree=4183296/4192956
[pid=22378] ppid=22376 vsize=5428 CPUtime=3.09
/proc/22378/stat : 22378 (Spear-32) R 22376 22378 21445 0 -1 4194304 1203 0 0 0 306 3 0 0 25 0 1 0 317070151 5558272 1187 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 1357 1187 145 302 0 1052 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5428

[startup+6.30167 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 22379
/proc/meminfo: memFree=1074824/2055920 swapFree=4183296/4192956
[pid=22378] ppid=22376 vsize=7168 CPUtime=6.29
/proc/22378/stat : 22378 (Spear-32) R 22376 22378 21445 0 -1 4194304 1632 0 0 0 625 4 0 0 25 0 1 0 317070151 7340032 1616 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 1792 1616 145 302 0 1487 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7168

[startup+12.702 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 22379
/proc/meminfo: memFree=1071816/2055920 swapFree=4183296/4192956
[pid=22378] ppid=22376 vsize=10100 CPUtime=12.68
/proc/22378/stat : 22378 (Spear-32) R 22376 22378 21445 0 -1 4194304 2359 0 0 0 1262 6 0 0 25 0 1 0 317070151 10342400 2310 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 2525 2310 145 302 0 2220 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 10100

[startup+25.5025 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 22379
/proc/meminfo: memFree=1068104/2055920 swapFree=4183296/4192956
[pid=22378] ppid=22376 vsize=13512 CPUtime=25.48
/proc/22378/stat : 22378 (Spear-32) R 22376 22378 21445 0 -1 4194304 3234 0 0 0 2538 10 0 0 25 0 1 0 317070151 13836288 3185 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 3378 3185 145 302 0 3073 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 13512

[startup+51.1027 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 22379
/proc/meminfo: memFree=1063176/2055920 swapFree=4183296/4192956
[pid=22378] ppid=22376 vsize=18620 CPUtime=51.07
/proc/22378/stat : 22378 (Spear-32) R 22376 22378 21445 0 -1 4194304 4519 0 0 0 5092 15 0 0 25 0 1 0 317070151 19066880 4405 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526812 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 4655 4405 145 302 0 4350 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 18620

[startup+102.305 s]
/proc/loadavg: 1.03 0.99 0.91 2/65 22379
/proc/meminfo: memFree=1054792/2055920 swapFree=4183296/4192956
[pid=22378] ppid=22376 vsize=27000 CPUtime=102.26
/proc/22378/stat : 22378 (Spear-32) R 22376 22378 21445 0 -1 4194304 6599 0 0 0 10201 25 0 0 25 0 1 0 317070151 27648000 6485 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 6750 6485 145 302 0 6445 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 27000

[startup+162.302 s]
/proc/loadavg: 1.05 1.00 0.92 2/65 22379
/proc/meminfo: memFree=1046088/2055920 swapFree=4183296/4192956
[pid=22378] ppid=22376 vsize=36088 CPUtime=162.23
/proc/22378/stat : 22378 (Spear-32) R 22376 22378 21445 0 -1 4194304 8892 0 0 0 16190 33 0 0 25 0 1 0 317070151 36954112 8649 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 9022 8649 145 302 0 8717 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 36088

[startup+222.302 s]
/proc/loadavg: 1.12 1.03 0.93 2/65 22379
/proc/meminfo: memFree=1039944/2055920 swapFree=4183296/4192956
[pid=22378] ppid=22376 vsize=42312 CPUtime=222.21
/proc/22378/stat : 22378 (Spear-32) R 22376 22378 21445 0 -1 4194304 10421 0 0 0 22180 41 0 0 25 0 1 0 317070151 43327488 10178 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 10578 10178 145 302 0 10273 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 42312

[startup+282.302 s]
/proc/loadavg: 1.12 1.04 0.94 2/65 22379
/proc/meminfo: memFree=1034248/2055920 swapFree=4183296/4192956
[pid=22378] ppid=22376 vsize=48104 CPUtime=282.18
/proc/22378/stat : 22378 (Spear-32) R 22376 22378 21445 0 -1 4194304 11854 0 0 0 28170 48 0 0 25 0 1 0 317070151 49258496 11611 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 12026 11611 145 302 0 11721 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 48104

[startup+342.301 s]
/proc/loadavg: 1.10 1.04 0.94 2/65 22379
/proc/meminfo: memFree=1029512/2055920 swapFree=4183296/4192956
[pid=22378] ppid=22376 vsize=52972 CPUtime=342.16
/proc/22378/stat : 22378 (Spear-32) R 22376 22378 21445 0 -1 4194304 13053 0 0 0 34163 53 0 0 25 0 1 0 317070151 54243328 12810 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 13243 12810 145 302 0 12938 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 52972

[startup+402.301 s]
/proc/loadavg: 1.04 1.03 0.94 2/65 22379
/proc/meminfo: memFree=1025544/2055920 swapFree=4183296/4192956
[pid=22378] ppid=22376 vsize=57852 CPUtime=402.13
/proc/22378/stat : 22378 (Spear-32) R 22376 22378 21445 0 -1 4194304 14301 0 0 0 40155 58 0 0 25 0 1 0 317070151 59240448 13801 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 14463 13801 145 302 0 14158 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 57852

[startup+462.302 s]
/proc/loadavg: 1.01 1.02 0.94 2/65 22379
/proc/meminfo: memFree=1021704/2055920 swapFree=4183296/4192956
[pid=22378] ppid=22376 vsize=61756 CPUtime=462.12
/proc/22378/stat : 22378 (Spear-32) R 22376 22378 21445 0 -1 4194304 15244 0 0 0 46147 65 0 0 25 0 1 0 317070151 63238144 14744 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 15439 14744 145 302 0 15134 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 61756

[startup+522.301 s]
/proc/loadavg: 1.00 1.02 0.94 2/65 22379
/proc/meminfo: memFree=1017288/2055920 swapFree=4183296/4192956
[pid=22378] ppid=22376 vsize=66324 CPUtime=522.09
/proc/22378/stat : 22378 (Spear-32) R 22376 22378 21445 0 -1 4194304 16365 0 0 0 52140 69 0 0 25 0 1 0 317070151 67915776 15865 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 16581 15865 145 302 0 16276 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 66324

[startup+582.301 s]
/proc/loadavg: 1.00 1.01 0.94 2/65 22379
/proc/meminfo: memFree=1013768/2055920 swapFree=4183296/4192956
[pid=22378] ppid=22376 vsize=69868 CPUtime=582.07
/proc/22378/stat : 22378 (Spear-32) R 22376 22378 21445 0 -1 4194304 17228 0 0 0 58133 74 0 0 25 0 1 0 317070151 71544832 16728 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 17467 16728 145 302 0 17162 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 69868

[startup+642.301 s]
/proc/loadavg: 1.00 1.01 0.94 2/65 22379
/proc/meminfo: memFree=1010568/2055920 swapFree=4183296/4192956
[pid=22378] ppid=22376 vsize=72884 CPUtime=642.05
/proc/22378/stat : 22378 (Spear-32) R 22376 22378 21445 0 -1 4194304 18007 0 0 0 64128 77 0 0 25 0 1 0 317070151 74633216 17507 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 18221 17507 145 302 0 17916 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 72884

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 22379
/proc/meminfo: memFree=1006856/2055920 swapFree=4183296/4192956
[pid=22378] ppid=22376 vsize=76780 CPUtime=702.03
/proc/22378/stat : 22378 (Spear-32) R 22376 22378 21445 0 -1 4194304 18949 0 0 0 70120 83 0 0 25 0 1 0 317070151 78622720 18449 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 19195 18449 145 302 0 18890 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 76780

[startup+762.304 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 22379
/proc/meminfo: memFree=1003720/2055920 swapFree=4183296/4192956
[pid=22378] ppid=22376 vsize=79872 CPUtime=762
/proc/22378/stat : 22378 (Spear-32) R 22376 22378 21445 0 -1 4194304 19735 0 0 0 76113 87 0 0 25 0 1 0 317070151 81788928 19235 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526803 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 19968 19235 145 302 0 19663 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 79872

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 22379
/proc/meminfo: memFree=1001160/2055920 swapFree=4183296/4192956
[pid=22378] ppid=22376 vsize=82480 CPUtime=821.98
/proc/22378/stat : 22378 (Spear-32) R 22376 22378 21445 0 -1 4194304 20359 0 0 0 82106 92 0 0 25 0 1 0 317070151 84459520 19859 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 20620 19859 145 302 0 20315 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 82480

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 22379
/proc/meminfo: memFree=998472/2055920 swapFree=4183296/4192956
[pid=22378] ppid=22376 vsize=85208 CPUtime=881.96
/proc/22378/stat : 22378 (Spear-32) R 22376 22378 21445 0 -1 4194304 21037 0 0 0 88100 96 0 0 25 0 1 0 317070151 87252992 20537 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 21302 20537 145 302 0 20997 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 85208

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 22379
/proc/meminfo: memFree=995528/2055920 swapFree=4183296/4192956
[pid=22378] ppid=22376 vsize=88168 CPUtime=941.93
/proc/22378/stat : 22378 (Spear-32) R 22376 22378 21445 0 -1 4194304 21775 0 0 0 94093 100 0 0 25 0 1 0 317070151 90284032 21275 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 22042 21275 145 302 0 21737 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 88168

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 22379
/proc/meminfo: memFree=992904/2055920 swapFree=4183296/4192956
[pid=22378] ppid=22376 vsize=90672 CPUtime=1001.91
/proc/22378/stat : 22378 (Spear-32) R 22376 22378 21445 0 -1 4194304 22440 0 0 0 100088 103 0 0 25 0 1 0 317070151 92848128 21940 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 22668 21940 145 302 0 22363 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 90672

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 22379
/proc/meminfo: memFree=990408/2055920 swapFree=4183296/4192956
[pid=22378] ppid=22376 vsize=93228 CPUtime=1061.89
/proc/22378/stat : 22378 (Spear-32) R 22376 22378 21445 0 -1 4194304 23068 0 0 0 106081 108 0 0 25 0 1 0 317070151 95465472 22568 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 23307 22568 145 302 0 23002 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 93228

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 22379
/proc/meminfo: memFree=987912/2055920 swapFree=4183296/4192956
[pid=22378] ppid=22376 vsize=95656 CPUtime=1121.87
/proc/22378/stat : 22378 (Spear-32) R 22376 22378 21445 0 -1 4194304 23688 0 0 0 112075 112 0 0 25 0 1 0 317070151 97951744 23188 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 23914 23188 145 302 0 23609 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 95656

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 22379
/proc/meminfo: memFree=985736/2055920 swapFree=4183296/4192956
[pid=22378] ppid=22376 vsize=97784 CPUtime=1181.84
/proc/22378/stat : 22378 (Spear-32) R 22376 22378 21445 0 -1 4194304 24235 0 0 0 118068 116 0 0 25 0 1 0 317070151 100130816 23735 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 24446 23735 145 302 0 24141 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 97784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 22379
/proc/meminfo: memFree=984840/2055920 swapFree=4183296/4192956
[pid=22378] ppid=22376 vsize=98864 CPUtime=1200.04
/proc/22378/stat : 22378 (Spear-32) R 22376 22378 21445 0 -1 4194304 24449 0 0 0 119887 117 0 0 25 0 1 0 317070151 101236736 23949 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 24716 23949 145 302 0 24411 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 98864

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: 1.00 1.00 0.94 2/65 22379
/proc/meminfo: memFree=984840/2055920 swapFree=4183296/4192956
[pid=22378] ppid=22376 vsize=98864 CPUtime=1200.04
/proc/22378/stat : 22378 (Spear-32) R 22376 22378 21445 0 -1 4194304 24449 0 0 0 119887 117 0 0 25 0 1 0 317070151 101236736 23949 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/22378/statm: 24716 23949 145 302 0 24411 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 98864

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.07
CPU user time (s): 1198.87
CPU system time (s): 1.19282
CPU usage (%): 99.9621
Max. virtual memory (cumulated for all children) (KiB): 98864

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

runsolver used 0.815875 second user time and 2.48962 second system time

The end

Launcher Data (download as text)

Begin job on node66 on Sun Mar  4 01:18:46 UTC 2007

IDJOB= 319012
IDBENCH= 20468
IDSOLVER= 131
FILE ID= node66/319012-1172971126

PBS_JOBID= 4012076

Free space on /tmp= 66529 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  8d6acb9f6b752ad76c024133f5175c69

RANDOM SEED= 122309480

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node66.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.259
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	: 5931.00
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.259
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:       1080936 kB
Buffers:         37016 kB
Cached:         868596 kB
SwapCached:       3956 kB
Active:         709812 kB
Inactive:       205652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1080936 kB
SwapTotal:     4192956 kB
SwapFree:      4183296 kB
Dirty:            1680 kB
Writeback:           0 kB
Mapped:          15452 kB
Slab:            45592 kB
Committed_AS:   746052 kB
PageTables:       1376 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= 66529 MiB

End job on node66 on Sun Mar  4 01:38:49 UTC 2007