Trace number 319013

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 FH 1.0? (TO) 1200.07 1200.42

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/319013-1172971174/instance-319013-1172971174.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/node21/watcher-319013-1172971174 -o ROOT/results/node21/solver-319013-1172971174 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/319013-1172971174/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/319013-1172971174/instance-319013-1172971174.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.00 0.97 0.91 3/77 29806
/proc/meminfo: memFree=1600176/2055920 swapFree=4192956/4192956
[pid=29806] ppid=29804 vsize=1680 CPUtime=0
/proc/29806/stat : 29806 (Spear-32) R 29804 29806 28321 0 -1 4194304 217 0 0 0 0 0 0 0 18 0 1 0 23088164 1720320 201 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135271278 0 0 4096 0 0 0 0 17 1 0 0
/proc/29806/statm: 420 202 128 302 0 115 0

[startup+0.030778 s]
/proc/loadavg: 1.00 0.97 0.91 3/77 29806
/proc/meminfo: memFree=1600176/2055920 swapFree=4192956/4192956
[pid=29806] ppid=29804 vsize=1936 CPUtime=0.02
/proc/29806/stat : 29806 (Spear-32) R 29804 29806 28321 0 -1 4194304 304 0 0 0 2 0 0 0 18 0 1 0 23088164 1982464 288 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29806/statm: 484 288 140 302 0 179 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1936

[startup+0.101785 s]
/proc/loadavg: 1.00 0.97 0.91 3/77 29806
/proc/meminfo: memFree=1600176/2055920 swapFree=4192956/4192956
[pid=29806] ppid=29804 vsize=2056 CPUtime=0.09
/proc/29806/stat : 29806 (Spear-32) R 29804 29806 28321 0 -1 4194304 335 0 0 0 9 0 0 0 18 0 1 0 23088164 2105344 319 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29806/statm: 514 319 140 302 0 209 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2056

[startup+0.301807 s]
/proc/loadavg: 1.00 0.97 0.91 3/77 29806
/proc/meminfo: memFree=1600176/2055920 swapFree=4192956/4192956
[pid=29806] ppid=29804 vsize=2308 CPUtime=0.29
/proc/29806/stat : 29806 (Spear-32) R 29804 29806 28321 0 -1 4194304 402 0 0 0 29 0 0 0 19 0 1 0 23088164 2363392 386 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29806/statm: 577 386 140 302 0 272 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2308

[startup+0.70185 s]
/proc/loadavg: 1.00 0.97 0.91 3/77 29806
/proc/meminfo: memFree=1600176/2055920 swapFree=4192956/4192956
[pid=29806] ppid=29804 vsize=2808 CPUtime=0.69
/proc/29806/stat : 29806 (Spear-32) R 29804 29806 28321 0 -1 4194304 530 0 0 0 69 0 0 0 22 0 1 0 23088164 2875392 514 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29806/statm: 702 514 140 302 0 397 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2808

[startup+1.50194 s]
/proc/loadavg: 1.00 0.97 0.91 2/78 29807
/proc/meminfo: memFree=1598248/2055920 swapFree=4192956/4192956
[pid=29806] ppid=29804 vsize=3700 CPUtime=1.49
/proc/29806/stat : 29806 (Spear-32) R 29804 29806 28321 0 -1 4194304 741 0 0 0 148 1 0 0 25 0 1 0 23088164 3788800 725 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29806/statm: 925 725 140 302 0 620 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3700

[startup+3.10111 s]
/proc/loadavg: 1.00 0.97 0.91 2/78 29807
/proc/meminfo: memFree=1597032/2055920 swapFree=4192956/4192956
[pid=29806] ppid=29804 vsize=4960 CPUtime=3.09
/proc/29806/stat : 29806 (Spear-32) R 29804 29806 28321 0 -1 4194304 1061 0 0 0 308 1 0 0 25 0 1 0 23088164 5079040 1045 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29806/statm: 1240 1045 140 302 0 935 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4960

[startup+6.30146 s]
/proc/loadavg: 1.00 0.97 0.91 2/78 29807
/proc/meminfo: memFree=1594856/2055920 swapFree=4192956/4192956
[pid=29806] ppid=29804 vsize=6724 CPUtime=6.29
/proc/29806/stat : 29806 (Spear-32) R 29804 29806 28321 0 -1 4194304 1508 0 0 0 627 2 0 0 25 0 1 0 23088164 6885376 1492 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29806/statm: 1681 1492 140 302 0 1376 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6724

