Trace number 303139

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.08 1200.43

General information on the benchmark

Namerandom/LargeSize/7SAT/v180/
unif-k7-r85-v180-c15300-S333805260-05.cnf
MD5SUMd14e04a4b0afdf567ba652672eb2d24d
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 variables180
Number of clauses15300
Sum of the clauses size107100
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 515300

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/303139-1172028200/instance-303139-1172028200.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/node5/watcher-303139-1172028200 -o ROOT/results/node5/solver-303139-1172028200 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/303139-1172028200/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/303139-1172028200/instance-303139-1172028200.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 2/77 8480
/proc/meminfo: memFree=1487712/2055920 swapFree=4192812/4192956
[pid=8480] ppid=8478 vsize=1396 CPUtime=0
/proc/8480/stat : 8480 (Spear-32) R 8478 8480 7612 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 222774834 1429504 167 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/8480/statm: 349 167 129 302 0 44 0

[startup+0.107385 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 8480
/proc/meminfo: memFree=1487712/2055920 swapFree=4192812/4192956
[pid=8480] ppid=8478 vsize=2580 CPUtime=0.1
/proc/8480/stat : 8480 (Spear-32) R 8478 8480 7612 0 -1 4194304 489 0 0 0 10 0 0 0 18 0 1 0 222774834 2641920 473 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8480/statm: 645 473 140 302 0 340 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2580

[startup+0.515432 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 8480
/proc/meminfo: memFree=1487712/2055920 swapFree=4192812/4192956
[pid=8480] ppid=8478 vsize=3608 CPUtime=0.51
/proc/8480/stat : 8480 (Spear-32) R 8478 8480 7612 0 -1 4194304 737 0 0 0 51 0 0 0 21 0 1 0 222774834 3694592 721 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8480/statm: 902 721 140 302 0 597 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 3608

[startup+1.33653 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 8481
/proc/meminfo: memFree=1484120/2055920 swapFree=4192812/4192956
[pid=8480] ppid=8478 vsize=5156 CPUtime=1.32
/proc/8480/stat : 8480 (Spear-32) R 8478 8480 7612 0 -1 4194304 1123 0 0 0 132 0 0 0 25 0 1 0 222774834 5279744 1107 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8480/statm: 1289 1107 140 302 0 984 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 5156

[startup+2.97971 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 8481
/proc/meminfo: memFree=1482328/2055920 swapFree=4192812/4192956
[pid=8480] ppid=8478 vsize=7472 CPUtime=2.97
/proc/8480/stat : 8480 (Spear-32) R 8478 8480 7612 0 -1 4194304 1686 0 0 0 295 2 0 0 25 0 1 0 222774834 7651328 1670 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8480/statm: 1868 1670 140 302 0 1563 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 7472

[startup+6.25608 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 8481
/proc/meminfo: memFree=1478488/2055920 swapFree=4192812/4192956
[pid=8480] ppid=8478 vsize=10716 CPUtime=6.24
/proc/8480/stat : 8480 (Spear-32) R 8478 8480 7612 0 -1 4194304 2521 0 0 0 620 4 0 0 25 0 1 0 222774834 10973184 2505 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8480/statm: 2679 2505 140 302 0 2374 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 10716

[startup+12.7128 s]
/proc/loadavg: 0.94 0.98 0.99 2/78 8481
/proc/meminfo: memFree=1473112/2055920 swapFree=4192812/4192956
[pid=8480] ppid=8478 vsize=15744 CPUtime=12.7
/proc/8480/stat : 8480 (Spear-32) R 8478 8480 7612 0 -1 4194304 3781 0 0 0 1263 7 0 0 25 0 1 0 222774834 16121856 3732 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527163 0 0 4096 0 0 0 0 17 1 0 0
/proc/8480/statm: 3936 3732 140 302 0 3631 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 15744

[startup+25.5143 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 8481
/proc/meminfo: memFree=1466456/2055920 swapFree=4192812/4192956
[pid=8480] ppid=8478 vsize=22880 CPUtime=25.49
/proc/8480/stat : 8480 (Spear-32) R 8478 8480 7612 0 -1 4194304 5563 0 0 0 2539 10 0 0 25 0 1 0 222774834 23429120 5449 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8480/statm: 5720 5449 140 302 0 5415 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 22880

[startup+51.1252 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 8481
/proc/meminfo: memFree=1456408/2055920 swapFree=4192812/4192956
[pid=8480] ppid=8478 vsize=32696 CPUtime=51.1
/proc/8480/stat : 8480 (Spear-32) R 8478 8480 7612 0 -1 4194304 8016 0 0 0 5094 16 0 0 25 0 1 0 222774834 33480704 7902 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8480/statm: 8174 7902 140 302 0 7869 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 32696

[startup+102.348 s]
/proc/loadavg: 1.04 1.00 1.00 2/78 8481
/proc/meminfo: memFree=1441560/2055920 swapFree=4192812/4192956
[pid=8480] ppid=8478 vsize=48060 CPUtime=102.31
/proc/8480/stat : 8480 (Spear-32) R 8478 8480 7612 0 -1 4194304 11874 0 0 0 10203 28 0 0 25 0 1 0 222774834 49213440 11631 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8480/statm: 12015 11631 140 302 0 11710 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 48060

[startup+162.389 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 8481
/proc/meminfo: memFree=1427928/2055920 swapFree=4192812/4192956
[pid=8480] ppid=8478 vsize=61532 CPUtime=162.33
/proc/8480/stat : 8480 (Spear-32) R 8478 8480 7612 0 -1 4194304 15203 0 0 0 16195 38 0 0 25 0 1 0 222774834 63008768 14960 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8480/statm: 15383 14960 140 302 0 15078 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 61532

[startup+222.426 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 8481
/proc/meminfo: memFree=1417368/2055920 swapFree=4192812/4192956
[pid=8480] ppid=8478 vsize=72316 CPUtime=222.35
/proc/8480/stat : 8480 (Spear-32) R 8478 8480 7612 0 -1 4194304 17867 0 0 0 22188 47 0 0 25 0 1 0 222774834 74051584 17624 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134539775 0 0 4096 0 0 0 0 17 1 0 0
/proc/8480/statm: 18079 17624 140 302 0 17774 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 72316

[startup+282.459 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 8481
/proc/meminfo: memFree=1408536/2055920 swapFree=4192812/4192956
[pid=8480] ppid=8478 vsize=82248 CPUtime=282.37
/proc/8480/stat : 8480 (Spear-32) R 8478 8480 7612 0 -1 4194304 20342 0 0 0 28182 55 0 0 25 0 1 0 222774834 84221952 19842 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8480/statm: 20562 19842 140 302 0 20257 0
Current children cumulated CPU time (s) 282.37
Current children cumulated vsize (KiB) 82248

[startup+342.493 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 8481
/proc/meminfo: memFree=1400216/2055920 swapFree=4192812/4192956
[pid=8480] ppid=8478 vsize=90888 CPUtime=342.38
/proc/8480/stat : 8480 (Spear-32) R 8478 8480 7612 0 -1 4194304 22428 0 0 0 34175 63 0 0 25 0 1 0 222774834 93069312 21928 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8480/statm: 22722 21928 140 302 0 22417 0
Current children cumulated CPU time (s) 342.38
Current children cumulated vsize (KiB) 90888

[startup+402.527 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 8481
/proc/meminfo: memFree=1392408/2055920 swapFree=4192812/4192956
[pid=8480] ppid=8478 vsize=98692 CPUtime=402.4
/proc/8480/stat : 8480 (Spear-32) R 8478 8480 7612 0 -1 4194304 24347 0 0 0 40171 69 0 0 25 0 1 0 222774834 101060608 23847 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8480/statm: 24673 23847 140 302 0 24368 0
Current children cumulated CPU time (s) 402.4
Current children cumulated vsize (KiB) 98692

[startup+462.561 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 8481
/proc/meminfo: memFree=1385112/2055920 swapFree=4192812/4192956
[pid=8480] ppid=8478 vsize=106144 CPUtime=462.42
/proc/8480/stat : 8480 (Spear-32) R 8478 8480 7612 0 -1 4194304 26171 0 0 0 46166 76 0 0 25 0 1 0 222774834 108691456 25671 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8480/statm: 26536 25671 140 302 0 26231 0
Current children cumulated CPU time (s) 462.42
Current children cumulated vsize (KiB) 106144

[startup+522.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 8481
/proc/meminfo: memFree=1378264/2055920 swapFree=4192812/4192956
[pid=8480] ppid=8478 vsize=113036 CPUtime=522.44
/proc/8480/stat : 8480 (Spear-32) R 8478 8480 7612 0 -1 4194304 27884 0 0 0 52161 83 0 0 25 0 1 0 222774834 115748864 27384 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/8480/statm: 28259 27384 140 302 0 27954 0
Current children cumulated CPU time (s) 522.44
Current children cumulated vsize (KiB) 113036

[startup+582.633 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 8481
/proc/meminfo: memFree=1371736/2055920 swapFree=4192812/4192956
[pid=8480] ppid=8478 vsize=119376 CPUtime=582.46
/proc/8480/stat : 8480 (Spear-32) R 8478 8480 7612 0 -1 4194304 29487 0 0 0 58157 89 0 0 25 0 1 0 222774834 122241024 28987 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/8480/statm: 29844 28987 140 302 0 29539 0
Current children cumulated CPU time (s) 582.46
Current children cumulated vsize (KiB) 119376

[startup+642.671 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 8481
/proc/meminfo: memFree=1365848/2055920 swapFree=4192812/4192956
[pid=8480] ppid=8478 vsize=125304 CPUtime=642.47
/proc/8480/stat : 8480 (Spear-32) R 8478 8480 7612 0 -1 4194304 30976 0 0 0 64153 94 0 0 25 0 1 0 222774834 128311296 30476 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/8480/statm: 31326 30476 140 302 0 31021 0
Current children cumulated CPU time (s) 642.47
Current children cumulated vsize (KiB) 125304

[startup+702.705 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 8481
/proc/meminfo: memFree=1359448/2055920 swapFree=4192812/4192956
[pid=8480] ppid=8478 vsize=131780 CPUtime=702.49
/proc/8480/stat : 8480 (Spear-32) R 8478 8480 7612 0 -1 4194304 32567 0 0 0 70150 99 0 0 25 0 1 0 222774834 134942720 32067 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8480/statm: 32945 32067 140 302 0 32640 0
Current children cumulated CPU time (s) 702.49
Current children cumulated vsize (KiB) 131780

[startup+762.738 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 8481
/proc/meminfo: memFree=1353816/2055920 swapFree=4192812/4192956
[pid=8480] ppid=8478 vsize=137348 CPUtime=762.51
/proc/8480/stat : 8480 (Spear-32) R 8478 8480 7612 0 -1 4194304 33967 0 0 0 76147 104 0 0 25 0 1 0 222774834 140644352 33467 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8480/statm: 34337 33467 140 302 0 34032 0
Current children cumulated CPU time (s) 762.51
Current children cumulated vsize (KiB) 137348

[startup+822.776 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 8481
/proc/meminfo: memFree=1348248/2055920 swapFree=4192812/4192956
[pid=8480] ppid=8478 vsize=142880 CPUtime=822.53
/proc/8480/stat : 8480 (Spear-32) R 8478 8480 7612 0 -1 4194304 35333 0 0 0 82144 109 0 0 25 0 1 0 222774834 146309120 34833 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526849 0 0 4096 0 0 0 0 17 1 0 0
/proc/8480/statm: 35720 34833 140 302 0 35415 0
Current children cumulated CPU time (s) 822.53
Current children cumulated vsize (KiB) 142880

[startup+882.805 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 8481
/proc/meminfo: memFree=1343064/2055920 swapFree=4192812/4192956
[pid=8480] ppid=8478 vsize=147928 CPUtime=882.54
/proc/8480/stat : 8480 (Spear-32) R 8478 8480 7612 0 -1 4194304 36616 0 0 0 88140 114 0 0 25 0 1 0 222774834 151478272 36116 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8480/statm: 36982 36116 140 302 0 36677 0
Current children cumulated CPU time (s) 882.54
Current children cumulated vsize (KiB) 147928

[startup+942.84 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 8481
/proc/meminfo: memFree=1338072/2055920 swapFree=4192812/4192956
[pid=8480] ppid=8478 vsize=155124 CPUtime=942.56
/proc/8480/stat : 8480 (Spear-32) R 8478 8480 7612 0 -1 4194304 38375 0 0 0 94136 120 0 0 25 0 1 0 222774834 158846976 37362 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8480/statm: 38781 37362 140 302 0 38476 0
Current children cumulated CPU time (s) 942.56
Current children cumulated vsize (KiB) 155124

[startup+1002.88 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 8481
/proc/meminfo: memFree=1332888/2055920 swapFree=4192812/4192956
[pid=8480] ppid=8478 vsize=160544 CPUtime=1002.57
/proc/8480/stat : 8480 (Spear-32) R 8478 8480 7612 0 -1 4194304 39688 0 0 0 100131 126 0 0 25 0 1 0 222774834 164397056 38675 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8480/statm: 40136 38675 140 302 0 39831 0
Current children cumulated CPU time (s) 1002.57
Current children cumulated vsize (KiB) 160544

[startup+1062.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 8483
/proc/meminfo: memFree=1327960/2055920 swapFree=4192812/4192956
[pid=8480] ppid=8478 vsize=165312 CPUtime=1062.59
/proc/8480/stat : 8480 (Spear-32) R 8478 8480 7612 0 -1 4194304 40900 0 0 0 106128 131 0 0 25 0 1 0 222774834 169279488 39887 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/8480/statm: 41328 39887 140 302 0 41023 0
Current children cumulated CPU time (s) 1062.59
Current children cumulated vsize (KiB) 165312

[startup+1122.94 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 8483
/proc/meminfo: memFree=1323224/2055920 swapFree=4192812/4192956
[pid=8480] ppid=8478 vsize=170116 CPUtime=1122.61
/proc/8480/stat : 8480 (Spear-32) R 8478 8480 7612 0 -1 4194304 42086 0 0 0 112125 136 0 0 25 0 1 0 222774834 174198784 41073 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8480/statm: 42529 41073 140 302 0 42224 0
Current children cumulated CPU time (s) 1122.61
Current children cumulated vsize (KiB) 170116

[startup+1182.98 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 8483
/proc/meminfo: memFree=1318744/2055920 swapFree=4192812/4192956
[pid=8480] ppid=8478 vsize=174808 CPUtime=1182.62
/proc/8480/stat : 8480 (Spear-32) R 8478 8480 7612 0 -1 4194304 43199 0 0 0 118122 140 0 0 25 0 1 0 222774834 179003392 42186 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8480/statm: 43702 42186 140 302 0 43397 0
Current children cumulated CPU time (s) 1182.62
Current children cumulated vsize (KiB) 174808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 8483
/proc/meminfo: memFree=1317400/2055920 swapFree=4192812/4192956
[pid=8480] ppid=8478 vsize=176092 CPUtime=1200.04
/proc/8480/stat : 8480 (Spear-32) R 8478 8480 7612 0 -1 4194304 43518 0 0 0 119863 141 0 0 25 0 1 0 222774834 180318208 42505 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/8480/statm: 44023 42505 140 302 0 43718 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 176092

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.43
CPU time (s): 1200.08
CPU user time (s): 1198.63
CPU system time (s): 1.44678
CPU usage (%): 99.9709
Max. virtual memory (cumulated for all children) (KiB): 176092

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

runsolver used 1.40379 second user time and 2.85656 second system time

The end

Launcher Data (download as text)

Begin job on node5 on Wed Feb 21 03:23:20 UTC 2007

IDJOB= 303139
IDBENCH= 20100
IDSOLVER= 131
FILE ID= node5/303139-1172028200

PBS_JOBID= 3849162

Free space on /tmp= 66549 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v180/unif-k7-r85-v180-c15300-S333805260-05.cnf
COMMAND LINE= /tmp/evaluation/303139-1172028200/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/303139-1172028200/instance-303139-1172028200.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-303139-1172028200 -o ROOT/results/node5/solver-303139-1172028200 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/303139-1172028200/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/303139-1172028200/instance-303139-1172028200.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  d14e04a4b0afdf567ba652672eb2d24d

RANDOM SEED= 491864414

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node5.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.224
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.224
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:       1488120 kB
Buffers:         49820 kB
Cached:         397484 kB
SwapCached:          0 kB
Active:         164936 kB
Inactive:       326264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1488120 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2000 kB
Writeback:           0 kB
Mapped:          62812 kB
Slab:            62252 kB
Committed_AS:   813496 kB
PageTables:       1692 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= 66549 MiB

End job on node5 on Wed Feb 21 03:43:23 UTC 2007