Trace number 302894

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.09 1200.52

General information on the benchmark

Namerandom/LargeSize/7SAT/v240/
unif-k7-r85-v240-c20400-S52275463-03.cnf
MD5SUM4f306ec2f901f083b29f7f5a667073bd
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of clauses20400
Sum of the clauses size142800
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 520400

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/302894-1172022368/instance-302894-1172022368.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/node72/watcher-302894-1172022368 -o ROOT/results/node72/solver-302894-1172022368 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/302894-1172022368/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/302894-1172022368/instance-302894-1172022368.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.93 3/77 13014
/proc/meminfo: memFree=1578904/2055920 swapFree=4142504/4192956
[pid=13014] ppid=13012 vsize=1396 CPUtime=0
/proc/13014/stat : 13014 (Spear-32) R 13012 13014 12209 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 222204596 1429504 167 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 349 167 128 302 0 44 0

[startup+0.107295 s]
/proc/loadavg: 0.92 0.98 0.93 3/77 13014
/proc/meminfo: memFree=1578904/2055920 swapFree=4142504/4192956
[pid=13014] ppid=13012 vsize=2980 CPUtime=0.1
/proc/13014/stat : 13014 (Spear-32) R 13012 13014 12209 0 -1 4194304 564 0 0 0 10 0 0 0 18 0 1 0 222204596 3051520 548 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 745 548 140 302 0 440 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2980

[startup+0.515331 s]
/proc/loadavg: 0.92 0.98 0.93 3/77 13014
/proc/meminfo: memFree=1578904/2055920 swapFree=4142504/4192956
[pid=13014] ppid=13012 vsize=4004 CPUtime=0.5
/proc/13014/stat : 13014 (Spear-32) R 13012 13014 12209 0 -1 4194304 834 0 0 0 50 0 0 0 21 0 1 0 222204596 4100096 818 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 1001 818 140 302 0 696 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 4004

[startup+1.33541 s]
/proc/loadavg: 0.92 0.98 0.93 3/78 13015
/proc/meminfo: memFree=1574928/2055920 swapFree=4142504/4192956
[pid=13014] ppid=13012 vsize=5668 CPUtime=1.33
/proc/13014/stat : 13014 (Spear-32) R 13012 13014 12209 0 -1 4194304 1239 0 0 0 132 1 0 0 25 0 1 0 222204596 5804032 1223 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 1417 1223 140 302 0 1112 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 5668

[startup+2.97155 s]
/proc/loadavg: 0.92 0.98 0.93 2/78 13015
/proc/meminfo: memFree=1572944/2055920 swapFree=4142504/4192956
[pid=13014] ppid=13012 vsize=8240 CPUtime=2.96
/proc/13014/stat : 13014 (Spear-32) R 13012 13014 12209 0 -1 4194304 1854 0 0 0 293 3 0 0 25 0 1 0 222204596 8437760 1838 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 2060 1838 140 302 0 1755 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 8240

[startup+6.24885 s]
/proc/loadavg: 0.93 0.98 0.93 2/78 13015
/proc/meminfo: memFree=1568656/2055920 swapFree=4142504/4192956
[pid=13014] ppid=13012 vsize=11844 CPUtime=6.24
/proc/13014/stat : 13014 (Spear-32) R 13012 13014 12209 0 -1 4194304 2788 0 0 0 619 5 0 0 25 0 1 0 222204596 12128256 2772 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 2961 2772 140 302 0 2656 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 11844

[startup+12.7034 s]
/proc/loadavg: 0.93 0.98 0.93 2/78 13015
/proc/meminfo: memFree=1562512/2055920 swapFree=4142504/4192956
[pid=13014] ppid=13012 vsize=17648 CPUtime=12.7
/proc/13014/stat : 13014 (Spear-32) R 13012 13014 12209 0 -1 4194304 4251 0 0 0 1262 8 0 0 25 0 1 0 222204596 18071552 4202 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 4412 4202 140 302 0 4107 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 17648

[startup+25.5116 s]
/proc/loadavg: 0.95 0.98 0.93 2/78 13015
/proc/meminfo: memFree=1554512/2055920 swapFree=4142504/4192956
[pid=13014] ppid=13012 vsize=26000 CPUtime=25.49
/proc/13014/stat : 13014 (Spear-32) R 13012 13014 12209 0 -1 4194304 6355 0 0 0 2537 12 0 0 25 0 1 0 222204596 26624000 6241 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 6500 6241 140 302 0 6195 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 26000

