Trace number 300351

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

General information on the benchmark

Namerandom/LargeSize/5SAT/v800/
unif-k5-r20-v800-c16000-S409844453-15.cnf
MD5SUM58c189a77b8c83423395850401eab73e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark24.2423
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of clauses16000
Sum of the clauses size80000
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 516000
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/300351-1171900728/instance-300351-1171900728.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/node5/watcher-300351-1171900728 -o ROOT/results/node5/solver-300351-1171900728 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/300351-1171900728/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/300351-1171900728/instance-300351-1171900728.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 1.05 3/77 27671
/proc/meminfo: memFree=1060448/2055920 swapFree=4192812/4192956
[pid=27671] ppid=27669 vsize=1548 CPUtime=0
/proc/27671/stat : 27671 (Spear-32) R 27669 27671 27614 0 -1 4194304 200 0 0 0 0 0 0 0 18 0 1 0 210027654 1585152 184 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/27671/statm: 387 184 128 302 0 82 0

[startup+0.107144 s]
/proc/loadavg: 0.92 0.98 1.05 3/77 27671
/proc/meminfo: memFree=1060448/2055920 swapFree=4192812/4192956
[pid=27671] ppid=27669 vsize=2728 CPUtime=0.1
/proc/27671/stat : 27671 (Spear-32) R 27669 27671 27614 0 -1 4194304 515 0 0 0 10 0 0 0 18 0 1 0 210027654 2793472 499 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27671/statm: 682 499 140 302 0 377 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2728

[startup+0.515189 s]
/proc/loadavg: 0.92 0.98 1.05 3/77 27671
/proc/meminfo: memFree=1060448/2055920 swapFree=4192812/4192956
[pid=27671] ppid=27669 vsize=4388 CPUtime=0.51
/proc/27671/stat : 27671 (Spear-32) R 27669 27671 27614 0 -1 4194304 935 0 0 0 51 0 0 0 22 0 1 0 210027654 4493312 919 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27671/statm: 1097 919 140 302 0 792 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 4388

[startup+1.33528 s]
/proc/loadavg: 0.92 0.98 1.05 2/78 27672
/proc/meminfo: memFree=1055256/2055920 swapFree=4192812/4192956
[pid=27671] ppid=27669 vsize=7072 CPUtime=1.33
/proc/27671/stat : 27671 (Spear-32) R 27669 27671 27614 0 -1 4194304 1601 0 0 0 132 1 0 0 25 0 1 0 210027654 7241728 1585 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27671/statm: 1768 1585 140 302 0 1463 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 7072

[startup+2.97147 s]
/proc/loadavg: 0.92 0.98 1.05 2/78 27672
/proc/meminfo: memFree=1051800/2055920 swapFree=4192812/4192956
[pid=27671] ppid=27669 vsize=11556 CPUtime=2.96
/proc/27671/stat : 27671 (Spear-32) R 27669 27671 27614 0 -1 4194304 2699 0 0 0 294 2 0 0 25 0 1 0 210027654 11833344 2683 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27671/statm: 2889 2683 140 302 0 2584 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 11556

[startup+6.25484 s]
/proc/loadavg: 0.93 0.98 1.05 2/78 27672
/proc/meminfo: memFree=1044504/2055920 swapFree=4192812/4192956
[pid=27671] ppid=27669 vsize=18080 CPUtime=6.24
/proc/27671/stat : 27671 (Spear-32) R 27669 27671 27614 0 -1 4194304 4357 0 0 0 619 5 0 0 25 0 1 0 210027654 18513920 4341 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/27671/statm: 4520 4341 140 302 0 4215 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 18080

[startup+12.7076 s]
/proc/loadavg: 0.93 0.98 1.05 2/78 27672
/proc/meminfo: memFree=1034008/2055920 swapFree=4192812/4192956
[pid=27671] ppid=27669 vsize=27804 CPUtime=12.7
/proc/27671/stat : 27671 (Spear-32) R 27669 27671 27614 0 -1 4194304 6803 0 0 0 1261 9 0 0 25 0 1 0 210027654 28471296 6754 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27671/statm: 6951 6754 140 302 0 6646 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 27804

[startup+25.516 s]
/proc/loadavg: 0.95 0.98 1.05 2/78 27672
/proc/meminfo: memFree=1019608/2055920 swapFree=4192812/4192956
[pid=27671] ppid=27669 vsize=42632 CPUtime=25.5
/proc/27671/stat : 27671 (Spear-32) R 27669 27671 27614 0 -1 4194304 10541 0 0 0 2535 15 0 0 25 0 1 0 210027654 43655168 10427 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27671/statm: 10658 10427 140 302 0 10353 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 42632

