Trace number 307568

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.04 1200.36

General information on the benchmark

Namerandom/2+p/p0.7/v6500/
unif2p-p0.7-v6500-c17355-S1097641288-15-SAT.cnf
MD5SUM44d1561b77675d06306d515515e8409f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.60545
Satisfiable
(Un)Satisfiability was proved
Number of variables6499
Number of clauses17354
Sum of the clauses size46856
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25206
Number of clauses of size 312148
Number of clauses of size 40
Number of clauses of size 50
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/307568-1172489490/instance-307568-1172489490.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-307568-1172489490 -o ROOT/results/node5/solver-307568-1172489490 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/307568-1172489490/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/307568-1172489490/instance-307568-1172489490.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 0.99 0.89 3/77 10608
/proc/meminfo: memFree=1701088/2055920 swapFree=4192812/4192956
[pid=10608] ppid=10606 vsize=1932 CPUtime=0
/proc/10608/stat : 10608 (Spear-32) R 10606 10608 10160 0 -1 4194304 262 0 0 0 0 0 0 0 18 0 1 0 268903777 1978368 246 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134518170 0 0 4096 0 0 0 0 17 1 0 0
/proc/10608/statm: 483 247 126 302 0 178 0

[startup+0.106873 s]
/proc/loadavg: 1.01 0.99 0.89 3/77 10608
/proc/meminfo: memFree=1701088/2055920 swapFree=4192812/4192956
[pid=10608] ppid=10606 vsize=3324 CPUtime=0.1
/proc/10608/stat : 10608 (Spear-32) R 10606 10608 10160 0 -1 4194304 640 0 0 0 10 0 0 0 18 0 1 0 268903777 3403776 598 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10608/statm: 831 598 140 302 0 526 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3324

[startup+0.514919 s]
/proc/loadavg: 1.01 0.99 0.89 3/77 10608
/proc/meminfo: memFree=1701088/2055920 swapFree=4192812/4192956
[pid=10608] ppid=10606 vsize=3708 CPUtime=0.5
/proc/10608/stat : 10608 (Spear-32) R 10606 10608 10160 0 -1 4194304 758 0 0 0 50 0 0 0 22 0 1 0 268903777 3796992 716 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/10608/statm: 927 716 140 302 0 622 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 3708

[startup+1.33501 s]
/proc/loadavg: 1.01 0.99 0.89 2/78 10609
/proc/meminfo: memFree=1698136/2055920 swapFree=4192812/4192956
[pid=10608] ppid=10606 vsize=4496 CPUtime=1.32
/proc/10608/stat : 10608 (Spear-32) R 10606 10608 10160 0 -1 4194304 950 0 0 0 132 0 0 0 25 0 1 0 268903777 4603904 908 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10608/statm: 1124 908 140 302 0 819 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 4496

[startup+2.9712 s]
/proc/loadavg: 1.01 0.99 0.89 2/78 10609
/proc/meminfo: memFree=1696984/2055920 swapFree=4192812/4192956
[pid=10608] ppid=10606 vsize=6020 CPUtime=2.95
/proc/10608/stat : 10608 (Spear-32) R 10606 10608 10160 0 -1 4194304 1320 0 0 0 294 1 0 0 25 0 1 0 268903777 6164480 1278 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10608/statm: 1505 1278 140 302 0 1200 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 6020

[startup+6.24757 s]
/proc/loadavg: 1.01 0.99 0.89 2/78 10609
/proc/meminfo: memFree=1694168/2055920 swapFree=4192812/4192956
[pid=10608] ppid=10606 vsize=8444 CPUtime=6.24
/proc/10608/stat : 10608 (Spear-32) R 10606 10608 10160 0 -1 4194304 1925 0 0 0 621 3 0 0 25 0 1 0 268903777 8646656 1883 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10608/statm: 2111 1883 140 302 0 1806 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 8444

[startup+12.7043 s]
/proc/loadavg: 1.01 0.99 0.89 2/78 10609
/proc/meminfo: memFree=1690520/2055920 swapFree=4192812/4192956
[pid=10608] ppid=10606 vsize=11992 CPUtime=12.69
/proc/10608/stat : 10608 (Spear-32) R 10606 10608 10160 0 -1 4194304 2819 0 0 0 1263 6 0 0 25 0 1 0 268903777 12279808 2744 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10608/statm: 2998 2744 140 302 0 2693 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 11992

