Trace number 305108

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.18 1200.53

General information on the benchmark

Namerandom/LargeSize/3SAT/v16000/
unif-k3-r4.2-v16000-c67200-S886048189-14.cnf
MD5SUM4cb66647af72efe7ab501d35ace33af9
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/305108-1172072025/instance-305108-1172072025.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/node11/watcher-305108-1172072025 -o ROOT/results/node11/solver-305108-1172072025 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/305108-1172072025/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/305108-1172072025/instance-305108-1172072025.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.09 1.03 1.01 3/77 7187
/proc/meminfo: memFree=1601976/2055920 swapFree=4192812/4192956
[pid=7187] ppid=7185 vsize=1932 CPUtime=0
/proc/7187/stat : 7187 (Spear-32) R 7185 7187 6695 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 227157071 1978368 247 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135255956 0 0 4096 0 0 0 0 17 1 0 0
/proc/7187/statm: 483 247 126 302 0 178 0

[startup+0.106635 s]
/proc/loadavg: 1.09 1.03 1.01 3/77 7187
/proc/meminfo: memFree=1601976/2055920 swapFree=4192812/4192956
[pid=7187] ppid=7185 vsize=5020 CPUtime=0.09
/proc/7187/stat : 7187 (Spear-32) R 7185 7187 6695 0 -1 4194304 1214 0 0 0 9 0 0 0 18 0 1 0 227157071 5140480 1033 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/7187/statm: 1255 1033 129 302 0 950 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5020

[startup+0.514684 s]
/proc/loadavg: 1.09 1.03 1.01 3/77 7187
/proc/meminfo: memFree=1601976/2055920 swapFree=4192812/4192956
[pid=7187] ppid=7185 vsize=7604 CPUtime=0.5
/proc/7187/stat : 7187 (Spear-32) R 7185 7187 6695 0 -1 4194304 1904 0 0 0 49 1 0 0 22 0 1 0 227157071 7786496 1658 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7187/statm: 1901 1658 140 302 0 1596 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 7604

[startup+1.33478 s]
/proc/loadavg: 1.08 1.03 1.01 2/78 7188
/proc/meminfo: memFree=1594544/2055920 swapFree=4192812/4192956
[pid=7187] ppid=7185 vsize=9300 CPUtime=1.33
/proc/7187/stat : 7187 (Spear-32) R 7185 7187 6695 0 -1 4194304 2318 0 0 0 131 2 0 0 25 0 1 0 227157071 9523200 2072 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7187/statm: 2325 2072 140 302 0 2020 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9300

[startup+2.97098 s]
/proc/loadavg: 1.08 1.03 1.01 2/78 7188
/proc/meminfo: memFree=1592240/2055920 swapFree=4192812/4192956
[pid=7187] ppid=7185 vsize=12472 CPUtime=2.95
/proc/7187/stat : 7187 (Spear-32) R 7185 7187 6695 0 -1 4194304 3126 0 0 0 293 2 0 0 25 0 1 0 227157071 12771328 2880 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7187/statm: 3118 2880 140 302 0 2813 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 12472

[startup+6.25236 s]
/proc/loadavg: 1.07 1.03 1.01 2/78 7188
/proc/meminfo: memFree=1585264/2055920 swapFree=4192812/4192956
[pid=7187] ppid=7185 vsize=19028 CPUtime=6.24
/proc/7187/stat : 7187 (Spear-32) R 7185 7187 6695 0 -1 4194304 4747 0 0 0 619 5 0 0 25 0 1 0 227157071 19484672 4501 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134540463 0 0 4096 0 0 0 0 17 1 0 0
/proc/7187/statm: 4757 4501 140 302 0 4452 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 19028

[startup+12.7051 s]
/proc/loadavg: 1.07 1.03 1.00 2/78 7188
/proc/meminfo: memFree=1572464/2055920 swapFree=4192812/4192956
[pid=7187] ppid=7185 vsize=31212 CPUtime=12.69
/proc/7187/stat : 7187 (Spear-32) R 7185 7187 6695 0 -1 4194304 7783 0 0 0 1259 10 0 0 25 0 1 0 227157071 31961088 7537 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7187/statm: 7803 7537 140 302 0 7498 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31212

