Trace number 300639

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.13 1200.18

General information on the benchmark

Namerandom/LargeSize/5SAT/v700/
unif-k5-r20-v700-c14000-S1744543366-13.cnf
MD5SUMf9dfefe909b6aaae015056afd3e2e3a1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.04308
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses14000
Sum of the clauses size70000
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 514000
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/300639-1171916783/instance-300639-1171916783.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/node16/watcher-300639-1171916783 -o ROOT/results/node16/solver-300639-1171916783 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/300639-1171916783/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/300639-1171916783/instance-300639-1171916783.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: 7.35 6.93 4.28 3/77 32392
/proc/meminfo: memFree=945352/2055920 swapFree=4192812/4192956
[pid=32392] ppid=32390 vsize=1548 CPUtime=0
/proc/32392/stat : 32392 (Spear-32) R 32390 32392 32041 0 -1 4194304 196 0 0 0 0 0 0 0 18 0 1 0 211632674 1585152 180 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135271210 0 0 4096 0 0 0 0 17 1 0 0
/proc/32392/statm: 387 180 128 302 0 82 0

[startup+0.106646 s]
/proc/loadavg: 7.35 6.93 4.28 3/77 32392
/proc/meminfo: memFree=945352/2055920 swapFree=4192812/4192956
[pid=32392] ppid=32390 vsize=2596 CPUtime=0.1
/proc/32392/stat : 32392 (Spear-32) R 32390 32392 32041 0 -1 4194304 490 0 0 0 10 0 0 0 18 0 1 0 211632674 2658304 474 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32392/statm: 649 474 140 302 0 344 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2596

[startup+0.514598 s]
/proc/loadavg: 7.35 6.93 4.28 3/77 32392
/proc/meminfo: memFree=945352/2055920 swapFree=4192812/4192956
[pid=32392] ppid=32390 vsize=4272 CPUtime=0.5
/proc/32392/stat : 32392 (Spear-32) R 32390 32392 32041 0 -1 4194304 900 0 0 0 50 0 0 0 22 0 1 0 211632674 4374528 884 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32392/statm: 1068 884 140 302 0 763 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 4272

[startup+1.3345 s]
/proc/loadavg: 7.35 6.93 4.28 2/78 32393
/proc/meminfo: memFree=940288/2055920 swapFree=4192812/4192956
[pid=32392] ppid=32390 vsize=6968 CPUtime=1.32
/proc/32392/stat : 32392 (Spear-32) R 32390 32392 32041 0 -1 4194304 1561 0 0 0 132 0 0 0 25 0 1 0 211632674 7135232 1545 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32392/statm: 1742 1545 140 302 0 1437 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 6968

[startup+2.97031 s]
/proc/loadavg: 7.35 6.93 4.28 2/78 32393
/proc/meminfo: memFree=937152/2055920 swapFree=4192812/4192956
[pid=32392] ppid=32390 vsize=10952 CPUtime=2.96
/proc/32392/stat : 32392 (Spear-32) R 32390 32392 32041 0 -1 4194304 2552 0 0 0 293 3 0 0 25 0 1 0 211632674 11214848 2536 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32392/statm: 2738 2536 140 302 0 2433 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 10952

[startup+6.24994 s]
/proc/loadavg: 6.84 6.83 4.27 2/78 32393
/proc/meminfo: memFree=930368/2055920 swapFree=4192812/4192956
[pid=32392] ppid=32390 vsize=16976 CPUtime=6.24
/proc/32392/stat : 32392 (Spear-32) R 32390 32392 32041 0 -1 4194304 4071 0 0 0 619 5 0 0 25 0 1 0 211632674 17383424 4055 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32392/statm: 4244 4055 140 302 0 3939 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 16976

