Trace number 299203

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

General information on the benchmark

Namerandom/OnTreshold/3SAT/v600/
unif-k3-r4.261-v600-c2556-S1496918883-18.SAT.shuffled.cnf
MD5SUMd80e4c0ebc99a45911a06aa336c2bf12
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.018996
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
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/299203-1171867846/instance-299203-1171867846.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/node3/watcher-299203-1171867846 -o ROOT/results/node3/solver-299203-1171867846 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/299203-1171867846/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/299203-1171867846/instance-299203-1171867846.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.04 1.00 1.00 3/77 31669
/proc/meminfo: memFree=779424/2055920 swapFree=4192812/4192956
[pid=31669] ppid=31667 vsize=1548 CPUtime=0
/proc/31669/stat : 31669 (Spear-32) R 31667 31669 31474 0 -1 4194304 198 0 0 0 0 0 0 0 18 0 1 0 206739456 1585152 182 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/31669/statm: 387 182 128 302 0 82 0

[startup+0.107859 s]
/proc/loadavg: 1.04 1.00 1.00 3/77 31669
/proc/meminfo: memFree=779424/2055920 swapFree=4192812/4192956
[pid=31669] ppid=31667 vsize=1932 CPUtime=0.1
/proc/31669/stat : 31669 (Spear-32) R 31667 31669 31474 0 -1 4194304 303 0 0 0 10 0 0 0 18 0 1 0 206739456 1978368 287 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31669/statm: 483 287 140 302 0 178 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1932

[startup+0.516854 s]
/proc/loadavg: 1.04 1.00 1.00 3/77 31669
/proc/meminfo: memFree=779424/2055920 swapFree=4192812/4192956
[pid=31669] ppid=31667 vsize=2708 CPUtime=0.51
/proc/31669/stat : 31669 (Spear-32) R 31667 31669 31474 0 -1 4194304 513 0 0 0 50 1 0 0 21 0 1 0 206739456 2772992 497 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31669/statm: 677 497 140 302 0 372 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2708

[startup+1.34293 s]
/proc/loadavg: 1.04 1.00 1.00 2/78 31670
/proc/meminfo: memFree=777048/2055920 swapFree=4192812/4192956
[pid=31669] ppid=31667 vsize=3900 CPUtime=1.33
/proc/31669/stat : 31669 (Spear-32) R 31667 31669 31474 0 -1 4194304 798 0 0 0 132 1 0 0 25 0 1 0 206739456 3993600 782 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526778 0 0 4096 0 0 0 0 17 1 0 0
/proc/31669/statm: 975 782 140 302 0 670 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3900

[startup+2.97906 s]
/proc/loadavg: 1.04 1.00 1.00 2/78 31670
/proc/meminfo: memFree=775768/2055920 swapFree=4192812/4192956
[pid=31669] ppid=31667 vsize=5324 CPUtime=2.97
/proc/31669/stat : 31669 (Spear-32) R 31667 31669 31474 0 -1 4194304 1166 0 0 0 294 3 0 0 25 0 1 0 206739456 5451776 1150 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31669/statm: 1331 1150 140 302 0 1026 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 5324

[startup+6.25533 s]
/proc/loadavg: 1.03 1.00 1.00 2/78 31670
/proc/meminfo: memFree=773208/2055920 swapFree=4192812/4192956
[pid=31669] ppid=31667 vsize=7760 CPUtime=6.24
/proc/31669/stat : 31669 (Spear-32) R 31667 31669 31474 0 -1 4194304 1769 0 0 0 620 4 0 0 25 0 1 0 206739456 7946240 1720 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31669/statm: 1940 1720 140 302 0 1635 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7760

[startup+12.7129 s]
/proc/loadavg: 1.03 1.00 1.00 2/78 31670
/proc/meminfo: memFree=769688/2055920 swapFree=4192812/4192956
[pid=31669] ppid=31667 vsize=10860 CPUtime=12.7
/proc/31669/stat : 31669 (Spear-32) R 31667 31669 31474 0 -1 4194304 2571 0 0 0 1263 7 0 0 25 0 1 0 206739456 11120640 2522 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31669/statm: 2715 2522 140 302 0 2410 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 10860

[startup+25.6139 s]
/proc/loadavg: 1.02 1.00 1.00 2/78 31670
/proc/meminfo: memFree=765336/2055920 swapFree=4192812/4192956
[pid=31669] ppid=31667 vsize=15544 CPUtime=25.59
/proc/31669/stat : 31669 (Spear-32) R 31667 31669 31474 0 -1 4194304 3755 0 0 0 2547 12 0 0 25 0 1 0 206739456 15917056 3641 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31669/statm: 3886 3641 140 302 0 3581 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 15544

