Trace number 292726

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.1 1200.41

General information on the benchmark

Namerandom/OnTreshold/5SAT/v90/
unif-k5-r21.3-v90-c1917-S122221229-14.SAT.shuffled.cnf
MD5SUM5fc0ce4a0db6a8f3ada0e5d787ac0a38
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.088985
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses1917
Sum of the clauses size9585
Maximum clause length5
Minimum clause length5
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 51917
Number of clauses of size over 50

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/292726-1171758360/instance-292726-1171758360.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/node34/watcher-292726-1171758360 -o ROOT/results/node34/solver-292726-1171758360 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/292726-1171758360/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/292726-1171758360/instance-292726-1171758360.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.95 3/64 30106
/proc/meminfo: memFree=950032/2055920 swapFree=4183096/4192956
[pid=30106] ppid=30104 vsize=1396 CPUtime=0
/proc/30106/stat : 30106 (Spear-32) R 30104 30106 29909 0 -1 4194304 181 0 0 0 0 0 0 0 19 0 1 0 169599807 1429504 165 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135271207 0 0 4096 0 0 0 0 17 1 0 0
/proc/30106/statm: 349 165 128 302 0 44 0

[startup+0.107311 s]
/proc/loadavg: 0.92 0.98 0.95 3/64 30106
/proc/meminfo: memFree=950032/2055920 swapFree=4183096/4192956
[pid=30106] ppid=30104 vsize=1788 CPUtime=0.1
/proc/30106/stat : 30106 (Spear-32) R 30104 30106 29909 0 -1 4194304 288 0 0 0 10 0 0 0 20 0 1 0 169599807 1830912 272 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30106/statm: 447 272 140 302 0 142 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1788

[startup+0.515343 s]
/proc/loadavg: 0.92 0.98 0.95 3/64 30106
/proc/meminfo: memFree=950032/2055920 swapFree=4183096/4192956
[pid=30106] ppid=30104 vsize=2700 CPUtime=0.5
/proc/30106/stat : 30106 (Spear-32) R 30104 30106 29909 0 -1 4194304 488 0 0 0 50 0 0 0 23 0 1 0 169599807 2764800 472 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30106/statm: 675 472 140 302 0 370 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2700

[startup+1.33541 s]
/proc/loadavg: 0.92 0.98 0.95 2/65 30107
/proc/meminfo: memFree=947912/2055920 swapFree=4183096/4192956
[pid=30106] ppid=30104 vsize=3480 CPUtime=1.33
/proc/30106/stat : 30106 (Spear-32) R 30104 30106 29909 0 -1 4194304 718 0 0 0 132 1 0 0 25 0 1 0 169599807 3563520 702 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30106/statm: 870 702 140 302 0 565 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3480

[startup+2.97454 s]
/proc/loadavg: 0.92 0.98 0.95 2/65 30107
/proc/meminfo: memFree=946824/2055920 swapFree=4183096/4192956
[pid=30106] ppid=30104 vsize=4788 CPUtime=2.96
/proc/30106/stat : 30106 (Spear-32) R 30104 30106 29909 0 -1 4194304 1027 0 0 0 295 1 0 0 25 0 1 0 169599807 4902912 1011 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30106/statm: 1197 1011 140 302 0 892 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4788

[startup+6.2538 s]
/proc/loadavg: 0.93 0.98 0.95 2/65 30107
/proc/meminfo: memFree=944976/2055920 swapFree=4183096/4192956
[pid=30106] ppid=30104 vsize=6504 CPUtime=6.24
/proc/30106/stat : 30106 (Spear-32) R 30104 30106 29909 0 -1 4194304 1438 0 0 0 621 3 0 0 25 0 1 0 169599807 6660096 1389 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30106/statm: 1626 1389 140 302 0 1321 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6504