[startup+12.7022 s]
/proc/loadavg: 6.38 6.73 4.25 2/78 32393
/proc/meminfo: memFree=920776/2055920 swapFree=4192812/4192956
[pid=32392] ppid=32390 vsize=25952 CPUtime=12.69
/proc/32392/stat : 32392 (Spear-32) R 32390 32392 32041 0 -1 4194304 6351 0 0 0 1260 9 0 0 25 0 1 0 211632674 26574848 6302 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32392/statm: 6488 6302 140 302 0 6183 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 25952

[startup+25.5067 s]
/proc/loadavg: 5.18 6.45 4.20 2/78 32393
/proc/meminfo: memFree=907784/2055920 swapFree=4192812/4192956
[pid=32392] ppid=32390 vsize=39404 CPUtime=25.5
/proc/32392/stat : 32392 (Spear-32) R 32390 32392 32041 0 -1 4194304 9704 0 0 0 2536 14 0 0 25 0 1 0 211632674 40349696 9590 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32392/statm: 9851 9590 140 302 0 9546 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 39404

[startup+51.1118 s]
/proc/loadavg: 3.76 6.01 4.11 2/78 32393
/proc/meminfo: memFree=888648/2055920 swapFree=4192812/4192956
[pid=32392] ppid=32390 vsize=57988 CPUtime=51.1
/proc/32392/stat : 32392 (Spear-32) R 32390 32392 32041 0 -1 4194304 14405 0 0 0 5090 20 0 0 25 0 1 0 211632674 59379712 14291 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32392/statm: 14497 14291 140 302 0 14192 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 57988

[startup+102.313 s]
/proc/loadavg: 2.19 5.24 3.94 2/78 32393
/proc/meminfo: memFree=860936/2055920 swapFree=4192812/4192956
[pid=32392] ppid=32390 vsize=86176 CPUtime=102.3
/proc/32392/stat : 32392 (Spear-32) R 32390 32392 32041 0 -1 4194304 21458 0 0 0 10193 37 0 0 25 0 1 0 211632674 88244224 21215 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32392/statm: 21544 21215 140 302 0 21239 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 86176

[startup+162.328 s]
/proc/loadavg: 1.44 4.46 3.76 2/78 32393
/proc/meminfo: memFree=835592/2055920 swapFree=4192812/4192956
[pid=32392] ppid=32390 vsize=110860 CPUtime=162.31
/proc/32392/stat : 32392 (Spear-32) R 32390 32392 32041 0 -1 4194304 27688 0 0 0 16180 51 0 0 25 0 1 0 211632674 113520640 27445 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527163 0 0 4096 0 0 0 0 17 1 0 0
/proc/32392/statm: 27715 27445 140 302 0 27410 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 110860

[startup+222.342 s]
/proc/loadavg: 1.16 3.83 3.58 2/78 32393
/proc/meminfo: memFree=814920/2055920 swapFree=4192812/4192956
[pid=32392] ppid=32390 vsize=131612 CPUtime=222.32
/proc/32392/stat : 32392 (Spear-32) R 32390 32392 32041 0 -1 4194304 32854 0 0 0 22168 64 0 0 25 0 1 0 211632674 134770688 32611 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526834 0 0 4096 0 0 0 0 17 1 0 0
/proc/32392/statm: 32903 32611 140 302 0 32598 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 131612

[startup+282.357 s]
/proc/loadavg: 1.12 3.33 3.42 2/78 32393
/proc/meminfo: memFree=798024/2055920 swapFree=4192812/4192956
[pid=32392] ppid=32390 vsize=149796 CPUtime=282.33
/proc/32392/stat : 32392 (Spear-32) R 32390 32392 32041 0 -1 4194304 37385 0 0 0 28160 73 0 0 25 0 1 0 211632674 153391104 36885 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/32392/statm: 37449 36885 140 302 0 37144 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 149796

