Trace number 303427

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.45

General information on the benchmark

Namerandom/LargeSize/7SAT/v200/
unif-k7-r85-v200-c17000-S3230925-04.cnf
MD5SUM7771e5453e656f0c9114162dd7fb7ab6
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 variables200
Number of clauses17000
Sum of the clauses size119000
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 517000

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/303427-1172035049/instance-303427-1172035049.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/node43/watcher-303427-1172035049 -o ROOT/results/node43/solver-303427-1172035049 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/303427-1172035049/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/303427-1172035049/instance-303427-1172035049.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: 1.01 1.01 1.00 3/64 2389
/proc/meminfo: memFree=1458856/2055920 swapFree=4183404/4192956
[pid=2389] ppid=2387 vsize=1396 CPUtime=0
/proc/2389/stat : 2389 (Spear-32) R 2387 2389 1607 0 -1 4194304 182 0 0 0 0 0 0 0 18 0 1 0 223460972 1429504 166 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/2389/statm: 349 166 128 302 0 44 0

[startup+0.107375 s]
/proc/loadavg: 1.01 1.01 1.00 3/64 2389
/proc/meminfo: memFree=1458856/2055920 swapFree=4183404/4192956
[pid=2389] ppid=2387 vsize=2840 CPUtime=0.1
/proc/2389/stat : 2389 (Spear-32) R 2387 2389 1607 0 -1 4194304 514 0 0 0 10 0 0 0 18 0 1 0 223460972 2908160 498 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2389/statm: 710 498 140 302 0 405 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2840

[startup+0.515441 s]
/proc/loadavg: 1.01 1.01 1.00 3/64 2389
/proc/meminfo: memFree=1458856/2055920 swapFree=4183404/4192956
[pid=2389] ppid=2387 vsize=3752 CPUtime=0.51
/proc/2389/stat : 2389 (Spear-32) R 2387 2389 1607 0 -1 4194304 768 0 0 0 50 1 0 0 22 0 1 0 223460972 3842048 752 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2389/statm: 938 752 140 302 0 633 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 3752

