Trace number 292849

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.04 1200.46

General information on the benchmark

Namerandom/OnTreshold/5SAT/v100/
unif-k5-r21.3-v100-c2130-S1180773190-07.SAT.shuffled.cnf
MD5SUMeb01b1df9ef5b6e40fb94f06740282a1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.463929
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
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 52130
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/292849-1171759913/instance-292849-1171759913.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/node21/watcher-292849-1171759913 -o ROOT/results/node21/solver-292849-1171759913 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/292849-1171759913/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/292849-1171759913/instance-292849-1171759913.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 11242
/proc/meminfo: memFree=797432/2055920 swapFree=4147448/4192956
[pid=11242] ppid=11240 vsize=1396 CPUtime=0
/proc/11242/stat : 11242 (Spear-32) R 11240 11242 11094 0 -1 4194304 184 0 0 0 0 0 0 0 18 0 1 0 195945236 1429504 168 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/11242/statm: 349 168 128 302 0 44 0

[startup+0.107113 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 11242
/proc/meminfo: memFree=797432/2055920 swapFree=4147448/4192956
[pid=11242] ppid=11240 vsize=1912 CPUtime=0.1
/proc/11242/stat : 11242 (Spear-32) R 11240 11242 11094 0 -1 4194304 296 0 0 0 10 0 0 0 18 0 1 0 195945236 1957888 280 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11242/statm: 478 280 140 302 0 173 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1912

[startup+0.515156 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 11242
/proc/meminfo: memFree=797432/2055920 swapFree=4147448/4192956
[pid=11242] ppid=11240 vsize=2756 CPUtime=0.5
/proc/11242/stat : 11242 (Spear-32) R 11240 11242 11094 0 -1 4194304 499 0 0 0 49 1 0 0 22 0 1 0 195945236 2822144 483 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11242/statm: 689 483 140 302 0 384 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2756

[startup+1.33524 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 11243
/proc/meminfo: memFree=795312/2055920 swapFree=4147448/4192956
[pid=11242] ppid=11240 vsize=3672 CPUtime=1.33
/proc/11242/stat : 11242 (Spear-32) R 11240 11242 11094 0 -1 4194304 738 0 0 0 131 2 0 0 25 0 1 0 195945236 3760128 722 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11242/statm: 918 722 140 302 0 613 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3672

[startup+2.97142 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 11243
/proc/meminfo: memFree=794096/2055920 swapFree=4147448/4192956
[pid=11242] ppid=11240 vsize=4860 CPUtime=2.96
/proc/11242/stat : 11242 (Spear-32) R 11240 11242 11094 0 -1 4194304 1051 0 0 0 293 3 0 0 25 0 1 0 195945236 4976640 1035 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11242/statm: 1215 1035 140 302 0 910 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4860

[startup+6.25379 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 11243
/proc/meminfo: memFree=792048/2055920 swapFree=4147448/4192956
[pid=11242] ppid=11240 vsize=6828 CPUtime=6.24
/proc/11242/stat : 11242 (Spear-32) R 11240 11242 11094 0 -1 4194304 1545 0 0 0 619 5 0 0 25 0 1 0 195945236 6991872 1496 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11242/statm: 1707 1496 140 302 0 1402 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6828

[startup+12.7045 s]
/proc/loadavg: 0.94 0.98 0.99 2/78 11243
/proc/meminfo: memFree=789368/2055920 swapFree=4147448/4192956
[pid=11242] ppid=11240 vsize=9316 CPUtime=12.69
/proc/11242/stat : 11242 (Spear-32) R 11240 11242 11094 0 -1 4194304 2174 0 0 0 1261 8 0 0 25 0 1 0 195945236 9539584 2125 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11242/statm: 2329 2125 140 302 0 2024 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9316

[startup+25.5119 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 11243
/proc/meminfo: memFree=786104/2055920 swapFree=4147448/4192956
[pid=11242] ppid=11240 vsize=12868 CPUtime=25.49
/proc/11242/stat : 11242 (Spear-32) R 11240 11242 11094 0 -1 4194304 3048 0 0 0 2538 11 0 0 25 0 1 0 195945236 13176832 2934 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11242/statm: 3217 2934 140 302 0 2912 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 12868

[startup+51.1267 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 11243
/proc/meminfo: memFree=781624/2055920 swapFree=4147448/4192956
[pid=11242] ppid=11240 vsize=17344 CPUtime=51.1
/proc/11242/stat : 11242 (Spear-32) R 11240 11242 11094 0 -1 4194304 4146 0 0 0 5093 17 0 0 25 0 1 0 195945236 17760256 4032 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11242/statm: 4336 4032 140 302 0 4031 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 17344

[startup+102.35 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 11243
/proc/meminfo: memFree=775096/2055920 swapFree=4147448/4192956
[pid=11242] ppid=11240 vsize=24428 CPUtime=102.31
/proc/11242/stat : 11242 (Spear-32) R 11240 11242 11094 0 -1 4194304 5890 0 0 0 10205 26 0 0 25 0 1 0 195945236 25014272 5647 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11242/statm: 6107 5647 140 302 0 5802 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 24428

[startup+162.39 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 11243
/proc/meminfo: memFree=768824/2055920 swapFree=4147448/4192956
[pid=11242] ppid=11240 vsize=30676 CPUtime=162.34
/proc/11242/stat : 11242 (Spear-32) R 11240 11242 11094 0 -1 4194304 7444 0 0 0 16199 35 0 0 25 0 1 0 195945236 31412224 7201 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11242/statm: 7669 7201 140 302 0 7364 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 30676

[startup+222.422 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 11243
/proc/meminfo: memFree=764024/2055920 swapFree=4147448/4192956
[pid=11242] ppid=11240 vsize=35488 CPUtime=222.35
/proc/11242/stat : 11242 (Spear-32) R 11240 11242 11094 0 -1 4194304 8633 0 0 0 22192 43 0 0 25 0 1 0 195945236 36339712 8390 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/11242/statm: 8872 8390 140 302 0 8567 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 35488

[startup+282.452 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 11243
/proc/meminfo: memFree=759800/2055920 swapFree=4147448/4192956
[pid=11242] ppid=11240 vsize=40748 CPUtime=282.36
/proc/11242/stat : 11242 (Spear-32) R 11240 11242 11094 0 -1 4194304 9951 0 0 0 28187 49 0 0 25 0 1 0 195945236 41725952 9451 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11242/statm: 10187 9451 140 302 0 9882 0
Current children cumulated CPU time (s) 282.36
Current children cumulated vsize (KiB) 40748

[startup+342.484 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 11243
/proc/meminfo: memFree=755512/2055920 swapFree=4147448/4192956
[pid=11242] ppid=11240 vsize=45392 CPUtime=342.39
/proc/11242/stat : 11242 (Spear-32) R 11240 11242 11094 0 -1 4194304 11027 0 0 0 34183 56 0 0 25 0 1 0 195945236 46481408 10527 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/11242/statm: 11348 10527 140 302 0 11043 0
Current children cumulated CPU time (s) 342.39
Current children cumulated vsize (KiB) 45392

[startup+402.524 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 11243
/proc/meminfo: memFree=752056/2055920 swapFree=4147448/4192956
[pid=11242] ppid=11240 vsize=49208 CPUtime=402.41
/proc/11242/stat : 11242 (Spear-32) R 11240 11242 11094 0 -1 4194304 11869 0 0 0 40179 62 0 0 25 0 1 0 195945236 50388992 11369 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11242/statm: 12302 11369 140 302 0 11997 0
Current children cumulated CPU time (s) 402.41
Current children cumulated vsize (KiB) 49208

[startup+462.561 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 11243
/proc/meminfo: memFree=749176/2055920 swapFree=4147448/4192956
[pid=11242] ppid=11240 vsize=52044 CPUtime=462.42
/proc/11242/stat : 11242 (Spear-32) R 11240 11242 11094 0 -1 4194304 12598 0 0 0 46177 65 0 0 25 0 1 0 195945236 53293056 12098 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11242/statm: 13011 12098 140 302 0 12706 0
Current children cumulated CPU time (s) 462.42
Current children cumulated vsize (KiB) 52044

[startup+522.593 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 11243
/proc/meminfo: memFree=746232/2055920 swapFree=4147448/4192956
[pid=11242] ppid=11240 vsize=54836 CPUtime=522.45
/proc/11242/stat : 11242 (Spear-32) R 11240 11242 11094 0 -1 4194304 13337 0 0 0 52174 71 0 0 25 0 1 0 195945236 56152064 12837 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526710 0 0 4096 0 0 0 0 17 1 0 0
/proc/11242/statm: 13709 12837 140 302 0 13404 0
Current children cumulated CPU time (s) 522.45
Current children cumulated vsize (KiB) 54836

[startup+582.644 s]
/proc/loadavg: 0.99 0.98 0.99 2/84 11351
/proc/meminfo: memFree=742152/2055920 swapFree=4147448/4192956
[pid=11242] ppid=11240 vsize=57704 CPUtime=582.43
/proc/11242/stat : 11242 (Spear-32) R 11240 11242 11094 0 -1 4194304 14028 0 0 0 58168 75 0 0 25 0 1 0 195945236 59088896 13528 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526849 0 0 4096 0 0 0 0 17 1 0 0
/proc/11242/statm: 14426 13528 140 302 0 14121 0
Current children cumulated CPU time (s) 582.43
Current children cumulated vsize (KiB) 57704

[startup+642.713 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 11441
/proc/meminfo: memFree=740536/2055920 swapFree=4147448/4192956
[pid=11242] ppid=11240 vsize=60400 CPUtime=642.44
/proc/11242/stat : 11242 (Spear-32) R 11240 11242 11094 0 -1 4194304 14678 0 0 0 64164 80 0 0 25 0 1 0 195945236 61849600 14178 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/11242/statm: 15100 14178 140 302 0 14795 0
Current children cumulated CPU time (s) 642.44
Current children cumulated vsize (KiB) 60400

[startup+702.745 s]
/proc/loadavg: 1.05 1.00 1.00 2/78 11441
/proc/meminfo: memFree=737464/2055920 swapFree=4147448/4192956
[pid=11242] ppid=11240 vsize=63772 CPUtime=702.46
/proc/11242/stat : 11242 (Spear-32) R 11240 11242 11094 0 -1 4194304 15467 0 0 0 70161 85 0 0 25 0 1 0 195945236 65302528 14967 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11242/statm: 15943 14967 140 302 0 15638 0
Current children cumulated CPU time (s) 702.46
Current children cumulated vsize (KiB) 63772

[startup+762.775 s]
/proc/loadavg: 1.02 1.00 1.00 2/78 11441
/proc/meminfo: memFree=735096/2055920 swapFree=4147448/4192956
[pid=11242] ppid=11240 vsize=66256 CPUtime=762.47
/proc/11242/stat : 11242 (Spear-32) R 11240 11242 11094 0 -1 4194304 16051 0 0 0 76158 89 0 0 25 0 1 0 195945236 67846144 15551 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11242/statm: 16564 15551 140 302 0 16259 0
Current children cumulated CPU time (s) 762.47
Current children cumulated vsize (KiB) 66256

[startup+822.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11441
/proc/meminfo: memFree=732856/2055920 swapFree=4147448/4192956
[pid=11242] ppid=11240 vsize=68788 CPUtime=822.48
/proc/11242/stat : 11242 (Spear-32) R 11240 11242 11094 0 -1 4194304 16647 0 0 0 82156 92 0 0 25 0 1 0 195945236 70438912 16147 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11242/statm: 17197 16147 140 302 0 16892 0
Current children cumulated CPU time (s) 822.48
Current children cumulated vsize (KiB) 68788

[startup+882.844 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11441
/proc/meminfo: memFree=730616/2055920 swapFree=4147448/4192956
[pid=11242] ppid=11240 vsize=71020 CPUtime=882.51
/proc/11242/stat : 11242 (Spear-32) R 11240 11242 11094 0 -1 4194304 17202 0 0 0 88154 97 0 0 25 0 1 0 195945236 72724480 16702 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526775 0 0 4096 0 0 0 0 17 1 0 0
/proc/11242/statm: 17755 16702 140 302 0 17450 0
Current children cumulated CPU time (s) 882.51
Current children cumulated vsize (KiB) 71020

[startup+942.882 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11441
/proc/meminfo: memFree=728440/2055920 swapFree=4147448/4192956
[pid=11242] ppid=11240 vsize=73100 CPUtime=942.52
/proc/11242/stat : 11242 (Spear-32) R 11240 11242 11094 0 -1 4194304 17751 0 0 0 94152 100 0 0 25 0 1 0 195945236 74854400 17251 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526843 0 0 4096 0 0 0 0 17 1 0 0
/proc/11242/statm: 18275 17251 140 302 0 17970 0
Current children cumulated CPU time (s) 942.52
Current children cumulated vsize (KiB) 73100

[startup+1002.92 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11441
/proc/meminfo: memFree=726264/2055920 swapFree=4147448/4192956
[pid=11242] ppid=11240 vsize=77328 CPUtime=1002.55
/proc/11242/stat : 11242 (Spear-32) R 11240 11242 11094 0 -1 4194304 18799 0 0 0 100151 104 0 0 25 0 1 0 195945236 79183872 17786 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526708 0 0 4096 0 0 0 0 17 1 0 0
/proc/11242/statm: 19332 17786 140 302 0 19027 0
Current children cumulated CPU time (s) 1002.55
Current children cumulated vsize (KiB) 77328

[startup+1062.96 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11441
/proc/meminfo: memFree=724344/2055920 swapFree=4147448/4192956
[pid=11242] ppid=11240 vsize=79420 CPUtime=1062.57
/proc/11242/stat : 11242 (Spear-32) R 11240 11242 11094 0 -1 4194304 19295 0 0 0 106150 107 0 0 25 0 1 0 195945236 81326080 18282 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526860 0 0 4096 0 0 0 0 17 1 0 0
/proc/11242/statm: 19855 18282 140 302 0 19550 0
Current children cumulated CPU time (s) 1062.57
Current children cumulated vsize (KiB) 79420

[startup+1122.99 s]
/proc/loadavg: 1.07 1.02 1.00 2/78 11441
/proc/meminfo: memFree=722232/2055920 swapFree=4147448/4192956
[pid=11242] ppid=11240 vsize=81520 CPUtime=1122.58
/proc/11242/stat : 11242 (Spear-32) R 11240 11242 11094 0 -1 4194304 19823 0 0 0 112147 111 0 0 25 0 1 0 195945236 83476480 18810 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11242/statm: 20380 18810 140 302 0 20075 0
Current children cumulated CPU time (s) 1122.58
Current children cumulated vsize (KiB) 81520

[startup+1183.02 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 11441
/proc/meminfo: memFree=720248/2055920 swapFree=4147448/4192956
[pid=11242] ppid=11240 vsize=83484 CPUtime=1182.6
/proc/11242/stat : 11242 (Spear-32) R 11240 11242 11094 0 -1 4194304 20315 0 0 0 118145 115 0 0 25 0 1 0 195945236 85487616 19302 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526957 0 0 4096 0 0 0 0 17 1 0 0
/proc/11242/statm: 20871 19302 140 302 0 20566 0
Current children cumulated CPU time (s) 1182.6
Current children cumulated vsize (KiB) 83484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.44 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 11441
/proc/meminfo: memFree=719736/2055920 swapFree=4147448/4192956
[pid=11242] ppid=11240 vsize=83868 CPUtime=1200.02
/proc/11242/stat : 11242 (Spear-32) R 11240 11242 11094 0 -1 4194304 20436 0 0 0 119885 117 0 0 25 0 1 0 195945236 85880832 19423 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/11242/statm: 20967 19423 140 302 0 20662 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 83868

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.46
CPU time (s): 1200.04
CPU user time (s): 1198.86
CPU system time (s): 1.18382
CPU usage (%): 99.9656
Max. virtual memory (cumulated for all children) (KiB): 83868

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

runsolver used 1.22681 second user time and 3.04354 second system time

The end

Launcher Data (download as text)

Begin job on node21 on Sun Feb 18 00:51:53 UTC 2007

IDJOB= 292849
IDBENCH= 19849
IDSOLVER= 132
FILE ID= node21/292849-1171759913

PBS_JOBID= 3839504

Free space on /tmp= 66563 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v100/unif-k5-r21.3-v100-c2130-S1180773190-07.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/292849-1171759913/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/292849-1171759913/instance-292849-1171759913.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node21/watcher-292849-1171759913 -o ROOT/results/node21/solver-292849-1171759913 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/292849-1171759913/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/292849-1171759913/instance-292849-1171759913.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  eb01b1df9ef5b6e40fb94f06740282a1

RANDOM SEED= 241859627

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node21.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.245
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.245
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:        797840 kB
Buffers:         41788 kB
Cached:        1108484 kB
SwapCached:      15384 kB
Active:         615368 kB
Inactive:       559912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        797840 kB
SwapTotal:     4192956 kB
SwapFree:      4147448 kB
Dirty:            1600 kB
Writeback:           0 kB
Mapped:          29732 kB
Slab:            68440 kB
Committed_AS:   624136 kB
PageTables:       1656 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66563 MiB

End job on node21 on Sun Feb 18 01:11:56 UTC 2007