Trace number 304205

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.05 1200.35

General information on the benchmark

Namerandom/LargeSize/7SAT/v220/
unif-k7-r85-v220-c18700-S1898939887-14.cnf
MD5SUM41d7eef42075731c66070da93dbe200d
Bench CategoryRANDOM (random 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 variables220
Number of clauses18700
Sum of the clauses size130900
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518700

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/304205-1172053679/instance-304205-1172053679.cnf

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node61/watcher-304205-1172053679 -o ROOT/results/node61/solver-304205-1172053679 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/304205-1172053679/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/304205-1172053679/instance-304205-1172053679.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.92 0.98 0.99 3/64 3337
/proc/meminfo: memFree=1459360/2055920 swapFree=4183260/4192956
[pid=3337] ppid=3335 vsize=1396 CPUtime=0
/proc/3337/stat : 3337 (Spear-32) R 3335 3337 2203 0 -1 4194304 182 0 0 0 0 0 0 0 18 0 1 0 225324829 1429504 166 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3337/statm: 349 166 128 302 0 44 0

[startup+0.107642 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 3337
/proc/meminfo: memFree=1459360/2055920 swapFree=4183260/4192956
[pid=3337] ppid=3335 vsize=2848 CPUtime=0.1
/proc/3337/stat : 3337 (Spear-32) R 3335 3337 2203 0 -1 4194304 540 0 0 0 10 0 0 0 18 0 1 0 225324829 2916352 524 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3337/statm: 712 524 140 302 0 407 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2848

[startup+0.515679 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 3337
/proc/meminfo: memFree=1459360/2055920 swapFree=4183260/4192956
[pid=3337] ppid=3335 vsize=3880 CPUtime=0.51
/proc/3337/stat : 3337 (Spear-32) R 3335 3337 2203 0 -1 4194304 801 0 0 0 50 1 0 0 21 0 1 0 225324829 3973120 785 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3337/statm: 970 785 140 302 0 665 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 3880

[startup+1.33576 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 3338
/proc/meminfo: memFree=1455512/2055920 swapFree=4183260/4192956
[pid=3337] ppid=3335 vsize=5552 CPUtime=1.32
/proc/3337/stat : 3337 (Spear-32) R 3335 3337 2203 0 -1 4194304 1206 0 0 0 131 1 0 0 25 0 1 0 225324829 5685248 1190 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3337/statm: 1388 1190 140 302 0 1083 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 5552

[startup+2.97692 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 3338
/proc/meminfo: memFree=1453528/2055920 swapFree=4183260/4192956
[pid=3337] ppid=3335 vsize=8124 CPUtime=2.96
/proc/3337/stat : 3337 (Spear-32) R 3335 3337 2203 0 -1 4194304 1820 0 0 0 294 2 0 0 25 0 1 0 225324829 8318976 1804 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3337/statm: 2031 1804 140 302 0 1726 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 8124

[startup+6.25223 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 3338
/proc/meminfo: memFree=1449432/2055920 swapFree=4183260/4192956
[pid=3337] ppid=3335 vsize=11708 CPUtime=6.24
/proc/3337/stat : 3337 (Spear-32) R 3335 3337 2203 0 -1 4194304 2739 0 0 0 619 5 0 0 25 0 1 0 225324829 11988992 2723 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3337/statm: 2927 2723 140 302 0 2622 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 11708

[startup+12.7088 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 3338
/proc/meminfo: memFree=1443416/2055920 swapFree=4183260/4192956
[pid=3337] ppid=3335 vsize=17236 CPUtime=12.69
/proc/3337/stat : 3337 (Spear-32) R 3335 3337 2203 0 -1 4194304 4148 0 0 0 1261 8 0 0 25 0 1 0 225324829 17649664 4099 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/3337/statm: 4309 4099 140 302 0 4004 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17236

[startup+25.6091 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 3338
/proc/meminfo: memFree=1435552/2055920 swapFree=4183260/4192956
[pid=3337] ppid=3335 vsize=25604 CPUtime=25.59
/proc/3337/stat : 3337 (Spear-32) R 3335 3337 2203 0 -1 4194304 6238 0 0 0 2547 12 0 0 25 0 1 0 225324829 26218496 6124 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3337/statm: 6401 6124 140 302 0 6096 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 25604

[startup+51.2175 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 3338
/proc/meminfo: memFree=1423840/2055920 swapFree=4183260/4192956
[pid=3337] ppid=3335 vsize=37060 CPUtime=51.2
/proc/3337/stat : 3337 (Spear-32) R 3335 3337 2203 0 -1 4194304 9104 0 0 0 5100 20 0 0 25 0 1 0 225324829 37949440 8990 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3337/statm: 9265 8991 140 302 0 8960 0
Current children cumulated CPU time (s) 51.2
Current children cumulated vsize (KiB) 37060

[startup+102.43 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 3338
/proc/meminfo: memFree=1408224/2055920 swapFree=4183260/4192956
[pid=3337] ppid=3335 vsize=53284 CPUtime=102.4
/proc/3337/stat : 3337 (Spear-32) R 3335 3337 2203 0 -1 4194304 13151 0 0 0 10210 30 0 0 25 0 1 0 225324829 54562816 12908 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3337/statm: 13321 12908 140 302 0 13016 0
Current children cumulated CPU time (s) 102.4
Current children cumulated vsize (KiB) 53284

[startup+162.454 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3338
/proc/meminfo: memFree=1394016/2055920 swapFree=4183260/4192956
[pid=3337] ppid=3335 vsize=67272 CPUtime=162.41
/proc/3337/stat : 3337 (Spear-32) R 3335 3337 2203 0 -1 4194304 16640 0 0 0 16201 40 0 0 25 0 1 0 225324829 68886528 16397 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3337/statm: 16818 16397 140 302 0 16513 0
Current children cumulated CPU time (s) 162.41
Current children cumulated vsize (KiB) 67272

[startup+222.477 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3338
/proc/meminfo: memFree=1381728/2055920 swapFree=4183260/4192956
[pid=3337] ppid=3335 vsize=79392 CPUtime=222.41
/proc/3337/stat : 3337 (Spear-32) R 3335 3337 2203 0 -1 4194304 19720 0 0 0 22192 49 0 0 25 0 1 0 225324829 81297408 19477 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526974 0 0 4096 0 0 0 0 17 1 0 0
/proc/3337/statm: 19848 19477 140 302 0 19543 0
Current children cumulated CPU time (s) 222.41
Current children cumulated vsize (KiB) 79392

[startup+282.491 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3338
/proc/meminfo: memFree=1371104/2055920 swapFree=4183260/4192956
[pid=3337] ppid=3335 vsize=91148 CPUtime=282.41
/proc/3337/stat : 3337 (Spear-32) R 3335 3337 2203 0 -1 4194304 22631 0 0 0 28185 56 0 0 25 0 1 0 225324829 93335552 22131 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3337/statm: 22787 22131 140 302 0 22482 0
Current children cumulated CPU time (s) 282.41
Current children cumulated vsize (KiB) 91148

[startup+342.504 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3338
/proc/meminfo: memFree=1360544/2055920 swapFree=4183260/4192956
[pid=3337] ppid=3335 vsize=101660 CPUtime=342.42
/proc/3337/stat : 3337 (Spear-32) R 3335 3337 2203 0 -1 4194304 25229 0 0 0 34177 65 0 0 25 0 1 0 225324829 104099840 24729 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/3337/statm: 25415 24729 140 302 0 25110 0
Current children cumulated CPU time (s) 342.42
Current children cumulated vsize (KiB) 101660

[startup+402.525 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3338
/proc/meminfo: memFree=1351008/2055920 swapFree=4183260/4192956
[pid=3337] ppid=3335 vsize=111204 CPUtime=402.41
/proc/3337/stat : 3337 (Spear-32) R 3335 3337 2203 0 -1 4194304 27627 0 0 0 40169 72 0 0 25 0 1 0 225324829 113872896 27127 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3337/statm: 27801 27127 140 302 0 27496 0
Current children cumulated CPU time (s) 402.41
Current children cumulated vsize (KiB) 111204

[startup+462.549 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3338
/proc/meminfo: memFree=1342368/2055920 swapFree=4183260/4192956
[pid=3337] ppid=3335 vsize=119896 CPUtime=462.43
/proc/3337/stat : 3337 (Spear-32) R 3335 3337 2203 0 -1 4194304 29787 0 0 0 46162 81 0 0 25 0 1 0 225324829 122773504 29287 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3337/statm: 29974 29287 140 302 0 29669 0
Current children cumulated CPU time (s) 462.43
Current children cumulated vsize (KiB) 119896

[startup+522.567 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3338
/proc/meminfo: memFree=1334304/2055920 swapFree=4183260/4192956
[pid=3337] ppid=3335 vsize=128068 CPUtime=522.43
/proc/3337/stat : 3337 (Spear-32) R 3335 3337 2203 0 -1 4194304 31817 0 0 0 52156 87 0 0 25 0 1 0 225324829 131141632 31317 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3337/statm: 32017 31317 140 302 0 31712 0
Current children cumulated CPU time (s) 522.43
Current children cumulated vsize (KiB) 128068

[startup+582.591 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3338
/proc/meminfo: memFree=1326560/2055920 swapFree=4183260/4192956
[pid=3337] ppid=3335 vsize=135652 CPUtime=582.44
/proc/3337/stat : 3337 (Spear-32) R 3335 3337 2203 0 -1 4194304 33726 0 0 0 58151 93 0 0 25 0 1 0 225324829 138907648 33226 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526710 0 0 4096 0 0 0 0 17 1 0 0
/proc/3337/statm: 33913 33226 140 302 0 33608 0
Current children cumulated CPU time (s) 582.44
Current children cumulated vsize (KiB) 135652

[startup+642.608 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3338
/proc/meminfo: memFree=1319072/2055920 swapFree=4183260/4192956
[pid=3337] ppid=3335 vsize=143692 CPUtime=642.43
/proc/3337/stat : 3337 (Spear-32) R 3335 3337 2203 0 -1 4194304 35611 0 0 0 64146 97 0 0 25 0 1 0 225324829 147140608 35111 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/3337/statm: 35923 35111 140 302 0 35618 0
Current children cumulated CPU time (s) 642.43
Current children cumulated vsize (KiB) 143692

[startup+702.627 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3338
/proc/meminfo: memFree=1312224/2055920 swapFree=4183260/4192956
[pid=3337] ppid=3335 vsize=150464 CPUtime=702.44
/proc/3337/stat : 3337 (Spear-32) R 3335 3337 2203 0 -1 4194304 37304 0 0 0 70141 103 0 0 25 0 1 0 225324829 154075136 36804 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3337/statm: 37616 36804 140 302 0 37311 0
Current children cumulated CPU time (s) 702.44
Current children cumulated vsize (KiB) 150464

[startup+762.643 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3340
/proc/meminfo: memFree=1305888/2055920 swapFree=4183260/4192956
[pid=3337] ppid=3335 vsize=156832 CPUtime=762.45
/proc/3337/stat : 3337 (Spear-32) R 3335 3337 2203 0 -1 4194304 38901 0 0 0 76136 109 0 0 25 0 1 0 225324829 160595968 38401 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/3337/statm: 39208 38401 140 302 0 38903 0
Current children cumulated CPU time (s) 762.45
Current children cumulated vsize (KiB) 156832

[startup+822.667 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3340
/proc/meminfo: memFree=1299488/2055920 swapFree=4183260/4192956
[pid=3337] ppid=3335 vsize=163144 CPUtime=822.45
/proc/3337/stat : 3337 (Spear-32) R 3335 3337 2203 0 -1 4194304 40491 0 0 0 82130 115 0 0 25 0 1 0 225324829 167059456 39991 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3337/statm: 40786 39991 140 302 0 40481 0
Current children cumulated CPU time (s) 822.45
Current children cumulated vsize (KiB) 163144

[startup+882.686 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3340
/proc/meminfo: memFree=1293216/2055920 swapFree=4183260/4192956
[pid=3337] ppid=3335 vsize=171388 CPUtime=882.46
/proc/3337/stat : 3337 (Spear-32) R 3335 3337 2203 0 -1 4194304 42570 0 0 0 88124 122 0 0 25 0 1 0 225324829 175501312 41557 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/3337/statm: 42847 41557 140 302 0 42542 0
Current children cumulated CPU time (s) 882.46
Current children cumulated vsize (KiB) 171388

[startup+942.707 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3340
/proc/meminfo: memFree=1287136/2055920 swapFree=4183260/4192956
[pid=3337] ppid=3335 vsize=177624 CPUtime=942.46
/proc/3337/stat : 3337 (Spear-32) R 3335 3337 2203 0 -1 4194304 44094 0 0 0 94120 126 0 0 25 0 1 0 225324829 181886976 43081 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/3337/statm: 44406 43081 140 302 0 44101 0
Current children cumulated CPU time (s) 942.46
Current children cumulated vsize (KiB) 177624

[startup+1002.72 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3340
/proc/meminfo: memFree=1281376/2055920 swapFree=4183260/4192956
[pid=3337] ppid=3335 vsize=183244 CPUtime=1002.46
/proc/3337/stat : 3337 (Spear-32) R 3335 3337 2203 0 -1 4194304 45507 0 0 0 100115 131 0 0 25 0 1 0 225324829 187641856 44494 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3337/statm: 45811 44494 140 302 0 45506 0
Current children cumulated CPU time (s) 1002.46
Current children cumulated vsize (KiB) 183244

[startup+1062.75 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3340
/proc/meminfo: memFree=1276000/2055920 swapFree=4183260/4192956
[pid=3337] ppid=3335 vsize=188708 CPUtime=1062.47
/proc/3337/stat : 3337 (Spear-32) R 3335 3337 2203 0 -1 4194304 46849 0 0 0 106110 137 0 0 25 0 1 0 225324829 193236992 45836 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/3337/statm: 47177 45836 140 302 0 46872 0
Current children cumulated CPU time (s) 1062.47
Current children cumulated vsize (KiB) 188708

[startup+1122.77 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3340
/proc/meminfo: memFree=1270944/2055920 swapFree=4183260/4192956
[pid=3337] ppid=3335 vsize=193800 CPUtime=1122.47
/proc/3337/stat : 3337 (Spear-32) R 3335 3337 2203 0 -1 4194304 48120 0 0 0 112106 141 0 0 25 0 1 0 225324829 198451200 47107 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3337/statm: 48450 47107 140 302 0 48145 0
Current children cumulated CPU time (s) 1122.47
Current children cumulated vsize (KiB) 193800

[startup+1182.79 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3340
/proc/meminfo: memFree=1265888/2055920 swapFree=4183260/4192956
[pid=3337] ppid=3335 vsize=198920 CPUtime=1182.49
/proc/3337/stat : 3337 (Spear-32) R 3335 3337 2203 0 -1 4194304 49384 0 0 0 118102 147 0 0 25 0 1 0 225324829 203694080 48371 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526880 0 0 4096 0 0 0 0 17 1 0 0
/proc/3337/statm: 49730 48371 140 302 0 49425 0
Current children cumulated CPU time (s) 1182.49
Current children cumulated vsize (KiB) 198920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3340
/proc/meminfo: memFree=1264416/2055920 swapFree=4183260/4192956
[pid=3337] ppid=3335 vsize=200328 CPUtime=1200
/proc/3337/stat : 3337 (Spear-32) R 3335 3337 2203 0 -1 4194304 49739 0 0 0 119852 148 0 0 25 0 1 0 225324829 205135872 48726 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/3337/statm: 50082 48726 140 302 0 49777 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 200328

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.35
CPU time (s): 1200.05
CPU user time (s): 1198.53
CPU system time (s): 1.51777
CPU usage (%): 99.9752
Max. virtual memory (cumulated for all children) (KiB): 200328

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

runsolver used 0.751885 second user time and 2.46563 second system time

The end

Launcher Data (download as text)

Begin job on node61 on Wed Feb 21 10:27:59 UTC 2007

IDJOB= 304205
IDBENCH= 20126
IDSOLVER= 131
FILE ID= node61/304205-1172053679

PBS_JOBID= 3892752

Free space on /tmp= 66562 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v220/unif-k7-r85-v220-c18700-S1898939887-14.cnf
COMMAND LINE= /tmp/evaluation/304205-1172053679/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/304205-1172053679/instance-304205-1172053679.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node61/watcher-304205-1172053679 -o ROOT/results/node61/solver-304205-1172053679 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/304205-1172053679/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/304205-1172053679/instance-304205-1172053679.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  41d7eef42075731c66070da93dbe200d

RANDOM SEED= 181662400

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:       1459768 kB
Buffers:         37768 kB
Cached:         483404 kB
SwapCached:       3856 kB
Active:         116528 kB
Inactive:       415080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1459768 kB
SwapTotal:     4192956 kB
SwapFree:      4183260 kB
Dirty:            2088 kB
Writeback:           0 kB
Mapped:          16268 kB
Slab:            50636 kB
Committed_AS:   660784 kB
PageTables:       1392 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= 66562 MiB

End job on node61 on Wed Feb 21 10:48:01 UTC 2007