Trace number 304616

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.12 1200.64

General information on the benchmark

Namerandom/LargeSize/7SAT/v160/
unif-k7-r85-v160-c13600-S1617760096-16.cnf
MD5SUM5f3213e2fda965548b3e8a74d5e8ed7c
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 variables160
Number of clauses13600
Sum of the clauses size95200
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 513600

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/304616-1172062210/instance-304616-1172062210.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/node9/watcher-304616-1172062210 -o ROOT/results/node9/solver-304616-1172062210 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/304616-1172062210/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/304616-1172062210/instance-304616-1172062210.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.99 1.10 3/77 11318
/proc/meminfo: memFree=1601264/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=1396 CPUtime=0
/proc/11318/stat : 11318 (Spear-32) R 11316 11318 10472 0 -1 4194304 182 0 0 0 0 0 0 0 18 0 1 0 226175604 1429504 166 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 349 166 128 302 0 44 0

[startup+0.106814 s]
/proc/loadavg: 0.92 0.99 1.10 3/77 11318
/proc/meminfo: memFree=1601264/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=2580 CPUtime=0.1
/proc/11318/stat : 11318 (Spear-32) R 11316 11318 10472 0 -1 4194304 464 0 0 0 10 0 0 0 18 0 1 0 226175604 2641920 448 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 645 448 140 302 0 340 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2580

[startup+0.514891 s]
/proc/loadavg: 0.92 0.99 1.10 3/77 11318
/proc/meminfo: memFree=1601264/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=3480 CPUtime=0.5
/proc/11318/stat : 11318 (Spear-32) R 11316 11318 10472 0 -1 4194304 698 0 0 0 50 0 0 0 22 0 1 0 226175604 3563520 682 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 870 682 140 302 0 565 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 3480

[startup+1.33505 s]
/proc/loadavg: 0.92 0.99 1.10 2/78 11319
/proc/meminfo: memFree=1597864/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=4888 CPUtime=1.33
/proc/11318/stat : 11318 (Spear-32) R 11316 11318 10472 0 -1 4194304 1065 0 0 0 132 1 0 0 25 0 1 0 226175604 5005312 1049 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 1222 1049 140 302 0 917 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 4888

[startup+2.97137 s]
/proc/loadavg: 0.92 0.99 1.10 2/78 11319
/proc/meminfo: memFree=1596072/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=7072 CPUtime=2.96
/proc/11318/stat : 11318 (Spear-32) R 11316 11318 10472 0 -1 4194304 1598 0 0 0 294 2 0 0 25 0 1 0 226175604 7241728 1582 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 1768 1582 140 302 0 1463 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 7072

[startup+6.251 s]
/proc/loadavg: 0.93 0.99 1.10 2/78 11319
/proc/meminfo: memFree=1592616/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=10044 CPUtime=6.24
/proc/11318/stat : 11318 (Spear-32) R 11316 11318 10472 0 -1 4194304 2351 0 0 0 620 4 0 0 25 0 1 0 226175604 10285056 2335 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 2511 2335 140 302 0 2206 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 10044

[startup+12.7052 s]
/proc/loadavg: 0.93 0.99 1.10 2/78 11319
/proc/meminfo: memFree=1587944/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=14424 CPUtime=12.69
/proc/11318/stat : 11318 (Spear-32) R 11316 11318 10472 0 -1 4194304 3458 0 0 0 1263 6 0 0 25 0 1 0 226175604 14770176 3409 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 3606 3409 140 302 0 3301 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 14424

[startup+25.5137 s]
/proc/loadavg: 0.95 0.99 1.10 2/78 11319
/proc/meminfo: memFree=1581736/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=21172 CPUtime=25.49
/proc/11318/stat : 11318 (Spear-32) R 11316 11318 10472 0 -1 4194304 5124 0 0 0 2539 10 0 0 25 0 1 0 226175604 21680128 5010 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 5293 5010 140 302 0 4988 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 21172