[startup+342.376 s]
/proc/loadavg: 1.04 2.90 3.27 2/78 32393
/proc/meminfo: memFree=778760/2055920 swapFree=4192812/4192956
[pid=32392] ppid=32390 vsize=168868 CPUtime=342.35
/proc/32392/stat : 32392 (Spear-32) R 32390 32392 32041 0 -1 4194304 42157 0 0 0 34153 82 0 0 25 0 1 0 211632674 172920832 41657 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32392/statm: 42217 41657 140 302 0 41912 0
Current children cumulated CPU time (s) 342.35
Current children cumulated vsize (KiB) 168868

[startup+402.395 s]
/proc/loadavg: 1.01 2.55 3.12 2/78 32393
/proc/meminfo: memFree=761928/2055920 swapFree=4192812/4192956
[pid=32392] ppid=32390 vsize=185532 CPUtime=402.36
/proc/32392/stat : 32392 (Spear-32) R 32390 32392 32041 0 -1 4194304 46299 0 0 0 40145 91 0 0 25 0 1 0 211632674 189984768 45799 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32392/statm: 46383 45799 140 302 0 46078 0
Current children cumulated CPU time (s) 402.36
Current children cumulated vsize (KiB) 185532

[startup+462.408 s]
/proc/loadavg: 1.00 2.27 2.99 2/78 32393
/proc/meminfo: memFree=747080/2055920 swapFree=4192812/4192956
[pid=32392] ppid=32390 vsize=200312 CPUtime=462.38
/proc/32392/stat : 32392 (Spear-32) R 32390 32392 32041 0 -1 4194304 50026 0 0 0 46138 100 0 0 25 0 1 0 211632674 205119488 49526 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526860 0 0 4096 0 0 0 0 17 1 0 0
/proc/32392/statm: 50078 49526 140 302 0 49773 0
Current children cumulated CPU time (s) 462.38
Current children cumulated vsize (KiB) 200312

[startup+522.422 s]
/proc/loadavg: 1.00 2.04 2.86 2/78 32393
/proc/meminfo: memFree=733320/2055920 swapFree=4192812/4192956
[pid=32392] ppid=32390 vsize=214188 CPUtime=522.39
/proc/32392/stat : 32392 (Spear-32) R 32390 32392 32041 0 -1 4194304 53476 0 0 0 52130 109 0 0 25 0 1 0 211632674 219328512 52976 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/32392/statm: 53547 52976 140 302 0 53242 0
Current children cumulated CPU time (s) 522.39
Current children cumulated vsize (KiB) 214188

[startup+582.436 s]
/proc/loadavg: 1.00 1.84 2.74 2/78 32395
/proc/meminfo: memFree=720648/2055920 swapFree=4192812/4192956
[pid=32392] ppid=32390 vsize=226784 CPUtime=582.41
/proc/32392/stat : 32392 (Spear-32) R 32390 32392 32041 0 -1 4194304 56595 0 0 0 58124 117 0 0 25 0 1 0 211632674 232226816 56095 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/32392/statm: 56696 56095 140 302 0 56391 0
Current children cumulated CPU time (s) 582.41
Current children cumulated vsize (KiB) 226784

[startup+642.457 s]
/proc/loadavg: 1.00 1.69 2.63 2/78 32395
/proc/meminfo: memFree=707592/2055920 swapFree=4192812/4192956
[pid=32392] ppid=32390 vsize=240012 CPUtime=642.42
/proc/32392/stat : 32392 (Spear-32) R 32390 32392 32041 0 -1 4194304 59872 0 0 0 64117 125 0 0 25 0 1 0 211632674 245772288 59372 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/32392/statm: 60003 59372 140 302 0 59698 0
Current children cumulated CPU time (s) 642.42
Current children cumulated vsize (KiB) 240012

[startup+702.478 s]
/proc/loadavg: 1.00 1.56 2.52 2/78 32395
/proc/meminfo: memFree=695432/2055920 swapFree=4192812/4192956
[pid=32392] ppid=32390 vsize=252200 CPUtime=702.45
/proc/32392/stat : 32392 (Spear-32) R 32390 32392 32041 0 -1 4194304 62931 0 0 0 70109 136 0 0 25 0 1 0 211632674 258252800 62431 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32392/statm: 63050 62431 140 302 0 62745 0
Current children cumulated CPU time (s) 702.45
Current children cumulated vsize (KiB) 252200