[startup+12.7012 s]
/proc/loadavg: 1.00 0.97 0.91 2/78 29807
/proc/meminfo: memFree=1591656/2055920 swapFree=4192956/4192956
[pid=29806] ppid=29804 vsize=9868 CPUtime=12.68
/proc/29806/stat : 29806 (Spear-32) R 29804 29806 28321 0 -1 4194304 2291 0 0 0 1264 4 0 0 25 0 1 0 23088164 10104832 2242 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29806/statm: 2467 2242 140 302 0 2162 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9868

[startup+25.5016 s]
/proc/loadavg: 1.00 0.97 0.91 2/78 29807
/proc/meminfo: memFree=1587304/2055920 swapFree=4192956/4192956
[pid=29806] ppid=29804 vsize=13948 CPUtime=25.48
/proc/29806/stat : 29806 (Spear-32) R 29804 29806 28321 0 -1 4194304 3321 0 0 0 2540 8 0 0 25 0 1 0 23088164 14282752 3272 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29806/statm: 3487 3272 140 302 0 3182 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 13948

[startup+51.1013 s]
/proc/loadavg: 1.00 0.97 0.91 3/78 29807
/proc/meminfo: memFree=1580648/2055920 swapFree=4192956/4192956
[pid=29806] ppid=29804 vsize=20816 CPUtime=51.07
/proc/29806/stat : 29806 (Spear-32) R 29804 29806 28321 0 -1 4194304 5049 0 0 0 5094 13 0 0 25 0 1 0 23088164 21315584 4935 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527157 0 0 4096 0 0 0 0 17 1 0 0
/proc/29806/statm: 5204 4935 140 302 0 4899 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 20816

[startup+102.306 s]
/proc/loadavg: 1.00 0.97 0.91 2/78 29807
/proc/meminfo: memFree=1571880/2055920 swapFree=4192956/4192956
[pid=29806] ppid=29804 vsize=29800 CPUtime=102.27
/proc/29806/stat : 29806 (Spear-32) R 29804 29806 28321 0 -1 4194304 7338 0 0 0 10204 23 0 0 25 0 1 0 23088164 30515200 7095 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29806/statm: 7450 7095 140 302 0 7145 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 29800

[startup+162.301 s]
/proc/loadavg: 1.00 0.97 0.91 2/78 29807
/proc/meminfo: memFree=1564904/2055920 swapFree=4192956/4192956
[pid=29806] ppid=29804 vsize=36740 CPUtime=162.24
/proc/29806/stat : 29806 (Spear-32) R 29804 29806 28321 0 -1 4194304 9088 0 0 0 16193 31 0 0 25 0 1 0 23088164 37621760 8845 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/29806/statm: 9185 8845 140 302 0 8880 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 36740

[startup+222.301 s]
/proc/loadavg: 1.08 0.99 0.92 3/78 29807
/proc/meminfo: memFree=1559464/2055920 swapFree=4192956/4192956
[pid=29806] ppid=29804 vsize=42372 CPUtime=222.23
/proc/29806/stat : 29806 (Spear-32) R 29804 29806 28321 0 -1 4194304 10460 0 0 0 22183 40 0 0 25 0 1 0 23088164 43388928 10217 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29806/statm: 10593 10217 140 302 0 10288 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 42372

[startup+282.302 s]
/proc/loadavg: 1.03 0.99 0.92 2/78 29807
/proc/meminfo: memFree=1554664/2055920 swapFree=4192956/4192956
[pid=29806] ppid=29804 vsize=46976 CPUtime=282.21
/proc/29806/stat : 29806 (Spear-32) R 29804 29806 28321 0 -1 4194304 11659 0 0 0 28174 47 0 0 25 0 1 0 23088164 48103424 11416 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29806/statm: 11744 11416 140 302 0 11439 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 46976

[startup+342.301 s]
/proc/loadavg: 1.01 0.99 0.92 2/78 29807
/proc/meminfo: memFree=1550312/2055920 swapFree=4192956/4192956
[pid=29806] ppid=29804 vsize=51472 CPUtime=342.19
/proc/29806/stat : 29806 (Spear-32) R 29804 29806 28321 0 -1 4194304 12744 0 0 0 34166 53 0 0 25 0 1 0 23088164 52707328 12501 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/29806/statm: 12868 12501 140 302 0 12563 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 51472