[startup+1.33858 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 2390
/proc/meminfo: memFree=1455136/2055920 swapFree=4183404/4192956
[pid=2389] ppid=2387 vsize=5292 CPUtime=1.33
/proc/2389/stat : 2389 (Spear-32) R 2387 2389 1607 0 -1 4194304 1143 0 0 0 131 2 0 0 25 0 1 0 223460972 5419008 1127 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2389/statm: 1323 1127 140 302 0 1018 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 5292

[startup+2.97485 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 2390
/proc/meminfo: memFree=1453344/2055920 swapFree=4183404/4192956
[pid=2389] ppid=2387 vsize=7736 CPUtime=2.96
/proc/2389/stat : 2389 (Spear-32) R 2387 2389 1607 0 -1 4194304 1725 0 0 0 293 3 0 0 25 0 1 0 223460972 7921664 1709 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2389/statm: 1934 1709 140 302 0 1629 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 7736

[startup+6.2544 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 2390
/proc/meminfo: memFree=1449184/2055920 swapFree=4183404/4192956
[pid=2389] ppid=2387 vsize=11324 CPUtime=6.24
/proc/2389/stat : 2389 (Spear-32) R 2387 2389 1607 0 -1 4194304 2633 0 0 0 619 5 0 0 25 0 1 0 223460972 11595776 2617 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2389/statm: 2831 2617 140 302 0 2526 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 11324

[startup+12.7075 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 2390
/proc/meminfo: memFree=1443424/2055920 swapFree=4183404/4192956
[pid=2389] ppid=2387 vsize=16584 CPUtime=12.7
/proc/2389/stat : 2389 (Spear-32) R 2387 2389 1607 0 -1 4194304 3985 0 0 0 1262 8 0 0 25 0 1 0 223460972 16982016 3936 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2389/statm: 4146 3936 140 302 0 3841 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 16584

[startup+25.5076 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2390
/proc/meminfo: memFree=1436256/2055920 swapFree=4183404/4192956
[pid=2389] ppid=2387 vsize=24320 CPUtime=25.49
/proc/2389/stat : 2389 (Spear-32) R 2387 2389 1607 0 -1 4194304 5908 0 0 0 2537 12 0 0 25 0 1 0 223460972 24903680 5794 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2389/statm: 6080 5794 140 302 0 5775 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 24320

[startup+51.1138 s]
/proc/loadavg: 1.06 1.02 1.00 2/65 2390
/proc/meminfo: memFree=1424928/2055920 swapFree=4183404/4192956
[pid=2389] ppid=2387 vsize=35256 CPUtime=51.09
/proc/2389/stat : 2389 (Spear-32) R 2387 2389 1607 0 -1 4194304 8672 0 0 0 5090 19 0 0 25 0 1 0 223460972 36102144 8558 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2389/statm: 8814 8558 140 302 0 8509 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 35256

[startup+102.415 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 2390
/proc/meminfo: memFree=1409184/2055920 swapFree=4183404/4192956
[pid=2389] ppid=2387 vsize=51524 CPUtime=102.37
/proc/2389/stat : 2389 (Spear-32) R 2387 2389 1607 0 -1 4194304 12751 0 0 0 10205 32 0 0 25 0 1 0 223460972 52760576 12508 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2389/statm: 12881 12508 140 302 0 12576 0
Current children cumulated CPU time (s) 102.37
Current children cumulated vsize (KiB) 51524

[startup+162.435 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 2390
/proc/meminfo: memFree=1395232/2055920 swapFree=4183404/4192956
[pid=2389] ppid=2387 vsize=65460 CPUtime=162.37
/proc/2389/stat : 2389 (Spear-32) R 2387 2389 1607 0 -1 4194304 16181 0 0 0 16194 43 0 0 25 0 1 0 223460972 67031040 15938 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2389/statm: 16365 15938 140 302 0 16060 0
Current children cumulated CPU time (s) 162.37
Current children cumulated vsize (KiB) 65460

[startup+222.458 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2390
/proc/meminfo: memFree=1384416/2055920 swapFree=4183404/4192956
[pid=2389] ppid=2387 vsize=76240 CPUtime=222.37
/proc/2389/stat : 2389 (Spear-32) R 2387 2389 1607 0 -1 4194304 18877 0 0 0 22186 51 0 0 25 0 1 0 223460972 78069760 18634 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2389/statm: 19060 18634 140 302 0 18755 0
Current children cumulated CPU time (s) 222.37
Current children cumulated vsize (KiB) 76240

[startup+282.482 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2390
/proc/meminfo: memFree=1374560/2055920 swapFree=4183404/4192956
[pid=2389] ppid=2387 vsize=87188 CPUtime=282.38
/proc/2389/stat : 2389 (Spear-32) R 2387 2389 1607 0 -1 4194304 21597 0 0 0 28178 60 0 0 25 0 1 0 223460972 89280512 21097 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2389/statm: 21797 21097 140 302 0 21492 0
Current children cumulated CPU time (s) 282.38
Current children cumulated vsize (KiB) 87188

[startup+342.503 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2390
/proc/meminfo: memFree=1365792/2055920 swapFree=4183404/4192956
[pid=2389] ppid=2387 vsize=96028 CPUtime=342.38
/proc/2389/stat : 2389 (Spear-32) R 2387 2389 1607 0 -1 4194304 23782 0 0 0 34171 67 0 0 25 0 1 0 223460972 98332672 23282 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527080 0 0 4096 0 0 0 0 17 1 0 0
/proc/2389/statm: 24007 23282 140 302 0 23702 0
Current children cumulated CPU time (s) 342.38
Current children cumulated vsize (KiB) 96028

[startup+402.526 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2390
/proc/meminfo: memFree=1357728/2055920 swapFree=4183404/4192956
[pid=2389] ppid=2387 vsize=104040 CPUtime=402.38
/proc/2389/stat : 2389 (Spear-32) R 2387 2389 1607 0 -1 4194304 25750 0 0 0 40165 73 0 0 25 0 1 0 223460972 106536960 25250 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526713 0 0 4096 0 0 0 0 17 1 0 0
/proc/2389/statm: 26010 25250 140 302 0 25705 0
Current children cumulated CPU time (s) 402.38
Current children cumulated vsize (KiB) 104040

[startup+462.54 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 2390
/proc/meminfo: memFree=1350432/2055920 swapFree=4183404/4192956
[pid=2389] ppid=2387 vsize=111292 CPUtime=462.38
/proc/2389/stat : 2389 (Spear-32) R 2387 2389 1607 0 -1 4194304 27596 0 0 0 46158 80 0 0 25 0 1 0 223460972 113963008 27096 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2389/statm: 27823 27096 140 302 0 27518 0
Current children cumulated CPU time (s) 462.38
Current children cumulated vsize (KiB) 111292

[startup+522.56 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 2390
/proc/meminfo: memFree=1343584/2055920 swapFree=4183404/4192956
[pid=2389] ppid=2387 vsize=118148 CPUtime=522.38
/proc/2389/stat : 2389 (Spear-32) R 2387 2389 1607 0 -1 4194304 29289 0 0 0 52152 86 0 0 25 0 1 0 223460972 120983552 28789 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/2389/statm: 29537 28789 140 302 0 29232 0
Current children cumulated CPU time (s) 522.38
Current children cumulated vsize (KiB) 118148

[startup+582.583 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2390
/proc/meminfo: memFree=1337184/2055920 swapFree=4183404/4192956
[pid=2389] ppid=2387 vsize=124824 CPUtime=582.39
/proc/2389/stat : 2389 (Spear-32) R 2387 2389 1607 0 -1 4194304 30929 0 0 0 58148 91 0 0 25 0 1 0 223460972 127819776 30429 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2389/statm: 31206 30429 140 302 0 30901 0
Current children cumulated CPU time (s) 582.39
Current children cumulated vsize (KiB) 124824

[startup+642.608 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2390
/proc/meminfo: memFree=1331168/2055920 swapFree=4183404/4192956
[pid=2389] ppid=2387 vsize=130876 CPUtime=642.39
/proc/2389/stat : 2389 (Spear-32) R 2387 2389 1607 0 -1 4194304 32418 0 0 0 64142 97 0 0 25 0 1 0 223460972 134017024 31918 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2389/statm: 32719 31918 140 302 0 32414 0
Current children cumulated CPU time (s) 642.39
Current children cumulated vsize (KiB) 130876

[startup+702.626 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2390
/proc/meminfo: memFree=1324896/2055920 swapFree=4183404/4192956
[pid=2389] ppid=2387 vsize=137248 CPUtime=702.39
/proc/2389/stat : 2389 (Spear-32) R 2387 2389 1607 0 -1 4194304 33979 0 0 0 70136 103 0 0 25 0 1 0 223460972 140541952 33479 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2389/statm: 34312 33479 140 302 0 34007 0
Current children cumulated CPU time (s) 702.39
Current children cumulated vsize (KiB) 137248

[startup+762.641 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2390
/proc/meminfo: memFree=1318816/2055920 swapFree=4183404/4192956
[pid=2389] ppid=2387 vsize=143196 CPUtime=762.39
/proc/2389/stat : 2389 (Spear-32) R 2387 2389 1607 0 -1 4194304 35492 0 0 0 76131 108 0 0 25 0 1 0 223460972 146632704 34992 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2389/statm: 35799 34992 140 302 0 35494 0
Current children cumulated CPU time (s) 762.39
Current children cumulated vsize (KiB) 143196

[startup+822.667 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2390
/proc/meminfo: memFree=1312800/2055920 swapFree=4183404/4192956
[pid=2389] ppid=2387 vsize=149120 CPUtime=822.4
/proc/2389/stat : 2389 (Spear-32) R 2387 2389 1607 0 -1 4194304 36961 0 0 0 82128 112 0 0 25 0 1 0 223460972 152698880 36461 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526834 0 0 4096 0 0 0 0 17 1 0 0
/proc/2389/statm: 37280 36461 140 302 0 36975 0
Current children cumulated CPU time (s) 822.4
Current children cumulated vsize (KiB) 149120

[startup+882.69 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2390
/proc/meminfo: memFree=1306976/2055920 swapFree=4183404/4192956
[pid=2389] ppid=2387 vsize=154932 CPUtime=882.4
/proc/2389/stat : 2389 (Spear-32) R 2387 2389 1607 0 -1 4194304 38412 0 0 0 88123 117 0 0 25 0 1 0 223460972 158650368 37912 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/2389/statm: 38733 37912 140 302 0 38428 0
Current children cumulated CPU time (s) 882.4
Current children cumulated vsize (KiB) 154932

[startup+942.711 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2390
/proc/meminfo: memFree=1301472/2055920 swapFree=4183404/4192956
[pid=2389] ppid=2387 vsize=162524 CPUtime=942.4
/proc/2389/stat : 2389 (Spear-32) R 2387 2389 1607 0 -1 4194304 40289 0 0 0 94118 122 0 0 25 0 1 0 223460972 166424576 39276 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2389/statm: 40631 39276 140 302 0 40326 0
Current children cumulated CPU time (s) 942.4
Current children cumulated vsize (KiB) 162524

[startup+1002.73 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2390
/proc/meminfo: memFree=1296224/2055920 swapFree=4183404/4192956
[pid=2389] ppid=2387 vsize=168184 CPUtime=1002.4
/proc/2389/stat : 2389 (Spear-32) R 2387 2389 1607 0 -1 4194304 41644 0 0 0 100113 127 0 0 25 0 1 0 223460972 172220416 40631 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/2389/statm: 42046 40631 140 302 0 41741 0
Current children cumulated CPU time (s) 1002.4
Current children cumulated vsize (KiB) 168184

[startup+1062.75 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2390
/proc/meminfo: memFree=1291232/2055920 swapFree=4183404/4192956
[pid=2389] ppid=2387 vsize=173056 CPUtime=1062.4
/proc/2389/stat : 2389 (Spear-32) R 2387 2389 1607 0 -1 4194304 42866 0 0 0 106109 131 0 0 25 0 1 0 223460972 177209344 41853 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526775 0 0 4096 0 0 0 0 17 1 0 0
/proc/2389/statm: 43264 41853 140 302 0 42959 0
Current children cumulated CPU time (s) 1062.4
Current children cumulated vsize (KiB) 173056

[startup+1122.77 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2390
/proc/meminfo: memFree=1286496/2055920 swapFree=4183404/4192956
[pid=2389] ppid=2387 vsize=177960 CPUtime=1122.4
/proc/2389/stat : 2389 (Spear-32) R 2387 2389 1607 0 -1 4194304 44062 0 0 0 112104 136 0 0 25 0 1 0 223460972 182231040 43049 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2389/statm: 44490 43049 140 302 0 44185 0
Current children cumulated CPU time (s) 1122.4
Current children cumulated vsize (KiB) 177960

[startup+1182.79 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2390
/proc/meminfo: memFree=1281888/2055920 swapFree=4183404/4192956
[pid=2389] ppid=2387 vsize=182608 CPUtime=1182.41
/proc/2389/stat : 2389 (Spear-32) R 2387 2389 1607 0 -1 4194304 45217 0 0 0 118099 142 0 0 25 0 1 0 223460972 186990592 44204 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/2389/statm: 45652 44204 140 302 0 45347 0
Current children cumulated CPU time (s) 1182.41
Current children cumulated vsize (KiB) 182608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2390
/proc/meminfo: memFree=1280480/2055920 swapFree=4183404/4192956
[pid=2389] ppid=2387 vsize=183920 CPUtime=1200.02
/proc/2389/stat : 2389 (Spear-32) R 2387 2389 1607 0 -1 4194304 45545 0 0 0 119859 143 0 0 25 0 1 0 223460972 188334080 44532 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526794 0 0 4096 0 0 0 0 17 1 0 0
/proc/2389/statm: 45980 44532 140 302 0 45675 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 183920

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.45
CPU time (s): 1200.07
CPU user time (s): 1198.6
CPU system time (s): 1.46978
CPU usage (%): 99.9681
Max. virtual memory (cumulated for all children) (KiB): 183920

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

runsolver used 0.91586 second user time and 2.31365 second system time

The end

Launcher Data (download as text)

Begin job on node43 on Wed Feb 21 05:17:29 UTC 2007

IDJOB= 303427
IDBENCH= 20107
IDSOLVER= 132
FILE ID= node43/303427-1172035049

PBS_JOBID= 3892707

Free space on /tmp= 66561 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v200/unif-k7-r85-v200-c17000-S3230925-04.cnf
COMMAND LINE= /tmp/evaluation/303427-1172035049/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/303427-1172035049/instance-303427-1172035049.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node43/watcher-303427-1172035049 -o ROOT/results/node43/solver-303427-1172035049 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/303427-1172035049/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/303427-1172035049/instance-303427-1172035049.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  7771e5453e656f0c9114162dd7fb7ab6

RANDOM SEED= 845821152

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node43.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.281
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.281
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:       1459264 kB
Buffers:         35216 kB
Cached:         477724 kB
SwapCached:       3384 kB
Active:         101468 kB
Inactive:       420996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1459264 kB
SwapTotal:     4192956 kB
SwapFree:      4183404 kB
Dirty:            2032 kB
Writeback:           0 kB
Mapped:          15448 kB
Slab:            60248 kB
Committed_AS:   601684 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= 66561 MiB

End job on node43 on Wed Feb 21 05:37:32 UTC 2007