[startup+51.124 s]
/proc/loadavg: 0.96 0.98 0.93 2/78 13015
/proc/meminfo: memFree=1541904/2055920 swapFree=4142504/4192956
[pid=13014] ppid=13012 vsize=38176 CPUtime=51.1
/proc/13014/stat : 13014 (Spear-32) R 13012 13014 12209 0 -1 4194304 9422 0 0 0 5091 19 0 0 25 0 1 0 222204596 39092224 9308 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 9544 9308 140 302 0 9239 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 38176

[startup+102.348 s]
/proc/loadavg: 0.98 0.98 0.93 2/78 13015
/proc/meminfo: memFree=1524944/2055920 swapFree=4142504/4192956
[pid=13014] ppid=13012 vsize=55916 CPUtime=102.31
/proc/13014/stat : 13014 (Spear-32) R 13012 13014 12209 0 -1 4194304 13824 0 0 0 10200 31 0 0 25 0 1 0 222204596 57257984 13581 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526834 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 13979 13581 140 302 0 13674 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 55916

[startup+162.379 s]
/proc/loadavg: 0.99 0.98 0.93 2/78 13015
/proc/meminfo: memFree=1509264/2055920 swapFree=4142504/4192956
[pid=13014] ppid=13012 vsize=71184 CPUtime=162.33
/proc/13014/stat : 13014 (Spear-32) R 13012 13014 12209 0 -1 4194304 17672 0 0 0 16191 42 0 0 25 0 1 0 222204596 72892416 17429 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 17796 17429 140 302 0 17491 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 71184

[startup+222.411 s]
/proc/loadavg: 0.99 0.98 0.93 2/78 13015
/proc/meminfo: memFree=1495888/2055920 swapFree=4142504/4192956
[pid=13014] ppid=13012 vsize=84608 CPUtime=222.34
/proc/13014/stat : 13014 (Spear-32) R 13012 13014 12209 0 -1 4194304 21023 0 0 0 22181 53 0 0 25 0 1 0 222204596 86638592 20780 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526941 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 21152 20780 140 302 0 20847 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 84608

[startup+282.44 s]
/proc/loadavg: 0.99 0.98 0.93 2/78 13015
/proc/meminfo: memFree=1484304/2055920 swapFree=4142504/4192956
[pid=13014] ppid=13012 vsize=97448 CPUtime=282.36
/proc/13014/stat : 13014 (Spear-32) R 13012 13014 12209 0 -1 4194304 24188 0 0 0 28174 62 0 0 25 0 1 0 222204596 99786752 23688 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 24362 23688 140 302 0 24057 0
Current children cumulated CPU time (s) 282.36
Current children cumulated vsize (KiB) 97448

[startup+342.471 s]
/proc/loadavg: 0.99 0.98 0.93 2/78 13015
/proc/meminfo: memFree=1473744/2055920 swapFree=4142504/4192956
[pid=13014] ppid=13012 vsize=108072 CPUtime=342.37
/proc/13014/stat : 13014 (Spear-32) R 13012 13014 12209 0 -1 4194304 26838 0 0 0 34168 69 0 0 25 0 1 0 222204596 110665728 26338 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 27018 26338 140 302 0 26713 0
Current children cumulated CPU time (s) 342.37
Current children cumulated vsize (KiB) 108072

[startup+402.505 s]
/proc/loadavg: 0.99 0.98 0.93 2/78 13015
/proc/meminfo: memFree=1463696/2055920 swapFree=4142504/4192956
[pid=13014] ppid=13012 vsize=117892 CPUtime=402.39
/proc/13014/stat : 13014 (Spear-32) R 13012 13014 12209 0 -1 4194304 29309 0 0 0 40162 77 0 0 25 0 1 0 222204596 120721408 28809 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 29473 28809 140 302 0 29168 0
Current children cumulated CPU time (s) 402.39
Current children cumulated vsize (KiB) 117892

[startup+462.533 s]
/proc/loadavg: 0.99 0.98 0.93 2/78 13015
/proc/meminfo: memFree=1454224/2055920 swapFree=4142504/4192956
[pid=13014] ppid=13012 vsize=127332 CPUtime=462.4
/proc/13014/stat : 13014 (Spear-32) R 13012 13014 12209 0 -1 4194304 31668 0 0 0 46155 85 0 0 25 0 1 0 222204596 130387968 31168 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 31833 31168 140 302 0 31528 0
Current children cumulated CPU time (s) 462.4
Current children cumulated vsize (KiB) 127332

[startup+522.56 s]
/proc/loadavg: 0.99 0.98 0.93 2/78 13015
/proc/meminfo: memFree=1446096/2055920 swapFree=4142504/4192956
[pid=13014] ppid=13012 vsize=135432 CPUtime=522.41
/proc/13014/stat : 13014 (Spear-32) R 13012 13014 12209 0 -1 4194304 33711 0 0 0 52149 92 0 0 25 0 1 0 222204596 138682368 33211 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 33858 33211 140 302 0 33553 0
Current children cumulated CPU time (s) 522.41
Current children cumulated vsize (KiB) 135432

