Trace number 300843

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.11 1200.47

General information on the benchmark

Namerandom/LargeSize/5SAT/v700/
unif-k5-r20-v700-c14000-S1638354370-16.cnf
MD5SUMba6ae373482c2c9451134b661ab28d3f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.76982
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/300843-1171938871/instance-300843-1171938871.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/node1/watcher-300843-1171938871 -o ROOT/results/node1/solver-300843-1171938871 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/300843-1171938871/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/300843-1171938871/instance-300843-1171938871.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 0.95 2/77 29098
/proc/meminfo: memFree=1592104/2055920 swapFree=4158120/4192956
[pid=29098] ppid=29096 vsize=1548 CPUtime=0
/proc/29098/stat : 29098 (Spear-32) R 29096 29098 28183 0 -1 4194304 191 0 0 0 0 0 0 0 20 0 1 0 213842152 1585152 175 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29098/statm: 387 175 128 302 0 82 0

[startup+0.107346 s]
/proc/loadavg: 1.00 1.00 0.95 2/77 29098
/proc/meminfo: memFree=1592104/2055920 swapFree=4158120/4192956
[pid=29098] ppid=29096 vsize=2592 CPUtime=0.1
/proc/29098/stat : 29098 (Spear-32) R 29096 29098 28183 0 -1 4194304 485 0 0 0 10 0 0 0 21 0 1 0 213842152 2654208 469 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29098/statm: 648 469 140 302 0 343 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2592

[startup+0.515394 s]
/proc/loadavg: 1.00 1.00 0.95 2/77 29098
/proc/meminfo: memFree=1592104/2055920 swapFree=4158120/4192956
[pid=29098] ppid=29096 vsize=4256 CPUtime=0.51
/proc/29098/stat : 29098 (Spear-32) R 29096 29098 28183 0 -1 4194304 882 0 0 0 50 1 0 0 24 0 1 0 213842152 4358144 866 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29098/statm: 1064 866 140 302 0 759 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 4256