[startup+51.2271 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 31670
/proc/meminfo: memFree=759128/2055920 swapFree=4192812/4192956
[pid=31669] ppid=31667 vsize=21556 CPUtime=51.2
/proc/31669/stat : 31669 (Spear-32) R 31667 31669 31474 0 -1 4194304 5266 0 0 0 5100 20 0 0 25 0 1 0 206739456 22073344 5152 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31669/statm: 5389 5152 140 302 0 5084 0
Current children cumulated CPU time (s) 51.2
Current children cumulated vsize (KiB) 21556

[startup+102.448 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31670
/proc/meminfo: memFree=750040/2055920 swapFree=4192812/4192956
[pid=31669] ppid=31667 vsize=31116 CPUtime=102.41
/proc/31669/stat : 31669 (Spear-32) R 31667 31669 31474 0 -1 4194304 7653 0 0 0 10212 29 0 0 25 0 1 0 206739456 31862784 7410 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31669/statm: 7779 7410 140 302 0 7474 0
Current children cumulated CPU time (s) 102.41
Current children cumulated vsize (KiB) 31116

[startup+162.484 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31670
/proc/meminfo: memFree=741784/2055920 swapFree=4192812/4192956
[pid=31669] ppid=31667 vsize=39172 CPUtime=162.43
/proc/31669/stat : 31669 (Spear-32) R 31667 31669 31474 0 -1 4194304 9679 0 0 0 16203 40 0 0 25 0 1 0 206739456 40112128 9436 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526708 0 0 4096 0 0 0 0 17 1 0 0
/proc/31669/statm: 9793 9436 140 302 0 9488 0
Current children cumulated CPU time (s) 162.43
Current children cumulated vsize (KiB) 39172

[startup+222.518 s]
/proc/loadavg: 1.07 1.02 1.00 2/78 31670
/proc/meminfo: memFree=735064/2055920 swapFree=4192812/4192956
[pid=31669] ppid=31667 vsize=46980 CPUtime=222.46
/proc/31669/stat : 31669 (Spear-32) R 31667 31669 31474 0 -1 4194304 11602 0 0 0 22197 49 0 0 25 0 1 0 206739456 48107520 11102 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31669/statm: 11745 11102 140 302 0 11440 0
Current children cumulated CPU time (s) 222.46
Current children cumulated vsize (KiB) 46980

[startup+282.55 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 31670
/proc/meminfo: memFree=729112/2055920 swapFree=4192812/4192956
[pid=31669] ppid=31667 vsize=53008 CPUtime=282.47
/proc/31669/stat : 31669 (Spear-32) R 31667 31669 31474 0 -1 4194304 13090 0 0 0 28191 56 0 0 25 0 1 0 206739456 54280192 12590 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/31669/statm: 13252 12590 140 302 0 12947 0
Current children cumulated CPU time (s) 282.47
Current children cumulated vsize (KiB) 53008

[startup+342.585 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 31670
/proc/meminfo: memFree=723544/2055920 swapFree=4192812/4192956
[pid=31669] ppid=31667 vsize=58500 CPUtime=342.5
/proc/31669/stat : 31669 (Spear-32) R 31667 31669 31474 0 -1 4194304 14458 0 0 0 34186 64 0 0 25 0 1 0 206739456 59904000 13958 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31669/statm: 14625 13958 140 302 0 14320 0
Current children cumulated CPU time (s) 342.5
Current children cumulated vsize (KiB) 58500

[startup+402.619 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31670
/proc/meminfo: memFree=718616/2055920 swapFree=4192812/4192956
[pid=31669] ppid=31667 vsize=63692 CPUtime=402.51
/proc/31669/stat : 31669 (Spear-32) R 31667 31669 31474 0 -1 4194304 15707 0 0 0 40180 71 0 0 25 0 1 0 206739456 65220608 15207 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/31669/statm: 15923 15207 140 302 0 15618 0
Current children cumulated CPU time (s) 402.51
Current children cumulated vsize (KiB) 63692

[startup+462.651 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31670
/proc/meminfo: memFree=714008/2055920 swapFree=4192812/4192956
[pid=31669] ppid=31667 vsize=68484 CPUtime=462.53
/proc/31669/stat : 31669 (Spear-32) R 31667 31669 31474 0 -1 4194304 16854 0 0 0 46175 78 0 0 25 0 1 0 206739456 70127616 16354 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31669/statm: 17121 16354 140 302 0 16816 0
Current children cumulated CPU time (s) 462.53
Current children cumulated vsize (KiB) 68484

[startup+522.683 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31670
/proc/meminfo: memFree=709784/2055920 swapFree=4192812/4192956
[pid=31669] ppid=31667 vsize=72728 CPUtime=522.55
/proc/31669/stat : 31669 (Spear-32) R 31667 31669 31474 0 -1 4194304 17916 0 0 0 52171 84 0 0 25 0 1 0 206739456 74473472 17416 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31669/statm: 18182 17416 140 302 0 17877 0
Current children cumulated CPU time (s) 522.55
Current children cumulated vsize (KiB) 72728

[startup+582.72 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31670
/proc/meminfo: memFree=705304/2055920 swapFree=4192812/4192956
[pid=31669] ppid=31667 vsize=77200 CPUtime=582.58
/proc/31669/stat : 31669 (Spear-32) R 31667 31669 31474 0 -1 4194304 19025 0 0 0 58168 90 0 0 25 0 1 0 206739456 79052800 18525 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/31669/statm: 19300 18525 140 302 0 18995 0
Current children cumulated CPU time (s) 582.58
Current children cumulated vsize (KiB) 77200

[startup+642.764 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 31774
/proc/meminfo: memFree=700264/2055920 swapFree=4192812/4192956
[pid=31669] ppid=31667 vsize=81144 CPUtime=642.55
/proc/31669/stat : 31669 (Spear-32) R 31667 31669 31474 0 -1 4194304 19998 0 0 0 64159 96 0 0 25 0 1 0 206739456 83091456 19498 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526876 0 0 4096 0 0 0 0 17 1 0 0
/proc/31669/statm: 20286 19498 140 302 0 19981 0
Current children cumulated CPU time (s) 642.55
Current children cumulated vsize (KiB) 81144

[startup+702.829 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 31844
/proc/meminfo: memFree=697256/2055920 swapFree=4192812/4192956
[pid=31669] ppid=31667 vsize=84532 CPUtime=702.56
/proc/31669/stat : 31669 (Spear-32) R 31667 31669 31474 0 -1 4194304 20756 0 0 0 70155 101 0 0 25 0 1 0 206739456 86560768 20256 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526939 0 0 4096 0 0 0 0 17 1 0 0
/proc/31669/statm: 21133 20256 140 302 0 20828 0
Current children cumulated CPU time (s) 702.56
Current children cumulated vsize (KiB) 84532

[startup+762.867 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31868
/proc/meminfo: memFree=695448/2055920 swapFree=4192812/4192956
[pid=31669] ppid=31667 vsize=87508 CPUtime=762.57
/proc/31669/stat : 31669 (Spear-32) R 31667 31669 31474 0 -1 4194304 21476 0 0 0 76151 106 0 0 25 0 1 0 206739456 89608192 20976 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/31669/statm: 21877 20976 140 302 0 21572 0
Current children cumulated CPU time (s) 762.57
Current children cumulated vsize (KiB) 87508

[startup+822.901 s]
/proc/loadavg: 1.03 1.01 1.00 2/78 31868
/proc/meminfo: memFree=692504/2055920 swapFree=4192812/4192956
[pid=31669] ppid=31667 vsize=90512 CPUtime=822.59
/proc/31669/stat : 31669 (Spear-32) R 31667 31669 31474 0 -1 4194304 22200 0 0 0 82149 110 0 0 25 0 1 0 206739456 92684288 21700 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/31669/statm: 22628 21700 140 302 0 22323 0
Current children cumulated CPU time (s) 822.59
Current children cumulated vsize (KiB) 90512

[startup+882.934 s]
/proc/loadavg: 1.01 1.01 1.00 3/78 31868
/proc/meminfo: memFree=689944/2055920 swapFree=4192812/4192956
[pid=31669] ppid=31667 vsize=95140 CPUtime=882.61
/proc/31669/stat : 31669 (Spear-32) R 31667 31669 31474 0 -1 4194304 23366 0 0 0 88145 116 0 0 25 0 1 0 206739456 97423360 22353 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/31669/statm: 23785 22353 140 302 0 23480 0
Current children cumulated CPU time (s) 882.61
Current children cumulated vsize (KiB) 95140

[startup+942.965 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31868
/proc/meminfo: memFree=687320/2055920 swapFree=4192812/4192956
[pid=31669] ppid=31667 vsize=97712 CPUtime=942.63
/proc/31669/stat : 31669 (Spear-32) R 31667 31669 31474 0 -1 4194304 24031 0 0 0 94143 120 0 0 25 0 1 0 206739456 100057088 23018 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/31669/statm: 24428 23018 140 302 0 24123 0
Current children cumulated CPU time (s) 942.63
Current children cumulated vsize (KiB) 97712

[startup+1003 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31868
/proc/meminfo: memFree=684696/2055920 swapFree=4192812/4192956
[pid=31669] ppid=31667 vsize=100524 CPUtime=1002.65
/proc/31669/stat : 31669 (Spear-32) R 31667 31669 31474 0 -1 4194304 24683 0 0 0 100140 125 0 0 25 0 1 0 206739456 102936576 23670 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/31669/statm: 25131 23670 140 302 0 24826 0
Current children cumulated CPU time (s) 1002.65
Current children cumulated vsize (KiB) 100524

[startup+1063.03 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31868
/proc/meminfo: memFree=682072/2055920 swapFree=4192812/4192956
[pid=31669] ppid=31667 vsize=103100 CPUtime=1062.67
/proc/31669/stat : 31669 (Spear-32) R 31667 31669 31474 0 -1 4194304 25355 0 0 0 106137 130 0 0 25 0 1 0 206739456 105574400 24342 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/31669/statm: 25775 24342 140 302 0 25470 0
Current children cumulated CPU time (s) 1062.67
Current children cumulated vsize (KiB) 103100

[startup+1123.07 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31868
/proc/meminfo: memFree=679704/2055920 swapFree=4192812/4192956
[pid=31669] ppid=31667 vsize=105364 CPUtime=1122.69
/proc/31669/stat : 31669 (Spear-32) R 31667 31669 31474 0 -1 4194304 25949 0 0 0 112134 135 0 0 25 0 1 0 206739456 107892736 24936 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/31669/statm: 26341 24936 140 302 0 26036 0
Current children cumulated CPU time (s) 1122.69
Current children cumulated vsize (KiB) 105364

[startup+1183.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31868
/proc/meminfo: memFree=677592/2055920 swapFree=4192812/4192956
[pid=31669] ppid=31667 vsize=107436 CPUtime=1182.71
/proc/31669/stat : 31669 (Spear-32) R 31667 31669 31474 0 -1 4194304 26479 0 0 0 118132 139 0 0 25 0 1 0 206739456 110014464 25466 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/31669/statm: 26859 25466 140 302 0 26554 0
Current children cumulated CPU time (s) 1182.71
Current children cumulated vsize (KiB) 107436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 31868
/proc/meminfo: memFree=676824/2055920 swapFree=4192812/4192956
[pid=31669] ppid=31667 vsize=108080 CPUtime=1200.01
/proc/31669/stat : 31669 (Spear-32) R 31667 31669 31474 0 -1 4194304 26655 0 0 0 119862 139 0 0 25 0 1 0 206739456 110673920 25642 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/31669/statm: 27020 25642 140 302 0 26715 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 108080

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.44
CPU time (s): 1200.05
CPU user time (s): 1198.63
CPU system time (s): 1.41478
CPU usage (%): 99.9675
Max. virtual memory (cumulated for all children) (KiB): 108080

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

runsolver used 1.2848 second user time and 2.98355 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Mon Feb 19 06:50:46 UTC 2007

IDJOB= 299203
IDBENCH= 20004
IDSOLVER= 131
FILE ID= node3/299203-1171867846

PBS_JOBID= 3839416

Free space on /tmp= 66551 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/3SAT/v600/unif-k3-r4.261-v600-c2556-S1496918883-18.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/299203-1171867846/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/299203-1171867846/instance-299203-1171867846.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-299203-1171867846 -o ROOT/results/node3/solver-299203-1171867846 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/299203-1171867846/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/299203-1171867846/instance-299203-1171867846.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  d80e4c0ebc99a45911a06aa336c2bf12

RANDOM SEED= 882168333

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node3.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.241
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.241
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:        779896 kB
Buffers:         60232 kB
Cached:        1082712 kB
SwapCached:          0 kB
Active:         541268 kB
Inactive:       656216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        779896 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1600 kB
Writeback:           0 kB
Mapped:          73404 kB
Slab:            64192 kB
Committed_AS:   990956 kB
PageTables:       1656 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 node3 on Mon Feb 19 07:10:48 UTC 2007