Trace number 304738

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.05 1200.33

General information on the benchmark

Namerandom/LargeSize/7SAT/v140/
unif-k7-r85-v140-c11900-S120857050-04.cnf
MD5SUM0a1a51e612e3460da52e3c8737dc5bb4
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark146.722
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses11900
Sum of the clauses size83300
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 511900

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/304738-1172064745/instance-304738-1172064745.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-304738-1172064745 -o ROOT/results/node34/solver-304738-1172064745 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/304738-1172064745/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/304738-1172064745/instance-304738-1172064745.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.99 0.99 3/64 24800
/proc/meminfo: memFree=1434800/2055920 swapFree=4182768/4192956
[pid=24800] ppid=24798 vsize=1396 CPUtime=0
/proc/24800/stat : 24800 (Spear-32) R 24798 24800 23745 0 -1 4194304 181 0 0 0 0 0 0 0 18 0 1 0 200238322 1429504 165 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/24800/statm: 349 165 128 302 0 44 0

[startup+0.10759 s]
/proc/loadavg: 0.92 0.99 0.99 3/64 24800
/proc/meminfo: memFree=1434800/2055920 swapFree=4182768/4192956
[pid=24800] ppid=24798 vsize=2448 CPUtime=0.1
/proc/24800/stat : 24800 (Spear-32) R 24798 24800 23745 0 -1 4194304 438 0 0 0 10 0 0 0 18 0 1 0 200238322 2506752 422 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24800/statm: 612 422 140 302 0 307 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2448

[startup+0.515623 s]
/proc/loadavg: 0.92 0.99 0.99 3/64 24800
/proc/meminfo: memFree=1434800/2055920 swapFree=4182768/4192956
[pid=24800] ppid=24798 vsize=3376 CPUtime=0.5
/proc/24800/stat : 24800 (Spear-32) R 24798 24800 23745 0 -1 4194304 673 0 0 0 50 0 0 0 21 0 1 0 200238322 3457024 657 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24800/statm: 844 657 140 302 0 539 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 3376

[startup+1.33569 s]
/proc/loadavg: 0.92 0.99 0.99 2/65 24801
/proc/meminfo: memFree=1431720/2055920 swapFree=4182768/4192956
[pid=24800] ppid=24798 vsize=4836 CPUtime=1.32
/proc/24800/stat : 24800 (Spear-32) R 24798 24800 23745 0 -1 4194304 1021 0 0 0 131 1 0 0 25 0 1 0 200238322 4952064 1005 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24800/statm: 1209 1005 140 302 0 904 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 4836

[startup+2.97582 s]
/proc/loadavg: 0.92 0.99 0.99 2/65 24801
/proc/meminfo: memFree=1430056/2055920 swapFree=4182768/4192956
[pid=24800] ppid=24798 vsize=6776 CPUtime=2.96
/proc/24800/stat : 24800 (Spear-32) R 24798 24800 23745 0 -1 4194304 1523 0 0 0 294 2 0 0 25 0 1 0 200238322 6938624 1507 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24800/statm: 1694 1507 140 302 0 1389 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 6776

[startup+6.25108 s]
/proc/loadavg: 0.93 0.99 0.99 2/65 24801
/proc/meminfo: memFree=1426728/2055920 swapFree=4182768/4192956
[pid=24800] ppid=24798 vsize=9728 CPUtime=6.24
/proc/24800/stat : 24800 (Spear-32) R 24798 24800 23745 0 -1 4194304 2258 0 0 0 620 4 0 0 25 0 1 0 200238322 9961472 2209 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24800/statm: 2432 2209 140 302 0 2127 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 9728

[startup+12.7056 s]
/proc/loadavg: 0.93 0.99 0.99 2/65 24801
/proc/meminfo: memFree=1422440/2055920 swapFree=4182768/4192956
[pid=24800] ppid=24798 vsize=13604 CPUtime=12.69
/proc/24800/stat : 24800 (Spear-32) R 24798 24800 23745 0 -1 4194304 3237 0 0 0 1262 7 0 0 25 0 1 0 200238322 13930496 3188 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24800/statm: 3401 3188 140 302 0 3096 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 13604

[startup+25.6066 s]
/proc/loadavg: 0.95 0.99 0.99 2/65 24801
/proc/meminfo: memFree=1417000/2055920 swapFree=4182768/4192956
[pid=24800] ppid=24798 vsize=19572 CPUtime=25.59
/proc/24800/stat : 24800 (Spear-32) R 24798 24800 23745 0 -1 4194304 4717 0 0 0 2548 11 0 0 25 0 1 0 200238322 20041728 4603 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24800/statm: 4893 4603 140 302 0 4588 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 19572

