Trace number 295432

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.1 1200.42

General information on the benchmark

Namerandom/OnTreshold/7SAT/v55/
unif-k7-r89-v55-c4895-S1262395962-18.UNSAT.shuffled.cnf
MD5SUM88c26055259fd830313e1e76cba5300d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark247.246
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of clauses4895
Sum of the clauses size34265
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 54895

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/295432-1171805665/instance-295432-1171805665.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/node76/watcher-295432-1171805665 -o ROOT/results/node76/solver-295432-1171805665 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/295432-1171805665/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/295432-1171805665/instance-295432-1171805665.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/69 9964
/proc/meminfo: memFree=1142208/2055888 swapFree=4087076/4096564
[pid=9964] ppid=9962 vsize=1396 CPUtime=0
/proc/9964/stat : 9964 (Spear-32) R 9962 9964 9075 0 -1 4194304 181 0 0 0 0 0 0 0 20 0 1 0 200524845 1429504 166 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135271309 0 0 4096 0 0 0 0 17 1 0 0
/proc/9964/statm: 349 166 128 302 0 44 0

[startup+0.10691 s]
/proc/loadavg: 0.99 0.98 0.99 3/69 9964
/proc/meminfo: memFree=1142208/2055888 swapFree=4087076/4096564
[pid=9964] ppid=9962 vsize=1920 CPUtime=0.1
/proc/9964/stat : 9964 (Spear-32) R 9962 9964 9075 0 -1 4194304 324 0 0 0 10 0 0 0 21 0 1 0 200524845 1966080 309 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9964/statm: 480 309 140 302 0 175 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1920

[startup+0.514956 s]
/proc/loadavg: 0.99 0.98 0.99 3/69 9964
/proc/meminfo: memFree=1142208/2055888 swapFree=4087076/4096564
[pid=9964] ppid=9962 vsize=2692 CPUtime=0.51
/proc/9964/stat : 9964 (Spear-32) R 9962 9964 9075 0 -1 4194304 520 0 0 0 50 1 0 0 25 0 1 0 200524845 2756608 505 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9964/statm: 673 505 140 302 0 368 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2692