[startup+762.494 s]
/proc/loadavg: 1.03 1.47 2.43 2/78 32395
/proc/meminfo: memFree=683912/2055920 swapFree=4192812/4192956
[pid=32392] ppid=32390 vsize=263916 CPUtime=762.45
/proc/32392/stat : 32392 (Spear-32) R 32390 32392 32041 0 -1 4194304 65830 0 0 0 76102 143 0 0 25 0 1 0 211632674 270249984 65330 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/32392/statm: 65979 65330 140 302 0 65674 0
Current children cumulated CPU time (s) 762.45
Current children cumulated vsize (KiB) 263916

[startup+822.513 s]
/proc/loadavg: 1.01 1.38 2.34 2/78 32395
/proc/meminfo: memFree=673096/2055920 swapFree=4192812/4192956
[pid=32392] ppid=32390 vsize=276628 CPUtime=822.47
/proc/32392/stat : 32392 (Spear-32) R 32390 32392 32041 0 -1 4194304 69009 0 0 0 82094 153 0 0 25 0 1 0 211632674 283267072 67996 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32392/statm: 69157 67996 140 302 0 68852 0
Current children cumulated CPU time (s) 822.47
Current children cumulated vsize (KiB) 276628

[startup+882.525 s]
/proc/loadavg: 1.00 1.31 2.25 2/78 32395
/proc/meminfo: memFree=662792/2055920 swapFree=4192812/4192956
[pid=32392] ppid=32390 vsize=286976 CPUtime=882.49
/proc/32392/stat : 32392 (Spear-32) R 32390 32392 32041 0 -1 4194304 71583 0 0 0 88089 160 0 0 25 0 1 0 211632674 293863424 70570 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527104 0 0 4096 0 0 0 0 17 1 0 0
/proc/32392/statm: 71744 70570 140 302 0 71439 0
Current children cumulated CPU time (s) 882.49
Current children cumulated vsize (KiB) 286976

[startup+942.541 s]
/proc/loadavg: 1.00 1.25 2.17 2/78 32395
/proc/meminfo: memFree=653384/2055920 swapFree=4192812/4192956
[pid=32392] ppid=32390 vsize=296372 CPUtime=942.49
/proc/32392/stat : 32392 (Spear-32) R 32390 32392 32041 0 -1 4194304 73937 0 0 0 94084 165 0 0 25 0 1 0 211632674 303484928 72924 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32392/statm: 74093 72924 140 302 0 73788 0
Current children cumulated CPU time (s) 942.49
Current children cumulated vsize (KiB) 296372

[startup+1002.56 s]
/proc/loadavg: 1.00 1.20 2.09 2/78 32395
/proc/meminfo: memFree=644040/2055920 swapFree=4192812/4192956
[pid=32392] ppid=32390 vsize=305764 CPUtime=1002.51
/proc/32392/stat : 32392 (Spear-32) R 32390 32392 32041 0 -1 4194304 76278 0 0 0 100079 172 0 0 25 0 1 0 211632674 313102336 75265 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527033 0 0 4096 0 0 0 0 17 1 0 0
/proc/32392/statm: 76441 75265 140 302 0 76136 0
Current children cumulated CPU time (s) 1002.51
Current children cumulated vsize (KiB) 305764

[startup+1062.58 s]
/proc/loadavg: 1.00 1.16 2.02 3/78 32395
/proc/meminfo: memFree=634120/2055920 swapFree=4192812/4192956
[pid=32392] ppid=32390 vsize=315488 CPUtime=1062.52
/proc/32392/stat : 32392 (Spear-32) R 32390 32392 32041 0 -1 4194304 78715 0 0 0 106073 179 0 0 25 0 1 0 211632674 323059712 77702 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/32392/statm: 78872 77702 140 302 0 78567 0
Current children cumulated CPU time (s) 1062.52
Current children cumulated vsize (KiB) 315488

