Trace number 303345

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.13 1200.6

General information on the benchmark

Namerandom/LargeSize/7SAT/v180/
unif-k7-r85-v180-c15300-S2117580343-16.cnf
MD5SUM29eebfc33bb79c40df63e10b39764cb1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1060.46
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of clauses15300
Sum of the clauses size107100
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 515300

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/303345-1172033183/instance-303345-1172033183.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/node67/watcher-303345-1172033183 -o ROOT/results/node67/solver-303345-1172033183 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/303345-1172033183/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/303345-1172033183/instance-303345-1172033183.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.98 0.99 3/64 12022
/proc/meminfo: memFree=1648176/2055920 swapFree=4175972/4192956
[pid=12022] ppid=12020 vsize=1396 CPUtime=0
/proc/12022/stat : 12022 (Spear-32) R 12020 12022 11554 0 -1 4194304 182 0 0 0 0 0 0 0 18 0 1 0 223275913 1429504 166 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12022/statm: 349 166 129 302 0 44 0

[startup+0.107606 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12022
/proc/meminfo: memFree=1648176/2055920 swapFree=4175972/4192956
[pid=12022] ppid=12020 vsize=2580 CPUtime=0.1
/proc/12022/stat : 12022 (Spear-32) R 12020 12022 11554 0 -1 4194304 491 0 0 0 10 0 0 0 18 0 1 0 223275913 2641920 475 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12022/statm: 645 475 140 302 0 340 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2580

[startup+0.519647 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 12022
/proc/meminfo: memFree=1648176/2055920 swapFree=4175972/4192956
[pid=12022] ppid=12020 vsize=3608 CPUtime=0.51
/proc/12022/stat : 12022 (Spear-32) R 12020 12022 11554 0 -1 4194304 741 0 0 0 51 0 0 0 21 0 1 0 223275913 3694592 725 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12022/statm: 902 725 140 302 0 597 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 3608

[startup+1.34273 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 12023
/proc/meminfo: memFree=1644648/2055920 swapFree=4175972/4192956
[pid=12022] ppid=12020 vsize=5204 CPUtime=1.33
/proc/12022/stat : 12022 (Spear-32) R 12020 12022 11554 0 -1 4194304 1131 0 0 0 132 1 0 0 25 0 1 0 223275913 5328896 1115 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12022/statm: 1301 1115 140 302 0 996 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 5204

[startup+2.9789 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 12023
/proc/meminfo: memFree=1642792/2055920 swapFree=4175972/4192956
[pid=12022] ppid=12020 vsize=7536 CPUtime=2.97
/proc/12022/stat : 12022 (Spear-32) R 12020 12022 11554 0 -1 4194304 1703 0 0 0 295 2 0 0 25 0 1 0 223275913 7716864 1687 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12022/statm: 1884 1687 140 302 0 1579 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 7536

[startup+6.25525 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 12023
/proc/meminfo: memFree=1638952/2055920 swapFree=4175972/4192956
[pid=12022] ppid=12020 vsize=10880 CPUtime=6.24
/proc/12022/stat : 12022 (Spear-32) R 12020 12022 11554 0 -1 4194304 2537 0 0 0 621 3 0 0 25 0 1 0 223275913 11141120 2521 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12022/statm: 2720 2521 140 302 0 2415 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 10880

[startup+12.7109 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 12023
/proc/meminfo: memFree=1633512/2055920 swapFree=4175972/4192956
[pid=12022] ppid=12020 vsize=15924 CPUtime=12.69
/proc/12022/stat : 12022 (Spear-32) R 12020 12022 11554 0 -1 4194304 3834 0 0 0 1263 6 0 0 25 0 1 0 223275913 16306176 3785 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12022/statm: 3981 3785 140 302 0 3676 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15924

[startup+25.5113 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 12023
/proc/meminfo: memFree=1626216/2055920 swapFree=4175972/4192956
[pid=12022] ppid=12020 vsize=23508 CPUtime=25.49
/proc/12022/stat : 12022 (Spear-32) R 12020 12022 11554 0 -1 4194304 5738 0 0 0 2539 10 0 0 25 0 1 0 223275913 24072192 5624 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/12022/statm: 5877 5624 140 302 0 5572 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 23508

[startup+51.1209 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 12023
/proc/meminfo: memFree=1615976/2055920 swapFree=4175972/4192956
[pid=12022] ppid=12020 vsize=33564 CPUtime=51.1
/proc/12022/stat : 12022 (Spear-32) R 12020 12022 11554 0 -1 4194304 8241 0 0 0 5093 17 0 0 25 0 1 0 223275913 34369536 8127 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12022/statm: 8391 8127 140 302 0 8086 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 33564

[startup+102.328 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 12023
/proc/meminfo: memFree=1601704/2055920 swapFree=4175972/4192956
[pid=12022] ppid=12020 vsize=48476 CPUtime=102.29
/proc/12022/stat : 12022 (Spear-32) R 12020 12022 11554 0 -1 4194304 11970 0 0 0 10201 28 0 0 25 0 1 0 223275913 49639424 11727 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12022/statm: 12119 11727 140 302 0 11814 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 48476

[startup+162.354 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 12023
/proc/meminfo: memFree=1588456/2055920 swapFree=4175972/4192956
[pid=12022] ppid=12020 vsize=61652 CPUtime=162.3
/proc/12022/stat : 12022 (Spear-32) R 12020 12022 11554 0 -1 4194304 15233 0 0 0 16190 40 0 0 25 0 1 0 223275913 63131648 14990 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12022/statm: 15413 14990 140 302 0 15108 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 61652

[startup+222.375 s]
/proc/loadavg: 1.06 1.00 1.00 2/65 12023
/proc/meminfo: memFree=1577704/2055920 swapFree=4175972/4192956
[pid=12022] ppid=12020 vsize=72372 CPUtime=222.3
/proc/12022/stat : 12022 (Spear-32) R 12020 12022 11554 0 -1 4194304 17911 0 0 0 22182 48 0 0 25 0 1 0 223275913 74108928 17668 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12022/statm: 18093 17668 140 302 0 17788 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 72372

[startup+282.397 s]
/proc/loadavg: 1.02 1.00 1.00 2/65 12023
/proc/meminfo: memFree=1568488/2055920 swapFree=4175972/4192956
[pid=12022] ppid=12020 vsize=82648 CPUtime=282.3
/proc/12022/stat : 12022 (Spear-32) R 12020 12022 11554 0 -1 4194304 20479 0 0 0 28174 56 0 0 25 0 1 0 223275913 84631552 19979 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12022/statm: 20662 19979 140 302 0 20357 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 82648

[startup+342.415 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 12023
/proc/meminfo: memFree=1560232/2055920 swapFree=4175972/4192956
[pid=12022] ppid=12020 vsize=91136 CPUtime=342.31
/proc/12022/stat : 12022 (Spear-32) R 12020 12022 11554 0 -1 4194304 22527 0 0 0 34167 64 0 0 25 0 1 0 223275913 93323264 22027 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12022/statm: 22784 22027 140 302 0 22479 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 91136

[startup+402.439 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12023
/proc/meminfo: memFree=1553000/2055920 swapFree=4175972/4192956
[pid=12022] ppid=12020 vsize=98372 CPUtime=402.31
/proc/12022/stat : 12022 (Spear-32) R 12020 12022 11554 0 -1 4194304 24297 0 0 0 40163 68 0 0 25 0 1 0 223275913 100732928 23797 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12022/statm: 24593 23797 140 302 0 24288 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 98372

[startup+462.459 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12023
/proc/meminfo: memFree=1546472/2055920 swapFree=4175972/4192956
[pid=12022] ppid=12020 vsize=105064 CPUtime=462.32
/proc/12022/stat : 12022 (Spear-32) R 12020 12022 11554 0 -1 4194304 25931 0 0 0 46158 74 0 0 25 0 1 0 223275913 107585536 25431 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12022/statm: 26266 25431 140 302 0 25961 0
Current children cumulated CPU time (s) 462.32
Current children cumulated vsize (KiB) 105064

[startup+522.476 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12023
/proc/meminfo: memFree=1539944/2055920 swapFree=4175972/4192956
[pid=12022] ppid=12020 vsize=111568 CPUtime=522.32
/proc/12022/stat : 12022 (Spear-32) R 12020 12022 11554 0 -1 4194304 27550 0 0 0 52152 80 0 0 25 0 1 0 223275913 114245632 27050 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12022/statm: 27892 27050 140 302 0 27587 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 111568

[startup+582.492 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12023
/proc/meminfo: memFree=1533992/2055920 swapFree=4175972/4192956
[pid=12022] ppid=12020 vsize=117756 CPUtime=582.32
/proc/12022/stat : 12022 (Spear-32) R 12020 12022 11554 0 -1 4194304 29069 0 0 0 58148 84 0 0 25 0 1 0 223275913 120582144 28569 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12022/statm: 29439 28569 140 302 0 29134 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 117756

[startup+642.516 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12023
/proc/meminfo: memFree=1528680/2055920 swapFree=4175972/4192956
[pid=12022] ppid=12020 vsize=122968 CPUtime=642.32
/proc/12022/stat : 12022 (Spear-32) R 12020 12022 11554 0 -1 4194304 30396 0 0 0 64143 89 0 0 25 0 1 0 223275913 125919232 29896 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12022/statm: 30742 29896 140 302 0 30437 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 122968

[startup+702.537 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12023
/proc/meminfo: memFree=1523048/2055920 swapFree=4175972/4192956
[pid=12022] ppid=12020 vsize=128676 CPUtime=702.33
/proc/12022/stat : 12022 (Spear-32) R 12020 12022 11554 0 -1 4194304 31804 0 0 0 70139 94 0 0 25 0 1 0 223275913 131764224 31304 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12022/statm: 32169 31304 140 302 0 31864 0
Current children cumulated CPU time (s) 702.33
Current children cumulated vsize (KiB) 128676

[startup+762.557 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12023
/proc/meminfo: memFree=1517416/2055920 swapFree=4175972/4192956
[pid=12022] ppid=12020 vsize=134360 CPUtime=762.33
/proc/12022/stat : 12022 (Spear-32) R 12020 12022 11554 0 -1 4194304 33215 0 0 0 76135 98 0 0 25 0 1 0 223275913 137584640 32715 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/12022/statm: 33590 32715 140 302 0 33285 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 134360

[startup+822.581 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12023
/proc/meminfo: memFree=1511848/2055920 swapFree=4175972/4192956
[pid=12022] ppid=12020 vsize=139984 CPUtime=822.33
/proc/12022/stat : 12022 (Spear-32) R 12020 12022 11554 0 -1 4194304 34577 0 0 0 82130 103 0 0 25 0 1 0 223275913 143343616 34077 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12022/statm: 34996 34077 140 302 0 34691 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 139984

[startup+882.604 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 12087
/proc/meminfo: memFree=1505464/2055920 swapFree=4175972/4192956
[pid=12022] ppid=12020 vsize=145176 CPUtime=882.31
/proc/12022/stat : 12022 (Spear-32) R 12020 12022 11554 0 -1 4194304 35890 0 0 0 88123 108 0 0 25 0 1 0 223275913 148660224 35390 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12022/statm: 36294 35390 140 302 0 35989 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 145176

[startup+942.655 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 12179
/proc/meminfo: memFree=1500408/2055920 swapFree=4175972/4192956
[pid=12022] ppid=12020 vsize=152180 CPUtime=942.28
/proc/12022/stat : 12022 (Spear-32) R 12020 12022 11554 0 -1 4194304 37618 0 0 0 94115 113 0 0 25 0 1 0 223275913 155832320 36605 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134539760 0 0 4096 0 0 0 0 17 1 0 0
/proc/12022/statm: 38045 36605 140 302 0 37740 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 152180

[startup+1002.68 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12221
/proc/meminfo: memFree=1496488/2055920 swapFree=4175972/4192956
[pid=12022] ppid=12020 vsize=157260 CPUtime=1002.26
/proc/12022/stat : 12022 (Spear-32) R 12020 12022 11554 0 -1 4194304 38874 0 0 0 100107 119 0 0 25 0 1 0 223275913 161034240 37861 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12022/statm: 39315 37861 140 302 0 39010 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 157260

[startup+1062.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12221
/proc/meminfo: memFree=1491560/2055920 swapFree=4175972/4192956
[pid=12022] ppid=12020 vsize=162140 CPUtime=1062.27
/proc/12022/stat : 12022 (Spear-32) R 12020 12022 11554 0 -1 4194304 40081 0 0 0 106103 124 0 0 25 0 1 0 223275913 166031360 39068 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526834 0 0 4096 0 0 0 0 17 1 0 0
/proc/12022/statm: 40535 39068 140 302 0 40230 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 162140

[startup+1122.72 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12221
/proc/meminfo: memFree=1486888/2055920 swapFree=4175972/4192956
[pid=12022] ppid=12020 vsize=166888 CPUtime=1122.27
/proc/12022/stat : 12022 (Spear-32) R 12020 12022 11554 0 -1 4194304 41257 0 0 0 112098 129 0 0 25 0 1 0 223275913 170893312 40244 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526772 0 0 4096 0 0 0 0 17 1 0 0
/proc/12022/statm: 41722 40244 140 302 0 41417 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 166888

[startup+1182.74 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12221
/proc/meminfo: memFree=1482664/2055920 swapFree=4175972/4192956
[pid=12022] ppid=12020 vsize=171264 CPUtime=1182.27
/proc/12022/stat : 12022 (Spear-32) R 12020 12022 11554 0 -1 4194304 42358 0 0 0 118095 132 0 0 25 0 1 0 223275913 175374336 41345 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12022/statm: 42816 41345 140 302 0 42511 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 171264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.57 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12221
/proc/meminfo: memFree=1481256/2055920 swapFree=4175972/4192956
[pid=12022] ppid=12020 vsize=172544 CPUtime=1200.09
/proc/12022/stat : 12022 (Spear-32) R 12020 12022 11554 0 -1 4194304 42684 0 0 0 119876 133 0 0 25 0 1 0 223275913 176685056 41671 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12022/statm: 43136 41671 140 302 0 42831 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 172544

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.6
CPU time (s): 1200.13
CPU user time (s): 1198.76
CPU system time (s): 1.36479
CPU usage (%): 99.9608
Max. virtual memory (cumulated for all children) (KiB): 172544

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

runsolver used 0.767883 second user time and 2.52861 second system time

The end

Launcher Data (download as text)

Begin job on node67 on Wed Feb 21 04:46:23 UTC 2007

IDJOB= 303345
IDBENCH= 20105
IDSOLVER= 132
FILE ID= node67/303345-1172033183

PBS_JOBID= 3892719

Free space on /tmp= 66560 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  29eebfc33bb79c40df63e10b39764cb1

RANDOM SEED= 609411830

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node67.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.236
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.236
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:       1648648 kB
Buffers:         33988 kB
Cached:         311748 kB
SwapCached:      11332 kB
Active:         263716 kB
Inactive:       100004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1648648 kB
SwapTotal:     4192956 kB
SwapFree:      4175972 kB
Dirty:            1972 kB
Writeback:           0 kB
Mapped:          15380 kB
Slab:            29488 kB
Committed_AS:   704264 kB
PageTables:       1452 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= 66560 MiB

End job on node67 on Wed Feb 21 05:06:26 UTC 2007