[startup+51.1267 s]
/proc/loadavg: 1.03 1.01 1.10 2/78 11319
/proc/meminfo: memFree=1572584/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=30064 CPUtime=51.1
/proc/11318/stat : 11318 (Spear-32) R 11316 11318 10472 0 -1 4194304 7361 0 0 0 5092 18 0 0 25 0 1 0 226175604 30785536 7247 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 7516 7247 140 302 0 7211 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 30064

[startup+102.354 s]
/proc/loadavg: 1.01 1.00 1.09 2/78 11319
/proc/meminfo: memFree=1559784/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=43320 CPUtime=102.3
/proc/11318/stat : 11318 (Spear-32) R 11316 11318 10472 0 -1 4194304 10688 0 0 0 10201 29 0 0 25 0 1 0 226175604 44359680 10445 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526886 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 10830 10445 140 302 0 10525 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 43320

[startup+162.399 s]
/proc/loadavg: 1.00 1.00 1.08 2/78 11319
/proc/meminfo: memFree=1548008/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=55024 CPUtime=162.33
/proc/11318/stat : 11318 (Spear-32) R 11316 11318 10472 0 -1 4194304 13567 0 0 0 16193 40 0 0 25 0 1 0 226175604 56344576 13324 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527100 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 13756 13324 140 302 0 13451 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 55024

[startup+222.434 s]
/proc/loadavg: 1.00 1.00 1.08 2/78 11319
/proc/meminfo: memFree=1538408/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=64648 CPUtime=222.35
/proc/11318/stat : 11318 (Spear-32) R 11316 11318 10472 0 -1 4194304 15962 0 0 0 22185 50 0 0 25 0 1 0 226175604 66199552 15719 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 16162 15719 140 302 0 15857 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 64648

[startup+282.47 s]
/proc/loadavg: 1.00 1.00 1.07 2/78 11319
/proc/meminfo: memFree=1530216/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=73824 CPUtime=282.37
/proc/11318/stat : 11318 (Spear-32) R 11316 11318 10472 0 -1 4194304 18271 0 0 0 28178 59 0 0 25 0 1 0 226175604 75595776 17771 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 18456 17771 140 302 0 18151 0
Current children cumulated CPU time (s) 282.37
Current children cumulated vsize (KiB) 73824

[startup+342.506 s]
/proc/loadavg: 1.00 1.00 1.07 2/78 11319
/proc/meminfo: memFree=1522344/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=81808 CPUtime=342.37
/proc/11318/stat : 11318 (Spear-32) R 11316 11318 10472 0 -1 4194304 20234 0 0 0 34171 66 0 0 25 0 1 0 226175604 83771392 19734 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 20452 19734 140 302 0 20147 0
Current children cumulated CPU time (s) 342.37
Current children cumulated vsize (KiB) 81808

[startup+402.544 s]
/proc/loadavg: 1.00 1.00 1.06 2/78 11319
/proc/meminfo: memFree=1515368/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=88820 CPUtime=402.39
/proc/11318/stat : 11318 (Spear-32) R 11316 11318 10472 0 -1 4194304 21954 0 0 0 40166 73 0 0 25 0 1 0 226175604 90951680 21454 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 22205 21454 140 302 0 21900 0
Current children cumulated CPU time (s) 402.39
Current children cumulated vsize (KiB) 88820

[startup+462.585 s]
/proc/loadavg: 1.00 1.00 1.06 2/78 11319
/proc/meminfo: memFree=1508968/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=95240 CPUtime=462.41
/proc/11318/stat : 11318 (Spear-32) R 11316 11318 10472 0 -1 4194304 23586 0 0 0 46161 80 0 0 25 0 1 0 226175604 97525760 23086 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 23810 23086 140 302 0 23505 0
Current children cumulated CPU time (s) 462.41
Current children cumulated vsize (KiB) 95240

