Trace number 292397

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 FHS 1.0? (TO) 1200.05 1200.5

General information on the benchmark

Namerandom/OnTreshold/5SAT/v90/
unif-k5-r21.3-v90-c1917-S1414833579-15.UNSAT.shuffled.cnf
MD5SUMb2802bae5d92b90eb2c4213147949897
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark175.918
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses1917
Sum of the clauses size9585
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 51917
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/292397-1171753196/instance-292397-1171753196.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-292397-1171753196 -o ROOT/results/node1/solver-292397-1171753196 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/292397-1171753196/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/292397-1171753196/instance-292397-1171753196.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.97 0.93 3/77 4759
/proc/meminfo: memFree=1712184/2055920 swapFree=4158120/4192956
[pid=4759] ppid=4757 vsize=1396 CPUtime=0
/proc/4759/stat : 4759 (Spear-32) R 4757 4759 3542 0 -1 4194304 184 0 0 0 0 0 0 0 18 0 1 0 195274711 1429504 168 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4759/statm: 349 168 128 302 0 44 0

[startup+0.107183 s]
/proc/loadavg: 0.99 0.97 0.93 3/77 4759
/proc/meminfo: memFree=1712184/2055920 swapFree=4158120/4192956
[pid=4759] ppid=4757 vsize=1784 CPUtime=0.1
/proc/4759/stat : 4759 (Spear-32) R 4757 4759 3542 0 -1 4194304 289 0 0 0 10 0 0 0 18 0 1 0 195274711 1826816 273 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4759/statm: 446 273 140 302 0 141 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1784

[startup+0.515229 s]
/proc/loadavg: 0.99 0.97 0.93 3/77 4759
/proc/meminfo: memFree=1712184/2055920 swapFree=4158120/4192956
[pid=4759] ppid=4757 vsize=2560 CPUtime=0.5
/proc/4759/stat : 4759 (Spear-32) R 4757 4759 3542 0 -1 4194304 481 0 0 0 50 0 0 0 22 0 1 0 195274711 2621440 465 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4759/statm: 640 466 140 302 0 335 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2560

[startup+1.33533 s]
/proc/loadavg: 0.99 0.97 0.93 2/78 4760
/proc/meminfo: memFree=1710064/2055920 swapFree=4158120/4192956
[pid=4759] ppid=4757 vsize=3604 CPUtime=1.32
/proc/4759/stat : 4759 (Spear-32) R 4757 4759 3542 0 -1 4194304 719 0 0 0 131 1 0 0 25 0 1 0 195274711 3690496 703 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4759/statm: 901 703 140 302 0 596 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3604

[startup+2.97152 s]
/proc/loadavg: 0.99 0.97 0.93 2/78 4760
/proc/meminfo: memFree=1708976/2055920 swapFree=4158120/4192956
[pid=4759] ppid=4757 vsize=4760 CPUtime=2.96
/proc/4759/stat : 4759 (Spear-32) R 4757 4759 3542 0 -1 4194304 1014 0 0 0 293 3 0 0 25 0 1 0 195274711 4874240 998 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4759/statm: 1190 998 140 302 0 885 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4760

[startup+6.2479 s]
/proc/loadavg: 0.99 0.97 0.93 2/78 4760
/proc/meminfo: memFree=1707120/2055920 swapFree=4158120/4192956
[pid=4759] ppid=4757 vsize=6580 CPUtime=6.24
/proc/4759/stat : 4759 (Spear-32) R 4757 4759 3542 0 -1 4194304 1477 0 0 0 619 5 0 0 25 0 1 0 195274711 6737920 1428 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4759/statm: 1645 1428 140 302 0 1340 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6580

[startup+12.7057 s]
/proc/loadavg: 0.99 0.97 0.93 2/78 4760
/proc/meminfo: memFree=1704688/2055920 swapFree=4158120/4192956
[pid=4759] ppid=4757 vsize=8668 CPUtime=12.69
/proc/4759/stat : 4759 (Spear-32) R 4757 4759 3542 0 -1 4194304 2005 0 0 0 1262 7 0 0 25 0 1 0 195274711 8876032 1956 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4759/statm: 2167 1956 140 302 0 1862 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8668

[startup+25.5161 s]
/proc/loadavg: 0.99 0.97 0.93 2/78 4760
/proc/meminfo: memFree=1701808/2055920 swapFree=4158120/4192956
[pid=4759] ppid=4757 vsize=11844 CPUtime=25.5
/proc/4759/stat : 4759 (Spear-32) R 4757 4759 3542 0 -1 4194304 2801 0 0 0 2540 10 0 0 25 0 1 0 195274711 12128256 2687 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4759/statm: 2961 2687 140 302 0 2656 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 11844

