Trace number 292480

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

General information on the benchmark

Namerandom/OnTreshold/5SAT/v90/
unif-k5-r21.3-v90-c1917-S1110074311-09.UNSAT.shuffled.cnf
MD5SUM02a107b9ff03aada11a30505baf8353d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark201.592
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses1917
Sum of the clauses size9585
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 51917
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/292480-1171754812/instance-292480-1171754812.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/node75/watcher-292480-1171754812 -o ROOT/results/node75/solver-292480-1171754812 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/292480-1171754812/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/292480-1171754812/instance-292480-1171754812.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/64 10122
/proc/meminfo: memFree=834864/2055920 swapFree=4183176/4192956
[pid=10122] ppid=10120 vsize=1396 CPUtime=0
/proc/10122/stat : 10122 (Spear-32) R 10120 10122 8673 0 -1 4194304 185 0 0 0 0 0 0 0 19 0 1 0 195447044 1429504 169 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10122/statm: 349 169 129 302 0 44 0

[startup+0.10698 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10122
/proc/meminfo: memFree=834864/2055920 swapFree=4183176/4192956
[pid=10122] ppid=10120 vsize=1788 CPUtime=0.1
/proc/10122/stat : 10122 (Spear-32) R 10120 10122 8673 0 -1 4194304 295 0 0 0 10 0 0 0 20 0 1 0 195447044 1830912 279 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10122/statm: 447 279 140 302 0 142 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1788

[startup+0.515028 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10122
/proc/meminfo: memFree=834864/2055920 swapFree=4183176/4192956
[pid=10122] ppid=10120 vsize=2700 CPUtime=0.5
/proc/10122/stat : 10122 (Spear-32) R 10120 10122 8673 0 -1 4194304 502 0 0 0 50 0 0 0 24 0 1 0 195447044 2764800 486 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10122/statm: 675 486 140 302 0 370 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2700

[startup+1.33512 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10123
/proc/meminfo: memFree=832616/2055920 swapFree=4183176/4192956
[pid=10122] ppid=10120 vsize=3732 CPUtime=1.32
/proc/10122/stat : 10122 (Spear-32) R 10120 10122 8673 0 -1 4194304 755 0 0 0 131 1 0 0 25 0 1 0 195447044 3821568 739 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10122/statm: 933 739 140 302 0 628 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3732

[startup+2.97132 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10123
/proc/meminfo: memFree=831400/2055920 swapFree=4183176/4192956
[pid=10122] ppid=10120 vsize=5032 CPUtime=2.96
/proc/10122/stat : 10122 (Spear-32) R 10120 10122 8673 0 -1 4194304 1084 0 0 0 294 2 0 0 25 0 1 0 195447044 5152768 1068 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10122/statm: 1258 1068 140 302 0 953 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5032

[startup+6.24771 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10123
/proc/meminfo: memFree=829480/2055920 swapFree=4183176/4192956
[pid=10122] ppid=10120 vsize=6712 CPUtime=6.24
/proc/10122/stat : 10122 (Spear-32) R 10120 10122 8673 0 -1 4194304 1518 0 0 0 619 5 0 0 25 0 1 0 195447044 6873088 1469 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10122/statm: 1678 1469 140 302 0 1373 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6712

[startup+12.7035 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10123
/proc/meminfo: memFree=827048/2055920 swapFree=4183176/4192956
[pid=10122] ppid=10120 vsize=8932 CPUtime=12.69
/proc/10122/stat : 10122 (Spear-32) R 10120 10122 8673 0 -1 4194304 2069 0 0 0 1262 7 0 0 25 0 1 0 195447044 9146368 2020 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10122/statm: 2233 2020 140 302 0 1928 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8932

[startup+25.508 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10123
/proc/meminfo: memFree=823784/2055920 swapFree=4183176/4192956
[pid=10122] ppid=10120 vsize=12464 CPUtime=25.49
/proc/10122/stat : 10122 (Spear-32) R 10120 10122 8673 0 -1 4194304 2953 0 0 0 2539 10 0 0 25 0 1 0 195447044 12763136 2839 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526727 0 0 4096 0 0 0 0 17 1 0 0
/proc/10122/statm: 3116 2839 140 302 0 2811 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 12464

[startup+51.115 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10123
/proc/meminfo: memFree=819496/2055920 swapFree=4183176/4192956
[pid=10122] ppid=10120 vsize=16804 CPUtime=51.09
/proc/10122/stat : 10122 (Spear-32) R 10120 10122 8673 0 -1 4194304 4013 0 0 0 5094 15 0 0 25 0 1 0 195447044 17207296 3899 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10122/statm: 4201 3899 140 302 0 3896 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 16804

[startup+102.326 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10123
/proc/meminfo: memFree=813160/2055920 swapFree=4183176/4192956
[pid=10122] ppid=10120 vsize=23788 CPUtime=102.29
/proc/10122/stat : 10122 (Spear-32) R 10120 10122 8673 0 -1 4194304 5720 0 0 0 10206 23 0 0 25 0 1 0 195447044 24358912 5477 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526758 0 0 4096 0 0 0 0 17 1 0 0
/proc/10122/statm: 5947 5477 140 302 0 5642 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 23788

[startup+162.345 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10123
/proc/meminfo: memFree=807528/2055920 swapFree=4183176/4192956
[pid=10122] ppid=10120 vsize=29248 CPUtime=162.29
/proc/10122/stat : 10122 (Spear-32) R 10120 10122 8673 0 -1 4194304 7100 0 0 0 16198 31 0 0 25 0 1 0 195447044 29949952 6857 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10122/statm: 7312 6857 140 302 0 7007 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 29248

[startup+222.364 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10123
/proc/meminfo: memFree=802856/2055920 swapFree=4183176/4192956
[pid=10122] ppid=10120 vsize=34112 CPUtime=222.29
/proc/10122/stat : 10122 (Spear-32) R 10120 10122 8673 0 -1 4194304 8268 0 0 0 22190 39 0 0 25 0 1 0 195447044 34930688 8025 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10122/statm: 8528 8025 140 302 0 8223 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 34112

[startup+282.384 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10123
/proc/meminfo: memFree=798632/2055920 swapFree=4183176/4192956
[pid=10122] ppid=10120 vsize=39684 CPUtime=282.29
/proc/10122/stat : 10122 (Spear-32) R 10120 10122 8673 0 -1 4194304 9581 0 0 0 28183 46 0 0 25 0 1 0 195447044 40636416 9081 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10122/statm: 9921 9081 140 302 0 9616 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 39684

[startup+342.403 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10123
/proc/meminfo: memFree=794792/2055920 swapFree=4183176/4192956
[pid=10122] ppid=10120 vsize=43616 CPUtime=342.3
/proc/10122/stat : 10122 (Spear-32) R 10120 10122 8673 0 -1 4194304 10538 0 0 0 34178 52 0 0 25 0 1 0 195447044 44662784 10038 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526784 0 0 4096 0 0 0 0 17 1 0 0
/proc/10122/statm: 10904 10038 140 302 0 10599 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 43616

[startup+402.424 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10123
/proc/meminfo: memFree=791528/2055920 swapFree=4183176/4192956
[pid=10122] ppid=10120 vsize=47152 CPUtime=402.31
/proc/10122/stat : 10122 (Spear-32) R 10120 10122 8673 0 -1 4194304 11323 0 0 0 40173 58 0 0 25 0 1 0 195447044 48283648 10823 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10122/statm: 11788 10823 140 302 0 11483 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 47152

[startup+462.445 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10123
/proc/meminfo: memFree=788648/2055920 swapFree=4183176/4192956
[pid=10122] ppid=10120 vsize=49888 CPUtime=462.31
/proc/10122/stat : 10122 (Spear-32) R 10120 10122 8673 0 -1 4194304 12072 0 0 0 46167 64 0 0 25 0 1 0 195447044 51085312 11572 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526843 0 0 4096 0 0 0 0 17 1 0 0
/proc/10122/statm: 12472 11572 140 302 0 12167 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 49888

[startup+522.467 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10123
/proc/meminfo: memFree=785832/2055920 swapFree=4183176/4192956
[pid=10122] ppid=10120 vsize=52928 CPUtime=522.31
/proc/10122/stat : 10122 (Spear-32) R 10120 10122 8673 0 -1 4194304 12774 0 0 0 52162 69 0 0 25 0 1 0 195447044 54198272 12274 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10122/statm: 13232 12274 140 302 0 12927 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 52928

[startup+582.49 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10123
/proc/meminfo: memFree=783144/2055920 swapFree=4183176/4192956
[pid=10122] ppid=10120 vsize=55560 CPUtime=582.32
/proc/10122/stat : 10122 (Spear-32) R 10120 10122 8673 0 -1 4194304 13425 0 0 0 58159 73 0 0 25 0 1 0 195447044 56893440 12925 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10122/statm: 13890 12925 140 302 0 13585 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 55560

[startup+642.508 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10123
/proc/meminfo: memFree=780776/2055920 swapFree=4183176/4192956
[pid=10122] ppid=10120 vsize=57796 CPUtime=642.32
/proc/10122/stat : 10122 (Spear-32) R 10120 10122 8673 0 -1 4194304 14014 0 0 0 64153 79 0 0 25 0 1 0 195447044 59183104 13514 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/10122/statm: 14449 13514 140 302 0 14144 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 57796

[startup+702.525 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10125
/proc/meminfo: memFree=777896/2055920 swapFree=4183176/4192956
[pid=10122] ppid=10120 vsize=60868 CPUtime=702.32
/proc/10122/stat : 10122 (Spear-32) R 10120 10122 8673 0 -1 4194304 14740 0 0 0 70149 83 0 0 25 0 1 0 195447044 62328832 14240 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10122/statm: 15217 14240 140 302 0 14912 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 60868

[startup+762.546 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10125
/proc/meminfo: memFree=775784/2055920 swapFree=4183176/4192956
[pid=10122] ppid=10120 vsize=62980 CPUtime=762.32
/proc/10122/stat : 10122 (Spear-32) R 10120 10122 8673 0 -1 4194304 15255 0 0 0 76146 86 0 0 25 0 1 0 195447044 64491520 14755 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10122/statm: 15745 14755 140 302 0 15440 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 62980

[startup+822.572 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10125
/proc/meminfo: memFree=773672/2055920 swapFree=4183176/4192956
[pid=10122] ppid=10120 vsize=65068 CPUtime=822.34
/proc/10122/stat : 10122 (Spear-32) R 10120 10122 8673 0 -1 4194304 15801 0 0 0 82144 90 0 0 25 0 1 0 195447044 66629632 15301 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10122/statm: 16267 15301 140 302 0 15962 0
Current children cumulated CPU time (s) 822.34
Current children cumulated vsize (KiB) 65068

[startup+882.593 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10125
/proc/meminfo: memFree=771368/2055920 swapFree=4183176/4192956
[pid=10122] ppid=10120 vsize=67640 CPUtime=882.34
/proc/10122/stat : 10122 (Spear-32) R 10120 10122 8673 0 -1 4194304 16405 0 0 0 88140 94 0 0 25 0 1 0 195447044 69263360 15905 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10122/statm: 16910 15905 140 302 0 16605 0
Current children cumulated CPU time (s) 882.34
Current children cumulated vsize (KiB) 67640

[startup+942.615 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10125
/proc/meminfo: memFree=769192/2055920 swapFree=4183176/4192956
[pid=10122] ppid=10120 vsize=71612 CPUtime=942.35
/proc/10122/stat : 10122 (Spear-32) R 10120 10122 8673 0 -1 4194304 17446 0 0 0 94135 100 0 0 25 0 1 0 195447044 73330688 16433 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10122/statm: 17903 16433 140 302 0 17598 0
Current children cumulated CPU time (s) 942.35
Current children cumulated vsize (KiB) 71612

[startup+1002.64 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10125
/proc/meminfo: memFree=767208/2055920 swapFree=4183176/4192956
[pid=10122] ppid=10120 vsize=73476 CPUtime=1002.35
/proc/10122/stat : 10122 (Spear-32) R 10120 10122 8673 0 -1 4194304 17935 0 0 0 100132 103 0 0 25 0 1 0 195447044 75239424 16922 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10122/statm: 18369 16922 140 302 0 18064 0
Current children cumulated CPU time (s) 1002.35
Current children cumulated vsize (KiB) 73476

[startup+1062.66 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10125
/proc/meminfo: memFree=765480/2055920 swapFree=4183176/4192956
[pid=10122] ppid=10120 vsize=75308 CPUtime=1062.36
/proc/10122/stat : 10122 (Spear-32) R 10120 10122 8673 0 -1 4194304 18364 0 0 0 106130 106 0 0 25 0 1 0 195447044 77115392 17351 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526727 0 0 4096 0 0 0 0 17 1 0 0
/proc/10122/statm: 18827 17351 140 302 0 18522 0
Current children cumulated CPU time (s) 1062.36
Current children cumulated vsize (KiB) 75308

[startup+1122.68 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10125
/proc/meminfo: memFree=763304/2055920 swapFree=4183176/4192956
[pid=10122] ppid=10120 vsize=78208 CPUtime=1122.36
/proc/10122/stat : 10122 (Spear-32) R 10120 10122 8673 0 -1 4194304 18911 0 0 0 112128 108 0 0 25 0 1 0 195447044 80084992 17898 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526849 0 0 4096 0 0 0 0 17 1 0 0
/proc/10122/statm: 19552 17898 140 302 0 19247 0
Current children cumulated CPU time (s) 1122.36
Current children cumulated vsize (KiB) 78208

[startup+1182.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10125
/proc/meminfo: memFree=761512/2055920 swapFree=4183176/4192956
[pid=10122] ppid=10120 vsize=80068 CPUtime=1182.37
/proc/10122/stat : 10122 (Spear-32) R 10120 10122 8673 0 -1 4194304 19352 0 0 0 118125 112 0 0 25 0 1 0 195447044 81989632 18339 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10122/statm: 20017 18339 140 302 0 19712 0
Current children cumulated CPU time (s) 1182.37
Current children cumulated vsize (KiB) 80068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.42 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10125
/proc/meminfo: memFree=761000/2055920 swapFree=4183176/4192956
[pid=10122] ppid=10120 vsize=80580 CPUtime=1200.08
/proc/10122/stat : 10122 (Spear-32) R 10120 10122 8673 0 -1 4194304 19478 0 0 0 119895 113 0 0 25 0 1 0 195447044 82513920 18465 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10122/statm: 20145 18465 140 302 0 19840 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 80580

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

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

[startup+1200.42 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10125
/proc/meminfo: memFree=761000/2055920 swapFree=4183176/4192956
[pid=10122] ppid=10120 vsize=80580 CPUtime=1200.08
/proc/10122/stat : 10122 (Spear-32) R 10120 10122 8673 0 -1 4194304 19478 0 0 0 119895 113 0 0 25 0 1 0 195447044 82513920 18465 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10122/statm: 20145 18465 140 302 0 19840 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 80580

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.43
CPU time (s): 1200.11
CPU user time (s): 1198.96
CPU system time (s): 1.14882
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 80580

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

runsolver used 0.688895 second user time and 2.52562 second system time

The end

Launcher Data (download as text)

Begin job on node75 on Sat Feb 17 23:26:52 UTC 2007

IDJOB= 292480
IDBENCH= 19840
IDSOLVER= 132
FILE ID= node75/292480-1171754812

PBS_JOBID= 3839451

Free space on /tmp= 66563 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v90/unif-k5-r21.3-v90-c1917-S1110074311-09.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/292480-1171754812/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/292480-1171754812/instance-292480-1171754812.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node75/watcher-292480-1171754812 -o ROOT/results/node75/solver-292480-1171754812 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/292480-1171754812/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/292480-1171754812/instance-292480-1171754812.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  02a107b9ff03aada11a30505baf8353d

RANDOM SEED= 772905876

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node75.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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        835272 kB
Buffers:         39588 kB
Cached:        1085384 kB
SwapCached:       3828 kB
Active:         717528 kB
Inactive:       417120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        835272 kB
SwapTotal:     4192956 kB
SwapFree:      4183176 kB
Dirty:            1580 kB
Writeback:           0 kB
Mapped:          15640 kB
Slab:            71976 kB
Committed_AS:   570032 kB
PageTables:       1432 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 node75 on Sat Feb 17 23:46:55 UTC 2007