[startup+402.302 s]
/proc/loadavg: 1.00 0.99 0.92 2/78 29807
/proc/meminfo: memFree=1546728/2055920 swapFree=4192956/4192956
[pid=29806] ppid=29804 vsize=56124 CPUtime=402.17
/proc/29806/stat : 29806 (Spear-32) R 29804 29806 28321 0 -1 4194304 13893 0 0 0 40159 58 0 0 25 0 1 0 23088164 57470976 13393 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/29806/statm: 14031 13393 140 302 0 13726 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 56124

[startup+462.301 s]
/proc/loadavg: 1.00 0.99 0.92 2/78 29807
/proc/meminfo: memFree=1543400/2055920 swapFree=4192956/4192956
[pid=29806] ppid=29804 vsize=59604 CPUtime=462.15
/proc/29806/stat : 29806 (Spear-32) R 29804 29806 28321 0 -1 4194304 14723 0 0 0 46152 63 0 0 25 0 1 0 23088164 61034496 14223 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/29806/statm: 14901 14223 140 302 0 14596 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 59604

[startup+522.302 s]
/proc/loadavg: 1.00 0.99 0.92 2/78 29807
/proc/meminfo: memFree=1539176/2055920 swapFree=4192956/4192956
[pid=29806] ppid=29804 vsize=63948 CPUtime=522.14
/proc/29806/stat : 29806 (Spear-32) R 29804 29806 28321 0 -1 4194304 15790 0 0 0 52145 69 0 0 25 0 1 0 23088164 65482752 15290 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29806/statm: 15987 15290 140 302 0 15682 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 63948

[startup+582.301 s]
/proc/loadavg: 1.00 0.99 0.92 2/78 29807
/proc/meminfo: memFree=1535720/2055920 swapFree=4192956/4192956
[pid=29806] ppid=29804 vsize=67572 CPUtime=582.13
/proc/29806/stat : 29806 (Spear-32) R 29804 29806 28321 0 -1 4194304 16631 0 0 0 58139 74 0 0 25 0 1 0 23088164 69193728 16131 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29806/statm: 16893 16131 140 302 0 16588 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 67572

[startup+642.302 s]
/proc/loadavg: 1.00 0.99 0.92 2/78 29807
/proc/meminfo: memFree=1532776/2055920 swapFree=4192956/4192956
[pid=29806] ppid=29804 vsize=70600 CPUtime=642.11
/proc/29806/stat : 29806 (Spear-32) R 29804 29806 28321 0 -1 4194304 17363 0 0 0 64133 78 0 0 25 0 1 0 23088164 72294400 16863 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/29806/statm: 17650 16863 140 302 0 17345 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 70600

[startup+702.301 s]
/proc/loadavg: 1.00 0.99 0.92 2/78 29807
/proc/meminfo: memFree=1529768/2055920 swapFree=4192956/4192956
[pid=29806] ppid=29804 vsize=73612 CPUtime=702.09
/proc/29806/stat : 29806 (Spear-32) R 29804 29806 28321 0 -1 4194304 18114 0 0 0 70126 83 0 0 25 0 1 0 23088164 75378688 17614 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29806/statm: 18403 17614 140 302 0 18098 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 73612

[startup+762.306 s]
/proc/loadavg: 1.00 0.99 0.92 2/78 29807
/proc/meminfo: memFree=1526696/2055920 swapFree=4192956/4192956
[pid=29806] ppid=29804 vsize=76692 CPUtime=762.08
/proc/29806/stat : 29806 (Spear-32) R 29804 29806 28321 0 -1 4194304 18872 0 0 0 76122 86 0 0 25 0 1 0 23088164 78532608 18372 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526784 0 0 4096 0 0 0 0 17 1 0 0
/proc/29806/statm: 19173 18372 140 302 0 18868 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 76692

[startup+822.302 s]
/proc/loadavg: 1.00 0.99 0.92 2/78 29807
/proc/meminfo: memFree=1523880/2055920 swapFree=4192956/4192956
[pid=29806] ppid=29804 vsize=79680 CPUtime=822.05
/proc/29806/stat : 29806 (Spear-32) R 29804 29806 28321 0 -1 4194304 19595 0 0 0 82116 89 0 0 25 0 1 0 23088164 81592320 19095 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527039 0 0 4096 0 0 0 0 17 1 0 0
/proc/29806/statm: 19920 19095 140 302 0 19615 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 79680