[startup+522.628 s]
/proc/loadavg: 1.00 1.00 1.05 2/78 11319
/proc/meminfo: memFree=1502824/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=101628 CPUtime=522.43
/proc/11318/stat : 11318 (Spear-32) R 11316 11318 10472 0 -1 4194304 25145 0 0 0 52156 87 0 0 25 0 1 0 226175604 104067072 24645 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 25407 24645 140 302 0 25102 0
Current children cumulated CPU time (s) 522.43
Current children cumulated vsize (KiB) 101628

[startup+582.663 s]
/proc/loadavg: 1.00 1.00 1.04 2/78 11319
/proc/meminfo: memFree=1496872/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=107308 CPUtime=582.45
/proc/11318/stat : 11318 (Spear-32) R 11316 11318 10472 0 -1 4194304 26598 0 0 0 58151 94 0 0 25 0 1 0 226175604 109883392 26098 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 26827 26098 140 302 0 26522 0
Current children cumulated CPU time (s) 582.45
Current children cumulated vsize (KiB) 107308

[startup+642.702 s]
/proc/loadavg: 1.00 1.00 1.04 2/78 11319
/proc/meminfo: memFree=1491048/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=113268 CPUtime=642.47
/proc/11318/stat : 11318 (Spear-32) R 11316 11318 10472 0 -1 4194304 28051 0 0 0 64147 100 0 0 25 0 1 0 226175604 115986432 27551 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 28317 27551 140 302 0 28012 0
Current children cumulated CPU time (s) 642.47
Current children cumulated vsize (KiB) 113268

[startup+702.762 s]
/proc/loadavg: 1.00 1.00 1.03 2/84 11437
/proc/meminfo: memFree=1484280/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=118868 CPUtime=702.46
/proc/11318/stat : 11318 (Spear-32) R 11316 11318 10472 0 -1 4194304 29452 0 0 0 70140 106 0 0 25 0 1 0 226175604 121720832 28952 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 29717 28952 140 302 0 29412 0
Current children cumulated CPU time (s) 702.46
Current children cumulated vsize (KiB) 118868

[startup+762.818 s]
/proc/loadavg: 1.00 1.00 1.03 2/78 11516
/proc/meminfo: memFree=1479784/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=124384 CPUtime=762.45
/proc/11318/stat : 11318 (Spear-32) R 11316 11318 10472 0 -1 4194304 30844 0 0 0 76132 113 0 0 25 0 1 0 226175604 127369216 30344 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 31096 30344 140 302 0 30791 0
Current children cumulated CPU time (s) 762.45
Current children cumulated vsize (KiB) 124384

[startup+822.859 s]
/proc/loadavg: 1.00 1.00 1.02 2/78 11516
/proc/meminfo: memFree=1474472/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=129608 CPUtime=822.46
/proc/11318/stat : 11318 (Spear-32) R 11316 11318 10472 0 -1 4194304 32131 0 0 0 82130 116 0 0 25 0 1 0 226175604 132718592 31631 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526825 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 32402 31631 140 302 0 32097 0
Current children cumulated CPU time (s) 822.46
Current children cumulated vsize (KiB) 129608

[startup+882.899 s]
/proc/loadavg: 1.00 1.00 1.01 2/78 11516
/proc/meminfo: memFree=1469480/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=136960 CPUtime=882.49
/proc/11318/stat : 11318 (Spear-32) R 11316 11318 10472 0 -1 4194304 33907 0 0 0 88127 122 0 0 25 0 1 0 226175604 140247040 32894 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 34240 32894 140 302 0 33935 0
Current children cumulated CPU time (s) 882.49
Current children cumulated vsize (KiB) 136960

[startup+942.936 s]
/proc/loadavg: 1.00 1.00 1.01 2/78 11516
/proc/meminfo: memFree=1464424/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=141836 CPUtime=942.5
/proc/11318/stat : 11318 (Spear-32) R 11316 11318 10472 0 -1 4194304 35155 0 0 0 94122 128 0 0 25 0 1 0 226175604 145240064 34142 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 35459 34142 140 302 0 35154 0
Current children cumulated CPU time (s) 942.5
Current children cumulated vsize (KiB) 141836