[startup+51.2127 s]
/proc/loadavg: 0.97 0.99 0.99 2/65 24801
/proc/meminfo: memFree=1408808/2055920 swapFree=4182768/4192956
[pid=24800] ppid=24798 vsize=27496 CPUtime=51.19
/proc/24800/stat : 24800 (Spear-32) R 24798 24800 23745 0 -1 4194304 6725 0 0 0 5103 16 0 0 25 0 1 0 200238322 28155904 6611 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24800/statm: 6874 6611 140 302 0 6569 0
Current children cumulated CPU time (s) 51.19
Current children cumulated vsize (KiB) 27496

[startup+102.423 s]
/proc/loadavg: 0.98 0.99 0.99 2/65 24801
/proc/meminfo: memFree=1397224/2055920 swapFree=4182768/4192956
[pid=24800] ppid=24798 vsize=39724 CPUtime=102.39
/proc/24800/stat : 24800 (Spear-32) R 24798 24800 23745 0 -1 4194304 9759 0 0 0 10213 26 0 0 25 0 1 0 200238322 40677376 9516 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527015 0 0 4096 0 0 0 0 17 1 0 0
/proc/24800/statm: 9931 9516 140 302 0 9626 0
Current children cumulated CPU time (s) 102.39
Current children cumulated vsize (KiB) 39724