[startup+51.1291 s]
/proc/loadavg: 0.99 0.97 0.93 2/78 4760
/proc/meminfo: memFree=1697136/2055920 swapFree=4158120/4192956
[pid=4759] ppid=4757 vsize=16508 CPUtime=51.11
/proc/4759/stat : 4759 (Spear-32) R 4757 4759 3542 0 -1 4194304 3955 0 0 0 5095 16 0 0 25 0 1 0 195274711 16904192 3841 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/4759/statm: 4127 3841 140 302 0 3822 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 16508

[startup+102.369 s]
/proc/loadavg: 0.99 0.97 0.93 2/84 4870
/proc/meminfo: memFree=1689336/2055920 swapFree=4158120/4192956
[pid=4759] ppid=4757 vsize=23600 CPUtime=102.29
/proc/4759/stat : 4759 (Spear-32) R 4757 4759 3542 0 -1 4194304 5688 0 0 0 10204 25 0 0 25 0 1 0 195274711 24166400 5445 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4759/statm: 5900 5445 140 302 0 5595 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 23600

[startup+162.433 s]
/proc/loadavg: 0.99 0.97 0.93 2/78 4958
/proc/meminfo: memFree=1684968/2055920 swapFree=4158120/4192956
[pid=4759] ppid=4757 vsize=29184 CPUtime=162.28
/proc/4759/stat : 4759 (Spear-32) R 4757 4759 3542 0 -1 4194304 7038 0 0 0 16195 33 0 0 25 0 1 0 195274711 29884416 6795 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/4759/statm: 7296 6795 140 302 0 6991 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 29184

[startup+222.466 s]
/proc/loadavg: 0.99 0.97 0.93 2/78 4958
/proc/meminfo: memFree=1680560/2055920 swapFree=4158120/4192956
[pid=4759] ppid=4757 vsize=33868 CPUtime=222.3
/proc/4759/stat : 4759 (Spear-32) R 4757 4759 3542 0 -1 4194304 8146 0 0 0 22188 42 0 0 25 0 1 0 195274711 34680832 7903 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/4759/statm: 8467 7903 140 302 0 8162 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 33868

[startup+282.5 s]
/proc/loadavg: 0.99 0.97 0.93 2/78 4958
/proc/meminfo: memFree=1676464/2055920 swapFree=4158120/4192956
[pid=4759] ppid=4757 vsize=38940 CPUtime=282.32
/proc/4759/stat : 4759 (Spear-32) R 4757 4759 3542 0 -1 4194304 9425 0 0 0 28184 48 0 0 25 0 1 0 195274711 39874560 8925 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/4759/statm: 9735 8925 140 302 0 9430 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 38940

[startup+342.534 s]
/proc/loadavg: 0.99 0.97 0.93 2/78 4958
/proc/meminfo: memFree=1672752/2055920 swapFree=4158120/4192956
[pid=4759] ppid=4757 vsize=43040 CPUtime=342.33
/proc/4759/stat : 4759 (Spear-32) R 4757 4759 3542 0 -1 4194304 10367 0 0 0 34179 54 0 0 25 0 1 0 195274711 44072960 9867 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/4759/statm: 10760 9867 140 302 0 10455 0
Current children cumulated CPU time (s) 342.33
Current children cumulated vsize (KiB) 43040

[startup+402.578 s]
/proc/loadavg: 0.99 0.97 0.93 2/78 4958
/proc/meminfo: memFree=1669680/2055920 swapFree=4158120/4192956
[pid=4759] ppid=4757 vsize=46244 CPUtime=402.35
/proc/4759/stat : 4759 (Spear-32) R 4757 4759 3542 0 -1 4194304 11140 0 0 0 40175 60 0 0 25 0 1 0 195274711 47353856 10640 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526727 0 0 4096 0 0 0 0 17 1 0 0
/proc/4759/statm: 11561 10640 140 302 0 11256 0
Current children cumulated CPU time (s) 402.35
Current children cumulated vsize (KiB) 46244

[startup+462.611 s]
/proc/loadavg: 0.99 0.97 0.93 2/78 4958
/proc/meminfo: memFree=1666608/2055920 swapFree=4158120/4192956
[pid=4759] ppid=4757 vsize=49204 CPUtime=462.37
/proc/4759/stat : 4759 (Spear-32) R 4757 4759 3542 0 -1 4194304 11910 0 0 0 46172 65 0 0 25 0 1 0 195274711 50384896 11410 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/4759/statm: 12301 11410 140 302 0 11996 0
Current children cumulated CPU time (s) 462.37
Current children cumulated vsize (KiB) 49204