[startup+882.301 s]
/proc/loadavg: 1.00 0.99 0.92 2/78 29807
/proc/meminfo: memFree=1521576/2055920 swapFree=4192956/4192956
[pid=29806] ppid=29804 vsize=81908 CPUtime=882.04
/proc/29806/stat : 29806 (Spear-32) R 29804 29806 28321 0 -1 4194304 20170 0 0 0 88111 93 0 0 25 0 1 0 23088164 83873792 19670 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29806/statm: 20477 19670 140 302 0 20172 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 81908

[startup+942.302 s]
/proc/loadavg: 1.00 0.99 0.92 2/78 29807
/proc/meminfo: memFree=1519208/2055920 swapFree=4192956/4192956
[pid=29806] ppid=29804 vsize=84196 CPUtime=942.02
/proc/29806/stat : 29806 (Spear-32) R 29804 29806 28321 0 -1 4194304 20752 0 0 0 94105 97 0 0 25 0 1 0 23088164 86216704 20252 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/29806/statm: 21049 20252 140 302 0 20744 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 84196

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.92 2/78 29807
/proc/meminfo: memFree=1516392/2055920 swapFree=4192956/4192956
[pid=29806] ppid=29804 vsize=87064 CPUtime=1002
/proc/29806/stat : 29806 (Spear-32) R 29804 29806 28321 0 -1 4194304 21444 0 0 0 100100 100 0 0 25 0 1 0 23088164 89153536 20944 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29806/statm: 21766 20944 140 302 0 21461 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 87064

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.92 2/78 29807
/proc/meminfo: memFree=1513960/2055920 swapFree=4192956/4192956
[pid=29806] ppid=29804 vsize=89532 CPUtime=1061.98
/proc/29806/stat : 29806 (Spear-32) R 29804 29806 28321 0 -1 4194304 22067 0 0 0 106095 103 0 0 25 0 1 0 23088164 91680768 21567 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/29806/statm: 22383 21567 140 302 0 22078 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 89532

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.92 2/78 29807
/proc/meminfo: memFree=1511272/2055920 swapFree=4192956/4192956
[pid=29806] ppid=29804 vsize=92392 CPUtime=1121.97
/proc/29806/stat : 29806 (Spear-32) R 29804 29806 28321 0 -1 4194304 22731 0 0 0 112090 107 0 0 25 0 1 0 23088164 94609408 22231 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29806/statm: 23098 22231 140 302 0 22793 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 92392

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.92 2/78 29807
/proc/meminfo: memFree=1508712/2055920 swapFree=4192956/4192956
[pid=29806] ppid=29804 vsize=94740 CPUtime=1181.95
/proc/29806/stat : 29806 (Spear-32) R 29804 29806 28321 0 -1 4194304 23357 0 0 0 118085 110 0 0 25 0 1 0 23088164 97013760 22857 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/29806/statm: 23685 22857 140 302 0 23380 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 94740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 0.99 0.92 2/78 29807
/proc/meminfo: memFree=1508072/2055920 swapFree=4192956/4192956
[pid=29806] ppid=29804 vsize=95356 CPUtime=1200.04
/proc/29806/stat : 29806 (Spear-32) R 29804 29806 28321 0 -1 4194304 23519 0 0 0 119893 111 0 0 25 0 1 0 23088164 97644544 23019 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29806/statm: 23839 23019 140 302 0 23534 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 95356

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.42
CPU time (s): 1200.07
CPU user time (s): 1198.94
CPU system time (s): 1.13283
CPU usage (%): 99.971
Max. virtual memory (cumulated for all children) (KiB): 95356

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

runsolver used 1.35279 second user time and 3.02554 second system time

The end

Launcher Data (download as text)

Begin job on node21 on Sun Mar  4 01:19:34 UTC 2007

IDJOB= 319013
IDBENCH= 20468
IDSOLVER= 132
FILE ID= node21/319013-1172971174

PBS_JOBID= 4012084

Free space on /tmp= 66533 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  8d6acb9f6b752ad76c024133f5175c69

RANDOM SEED= 561488047

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node21.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.234
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.234
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:       1600520 kB
Buffers:         36836 kB
Cached:         300716 kB
SwapCached:          0 kB
Active:         108672 kB
Inactive:       297056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1600520 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1704 kB
Writeback:           0 kB
Mapped:          87076 kB
Slab:            35260 kB
Committed_AS:   202992 kB
PageTables:       1768 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= 66533 MiB

End job on node21 on Sun Mar  4 01:39:37 UTC 2007