Trace number 300023

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.41

General information on the benchmark

Namerandom/OnTreshold/3SAT/v400/
unif-k3-r4.26-v400-c1704-S1561551265-12.SAT.shuffled.cnf
MD5SUMc6a09cb4dcbc2624dfe4aaec1f040fa6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.005998
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
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/300023-1171880870/instance-300023-1171880870.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/node4/watcher-300023-1171880870 -o ROOT/results/node4/solver-300023-1171880870 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/300023-1171880870/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/300023-1171880870/instance-300023-1171880870.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.99 3/77 29570
/proc/meminfo: memFree=991072/2055920 swapFree=4192812/4192956
[pid=29570] ppid=29568 vsize=1532 CPUtime=0
/proc/29570/stat : 29570 (Spear-32) R 29568 29570 28112 0 -1 4194304 193 0 0 0 0 0 0 0 18 0 1 0 208041831 1568768 177 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134806534 0 0 4096 0 0 0 0 17 1 0 0
/proc/29570/statm: 383 177 128 302 0 78 0

[startup+0.107498 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 29570
/proc/meminfo: memFree=991072/2055920 swapFree=4192812/4192956
[pid=29570] ppid=29568 vsize=1788 CPUtime=0.1
/proc/29570/stat : 29570 (Spear-32) R 29568 29570 28112 0 -1 4194304 286 0 0 0 10 0 0 0 18 0 1 0 208041831 1830912 270 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29570/statm: 447 270 140 302 0 142 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1788

[startup+0.515539 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 29570
/proc/meminfo: memFree=991072/2055920 swapFree=4192812/4192956
[pid=29570] ppid=29568 vsize=2564 CPUtime=0.5
/proc/29570/stat : 29570 (Spear-32) R 29568 29570 28112 0 -1 4194304 464 0 0 0 50 0 0 0 21 0 1 0 208041831 2625536 448 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29570/statm: 641 448 140 302 0 336 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2564

[startup+1.33662 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 29571
/proc/meminfo: memFree=989080/2055920 swapFree=4192812/4192956
[pid=29570] ppid=29568 vsize=3492 CPUtime=1.33
/proc/29570/stat : 29570 (Spear-32) R 29568 29570 28112 0 -1 4194304 696 0 0 0 132 1 0 0 25 0 1 0 208041831 3575808 680 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29570/statm: 873 680 140 302 0 568 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3492

[startup+2.97677 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 29571
/proc/meminfo: memFree=987992/2055920 swapFree=4192812/4192956
[pid=29570] ppid=29568 vsize=4788 CPUtime=2.96
/proc/29570/stat : 29570 (Spear-32) R 29568 29570 28112 0 -1 4194304 1006 0 0 0 294 2 0 0 25 0 1 0 208041831 4902912 990 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134538593 0 0 4096 0 0 0 0 17 1 0 0
/proc/29570/statm: 1197 990 140 302 0 892 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4788

[startup+6.25509 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 29571
/proc/meminfo: memFree=986008/2055920 swapFree=4192812/4192956
[pid=29570] ppid=29568 vsize=6592 CPUtime=6.24
/proc/29570/stat : 29570 (Spear-32) R 29568 29570 28112 0 -1 4194304 1470 0 0 0 620 4 0 0 25 0 1 0 208041831 6750208 1421 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29570/statm: 1648 1421 140 302 0 1343 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6592

[startup+12.7127 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 29571
/proc/meminfo: memFree=983192/2055920 swapFree=4192812/4192956
[pid=29570] ppid=29568 vsize=9056 CPUtime=12.7
/proc/29570/stat : 29570 (Spear-32) R 29568 29570 28112 0 -1 4194304 2098 0 0 0 1263 7 0 0 25 0 1 0 208041831 9273344 2049 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29570/statm: 2264 2049 140 302 0 1959 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 9056

[startup+25.5139 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 29571
/proc/meminfo: memFree=980120/2055920 swapFree=4192812/4192956
[pid=29570] ppid=29568 vsize=12300 CPUtime=25.49
/proc/29570/stat : 29570 (Spear-32) R 29568 29570 28112 0 -1 4194304 2936 0 0 0 2539 10 0 0 25 0 1 0 208041831 12595200 2822 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29570/statm: 3075 2822 140 302 0 2770 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 12300

[startup+51.1284 s]
/proc/loadavg: 1.06 0.99 0.99 2/78 29571
/proc/meminfo: memFree=975512/2055920 swapFree=4192812/4192956
[pid=29570] ppid=29568 vsize=17000 CPUtime=51.11
/proc/29570/stat : 29570 (Spear-32) R 29568 29570 28112 0 -1 4194304 4091 0 0 0 5095 16 0 0 25 0 1 0 208041831 17408000 3977 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29570/statm: 4250 3977 140 302 0 3945 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 17000

[startup+102.349 s]
/proc/loadavg: 1.03 0.99 0.99 2/78 29571
/proc/meminfo: memFree=968600/2055920 swapFree=4192812/4192956
[pid=29570] ppid=29568 vsize=24388 CPUtime=102.31
/proc/29570/stat : 29570 (Spear-32) R 29568 29570 28112 0 -1 4194304 5929 0 0 0 10206 25 0 0 25 0 1 0 208041831 24973312 5686 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29570/statm: 6097 5686 140 302 0 5792 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 24388

[startup+162.386 s]
/proc/loadavg: 1.01 0.99 0.99 2/78 29571
/proc/meminfo: memFree=962584/2055920 swapFree=4192812/4192956
[pid=29570] ppid=29568 vsize=30332 CPUtime=162.34
/proc/29570/stat : 29570 (Spear-32) R 29568 29570 28112 0 -1 4194304 7402 0 0 0 16200 34 0 0 25 0 1 0 208041831 31059968 7159 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29570/statm: 7583 7159 140 302 0 7278 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 30332

[startup+222.419 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 29571
/proc/meminfo: memFree=958232/2055920 swapFree=4192812/4192956
[pid=29570] ppid=29568 vsize=34704 CPUtime=222.35
/proc/29570/stat : 29570 (Spear-32) R 29568 29570 28112 0 -1 4194304 8490 0 0 0 22193 42 0 0 25 0 1 0 208041831 35536896 8247 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526965 0 0 4096 0 0 0 0 17 1 0 0
/proc/29570/statm: 8676 8247 140 302 0 8371 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 34704

[startup+282.453 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 29571
/proc/meminfo: memFree=954328/2055920 swapFree=4192812/4192956
[pid=29570] ppid=29568 vsize=39732 CPUtime=282.36
/proc/29570/stat : 29570 (Spear-32) R 29568 29570 28112 0 -1 4194304 9717 0 0 0 28188 48 0 0 25 0 1 0 208041831 40685568 9217 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526903 0 0 4096 0 0 0 0 17 1 0 0
/proc/29570/statm: 9933 9217 140 302 0 9628 0
Current children cumulated CPU time (s) 282.36
Current children cumulated vsize (KiB) 39732

[startup+342.487 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 29571
/proc/meminfo: memFree=950360/2055920 swapFree=4192812/4192956
[pid=29570] ppid=29568 vsize=44204 CPUtime=342.39
/proc/29570/stat : 29570 (Spear-32) R 29568 29570 28112 0 -1 4194304 10708 0 0 0 34185 54 0 0 25 0 1 0 208041831 45264896 10208 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29570/statm: 11051 10208 140 302 0 10746 0
Current children cumulated CPU time (s) 342.39
Current children cumulated vsize (KiB) 44204

[startup+402.525 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 29571
/proc/meminfo: memFree=946648/2055920 swapFree=4192812/4192956
[pid=29570] ppid=29568 vsize=47848 CPUtime=402.4
/proc/29570/stat : 29570 (Spear-32) R 29568 29570 28112 0 -1 4194304 11638 0 0 0 40180 60 0 0 25 0 1 0 208041831 48996352 11138 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/29570/statm: 11962 11138 140 302 0 11657 0
Current children cumulated CPU time (s) 402.4
Current children cumulated vsize (KiB) 47848

[startup+462.557 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 29571
/proc/meminfo: memFree=943064/2055920 swapFree=4192812/4192956
[pid=29570] ppid=29568 vsize=51340 CPUtime=462.42
/proc/29570/stat : 29570 (Spear-32) R 29568 29570 28112 0 -1 4194304 12521 0 0 0 46176 66 0 0 25 0 1 0 208041831 52572160 12021 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29570/statm: 12835 12021 140 302 0 12530 0
Current children cumulated CPU time (s) 462.42
Current children cumulated vsize (KiB) 51340

[startup+522.591 s]
/proc/loadavg: 1.04 1.00 1.00 2/78 29571
/proc/meminfo: memFree=939800/2055920 swapFree=4192812/4192956
[pid=29570] ppid=29568 vsize=54824 CPUtime=522.43
/proc/29570/stat : 29570 (Spear-32) R 29568 29570 28112 0 -1 4194304 13355 0 0 0 52171 72 0 0 25 0 1 0 208041831 56139776 12855 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/29570/statm: 13706 12855 140 302 0 13401 0
Current children cumulated CPU time (s) 522.43
Current children cumulated vsize (KiB) 54824

[startup+582.62 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 29571
/proc/meminfo: memFree=936600/2055920 swapFree=4192812/4192956
[pid=29570] ppid=29568 vsize=58052 CPUtime=582.45
/proc/29570/stat : 29570 (Spear-32) R 29568 29570 28112 0 -1 4194304 14137 0 0 0 58166 79 0 0 25 0 1 0 208041831 59445248 13637 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29570/statm: 14513 13637 140 302 0 14208 0
Current children cumulated CPU time (s) 582.45
Current children cumulated vsize (KiB) 58052

[startup+642.662 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29571
/proc/meminfo: memFree=933208/2055920 swapFree=4192812/4192956
[pid=29570] ppid=29568 vsize=61620 CPUtime=642.48
/proc/29570/stat : 29570 (Spear-32) R 29568 29570 28112 0 -1 4194304 14989 0 0 0 64163 85 0 0 25 0 1 0 208041831 63098880 14489 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29570/statm: 15405 14489 140 302 0 15100 0
Current children cumulated CPU time (s) 642.48
Current children cumulated vsize (KiB) 61620

[startup+702.699 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29573
/proc/meminfo: memFree=930392/2055920 swapFree=4192812/4192956
[pid=29570] ppid=29568 vsize=64444 CPUtime=702.5
/proc/29570/stat : 29570 (Spear-32) R 29568 29570 28112 0 -1 4194304 15691 0 0 0 70160 90 0 0 25 0 1 0 208041831 65990656 15191 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29570/statm: 16111 15191 140 302 0 15806 0
Current children cumulated CPU time (s) 702.5
Current children cumulated vsize (KiB) 64444

[startup+762.729 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29573
/proc/meminfo: memFree=927640/2055920 swapFree=4192812/4192956
[pid=29570] ppid=29568 vsize=67260 CPUtime=762.51
/proc/29570/stat : 29570 (Spear-32) R 29568 29570 28112 0 -1 4194304 16366 0 0 0 76156 95 0 0 25 0 1 0 208041831 68874240 15866 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/29570/statm: 16815 15866 140 302 0 16510 0
Current children cumulated CPU time (s) 762.51
Current children cumulated vsize (KiB) 67260

[startup+822.765 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29573
/proc/meminfo: memFree=925080/2055920 swapFree=4192812/4192956
[pid=29570] ppid=29568 vsize=69880 CPUtime=822.53
/proc/29570/stat : 29570 (Spear-32) R 29568 29570 28112 0 -1 4194304 16995 0 0 0 82154 99 0 0 25 0 1 0 208041831 71557120 16495 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/29570/statm: 17470 16495 140 302 0 17165 0
Current children cumulated CPU time (s) 822.53
Current children cumulated vsize (KiB) 69880

[startup+882.798 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29573
/proc/meminfo: memFree=922776/2055920 swapFree=4192812/4192956
[pid=29570] ppid=29568 vsize=72132 CPUtime=882.54
/proc/29570/stat : 29570 (Spear-32) R 29568 29570 28112 0 -1 4194304 17564 0 0 0 88151 103 0 0 25 0 1 0 208041831 73863168 17064 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/29570/statm: 18033 17064 140 302 0 17728 0
Current children cumulated CPU time (s) 882.54
Current children cumulated vsize (KiB) 72132

[startup+942.829 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29573
/proc/meminfo: memFree=920472/2055920 swapFree=4192812/4192956
[pid=29570] ppid=29568 vsize=76120 CPUtime=942.56
/proc/29570/stat : 29570 (Spear-32) R 29568 29570 28112 0 -1 4194304 18638 0 0 0 94148 108 0 0 25 0 1 0 208041831 77946880 17625 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29570/statm: 19030 17625 140 302 0 18725 0
Current children cumulated CPU time (s) 942.56
Current children cumulated vsize (KiB) 76120

[startup+1002.86 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29573
/proc/meminfo: memFree=917912/2055920 swapFree=4192812/4192956
[pid=29570] ppid=29568 vsize=79136 CPUtime=1002.58
/proc/29570/stat : 29570 (Spear-32) R 29568 29570 28112 0 -1 4194304 19279 0 0 0 100146 112 0 0 25 0 1 0 208041831 81035264 18266 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29570/statm: 19784 18266 140 302 0 19479 0
Current children cumulated CPU time (s) 1002.58
Current children cumulated vsize (KiB) 79136

[startup+1062.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29573
/proc/meminfo: memFree=915864/2055920 swapFree=4192812/4192956
[pid=29570] ppid=29568 vsize=81368 CPUtime=1062.6
/proc/29570/stat : 29570 (Spear-32) R 29568 29570 28112 0 -1 4194304 19789 0 0 0 106144 116 0 0 25 0 1 0 208041831 83320832 18776 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/29570/statm: 20342 18776 140 302 0 20037 0
Current children cumulated CPU time (s) 1062.6
Current children cumulated vsize (KiB) 81368

[startup+1122.93 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 29573
/proc/meminfo: memFree=913944/2055920 swapFree=4192812/4192956
[pid=29570] ppid=29568 vsize=83420 CPUtime=1122.62
/proc/29570/stat : 29570 (Spear-32) R 29568 29570 28112 0 -1 4194304 20274 0 0 0 112141 121 0 0 25 0 1 0 208041831 85422080 19261 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/29570/statm: 20855 19261 140 302 0 20550 0
Current children cumulated CPU time (s) 1122.62
Current children cumulated vsize (KiB) 83420

[startup+1182.97 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 29573
/proc/meminfo: memFree=912024/2055920 swapFree=4192812/4192956
[pid=29570] ppid=29568 vsize=85876 CPUtime=1182.64
/proc/29570/stat : 29570 (Spear-32) R 29568 29570 28112 0 -1 4194304 20747 0 0 0 118139 125 0 0 25 0 1 0 208041831 87937024 19734 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29570/statm: 21469 19734 140 302 0 21164 0
Current children cumulated CPU time (s) 1182.64
Current children cumulated vsize (KiB) 85876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.39 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 29573
/proc/meminfo: memFree=911448/2055920 swapFree=4192812/4192956
[pid=29570] ppid=29568 vsize=86388 CPUtime=1200.06
/proc/29570/stat : 29570 (Spear-32) R 29568 29570 28112 0 -1 4194304 20882 0 0 0 119880 126 0 0 25 0 1 0 208041831 88461312 19869 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526917 0 0 4096 0 0 0 0 17 1 0 0
/proc/29570/statm: 21597 19869 140 302 0 21292 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 86388

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.41
CPU time (s): 1200.08
CPU user time (s): 1198.8
CPU system time (s): 1.27781
CPU usage (%): 99.9726
Max. virtual memory (cumulated for all children) (KiB): 86388

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

runsolver used 1.27281 second user time and 2.99754 second system time

The end

Launcher Data (download as text)

Begin job on node4 on Mon Feb 19 10:27:50 UTC 2007

IDJOB= 300023
IDBENCH= 20024
IDSOLVER= 131
FILE ID= node4/300023-1171880870

PBS_JOBID= 3839429

Free space on /tmp= 66551 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/3SAT/v400/unif-k3-r4.26-v400-c1704-S1561551265-12.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/300023-1171880870/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/300023-1171880870/instance-300023-1171880870.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-300023-1171880870 -o ROOT/results/node4/solver-300023-1171880870 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/300023-1171880870/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/300023-1171880870/instance-300023-1171880870.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  c6a09cb4dcbc2624dfe4aaec1f040fa6

RANDOM SEED= 414930462

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node4.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.231
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.231
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:        991480 kB
Buffers:         59120 kB
Cached:         868196 kB
SwapCached:          0 kB
Active:         352604 kB
Inactive:       634496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        991480 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1648 kB
Writeback:           0 kB
Mapped:          78632 kB
Slab:            62900 kB
Committed_AS:   915764 kB
PageTables:       1768 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 node4 on Mon Feb 19 10:47:52 UTC 2007