Trace number 306748

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.19 1200.58

General information on the benchmark

Namerandom/LargeSize/3SAT/v13000/
unif-k3-r4.2-v13000-c54600-S883878972-08.cnf
MD5SUM28ae03a20ed33a70e6a5afd2d43adafd
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 variables13000
Number of clauses54600
Sum of the clauses size163800
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 354600
Number of clauses of size 40
Number of clauses of size 50
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/306748-1172105504/instance-306748-1172105504.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/node77/watcher-306748-1172105504 -o ROOT/results/node77/solver-306748-1172105504 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/306748-1172105504/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/306748-1172105504/instance-306748-1172105504.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.21 3/67 12577
/proc/meminfo: memFree=1926728/2055892 swapFree=4096420/4096564
[pid=12577] ppid=12575 vsize=1932 CPUtime=0
/proc/12577/stat : 12577 (Spear-32) R 12575 12577 11394 0 -1 4194304 262 0 0 0 0 0 0 0 19 0 1 0 5417923 1978368 247 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135110761 0 0 4096 0 0 0 0 17 1 0 0
/proc/12577/statm: 483 247 126 302 0 178 0

[startup+0.107572 s]
/proc/loadavg: 1.00 1.00 1.21 3/67 12577
/proc/meminfo: memFree=1926728/2055892 swapFree=4096420/4096564
[pid=12577] ppid=12575 vsize=5088 CPUtime=0.09
/proc/12577/stat : 12577 (Spear-32) R 12575 12577 11394 0 -1 4194304 1199 0 0 0 9 0 0 0 20 0 1 0 5417923 5210112 1013 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/12577/statm: 1272 1013 129 302 0 967 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5088

[startup+0.515619 s]
/proc/loadavg: 1.00 1.00 1.21 3/67 12577
/proc/meminfo: memFree=1926728/2055892 swapFree=4096420/4096564
[pid=12577] ppid=12575 vsize=6864 CPUtime=0.51
/proc/12577/stat : 12577 (Spear-32) R 12575 12577 11394 0 -1 4194304 1665 0 0 0 50 1 0 0 24 0 1 0 5417923 7028736 1479 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12577/statm: 1716 1479 140 302 0 1411 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 6864

[startup+1.33572 s]
/proc/loadavg: 1.00 1.00 1.21 2/68 12578
/proc/meminfo: memFree=1919936/2055892 swapFree=4096420/4096564
[pid=12577] ppid=12575 vsize=8808 CPUtime=1.32
/proc/12577/stat : 12577 (Spear-32) R 12575 12577 11394 0 -1 4194304 2137 0 0 0 131 1 0 0 25 0 1 0 5417923 9019392 1951 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12577/statm: 2202 1951 140 302 0 1897 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 8808

[startup+2.97591 s]
/proc/loadavg: 1.00 1.00 1.21 2/68 12578
/proc/meminfo: memFree=1916800/2055892 swapFree=4096420/4096564
[pid=12577] ppid=12575 vsize=13136 CPUtime=2.96
/proc/12577/stat : 12577 (Spear-32) R 12575 12577 11394 0 -1 4194304 3241 0 0 0 294 2 0 0 25 0 1 0 5417923 13451264 3055 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/12577/statm: 3284 3055 140 302 0 2979 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 13136

[startup+6.2513 s]
/proc/loadavg: 1.00 1.00 1.21 2/68 12578
/proc/meminfo: memFree=1909256/2055892 swapFree=4096420/4096564
[pid=12577] ppid=12575 vsize=20036 CPUtime=6.24
/proc/12577/stat : 12577 (Spear-32) R 12575 12577 11394 0 -1 4194304 4951 0 0 0 620 4 0 0 25 0 1 0 5417923 20516864 4765 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/12577/statm: 5009 4765 140 302 0 4704 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 20036

