Trace number 293833

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.05 1200.51

General information on the benchmark

Namerandom/OnTreshold/5SAT/v110/
unif-k5-r21.3-v110-c2343-S1813726766-14.SAT.shuffled.cnf
MD5SUM87ba5bd7274af5ee4370015ed975d3db
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.020996
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of clauses2343
Sum of the clauses size11715
Maximum clause length5
Minimum clause length5
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 52343
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)          Spear theorem prover               (*) 
0.00/0.00	c (*)        Copyright (C) 2006,2007              (*) 
0.00/0.00	c (*)     Domagoj Babic. All rights reserved.     (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)     There is NO warranty, not even for      (*) 
0.00/0.00	c (*) merchantability or fitness for a particular (*) 
0.00/0.00	c (*)  purpose. Please run with --license to see  (*) 
0.00/0.00	c (*)              license details.               (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c 
0.00/0.00	c solving /tmp/evaluation/293833-1171778193/instance-293833-1171778193.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/node1/watcher-293833-1171778193 -o ROOT/results/node1/solver-293833-1171778193 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/293833-1171778193/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/293833-1171778193/instance-293833-1171778193.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.01 1.00 1.00 3/77 10493
/proc/meminfo: memFree=1709344/2055920 swapFree=4158120/4192956
[pid=10493] ppid=10491 vsize=1396 CPUtime=0
/proc/10493/stat : 10493 (Spear-32) R 10491 10493 9718 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 197774397 1429504 167 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10493/statm: 349 167 128 302 0 44 0

[startup+0.106874 s]
/proc/loadavg: 1.01 1.00 1.00 3/77 10493
/proc/meminfo: memFree=1709344/2055920 swapFree=4158120/4192956
[pid=10493] ppid=10491 vsize=1920 CPUtime=0.1
/proc/10493/stat : 10493 (Spear-32) R 10491 10493 9718 0 -1 4194304 298 0 0 0 10 0 0 0 18 0 1 0 197774397 1966080 282 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10493/statm: 480 282 140 302 0 175 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1920

[startup+0.514922 s]
/proc/loadavg: 1.01 1.00 1.00 3/77 10493
/proc/meminfo: memFree=1709344/2055920 swapFree=4158120/4192956
[pid=10493] ppid=10491 vsize=2832 CPUtime=0.5
/proc/10493/stat : 10493 (Spear-32) R 10491 10493 9718 0 -1 4194304 520 0 0 0 50 0 0 0 21 0 1 0 197774397 2899968 504 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10493/statm: 708 504 140 302 0 403 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2832

[startup+1.33502 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 10494
/proc/meminfo: memFree=1707032/2055920 swapFree=4158120/4192956
[pid=10493] ppid=10491 vsize=3740 CPUtime=1.32
/proc/10493/stat : 10493 (Spear-32) R 10491 10493 9718 0 -1 4194304 779 0 0 0 131 1 0 0 25 0 1 0 197774397 3829760 763 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10493/statm: 935 763 140 302 0 630 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3740

[startup+2.97121 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 10494
/proc/meminfo: memFree=1705816/2055920 swapFree=4158120/4192956
[pid=10493] ppid=10491 vsize=5180 CPUtime=2.95
/proc/10493/stat : 10493 (Spear-32) R 10491 10493 9718 0 -1 4194304 1111 0 0 0 293 2 0 0 25 0 1 0 197774397 5304320 1095 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10493/statm: 1295 1095 140 302 0 990 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 5180

[startup+6.25359 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 10494
/proc/meminfo: memFree=1703640/2055920 swapFree=4158120/4192956
[pid=10493] ppid=10491 vsize=7116 CPUtime=6.24
/proc/10493/stat : 10493 (Spear-32) R 10491 10493 9718 0 -1 4194304 1619 0 0 0 620 4 0 0 25 0 1 0 197774397 7286784 1570 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10493/statm: 1779 1570 140 302 0 1474 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7116

[startup+12.7133 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 10494
/proc/meminfo: memFree=1700760/2055920 swapFree=4158120/4192956
[pid=10493] ppid=10491 vsize=9628 CPUtime=12.7
/proc/10493/stat : 10493 (Spear-32) R 10491 10493 9718 0 -1 4194304 2260 0 0 0 1263 7 0 0 25 0 1 0 197774397 9859072 2211 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10493/statm: 2407 2211 140 302 0 2102 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 9628

[startup+25.5158 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10494
/proc/meminfo: memFree=1697496/2055920 swapFree=4158120/4192956
[pid=10493] ppid=10491 vsize=13340 CPUtime=25.49
/proc/10493/stat : 10493 (Spear-32) R 10491 10493 9718 0 -1 4194304 3161 0 0 0 2537 12 0 0 25 0 1 0 197774397 13660160 3047 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10493/statm: 3335 3047 140 302 0 3030 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 13340

[startup+51.1298 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10494
/proc/meminfo: memFree=1692632/2055920 swapFree=4158120/4192956
[pid=10493] ppid=10491 vsize=18120 CPUtime=51.11
/proc/10493/stat : 10493 (Spear-32) R 10491 10493 9718 0 -1 4194304 4352 0 0 0 5094 17 0 0 25 0 1 0 197774397 18554880 4238 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10493/statm: 4530 4238 140 302 0 4225 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 18120

[startup+102.351 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10494
/proc/meminfo: memFree=1685464/2055920 swapFree=4158120/4192956
[pid=10493] ppid=10491 vsize=26020 CPUtime=102.31
/proc/10493/stat : 10493 (Spear-32) R 10491 10493 9718 0 -1 4194304 6278 0 0 0 10205 26 0 0 25 0 1 0 197774397 26644480 6035 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527217 0 0 4096 0 0 0 0 17 1 0 0
/proc/10493/statm: 6505 6035 140 302 0 6200 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 26020

[startup+162.386 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 10494
/proc/meminfo: memFree=1679000/2055920 swapFree=4158120/4192956
[pid=10493] ppid=10491 vsize=32368 CPUtime=162.32
/proc/10493/stat : 10493 (Spear-32) R 10491 10493 9718 0 -1 4194304 7850 0 0 0 16199 33 0 0 25 0 1 0 197774397 33144832 7607 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10493/statm: 8092 7607 140 302 0 7787 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 32368

[startup+222.423 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 10494
/proc/meminfo: memFree=1673944/2055920 swapFree=4158120/4192956
[pid=10493] ppid=10491 vsize=37780 CPUtime=222.34
/proc/10493/stat : 10493 (Spear-32) R 10491 10493 9718 0 -1 4194304 9109 0 0 0 22193 41 0 0 25 0 1 0 197774397 38686720 8866 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10493/statm: 9445 8866 140 302 0 9140 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 37780

[startup+282.468 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 10568
/proc/meminfo: memFree=1668256/2055920 swapFree=4158120/4192956
[pid=10493] ppid=10491 vsize=43320 CPUtime=282.34
/proc/10493/stat : 10493 (Spear-32) R 10491 10493 9718 0 -1 4194304 10469 0 0 0 28185 49 0 0 25 0 1 0 197774397 44359680 9969 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/10493/statm: 10830 9969 140 302 0 10525 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 43320

[startup+342.532 s]
/proc/loadavg: 1.07 1.02 1.00 2/84 10660
/proc/meminfo: memFree=1664168/2055920 swapFree=4158120/4192956
[pid=10493] ppid=10491 vsize=47916 CPUtime=342.33
/proc/10493/stat : 10493 (Spear-32) R 10491 10493 9718 0 -1 4194304 11525 0 0 0 34178 55 0 0 25 0 1 0 197774397 49065984 11025 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10493/statm: 11979 11025 140 302 0 11674 0
Current children cumulated CPU time (s) 342.33
Current children cumulated vsize (KiB) 47916

[startup+402.582 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 10692
/proc/meminfo: memFree=1661336/2055920 swapFree=4158120/4192956
[pid=10493] ppid=10491 vsize=51684 CPUtime=402.35
/proc/10493/stat : 10493 (Spear-32) R 10491 10493 9718 0 -1 4194304 12454 0 0 0 40174 61 0 0 25 0 1 0 197774397 52924416 11954 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/10493/statm: 12921 11954 140 302 0 12616 0
Current children cumulated CPU time (s) 402.35
Current children cumulated vsize (KiB) 51684

[startup+462.616 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 10692
/proc/meminfo: memFree=1657688/2055920 swapFree=4158120/4192956
[pid=10493] ppid=10491 vsize=55216 CPUtime=462.36
/proc/10493/stat : 10493 (Spear-32) R 10491 10493 9718 0 -1 4194304 13354 0 0 0 46170 66 0 0 25 0 1 0 197774397 56541184 12854 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10493/statm: 13804 12854 140 302 0 13499 0
Current children cumulated CPU time (s) 462.36
Current children cumulated vsize (KiB) 55216

[startup+522.652 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10692
/proc/meminfo: memFree=1654488/2055920 swapFree=4158120/4192956
[pid=10493] ppid=10491 vsize=58612 CPUtime=522.38
/proc/10493/stat : 10493 (Spear-32) R 10491 10493 9718 0 -1 4194304 14196 0 0 0 52166 72 0 0 25 0 1 0 197774397 60018688 13696 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10493/statm: 14653 13696 140 302 0 14348 0
Current children cumulated CPU time (s) 522.38
Current children cumulated vsize (KiB) 58612

[startup+582.689 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10692
/proc/meminfo: memFree=1651160/2055920 swapFree=4158120/4192956
[pid=10493] ppid=10491 vsize=62096 CPUtime=582.4
/proc/10493/stat : 10493 (Spear-32) R 10491 10493 9718 0 -1 4194304 15042 0 0 0 58163 77 0 0 25 0 1 0 197774397 63586304 14542 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526730 0 0 4096 0 0 0 0 17 1 0 0
/proc/10493/statm: 15524 14542 140 302 0 15219 0
Current children cumulated CPU time (s) 582.4
Current children cumulated vsize (KiB) 62096

[startup+642.732 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 10692
/proc/meminfo: memFree=1648280/2055920 swapFree=4158120/4192956
[pid=10493] ppid=10491 vsize=65100 CPUtime=642.42
/proc/10493/stat : 10493 (Spear-32) R 10491 10493 9718 0 -1 4194304 15764 0 0 0 64160 82 0 0 25 0 1 0 197774397 66662400 15264 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10493/statm: 16275 15264 140 302 0 15970 0
Current children cumulated CPU time (s) 642.42
Current children cumulated vsize (KiB) 65100

[startup+702.768 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 10692
/proc/meminfo: memFree=1644632/2055920 swapFree=4158120/4192956
[pid=10493] ppid=10491 vsize=69172 CPUtime=702.44
/proc/10493/stat : 10493 (Spear-32) R 10491 10493 9718 0 -1 4194304 16674 0 0 0 70157 87 0 0 25 0 1 0 197774397 70832128 16174 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526739 0 0 4096 0 0 0 0 17 1 0 0
/proc/10493/statm: 17293 16174 140 302 0 16988 0
Current children cumulated CPU time (s) 702.44
Current children cumulated vsize (KiB) 69172

[startup+762.806 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10692
/proc/meminfo: memFree=1642136/2055920 swapFree=4158120/4192956
[pid=10493] ppid=10491 vsize=71780 CPUtime=762.47
/proc/10493/stat : 10493 (Spear-32) R 10491 10493 9718 0 -1 4194304 17308 0 0 0 76154 93 0 0 25 0 1 0 197774397 73502720 16808 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527098 0 0 4096 0 0 0 0 17 1 0 0
/proc/10493/statm: 17945 16808 140 302 0 17640 0
Current children cumulated CPU time (s) 762.47
Current children cumulated vsize (KiB) 71780

[startup+822.85 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10692
/proc/meminfo: memFree=1639512/2055920 swapFree=4158120/4192956
[pid=10493] ppid=10491 vsize=74664 CPUtime=822.49
/proc/10493/stat : 10493 (Spear-32) R 10491 10493 9718 0 -1 4194304 17965 0 0 0 82152 97 0 0 25 0 1 0 197774397 76455936 17465 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10493/statm: 18666 17465 140 302 0 18361 0
Current children cumulated CPU time (s) 822.49
Current children cumulated vsize (KiB) 74664

[startup+882.887 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10692
/proc/meminfo: memFree=1637144/2055920 swapFree=4158120/4192956
[pid=10493] ppid=10491 vsize=76888 CPUtime=882.51
/proc/10493/stat : 10493 (Spear-32) R 10491 10493 9718 0 -1 4194304 18561 0 0 0 88150 101 0 0 25 0 1 0 197774397 78733312 18061 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10493/statm: 19222 18061 140 302 0 18917 0
Current children cumulated CPU time (s) 882.51
Current children cumulated vsize (KiB) 76888

[startup+942.923 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10692
/proc/meminfo: memFree=1634712/2055920 swapFree=4158120/4192956
[pid=10493] ppid=10491 vsize=79208 CPUtime=942.53
/proc/10493/stat : 10493 (Spear-32) R 10491 10493 9718 0 -1 4194304 19169 0 0 0 94147 106 0 0 25 0 1 0 197774397 81108992 18669 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526775 0 0 4096 0 0 0 0 17 1 0 0
/proc/10493/statm: 19802 18669 140 302 0 19497 0
Current children cumulated CPU time (s) 942.53
Current children cumulated vsize (KiB) 79208

[startup+1002.96 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10692
/proc/meminfo: memFree=1632344/2055920 swapFree=4158120/4192956
[pid=10493] ppid=10491 vsize=83444 CPUtime=1002.55
/proc/10493/stat : 10493 (Spear-32) R 10491 10493 9718 0 -1 4194304 20262 0 0 0 100145 110 0 0 25 0 1 0 197774397 85446656 19249 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10493/statm: 20861 19249 140 302 0 20556 0
Current children cumulated CPU time (s) 1002.55
Current children cumulated vsize (KiB) 83444

[startup+1063.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10692
/proc/meminfo: memFree=1630104/2055920 swapFree=4158120/4192956
[pid=10493] ppid=10491 vsize=85812 CPUtime=1062.57
/proc/10493/stat : 10493 (Spear-32) R 10491 10493 9718 0 -1 4194304 20829 0 0 0 106143 114 0 0 25 0 1 0 197774397 87871488 19816 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10493/statm: 21453 19816 140 302 0 21148 0
Current children cumulated CPU time (s) 1062.57
Current children cumulated vsize (KiB) 85812

[startup+1123.04 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10692
/proc/meminfo: memFree=1627672/2055920 swapFree=4158120/4192956
[pid=10493] ppid=10491 vsize=88456 CPUtime=1122.59
/proc/10493/stat : 10493 (Spear-32) R 10491 10493 9718 0 -1 4194304 21426 0 0 0 112142 117 0 0 25 0 1 0 197774397 90578944 20413 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526752 0 0 4096 0 0 0 0 17 1 0 0
/proc/10493/statm: 22114 20413 140 302 0 21809 0
Current children cumulated CPU time (s) 1122.59
Current children cumulated vsize (KiB) 88456

[startup+1183.08 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10692
/proc/meminfo: memFree=1625496/2055920 swapFree=4158120/4192956
[pid=10493] ppid=10491 vsize=90672 CPUtime=1182.61
/proc/10493/stat : 10493 (Spear-32) R 10491 10493 9718 0 -1 4194304 21957 0 0 0 118141 120 0 0 25 0 1 0 197774397 92848128 20944 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10493/statm: 22668 20944 140 302 0 22363 0
Current children cumulated CPU time (s) 1182.61
Current children cumulated vsize (KiB) 90672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10692
/proc/meminfo: memFree=1624920/2055920 swapFree=4158120/4192956
[pid=10493] ppid=10491 vsize=91188 CPUtime=1200.03
/proc/10493/stat : 10493 (Spear-32) R 10491 10493 9718 0 -1 4194304 22106 0 0 0 119882 121 0 0 25 0 1 0 197774397 93376512 21093 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10493/statm: 22797 21093 140 302 0 22492 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 91188

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.51
CPU time (s): 1200.05
CPU user time (s): 1198.82
CPU system time (s): 1.22881
CPU usage (%): 99.9616
Max. virtual memory (cumulated for all children) (KiB): 91188

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

runsolver used 1.2868 second user time and 2.98555 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Sun Feb 18 05:56:33 UTC 2007

IDJOB= 293833
IDBENCH= 19873
IDSOLVER= 132
FILE ID= node1/293833-1171778193

PBS_JOBID= 3839296

Free space on /tmp= 66551 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v110/unif-k5-r21.3-v110-c2343-S1813726766-14.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/293833-1171778193/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/293833-1171778193/instance-293833-1171778193.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-293833-1171778193 -o ROOT/results/node1/solver-293833-1171778193 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/293833-1171778193/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/293833-1171778193/instance-293833-1171778193.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  87ba5bd7274af5ee4370015ed975d3db

RANDOM SEED= 337661676

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node1.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.230
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.230
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:       1709688 kB
Buffers:         47676 kB
Cached:         206184 kB
SwapCached:      15284 kB
Active:         220004 kB
Inactive:        57080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1709688 kB
SwapTotal:     4192956 kB
SwapFree:      4158120 kB
Dirty:            1604 kB
Writeback:           0 kB
Mapped:          29924 kB
Slab:            54656 kB
Committed_AS:   615204 kB
PageTables:       1740 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= 66551 MiB

End job on node1 on Sun Feb 18 06:16:36 UTC 2007