Trace number 303878

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.47

General information on the benchmark

Namerandom/LargeSize/7SAT/v220/
unif-k7-r85-v220-c18700-S409751023-10.cnf
MD5SUM8e1ff6249c051ee854299a819fd1daf5
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 variables220
Number of clauses18700
Sum of the clauses size130900
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 518700

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 15740
/proc/meminfo: memFree=1465720/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=1396 CPUtime=0
/proc/15740/stat : 15740 (Spear-32) R 15738 15740 15061 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 224541819 1429504 167 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/15740/statm: 349 167 128 302 0 44 0

[startup+0.10721 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 15740
/proc/meminfo: memFree=1465720/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=2848 CPUtime=0.1
/proc/15740/stat : 15740 (Spear-32) R 15738 15740 15061 0 -1 4194304 538 0 0 0 10 0 0 0 18 0 1 0 224541819 2916352 522 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15740/statm: 712 522 140 302 0 407 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2848

[startup+0.515266 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 15740
/proc/meminfo: memFree=1465720/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=3880 CPUtime=0.51
/proc/15740/stat : 15740 (Spear-32) R 15738 15740 15061 0 -1 4194304 799 0 0 0 51 0 0 0 22 0 1 0 224541819 3973120 783 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15740/statm: 970 783 140 302 0 665 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 3880

[startup+1.33738 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15741
/proc/meminfo: memFree=1461872/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=5544 CPUtime=1.33
/proc/15740/stat : 15740 (Spear-32) R 15738 15740 15061 0 -1 4194304 1206 0 0 0 132 1 0 0 25 0 1 0 224541819 5677056 1190 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15740/statm: 1386 1190 140 302 0 1081 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 5544

[startup+2.9796 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15741
/proc/meminfo: memFree=1459952/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=8004 CPUtime=2.97
/proc/15740/stat : 15740 (Spear-32) R 15738 15740 15061 0 -1 4194304 1789 0 0 0 295 2 0 0 25 0 1 0 224541819 8196096 1773 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15740/statm: 2001 1773 140 302 0 1696 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 8004

[startup+6.25604 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15741
/proc/meminfo: memFree=1455792/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=11732 CPUtime=6.24
/proc/15740/stat : 15740 (Spear-32) R 15738 15740 15061 0 -1 4194304 2734 0 0 0 620 4 0 0 25 0 1 0 224541819 12013568 2718 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15740/statm: 2933 2718 140 302 0 2628 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 11732

[startup+12.7129 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15741
/proc/meminfo: memFree=1449840/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=17144 CPUtime=12.7
/proc/15740/stat : 15740 (Spear-32) R 15738 15740 15061 0 -1 4194304 4124 0 0 0 1262 8 0 0 25 0 1 0 224541819 17555456 4075 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15740/statm: 4286 4075 140 302 0 3981 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 17144

[startup+25.5156 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15741
/proc/meminfo: memFree=1442288/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=25124 CPUtime=25.5
/proc/15740/stat : 15740 (Spear-32) R 15738 15740 15061 0 -1 4194304 6129 0 0 0 2537 13 0 0 25 0 1 0 224541819 25726976 6015 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15740/statm: 6281 6015 140 302 0 5976 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 25124

[startup+51.1321 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15741
/proc/meminfo: memFree=1430832/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=36140 CPUtime=51.11
/proc/15740/stat : 15740 (Spear-32) R 15738 15740 15061 0 -1 4194304 8902 0 0 0 5091 20 0 0 25 0 1 0 224541819 37007360 8788 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15740/statm: 9035 8788 140 302 0 8730 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 36140

[startup+102.338 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15741
/proc/meminfo: memFree=1414768/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=52956 CPUtime=102.3
/proc/15740/stat : 15740 (Spear-32) R 15738 15740 15061 0 -1 4194304 13058 0 0 0 10200 30 0 0 25 0 1 0 224541819 54226944 12815 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15740/statm: 13239 12815 140 302 0 12934 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 52956

[startup+162.372 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15741
/proc/meminfo: memFree=1400176/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=67496 CPUtime=162.31
/proc/15740/stat : 15740 (Spear-32) R 15738 15740 15061 0 -1 4194304 16648 0 0 0 16191 40 0 0 25 0 1 0 224541819 69115904 16405 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15740/statm: 16874 16405 140 302 0 16569 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 67496

[startup+222.413 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15741
/proc/meminfo: memFree=1388592/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=78916 CPUtime=222.34
/proc/15740/stat : 15740 (Spear-32) R 15738 15740 15061 0 -1 4194304 19544 0 0 0 22185 49 0 0 25 0 1 0 224541819 80809984 19301 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15740/statm: 19729 19301 140 302 0 19424 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 78916

[startup+282.451 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15741
/proc/meminfo: memFree=1377968/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=90708 CPUtime=282.35
/proc/15740/stat : 15740 (Spear-32) R 15738 15740 15061 0 -1 4194304 22445 0 0 0 28176 59 0 0 25 0 1 0 224541819 92884992 21945 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527163 0 0 4096 0 0 0 0 17 1 0 0
/proc/15740/statm: 22677 21945 140 302 0 22372 0
Current children cumulated CPU time (s) 282.35
Current children cumulated vsize (KiB) 90708

[startup+342.493 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15741
/proc/meminfo: memFree=1368112/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=100808 CPUtime=342.38
/proc/15740/stat : 15740 (Spear-32) R 15738 15740 15061 0 -1 4194304 24907 0 0 0 34170 68 0 0 25 0 1 0 224541819 103227392 24407 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15740/statm: 25202 24407 140 302 0 24897 0
Current children cumulated CPU time (s) 342.38
Current children cumulated vsize (KiB) 100808

[startup+402.532 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15741
/proc/meminfo: memFree=1359024/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=109764 CPUtime=402.39
/proc/15740/stat : 15740 (Spear-32) R 15738 15740 15061 0 -1 4194304 27158 0 0 0 40164 75 0 0 25 0 1 0 224541819 112398336 26658 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15740/statm: 27441 26658 140 302 0 27136 0
Current children cumulated CPU time (s) 402.39
Current children cumulated vsize (KiB) 109764

[startup+462.573 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15741
/proc/meminfo: memFree=1350768/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=118156 CPUtime=462.42
/proc/15740/stat : 15740 (Spear-32) R 15738 15740 15061 0 -1 4194304 29234 0 0 0 46160 82 0 0 25 0 1 0 224541819 120991744 28734 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15740/statm: 29539 28734 140 302 0 29234 0
Current children cumulated CPU time (s) 462.42
Current children cumulated vsize (KiB) 118156

[startup+522.607 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 15741
/proc/meminfo: memFree=1343344/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=125548 CPUtime=522.44
/proc/15740/stat : 15740 (Spear-32) R 15738 15740 15061 0 -1 4194304 31101 0 0 0 52155 89 0 0 25 0 1 0 224541819 128561152 30601 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15740/statm: 31387 30601 140 302 0 31082 0
Current children cumulated CPU time (s) 522.44
Current children cumulated vsize (KiB) 125548

[startup+582.642 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 15741
/proc/meminfo: memFree=1336368/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=132572 CPUtime=582.45
/proc/15740/stat : 15740 (Spear-32) R 15738 15740 15061 0 -1 4194304 32857 0 0 0 58149 96 0 0 25 0 1 0 224541819 135753728 32357 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15740/statm: 33143 32357 140 302 0 32838 0
Current children cumulated CPU time (s) 582.45
Current children cumulated vsize (KiB) 132572

[startup+642.682 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15741
/proc/meminfo: memFree=1329520/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=139624 CPUtime=642.47
/proc/15740/stat : 15740 (Spear-32) R 15738 15740 15061 0 -1 4194304 34534 0 0 0 64147 100 0 0 25 0 1 0 224541819 142974976 34034 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15740/statm: 34906 34034 140 302 0 34601 0
Current children cumulated CPU time (s) 642.47
Current children cumulated vsize (KiB) 139624

[startup+702.723 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15741
/proc/meminfo: memFree=1322736/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=146668 CPUtime=702.5
/proc/15740/stat : 15740 (Spear-32) R 15738 15740 15061 0 -1 4194304 36247 0 0 0 70143 107 0 0 25 0 1 0 224541819 150188032 35747 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15740/statm: 36667 35747 140 302 0 36362 0
Current children cumulated CPU time (s) 702.5
Current children cumulated vsize (KiB) 146668

[startup+762.762 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15741
/proc/meminfo: memFree=1316144/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=153384 CPUtime=762.51
/proc/15740/stat : 15740 (Spear-32) R 15738 15740 15061 0 -1 4194304 37909 0 0 0 76138 113 0 0 25 0 1 0 224541819 157065216 37409 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15740/statm: 38346 37409 140 302 0 38041 0
Current children cumulated CPU time (s) 762.51
Current children cumulated vsize (KiB) 153384

[startup+822.799 s]
/proc/loadavg: 1.03 1.01 1.00 2/78 15741
/proc/meminfo: memFree=1309872/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=159504 CPUtime=822.54
/proc/15740/stat : 15740 (Spear-32) R 15738 15740 15061 0 -1 4194304 39453 0 0 0 82133 121 0 0 25 0 1 0 224541819 163332096 38953 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15740/statm: 39876 38953 140 302 0 39571 0
Current children cumulated CPU time (s) 822.54
Current children cumulated vsize (KiB) 159504

[startup+882.836 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 15741
/proc/meminfo: memFree=1303728/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=165700 CPUtime=882.55
/proc/15740/stat : 15740 (Spear-32) R 15738 15740 15061 0 -1 4194304 40979 0 0 0 88129 126 0 0 25 0 1 0 224541819 169676800 40479 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15740/statm: 41425 40479 140 302 0 41120 0
Current children cumulated CPU time (s) 882.55
Current children cumulated vsize (KiB) 165700

[startup+942.874 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15741
/proc/meminfo: memFree=1297968/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=173584 CPUtime=942.57
/proc/15740/stat : 15740 (Spear-32) R 15738 15740 15061 0 -1 4194304 42954 0 0 0 94123 134 0 0 25 0 1 0 224541819 177750016 41941 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135271772 0 0 4096 0 0 0 0 17 1 0 0
/proc/15740/statm: 43396 41941 140 302 0 43091 0
Current children cumulated CPU time (s) 942.57
Current children cumulated vsize (KiB) 173584

[startup+1002.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15741
/proc/meminfo: memFree=1292400/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=179144 CPUtime=1002.58
/proc/15740/stat : 15740 (Spear-32) R 15738 15740 15061 0 -1 4194304 44332 0 0 0 100119 139 0 0 25 0 1 0 224541819 183443456 43319 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527100 0 0 4096 0 0 0 0 17 1 0 0
/proc/15740/statm: 44786 43319 140 302 0 44481 0
Current children cumulated CPU time (s) 1002.58
Current children cumulated vsize (KiB) 179144

[startup+1062.95 s]
/proc/loadavg: 1.03 1.01 1.00 2/78 15741
/proc/meminfo: memFree=1286832/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=184544 CPUtime=1062.6
/proc/15740/stat : 15740 (Spear-32) R 15738 15740 15061 0 -1 4194304 45709 0 0 0 106115 145 0 0 25 0 1 0 224541819 188973056 44696 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/15740/statm: 46136 44696 140 302 0 45831 0
Current children cumulated CPU time (s) 1062.6
Current children cumulated vsize (KiB) 184544

[startup+1122.98 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 15741
/proc/meminfo: memFree=1281392/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=190072 CPUtime=1122.62
/proc/15740/stat : 15740 (Spear-32) R 15738 15740 15061 0 -1 4194304 47063 0 0 0 112110 152 0 0 25 0 1 0 224541819 194633728 46050 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15740/statm: 47518 46050 140 302 0 47213 0
Current children cumulated CPU time (s) 1122.62
Current children cumulated vsize (KiB) 190072

[startup+1183.02 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15741
/proc/meminfo: memFree=1276208/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=195248 CPUtime=1182.64
/proc/15740/stat : 15740 (Spear-32) R 15738 15740 15061 0 -1 4194304 48364 0 0 0 118107 157 0 0 25 0 1 0 224541819 199933952 47351 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15740/statm: 48812 47351 140 302 0 48507 0
Current children cumulated CPU time (s) 1182.64
Current children cumulated vsize (KiB) 195248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.43 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15741
/proc/meminfo: memFree=1274672/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=196784 CPUtime=1200.05
/proc/15740/stat : 15740 (Spear-32) R 15738 15740 15061 0 -1 4194304 48740 0 0 0 119847 158 0 0 25 0 1 0 224541819 201506816 47727 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527104 0 0 4096 0 0 0 0 17 1 0 0
/proc/15740/statm: 49196 47727 140 302 0 48891 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 196784

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

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

[startup+1200.43 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15741
/proc/meminfo: memFree=1274672/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=196784 CPUtime=1200.05
/proc/15740/stat : 15740 (Spear-32) R 15738 15740 15061 0 -1 4194304 48740 0 0 0 119847 158 0 0 25 0 1 0 224541819 201506816 47727 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527104 0 0 4096 0 0 0 0 17 1 0 0
/proc/15740/statm: 49196 47727 140 302 0 48891 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 196784

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.47
CPU time (s): 1200.1
CPU user time (s): 1198.48
CPU system time (s): 1.61775
CPU usage (%): 99.9688
Max. virtual memory (cumulated for all children) (KiB): 196784

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

runsolver used 1.3268 second user time and 2.94455 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Wed Feb 21 08:17:48 UTC 2007

IDJOB= 303878
IDBENCH= 20118
IDSOLVER= 132
FILE ID= node10/303878-1172045868

PBS_JOBID= 3865274

Free space on /tmp= 66546 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v220/unif-k7-r85-v220-c18700-S409751023-10.cnf
COMMAND LINE= /tmp/evaluation/303878-1172045868/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/303878-1172045868/instance-303878-1172045868.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-303878-1172045868 -o ROOT/results/node10/solver-303878-1172045868 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/303878-1172045868/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/303878-1172045868/instance-303878-1172045868.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  8e1ff6249c051ee854299a819fd1daf5

RANDOM SEED= 212687023

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.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.232
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.232
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:       1466192 kB
Buffers:         54864 kB
Cached:         417600 kB
SwapCached:          0 kB
Active:         277660 kB
Inactive:       239060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1466192 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2104 kB
Writeback:           0 kB
Mapped:          63152 kB
Slab:            58492 kB
Committed_AS:  1284704 kB
PageTables:       1832 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= 66546 MiB

End job on node10 on Wed Feb 21 08:37:51 UTC 2007