[startup+12.7051 s]
/proc/loadavg: 1.00 1.00 1.20 2/68 12578
/proc/meminfo: memFree=1894856/2055892 swapFree=4096420/4096564
[pid=12577] ppid=12575 vsize=33484 CPUtime=12.69
/proc/12577/stat : 12577 (Spear-32) R 12575 12577 11394 0 -1 4194304 8315 0 0 0 1260 9 0 0 25 0 1 0 5417923 34287616 8129 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12577/statm: 8371 8129 140 302 0 8066 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 33484

[startup+25.6046 s]
/proc/loadavg: 1.00 1.00 1.20 2/68 12578
/proc/meminfo: memFree=1874056/2055892 swapFree=4096420/4096564
[pid=12577] ppid=12575 vsize=55036 CPUtime=25.58
/proc/12577/stat : 12577 (Spear-32) R 12575 12577 11394 0 -1 4194304 13720 0 0 0 2542 16 0 0 25 0 1 0 5417923 56356864 13501 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12577/statm: 13759 13501 140 302 0 13454 0
Current children cumulated CPU time (s) 25.58
Current children cumulated vsize (KiB) 55036

[startup+51.2077 s]
/proc/loadavg: 1.00 1.00 1.19 2/68 12578
/proc/meminfo: memFree=1835720/2055892 swapFree=4096420/4096564
[pid=12577] ppid=12575 vsize=92860 CPUtime=51.18
/proc/12577/stat : 12577 (Spear-32) R 12575 12577 11394 0 -1 4194304 23191 0 0 0 5089 29 0 0 25 0 1 0 5417923 95088640 22907 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12577/statm: 23215 22907 140 302 0 22910 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 92860

[startup+102.411 s]
/proc/loadavg: 1.00 1.00 1.18 2/68 12578
/proc/meminfo: memFree=1776584/2055892 swapFree=4096420/4096564
[pid=12577] ppid=12575 vsize=151980 CPUtime=102.37
/proc/12577/stat : 12577 (Spear-32) R 12575 12577 11394 0 -1 4194304 38020 0 0 0 10188 49 0 0 25 0 1 0 5417923 155627520 37736 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/12577/statm: 37995 37736 140 302 0 37690 0
Current children cumulated CPU time (s) 102.37
Current children cumulated vsize (KiB) 151980

[startup+162.424 s]
/proc/loadavg: 1.00 1.00 1.17 2/68 12578
/proc/meminfo: memFree=1713032/2055892 swapFree=4096420/4096564
[pid=12577] ppid=12575 vsize=215012 CPUtime=162.37
/proc/12577/stat : 12577 (Spear-32) R 12575 12577 11394 0 -1 4194304 53837 0 0 0 16167 70 0 0 25 0 1 0 5417923 220172288 53424 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12577/statm: 53753 53424 140 302 0 53448 0
Current children cumulated CPU time (s) 162.37
Current children cumulated vsize (KiB) 215012

[startup+222.436 s]
/proc/loadavg: 1.00 1.00 1.15 2/68 12578
/proc/meminfo: memFree=1667528/2055892 swapFree=4096420/4096564
[pid=12577] ppid=12575 vsize=260624 CPUtime=222.36
/proc/12577/stat : 12577 (Spear-32) R 12575 12577 11394 0 -1 4194304 65267 0 0 0 22150 86 0 0 25 0 1 0 5417923 266878976 64854 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12577/statm: 65156 64854 140 302 0 64851 0
Current children cumulated CPU time (s) 222.36
Current children cumulated vsize (KiB) 260624

[startup+282.45 s]
/proc/loadavg: 1.00 1.00 1.14 2/68 12578
/proc/meminfo: memFree=1616200/2055892 swapFree=4096420/4096564
[pid=12577] ppid=12575 vsize=311924 CPUtime=282.36
/proc/12577/stat : 12577 (Spear-32) R 12575 12577 11394 0 -1 4194304 78108 0 0 0 28130 106 0 0 25 0 1 0 5417923 319410176 77695 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12577/statm: 77981 77695 140 302 0 77676 0
Current children cumulated CPU time (s) 282.36
Current children cumulated vsize (KiB) 311924