[startup+522.67 s]
/proc/loadavg: 0.99 0.97 0.93 2/78 4958
/proc/meminfo: memFree=1664048/2055920 swapFree=4158120/4192956
[pid=4759] ppid=4757 vsize=51964 CPUtime=522.41
/proc/4759/stat : 4759 (Spear-32) R 4757 4759 3542 0 -1 4194304 12560 0 0 0 52170 71 0 0 25 0 1 0 195274711 53211136 12060 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526843 0 0 4096 0 0 0 0 17 1 0 0
/proc/4759/statm: 12991 12060 140 302 0 12686 0
Current children cumulated CPU time (s) 522.41
Current children cumulated vsize (KiB) 51964

[startup+582.704 s]
/proc/loadavg: 0.99 0.97 0.93 2/78 4958
/proc/meminfo: memFree=1661552/2055920 swapFree=4158120/4192956
[pid=4759] ppid=4757 vsize=54452 CPUtime=582.44
/proc/4759/stat : 4759 (Spear-32) R 4757 4759 3542 0 -1 4194304 13191 0 0 0 58167 77 0 0 25 0 1 0 195274711 55758848 12691 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/4759/statm: 13613 12691 140 302 0 13308 0
Current children cumulated CPU time (s) 582.44
Current children cumulated vsize (KiB) 54452

[startup+642.743 s]
/proc/loadavg: 0.99 0.97 0.93 2/78 4958
/proc/meminfo: memFree=1658864/2055920 swapFree=4158120/4192956
[pid=4759] ppid=4757 vsize=57552 CPUtime=642.45
/proc/4759/stat : 4759 (Spear-32) R 4757 4759 3542 0 -1 4194304 13857 0 0 0 64164 81 0 0 25 0 1 0 195274711 58933248 13357 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/4759/statm: 14388 13357 140 302 0 14083 0
Current children cumulated CPU time (s) 642.45
Current children cumulated vsize (KiB) 57552

[startup+702.777 s]
/proc/loadavg: 0.99 0.97 0.93 2/78 4958
/proc/meminfo: memFree=1655856/2055920 swapFree=4158120/4192956
[pid=4759] ppid=4757 vsize=60696 CPUtime=702.47
/proc/4759/stat : 4759 (Spear-32) R 4757 4759 3542 0 -1 4194304 14608 0 0 0 70161 86 0 0 25 0 1 0 195274711 62152704 14108 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4759/statm: 15174 14108 140 302 0 14869 0
Current children cumulated CPU time (s) 702.47
Current children cumulated vsize (KiB) 60696

[startup+762.813 s]
/proc/loadavg: 1.05 0.99 0.93 2/78 4958
/proc/meminfo: memFree=1653424/2055920 swapFree=4158120/4192956
[pid=4759] ppid=4757 vsize=63052 CPUtime=762.49
/proc/4759/stat : 4759 (Spear-32) R 4757 4759 3542 0 -1 4194304 15213 0 0 0 76159 90 0 0 25 0 1 0 195274711 64565248 14713 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/4759/statm: 15763 14713 140 302 0 15458 0
Current children cumulated CPU time (s) 762.49
Current children cumulated vsize (KiB) 63052

[startup+822.853 s]
/proc/loadavg: 1.02 0.99 0.93 2/78 4958
/proc/meminfo: memFree=1651248/2055920 swapFree=4158120/4192956
[pid=4759] ppid=4757 vsize=65072 CPUtime=822.51
/proc/4759/stat : 4759 (Spear-32) R 4757 4759 3542 0 -1 4194304 15748 0 0 0 82158 93 0 0 25 0 1 0 195274711 66633728 15248 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526957 0 0 4096 0 0 0 0 17 1 0 0
/proc/4759/statm: 16268 15248 140 302 0 15963 0
Current children cumulated CPU time (s) 822.51
Current children cumulated vsize (KiB) 65072

[startup+882.888 s]
/proc/loadavg: 1.00 0.99 0.93 2/78 4958
/proc/meminfo: memFree=1649200/2055920 swapFree=4158120/4192956
[pid=4759] ppid=4757 vsize=67416 CPUtime=882.52
/proc/4759/stat : 4759 (Spear-32) R 4757 4759 3542 0 -1 4194304 16276 0 0 0 88155 97 0 0 25 0 1 0 195274711 69033984 15776 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/4759/statm: 16854 15776 140 302 0 16549 0
Current children cumulated CPU time (s) 882.52
Current children cumulated vsize (KiB) 67416

[startup+942.924 s]
/proc/loadavg: 1.00 0.99 0.93 2/78 4958
/proc/meminfo: memFree=1647152/2055920 swapFree=4158120/4192956
[pid=4759] ppid=4757 vsize=69372 CPUtime=942.55
/proc/4759/stat : 4759 (Spear-32) R 4757 4759 3542 0 -1 4194304 16767 0 0 0 94154 101 0 0 25 0 1 0 195274711 71036928 16267 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526986 0 0 4096 0 0 0 0 17 1 0 0
/proc/4759/statm: 17343 16267 140 302 0 17038 0
Current children cumulated CPU time (s) 942.55
Current children cumulated vsize (KiB) 69372