[startup+12.7073 s]
/proc/loadavg: 0.93 0.98 0.95 2/65 30107
/proc/meminfo: memFree=942688/2055920 swapFree=4183096/4192956
[pid=30106] ppid=30104 vsize=8464 CPUtime=12.69
/proc/30106/stat : 30106 (Spear-32) R 30104 30106 29909 0 -1 4194304 1955 0 0 0 1264 5 0 0 25 0 1 0 169599807 8667136 1906 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30106/statm: 2116 1906 140 302 0 1811 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8464

[startup+25.6084 s]
/proc/loadavg: 0.95 0.98 0.95 2/65 30107
/proc/meminfo: memFree=939808/2055920 swapFree=4183096/4192956
[pid=30106] ppid=30104 vsize=11900 CPUtime=25.6
/proc/30106/stat : 30106 (Spear-32) R 30104 30106 29909 0 -1 4194304 2772 0 0 0 2551 9 0 0 25 0 1 0 169599807 12185600 2658 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/30106/statm: 2975 2658 140 302 0 2670 0
Current children cumulated CPU time (s) 25.6
Current children cumulated vsize (KiB) 11900

[startup+51.2144 s]
/proc/loadavg: 0.96 0.98 0.95 2/65 30107
/proc/meminfo: memFree=935456/2055920 swapFree=4183096/4192956
[pid=30106] ppid=30104 vsize=16108 CPUtime=51.19
/proc/30106/stat : 30106 (Spear-32) R 30104 30106 29909 0 -1 4194304 3835 0 0 0 5105 14 0 0 25 0 1 0 169599807 16494592 3721 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30106/statm: 4027 3721 140 302 0 3722 0
Current children cumulated CPU time (s) 51.19
Current children cumulated vsize (KiB) 16108

[startup+102.421 s]
/proc/loadavg: 0.98 0.98 0.95 2/65 30107
/proc/meminfo: memFree=929440/2055920 swapFree=4183096/4192956
[pid=30106] ppid=30104 vsize=22584 CPUtime=102.39
/proc/30106/stat : 30106 (Spear-32) R 30104 30106 29909 0 -1 4194304 5453 0 0 0 10216 23 0 0 25 0 1 0 169599807 23126016 5210 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526803 0 0 4096 0 0 0 0 17 1 0 0
/proc/30106/statm: 5646 5210 140 302 0 5341 0
Current children cumulated CPU time (s) 102.39
Current children cumulated vsize (KiB) 22584

