Trace number 296170

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.12 1200.56

General information on the benchmark

Namerandom/OnTreshold/7SAT/v60/
unif-k7-r89-v60-c5340-S1279108477-06.UNSAT.shuffled.cnf
MD5SUM0fb73f67c7f5af95b3c6ed625e2e258c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark796.244
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 55340

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/296170-1171819202/instance-296170-1171819202.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/node9/watcher-296170-1171819202 -o ROOT/results/node9/solver-296170-1171819202 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/296170-1171819202/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/296170-1171819202/instance-296170-1171819202.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 1.01 1.00 3/77 17547
/proc/meminfo: memFree=1664320/2055920 swapFree=4192812/4192956
[pid=17547] ppid=17545 vsize=1396 CPUtime=0
/proc/17547/stat : 17547 (Spear-32) R 17545 17547 16826 0 -1 4194304 179 0 0 0 0 0 0 0 18 0 1 0 201874810 1429504 163 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/17547/statm: 349 165 128 302 0 44 0

[startup+0.107523 s]
/proc/loadavg: 0.99 1.01 1.00 3/77 17547
/proc/meminfo: memFree=1664320/2055920 swapFree=4192812/4192956
[pid=17547] ppid=17545 vsize=2052 CPUtime=0.1
/proc/17547/stat : 17547 (Spear-32) R 17545 17547 16826 0 -1 4194304 333 0 0 0 10 0 0 0 18 0 1 0 201874810 2101248 317 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17547/statm: 513 317 140 302 0 208 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2052

[startup+0.515602 s]
/proc/loadavg: 0.99 1.01 1.00 3/77 17547
/proc/meminfo: memFree=1664320/2055920 swapFree=4192812/4192956
[pid=17547] ppid=17545 vsize=2828 CPUtime=0.5
/proc/17547/stat : 17547 (Spear-32) R 17545 17547 16826 0 -1 4194304 529 0 0 0 50 0 0 0 22 0 1 0 201874810 2895872 513 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17547/statm: 707 513 140 302 0 402 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2828

[startup+1.33676 s]
/proc/loadavg: 0.99 1.01 1.00 2/78 17548
/proc/meminfo: memFree=1662072/2055920 swapFree=4192812/4192956
[pid=17547] ppid=17545 vsize=3776 CPUtime=1.32
/proc/17547/stat : 17547 (Spear-32) R 17545 17547 16826 0 -1 4194304 764 0 0 0 131 1 0 0 25 0 1 0 201874810 3866624 748 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17547/statm: 944 748 140 302 0 639 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3776

[startup+2.97708 s]
/proc/loadavg: 0.99 1.01 1.00 2/78 17548
/proc/meminfo: memFree=1660984/2055920 swapFree=4192812/4192956
[pid=17547] ppid=17545 vsize=4952 CPUtime=2.97
/proc/17547/stat : 17547 (Spear-32) R 17545 17547 16826 0 -1 4194304 1068 0 0 0 294 3 0 0 25 0 1 0 201874810 5070848 1052 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17547/statm: 1238 1052 140 302 0 933 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 4952

[startup+6.25371 s]
/proc/loadavg: 0.99 1.01 1.00 2/78 17548
/proc/meminfo: memFree=1659000/2055920 swapFree=4192812/4192956
[pid=17547] ppid=17545 vsize=6800 CPUtime=6.24
/proc/17547/stat : 17547 (Spear-32) R 17545 17547 16826 0 -1 4194304 1523 0 0 0 620 4 0 0 25 0 1 0 201874810 6963200 1474 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17547/statm: 1700 1474 140 302 0 1395 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6800

[startup+12.713 s]
/proc/loadavg: 0.99 1.01 1.00 2/78 17548
/proc/meminfo: memFree=1656512/2055920 swapFree=4192812/4192956
[pid=17547] ppid=17545 vsize=9032 CPUtime=12.7
/proc/17547/stat : 17547 (Spear-32) R 17545 17547 16826 0 -1 4194304 2092 0 0 0 1264 6 0 0 25 0 1 0 201874810 9248768 2043 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/17547/statm: 2258 2043 140 302 0 1953 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 9032

[startup+25.5154 s]
/proc/loadavg: 0.99 1.01 1.00 2/78 17548
/proc/meminfo: memFree=1653312/2055920 swapFree=4192812/4192956
[pid=17547] ppid=17545 vsize=12500 CPUtime=25.49
/proc/17547/stat : 17547 (Spear-32) R 17545 17547 16826 0 -1 4194304 2963 0 0 0 2538 11 0 0 25 0 1 0 201874810 12800000 2849 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526730 0 0 4096 0 0 0 0 17 1 0 0
/proc/17547/statm: 3125 2849 140 302 0 2820 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 12500