[startup+25.5137 s]
/proc/loadavg: 1.01 0.99 0.89 2/78 10609
/proc/meminfo: memFree=1684504/2055920 swapFree=4192812/4192956
[pid=10608] ppid=10606 vsize=18040 CPUtime=25.49
/proc/10608/stat : 10608 (Spear-32) R 10606 10608 10160 0 -1 4194304 4362 0 0 0 2538 11 0 0 25 0 1 0 268903777 18472960 4287 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10608/statm: 4510 4287 140 302 0 4205 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 18040

[startup+51.1256 s]
/proc/loadavg: 1.00 0.99 0.89 2/78 10609
/proc/meminfo: memFree=1674328/2055920 swapFree=4192812/4192956
[pid=10608] ppid=10606 vsize=28172 CPUtime=51.1
/proc/10608/stat : 10608 (Spear-32) R 10606 10608 10160 0 -1 4194304 6915 0 0 0 5090 20 0 0 25 0 1 0 268903777 28848128 6775 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10608/statm: 7043 6775 140 302 0 6738 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 28172

[startup+102.348 s]
/proc/loadavg: 1.00 0.99 0.90 2/78 10609
/proc/meminfo: memFree=1658712/2055920 swapFree=4192812/4192956
[pid=10608] ppid=10606 vsize=44196 CPUtime=102.31
/proc/10608/stat : 10608 (Spear-32) R 10606 10608 10160 0 -1 4194304 10966 0 0 0 10198 33 0 0 25 0 1 0 268903777 45256704 10697 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526739 0 0 4096 0 0 0 0 17 1 0 0
/proc/10608/statm: 11049 10697 140 302 0 10744 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 44196

[startup+162.382 s]
/proc/loadavg: 1.04 1.00 0.91 2/78 10609
/proc/meminfo: memFree=1642648/2055920 swapFree=4192812/4192956
[pid=10608] ppid=10606 vsize=59936 CPUtime=162.32
/proc/10608/stat : 10608 (Spear-32) R 10606 10608 10160 0 -1 4194304 14902 0 0 0 16187 45 0 0 25 0 1 0 268903777 61374464 14633 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/10608/statm: 14984 14633 140 302 0 14679 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 59936

[startup+222.415 s]
/proc/loadavg: 1.01 1.00 0.91 2/78 10609
/proc/meminfo: memFree=1632024/2055920 swapFree=4192812/4192956
[pid=10608] ppid=10606 vsize=70548 CPUtime=222.34
/proc/10608/stat : 10608 (Spear-32) R 10606 10608 10160 0 -1 4194304 17586 0 0 0 22179 55 0 0 25 0 1 0 268903777 72241152 17317 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527004 0 0 4096 0 0 0 0 17 1 0 0
/proc/10608/statm: 17637 17317 140 302 0 17332 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 70548