[startup+51.1299 s]
/proc/loadavg: 0.96 0.98 1.05 2/78 27672
/proc/meminfo: memFree=997976/2055920 swapFree=4192812/4192956
[pid=27671] ppid=27669 vsize=63664 CPUtime=51.1
/proc/27671/stat : 27671 (Spear-32) R 27669 27671 27614 0 -1 4194304 15828 0 0 0 5086 24 0 0 25 0 1 0 210027654 65191936 15714 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/27671/statm: 15916 15714 140 302 0 15611 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 63664

[startup+102.353 s]
/proc/loadavg: 0.98 0.98 1.04 2/78 27672
/proc/meminfo: memFree=968792/2055920 swapFree=4192812/4192956
[pid=27671] ppid=27669 vsize=93476 CPUtime=102.31
/proc/27671/stat : 27671 (Spear-32) R 27669 27671 27614 0 -1 4194304 23293 0 0 0 10192 39 0 0 25 0 1 0 210027654 95719424 23050 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/27671/statm: 23369 23050 140 302 0 23064 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 93476

[startup+162.409 s]
/proc/loadavg: 0.99 0.98 1.04 2/84 27776
/proc/meminfo: memFree=939688/2055920 swapFree=4192812/4192956
[pid=27671] ppid=27669 vsize=120620 CPUtime=162.3
/proc/27671/stat : 27671 (Spear-32) R 27669 27671 27614 0 -1 4194304 30093 0 0 0 16175 55 0 0 25 0 1 0 210027654 123514880 29850 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27671/statm: 30155 29850 140 302 0 29850 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 120620

[startup+222.476 s]
/proc/loadavg: 0.99 0.98 1.03 2/84 27848
/proc/meminfo: memFree=917032/2055920 swapFree=4192812/4192956
[pid=27671] ppid=27669 vsize=143348 CPUtime=222.31
/proc/27671/stat : 27671 (Spear-32) R 27669 27671 27614 0 -1 4194304 35800 0 0 0 22160 71 0 0 25 0 1 0 210027654 146788352 35557 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/27671/statm: 35837 35557 140 302 0 35532 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 143348

[startup+282.517 s]
/proc/loadavg: 0.99 0.98 1.03 2/78 27870
/proc/meminfo: memFree=899160/2055920 swapFree=4192812/4192956
[pid=27671] ppid=27669 vsize=163416 CPUtime=282.32
/proc/27671/stat : 27671 (Spear-32) R 27669 27671 27614 0 -1 4194304 40800 0 0 0 28148 84 0 0 25 0 1 0 210027654 167337984 40300 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27671/statm: 40854 40300 140 302 0 40549 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 163416

[startup+342.551 s]
/proc/loadavg: 0.99 0.98 1.02 2/78 27870
/proc/meminfo: memFree=879320/2055920 swapFree=4192812/4192956
[pid=27671] ppid=27669 vsize=183300 CPUtime=342.34
/proc/27671/stat : 27671 (Spear-32) R 27669 27671 27614 0 -1 4194304 45756 0 0 0 34138 96 0 0 25 0 1 0 210027654 187699200 45256 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/27671/statm: 45825 45256 140 302 0 45520 0
Current children cumulated CPU time (s) 342.34
Current children cumulated vsize (KiB) 183300

[startup+402.586 s]
/proc/loadavg: 0.99 0.98 1.02 2/78 27870
/proc/meminfo: memFree=861848/2055920 swapFree=4192812/4192956
[pid=27671] ppid=27669 vsize=200416 CPUtime=402.36
/proc/27671/stat : 27671 (Spear-32) R 27669 27671 27614 0 -1 4194304 50049 0 0 0 40129 107 0 0 25 0 1 0 210027654 205225984 49549 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/27671/statm: 50104 49549 140 302 0 49799 0
Current children cumulated CPU time (s) 402.36
Current children cumulated vsize (KiB) 200416

[startup+462.62 s]
/proc/loadavg: 0.99 0.98 1.01 2/78 27870
/proc/meminfo: memFree=847256/2055920 swapFree=4192812/4192956
[pid=27671] ppid=27669 vsize=215232 CPUtime=462.38
/proc/27671/stat : 27671 (Spear-32) R 27669 27671 27614 0 -1 4194304 53744 0 0 0 46122 116 0 0 25 0 1 0 210027654 220397568 53244 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27671/statm: 53808 53244 140 302 0 53503 0
Current children cumulated CPU time (s) 462.38
Current children cumulated vsize (KiB) 215232