[startup+1002.96 s]
/proc/loadavg: 1.00 0.99 0.93 2/78 4958
/proc/meminfo: memFree=1645296/2055920 swapFree=4158120/4192956
[pid=4759] ppid=4757 vsize=73464 CPUtime=1002.57
/proc/4759/stat : 4759 (Spear-32) R 4757 4759 3542 0 -1 4194304 17749 0 0 0 100152 105 0 0 25 0 1 0 195274711 75227136 16736 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/4759/statm: 18366 16736 140 302 0 18061 0
Current children cumulated CPU time (s) 1002.57
Current children cumulated vsize (KiB) 73464

[startup+1063 s]
/proc/loadavg: 1.00 0.99 0.93 2/78 4958
/proc/meminfo: memFree=1643568/2055920 swapFree=4158120/4192956
[pid=4759] ppid=4757 vsize=75164 CPUtime=1062.58
/proc/4759/stat : 4759 (Spear-32) R 4757 4759 3542 0 -1 4194304 18191 0 0 0 106149 109 0 0 25 0 1 0 195274711 76967936 17178 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527168 0 0 4096 0 0 0 0 17 1 0 0
/proc/4759/statm: 18791 17178 140 302 0 18486 0
Current children cumulated CPU time (s) 1062.58
Current children cumulated vsize (KiB) 75164

[startup+1123.03 s]
/proc/loadavg: 1.00 0.99 0.93 2/78 4958
/proc/meminfo: memFree=1641776/2055920 swapFree=4158120/4192956
[pid=4759] ppid=4757 vsize=77384 CPUtime=1122.59
/proc/4759/stat : 4759 (Spear-32) R 4757 4759 3542 0 -1 4194304 18643 0 0 0 112147 112 0 0 25 0 1 0 195274711 79241216 17630 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/4759/statm: 19346 17630 140 302 0 19041 0
Current children cumulated CPU time (s) 1122.59
Current children cumulated vsize (KiB) 77384

[startup+1183.06 s]
/proc/loadavg: 1.07 1.00 0.94 2/78 4958
/proc/meminfo: memFree=1639984/2055920 swapFree=4158120/4192956
[pid=4759] ppid=4757 vsize=79436 CPUtime=1182.61
/proc/4759/stat : 4759 (Spear-32) R 4757 4759 3542 0 -1 4194304 19092 0 0 0 118144 117 0 0 25 0 1 0 195274711 81342464 18079 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4759/statm: 19859 18079 140 302 0 19554 0
Current children cumulated CPU time (s) 1182.61
Current children cumulated vsize (KiB) 79436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.48 s]
/proc/loadavg: 1.05 1.00 0.94 2/78 4958
/proc/meminfo: memFree=1639408/2055920 swapFree=4158120/4192956
[pid=4759] ppid=4757 vsize=79820 CPUtime=1200.03
/proc/4759/stat : 4759 (Spear-32) R 4757 4759 3542 0 -1 4194304 19221 0 0 0 119885 118 0 0 25 0 1 0 195274711 81735680 18208 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526775 0 0 4096 0 0 0 0 17 1 0 0
/proc/4759/statm: 19955 18208 140 302 0 19650 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 79820

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.5
CPU time (s): 1200.05
CPU user time (s): 1198.86
CPU system time (s): 1.19382
CPU usage (%): 99.9629
Max. virtual memory (cumulated for all children) (KiB): 79820

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

runsolver used 1.23981 second user time and 3.03154 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Sat Feb 17 22:59:56 UTC 2007

IDJOB= 292397
IDBENCH= 19838
IDSOLVER= 131
FILE ID= node1/292397-1171753196

PBS_JOBID= 3839267

Free space on /tmp= 66551 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v90/unif-k5-r21.3-v90-c1917-S1414833579-15.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/292397-1171753196/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/292397-1171753196/instance-292397-1171753196.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-292397-1171753196 -o ROOT/results/node1/solver-292397-1171753196 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/292397-1171753196/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/292397-1171753196/instance-292397-1171753196.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  b2802bae5d92b90eb2c4213147949897

RANDOM SEED= 935662782

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:       1712656 kB
Buffers:         46724 kB
Cached:         204356 kB
SwapCached:      15276 kB
Active:         212672 kB
Inactive:        61944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1712656 kB
SwapTotal:     4192956 kB
SwapFree:      4158120 kB
Dirty:            1596 kB
Writeback:           0 kB
Mapped:          30236 kB
Slab:            54240 kB
Committed_AS:   599592 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 Sat Feb 17 23:19:59 UTC 2007