[startup+1002.97 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11516
/proc/meminfo: memFree=1459560/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=147036 CPUtime=1002.51
/proc/11318/stat : 11318 (Spear-32) R 11316 11318 10472 0 -1 4194304 36381 0 0 0 100118 133 0 0 25 0 1 0 226175604 150564864 35368 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 36759 35368 140 302 0 36454 0
Current children cumulated CPU time (s) 1002.51
Current children cumulated vsize (KiB) 147036

[startup+1063.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11516
/proc/meminfo: memFree=1455080/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=151264 CPUtime=1062.53
/proc/11318/stat : 11318 (Spear-32) R 11316 11318 10472 0 -1 4194304 37489 0 0 0 106115 138 0 0 25 0 1 0 226175604 154894336 36476 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 37816 36476 140 302 0 37511 0
Current children cumulated CPU time (s) 1062.53
Current children cumulated vsize (KiB) 151264

[startup+1123.05 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11516
/proc/meminfo: memFree=1450984/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=155564 CPUtime=1122.56
/proc/11318/stat : 11318 (Spear-32) R 11316 11318 10472 0 -1 4194304 38539 0 0 0 112112 144 0 0 25 0 1 0 226175604 159297536 37526 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 38891 37526 140 302 0 38586 0
Current children cumulated CPU time (s) 1122.56
Current children cumulated vsize (KiB) 155564

[startup+1183.09 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 11516
/proc/meminfo: memFree=1446824/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=160132 CPUtime=1182.57
/proc/11318/stat : 11318 (Spear-32) R 11316 11318 10472 0 -1 4194304 39580 0 0 0 118108 149 0 0 25 0 1 0 226175604 163975168 38567 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 40033 38567 140 302 0 39728 0
Current children cumulated CPU time (s) 1182.57
Current children cumulated vsize (KiB) 160132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.61 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 11516
/proc/meminfo: memFree=1445608/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=161284 CPUtime=1200.09
/proc/11318/stat : 11318 (Spear-32) R 11316 11318 10472 0 -1 4194304 39878 0 0 0 119859 150 0 0 25 0 1 0 226175604 165154816 38865 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 40321 38865 140 302 0 40016 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 161284

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

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

[startup+1200.61 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 11516
/proc/meminfo: memFree=1445608/2055920 swapFree=4192812/4192956
[pid=11318] ppid=11316 vsize=161284 CPUtime=1200.09
/proc/11318/stat : 11318 (Spear-32) R 11316 11318 10472 0 -1 4194304 39878 0 0 0 119859 150 0 0 25 0 1 0 226175604 165154816 38865 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11318/statm: 40321 38865 140 302 0 40016 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 161284

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.64
CPU time (s): 1200.12
CPU user time (s): 1198.59
CPU system time (s): 1.53277
CPU usage (%): 99.9571
Max. virtual memory (cumulated for all children) (KiB): 161284

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

runsolver used 1.14383 second user time and 3.12852 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Wed Feb 21 12:50:10 UTC 2007

IDJOB= 304616
IDBENCH= 20136
IDSOLVER= 132
FILE ID= node9/304616-1172062210

PBS_JOBID= 3865292

Free space on /tmp= 66549 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v160/unif-k7-r85-v160-c13600-S1617760096-16.cnf
COMMAND LINE= /tmp/evaluation/304616-1172062210/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/304616-1172062210/instance-304616-1172062210.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-304616-1172062210 -o ROOT/results/node9/solver-304616-1172062210 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/304616-1172062210/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/304616-1172062210/instance-304616-1172062210.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  5f3213e2fda965548b3e8a74d5e8ed7c

RANDOM SEED= 778931555

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.263
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.263
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:       1601608 kB
Buffers:         54664 kB
Cached:         273368 kB
SwapCached:          0 kB
Active:         285832 kB
Inactive:        96652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1601608 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1940 kB
Writeback:           0 kB
Mapped:          73304 kB
Slab:            57424 kB
Committed_AS:  1152352 kB
PageTables:       1688 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= 66549 MiB

End job on node9 on Wed Feb 21 13:10:12 UTC 2007