[startup+522.654 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 27870
/proc/meminfo: memFree=833432/2055920 swapFree=4192812/4192956
[pid=27671] ppid=27669 vsize=229128 CPUtime=522.4
/proc/27671/stat : 27671 (Spear-32) R 27669 27671 27614 0 -1 4194304 57217 0 0 0 52114 126 0 0 25 0 1 0 210027654 234627072 56717 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/27671/statm: 57282 56717 140 302 0 56977 0
Current children cumulated CPU time (s) 522.4
Current children cumulated vsize (KiB) 229128

[startup+582.688 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 27870
/proc/meminfo: memFree=820376/2055920 swapFree=4192812/4192956
[pid=27671] ppid=27669 vsize=241872 CPUtime=582.42
/proc/27671/stat : 27671 (Spear-32) R 27669 27671 27614 0 -1 4194304 60429 0 0 0 58108 134 0 0 25 0 1 0 210027654 247676928 59929 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/27671/statm: 60468 59929 140 302 0 60163 0
Current children cumulated CPU time (s) 582.42
Current children cumulated vsize (KiB) 241872

[startup+642.725 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 27870
/proc/meminfo: memFree=807896/2055920 swapFree=4192812/4192956
[pid=27671] ppid=27669 vsize=254488 CPUtime=642.44
/proc/27671/stat : 27671 (Spear-32) R 27669 27671 27614 0 -1 4194304 63564 0 0 0 64101 143 0 0 25 0 1 0 210027654 260595712 63064 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/27671/statm: 63622 63064 140 302 0 63317 0
Current children cumulated CPU time (s) 642.44
Current children cumulated vsize (KiB) 254488

[startup+702.762 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 27870
/proc/meminfo: memFree=793368/2055920 swapFree=4192812/4192956
[pid=27671] ppid=27669 vsize=268928 CPUtime=702.46
/proc/27671/stat : 27671 (Spear-32) R 27669 27671 27614 0 -1 4194304 67205 0 0 0 70096 150 0 0 25 0 1 0 210027654 275382272 66705 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/27671/statm: 67232 66705 140 302 0 66927 0
Current children cumulated CPU time (s) 702.46
Current children cumulated vsize (KiB) 268928

[startup+762.79 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 27870
/proc/meminfo: memFree=780312/2055920 swapFree=4192812/4192956
[pid=27671] ppid=27669 vsize=282296 CPUtime=762.47
/proc/27671/stat : 27671 (Spear-32) R 27669 27671 27614 0 -1 4194304 70505 0 0 0 76089 158 0 0 25 0 1 0 210027654 289071104 70005 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/27671/statm: 70574 70005 140 302 0 70269 0
Current children cumulated CPU time (s) 762.47
Current children cumulated vsize (KiB) 282296

[startup+822.826 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 27870
/proc/meminfo: memFree=767576/2055920 swapFree=4192812/4192956
[pid=27671] ppid=27669 vsize=294936 CPUtime=822.49
/proc/27671/stat : 27671 (Spear-32) R 27669 27671 27614 0 -1 4194304 73630 0 0 0 82083 166 0 0 25 0 1 0 210027654 302014464 73130 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27671/statm: 73734 73130 140 302 0 73429 0
Current children cumulated CPU time (s) 822.49
Current children cumulated vsize (KiB) 294936

[startup+882.86 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 27870
/proc/meminfo: memFree=755928/2055920 swapFree=4192812/4192956
[pid=27671] ppid=27669 vsize=308664 CPUtime=882.51
/proc/27671/stat : 27671 (Spear-32) R 27669 27671 27614 0 -1 4194304 77057 0 0 0 88077 174 0 0 25 0 1 0 210027654 316071936 76044 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/27671/statm: 77166 76044 140 302 0 76861 0
Current children cumulated CPU time (s) 882.51
Current children cumulated vsize (KiB) 308664

[startup+942.894 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 27870
/proc/meminfo: memFree=745368/2055920 swapFree=4192812/4192956
[pid=27671] ppid=27669 vsize=319272 CPUtime=942.53
/proc/27671/stat : 27671 (Spear-32) R 27669 27671 27614 0 -1 4194304 79704 0 0 0 94072 181 0 0 25 0 1 0 210027654 326934528 78691 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/27671/statm: 79818 78691 140 302 0 79513 0
Current children cumulated CPU time (s) 942.53
Current children cumulated vsize (KiB) 319272

[startup+1002.93 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 27870
/proc/meminfo: memFree=735576/2055920 swapFree=4192812/4192956
[pid=27671] ppid=27669 vsize=329064 CPUtime=1002.55
/proc/27671/stat : 27671 (Spear-32) R 27669 27671 27614 0 -1 4194304 82174 0 0 0 100067 188 0 0 25 0 1 0 210027654 336961536 81161 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/27671/statm: 82266 81161 140 302 0 81961 0
Current children cumulated CPU time (s) 1002.55
Current children cumulated vsize (KiB) 329064

[startup+1062.97 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 27870
/proc/meminfo: memFree=725528/2055920 swapFree=4192812/4192956
[pid=27671] ppid=27669 vsize=339092 CPUtime=1062.57
/proc/27671/stat : 27671 (Spear-32) R 27669 27671 27614 0 -1 4194304 84638 0 0 0 106063 194 0 0 25 0 1 0 210027654 347230208 83625 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27671/statm: 84773 83625 140 302 0 84468 0
Current children cumulated CPU time (s) 1062.57
Current children cumulated vsize (KiB) 339092

[startup+1123 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 27870
/proc/meminfo: memFree=716696/2055920 swapFree=4192812/4192956
[pid=27671] ppid=27669 vsize=347840 CPUtime=1122.58
/proc/27671/stat : 27671 (Spear-32) R 27669 27671 27614 0 -1 4194304 86850 0 0 0 112058 200 0 0 25 0 1 0 210027654 356188160 85837 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27671/statm: 86960 85837 140 302 0 86655 0
Current children cumulated CPU time (s) 1122.58
Current children cumulated vsize (KiB) 347840

[startup+1183.03 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 27870
/proc/meminfo: memFree=708184/2055920 swapFree=4192812/4192956
[pid=27671] ppid=27669 vsize=356824 CPUtime=1182.6
/proc/27671/stat : 27671 (Spear-32) R 27669 27671 27614 0 -1 4194304 88999 0 0 0 118055 205 0 0 25 0 1 0 210027654 365387776 87986 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526981 0 0 4096 0 0 0 0 17 1 0 0
/proc/27671/statm: 89206 87986 140 302 0 88901 0
Current children cumulated CPU time (s) 1182.6
Current children cumulated vsize (KiB) 356824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.45 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 27870
/proc/meminfo: memFree=705688/2055920 swapFree=4192812/4192956
[pid=27671] ppid=27669 vsize=359140 CPUtime=1200.01
/proc/27671/stat : 27671 (Spear-32) R 27669 27671 27614 0 -1 4194304 89601 0 0 0 119794 207 0 0 25 0 1 0 210027654 367759360 88588 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27671/statm: 89785 88588 140 302 0 89480 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 359140

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.08
CPU user time (s): 1197.95
CPU system time (s): 2.12968
CPU usage (%): 99.9644
Max. virtual memory (cumulated for all children) (KiB): 359140

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

runsolver used 1.34979 second user time and 2.90356 second system time

The end

Launcher Data (download as text)

Begin job on node5 on Mon Feb 19 15:58:48 UTC 2007

IDJOB= 300351
IDBENCH= 20032
IDSOLVER= 131
FILE ID= node5/300351-1171900728

PBS_JOBID= 3848850

Free space on /tmp= 66551 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/5SAT/v800/unif-k5-r20-v800-c16000-S409844453-15.cnf
COMMAND LINE= /tmp/evaluation/300351-1171900728/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/300351-1171900728/instance-300351-1171900728.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-300351-1171900728 -o ROOT/results/node5/solver-300351-1171900728 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/300351-1171900728/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/300351-1171900728/instance-300351-1171900728.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  58c189a77b8c83423395850401eab73e

RANDOM SEED= 976071992

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node5.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.224
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.224
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:       1060856 kB
Buffers:         60228 kB
Cached:         813912 kB
SwapCached:          0 kB
Active:         530728 kB
Inactive:       387180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1060856 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2080 kB
Writeback:           0 kB
Mapped:          62628 kB
Slab:            62828 kB
Committed_AS:   764180 kB
PageTables:       1692 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 node5 on Mon Feb 19 16:18:51 UTC 2007