[startup+1122.59 s]
/proc/loadavg: 1.00 1.13 1.96 3/78 32395
/proc/meminfo: memFree=624968/2055920 swapFree=4192812/4192956
[pid=32392] ppid=32390 vsize=324748 CPUtime=1122.53
/proc/32392/stat : 32392 (Spear-32) R 32390 32392 32041 0 -1 4194304 81021 0 0 0 112068 185 0 0 25 0 1 0 211632674 332541952 80008 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/32392/statm: 81187 80008 140 302 0 80882 0
Current children cumulated CPU time (s) 1122.53
Current children cumulated vsize (KiB) 324748

[startup+1182.6 s]
/proc/loadavg: 1.00 1.10 1.89 2/78 32395
/proc/meminfo: memFree=616136/2055920 swapFree=4192812/4192956
[pid=32392] ppid=32390 vsize=333604 CPUtime=1182.55
/proc/32392/stat : 32392 (Spear-32) R 32390 32392 32041 0 -1 4194304 83240 0 0 0 118062 193 0 0 25 0 1 0 211632674 341610496 82227 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/32392/statm: 83401 82227 140 302 0 83096 0
Current children cumulated CPU time (s) 1182.55
Current children cumulated vsize (KiB) 333604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.12 s]
/proc/loadavg: 1.00 1.10 1.87 2/78 32395
/proc/meminfo: memFree=613320/2055920 swapFree=4192812/4192956
[pid=32392] ppid=32390 vsize=336188 CPUtime=1200.07
/proc/32392/stat : 32392 (Spear-32) R 32390 32392 32041 0 -1 4194304 83895 0 0 0 119812 195 0 0 25 0 1 0 211632674 344256512 82882 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32392/statm: 84047 82882 140 302 0 83742 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 336188

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

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

[startup+1200.12 s]
/proc/loadavg: 1.00 1.10 1.87 2/78 32395
/proc/meminfo: memFree=613320/2055920 swapFree=4192812/4192956
[pid=32392] ppid=32390 vsize=336188 CPUtime=1200.07
/proc/32392/stat : 32392 (Spear-32) R 32390 32392 32041 0 -1 4194304 83895 0 0 0 119812 195 0 0 25 0 1 0 211632674 344256512 82882 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32392/statm: 84047 82882 140 302 0 83742 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 336188

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.18
CPU time (s): 1200.13
CPU user time (s): 1198.13
CPU system time (s): 2.00669
CPU usage (%): 99.9962
Max. virtual memory (cumulated for all children) (KiB): 336188

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

runsolver used 1.3438 second user time and 2.92656 second system time

The end

Launcher Data (download as text)

Begin job on node16 on Mon Feb 19 20:26:23 UTC 2007

IDJOB= 300639
IDBENCH= 20039
IDSOLVER= 132
FILE ID= node16/300639-1171916783

PBS_JOBID= 3848899

Free space on /tmp= 66548 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/5SAT/v700/unif-k5-r20-v700-c14000-S1744543366-13.cnf
COMMAND LINE= /tmp/evaluation/300639-1171916783/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/300639-1171916783/instance-300639-1171916783.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-300639-1171916783 -o ROOT/results/node16/solver-300639-1171916783 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/300639-1171916783/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/300639-1171916783/instance-300639-1171916783.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  f9dfefe909b6aaae015056afd3e2e3a1

RANDOM SEED= 135544015

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node16.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:        945760 kB
Buffers:         70240 kB
Cached:         906104 kB
SwapCached:          0 kB
Active:         359580 kB
Inactive:       670500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        945760 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1884 kB
Writeback:           0 kB
Mapped:          72656 kB
Slab:            65640 kB
Committed_AS:   954136 kB
PageTables:       1720 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= 66548 MiB

End job on node16 on Mon Feb 19 20:46:26 UTC 2007