[startup+162.444 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 30107
/proc/meminfo: memFree=923488/2055920 swapFree=4183096/4192956
[pid=30106] ppid=30104 vsize=28756 CPUtime=162.39
/proc/30106/stat : 30106 (Spear-32) R 30104 30106 29909 0 -1 4194304 6916 0 0 0 16206 33 0 0 25 0 1 0 169599807 29446144 6673 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/30106/statm: 7189 6673 140 302 0 6884 0
Current children cumulated CPU time (s) 162.39
Current children cumulated vsize (KiB) 28756

[startup+222.465 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 30107
/proc/meminfo: memFree=918880/2055920 swapFree=4183096/4192956
[pid=30106] ppid=30104 vsize=33420 CPUtime=222.4
/proc/30106/stat : 30106 (Spear-32) R 30104 30106 29909 0 -1 4194304 8095 0 0 0 22198 42 0 0 25 0 1 0 169599807 34222080 7852 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30106/statm: 8355 7852 140 302 0 8050 0
Current children cumulated CPU time (s) 222.4
Current children cumulated vsize (KiB) 33420

[startup+282.484 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 30107
/proc/meminfo: memFree=914848/2055920 swapFree=4183096/4192956
[pid=30106] ppid=30104 vsize=38496 CPUtime=282.4
/proc/30106/stat : 30106 (Spear-32) R 30104 30106 29909 0 -1 4194304 9329 0 0 0 28192 48 0 0 25 0 1 0 169599807 39419904 8829 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/30106/statm: 9624 8829 140 302 0 9319 0
Current children cumulated CPU time (s) 282.4
Current children cumulated vsize (KiB) 38496

[startup+342.502 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 30107
/proc/meminfo: memFree=911008/2055920 swapFree=4183096/4192956
[pid=30106] ppid=30104 vsize=42276 CPUtime=342.41
/proc/30106/stat : 30106 (Spear-32) R 30104 30106 29909 0 -1 4194304 10291 0 0 0 34187 54 0 0 25 0 1 0 169599807 43290624 9791 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/30106/statm: 10569 9791 140 302 0 10264 0
Current children cumulated CPU time (s) 342.41
Current children cumulated vsize (KiB) 42276

[startup+402.525 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 30107
/proc/meminfo: memFree=907936/2055920 swapFree=4183096/4192956
[pid=30106] ppid=30104 vsize=45500 CPUtime=402.4
/proc/30106/stat : 30106 (Spear-32) R 30104 30106 29909 0 -1 4194304 11070 0 0 0 40181 59 0 0 25 0 1 0 169599807 46592000 10570 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526822 0 0 4096 0 0 0 0 17 1 0 0
/proc/30106/statm: 11375 10570 140 302 0 11070 0
Current children cumulated CPU time (s) 402.4
Current children cumulated vsize (KiB) 45500

[startup+462.543 s]
/proc/loadavg: 0.99 0.98 0.95 2/65 30107
/proc/meminfo: memFree=904608/2055920 swapFree=4183096/4192956
[pid=30106] ppid=30104 vsize=48972 CPUtime=462.41
/proc/30106/stat : 30106 (Spear-32) R 30104 30106 29909 0 -1 4194304 11881 0 0 0 46177 64 0 0 25 0 1 0 169599807 50147328 11381 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/30106/statm: 12243 11381 140 302 0 11938 0
Current children cumulated CPU time (s) 462.41
Current children cumulated vsize (KiB) 48972

[startup+522.564 s]
/proc/loadavg: 1.06 1.00 0.95 2/65 30107
/proc/meminfo: memFree=901856/2055920 swapFree=4183096/4192956
[pid=30106] ppid=30104 vsize=52132 CPUtime=522.42
/proc/30106/stat : 30106 (Spear-32) R 30104 30106 29909 0 -1 4194304 12578 0 0 0 52173 69 0 0 25 0 1 0 169599807 53383168 12078 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30106/statm: 13033 12078 140 302 0 12728 0
Current children cumulated CPU time (s) 522.42
Current children cumulated vsize (KiB) 52132

[startup+582.588 s]
/proc/loadavg: 1.02 1.00 0.95 2/65 30107
/proc/meminfo: memFree=899040/2055920 swapFree=4183096/4192956
[pid=30106] ppid=30104 vsize=55000 CPUtime=582.42
/proc/30106/stat : 30106 (Spear-32) R 30104 30106 29909 0 -1 4194304 13272 0 0 0 58168 74 0 0 25 0 1 0 169599807 56320000 12772 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526909 0 0 4096 0 0 0 0 17 1 0 0
/proc/30106/statm: 13750 12772 140 302 0 13445 0
Current children cumulated CPU time (s) 582.42
Current children cumulated vsize (KiB) 55000

[startup+642.609 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 30107
/proc/meminfo: memFree=896544/2055920 swapFree=4183096/4192956
[pid=30106] ppid=30104 vsize=57784 CPUtime=642.43
/proc/30106/stat : 30106 (Spear-32) R 30104 30106 29909 0 -1 4194304 13890 0 0 0 64164 79 0 0 25 0 1 0 169599807 59170816 13390 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/30106/statm: 14446 13390 140 302 0 14141 0
Current children cumulated CPU time (s) 642.43
Current children cumulated vsize (KiB) 57784

[startup+702.628 s]
/proc/loadavg: 1.04 1.01 0.96 2/65 30107
/proc/meminfo: memFree=893728/2055920 swapFree=4183096/4192956
[pid=30106] ppid=30104 vsize=60688 CPUtime=702.44
/proc/30106/stat : 30106 (Spear-32) R 30104 30106 29909 0 -1 4194304 14597 0 0 0 70160 84 0 0 25 0 1 0 169599807 62144512 14097 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/30106/statm: 15172 14097 140 302 0 14867 0
Current children cumulated CPU time (s) 702.44
Current children cumulated vsize (KiB) 60688

[startup+762.643 s]
/proc/loadavg: 1.01 1.01 0.96 2/65 30107
/proc/meminfo: memFree=891616/2055920 swapFree=4183096/4192956
[pid=30106] ppid=30104 vsize=63128 CPUtime=762.44
/proc/30106/stat : 30106 (Spear-32) R 30104 30106 29909 0 -1 4194304 15133 0 0 0 76157 87 0 0 25 0 1 0 169599807 64643072 14633 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/30106/statm: 15782 14633 140 302 0 15477 0
Current children cumulated CPU time (s) 762.44
Current children cumulated vsize (KiB) 63128

[startup+822.665 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 30107
/proc/meminfo: memFree=889440/2055920 swapFree=4183096/4192956
[pid=30106] ppid=30104 vsize=65396 CPUtime=822.44
/proc/30106/stat : 30106 (Spear-32) R 30104 30106 29909 0 -1 4194304 15664 0 0 0 82153 91 0 0 25 0 1 0 169599807 66965504 15164 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30106/statm: 16349 15164 140 302 0 16044 0
Current children cumulated CPU time (s) 822.44
Current children cumulated vsize (KiB) 65396

[startup+882.683 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 30107
/proc/meminfo: memFree=887328/2055920 swapFree=4183096/4192956
[pid=30106] ppid=30104 vsize=67480 CPUtime=882.44
/proc/30106/stat : 30106 (Spear-32) R 30104 30106 29909 0 -1 4194304 16222 0 0 0 88150 94 0 0 25 0 1 0 169599807 69099520 15722 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526806 0 0 4096 0 0 0 0 17 1 0 0
/proc/30106/statm: 16870 15722 140 302 0 16565 0
Current children cumulated CPU time (s) 882.44
Current children cumulated vsize (KiB) 67480

[startup+942.702 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 30107
/proc/meminfo: memFree=885280/2055920 swapFree=4183096/4192956
[pid=30106] ppid=30104 vsize=69384 CPUtime=942.44
/proc/30106/stat : 30106 (Spear-32) R 30104 30106 29909 0 -1 4194304 16704 0 0 0 94146 98 0 0 25 0 1 0 169599807 71049216 16204 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30106/statm: 17346 16204 140 302 0 17041 0
Current children cumulated CPU time (s) 942.44
Current children cumulated vsize (KiB) 69384

[startup+1002.72 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 30107
/proc/meminfo: memFree=883104/2055920 swapFree=4183096/4192956
[pid=30106] ppid=30104 vsize=73688 CPUtime=1002.45
/proc/30106/stat : 30106 (Spear-32) R 30104 30106 29909 0 -1 4194304 17755 0 0 0 100143 102 0 0 25 0 1 0 169599807 75456512 16742 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/30106/statm: 18422 16742 140 302 0 18117 0
Current children cumulated CPU time (s) 1002.45
Current children cumulated vsize (KiB) 73688

[startup+1062.74 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 30107
/proc/meminfo: memFree=881120/2055920 swapFree=4183096/4192956
[pid=30106] ppid=30104 vsize=75620 CPUtime=1062.45
/proc/30106/stat : 30106 (Spear-32) R 30104 30106 29909 0 -1 4194304 18253 0 0 0 106140 105 0 0 25 0 1 0 169599807 77434880 17240 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526812 0 0 4096 0 0 0 0 17 1 0 0
/proc/30106/statm: 18905 17240 140 302 0 18600 0
Current children cumulated CPU time (s) 1062.45
Current children cumulated vsize (KiB) 75620

[startup+1122.76 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 30107
/proc/meminfo: memFree=879328/2055920 swapFree=4183096/4192956
[pid=30106] ppid=30104 vsize=77380 CPUtime=1122.46
/proc/30106/stat : 30106 (Spear-32) R 30104 30106 29909 0 -1 4194304 18712 0 0 0 112137 109 0 0 25 0 1 0 169599807 79237120 17699 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/30106/statm: 19345 17699 140 302 0 19040 0
Current children cumulated CPU time (s) 1122.46
Current children cumulated vsize (KiB) 77380

[startup+1182.78 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 30107
/proc/meminfo: memFree=877344/2055920 swapFree=4183096/4192956
[pid=30106] ppid=30104 vsize=79332 CPUtime=1182.46
/proc/30106/stat : 30106 (Spear-32) R 30104 30106 29909 0 -1 4194304 19200 0 0 0 118134 112 0 0 25 0 1 0 169599807 81235968 18187 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30106/statm: 19833 18187 140 302 0 19528 0
Current children cumulated CPU time (s) 1182.46
Current children cumulated vsize (KiB) 79332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 30107
/proc/meminfo: memFree=876768/2055920 swapFree=4183096/4192956
[pid=30106] ppid=30104 vsize=79844 CPUtime=1200.07
/proc/30106/stat : 30106 (Spear-32) R 30104 30106 29909 0 -1 4194304 19330 0 0 0 119894 113 0 0 25 0 1 0 169599807 81760256 18317 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/30106/statm: 19961 18317 140 302 0 19656 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 79844

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

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

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 30107
/proc/meminfo: memFree=876768/2055920 swapFree=4183096/4192956
[pid=30106] ppid=30104 vsize=79844 CPUtime=1200.07
/proc/30106/stat : 30106 (Spear-32) R 30104 30106 29909 0 -1 4194304 19330 0 0 0 119894 113 0 0 25 0 1 0 169599807 81760256 18317 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/30106/statm: 19961 18317 140 302 0 19656 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 79844

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.41
CPU time (s): 1200.1
CPU user time (s): 1198.95
CPU system time (s): 1.15182
CPU usage (%): 99.9741
Max. virtual memory (cumulated for all children) (KiB): 79844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.95
system time used= 1.15182
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19330
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= 5
involuntary context switches= 1938

runsolver used 0.869867 second user time and 2.34564 second system time

The end

Launcher Data (download as text)

Begin job on node34 on Sun Feb 18 00:26:00 UTC 2007

IDJOB= 292726
IDBENCH= 19846
IDSOLVER= 132
FILE ID= node34/292726-1171758360

PBS_JOBID= 3839491

Free space on /tmp= 66563 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v90/unif-k5-r21.3-v90-c1917-S122221229-14.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/292726-1171758360/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/292726-1171758360/instance-292726-1171758360.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node34/watcher-292726-1171758360 -o ROOT/results/node34/solver-292726-1171758360 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/292726-1171758360/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/292726-1171758360/instance-292726-1171758360.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  5fc0ce4a0db6a8f3ada0e5d787ac0a38

RANDOM SEED= 919051797

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node34.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:        950440 kB
Buffers:         39436 kB
Cached:         972004 kB
SwapCached:       4616 kB
Active:         659380 kB
Inactive:       362392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        950440 kB
SwapTotal:     4192956 kB
SwapFree:      4183096 kB
Dirty:            1580 kB
Writeback:           0 kB
Mapped:          15372 kB
Slab:            69828 kB
Committed_AS:   451672 kB
PageTables:       1396 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= 66563 MiB

End job on node34 on Sun Feb 18 00:46:02 UTC 2007