[startup+582.592 s]
/proc/loadavg: 0.99 0.98 0.93 2/78 13015
/proc/meminfo: memFree=1438288/2055920 swapFree=4142504/4192956
[pid=13014] ppid=13012 vsize=143292 CPUtime=582.43
/proc/13014/stat : 13014 (Spear-32) R 13012 13014 12209 0 -1 4194304 35635 0 0 0 58144 99 0 0 25 0 1 0 222204596 146731008 35135 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 35823 35135 140 302 0 35518 0
Current children cumulated CPU time (s) 582.43
Current children cumulated vsize (KiB) 143292

[startup+642.629 s]
/proc/loadavg: 0.99 0.98 0.93 2/78 13015
/proc/meminfo: memFree=1430416/2055920 swapFree=4142504/4192956
[pid=13014] ppid=13012 vsize=151400 CPUtime=642.44
/proc/13014/stat : 13014 (Spear-32) R 13012 13014 12209 0 -1 4194304 37619 0 0 0 64140 104 0 0 25 0 1 0 222204596 155033600 37119 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 37850 37119 140 302 0 37545 0
Current children cumulated CPU time (s) 642.44
Current children cumulated vsize (KiB) 151400

[startup+702.657 s]
/proc/loadavg: 0.99 0.98 0.93 2/78 13015
/proc/meminfo: memFree=1423440/2055920 swapFree=4142504/4192956
[pid=13014] ppid=13012 vsize=158284 CPUtime=702.46
/proc/13014/stat : 13014 (Spear-32) R 13012 13014 12209 0 -1 4194304 39369 0 0 0 70135 111 0 0 25 0 1 0 222204596 162082816 38869 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 39571 38869 140 302 0 39266 0
Current children cumulated CPU time (s) 702.46
Current children cumulated vsize (KiB) 158284

[startup+762.687 s]
/proc/loadavg: 0.99 0.98 0.93 2/78 13015
/proc/meminfo: memFree=1416784/2055920 swapFree=4142504/4192956
[pid=13014] ppid=13012 vsize=164892 CPUtime=762.47
/proc/13014/stat : 13014 (Spear-32) R 13012 13014 12209 0 -1 4194304 41018 0 0 0 76131 116 0 0 25 0 1 0 222204596 168849408 40518 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 41223 40518 140 302 0 40918 0
Current children cumulated CPU time (s) 762.47
Current children cumulated vsize (KiB) 164892

[startup+822.722 s]
/proc/loadavg: 0.99 0.98 0.93 2/78 13015
/proc/meminfo: memFree=1410192/2055920 swapFree=4142504/4192956
[pid=13014] ppid=13012 vsize=171444 CPUtime=822.49
/proc/13014/stat : 13014 (Spear-32) R 13012 13014 12209 0 -1 4194304 42636 0 0 0 82127 122 0 0 25 0 1 0 222204596 175558656 42136 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 42861 42136 140 302 0 42556 0
Current children cumulated CPU time (s) 822.49
Current children cumulated vsize (KiB) 171444

[startup+882.753 s]
/proc/loadavg: 0.99 0.98 0.93 2/78 13015
/proc/meminfo: memFree=1403792/2055920 swapFree=4142504/4192956
[pid=13014] ppid=13012 vsize=179928 CPUtime=882.51
/proc/13014/stat : 13014 (Spear-32) R 13012 13014 12209 0 -1 4194304 44746 0 0 0 88124 127 0 0 25 0 1 0 222204596 184246272 43733 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 44982 43733 140 302 0 44677 0
Current children cumulated CPU time (s) 882.51
Current children cumulated vsize (KiB) 179928

[startup+942.81 s]
/proc/loadavg: 0.99 0.98 0.93 2/84 13133
/proc/meminfo: memFree=1396440/2055920 swapFree=4142504/4192956
[pid=13014] ppid=13012 vsize=186036 CPUtime=942.49
/proc/13014/stat : 13014 (Spear-32) R 13012 13014 12209 0 -1 4194304 46280 0 0 0 94115 134 0 0 25 0 1 0 222204596 190500864 45267 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 46509 45267 140 302 0 46204 0
Current children cumulated CPU time (s) 942.49
Current children cumulated vsize (KiB) 186036

[startup+1002.86 s]
/proc/loadavg: 0.99 0.98 0.93 2/78 13217
/proc/meminfo: memFree=1391760/2055920 swapFree=4142504/4192956
[pid=13014] ppid=13012 vsize=191884 CPUtime=1002.48
/proc/13014/stat : 13014 (Spear-32) R 13012 13014 12209 0 -1 4194304 47736 0 0 0 100109 139 0 0 25 0 1 0 222204596 196489216 46723 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 47971 46723 140 302 0 47666 0
Current children cumulated CPU time (s) 1002.48
Current children cumulated vsize (KiB) 191884