[startup+1.33505 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 9965
/proc/meminfo: memFree=1139896/2055888 swapFree=4087076/4096564
[pid=9964] ppid=9962 vsize=3744 CPUtime=1.32
/proc/9964/stat : 9964 (Spear-32) R 9962 9964 9075 0 -1 4194304 775 0 0 0 131 1 0 0 25 0 1 0 200524845 3833856 760 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9964/statm: 936 760 140 302 0 631 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3744

[startup+2.97124 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 9965
/proc/meminfo: memFree=1138808/2055888 swapFree=4087076/4096564
[pid=9964] ppid=9962 vsize=5056 CPUtime=2.96
/proc/9964/stat : 9964 (Spear-32) R 9962 9964 9075 0 -1 4194304 1077 0 0 0 294 2 0 0 25 0 1 0 200524845 5177344 1062 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9964/statm: 1264 1062 140 302 0 959 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5056

[startup+6.24762 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 9965
/proc/meminfo: memFree=1136888/2055888 swapFree=4087076/4096564
[pid=9964] ppid=9962 vsize=6764 CPUtime=6.23
/proc/9964/stat : 9964 (Spear-32) R 9962 9964 9075 0 -1 4194304 1527 0 0 0 619 4 0 0 25 0 1 0 200524845 6926336 1479 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9964/statm: 1691 1479 140 302 0 1386 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 6764

[startup+12.7034 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 9965
/proc/meminfo: memFree=1134648/2055888 swapFree=4087076/4096564
[pid=9964] ppid=9962 vsize=8860 CPUtime=12.69
/proc/9964/stat : 9964 (Spear-32) R 9962 9964 9075 0 -1 4194304 2029 0 0 0 1263 6 0 0 25 0 1 0 200524845 9072640 1981 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9964/statm: 2215 1981 140 302 0 1910 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8860

[startup+25.5058 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 9965
/proc/meminfo: memFree=1131768/2055888 swapFree=4087076/4096564
[pid=9964] ppid=9962 vsize=12176 CPUtime=25.49
/proc/9964/stat : 9964 (Spear-32) R 9962 9964 9075 0 -1 4194304 2817 0 0 0 2541 8 0 0 25 0 1 0 200524845 12468224 2704 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527150 0 0 4096 0 0 0 0 17 1 0 0
/proc/9964/statm: 3044 2704 140 302 0 2739 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 12176

[startup+51.1138 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 9965
/proc/meminfo: memFree=1127416/2055888 swapFree=4087076/4096564
[pid=9964] ppid=9962 vsize=16376 CPUtime=51.09
/proc/9964/stat : 9964 (Spear-32) R 9962 9964 9075 0 -1 4194304 3884 0 0 0 5096 13 0 0 25 0 1 0 200524845 16769024 3771 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9964/statm: 4094 3771 140 302 0 3789 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 16376

[startup+102.325 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 9965
/proc/meminfo: memFree=1121272/2055888 swapFree=4087076/4096564
[pid=9964] ppid=9962 vsize=23272 CPUtime=102.29
/proc/9964/stat : 9964 (Spear-32) R 9962 9964 9075 0 -1 4194304 5555 0 0 0 10207 22 0 0 25 0 1 0 200524845 23830528 5313 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527033 0 0 4096 0 0 0 0 17 1 0 0
/proc/9964/statm: 5818 5313 140 302 0 5513 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 23272

[startup+162.347 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 9965
/proc/meminfo: memFree=1115768/2055888 swapFree=4087076/4096564
[pid=9964] ppid=9962 vsize=29024 CPUtime=162.29
/proc/9964/stat : 9964 (Spear-32) R 9962 9964 9075 0 -1 4194304 6909 0 0 0 16200 29 0 0 25 0 1 0 200524845 29720576 6667 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526767 0 0 4096 0 0 0 0 17 1 0 0
/proc/9964/statm: 7256 6667 140 302 0 6951 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 29024

[startup+222.368 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 9965
/proc/meminfo: memFree=1111224/2055888 swapFree=4087076/4096564
[pid=9964] ppid=9962 vsize=33588 CPUtime=222.29
/proc/9964/stat : 9964 (Spear-32) R 9962 9964 9075 0 -1 4194304 8052 0 0 0 22195 34 0 0 25 0 1 0 200524845 34394112 7810 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/9964/statm: 8397 7810 140 302 0 8092 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 33588

[startup+282.387 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 9965
/proc/meminfo: memFree=1107256/2055888 swapFree=4087076/4096564
[pid=9964] ppid=9962 vsize=38796 CPUtime=282.3
/proc/9964/stat : 9964 (Spear-32) R 9962 9964 9075 0 -1 4194304 9301 0 0 0 28190 40 0 0 25 0 1 0 200524845 39727104 8802 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9964/statm: 9699 8802 140 302 0 9394 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 38796

[startup+342.405 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 9967
/proc/meminfo: memFree=1103352/2055888 swapFree=4087076/4096564
[pid=9964] ppid=9962 vsize=42536 CPUtime=342.3
/proc/9964/stat : 9964 (Spear-32) R 9962 9964 9075 0 -1 4194304 10233 0 0 0 34185 45 0 0 25 0 1 0 200524845 43556864 9734 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9964/statm: 10634 9734 140 302 0 10329 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 42536

[startup+402.43 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 9967
/proc/meminfo: memFree=1100344/2055888 swapFree=4087076/4096564
[pid=9964] ppid=9962 vsize=45344 CPUtime=402.31
/proc/9964/stat : 9964 (Spear-32) R 9962 9964 9075 0 -1 4194304 10980 0 0 0 40181 50 0 0 25 0 1 0 200524845 46432256 10481 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9964/statm: 11336 10481 140 302 0 11031 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 45344

[startup+462.449 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 9967
/proc/meminfo: memFree=1096952/2055888 swapFree=4087076/4096564
[pid=9964] ppid=9962 vsize=49636 CPUtime=462.31
/proc/9964/stat : 9964 (Spear-32) R 9962 9964 9075 0 -1 4194304 11820 0 0 0 46177 54 0 0 25 0 1 0 200524845 50827264 11321 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/9964/statm: 12409 11321 140 302 0 12104 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 49636

[startup+522.469 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 9967
/proc/meminfo: memFree=1094200/2055888 swapFree=4087076/4096564
[pid=9964] ppid=9962 vsize=52476 CPUtime=522.32
/proc/9964/stat : 9964 (Spear-32) R 9962 9964 9075 0 -1 4194304 12516 0 0 0 52173 59 0 0 25 0 1 0 200524845 53735424 12017 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/9964/statm: 13119 12017 140 302 0 12814 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 52476

[startup+582.49 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 9967
/proc/meminfo: memFree=1091640/2055888 swapFree=4087076/4096564
[pid=9964] ppid=9962 vsize=54920 CPUtime=582.32
/proc/9964/stat : 9964 (Spear-32) R 9962 9964 9075 0 -1 4194304 13154 0 0 0 58169 63 0 0 25 0 1 0 200524845 56238080 12655 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526873 0 0 4096 0 0 0 0 17 1 0 0
/proc/9964/statm: 13730 12655 140 302 0 13425 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 54920

[startup+642.513 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 9967
/proc/meminfo: memFree=1089144/2055888 swapFree=4087076/4096564
[pid=9964] ppid=9962 vsize=57560 CPUtime=642.33
/proc/9964/stat : 9964 (Spear-32) R 9962 9964 9075 0 -1 4194304 13783 0 0 0 64165 68 0 0 25 0 1 0 200524845 58941440 13284 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527100 0 0 4096 0 0 0 0 17 1 0 0
/proc/9964/statm: 14390 13284 140 302 0 14085 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 57560

[startup+702.528 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 9967
/proc/meminfo: memFree=1086136/2055888 swapFree=4087076/4096564
[pid=9964] ppid=9962 vsize=60784 CPUtime=702.33
/proc/9964/stat : 9964 (Spear-32) R 9962 9964 9075 0 -1 4194304 14541 0 0 0 70161 72 0 0 25 0 1 0 200524845 62242816 14042 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9964/statm: 15196 14042 140 302 0 14891 0
Current children cumulated CPU time (s) 702.33
Current children cumulated vsize (KiB) 60784

[startup+762.546 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 9967
/proc/meminfo: memFree=1084024/2055888 swapFree=4087076/4096564
[pid=9964] ppid=9962 vsize=62844 CPUtime=762.33
/proc/9964/stat : 9964 (Spear-32) R 9962 9964 9075 0 -1 4194304 15067 0 0 0 76157 76 0 0 25 0 1 0 200524845 64352256 14568 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526739 0 0 4096 0 0 0 0 17 1 0 0
/proc/9964/statm: 15711 14568 140 302 0 15406 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 62844

[startup+822.568 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 9967
/proc/meminfo: memFree=1081848/2055888 swapFree=4087076/4096564
[pid=9964] ppid=9962 vsize=64904 CPUtime=822.34
/proc/9964/stat : 9964 (Spear-32) R 9962 9964 9075 0 -1 4194304 15613 0 0 0 82155 79 0 0 25 0 1 0 200524845 66461696 15114 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9964/statm: 16226 15114 140 302 0 15921 0
Current children cumulated CPU time (s) 822.34
Current children cumulated vsize (KiB) 64904

[startup+882.587 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 9967
/proc/meminfo: memFree=1079736/2055888 swapFree=4087076/4096564
[pid=9964] ppid=9962 vsize=67088 CPUtime=882.33
/proc/9964/stat : 9964 (Spear-32) R 9962 9964 9075 0 -1 4194304 16147 0 0 0 88150 83 0 0 25 0 1 0 200524845 68698112 15648 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526719 0 0 4096 0 0 0 0 17 1 0 0
/proc/9964/statm: 16772 15648 140 302 0 16467 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 67088

[startup+942.606 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 9967
/proc/meminfo: memFree=1077752/2055888 swapFree=4087076/4096564
[pid=9964] ppid=9962 vsize=70928 CPUtime=942.34
/proc/9964/stat : 9964 (Spear-32) R 9962 9964 9075 0 -1 4194304 17163 0 0 0 94146 88 0 0 25 0 1 0 200524845 72630272 16151 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/9964/statm: 17732 16151 140 302 0 17427 0
Current children cumulated CPU time (s) 942.34
Current children cumulated vsize (KiB) 70928

[startup+1002.63 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 9967
/proc/meminfo: memFree=1075768/2055888 swapFree=4087076/4096564
[pid=9964] ppid=9962 vsize=73116 CPUtime=1002.35
/proc/9964/stat : 9964 (Spear-32) R 9962 9964 9075 0 -1 4194304 17650 0 0 0 100144 91 0 0 25 0 1 0 200524845 74870784 16638 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526758 0 0 4096 0 0 0 0 17 1 0 0
/proc/9964/statm: 18279 16638 140 302 0 17974 0
Current children cumulated CPU time (s) 1002.35
Current children cumulated vsize (KiB) 73116

[startup+1062.65 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 9967
/proc/meminfo: memFree=1074040/2055888 swapFree=4087076/4096564
[pid=9964] ppid=9962 vsize=74988 CPUtime=1062.35
/proc/9964/stat : 9964 (Spear-32) R 9962 9964 9075 0 -1 4194304 18073 0 0 0 106141 94 0 0 25 0 1 0 200524845 76787712 17061 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/9964/statm: 18747 17061 140 302 0 18442 0
Current children cumulated CPU time (s) 1062.35
Current children cumulated vsize (KiB) 74988

[startup+1122.67 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 9967
/proc/meminfo: memFree=1072312/2055888 swapFree=4087076/4096564
[pid=9964] ppid=9962 vsize=76792 CPUtime=1122.36
/proc/9964/stat : 9964 (Spear-32) R 9962 9964 9075 0 -1 4194304 18517 0 0 0 112138 98 0 0 25 0 1 0 200524845 78635008 17505 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/9964/statm: 19198 17505 140 302 0 18893 0
Current children cumulated CPU time (s) 1122.36
Current children cumulated vsize (KiB) 76792

[startup+1182.69 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 9967
/proc/meminfo: memFree=1070648/2055888 swapFree=4087076/4096564
[pid=9964] ppid=9962 vsize=78328 CPUtime=1182.36
/proc/9964/stat : 9964 (Spear-32) R 9962 9964 9075 0 -1 4194304 18931 0 0 0 118136 100 0 0 25 0 1 0 200524845 80207872 17919 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/9964/statm: 19582 17919 140 302 0 19277 0
Current children cumulated CPU time (s) 1182.36
Current children cumulated vsize (KiB) 78328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.41 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 9967
/proc/meminfo: memFree=1070136/2055888 swapFree=4087076/4096564
[pid=9964] ppid=9962 vsize=78772 CPUtime=1200.07
/proc/9964/stat : 9964 (Spear-32) R 9962 9964 9075 0 -1 4194304 19048 0 0 0 119906 101 0 0 25 0 1 0 200524845 80662528 18036 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9964/statm: 19693 18036 140 302 0 19388 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 78772

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

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

[startup+1200.41 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 9967
/proc/meminfo: memFree=1070136/2055888 swapFree=4087076/4096564
[pid=9964] ppid=9962 vsize=78772 CPUtime=1200.07
/proc/9964/stat : 9964 (Spear-32) R 9962 9964 9075 0 -1 4194304 19048 0 0 0 119906 101 0 0 25 0 1 0 200524845 80662528 18036 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9964/statm: 19693 18036 140 302 0 19388 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 78772

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.42
CPU time (s): 1200.1
CPU user time (s): 1199.07
CPU system time (s): 1.02884
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 78772

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

runsolver used 1.07883 second user time and 2.16167 second system time

The end

Launcher Data (download as text)

Begin job on node76 on Sun Feb 18 13:34:25 UTC 2007

IDJOB= 295432
IDBENCH= 19912
IDSOLVER= 132
FILE ID= node76/295432-1171805665

PBS_JOBID= 3839602

Free space on /tmp= 66650 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v55/unif-k7-r89-v55-c4895-S1262395962-18.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/295432-1171805665/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/295432-1171805665/instance-295432-1171805665.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-295432-1171805665 -o ROOT/results/node76/solver-295432-1171805665 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/295432-1171805665/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/295432-1171805665/instance-295432-1171805665.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  88c26055259fd830313e1e76cba5300d

RANDOM SEED= 897286346

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node76.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.219
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.18
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.219
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:      2055888 kB
MemFree:       1142616 kB
Buffers:         42068 kB
Cached:         775028 kB
SwapCached:       3460 kB
Active:         574896 kB
Inactive:       252708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1142616 kB
SwapTotal:     4096564 kB
SwapFree:      4087076 kB
Dirty:            1664 kB
Writeback:           0 kB
Mapped:          15856 kB
Slab:            71980 kB
Committed_AS:   900584 kB
PageTables:       1424 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= 66650 MiB

End job on node76 on Sun Feb 18 13:54:28 UTC 2007