[startup+162.447 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 24801
/proc/meminfo: memFree=1386792/2055920 swapFree=4182768/4192956
[pid=24800] ppid=24798 vsize=50108 CPUtime=162.39
/proc/24800/stat : 24800 (Spear-32) R 24798 24800 23745 0 -1 4194304 12323 0 0 0 16205 34 0 0 25 0 1 0 200238322 51310592 12080 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24800/statm: 12527 12080 140 302 0 12222 0
Current children cumulated CPU time (s) 162.39
Current children cumulated vsize (KiB) 50108

[startup+222.465 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 24801
/proc/meminfo: memFree=1378472/2055920 swapFree=4182768/4192956
[pid=24800] ppid=24798 vsize=58440 CPUtime=222.4
/proc/24800/stat : 24800 (Spear-32) R 24798 24800 23745 0 -1 4194304 14405 0 0 0 22199 41 0 0 25 0 1 0 200238322 59842560 14162 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24800/statm: 14610 14162 140 302 0 14305 0
Current children cumulated CPU time (s) 222.4
Current children cumulated vsize (KiB) 58440

[startup+282.484 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 24801
/proc/meminfo: memFree=1371048/2055920 swapFree=4182768/4192956
[pid=24800] ppid=24798 vsize=67072 CPUtime=282.41
/proc/24800/stat : 24800 (Spear-32) R 24798 24800 23745 0 -1 4194304 16515 0 0 0 28193 48 0 0 25 0 1 0 200238322 68681728 16015 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/24800/statm: 16768 16015 140 302 0 16463 0
Current children cumulated CPU time (s) 282.41
Current children cumulated vsize (KiB) 67072

[startup+342.504 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 24801
/proc/meminfo: memFree=1363688/2055920 swapFree=4182768/4192956
[pid=24800] ppid=24798 vsize=74204 CPUtime=342.42
/proc/24800/stat : 24800 (Spear-32) R 24798 24800 23745 0 -1 4194304 18313 0 0 0 34188 54 0 0 25 0 1 0 200238322 75984896 17813 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/24800/statm: 18551 17813 140 302 0 18246 0
Current children cumulated CPU time (s) 342.42
Current children cumulated vsize (KiB) 74204

[startup+402.528 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 24801
/proc/meminfo: memFree=1357288/2055920 swapFree=4182768/4192956
[pid=24800] ppid=24798 vsize=80676 CPUtime=402.42
/proc/24800/stat : 24800 (Spear-32) R 24798 24800 23745 0 -1 4194304 19917 0 0 0 40183 59 0 0 25 0 1 0 200238322 82612224 19417 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24800/statm: 20169 19417 140 302 0 19864 0
Current children cumulated CPU time (s) 402.42
Current children cumulated vsize (KiB) 80676

[startup+462.547 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 24801
/proc/meminfo: memFree=1351208/2055920 swapFree=4182768/4192956
[pid=24800] ppid=24798 vsize=86832 CPUtime=462.43
/proc/24800/stat : 24800 (Spear-32) R 24798 24800 23745 0 -1 4194304 21440 0 0 0 46176 67 0 0 25 0 1 0 200238322 88915968 20940 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24800/statm: 21708 20940 140 302 0 21403 0
Current children cumulated CPU time (s) 462.43
Current children cumulated vsize (KiB) 86832

[startup+522.565 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 24801
/proc/meminfo: memFree=1345640/2055920 swapFree=4182768/4192956
[pid=24800] ppid=24798 vsize=92320 CPUtime=522.43
/proc/24800/stat : 24800 (Spear-32) R 24798 24800 23745 0 -1 4194304 22828 0 0 0 52171 72 0 0 25 0 1 0 200238322 94535680 22328 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24800/statm: 23080 22328 140 302 0 22775 0
Current children cumulated CPU time (s) 522.43
Current children cumulated vsize (KiB) 92320

[startup+582.583 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 24801
/proc/meminfo: memFree=1340264/2055920 swapFree=4182768/4192956
[pid=24800] ppid=24798 vsize=97652 CPUtime=582.43
/proc/24800/stat : 24800 (Spear-32) R 24798 24800 23745 0 -1 4194304 24145 0 0 0 58165 78 0 0 25 0 1 0 200238322 99995648 23645 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24800/statm: 24413 23645 140 302 0 24108 0
Current children cumulated CPU time (s) 582.43
Current children cumulated vsize (KiB) 97652

[startup+642.602 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 24801
/proc/meminfo: memFree=1334696/2055920 swapFree=4182768/4192956
[pid=24800] ppid=24798 vsize=103328 CPUtime=642.44
/proc/24800/stat : 24800 (Spear-32) R 24798 24800 23745 0 -1 4194304 25533 0 0 0 64160 84 0 0 25 0 1 0 200238322 105807872 25033 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24800/statm: 25832 25033 140 302 0 25527 0
Current children cumulated CPU time (s) 642.44
Current children cumulated vsize (KiB) 103328

[startup+702.62 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 24801
/proc/meminfo: memFree=1329640/2055920 swapFree=4182768/4192956
[pid=24800] ppid=24798 vsize=108376 CPUtime=702.44
/proc/24800/stat : 24800 (Spear-32) R 24798 24800 23745 0 -1 4194304 26789 0 0 0 70156 88 0 0 25 0 1 0 200238322 110977024 26289 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24800/statm: 27094 26289 140 302 0 26789 0
Current children cumulated CPU time (s) 702.44
Current children cumulated vsize (KiB) 108376

[startup+762.639 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 24801
/proc/meminfo: memFree=1324776/2055920 swapFree=4182768/4192956
[pid=24800] ppid=24798 vsize=113192 CPUtime=762.45
/proc/24800/stat : 24800 (Spear-32) R 24798 24800 23745 0 -1 4194304 28006 0 0 0 76153 92 0 0 25 0 1 0 200238322 115908608 27506 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24800/statm: 28298 27506 140 302 0 27993 0
Current children cumulated CPU time (s) 762.45
Current children cumulated vsize (KiB) 113192

[startup+822.667 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 24801
/proc/meminfo: memFree=1320040/2055920 swapFree=4182768/4192956
[pid=24800] ppid=24798 vsize=117908 CPUtime=822.46
/proc/24800/stat : 24800 (Spear-32) R 24798 24800 23745 0 -1 4194304 29189 0 0 0 82149 97 0 0 25 0 1 0 200238322 120737792 28689 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24800/statm: 29477 28689 140 302 0 29172 0
Current children cumulated CPU time (s) 822.46
Current children cumulated vsize (KiB) 117908

[startup+882.688 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 24801
/proc/meminfo: memFree=1315304/2055920 swapFree=4182768/4192956
[pid=24800] ppid=24798 vsize=124636 CPUtime=882.47
/proc/24800/stat : 24800 (Spear-32) R 24798 24800 23745 0 -1 4194304 30880 0 0 0 88145 102 0 0 25 0 1 0 200238322 127627264 29867 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24800/statm: 31159 29867 140 302 0 30854 0
Current children cumulated CPU time (s) 882.47
Current children cumulated vsize (KiB) 124636

[startup+942.705 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 24801
/proc/meminfo: memFree=1311016/2055920 swapFree=4182768/4192956
[pid=24800] ppid=24798 vsize=129108 CPUtime=942.48
/proc/24800/stat : 24800 (Spear-32) R 24798 24800 23745 0 -1 4194304 31948 0 0 0 94141 107 0 0 25 0 1 0 200238322 132206592 30935 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24800/statm: 32277 30935 140 302 0 31972 0
Current children cumulated CPU time (s) 942.48
Current children cumulated vsize (KiB) 129108

[startup+1002.72 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 24801
/proc/meminfo: memFree=1306856/2055920 swapFree=4182768/4192956
[pid=24800] ppid=24798 vsize=133268 CPUtime=1002.48
/proc/24800/stat : 24800 (Spear-32) R 24798 24800 23745 0 -1 4194304 32981 0 0 0 100138 110 0 0 25 0 1 0 200238322 136466432 31968 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24800/statm: 33317 31968 140 302 0 33012 0
Current children cumulated CPU time (s) 1002.48
Current children cumulated vsize (KiB) 133268

[startup+1062.74 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 24801
/proc/meminfo: memFree=1302888/2055920 swapFree=4182768/4192956
[pid=24800] ppid=24798 vsize=137080 CPUtime=1062.49
/proc/24800/stat : 24800 (Spear-32) R 24798 24800 23745 0 -1 4194304 33960 0 0 0 106135 114 0 0 25 0 1 0 200238322 140369920 32947 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24800/statm: 34270 32947 140 302 0 33965 0
Current children cumulated CPU time (s) 1062.49
Current children cumulated vsize (KiB) 137080

[startup+1122.76 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 24801
/proc/meminfo: memFree=1298984/2055920 swapFree=4182768/4192956
[pid=24800] ppid=24798 vsize=141024 CPUtime=1122.5
/proc/24800/stat : 24800 (Spear-32) R 24798 24800 23745 0 -1 4194304 34933 0 0 0 112133 117 0 0 25 0 1 0 200238322 144408576 33920 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24800/statm: 35256 33920 140 302 0 34951 0
Current children cumulated CPU time (s) 1122.5
Current children cumulated vsize (KiB) 141024

[startup+1182.78 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 24801
/proc/meminfo: memFree=1295336/2055920 swapFree=4182768/4192956
[pid=24800] ppid=24798 vsize=145028 CPUtime=1182.5
/proc/24800/stat : 24800 (Spear-32) R 24798 24800 23745 0 -1 4194304 35860 0 0 0 118130 120 0 0 25 0 1 0 200238322 148508672 34847 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/24800/statm: 36257 34847 140 302 0 35952 0
Current children cumulated CPU time (s) 1182.5
Current children cumulated vsize (KiB) 145028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 24801
/proc/meminfo: memFree=1294184/2055920 swapFree=4182768/4192956
[pid=24800] ppid=24798 vsize=146064 CPUtime=1200.01
/proc/24800/stat : 24800 (Spear-32) R 24798 24800 23745 0 -1 4194304 36127 0 0 0 119881 120 0 0 25 0 1 0 200238322 149569536 35114 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/24800/statm: 36516 35114 140 302 0 36211 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 146064

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.33
CPU time (s): 1200.05
CPU user time (s): 1198.82
CPU system time (s): 1.23081
CPU usage (%): 99.9767
Max. virtual memory (cumulated for all children) (KiB): 146064

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

runsolver used 0.893864 second user time and 2.32265 second system time

The end

Launcher Data (download as text)

Begin job on node34 on Wed Feb 21 13:32:25 UTC 2007

IDJOB= 304738
IDBENCH= 20139
IDSOLVER= 131
FILE ID= node34/304738-1172064745

PBS_JOBID= 3892774

Free space on /tmp= 66561 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v140/unif-k7-r85-v140-c11900-S120857050-04.cnf
COMMAND LINE= /tmp/evaluation/304738-1172064745/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/304738-1172064745/instance-304738-1172064745.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node34/watcher-304738-1172064745 -o ROOT/results/node34/solver-304738-1172064745 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/304738-1172064745/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/304738-1172064745/instance-304738-1172064745.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  0a1a51e612e3460da52e3c8737dc5bb4

RANDOM SEED= 928194864

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:       1435272 kB
Buffers:         31240 kB
Cached:         530136 kB
SwapCached:       5132 kB
Active:         152900 kB
Inactive:       419568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1435272 kB
SwapTotal:     4192956 kB
SwapFree:      4182768 kB
Dirty:            1936 kB
Writeback:           0 kB
Mapped:          15644 kB
Slab:            34224 kB
Committed_AS:   541200 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= 66561 MiB

End job on node34 on Wed Feb 21 13:52:28 UTC 2007