[startup+342.459 s]
/proc/loadavg: 1.00 1.00 1.13 2/68 12578
/proc/meminfo: memFree=1574216/2055892 swapFree=4096420/4096564
[pid=12577] ppid=12575 vsize=353904 CPUtime=342.36
/proc/12577/stat : 12577 (Spear-32) R 12575 12577 11394 0 -1 4194304 88648 0 0 0 34116 120 0 0 25 0 1 0 5417923 362397696 87978 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12577/statm: 88476 87978 140 302 0 88171 0
Current children cumulated CPU time (s) 342.36
Current children cumulated vsize (KiB) 353904

[startup+402.473 s]
/proc/loadavg: 1.00 1.00 1.12 2/68 12578
/proc/meminfo: memFree=1541320/2055892 swapFree=4096420/4096564
[pid=12577] ppid=12575 vsize=386900 CPUtime=402.35
/proc/12577/stat : 12577 (Spear-32) R 12575 12577 11394 0 -1 4194304 96901 0 0 0 40103 132 0 0 25 0 1 0 5417923 396185600 96231 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12577/statm: 96725 96231 140 302 0 96420 0
Current children cumulated CPU time (s) 402.35
Current children cumulated vsize (KiB) 386900

[startup+462.483 s]
/proc/loadavg: 1.00 1.00 1.11 2/68 12578
/proc/meminfo: memFree=1497096/2055892 swapFree=4096420/4096564
[pid=12577] ppid=12575 vsize=431060 CPUtime=462.35
/proc/12577/stat : 12577 (Spear-32) R 12575 12577 11394 0 -1 4194304 107970 0 0 0 46087 148 0 0 25 0 1 0 5417923 441405440 107300 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12577/statm: 107765 107300 140 302 0 107460 0
Current children cumulated CPU time (s) 462.35
Current children cumulated vsize (KiB) 431060

[startup+522.493 s]
/proc/loadavg: 1.00 1.00 1.10 2/68 12578
/proc/meminfo: memFree=1464968/2055892 swapFree=4096420/4096564
[pid=12577] ppid=12575 vsize=463092 CPUtime=522.34
/proc/12577/stat : 12577 (Spear-32) R 12575 12577 11394 0 -1 4194304 115994 0 0 0 52071 163 0 0 25 0 1 0 5417923 474206208 115324 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/12577/statm: 115773 115324 140 302 0 115468 0
Current children cumulated CPU time (s) 522.34
Current children cumulated vsize (KiB) 463092

[startup+582.521 s]
/proc/loadavg: 1.05 1.01 1.09 2/74 12680
/proc/meminfo: memFree=1434832/2055892 swapFree=4096420/4096564
[pid=12577] ppid=12575 vsize=491368 CPUtime=582.33
/proc/12577/stat : 12577 (Spear-32) R 12575 12577 11394 0 -1 4194304 123073 0 0 0 58060 173 0 0 25 0 1 0 5417923 503160832 122403 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527157 0 0 4096 0 0 0 0 17 1 0 0
/proc/12577/statm: 122842 122403 140 302 0 122537 0
Current children cumulated CPU time (s) 582.33
Current children cumulated vsize (KiB) 491368

[startup+642.558 s]
/proc/loadavg: 1.02 1.01 1.08 2/74 12756
/proc/meminfo: memFree=1410312/2055892 swapFree=4096420/4096564
[pid=12577] ppid=12575 vsize=515724 CPUtime=642.32
/proc/12577/stat : 12577 (Spear-32) R 12575 12577 11394 0 -1 4194304 129184 0 0 0 64049 183 0 0 25 0 1 0 5417923 528101376 128514 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526936 0 0 4096 0 0 0 0 17 1 0 0
/proc/12577/statm: 128931 128514 140 302 0 128626 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 515724

