Trace number 301704

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

General information on the benchmark

Namerandom/LargeSize/5SAT/v1000/
unif-k5-r20-v1000-c20000-S683236487-13.cnf
MD5SUM4356efd851b4254135ae4efd766e660e
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 variables1000
Number of clauses20000
Sum of the clauses size100000
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 520000
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/301704-1171986764/instance-301704-1171986764.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/node13/watcher-301704-1171986764 -o ROOT/results/node13/solver-301704-1171986764 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/301704-1171986764/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/301704-1171986764/instance-301704-1171986764.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.00 1.00 1.00 3/77 6821
/proc/meminfo: memFree=1494136/2055920 swapFree=4192812/4192956
[pid=6821] ppid=6819 vsize=1548 CPUtime=0
/proc/6821/stat : 6821 (Spear-32) R 6819 6821 6647 0 -1 4194304 202 0 0 0 0 0 0 0 18 0 1 0 218630851 1585152 186 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/6821/statm: 387 186 128 302 0 82 0

[startup+0.107116 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 6821
/proc/meminfo: memFree=1494136/2055920 swapFree=4192812/4192956
[pid=6821] ppid=6819 vsize=2988 CPUtime=0.1
/proc/6821/stat : 6821 (Spear-32) R 6819 6821 6647 0 -1 4194304 567 0 0 0 10 0 0 0 18 0 1 0 218630851 3059712 551 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6821/statm: 747 551 140 302 0 442 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2988

[startup+0.515169 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 6821
/proc/meminfo: memFree=1494136/2055920 swapFree=4192812/4192956
[pid=6821] ppid=6819 vsize=4764 CPUtime=0.5
/proc/6821/stat : 6821 (Spear-32) R 6819 6821 6647 0 -1 4194304 1009 0 0 0 50 0 0 0 22 0 1 0 218630851 4878336 993 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6821/statm: 1191 993 140 302 0 886 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 4764

[startup+1.33528 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6822
/proc/meminfo: memFree=1488432/2055920 swapFree=4192812/4192956
[pid=6821] ppid=6819 vsize=7708 CPUtime=1.32
/proc/6821/stat : 6821 (Spear-32) R 6819 6821 6647 0 -1 4194304 1735 0 0 0 131 1 0 0 25 0 1 0 218630851 7892992 1719 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6821/statm: 1927 1719 140 302 0 1622 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 7708

[startup+2.9715 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6822
/proc/meminfo: memFree=1484784/2055920 swapFree=4192812/4192956
[pid=6821] ppid=6819 vsize=12408 CPUtime=2.96
/proc/6821/stat : 6821 (Spear-32) R 6819 6821 6647 0 -1 4194304 2923 0 0 0 293 3 0 0 25 0 1 0 218630851 12705792 2907 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6821/statm: 3102 2907 140 302 0 2797 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 12408

[startup+6.25393 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6822
/proc/meminfo: memFree=1476848/2055920 swapFree=4192812/4192956
[pid=6821] ppid=6819 vsize=19672 CPUtime=6.24
/proc/6821/stat : 6821 (Spear-32) R 6819 6821 6647 0 -1 4194304 4746 0 0 0 618 6 0 0 25 0 1 0 218630851 20144128 4730 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6821/statm: 4918 4730 140 302 0 4613 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 19672

[startup+12.7048 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6822
/proc/meminfo: memFree=1464824/2055920 swapFree=4192812/4192956
[pid=6821] ppid=6819 vsize=30840 CPUtime=12.69
/proc/6821/stat : 6821 (Spear-32) R 6819 6821 6647 0 -1 4194304 7541 0 0 0 1259 10 0 0 25 0 1 0 218630851 31580160 7492 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6821/statm: 7710 7492 140 302 0 7405 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30840

[startup+25.5145 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6822
/proc/meminfo: memFree=1449016/2055920 swapFree=4192812/4192956
[pid=6821] ppid=6819 vsize=47212 CPUtime=25.5
/proc/6821/stat : 6821 (Spear-32) R 6819 6821 6647 0 -1 4194304 11660 0 0 0 2533 17 0 0 25 0 1 0 218630851 48345088 11546 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6821/statm: 11803 11546 140 302 0 11498 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 47212

[startup+51.1259 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6822
/proc/meminfo: memFree=1424248/2055920 swapFree=4192812/4192956
[pid=6821] ppid=6819 vsize=71392 CPUtime=51.1
/proc/6821/stat : 6821 (Spear-32) R 6819 6821 6647 0 -1 4194304 17728 0 0 0 5083 27 0 0 25 0 1 0 218630851 73105408 17614 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6821/statm: 17848 17614 140 302 0 17543 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 71392

[startup+102.348 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6822
/proc/meminfo: memFree=1389112/2055920 swapFree=4192812/4192956
[pid=6821] ppid=6819 vsize=106840 CPUtime=102.31
/proc/6821/stat : 6821 (Spear-32) R 6819 6821 6647 0 -1 4194304 26653 0 0 0 10187 44 0 0 25 0 1 0 218630851 109404160 26410 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6821/statm: 26710 26410 140 302 0 26405 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 106840

[startup+162.386 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6822
/proc/meminfo: memFree=1356536/2055920 swapFree=4192812/4192956
[pid=6821] ppid=6819 vsize=138880 CPUtime=162.32
/proc/6821/stat : 6821 (Spear-32) R 6819 6821 6647 0 -1 4194304 34662 0 0 0 16173 59 0 0 25 0 1 0 218630851 142213120 34419 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6821/statm: 34720 34419 140 302 0 34415 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 138880

[startup+222.421 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6822
/proc/meminfo: memFree=1327928/2055920 swapFree=4192812/4192956
[pid=6821] ppid=6819 vsize=167560 CPUtime=222.34
/proc/6821/stat : 6821 (Spear-32) R 6819 6821 6647 0 -1 4194304 41831 0 0 0 22160 74 0 0 25 0 1 0 218630851 171581440 41588 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6821/statm: 41890 41588 140 302 0 41585 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 167560

[startup+282.452 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6822
/proc/meminfo: memFree=1303160/2055920 swapFree=4192812/4192956
[pid=6821] ppid=6819 vsize=193276 CPUtime=282.36
/proc/6821/stat : 6821 (Spear-32) R 6819 6821 6647 0 -1 4194304 48283 0 0 0 28150 86 0 0 25 0 1 0 218630851 197914624 47783 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526965 0 0 4096 0 0 0 0 17 1 0 0
/proc/6821/statm: 48319 47783 140 302 0 48014 0
Current children cumulated CPU time (s) 282.36
Current children cumulated vsize (KiB) 193276

[startup+342.487 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6822
/proc/meminfo: memFree=1277176/2055920 swapFree=4192812/4192956
[pid=6821] ppid=6819 vsize=219292 CPUtime=342.38
/proc/6821/stat : 6821 (Spear-32) R 6819 6821 6647 0 -1 4194304 54799 0 0 0 34138 100 0 0 25 0 1 0 218630851 224555008 54299 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526668 0 0 4096 0 0 0 0 17 1 0 0
/proc/6821/statm: 54823 54299 140 302 0 54518 0
Current children cumulated CPU time (s) 342.38
Current children cumulated vsize (KiB) 219292

[startup+402.527 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6822
/proc/meminfo: memFree=1254072/2055920 swapFree=4192812/4192956
[pid=6821] ppid=6819 vsize=241912 CPUtime=402.4
/proc/6821/stat : 6821 (Spear-32) R 6819 6821 6647 0 -1 4194304 60467 0 0 0 40128 112 0 0 25 0 1 0 218630851 247717888 59967 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6821/statm: 60478 59967 140 302 0 60173 0
Current children cumulated CPU time (s) 402.4
Current children cumulated vsize (KiB) 241912

[startup+462.562 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6822
/proc/meminfo: memFree=1233912/2055920 swapFree=4192812/4192956
[pid=6821] ppid=6819 vsize=262112 CPUtime=462.42
/proc/6821/stat : 6821 (Spear-32) R 6819 6821 6647 0 -1 4194304 65525 0 0 0 46119 123 0 0 25 0 1 0 218630851 268402688 65025 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/6821/statm: 65528 65025 140 302 0 65223 0
Current children cumulated CPU time (s) 462.42
Current children cumulated vsize (KiB) 262112

[startup+522.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 6924
/proc/meminfo: memFree=1216136/2055920 swapFree=4192812/4192956
[pid=6821] ppid=6819 vsize=278736 CPUtime=522.41
/proc/6821/stat : 6821 (Spear-32) R 6819 6821 6647 0 -1 4194304 69663 0 0 0 52108 133 0 0 25 0 1 0 218630851 285425664 69163 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/6821/statm: 69684 69163 140 302 0 69379 0
Current children cumulated CPU time (s) 522.41
Current children cumulated vsize (KiB) 278736

[startup+582.668 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 6996
/proc/meminfo: memFree=1199168/2055920 swapFree=4192812/4192956
[pid=6821] ppid=6819 vsize=295800 CPUtime=582.42
/proc/6821/stat : 6821 (Spear-32) R 6819 6821 6647 0 -1 4194304 73870 0 0 0 58100 142 0 0 25 0 1 0 218630851 302899200 73370 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526965 0 0 4096 0 0 0 0 17 1 0 0
/proc/6821/statm: 73950 73370 140 302 0 73645 0
Current children cumulated CPU time (s) 582.42
Current children cumulated vsize (KiB) 295800

[startup+642.711 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7020
/proc/meminfo: memFree=1182584/2055920 swapFree=4192812/4192956
[pid=6821] ppid=6819 vsize=313600 CPUtime=642.42
/proc/6821/stat : 6821 (Spear-32) R 6819 6821 6647 0 -1 4194304 78317 0 0 0 64090 152 0 0 25 0 1 0 218630851 321126400 77817 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6821/statm: 78400 77817 140 302 0 78095 0
Current children cumulated CPU time (s) 642.42
Current children cumulated vsize (KiB) 313600

[startup+702.746 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7020
/proc/meminfo: memFree=1165752/2055920 swapFree=4192812/4192956
[pid=6821] ppid=6819 vsize=330336 CPUtime=702.45
/proc/6821/stat : 6821 (Spear-32) R 6819 6821 6647 0 -1 4194304 82524 0 0 0 70082 163 0 0 25 0 1 0 218630851 338264064 82024 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/6821/statm: 82584 82024 140 302 0 82279 0
Current children cumulated CPU time (s) 702.45
Current children cumulated vsize (KiB) 330336

[startup+762.782 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7020
/proc/meminfo: memFree=1151416/2055920 swapFree=4192812/4192956
[pid=6821] ppid=6819 vsize=344600 CPUtime=762.46
/proc/6821/stat : 6821 (Spear-32) R 6819 6821 6647 0 -1 4194304 86101 0 0 0 76073 173 0 0 25 0 1 0 218630851 352870400 85601 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6821/statm: 86150 85601 140 302 0 85845 0
Current children cumulated CPU time (s) 762.46
Current children cumulated vsize (KiB) 344600

[startup+822.823 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7020
/proc/meminfo: memFree=1137720/2055920 swapFree=4192812/4192956
[pid=6821] ppid=6819 vsize=360144 CPUtime=822.49
/proc/6821/stat : 6821 (Spear-32) R 6819 6821 6647 0 -1 4194304 89991 0 0 0 82067 182 0 0 25 0 1 0 218630851 368787456 88978 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/6821/statm: 90036 88978 140 302 0 89731 0
Current children cumulated CPU time (s) 822.49
Current children cumulated vsize (KiB) 360144

[startup+882.856 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7020
/proc/meminfo: memFree=1124664/2055920 swapFree=4192812/4192956
[pid=6821] ppid=6819 vsize=373292 CPUtime=882.5
/proc/6821/stat : 6821 (Spear-32) R 6819 6821 6647 0 -1 4194304 93258 0 0 0 88060 190 0 0 25 0 1 0 218630851 382251008 92245 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526917 0 0 4096 0 0 0 0 17 1 0 0
/proc/6821/statm: 93323 92245 140 302 0 93018 0
Current children cumulated CPU time (s) 882.5
Current children cumulated vsize (KiB) 373292

[startup+942.89 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7020
/proc/meminfo: memFree=1111736/2055920 swapFree=4192812/4192956
[pid=6821] ppid=6819 vsize=386292 CPUtime=942.52
/proc/6821/stat : 6821 (Spear-32) R 6819 6821 6647 0 -1 4194304 96512 0 0 0 94053 199 0 0 25 0 1 0 218630851 395563008 95499 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6821/statm: 96573 95499 140 302 0 96268 0
Current children cumulated CPU time (s) 942.52
Current children cumulated vsize (KiB) 386292

[startup+1002.92 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7020
/proc/meminfo: memFree=1099512/2055920 swapFree=4192812/4192956
[pid=6821] ppid=6819 vsize=398688 CPUtime=1002.53
/proc/6821/stat : 6821 (Spear-32) R 6819 6821 6647 0 -1 4194304 99588 0 0 0 100046 207 0 0 25 0 1 0 218630851 408256512 98575 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/6821/statm: 99672 98575 140 302 0 99367 0
Current children cumulated CPU time (s) 1002.53
Current children cumulated vsize (KiB) 398688

[startup+1062.96 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7020
/proc/meminfo: memFree=1087864/2055920 swapFree=4192812/4192956
[pid=6821] ppid=6819 vsize=410116 CPUtime=1062.55
/proc/6821/stat : 6821 (Spear-32) R 6819 6821 6647 0 -1 4194304 102451 0 0 0 106040 215 0 0 25 0 1 0 218630851 419958784 101438 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6821/statm: 102529 101438 140 302 0 102224 0
Current children cumulated CPU time (s) 1062.55
Current children cumulated vsize (KiB) 410116

[startup+1123 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7020
/proc/meminfo: memFree=1077368/2055920 swapFree=4192812/4192956
[pid=6821] ppid=6819 vsize=420612 CPUtime=1122.58
/proc/6821/stat : 6821 (Spear-32) R 6819 6821 6647 0 -1 4194304 105086 0 0 0 112036 222 0 0 25 0 1 0 218630851 430706688 104073 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/6821/statm: 105153 104073 140 302 0 104848 0
Current children cumulated CPU time (s) 1122.58
Current children cumulated vsize (KiB) 420612

[startup+1183.03 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7020
/proc/meminfo: memFree=1066936/2055920 swapFree=4192812/4192956
[pid=6821] ppid=6819 vsize=431164 CPUtime=1182.6
/proc/6821/stat : 6821 (Spear-32) R 6819 6821 6647 0 -1 4194304 107706 0 0 0 118030 230 0 0 25 0 1 0 218630851 441511936 106693 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6821/statm: 107791 106693 140 302 0 107486 0
Current children cumulated CPU time (s) 1182.6
Current children cumulated vsize (KiB) 431164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.45 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7020
/proc/meminfo: memFree=1063672/2055920 swapFree=4192812/4192956
[pid=6821] ppid=6819 vsize=434248 CPUtime=1200.01
/proc/6821/stat : 6821 (Spear-32) R 6819 6821 6647 0 -1 4194304 108475 0 0 0 119769 232 0 0 25 0 1 0 218630851 444669952 107462 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526719 0 0 4096 0 0 0 0 17 1 0 0
/proc/6821/statm: 108562 107462 140 302 0 108257 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 434248

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.53
CPU time (s): 1200.1
CPU user time (s): 1197.7
CPU system time (s): 2.39864
CPU usage (%): 99.9637
Max. virtual memory (cumulated for all children) (KiB): 434248

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

runsolver used 1.2838 second user time and 2.98155 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Tue Feb 20 15:52:44 UTC 2007

IDJOB= 301704
IDBENCH= 20065
IDSOLVER= 131
FILE ID= node13/301704-1171986764

PBS_JOBID= 3849078

Free space on /tmp= 66545 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/5SAT/v1000/unif-k5-r20-v1000-c20000-S683236487-13.cnf
COMMAND LINE= /tmp/evaluation/301704-1171986764/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/301704-1171986764/instance-301704-1171986764.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-301704-1171986764 -o ROOT/results/node13/solver-301704-1171986764 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/301704-1171986764/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/301704-1171986764/instance-301704-1171986764.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  4356efd851b4254135ae4efd766e660e

RANDOM SEED= 526373382

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.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.236
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.236
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:       1494608 kB
Buffers:         51440 kB
Cached:         376552 kB
SwapCached:          0 kB
Active:         108624 kB
Inactive:       373708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1494608 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2032 kB
Writeback:           0 kB
Mapped:          73280 kB
Slab:            64548 kB
Committed_AS:   965736 kB
PageTables:       1744 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= 66545 MiB

End job on node13 on Tue Feb 20 16:12:46 UTC 2007