Trace number 304984

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Spear FHS 1.0? (TO) 1200.05 1200.43

General information on the benchmark

Namerandom/LargeSize/7SAT/v140/
unif-k7-r85-v140-c11900-S1998470614-06.cnf
MD5SUM113e21d9fa56f89310d3934852588797
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark119.448
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses11900
Sum of the clauses size83300
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 511900

Solver Data (download as text)

0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)          Spear theorem prover               (*) 
0.00/0.00	c (*)        Copyright (C) 2006,2007              (*) 
0.00/0.00	c (*)     Domagoj Babic. All rights reserved.     (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)     There is NO warranty, not even for      (*) 
0.00/0.00	c (*) merchantability or fitness for a particular (*) 
0.00/0.00	c (*)  purpose. Please run with --license to see  (*) 
0.00/0.00	c (*)              license details.               (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c 
0.00/0.00	c solving /tmp/evaluation/304984-1172069534/instance-304984-1172069534.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-304984-1172069534 -o ROOT/results/node72/solver-304984-1172069534 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/304984-1172069534/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/304984-1172069534/instance-304984-1172069534.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.01 1.00 3/77 18151
/proc/meminfo: memFree=1494688/2055920 swapFree=4142544/4192956
[pid=18151] ppid=18149 vsize=1396 CPUtime=0
/proc/18151/stat : 18151 (Spear-32) R 18149 18151 18049 0 -1 4194304 182 0 0 0 0 0 0 0 18 0 1 0 226921223 1429504 166 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/18151/statm: 349 166 128 302 0 44 0

[startup+0.107568 s]
/proc/loadavg: 1.00 1.01 1.00 3/77 18151
/proc/meminfo: memFree=1494688/2055920 swapFree=4142544/4192956
[pid=18151] ppid=18149 vsize=2448 CPUtime=0.1
/proc/18151/stat : 18151 (Spear-32) R 18149 18151 18049 0 -1 4194304 441 0 0 0 10 0 0 0 18 0 1 0 226921223 2506752 425 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18151/statm: 612 425 140 302 0 307 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2448

[startup+0.519606 s]
/proc/loadavg: 1.00 1.01 1.00 3/77 18151
/proc/meminfo: memFree=1494688/2055920 swapFree=4142544/4192956
[pid=18151] ppid=18149 vsize=3348 CPUtime=0.51
/proc/18151/stat : 18151 (Spear-32) R 18149 18151 18049 0 -1 4194304 680 0 0 0 51 0 0 0 21 0 1 0 226921223 3428352 664 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18151/statm: 837 664 140 302 0 532 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 3348

[startup+1.34068 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 18152
/proc/meminfo: memFree=1491544/2055920 swapFree=4142544/4192956
[pid=18151] ppid=18149 vsize=4764 CPUtime=1.33
/proc/18151/stat : 18151 (Spear-32) R 18149 18151 18049 0 -1 4194304 1014 0 0 0 132 1 0 0 25 0 1 0 226921223 4878336 998 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18151/statm: 1191 998 140 302 0 886 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 4764

[startup+2.97683 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 18152
/proc/meminfo: memFree=1489816/2055920 swapFree=4142544/4192956
[pid=18151] ppid=18149 vsize=6828 CPUtime=2.97
/proc/18151/stat : 18151 (Spear-32) R 18149 18151 18049 0 -1 4194304 1516 0 0 0 294 3 0 0 25 0 1 0 226921223 6991872 1500 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18151/statm: 1707 1500 140 302 0 1402 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 6828

[startup+6.25313 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 18152
/proc/meminfo: memFree=1486552/2055920 swapFree=4142544/4192956
[pid=18151] ppid=18149 vsize=9772 CPUtime=6.24
/proc/18151/stat : 18151 (Spear-32) R 18149 18151 18049 0 -1 4194304 2265 0 0 0 619 5 0 0 25 0 1 0 226921223 10006528 2216 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18151/statm: 2443 2216 140 302 0 2138 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 9772

[startup+12.7107 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 18152
/proc/meminfo: memFree=1482200/2055920 swapFree=4142544/4192956
[pid=18151] ppid=18149 vsize=13776 CPUtime=12.7
/proc/18151/stat : 18151 (Spear-32) R 18149 18151 18049 0 -1 4194304 3274 0 0 0 1262 8 0 0 25 0 1 0 226921223 14106624 3225 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18151/statm: 3444 3225 140 302 0 3139 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 13776

[startup+25.5129 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 18152
/proc/meminfo: memFree=1476632/2055920 swapFree=4142544/4192956
[pid=18151] ppid=18149 vsize=19568 CPUtime=25.5
/proc/18151/stat : 18151 (Spear-32) R 18149 18151 18049 0 -1 4194304 4743 0 0 0 2538 12 0 0 25 0 1 0 226921223 20037632 4629 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18151/statm: 4892 4629 140 302 0 4587 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 19568

[startup+51.1262 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18152
/proc/meminfo: memFree=1468440/2055920 swapFree=4142544/4192956
[pid=18151] ppid=18149 vsize=27596 CPUtime=51.1
/proc/18151/stat : 18151 (Spear-32) R 18149 18151 18049 0 -1 4194304 6760 0 0 0 5091 19 0 0 25 0 1 0 226921223 28258304 6646 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18151/statm: 6899 6646 140 302 0 6594 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 27596

[startup+102.347 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18152
/proc/meminfo: memFree=1456728/2055920 swapFree=4142544/4192956
[pid=18151] ppid=18149 vsize=39840 CPUtime=102.31
/proc/18151/stat : 18151 (Spear-32) R 18149 18151 18049 0 -1 4194304 9817 0 0 0 10202 29 0 0 25 0 1 0 226921223 40796160 9574 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18151/statm: 9960 9574 140 302 0 9655 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 39840

[startup+162.384 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18152
/proc/meminfo: memFree=1446168/2055920 swapFree=4142544/4192956
[pid=18151] ppid=18149 vsize=50280 CPUtime=162.33
/proc/18151/stat : 18151 (Spear-32) R 18149 18151 18049 0 -1 4194304 12402 0 0 0 16194 39 0 0 25 0 1 0 226921223 51486720 12159 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18151/statm: 12570 12159 140 302 0 12265 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 50280

[startup+222.415 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18152
/proc/meminfo: memFree=1437272/2055920 swapFree=4142544/4192956
[pid=18151] ppid=18149 vsize=59264 CPUtime=222.35
/proc/18151/stat : 18151 (Spear-32) R 18149 18151 18049 0 -1 4194304 14643 0 0 0 22187 48 0 0 25 0 1 0 226921223 60686336 14400 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526708 0 0 4096 0 0 0 0 17 1 0 0
/proc/18151/statm: 14816 14400 140 302 0 14511 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 59264

[startup+282.448 s]
/proc/loadavg: 1.06 1.01 1.00 2/78 18152
/proc/meminfo: memFree=1429400/2055920 swapFree=4142544/4192956
[pid=18151] ppid=18149 vsize=68176 CPUtime=282.37
/proc/18151/stat : 18151 (Spear-32) R 18149 18151 18049 0 -1 4194304 16862 0 0 0 28181 56 0 0 25 0 1 0 226921223 69812224 16362 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/18151/statm: 17044 16362 140 302 0 16739 0
Current children cumulated CPU time (s) 282.37
Current children cumulated vsize (KiB) 68176

[startup+342.481 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 18152
/proc/meminfo: memFree=1422040/2055920 swapFree=4142544/4192956
[pid=18151] ppid=18149 vsize=75676 CPUtime=342.39
/proc/18151/stat : 18151 (Spear-32) R 18149 18151 18049 0 -1 4194304 18713 0 0 0 34174 65 0 0 25 0 1 0 226921223 77492224 18213 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18151/statm: 18919 18213 140 302 0 18614 0
Current children cumulated CPU time (s) 342.39
Current children cumulated vsize (KiB) 75676

[startup+402.518 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18152
/proc/meminfo: memFree=1415384/2055920 swapFree=4142544/4192956
[pid=18151] ppid=18149 vsize=82092 CPUtime=402.41
/proc/18151/stat : 18151 (Spear-32) R 18149 18151 18049 0 -1 4194304 20339 0 0 0 40169 72 0 0 25 0 1 0 226921223 84062208 19839 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18151/statm: 20523 19839 140 302 0 20218 0
Current children cumulated CPU time (s) 402.41
Current children cumulated vsize (KiB) 82092

[startup+462.551 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18152
/proc/meminfo: memFree=1409624/2055920 swapFree=4142544/4192956
[pid=18151] ppid=18149 vsize=87944 CPUtime=462.43
/proc/18151/stat : 18151 (Spear-32) R 18149 18151 18049 0 -1 4194304 21797 0 0 0 46164 79 0 0 25 0 1 0 226921223 90054656 21297 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18151/statm: 21986 21297 140 302 0 21681 0
Current children cumulated CPU time (s) 462.43
Current children cumulated vsize (KiB) 87944

[startup+522.583 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18152
/proc/meminfo: memFree=1404312/2055920 swapFree=4142544/4192956
[pid=18151] ppid=18149 vsize=93380 CPUtime=522.45
/proc/18151/stat : 18151 (Spear-32) R 18149 18151 18049 0 -1 4194304 23111 0 0 0 52160 85 0 0 25 0 1 0 226921223 95621120 22611 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18151/statm: 23345 22611 140 302 0 23040 0
Current children cumulated CPU time (s) 522.45
Current children cumulated vsize (KiB) 93380

[startup+582.642 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 18276
/proc/meminfo: memFree=1397864/2055920 swapFree=4142544/4192956
[pid=18151] ppid=18149 vsize=98576 CPUtime=582.45
/proc/18151/stat : 18151 (Spear-32) R 18149 18151 18049 0 -1 4194304 24417 0 0 0 58152 93 0 0 25 0 1 0 226921223 100941824 23917 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/18151/statm: 24644 23917 140 302 0 24339 0
Current children cumulated CPU time (s) 582.45
Current children cumulated vsize (KiB) 98576

[startup+642.69 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18354
/proc/meminfo: memFree=1393560/2055920 swapFree=4142544/4192956
[pid=18151] ppid=18149 vsize=104260 CPUtime=642.44
/proc/18151/stat : 18151 (Spear-32) R 18149 18151 18049 0 -1 4194304 25746 0 0 0 64145 99 0 0 25 0 1 0 226921223 106762240 25246 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527080 0 0 4096 0 0 0 0 17 1 0 0
/proc/18151/statm: 26065 25246 140 302 0 25760 0
Current children cumulated CPU time (s) 642.44
Current children cumulated vsize (KiB) 104260

[startup+702.722 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18354
/proc/meminfo: memFree=1388952/2055920 swapFree=4142544/4192956
[pid=18151] ppid=18149 vsize=108876 CPUtime=702.45
/proc/18151/stat : 18151 (Spear-32) R 18149 18151 18049 0 -1 4194304 26901 0 0 0 70142 103 0 0 25 0 1 0 226921223 111489024 26401 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18151/statm: 27219 26401 140 302 0 26914 0
Current children cumulated CPU time (s) 702.45
Current children cumulated vsize (KiB) 108876

[startup+762.752 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18354
/proc/meminfo: memFree=1384600/2055920 swapFree=4142544/4192956
[pid=18151] ppid=18149 vsize=113380 CPUtime=762.46
/proc/18151/stat : 18151 (Spear-32) R 18149 18151 18049 0 -1 4194304 27984 0 0 0 76138 108 0 0 25 0 1 0 226921223 116101120 27484 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/18151/statm: 28345 27484 140 302 0 28040 0
Current children cumulated CPU time (s) 762.46
Current children cumulated vsize (KiB) 113380

[startup+822.79 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18354
/proc/meminfo: memFree=1380120/2055920 swapFree=4142544/4192956
[pid=18151] ppid=18149 vsize=117880 CPUtime=822.49
/proc/18151/stat : 18151 (Spear-32) R 18149 18151 18049 0 -1 4194304 29088 0 0 0 82136 113 0 0 25 0 1 0 226921223 120709120 28588 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18151/statm: 29470 28588 140 302 0 29165 0
Current children cumulated CPU time (s) 822.49
Current children cumulated vsize (KiB) 117880

[startup+882.823 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18354
/proc/meminfo: memFree=1376088/2055920 swapFree=4142544/4192956
[pid=18151] ppid=18149 vsize=123844 CPUtime=882.5
/proc/18151/stat : 18151 (Spear-32) R 18149 18151 18049 0 -1 4194304 30610 0 0 0 88132 118 0 0 25 0 1 0 226921223 126816256 29597 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526794 0 0 4096 0 0 0 0 17 1 0 0
/proc/18151/statm: 30961 29597 140 302 0 30656 0
Current children cumulated CPU time (s) 882.5
Current children cumulated vsize (KiB) 123844

[startup+942.855 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18354
/proc/meminfo: memFree=1372312/2055920 swapFree=4142544/4192956
[pid=18151] ppid=18149 vsize=127576 CPUtime=942.52
/proc/18151/stat : 18151 (Spear-32) R 18149 18151 18049 0 -1 4194304 31562 0 0 0 94129 123 0 0 25 0 1 0 226921223 130637824 30549 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18151/statm: 31894 30549 140 302 0 31589 0
Current children cumulated CPU time (s) 942.52
Current children cumulated vsize (KiB) 127576

[startup+1002.89 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 18354
/proc/meminfo: memFree=1368600/2055920 swapFree=4142544/4192956
[pid=18151] ppid=18149 vsize=131572 CPUtime=1002.54
/proc/18151/stat : 18151 (Spear-32) R 18149 18151 18049 0 -1 4194304 32503 0 0 0 100125 129 0 0 25 0 1 0 226921223 134729728 31490 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18151/statm: 32893 31490 140 302 0 32588 0
Current children cumulated CPU time (s) 1002.54
Current children cumulated vsize (KiB) 131572

[startup+1062.92 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 18354
/proc/meminfo: memFree=1364760/2055920 swapFree=4142544/4192956
[pid=18151] ppid=18149 vsize=135476 CPUtime=1062.56
/proc/18151/stat : 18151 (Spear-32) R 18149 18151 18049 0 -1 4194304 33438 0 0 0 106121 135 0 0 25 0 1 0 226921223 138727424 32425 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18151/statm: 33869 32425 140 302 0 33564 0
Current children cumulated CPU time (s) 1062.56
Current children cumulated vsize (KiB) 135476

[startup+1122.96 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18354
/proc/meminfo: memFree=1361368/2055920 swapFree=4142544/4192956
[pid=18151] ppid=18149 vsize=138852 CPUtime=1122.58
/proc/18151/stat : 18151 (Spear-32) R 18149 18151 18049 0 -1 4194304 34309 0 0 0 112119 139 0 0 25 0 1 0 226921223 142184448 33296 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/18151/statm: 34713 33296 140 302 0 34408 0
Current children cumulated CPU time (s) 1122.58
Current children cumulated vsize (KiB) 138852

[startup+1182.99 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18354
/proc/meminfo: memFree=1357848/2055920 swapFree=4142544/4192956
[pid=18151] ppid=18149 vsize=142484 CPUtime=1182.6
/proc/18151/stat : 18151 (Spear-32) R 18149 18151 18049 0 -1 4194304 35197 0 0 0 118116 144 0 0 25 0 1 0 226921223 145903616 34184 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527092 0 0 4096 0 0 0 0 17 1 0 0
/proc/18151/statm: 35621 34184 140 302 0 35316 0
Current children cumulated CPU time (s) 1182.6
Current children cumulated vsize (KiB) 142484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18354
/proc/meminfo: memFree=1356824/2055920 swapFree=4142544/4192956
[pid=18151] ppid=18149 vsize=143384 CPUtime=1200.02
/proc/18151/stat : 18151 (Spear-32) R 18149 18151 18049 0 -1 4194304 35453 0 0 0 119856 146 0 0 25 0 1 0 226921223 146825216 34440 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/18151/statm: 35846 34440 140 302 0 35541 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 143384

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.43
CPU time (s): 1200.05
CPU user time (s): 1198.56
CPU system time (s): 1.48277
CPU usage (%): 99.9679
Max. virtual memory (cumulated for all children) (KiB): 143384

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

runsolver used 1.3328 second user time and 2.93755 second system time

The end

Launcher Data (download as text)

Begin job on node72 on Wed Feb 21 14:52:14 UTC 2007

IDJOB= 304984
IDBENCH= 20145
IDSOLVER= 131
FILE ID= node72/304984-1172069534

PBS_JOBID= 3892801

Free space on /tmp= 66561 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  113e21d9fa56f89310d3934852588797

RANDOM SEED= 136508152

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:       1495160 kB
Buffers:         40800 kB
Cached:         439496 kB
SwapCached:      19640 kB
Active:         392848 kB
Inactive:       121836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1495160 kB
SwapTotal:     4192956 kB
SwapFree:      4142544 kB
Dirty:            1972 kB
Writeback:           0 kB
Mapped:          29972 kB
Slab:            31744 kB
Committed_AS:   595568 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 15:12:17 UTC 2007