[startup+702.569 s]
/proc/loadavg: 1.00 1.00 1.08 2/68 12776
/proc/meminfo: memFree=1390344/2055892 swapFree=4096420/4096564
[pid=12577] ppid=12575 vsize=536896 CPUtime=702.3
/proc/12577/stat : 12577 (Spear-32) R 12575 12577 11394 0 -1 4194304 134485 0 0 0 70039 191 0 0 25 0 1 0 5417923 549781504 133815 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/12577/statm: 134224 133815 140 302 0 133919 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 536896

[startup+762.577 s]
/proc/loadavg: 1.03 1.01 1.08 2/68 12776
/proc/meminfo: memFree=1369672/2055892 swapFree=4096420/4096564
[pid=12577] ppid=12575 vsize=557580 CPUtime=762.29
/proc/12577/stat : 12577 (Spear-32) R 12575 12577 11394 0 -1 4194304 139676 0 0 0 76031 198 0 0 25 0 1 0 5417923 570961920 139006 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12577/statm: 139395 139006 140 302 0 139090 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 557580

[startup+822.589 s]
/proc/loadavg: 1.01 1.01 1.07 2/68 12776
/proc/meminfo: memFree=1348616/2055892 swapFree=4096420/4096564
[pid=12577] ppid=12575 vsize=578268 CPUtime=822.28
/proc/12577/stat : 12577 (Spear-32) R 12575 12577 11394 0 -1 4194304 144842 0 0 0 82022 206 0 0 25 0 1 0 5417923 592146432 144172 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12577/statm: 144567 144172 140 302 0 144262 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 578268

[startup+882.598 s]
/proc/loadavg: 1.00 1.00 1.07 2/68 12776
/proc/meminfo: memFree=1317000/2055892 swapFree=4096420/4096564
[pid=12577] ppid=12575 vsize=610068 CPUtime=882.28
/proc/12577/stat : 12577 (Spear-32) R 12575 12577 11394 0 -1 4194304 152801 0 0 0 88011 217 0 0 25 0 1 0 5417923 624709632 152131 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12577/statm: 152517 152131 140 302 0 152212 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 610068

[startup+942.605 s]
/proc/loadavg: 1.00 1.00 1.06 2/68 12776
/proc/meminfo: memFree=1286024/2055892 swapFree=4096420/4096564
[pid=12577] ppid=12575 vsize=640948 CPUtime=942.27
/proc/12577/stat : 12577 (Spear-32) R 12575 12577 11394 0 -1 4194304 160545 0 0 0 93998 229 0 0 25 0 1 0 5417923 656330752 159875 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12577/statm: 160237 159875 140 302 0 159932 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 640948

[startup+1002.62 s]
/proc/loadavg: 1.00 1.00 1.05 2/68 12776
/proc/meminfo: memFree=1259656/2055892 swapFree=4096420/4096564
[pid=12577] ppid=12575 vsize=666984 CPUtime=1002.27
/proc/12577/stat : 12577 (Spear-32) R 12575 12577 11394 0 -1 4194304 167072 0 0 0 99989 238 0 0 25 0 1 0 5417923 682991616 166402 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12577/statm: 166746 166402 140 302 0 166441 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 666984

[startup+1062.63 s]
/proc/loadavg: 1.00 1.00 1.05 2/68 12776
/proc/meminfo: memFree=1234504/2055892 swapFree=4096420/4096564
[pid=12577] ppid=12575 vsize=692008 CPUtime=1062.26
/proc/12577/stat : 12577 (Spear-32) R 12575 12577 11394 0 -1 4194304 173357 0 0 0 105982 244 0 0 25 0 1 0 5417923 708616192 172687 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/12577/statm: 173002 172687 140 302 0 172697 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 692008