[startup+51.1304 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 17548
/proc/meminfo: memFree=1648704/2055920 swapFree=4192812/4192956
[pid=17547] ppid=17545 vsize=17064 CPUtime=51.1
/proc/17547/stat : 17547 (Spear-32) R 17545 17547 16826 0 -1 4194304 4100 0 0 0 5094 16 0 0 25 0 1 0 201874810 17473536 3986 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17547/statm: 4266 3986 140 302 0 3961 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 17064

[startup+102.356 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 17548
/proc/meminfo: memFree=1642240/2055920 swapFree=4192812/4192956
[pid=17547] ppid=17545 vsize=24276 CPUtime=102.31
/proc/17547/stat : 17547 (Spear-32) R 17545 17547 16826 0 -1 4194304 5856 0 0 0 10207 24 0 0 25 0 1 0 201874810 24858624 5613 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17547/statm: 6069 5613 140 302 0 5764 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 24276

[startup+162.396 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 17548
/proc/meminfo: memFree=1636480/2055920 swapFree=4192812/4192956
[pid=17547] ppid=17545 vsize=30140 CPUtime=162.32
/proc/17547/stat : 17547 (Spear-32) R 17545 17547 16826 0 -1 4194304 7263 0 0 0 16199 33 0 0 25 0 1 0 201874810 30863360 7020 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/17547/statm: 7535 7020 140 302 0 7230 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 30140

[startup+222.432 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 17548
/proc/meminfo: memFree=1632000/2055920 swapFree=4192812/4192956
[pid=17547] ppid=17545 vsize=34616 CPUtime=222.34
/proc/17547/stat : 17547 (Spear-32) R 17545 17547 16826 0 -1 4194304 8378 0 0 0 22193 41 0 0 25 0 1 0 201874810 35446784 8135 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17547/statm: 8654 8135 140 302 0 8349 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 34616

[startup+282.468 s]
/proc/loadavg: 1.07 1.02 1.00 2/78 17548
/proc/meminfo: memFree=1628224/2055920 swapFree=4192812/4192956
[pid=17547] ppid=17545 vsize=39384 CPUtime=282.36
/proc/17547/stat : 17547 (Spear-32) R 17545 17547 16826 0 -1 4194304 9566 0 0 0 28187 49 0 0 25 0 1 0 201874810 40329216 9066 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17547/statm: 9846 9066 140 302 0 9541 0
Current children cumulated CPU time (s) 282.36
Current children cumulated vsize (KiB) 39384

[startup+342.501 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 17548
/proc/meminfo: memFree=1624256/2055920 swapFree=4192812/4192956
[pid=17547] ppid=17545 vsize=43604 CPUtime=342.37
/proc/17547/stat : 17547 (Spear-32) R 17545 17547 16826 0 -1 4194304 10572 0 0 0 34182 55 0 0 25 0 1 0 201874810 44650496 10072 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/17547/statm: 10901 10072 140 302 0 10596 0
Current children cumulated CPU time (s) 342.37
Current children cumulated vsize (KiB) 43604

[startup+402.534 s]
/proc/loadavg: 1.06 1.02 1.00 2/78 17548
/proc/meminfo: memFree=1620608/2055920 swapFree=4192812/4192956
[pid=17547] ppid=17545 vsize=47120 CPUtime=402.38
/proc/17547/stat : 17547 (Spear-32) R 17545 17547 16826 0 -1 4194304 11461 0 0 0 40176 62 0 0 25 0 1 0 201874810 48250880 10961 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17547/statm: 11780 10961 140 302 0 11475 0
Current children cumulated CPU time (s) 402.38
Current children cumulated vsize (KiB) 47120

[startup+462.575 s]
/proc/loadavg: 1.02 1.02 1.00 2/78 17548
/proc/meminfo: memFree=1617856/2055920 swapFree=4192812/4192956
[pid=17547] ppid=17545 vsize=50172 CPUtime=462.39
/proc/17547/stat : 17547 (Spear-32) R 17545 17547 16826 0 -1 4194304 12191 0 0 0 46173 66 0 0 25 0 1 0 201874810 51376128 11691 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/17547/statm: 12543 11691 140 302 0 12238 0
Current children cumulated CPU time (s) 462.39
Current children cumulated vsize (KiB) 50172

[startup+522.613 s]
/proc/loadavg: 1.04 1.02 1.00 2/78 17548
/proc/meminfo: memFree=1614720/2055920 swapFree=4192812/4192956
[pid=17547] ppid=17545 vsize=53164 CPUtime=522.41
/proc/17547/stat : 17547 (Spear-32) R 17545 17547 16826 0 -1 4194304 12961 0 0 0 52170 71 0 0 25 0 1 0 201874810 54439936 12461 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17547/statm: 13291 12461 140 302 0 12986 0
Current children cumulated CPU time (s) 522.41
Current children cumulated vsize (KiB) 53164

[startup+582.652 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 17548
/proc/meminfo: memFree=1611968/2055920 swapFree=4192812/4192956
[pid=17547] ppid=17545 vsize=55984 CPUtime=582.43
/proc/17547/stat : 17547 (Spear-32) R 17545 17547 16826 0 -1 4194304 13637 0 0 0 58168 75 0 0 25 0 1 0 201874810 57327616 13137 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17547/statm: 13996 13137 140 302 0 13691 0
Current children cumulated CPU time (s) 582.43
Current children cumulated vsize (KiB) 55984

[startup+642.69 s]
/proc/loadavg: 1.07 1.03 1.00 2/78 17548
/proc/meminfo: memFree=1609408/2055920 swapFree=4192812/4192956
[pid=17547] ppid=17545 vsize=58648 CPUtime=642.44
/proc/17547/stat : 17547 (Spear-32) R 17545 17547 16826 0 -1 4194304 14277 0 0 0 64165 79 0 0 25 0 1 0 201874810 60055552 13777 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/17547/statm: 14662 13777 140 302 0 14357 0
Current children cumulated CPU time (s) 642.44
Current children cumulated vsize (KiB) 58648

[startup+702.722 s]
/proc/loadavg: 1.10 1.04 1.00 2/78 17548
/proc/meminfo: memFree=1605440/2055920 swapFree=4192812/4192956
[pid=17547] ppid=17545 vsize=63448 CPUtime=702.45
/proc/17547/stat : 17547 (Spear-32) R 17545 17547 16826 0 -1 4194304 15257 0 0 0 70161 84 0 0 25 0 1 0 201874810 64970752 14757 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17547/statm: 15862 14757 140 302 0 15557 0
Current children cumulated CPU time (s) 702.45
Current children cumulated vsize (KiB) 63448

[startup+762.755 s]
/proc/loadavg: 1.03 1.03 1.00 2/78 17548
/proc/meminfo: memFree=1603328/2055920 swapFree=4192812/4192956
[pid=17547] ppid=17545 vsize=65660 CPUtime=762.46
/proc/17547/stat : 17547 (Spear-32) R 17545 17547 16826 0 -1 4194304 15795 0 0 0 76158 88 0 0 25 0 1 0 201874810 67235840 15295 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17547/statm: 16415 15295 140 302 0 16110 0
Current children cumulated CPU time (s) 762.46
Current children cumulated vsize (KiB) 65660

[startup+822.801 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 17548
/proc/meminfo: memFree=1601216/2055920 swapFree=4192812/4192956
[pid=17547] ppid=17545 vsize=67852 CPUtime=822.49
/proc/17547/stat : 17547 (Spear-32) R 17545 17547 16826 0 -1 4194304 16311 0 0 0 82157 92 0 0 25 0 1 0 201874810 69480448 15811 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17547/statm: 16963 15811 140 302 0 16658 0
Current children cumulated CPU time (s) 822.49
Current children cumulated vsize (KiB) 67852

[startup+882.841 s]
/proc/loadavg: 1.04 1.03 1.00 2/78 17548
/proc/meminfo: memFree=1599360/2055920 swapFree=4192812/4192956
[pid=17547] ppid=17545 vsize=69648 CPUtime=882.5
/proc/17547/stat : 17547 (Spear-32) R 17545 17547 16826 0 -1 4194304 16783 0 0 0 88154 96 0 0 25 0 1 0 201874810 71319552 16283 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134539770 0 0 4096 0 0 0 0 17 1 0 0
/proc/17547/statm: 17412 16283 140 302 0 17107 0
Current children cumulated CPU time (s) 882.5
Current children cumulated vsize (KiB) 69648

[startup+942.876 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 17548
/proc/meminfo: memFree=1597312/2055920 swapFree=4192812/4192956
[pid=17547] ppid=17545 vsize=72136 CPUtime=942.52
/proc/17547/stat : 17547 (Spear-32) R 17545 17547 16826 0 -1 4194304 17294 0 0 0 94151 101 0 0 25 0 1 0 201874810 73867264 16794 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526708 0 0 4096 0 0 0 0 17 1 0 0
/proc/17547/statm: 18034 16794 140 302 0 17729 0
Current children cumulated CPU time (s) 942.52
Current children cumulated vsize (KiB) 72136

[startup+1002.91 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 17548
/proc/meminfo: memFree=1595520/2055920 swapFree=4192812/4192956
[pid=17547] ppid=17545 vsize=75876 CPUtime=1002.53
/proc/17547/stat : 17547 (Spear-32) R 17545 17547 16826 0 -1 4194304 18254 0 0 0 100148 105 0 0 25 0 1 0 201874810 77697024 17241 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17547/statm: 18969 17241 140 302 0 18664 0
Current children cumulated CPU time (s) 1002.53
Current children cumulated vsize (KiB) 75876

[startup+1062.95 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 17548
/proc/meminfo: memFree=1593472/2055920 swapFree=4192812/4192956
[pid=17547] ppid=17545 vsize=78200 CPUtime=1062.55
/proc/17547/stat : 17547 (Spear-32) R 17545 17547 16826 0 -1 4194304 18778 0 0 0 106146 109 0 0 25 0 1 0 201874810 80076800 17765 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526843 0 0 4096 0 0 0 0 17 1 0 0
/proc/17547/statm: 19550 17765 140 302 0 19245 0
Current children cumulated CPU time (s) 1062.55
Current children cumulated vsize (KiB) 78200

[startup+1122.99 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 17548
/proc/meminfo: memFree=1591488/2055920 swapFree=4192812/4192956
[pid=17547] ppid=17545 vsize=80268 CPUtime=1122.56
/proc/17547/stat : 17547 (Spear-32) R 17545 17547 16826 0 -1 4194304 19269 0 0 0 112144 112 0 0 25 0 1 0 201874810 82194432 18256 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17547/statm: 20067 18256 140 302 0 19762 0
Current children cumulated CPU time (s) 1122.56
Current children cumulated vsize (KiB) 80268

[startup+1183.02 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17548
/proc/meminfo: memFree=1589568/2055920 swapFree=4192812/4192956
[pid=17547] ppid=17545 vsize=82092 CPUtime=1182.57
/proc/17547/stat : 17547 (Spear-32) R 17545 17547 16826 0 -1 4194304 19735 0 0 0 118142 115 0 0 25 0 1 0 201874810 84062208 18722 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17547/statm: 20523 18722 140 302 0 20218 0
Current children cumulated CPU time (s) 1182.57
Current children cumulated vsize (KiB) 82092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.54 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17548
/proc/meminfo: memFree=1588992/2055920 swapFree=4192812/4192956
[pid=17547] ppid=17545 vsize=82604 CPUtime=1200.09
/proc/17547/stat : 17547 (Spear-32) R 17545 17547 16826 0 -1 4194304 19870 0 0 0 119893 116 0 0 25 0 1 0 201874810 84586496 18857 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526745 0 0 4096 0 0 0 0 17 1 0 0
/proc/17547/statm: 20651 18857 140 302 0 20346 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 82604

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.54 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17548
/proc/meminfo: memFree=1588992/2055920 swapFree=4192812/4192956
[pid=17547] ppid=17545 vsize=82604 CPUtime=1200.09
/proc/17547/stat : 17547 (Spear-32) R 17545 17547 16826 0 -1 4194304 19870 0 0 0 119893 116 0 0 25 0 1 0 201874810 84586496 18857 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526745 0 0 4096 0 0 0 0 17 1 0 0
/proc/17547/statm: 20651 18857 140 302 0 20346 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 82604

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.56
CPU time (s): 1200.12
CPU user time (s): 1198.94
CPU system time (s): 1.17982
CPU usage (%): 99.9629
Max. virtual memory (cumulated for all children) (KiB): 82604

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

runsolver used 1.24781 second user time and 3.02354 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Sun Feb 18 17:20:02 UTC 2007

IDJOB= 296170
IDBENCH= 19930
IDSOLVER= 132
FILE ID= node9/296170-1171819202

PBS_JOBID= 3839351

Free space on /tmp= 66545 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v60/unif-k7-r89-v60-c5340-S1279108477-06.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/296170-1171819202/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/296170-1171819202/instance-296170-1171819202.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-296170-1171819202 -o ROOT/results/node9/solver-296170-1171819202 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/296170-1171819202/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/296170-1171819202/instance-296170-1171819202.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  0fb73f67c7f5af95b3c6ed625e2e258c

RANDOM SEED= 993354690

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.263
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.263
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:       1664792 kB
Buffers:         48384 kB
Cached:         219400 kB
SwapCached:          0 kB
Active:         257508 kB
Inactive:        64668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1664792 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1780 kB
Writeback:           0 kB
Mapped:          73260 kB
Slab:            54596 kB
Committed_AS:  1035572 kB
PageTables:       1688 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= 66545 MiB

End job on node9 on Sun Feb 18 17:40:05 UTC 2007