[startup+1.33649 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 29099
/proc/meminfo: memFree=1587168/2055920 swapFree=4158120/4192956
[pid=29098] ppid=29096 vsize=6816 CPUtime=1.32
/proc/29098/stat : 29098 (Spear-32) R 29096 29098 28183 0 -1 4194304 1525 0 0 0 131 1 0 0 25 0 1 0 213842152 6979584 1509 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29098/statm: 1704 1509 140 302 0 1399 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 6816

[startup+2.97868 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 29099
/proc/meminfo: memFree=1584096/2055920 swapFree=4158120/4192956
[pid=29098] ppid=29096 vsize=10668 CPUtime=2.97
/proc/29098/stat : 29098 (Spear-32) R 29096 29098 28183 0 -1 4194304 2483 0 0 0 294 3 0 0 25 0 1 0 213842152 10924032 2467 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29098/statm: 2667 2467 140 302 0 2362 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 10668

[startup+6.25507 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 29099
/proc/meminfo: memFree=1577440/2055920 swapFree=4158120/4192956
[pid=29098] ppid=29096 vsize=16700 CPUtime=6.24
/proc/29098/stat : 29098 (Spear-32) R 29096 29098 28183 0 -1 4194304 4014 0 0 0 618 6 0 0 25 0 1 0 213842152 17100800 3998 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29098/statm: 4175 3998 140 302 0 3870 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 16700

[startup+12.7138 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 29099
/proc/meminfo: memFree=1567648/2055920 swapFree=4158120/4192956
[pid=29098] ppid=29096 vsize=25800 CPUtime=12.7
/proc/29098/stat : 29098 (Spear-32) R 29096 29098 28183 0 -1 4194304 6290 0 0 0 1261 9 0 0 25 0 1 0 213842152 26419200 6241 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29098/statm: 6450 6241 140 302 0 6145 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 25800

[startup+25.5163 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 29099
/proc/meminfo: memFree=1555104/2055920 swapFree=4158120/4192956
[pid=29098] ppid=29096 vsize=38644 CPUtime=25.49
/proc/29098/stat : 29098 (Spear-32) R 29096 29098 28183 0 -1 4194304 9544 0 0 0 2536 13 0 0 25 0 1 0 213842152 39571456 9430 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29098/statm: 9661 9430 140 302 0 9356 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 38644

[startup+51.2093 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 29099
/proc/meminfo: memFree=1535264/2055920 swapFree=4158120/4192956
[pid=29098] ppid=29096 vsize=57984 CPUtime=51.18
/proc/29098/stat : 29098 (Spear-32) R 29096 29098 28183 0 -1 4194304 14405 0 0 0 5097 21 0 0 25 0 1 0 213842152 59375616 14291 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29098/statm: 14496 14291 140 302 0 14191 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 57984

[startup+102.433 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 29099
/proc/meminfo: memFree=1507360/2055920 swapFree=4158120/4192956
[pid=29098] ppid=29096 vsize=86484 CPUtime=102.39
/proc/29098/stat : 29098 (Spear-32) R 29096 29098 28183 0 -1 4194304 21555 0 0 0 10204 35 0 0 25 0 1 0 213842152 88559616 21312 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29098/statm: 21621 21312 140 302 0 21316 0
Current children cumulated CPU time (s) 102.39
Current children cumulated vsize (KiB) 86484

[startup+162.478 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 29099
/proc/meminfo: memFree=1481248/2055920 swapFree=4158120/4192956
[pid=29098] ppid=29096 vsize=112056 CPUtime=162.42
/proc/29098/stat : 29098 (Spear-32) R 29096 29098 28183 0 -1 4194304 27944 0 0 0 16193 49 0 0 25 0 1 0 213842152 114745344 27701 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29098/statm: 28014 27701 140 302 0 27709 0
Current children cumulated CPU time (s) 162.42
Current children cumulated vsize (KiB) 112056

[startup+222.512 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 29099
/proc/meminfo: memFree=1461280/2055920 swapFree=4158120/4192956
[pid=29098] ppid=29096 vsize=131964 CPUtime=222.44
/proc/29098/stat : 29098 (Spear-32) R 29096 29098 28183 0 -1 4194304 32936 0 0 0 22183 61 0 0 25 0 1 0 213842152 135131136 32693 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29098/statm: 32991 32693 140 302 0 32686 0
Current children cumulated CPU time (s) 222.44
Current children cumulated vsize (KiB) 131964

[startup+282.551 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 29099
/proc/meminfo: memFree=1444640/2055920 swapFree=4158120/4192956
[pid=29098] ppid=29096 vsize=149744 CPUtime=282.46
/proc/29098/stat : 29098 (Spear-32) R 29096 29098 28183 0 -1 4194304 37356 0 0 0 28174 72 0 0 25 0 1 0 213842152 153337856 36856 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/29098/statm: 37436 36856 140 302 0 37131 0
Current children cumulated CPU time (s) 282.46
Current children cumulated vsize (KiB) 149744

[startup+342.588 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 29099
/proc/meminfo: memFree=1426912/2055920 swapFree=4158120/4192956
[pid=29098] ppid=29096 vsize=167464 CPUtime=342.48
/proc/29098/stat : 29098 (Spear-32) R 29096 29098 28183 0 -1 4194304 41811 0 0 0 34166 82 0 0 25 0 1 0 213842152 171483136 41311 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29098/statm: 41866 41311 140 302 0 41561 0
Current children cumulated CPU time (s) 342.48
Current children cumulated vsize (KiB) 167464

[startup+402.628 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 29101
/proc/meminfo: memFree=1411104/2055920 swapFree=4158120/4192956
[pid=29098] ppid=29096 vsize=182928 CPUtime=402.5
/proc/29098/stat : 29098 (Spear-32) R 29096 29098 28183 0 -1 4194304 45692 0 0 0 40158 92 0 0 25 0 1 0 213842152 187318272 45192 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29098/statm: 45732 45192 140 302 0 45427 0
Current children cumulated CPU time (s) 402.5
Current children cumulated vsize (KiB) 182928

[startup+462.664 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 29101
/proc/meminfo: memFree=1396960/2055920 swapFree=4158120/4192956
[pid=29098] ppid=29096 vsize=197096 CPUtime=462.52
/proc/29098/stat : 29098 (Spear-32) R 29096 29098 28183 0 -1 4194304 49236 0 0 0 46151 101 0 0 25 0 1 0 213842152 201826304 48736 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29098/statm: 49274 48736 140 302 0 48969 0
Current children cumulated CPU time (s) 462.52
Current children cumulated vsize (KiB) 197096

[startup+522.702 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 29101
/proc/meminfo: memFree=1384480/2055920 swapFree=4158120/4192956
[pid=29098] ppid=29096 vsize=209772 CPUtime=522.53
/proc/29098/stat : 29098 (Spear-32) R 29096 29098 28183 0 -1 4194304 52361 0 0 0 52145 108 0 0 25 0 1 0 213842152 214806528 51861 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526926 0 0 4096 0 0 0 0 17 1 0 0
/proc/29098/statm: 52443 51861 140 302 0 52138 0
Current children cumulated CPU time (s) 522.53
Current children cumulated vsize (KiB) 209772

[startup+582.735 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 29101
/proc/meminfo: memFree=1372512/2055920 swapFree=4158120/4192956
[pid=29098] ppid=29096 vsize=221812 CPUtime=582.55
/proc/29098/stat : 29098 (Spear-32) R 29096 29098 28183 0 -1 4194304 55357 0 0 0 58139 116 0 0 25 0 1 0 213842152 227135488 54857 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/29098/statm: 55453 54857 140 302 0 55148 0
Current children cumulated CPU time (s) 582.55
Current children cumulated vsize (KiB) 221812

[startup+642.771 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 29101
/proc/meminfo: memFree=1359648/2055920 swapFree=4158120/4192956
[pid=29098] ppid=29096 vsize=234880 CPUtime=642.57
/proc/29098/stat : 29098 (Spear-32) R 29096 29098 28183 0 -1 4194304 58584 0 0 0 64133 124 0 0 25 0 1 0 213842152 240517120 58084 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/29098/statm: 58720 58084 140 302 0 58415 0
Current children cumulated CPU time (s) 642.57
Current children cumulated vsize (KiB) 234880

[startup+702.807 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 29101
/proc/meminfo: memFree=1347104/2055920 swapFree=4158120/4192956
[pid=29098] ppid=29096 vsize=247256 CPUtime=702.59
/proc/29098/stat : 29098 (Spear-32) R 29096 29098 28183 0 -1 4194304 61713 0 0 0 70127 132 0 0 25 0 1 0 213842152 253190144 61213 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526967 0 0 4096 0 0 0 0 17 1 0 0
/proc/29098/statm: 61814 61213 140 302 0 61509 0
Current children cumulated CPU time (s) 702.59
Current children cumulated vsize (KiB) 247256

[startup+762.843 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 29101
/proc/meminfo: memFree=1335328/2055920 swapFree=4158120/4192956
[pid=29098] ppid=29096 vsize=258944 CPUtime=762.61
/proc/29098/stat : 29098 (Spear-32) R 29096 29098 28183 0 -1 4194304 64667 0 0 0 76121 140 0 0 25 0 1 0 213842152 265158656 64167 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/29098/statm: 64736 64167 140 302 0 64431 0
Current children cumulated CPU time (s) 762.61
Current children cumulated vsize (KiB) 258944

[startup+822.885 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 29101
/proc/meminfo: memFree=1323872/2055920 swapFree=4158120/4192956
[pid=29098] ppid=29096 vsize=272448 CPUtime=822.63
/proc/29098/stat : 29098 (Spear-32) R 29096 29098 28183 0 -1 4194304 68001 0 0 0 82117 146 0 0 25 0 1 0 213842152 278986752 66988 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/29098/statm: 68112 66988 140 302 0 67807 0
Current children cumulated CPU time (s) 822.63
Current children cumulated vsize (KiB) 272448

[startup+882.92 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 29101
/proc/meminfo: memFree=1313376/2055920 swapFree=4158120/4192956
[pid=29098] ppid=29096 vsize=283016 CPUtime=882.65
/proc/29098/stat : 29098 (Spear-32) R 29096 29098 28183 0 -1 4194304 70637 0 0 0 88112 153 0 0 25 0 1 0 213842152 289808384 69624 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29098/statm: 70754 69624 140 302 0 70449 0
Current children cumulated CPU time (s) 882.65
Current children cumulated vsize (KiB) 283016

[startup+942.952 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 29101
/proc/meminfo: memFree=1303392/2055920 swapFree=4158120/4192956
[pid=29098] ppid=29096 vsize=293048 CPUtime=942.67
/proc/29098/stat : 29098 (Spear-32) R 29096 29098 28183 0 -1 4194304 73132 0 0 0 94105 162 0 0 25 0 1 0 213842152 300081152 72119 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526950 0 0 4096 0 0 0 0 17 1 0 0
/proc/29098/statm: 73262 72119 140 302 0 72957 0
Current children cumulated CPU time (s) 942.67
Current children cumulated vsize (KiB) 293048

[startup+1002.99 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 29101
/proc/meminfo: memFree=1293600/2055920 swapFree=4158120/4192956
[pid=29098] ppid=29096 vsize=302824 CPUtime=1002.68
/proc/29098/stat : 29098 (Spear-32) R 29096 29098 28183 0 -1 4194304 75587 0 0 0 100099 169 0 0 25 0 1 0 213842152 310091776 74574 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29098/statm: 75706 74574 140 302 0 75401 0
Current children cumulated CPU time (s) 1002.68
Current children cumulated vsize (KiB) 302824

[startup+1063.03 s]
/proc/loadavg: 1.13 1.03 0.96 2/78 29101
/proc/meminfo: memFree=1284064/2055920 swapFree=4158120/4192956
[pid=29098] ppid=29096 vsize=312236 CPUtime=1062.7
/proc/29098/stat : 29098 (Spear-32) R 29096 29098 28183 0 -1 4194304 77946 0 0 0 106094 176 0 0 25 0 1 0 213842152 319729664 76933 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29098/statm: 78059 76933 140 302 0 77754 0
Current children cumulated CPU time (s) 1062.7
Current children cumulated vsize (KiB) 312236

[startup+1123.06 s]
/proc/loadavg: 1.05 1.02 0.96 2/78 29101
/proc/meminfo: memFree=1275360/2055920 swapFree=4158120/4192956
[pid=29098] ppid=29096 vsize=321100 CPUtime=1122.71
/proc/29098/stat : 29098 (Spear-32) R 29096 29098 28183 0 -1 4194304 80124 0 0 0 112089 182 0 0 25 0 1 0 213842152 328806400 79111 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/29098/statm: 80275 79111 140 302 0 79970 0
Current children cumulated CPU time (s) 1122.71
Current children cumulated vsize (KiB) 321100

[startup+1183.1 s]
/proc/loadavg: 1.02 1.02 0.96 2/78 29101
/proc/meminfo: memFree=1267296/2055920 swapFree=4158120/4192956
[pid=29098] ppid=29096 vsize=329172 CPUtime=1182.74
/proc/29098/stat : 29098 (Spear-32) R 29096 29098 28183 0 -1 4194304 82122 0 0 0 118086 188 0 0 25 0 1 0 213842152 337072128 81109 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29098/statm: 82293 81109 140 302 0 81988 0
Current children cumulated CPU time (s) 1182.74
Current children cumulated vsize (KiB) 329172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.41 s]
/proc/loadavg: 1.01 1.02 0.96 2/78 29101
/proc/meminfo: memFree=1264992/2055920 swapFree=4158120/4192956
[pid=29098] ppid=29096 vsize=331364 CPUtime=1200.05
/proc/29098/stat : 29098 (Spear-32) R 29096 29098 28183 0 -1 4194304 82687 0 0 0 119815 190 0 0 25 0 1 0 213842152 339316736 81674 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526967 0 0 4096 0 0 0 0 17 1 0 0
/proc/29098/statm: 82841 81674 140 302 0 82536 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 331364

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

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

[startup+1200.41 s]
/proc/loadavg: 1.01 1.02 0.96 2/78 29101
/proc/meminfo: memFree=1264992/2055920 swapFree=4158120/4192956
[pid=29098] ppid=29096 vsize=331364 CPUtime=1200.05
/proc/29098/stat : 29098 (Spear-32) R 29096 29098 28183 0 -1 4194304 82687 0 0 0 119815 190 0 0 25 0 1 0 213842152 339316736 81674 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526967 0 0 4096 0 0 0 0 17 1 0 0
/proc/29098/statm: 82841 81674 140 302 0 82536 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 331364

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.47
CPU time (s): 1200.11
CPU user time (s): 1198.16
CPU system time (s): 1.9537
CPU usage (%): 99.9703
Max. virtual memory (cumulated for all children) (KiB): 331364

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

runsolver used 1.2838 second user time and 2.98855 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Tue Feb 20 02:34:31 UTC 2007

IDJOB= 300843
IDBENCH= 20044
IDSOLVER= 131
FILE ID= node1/300843-1171938871

PBS_JOBID= 3848918

Free space on /tmp= 66550 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/5SAT/v700/unif-k5-r20-v700-c14000-S1638354370-16.cnf
COMMAND LINE= /tmp/evaluation/300843-1171938871/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/300843-1171938871/instance-300843-1171938871.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-300843-1171938871 -o ROOT/results/node1/solver-300843-1171938871 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/300843-1171938871/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/300843-1171938871/instance-300843-1171938871.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  ba6ae373482c2c9451134b661ab28d3f

RANDOM SEED= 291695680

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node1.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.230
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.230
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:       1592576 kB
Buffers:         54000 kB
Cached:         313080 kB
SwapCached:      15284 kB
Active:         258964 kB
Inactive:       131892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1592576 kB
SwapTotal:     4192956 kB
SwapFree:      4158120 kB
Dirty:            1892 kB
Writeback:           0 kB
Mapped:          30516 kB
Slab:            58048 kB
Committed_AS:   697104 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= 66550 MiB

End job on node1 on Tue Feb 20 02:54:33 UTC 2007