[startup+1122.64 s]
/proc/loadavg: 1.00 1.00 1.04 2/68 12776
/proc/meminfo: memFree=1213896/2055892 swapFree=4096420/4096564
[pid=12577] ppid=12575 vsize=714772 CPUtime=1122.25
/proc/12577/stat : 12577 (Spear-32) R 12575 12577 11394 0 -1 4194304 179035 0 0 0 111974 251 0 0 25 0 1 0 5417923 731926528 177852 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/12577/statm: 178693 177852 140 302 0 178388 0
Current children cumulated CPU time (s) 1122.25
Current children cumulated vsize (KiB) 714772

[startup+1182.65 s]
/proc/loadavg: 1.00 1.00 1.04 2/68 12776
/proc/meminfo: memFree=1192712/2055892 swapFree=4096420/4096564
[pid=12577] ppid=12575 vsize=736156 CPUtime=1182.25
/proc/12577/stat : 12577 (Spear-32) R 12575 12577 11394 0 -1 4194304 184377 0 0 0 117965 260 0 0 25 0 1 0 5417923 753823744 183194 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12577/statm: 184039 183194 140 302 0 183734 0
Current children cumulated CPU time (s) 1182.25
Current children cumulated vsize (KiB) 736156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.47 s]
/proc/loadavg: 1.00 1.00 1.04 2/68 12776
/proc/meminfo: memFree=1185416/2055892 swapFree=4096420/4096564
[pid=12577] ppid=12575 vsize=742960 CPUtime=1200.07
/proc/12577/stat : 12577 (Spear-32) R 12575 12577 11394 0 -1 4194304 186088 0 0 0 119744 263 0 0 25 0 1 0 5417923 760791040 184905 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12577/statm: 185740 184905 140 302 0 185435 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 742960

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

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

[startup+1200.58 s]
/proc/loadavg: 1.00 1.00 1.04 2/68 12776
/proc/meminfo: memFree=1185416/2055892 swapFree=4096420/4096564
[pid=12577] ppid=12575 vsize=0 CPUtime=1200.17
/proc/12577/stat : 12577 (Spear-32) R 12575 12577 11394 0 -1 4195332 186088 0 0 0 119744 273 0 0 25 0 1 0 5417923 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/12577/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.17
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.58
CPU time (s): 1200.19
CPU user time (s): 1197.45
CPU system time (s): 2.73858
CPU usage (%): 99.9669
Max. virtual memory (cumulated for all children) (KiB): 742960

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

runsolver used 1.01285 second user time and 2.27165 second system time

The end

Launcher Data (download as text)

Begin job on node77 on Thu Feb 22 00:51:44 UTC 2007

IDJOB= 306748
IDBENCH= 20188
IDSOLVER= 132
FILE ID= node77/306748-1172105504

PBS_JOBID= 3892864

Free space on /tmp= 66649 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v13000/unif-k3-r4.2-v13000-c54600-S883878972-08.cnf
COMMAND LINE= /tmp/evaluation/306748-1172105504/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/306748-1172105504/instance-306748-1172105504.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node77/watcher-306748-1172105504 -o ROOT/results/node77/solver-306748-1172105504 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/306748-1172105504/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/306748-1172105504/instance-306748-1172105504.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  28ae03a20ed33a70e6a5afd2d43adafd

RANDOM SEED= 196009468

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node77.alineos.net 2.6.9-34.ELsmp #1 SMP Thu Mar 9 06:23:23 GMT 2006 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.239
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	: 6006.15
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.239
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	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055892 kB
MemFree:       1927136 kB
Buffers:          8316 kB
Cached:          57848 kB
SwapCached:          0 kB
Active:          60760 kB
Inactive:        21976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1927136 kB
SwapTotal:     4096564 kB
SwapFree:      4096420 kB
Dirty:            2552 kB
Writeback:           0 kB
Mapped:          26816 kB
Slab:            32484 kB
Committed_AS:    77276 kB
PageTables:       1420 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66649 MiB

End job on node77 on Thu Feb 22 01:11:46 UTC 2007