[startup+1062.9 s]
/proc/loadavg: 0.99 0.98 0.93 3/78 13217
/proc/meminfo: memFree=1386064/2055920 swapFree=4142504/4192956
[pid=13014] ppid=13012 vsize=197412 CPUtime=1062.5
/proc/13014/stat : 13014 (Spear-32) R 13012 13014 12209 0 -1 4194304 49128 0 0 0 106106 144 0 0 25 0 1 0 222204596 202149888 48115 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 49353 48115 140 302 0 49048 0
Current children cumulated CPU time (s) 1062.5
Current children cumulated vsize (KiB) 197412

[startup+1122.93 s]
/proc/loadavg: 1.07 1.00 0.94 2/78 13217
/proc/meminfo: memFree=1380560/2055920 swapFree=4142504/4192956
[pid=13014] ppid=13012 vsize=202872 CPUtime=1122.51
/proc/13014/stat : 13014 (Spear-32) R 13012 13014 12209 0 -1 4194304 50496 0 0 0 112101 150 0 0 25 0 1 0 222204596 207740928 49483 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 50718 49483 140 302 0 50413 0
Current children cumulated CPU time (s) 1122.51
Current children cumulated vsize (KiB) 202872

[startup+1182.96 s]
/proc/loadavg: 1.03 1.00 0.94 2/78 13217
/proc/meminfo: memFree=1375248/2055920 swapFree=4142504/4192956
[pid=13014] ppid=13012 vsize=208476 CPUtime=1182.52
/proc/13014/stat : 13014 (Spear-32) R 13012 13014 12209 0 -1 4194304 51834 0 0 0 118097 155 0 0 25 0 1 0 222204596 213479424 50821 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526721 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 52119 50821 140 302 0 51814 0
Current children cumulated CPU time (s) 1182.52
Current children cumulated vsize (KiB) 208476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.48 s]
/proc/loadavg: 1.08 1.02 0.94 2/78 13217
/proc/meminfo: memFree=1373712/2055920 swapFree=4142504/4192956
[pid=13014] ppid=13012 vsize=209884 CPUtime=1200.04
/proc/13014/stat : 13014 (Spear-32) R 13012 13014 12209 0 -1 4194304 52199 0 0 0 119848 156 0 0 25 0 1 0 222204596 214921216 51186 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 52471 51186 140 302 0 52166 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 209884

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

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

[startup+1200.48 s]
/proc/loadavg: 1.08 1.02 0.94 2/78 13217
/proc/meminfo: memFree=1373712/2055920 swapFree=4142504/4192956
[pid=13014] ppid=13012 vsize=209884 CPUtime=1200.04
/proc/13014/stat : 13014 (Spear-32) R 13012 13014 12209 0 -1 4194304 52199 0 0 0 119848 156 0 0 25 0 1 0 222204596 214921216 51186 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13014/statm: 52471 51186 140 302 0 52166 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 209884

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.09
CPU user time (s): 1198.49
CPU system time (s): 1.60076
CPU usage (%): 99.9641
Max. virtual memory (cumulated for all children) (KiB): 209884

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

runsolver used 1.2968 second user time and 2.96855 second system time

The end

Launcher Data (download as text)

Begin job on node72 on Wed Feb 21 01:46:08 UTC 2007

IDJOB= 302894
IDBENCH= 20094
IDSOLVER= 132
FILE ID= node72/302894-1172022368

PBS_JOBID= 3892663

Free space on /tmp= 66561 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v240/unif-k7-r85-v240-c20400-S52275463-03.cnf
COMMAND LINE= /tmp/evaluation/302894-1172022368/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/302894-1172022368/instance-302894-1172022368.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-302894-1172022368 -o ROOT/results/node72/solver-302894-1172022368 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/302894-1172022368/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/302894-1172022368/instance-302894-1172022368.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  4f306ec2f901f083b29f7f5a667073bd

RANDOM SEED= 403669874

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node72.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1579312 kB
Buffers:         36372 kB
Cached:         371316 kB
SwapCached:      19352 kB
Active:         354124 kB
Inactive:        87728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1579312 kB
SwapTotal:     4192956 kB
SwapFree:      4142504 kB
Dirty:            2172 kB
Writeback:           0 kB
Mapped:          29792 kB
Slab:            20416 kB
Committed_AS:   571268 kB
PageTables:       1676 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 node72 on Wed Feb 21 02:06:10 UTC 2007