[startup+282.443 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 10609
/proc/meminfo: memFree=1623896/2055920 swapFree=4192812/4192956
[pid=10608] ppid=10606 vsize=79764 CPUtime=282.36
/proc/10608/stat : 10608 (Spear-32) R 10606 10608 10160 0 -1 4194304 19873 0 0 0 28173 63 0 0 25 0 1 0 268903777 81678336 19347 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10608/statm: 19941 19347 140 302 0 19636 0
Current children cumulated CPU time (s) 282.36
Current children cumulated vsize (KiB) 79764

[startup+342.47 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 10609
/proc/meminfo: memFree=1616024/2055920 swapFree=4192812/4192956
[pid=10608] ppid=10606 vsize=87516 CPUtime=342.37
/proc/10608/stat : 10608 (Spear-32) R 10606 10608 10160 0 -1 4194304 21846 0 0 0 34165 72 0 0 25 0 1 0 268903777 89616384 21320 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/10608/statm: 21879 21320 140 302 0 21574 0
Current children cumulated CPU time (s) 342.37
Current children cumulated vsize (KiB) 87516

[startup+402.507 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 10609
/proc/meminfo: memFree=1608152/2055920 swapFree=4192812/4192956
[pid=10608] ppid=10606 vsize=95112 CPUtime=402.38
/proc/10608/stat : 10608 (Spear-32) R 10606 10608 10160 0 -1 4194304 23766 0 0 0 40159 79 0 0 25 0 1 0 268903777 97394688 23240 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526822 0 0 4096 0 0 0 0 17 1 0 0
/proc/10608/statm: 23778 23240 140 302 0 23473 0
Current children cumulated CPU time (s) 402.38
Current children cumulated vsize (KiB) 95112

[startup+462.539 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 10609
/proc/meminfo: memFree=1601560/2055920 swapFree=4192812/4192956
[pid=10608] ppid=10606 vsize=101732 CPUtime=462.41
/proc/10608/stat : 10608 (Spear-32) R 10606 10608 10160 0 -1 4194304 25424 0 0 0 46153 88 0 0 25 0 1 0 268903777 104173568 24898 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526781 0 0 4096 0 0 0 0 17 1 0 0
/proc/10608/statm: 25433 24898 140 302 0 25128 0
Current children cumulated CPU time (s) 462.41
Current children cumulated vsize (KiB) 101732

[startup+522.569 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 10609
/proc/meminfo: memFree=1595032/2055920 swapFree=4192812/4192956
[pid=10608] ppid=10606 vsize=108260 CPUtime=522.41
/proc/10608/stat : 10608 (Spear-32) R 10606 10608 10160 0 -1 4194304 27052 0 0 0 52148 93 0 0 25 0 1 0 268903777 110858240 26526 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10608/statm: 27065 26526 140 302 0 26760 0
Current children cumulated CPU time (s) 522.41
Current children cumulated vsize (KiB) 108260

[startup+582.598 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 10609
/proc/meminfo: memFree=1589400/2055920 swapFree=4192812/4192956
[pid=10608] ppid=10606 vsize=114036 CPUtime=582.43
/proc/10608/stat : 10608 (Spear-32) R 10606 10608 10160 0 -1 4194304 28454 0 0 0 58142 101 0 0 25 0 1 0 268903777 116772864 27928 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526578 0 0 4096 0 0 0 0 17 1 0 0
/proc/10608/statm: 28509 27928 140 302 0 28204 0
Current children cumulated CPU time (s) 582.43
Current children cumulated vsize (KiB) 114036

[startup+642.634 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 10611
/proc/meminfo: memFree=1583192/2055920 swapFree=4192812/4192956
[pid=10608] ppid=10606 vsize=120096 CPUtime=642.45
/proc/10608/stat : 10608 (Spear-32) R 10606 10608 10160 0 -1 4194304 29999 0 0 0 64138 107 0 0 25 0 1 0 268903777 122978304 29473 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10608/statm: 30024 29473 140 302 0 29719 0
Current children cumulated CPU time (s) 642.45
Current children cumulated vsize (KiB) 120096

[startup+702.664 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 10611
/proc/meminfo: memFree=1576600/2055920 swapFree=4192812/4192956
[pid=10608] ppid=10606 vsize=126868 CPUtime=702.46
/proc/10608/stat : 10608 (Spear-32) R 10606 10608 10160 0 -1 4194304 31673 0 0 0 70134 112 0 0 25 0 1 0 268903777 129912832 31147 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/10608/statm: 31717 31147 140 302 0 31412 0
Current children cumulated CPU time (s) 702.46
Current children cumulated vsize (KiB) 126868

[startup+762.692 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 10611
/proc/meminfo: memFree=1569752/2055920 swapFree=4192812/4192956
[pid=10608] ppid=10606 vsize=133500 CPUtime=762.48
/proc/10608/stat : 10608 (Spear-32) R 10606 10608 10160 0 -1 4194304 33366 0 0 0 76129 119 0 0 25 0 1 0 268903777 136704000 32840 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/10608/statm: 33375 32840 140 302 0 33070 0
Current children cumulated CPU time (s) 762.48
Current children cumulated vsize (KiB) 133500

[startup+822.728 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 10611
/proc/meminfo: memFree=1563480/2055920 swapFree=4192812/4192956
[pid=10608] ppid=10606 vsize=139800 CPUtime=822.5
/proc/10608/stat : 10608 (Spear-32) R 10606 10608 10160 0 -1 4194304 34914 0 0 0 82126 124 0 0 25 0 1 0 268903777 143155200 34388 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10608/statm: 34950 34388 140 302 0 34645 0
Current children cumulated CPU time (s) 822.5
Current children cumulated vsize (KiB) 139800

[startup+882.76 s]
/proc/loadavg: 1.00 1.00 0.91 2/78 10611
/proc/meminfo: memFree=1558424/2055920 swapFree=4192812/4192956
[pid=10608] ppid=10606 vsize=144948 CPUtime=882.52
/proc/10608/stat : 10608 (Spear-32) R 10606 10608 10160 0 -1 4194304 36176 0 0 0 88123 129 0 0 25 0 1 0 268903777 148426752 35650 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/10608/statm: 36237 35650 140 302 0 35932 0
Current children cumulated CPU time (s) 882.52
Current children cumulated vsize (KiB) 144948

[startup+942.789 s]
/proc/loadavg: 1.07 1.03 0.92 2/78 10611
/proc/meminfo: memFree=1552984/2055920 swapFree=4192812/4192956
[pid=10608] ppid=10606 vsize=152472 CPUtime=942.53
/proc/10608/stat : 10608 (Spear-32) R 10606 10608 10160 0 -1 4194304 38038 0 0 0 94118 135 0 0 25 0 1 0 268903777 156131328 36999 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10608/statm: 38118 36999 140 302 0 37813 0
Current children cumulated CPU time (s) 942.53
Current children cumulated vsize (KiB) 152472

[startup+1002.82 s]
/proc/loadavg: 1.02 1.02 0.92 2/78 10611
/proc/meminfo: memFree=1548376/2055920 swapFree=4192812/4192956
[pid=10608] ppid=10606 vsize=157216 CPUtime=1002.54
/proc/10608/stat : 10608 (Spear-32) R 10606 10608 10160 0 -1 4194304 39180 0 0 0 100114 140 0 0 25 0 1 0 268903777 160989184 38141 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10608/statm: 39304 38141 140 302 0 38999 0
Current children cumulated CPU time (s) 1002.54
Current children cumulated vsize (KiB) 157216

[startup+1062.85 s]
/proc/loadavg: 1.01 1.02 0.92 2/78 10611
/proc/meminfo: memFree=1544152/2055920 swapFree=4192812/4192956
[pid=10608] ppid=10606 vsize=161344 CPUtime=1062.55
/proc/10608/stat : 10608 (Spear-32) R 10606 10608 10160 0 -1 4194304 40227 0 0 0 106111 144 0 0 25 0 1 0 268903777 165216256 39188 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10608/statm: 40336 39188 140 302 0 40031 0
Current children cumulated CPU time (s) 1062.55
Current children cumulated vsize (KiB) 161344

[startup+1122.88 s]
/proc/loadavg: 1.00 1.01 0.92 2/78 10611
/proc/meminfo: memFree=1539992/2055920 swapFree=4192812/4192956
[pid=10608] ppid=10606 vsize=165540 CPUtime=1122.57
/proc/10608/stat : 10608 (Spear-32) R 10606 10608 10160 0 -1 4194304 41265 0 0 0 112108 149 0 0 25 0 1 0 268903777 169512960 40226 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/10608/statm: 41385 40226 140 302 0 41080 0
Current children cumulated CPU time (s) 1122.57
Current children cumulated vsize (KiB) 165540

[startup+1182.91 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 10611
/proc/meminfo: memFree=1535768/2055920 swapFree=4192812/4192956
[pid=10608] ppid=10606 vsize=169868 CPUtime=1182.59
/proc/10608/stat : 10608 (Spear-32) R 10606 10608 10160 0 -1 4194304 42338 0 0 0 118105 154 0 0 25 0 1 0 268903777 173944832 41299 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/10608/statm: 42467 41299 140 302 0 42162 0
Current children cumulated CPU time (s) 1182.59
Current children cumulated vsize (KiB) 169868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.33 s]
/proc/loadavg: 1.00 1.00 0.92 2/78 10611
/proc/meminfo: memFree=1534360/2055920 swapFree=4192812/4192956
[pid=10608] ppid=10606 vsize=171240 CPUtime=1200
/proc/10608/stat : 10608 (Spear-32) R 10606 10608 10160 0 -1 4194304 42663 0 0 0 119845 155 0 0 25 0 1 0 268903777 175349760 41624 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10608/statm: 42810 41624 140 302 0 42505 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 171240

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.36
CPU time (s): 1200.04
CPU user time (s): 1198.46
CPU system time (s): 1.58576
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 171240

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

runsolver used 1.37379 second user time and 2.85457 second system time

The end

Launcher Data (download as text)

Begin job on node5 on Mon Feb 26 11:31:30 UTC 2007

IDJOB= 307568
IDBENCH= 20208
IDSOLVER= 132
FILE ID= node5/307568-1172489490

PBS_JOBID= 3971581

Free space on /tmp= 66556 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.7/v6500/unif2p-p0.7-v6500-c17355-S1097641288-15-SAT.cnf
COMMAND LINE= /tmp/evaluation/307568-1172489490/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/307568-1172489490/instance-307568-1172489490.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-307568-1172489490 -o ROOT/results/node5/solver-307568-1172489490 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/307568-1172489490/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/307568-1172489490/instance-307568-1172489490.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  44d1561b77675d06306d515515e8409f

RANDOM SEED= 843357638

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:       1701496 kB
Buffers:         46840 kB
Cached:         193064 kB
SwapCached:          0 kB
Active:         204352 kB
Inactive:        79968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1701496 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1900 kB
Writeback:           0 kB
Mapped:          63276 kB
Slab:            55784 kB
Committed_AS:   860496 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= 66556 MiB

End job on node5 on Mon Feb 26 11:51:32 UTC 2007