Trace number 305272

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.17 1200.49

General information on the benchmark

Namerandom/LargeSize/3SAT/v16000/
unif-k3-r4.2-v16000-c67200-S1415445307-13.cnf
MD5SUM532ec8d121b791b638eeecfaf862b136
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 variables16000
Number of clauses67200
Sum of the clauses size201600
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 367200
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/305272-1172075552/instance-305272-1172075552.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/node23/watcher-305272-1172075552 -o ROOT/results/node23/solver-305272-1172075552 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/305272-1172075552/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/305272-1172075552/instance-305272-1172075552.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.99 0.98 0.99 3/77 23059
/proc/meminfo: memFree=1487776/2055920 swapFree=4144988/4192956
[pid=23059] ppid=23057 vsize=1932 CPUtime=0
/proc/23059/stat : 23059 (Spear-32) R 23057 23059 22336 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 227509130 1978368 247 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/23059/statm: 483 247 126 302 0 178 0

[startup+0.107327 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 23059
/proc/meminfo: memFree=1487776/2055920 swapFree=4144988/4192956
[pid=23059] ppid=23057 vsize=5020 CPUtime=0.09
/proc/23059/stat : 23059 (Spear-32) R 23057 23059 22336 0 -1 4194304 1207 0 0 0 9 0 0 0 18 0 1 0 227509130 5140480 1026 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/23059/statm: 1255 1027 129 302 0 950 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5020

[startup+0.515374 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 23059
/proc/meminfo: memFree=1487776/2055920 swapFree=4144988/4192956
[pid=23059] ppid=23057 vsize=7608 CPUtime=0.51
/proc/23059/stat : 23059 (Spear-32) R 23057 23059 22336 0 -1 4194304 1904 0 0 0 50 1 0 0 21 0 1 0 227509130 7790592 1658 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23059/statm: 1902 1658 140 302 0 1597 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 7608

[startup+1.33747 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23060
/proc/meminfo: memFree=1480344/2055920 swapFree=4144988/4192956
[pid=23059] ppid=23057 vsize=9296 CPUtime=1.32
/proc/23059/stat : 23059 (Spear-32) R 23057 23059 22336 0 -1 4194304 2322 0 0 0 131 1 0 0 25 0 1 0 227509130 9519104 2076 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/23059/statm: 2324 2076 140 302 0 2019 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9296

[startup+2.98065 s]
/proc/loadavg: 0.99 0.98 0.99 3/78 23060
/proc/meminfo: memFree=1477528/2055920 swapFree=4144988/4192956
[pid=23059] ppid=23057 vsize=13476 CPUtime=2.97
/proc/23059/stat : 23059 (Spear-32) R 23057 23059 22336 0 -1 4194304 3355 0 0 0 294 3 0 0 25 0 1 0 227509130 13799424 3109 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23059/statm: 3369 3109 140 302 0 3064 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 13476

[startup+6.25703 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23060
/proc/meminfo: memFree=1470040/2055920 swapFree=4144988/4192956
[pid=23059] ppid=23057 vsize=20244 CPUtime=6.24
/proc/23059/stat : 23059 (Spear-32) R 23057 23059 22336 0 -1 4194304 5038 0 0 0 619 5 0 0 25 0 1 0 227509130 20729856 4792 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23059/statm: 5061 4792 140 302 0 4756 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 20244

[startup+12.7138 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23060
/proc/meminfo: memFree=1457240/2055920 swapFree=4144988/4192956
[pid=23059] ppid=23057 vsize=32212 CPUtime=12.7
/proc/23059/stat : 23059 (Spear-32) R 23057 23059 22336 0 -1 4194304 8044 0 0 0 1261 9 0 0 25 0 1 0 227509130 32985088 7798 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23059/statm: 8053 7798 140 302 0 7748 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 32212

[startup+25.5152 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23060
/proc/meminfo: memFree=1437528/2055920 swapFree=4144988/4192956
[pid=23059] ppid=23057 vsize=52516 CPUtime=25.5
/proc/23059/stat : 23059 (Spear-32) R 23057 23059 22336 0 -1 4194304 13118 0 0 0 2535 15 0 0 25 0 1 0 227509130 53776384 12839 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/23059/statm: 13129 12839 140 302 0 12824 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 52516

[startup+51.1281 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23060
/proc/meminfo: memFree=1400472/2055920 swapFree=4144988/4192956
[pid=23059] ppid=23057 vsize=89032 CPUtime=51.11
/proc/23059/stat : 23059 (Spear-32) R 23057 23059 22336 0 -1 4194304 22276 0 0 0 5086 25 0 0 25 0 1 0 227509130 91168768 21997 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/23059/statm: 22258 21997 140 302 0 21953 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 89032

[startup+102.351 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23060
/proc/meminfo: memFree=1338904/2055920 swapFree=4144988/4192956
[pid=23059] ppid=23057 vsize=150872 CPUtime=102.31
/proc/23059/stat : 23059 (Spear-32) R 23057 23059 22336 0 -1 4194304 37788 0 0 0 10188 43 0 0 25 0 1 0 227509130 154492928 37444 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/23059/statm: 37718 37444 140 302 0 37413 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 150872

[startup+162.387 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23060
/proc/meminfo: memFree=1283864/2055920 swapFree=4144988/4192956
[pid=23059] ppid=23057 vsize=205328 CPUtime=162.34
/proc/23059/stat : 23059 (Spear-32) R 23057 23059 22336 0 -1 4194304 51441 0 0 0 16174 60 0 0 25 0 1 0 227509130 210255872 50968 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23059/statm: 51332 50968 140 302 0 51027 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 205328

[startup+222.42 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23060
/proc/meminfo: memFree=1235416/2055920 swapFree=4144988/4192956
[pid=23059] ppid=23057 vsize=253788 CPUtime=222.35
/proc/23059/stat : 23059 (Spear-32) R 23057 23059 22336 0 -1 4194304 63574 0 0 0 22161 74 0 0 25 0 1 0 227509130 259878912 63101 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/23059/statm: 63447 63101 140 302 0 63142 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 253788

[startup+282.453 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23060
/proc/meminfo: memFree=1201496/2055920 swapFree=4144988/4192956
[pid=23059] ppid=23057 vsize=287888 CPUtime=282.36
/proc/23059/stat : 23059 (Spear-32) R 23057 23059 22336 0 -1 4194304 72142 0 0 0 28149 87 0 0 25 0 1 0 227509130 294797312 71669 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23059/statm: 71972 71669 140 302 0 71667 0
Current children cumulated CPU time (s) 282.36
Current children cumulated vsize (KiB) 287888

[startup+342.484 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23060
/proc/meminfo: memFree=1149336/2055920 swapFree=4144988/4192956
[pid=23059] ppid=23057 vsize=339800 CPUtime=342.38
/proc/23059/stat : 23059 (Spear-32) R 23057 23059 22336 0 -1 4194304 85144 0 0 0 34132 106 0 0 25 0 1 0 227509130 347955200 84671 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/23059/statm: 84950 84671 140 302 0 84645 0
Current children cumulated CPU time (s) 342.38
Current children cumulated vsize (KiB) 339800

[startup+402.515 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23060
/proc/meminfo: memFree=1109336/2055920 swapFree=4144988/4192956
[pid=23059] ppid=23057 vsize=379104 CPUtime=402.4
/proc/23059/stat : 23059 (Spear-32) R 23057 23059 22336 0 -1 4194304 94986 0 0 0 40120 120 0 0 25 0 1 0 227509130 388202496 94513 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/23059/statm: 94776 94513 140 302 0 94471 0
Current children cumulated CPU time (s) 402.4
Current children cumulated vsize (KiB) 379104

[startup+462.544 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23060
/proc/meminfo: memFree=1077528/2055920 swapFree=4144988/4192956
[pid=23059] ppid=23057 vsize=411888 CPUtime=462.41
/proc/23059/stat : 23059 (Spear-32) R 23057 23059 22336 0 -1 4194304 103209 0 0 0 46110 131 0 0 25 0 1 0 227509130 421773312 102479 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/23059/statm: 102972 102479 140 302 0 102667 0
Current children cumulated CPU time (s) 462.41
Current children cumulated vsize (KiB) 411888

[startup+522.578 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23062
/proc/meminfo: memFree=1045976/2055920 swapFree=4144988/4192956
[pid=23059] ppid=23057 vsize=443704 CPUtime=522.43
/proc/23059/stat : 23059 (Spear-32) R 23057 23059 22336 0 -1 4194304 111183 0 0 0 52100 143 0 0 25 0 1 0 227509130 454352896 110453 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23059/statm: 110926 110453 140 302 0 110621 0
Current children cumulated CPU time (s) 522.43
Current children cumulated vsize (KiB) 443704

[startup+582.61 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23062
/proc/meminfo: memFree=1003160/2055920 swapFree=4144988/4192956
[pid=23059] ppid=23057 vsize=485664 CPUtime=582.45
/proc/23059/stat : 23059 (Spear-32) R 23057 23059 22336 0 -1 4194304 121692 0 0 0 58087 158 0 0 25 0 1 0 227509130 497319936 120962 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23059/statm: 121416 120962 140 302 0 121111 0
Current children cumulated CPU time (s) 582.45
Current children cumulated vsize (KiB) 485664

[startup+642.647 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23062
/proc/meminfo: memFree=966616/2055920 swapFree=4144988/4192956
[pid=23059] ppid=23057 vsize=522232 CPUtime=642.47
/proc/23059/stat : 23059 (Spear-32) R 23057 23059 22336 0 -1 4194304 130843 0 0 0 64075 172 0 0 25 0 1 0 227509130 534765568 130113 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23059/statm: 130558 130113 140 302 0 130253 0
Current children cumulated CPU time (s) 642.47
Current children cumulated vsize (KiB) 522232

[startup+702.684 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23062
/proc/meminfo: memFree=935832/2055920 swapFree=4144988/4192956
[pid=23059] ppid=23057 vsize=553092 CPUtime=702.48
/proc/23059/stat : 23059 (Spear-32) R 23057 23059 22336 0 -1 4194304 138549 0 0 0 70065 183 0 0 25 0 1 0 227509130 566366208 137819 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23059/statm: 138273 137819 140 302 0 137968 0
Current children cumulated CPU time (s) 702.48
Current children cumulated vsize (KiB) 553092

[startup+762.714 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23062
/proc/meminfo: memFree=907352/2055920 swapFree=4144988/4192956
[pid=23059] ppid=23057 vsize=581592 CPUtime=762.5
/proc/23059/stat : 23059 (Spear-32) R 23057 23059 22336 0 -1 4194304 145697 0 0 0 76055 195 0 0 25 0 1 0 227509130 595550208 144967 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/23059/statm: 145398 144967 140 302 0 145093 0
Current children cumulated CPU time (s) 762.5
Current children cumulated vsize (KiB) 581592

[startup+822.752 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23062
/proc/meminfo: memFree=881432/2055920 swapFree=4144988/4192956
[pid=23059] ppid=23057 vsize=607200 CPUtime=822.53
/proc/23059/stat : 23059 (Spear-32) R 23057 23059 22336 0 -1 4194304 152100 0 0 0 82050 203 0 0 25 0 1 0 227509130 621772800 151370 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/23059/statm: 151800 151370 140 302 0 151495 0
Current children cumulated CPU time (s) 822.53
Current children cumulated vsize (KiB) 607200

[startup+882.781 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23062
/proc/meminfo: memFree=853720/2055920 swapFree=4144988/4192956
[pid=23059] ppid=23057 vsize=634912 CPUtime=882.54
/proc/23059/stat : 23059 (Spear-32) R 23057 23059 22336 0 -1 4194304 159059 0 0 0 88044 210 0 0 25 0 1 0 227509130 650149888 158329 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/23059/statm: 158728 158329 140 302 0 158423 0
Current children cumulated CPU time (s) 882.54
Current children cumulated vsize (KiB) 634912

[startup+942.812 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23062
/proc/meminfo: memFree=830872/2055920 swapFree=4144988/4192956
[pid=23059] ppid=23057 vsize=657716 CPUtime=942.56
/proc/23059/stat : 23059 (Spear-32) R 23057 23059 22336 0 -1 4194304 164750 0 0 0 94038 218 0 0 25 0 1 0 227509130 673501184 164020 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526822 0 0 4096 0 0 0 0 17 1 0 0
/proc/23059/statm: 164429 164020 140 302 0 164124 0
Current children cumulated CPU time (s) 942.56
Current children cumulated vsize (KiB) 657716

[startup+1002.84 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23062
/proc/meminfo: memFree=805976/2055920 swapFree=4144988/4192956
[pid=23059] ppid=23057 vsize=682724 CPUtime=1002.57
/proc/23059/stat : 23059 (Spear-32) R 23057 23059 22336 0 -1 4194304 171006 0 0 0 100032 225 0 0 25 0 1 0 227509130 699109376 170276 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/23059/statm: 170681 170276 140 302 0 170376 0
Current children cumulated CPU time (s) 1002.57
Current children cumulated vsize (KiB) 682724

[startup+1062.88 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23062
/proc/meminfo: memFree=773592/2055920 swapFree=4144988/4192956
[pid=23059] ppid=23057 vsize=714744 CPUtime=1062.58
/proc/23059/stat : 23059 (Spear-32) R 23057 23059 22336 0 -1 4194304 179043 0 0 0 106022 236 0 0 25 0 1 0 227509130 731897856 178313 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/23059/statm: 178686 178313 140 302 0 178381 0
Current children cumulated CPU time (s) 1062.58
Current children cumulated vsize (KiB) 714744

[startup+1122.91 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23062
/proc/meminfo: memFree=741848/2055920 swapFree=4144988/4192956
[pid=23059] ppid=23057 vsize=746464 CPUtime=1122.61
/proc/23059/stat : 23059 (Spear-32) R 23057 23059 22336 0 -1 4194304 186992 0 0 0 112014 247 0 0 25 0 1 0 227509130 764379136 186262 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/23059/statm: 186616 186262 140 302 0 186311 0
Current children cumulated CPU time (s) 1122.61
Current children cumulated vsize (KiB) 746464

[startup+1182.95 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23062
/proc/meminfo: memFree=714648/2055920 swapFree=4144988/4192956
[pid=23059] ppid=23057 vsize=773688 CPUtime=1182.62
/proc/23059/stat : 23059 (Spear-32) R 23057 23059 22336 0 -1 4194304 193800 0 0 0 118006 256 0 0 25 0 1 0 227509130 792256512 193070 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526979 0 0 4096 0 0 0 0 17 1 0 0
/proc/23059/statm: 193422 193070 140 302 0 193117 0
Current children cumulated CPU time (s) 1182.62
Current children cumulated vsize (KiB) 773688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.36 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23062
/proc/meminfo: memFree=706776/2055920 swapFree=4144988/4192956
[pid=23059] ppid=23057 vsize=781136 CPUtime=1200.04
/proc/23059/stat : 23059 (Spear-32) R 23057 23059 22336 0 -1 4194304 195671 0 0 0 119744 260 0 0 25 0 1 0 227509130 799883264 194941 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/23059/statm: 195284 194941 140 302 0 194979 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 781136

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

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

[startup+1200.47 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23062
/proc/meminfo: memFree=706776/2055920 swapFree=4144988/4192956
[pid=23059] ppid=23057 vsize=0 CPUtime=1200.14
/proc/23059/stat : 23059 (Spear-32) R 23057 23059 22336 0 -1 4195332 195671 0 0 0 119744 270 0 0 25 0 1 0 227509130 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/23059/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.14
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.49
CPU time (s): 1200.17
CPU user time (s): 1197.45
CPU system time (s): 2.72358
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 781136

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

runsolver used 1.40679 second user time and 2.83357 second system time

The end

Launcher Data (download as text)

Begin job on node23 on Wed Feb 21 16:32:33 UTC 2007

IDJOB= 305272
IDBENCH= 20152
IDSOLVER= 132
FILE ID= node23/305272-1172075552

PBS_JOBID= 3892802

Free space on /tmp= 66558 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v16000/unif-k3-r4.2-v16000-c67200-S1415445307-13.cnf
COMMAND LINE= /tmp/evaluation/305272-1172075552/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/305272-1172075552/instance-305272-1172075552.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node23/watcher-305272-1172075552 -o ROOT/results/node23/solver-305272-1172075552 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/305272-1172075552/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/305272-1172075552/instance-305272-1172075552.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  532ec8d121b791b638eeecfaf862b136

RANDOM SEED= 87497357

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node23.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.216
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.216
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:       1488184 kB
Buffers:         40640 kB
Cached:         437920 kB
SwapCached:      15188 kB
Active:         147556 kB
Inactive:       354028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1488184 kB
SwapTotal:     4192956 kB
SwapFree:      4144988 kB
Dirty:            2836 kB
Writeback:           0 kB
Mapped:          30064 kB
Slab:            51776 kB
Committed_AS:   722416 kB
PageTables:       1696 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= 66558 MiB

End job on node23 on Wed Feb 21 16:52:35 UTC 2007