[startup+25.5136 s]
/proc/loadavg: 1.06 1.03 1.00 2/78 7188
/proc/meminfo: memFree=1550960/2055920 swapFree=4192812/4192956
[pid=7187] ppid=7185 vsize=53356 CPUtime=25.5
/proc/7187/stat : 7187 (Spear-32) R 7185 7187 6695 0 -1 4194304 13332 0 0 0 2533 17 0 0 25 0 1 0 227157071 54636544 13053 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7187/statm: 13339 13053 140 302 0 13034 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 53356

[startup+51.1267 s]
/proc/loadavg: 1.03 1.02 1.00 2/78 7188
/proc/meminfo: memFree=1514032/2055920 swapFree=4192812/4192956
[pid=7187] ppid=7185 vsize=89572 CPUtime=51.1
/proc/7187/stat : 7187 (Spear-32) R 7185 7187 6695 0 -1 4194304 22417 0 0 0 5080 30 0 0 25 0 1 0 227157071 91721728 22138 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7187/statm: 22393 22138 140 302 0 22088 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 89572

[startup+102.349 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 7188
/proc/meminfo: memFree=1455536/2055920 swapFree=4192812/4192956
[pid=7187] ppid=7185 vsize=148308 CPUtime=102.3
/proc/7187/stat : 7187 (Spear-32) R 7185 7187 6695 0 -1 4194304 37150 0 0 0 10180 50 0 0 25 0 1 0 227157071 151867392 36806 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/7187/statm: 37077 36806 140 302 0 36772 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 148308

[startup+162.385 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 7188
/proc/meminfo: memFree=1398128/2055920 swapFree=4192812/4192956
[pid=7187] ppid=7185 vsize=205296 CPUtime=162.32
/proc/7187/stat : 7187 (Spear-32) R 7185 7187 6695 0 -1 4194304 51420 0 0 0 16162 70 0 0 25 0 1 0 227157071 210223104 50947 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7187/statm: 51324 50947 140 302 0 51019 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 205296

[startup+222.469 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 7188
/proc/meminfo: memFree=1351280/2055920 swapFree=4192812/4192956
[pid=7187] ppid=7185 vsize=252296 CPUtime=222.39
/proc/7187/stat : 7187 (Spear-32) R 7185 7187 6695 0 -1 4194304 63202 0 0 0 22151 88 0 0 25 0 1 0 227157071 258351104 62729 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7187/statm: 63074 62729 140 302 0 62769 0
Current children cumulated CPU time (s) 222.39
Current children cumulated vsize (KiB) 252296

[startup+282.504 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7188
/proc/meminfo: memFree=1306288/2055920 swapFree=4192812/4192956
[pid=7187] ppid=7185 vsize=297196 CPUtime=282.41
/proc/7187/stat : 7187 (Spear-32) R 7185 7187 6695 0 -1 4194304 74471 0 0 0 28138 103 0 0 25 0 1 0 227157071 304328704 73998 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7187/statm: 74299 73998 140 302 0 73994 0
Current children cumulated CPU time (s) 282.41
Current children cumulated vsize (KiB) 297196

[startup+342.538 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7188
/proc/meminfo: memFree=1257776/2055920 swapFree=4192812/4192956
[pid=7187] ppid=7185 vsize=345432 CPUtime=342.42
/proc/7187/stat : 7187 (Spear-32) R 7185 7187 6695 0 -1 4194304 86544 0 0 0 34123 119 0 0 25 0 1 0 227157071 353722368 86071 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/7187/statm: 86358 86071 140 302 0 86053 0
Current children cumulated CPU time (s) 342.42
Current children cumulated vsize (KiB) 345432

[startup+402.572 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7188
/proc/meminfo: memFree=1222128/2055920 swapFree=4192812/4192956
[pid=7187] ppid=7185 vsize=380320 CPUtime=402.44
/proc/7187/stat : 7187 (Spear-32) R 7185 7187 6695 0 -1 4194304 95300 0 0 0 40113 131 0 0 25 0 1 0 227157071 389447680 94827 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7187/statm: 95080 94827 140 302 0 94775 0
Current children cumulated CPU time (s) 402.44
Current children cumulated vsize (KiB) 380320

[startup+462.605 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7190
/proc/meminfo: memFree=1193136/2055920 swapFree=4192812/4192956
[pid=7187] ppid=7185 vsize=410652 CPUtime=462.45
/proc/7187/stat : 7187 (Spear-32) R 7185 7187 6695 0 -1 4194304 102902 0 0 0 46103 142 0 0 25 0 1 0 227157071 420507648 102172 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7187/statm: 102663 102172 140 302 0 102358 0
Current children cumulated CPU time (s) 462.45
Current children cumulated vsize (KiB) 410652

[startup+522.637 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7190
/proc/meminfo: memFree=1162096/2055920 swapFree=4192812/4192956
[pid=7187] ppid=7185 vsize=441752 CPUtime=522.47
/proc/7187/stat : 7187 (Spear-32) R 7185 7187 6695 0 -1 4194304 110700 0 0 0 52091 156 0 0 25 0 1 0 227157071 452354048 109970 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/7187/statm: 110438 109970 140 302 0 110133 0
Current children cumulated CPU time (s) 522.47
Current children cumulated vsize (KiB) 441752

[startup+582.667 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7190
/proc/meminfo: memFree=1119728/2055920 swapFree=4192812/4192956
[pid=7187] ppid=7185 vsize=483392 CPUtime=582.49
/proc/7187/stat : 7187 (Spear-32) R 7185 7187 6695 0 -1 4194304 121119 0 0 0 58078 171 0 0 25 0 1 0 227157071 494993408 120389 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7187/statm: 120848 120389 140 302 0 120543 0
Current children cumulated CPU time (s) 582.49
Current children cumulated vsize (KiB) 483392

[startup+642.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7190
/proc/meminfo: memFree=1085808/2055920 swapFree=4192812/4192956
[pid=7187] ppid=7185 vsize=517368 CPUtime=642.5
/proc/7187/stat : 7187 (Spear-32) R 7185 7187 6695 0 -1 4194304 129628 0 0 0 64066 184 0 0 25 0 1 0 227157071 529784832 128898 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/7187/statm: 129342 128898 140 302 0 129037 0
Current children cumulated CPU time (s) 642.5
Current children cumulated vsize (KiB) 517368

[startup+702.733 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7190
/proc/meminfo: memFree=1055216/2055920 swapFree=4192812/4192956
[pid=7187] ppid=7185 vsize=547752 CPUtime=702.52
/proc/7187/stat : 7187 (Spear-32) R 7185 7187 6695 0 -1 4194304 137258 0 0 0 70055 197 0 0 25 0 1 0 227157071 560898048 136528 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7187/statm: 136938 136528 140 302 0 136633 0
Current children cumulated CPU time (s) 702.52
Current children cumulated vsize (KiB) 547752

[startup+762.767 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7190
/proc/meminfo: memFree=1027376/2055920 swapFree=4192812/4192956
[pid=7187] ppid=7185 vsize=575768 CPUtime=762.53
/proc/7187/stat : 7187 (Spear-32) R 7185 7187 6695 0 -1 4194304 144259 0 0 0 76046 207 0 0 25 0 1 0 227157071 589586432 143529 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/7187/statm: 143942 143529 140 302 0 143637 0
Current children cumulated CPU time (s) 762.53
Current children cumulated vsize (KiB) 575768

[startup+822.801 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7190
/proc/meminfo: memFree=1003632/2055920 swapFree=4192812/4192956
[pid=7187] ppid=7185 vsize=598948 CPUtime=822.55
/proc/7187/stat : 7187 (Spear-32) R 7185 7187 6695 0 -1 4194304 150083 0 0 0 82042 213 0 0 25 0 1 0 227157071 613322752 149353 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/7187/statm: 149737 149353 140 302 0 149432 0
Current children cumulated CPU time (s) 822.55
Current children cumulated vsize (KiB) 598948

[startup+882.828 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7190
/proc/meminfo: memFree=980976/2055920 swapFree=4192812/4192956
[pid=7187] ppid=7185 vsize=621768 CPUtime=882.56
/proc/7187/stat : 7187 (Spear-32) R 7185 7187 6695 0 -1 4194304 155783 0 0 0 88033 223 0 0 25 0 1 0 227157071 636690432 155053 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/7187/statm: 155442 155053 140 302 0 155137 0
Current children cumulated CPU time (s) 882.56
Current children cumulated vsize (KiB) 621768

[startup+942.86 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7190
/proc/meminfo: memFree=959216/2055920 swapFree=4192812/4192956
[pid=7187] ppid=7185 vsize=643672 CPUtime=942.57
/proc/7187/stat : 7187 (Spear-32) R 7185 7187 6695 0 -1 4194304 161263 0 0 0 94026 231 0 0 25 0 1 0 227157071 659120128 160533 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/7187/statm: 160918 160533 140 302 0 160613 0
Current children cumulated CPU time (s) 942.57
Current children cumulated vsize (KiB) 643672

[startup+1002.89 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7190
/proc/meminfo: memFree=926896/2055920 swapFree=4192812/4192956
[pid=7187] ppid=7185 vsize=676176 CPUtime=1002.58
/proc/7187/stat : 7187 (Spear-32) R 7185 7187 6695 0 -1 4194304 169408 0 0 0 100013 245 0 0 25 0 1 0 227157071 692404224 168678 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7187/statm: 169044 168678 140 302 0 168739 0
Current children cumulated CPU time (s) 1002.58
Current children cumulated vsize (KiB) 676176

[startup+1062.93 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 7190
/proc/meminfo: memFree=889136/2055920 swapFree=4192812/4192956
[pid=7187] ppid=7185 vsize=713188 CPUtime=1062.6
/proc/7187/stat : 7187 (Spear-32) R 7185 7187 6695 0 -1 4194304 178676 0 0 0 106001 259 0 0 25 0 1 0 227157071 730304512 177946 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526965 0 0 4096 0 0 0 0 17 1 0 0
/proc/7187/statm: 178297 177946 140 302 0 177992 0
Current children cumulated CPU time (s) 1062.6
Current children cumulated vsize (KiB) 713188

[startup+1122.96 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 7190
/proc/meminfo: memFree=859696/2055920 swapFree=4192812/4192956
[pid=7187] ppid=7185 vsize=742604 CPUtime=1122.61
/proc/7187/stat : 7187 (Spear-32) R 7185 7187 6695 0 -1 4194304 186042 0 0 0 111990 271 0 0 25 0 1 0 227157071 760426496 185312 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7187/statm: 185651 185312 140 302 0 185346 0
Current children cumulated CPU time (s) 1122.61
Current children cumulated vsize (KiB) 742604

[startup+1182.99 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7190
/proc/meminfo: memFree=833392/2055920 swapFree=4192812/4192956
[pid=7187] ppid=7185 vsize=768924 CPUtime=1182.63
/proc/7187/stat : 7187 (Spear-32) R 7185 7187 6695 0 -1 4194304 192627 0 0 0 117981 282 0 0 25 0 1 0 227157071 787378176 191897 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526965 0 0 4096 0 0 0 0 17 1 0 0
/proc/7187/statm: 192231 191897 140 302 0 191926 0
Current children cumulated CPU time (s) 1182.63
Current children cumulated vsize (KiB) 768924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7190
/proc/meminfo: memFree=825968/2055920 swapFree=4192812/4192956
[pid=7187] ppid=7185 vsize=776084 CPUtime=1200.04
/proc/7187/stat : 7187 (Spear-32) R 7185 7187 6695 0 -1 4194304 194403 0 0 0 119719 285 0 0 25 0 1 0 227157071 794710016 193673 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/7187/statm: 194021 193673 140 302 0 193716 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 776084

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

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

[startup+1200.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7190
/proc/meminfo: memFree=825968/2055920 swapFree=4192812/4192956
[pid=7187] ppid=7185 vsize=0 CPUtime=1200.14
/proc/7187/stat : 7187 (Spear-32) R 7185 7187 6695 0 -1 4195332 194403 0 0 0 119719 295 0 0 25 0 1 0 227157071 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/7187/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.53
CPU time (s): 1200.18
CPU user time (s): 1197.2
CPU system time (s): 2.97755
CPU usage (%): 99.9704
Max. virtual memory (cumulated for all children) (KiB): 776084

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

runsolver used 1.3348 second user time and 2.91756 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Wed Feb 21 15:33:45 UTC 2007

IDJOB= 305108
IDBENCH= 20148
IDSOLVER= 132
FILE ID= node11/305108-1172072025

PBS_JOBID= 3865309

Free space on /tmp= 66548 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  4cb66647af72efe7ab501d35ace33af9

RANDOM SEED= 655916920

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.243
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.243
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:       1602384 kB
Buffers:         56536 kB
Cached:         281696 kB
SwapCached:          0 kB
Active:         211864 kB
Inactive:       169648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1602384 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2836 kB
Writeback:           0 kB
Mapped:          62188 kB
Slab:            57552 kB
Committed_AS:   746368 kB
PageTables:       1756 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= 66548 MiB

End job on node11 on Wed Feb 21 15:53:48 UTC 2007