Trace number 3376727

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
QuteRSat 2011-05-12 (fixed)? (TO) 1300.06 1300.03

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_20_60_10-dir.shuffled-as.sat03-144.cnf
MD5SUMfab1e4926bfa9e7a1fae58c3b22b51e8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark947.499
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses46074
Sum of the clauses size92708
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 246054
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 600 #clause: 46074
0.00/0.01	c Find Units :          0
0.00/0.01	c Find Invs  :          0
0.00/0.01	c Find Ands  :        600 AvgFaninNum: 29
0.00/0.01	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.01	c Find Ite   :          0
0.00/0.01	c UnDirect variable: 0
0.00/0.01	c UnDirect to Direct Gate: 0
0.00/0.01	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.01	c Break Cycle : 580
0.00/0.01	c Total Root : 0 Undef Var: 580
0.00/0.01	c After covering, Total Root: 20 Leaf: 580
0.00/0.01	c Variable( cover/uncovered/unused ): 600 0 0
0.00/0.01	c Unit Clauses: 0
0.00/0.01	c Binary Clauses( cover/uncovered ): 580 45474
0.00/0.01	c Clauses( cover/uncovered ): 20 0
0.00/0.01	c Total Clauses( cover/uncovered ): 600 45474 1.30225%
0.00/0.01	c Covered Ands: 20 Invs: 0 Xors: 0 Ites: 0
0.00/0.03	c Uncover Clauses avg size: 2 max size: 2
0.00/0.03	c Final circuit: i/l/o/s     580       0   45474     46034
0.00/0.03	c CnfToAig: Time: 0.03 s
0.00/0.07	c TmMap: Set choices finish.
0.00/0.09	c TmMap: Set big and: 45494
0.00/0.09	c TmMap: Origin: 46615 ClauseNum: 138102 --> New: 46075 ClauseNum: 137022
0.00/0.09	c TmMap: Time: 0.02
0.00/0.09	c Try to Add: #clause: 90988 #xorclause: 0
0.09/0.10	c #var: 600 #clauses: 21 Solving... 
1300.03/1300.01	c Time Out !!
1300.03/1300.01	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3376727-1305475294/watcher-3376727-1305475294 -o /tmp/evaluation-result-3376727-1305475294/solver-3376727-1305475294 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376727-1305475294.cnf 940366760 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.70 3.98 3.78 4/402 10192
/proc/meminfo: memFree=20803016/32951124 swapFree=67111348/67111528
[pid=10192] ppid=10190 vsize=35436 CPUtime=0.01 cores=4,6
/proc/10192/stat : 10192 (qutersat_releas) R 10190 10192 9135 0 -1 4202496 2505 0 0 0 1 0 0 0 21 0 1 0 639945502 36286464 2441 33554432000 4194304 6014671 140737191170192 18446744073709551615 4280426 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10192/statm: 8859 2441 381 445 0 2404 0

[startup+0.102721 s]
/proc/loadavg: 3.70 3.98 3.78 4/402 10192
/proc/meminfo: memFree=20803016/32951124 swapFree=67111348/67111528
[pid=10192] ppid=10190 vsize=61992 CPUtime=0.09 cores=4,6
/proc/10192/stat : 10192 (qutersat_releas) R 10190 10192 9135 0 -1 4202496 7435 0 0 0 9 0 0 0 21 0 1 0 639945502 63479808 7371 33554432000 4194304 6014671 140737191170192 18446744073709551615 4241264 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10192/statm: 15498 7371 691 445 0 9043 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61992

[startup+0.200739 s]
/proc/loadavg: 3.70 3.98 3.78 4/402 10192
/proc/meminfo: memFree=20803016/32951124 swapFree=67111348/67111528
[pid=10192] ppid=10190 vsize=61992 CPUtime=0.19 cores=4,6
/proc/10192/stat : 10192 (qutersat_releas) R 10190 10192 9135 0 -1 4202496 7630 0 0 0 19 0 0 0 22 0 1 0 639945502 63479808 7566 33554432000 4194304 6014671 140737191170192 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10192/statm: 15498 7566 720 445 0 9043 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 61992

[startup+0.300708 s]
/proc/loadavg: 3.70 3.98 3.78 4/402 10192
/proc/meminfo: memFree=20803016/32951124 swapFree=67111348/67111528
[pid=10192] ppid=10190 vsize=61992 CPUtime=0.29 cores=4,6
/proc/10192/stat : 10192 (qutersat_releas) R 10190 10192 9135 0 -1 4202496 7732 0 0 0 29 0 0 0 22 0 1 0 639945502 63479808 7668 33554432000 4194304 6014671 140737191170192 18446744073709551615 4380045 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10192/statm: 15498 7668 720 445 0 9043 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 61992

[startup+0.700648 s]
/proc/loadavg: 3.70 3.98 3.78 4/402 10192
/proc/meminfo: memFree=20803016/32951124 swapFree=67111348/67111528
[pid=10192] ppid=10190 vsize=71412 CPUtime=0.69 cores=4,6
/proc/10192/stat : 10192 (qutersat_releas) R 10190 10192 9135 0 -1 4202496 8446 0 0 0 69 0 0 0 24 0 1 0 639945502 73125888 8382 33554432000 4194304 6014671 140737191170192 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10192/statm: 17853 8382 721 445 0 11398 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 71412

[startup+1.50051 s]
/proc/loadavg: 3.70 3.98 3.78 5/403 10193
/proc/meminfo: memFree=20697052/32951124 swapFree=67111348/67111528
[pid=10192] ppid=10190 vsize=81080 CPUtime=1.49 cores=4,6
/proc/10192/stat : 10192 (qutersat_releas) R 10190 10192 9135 0 -1 4202496 9323 0 0 0 149 0 0 0 25 0 1 0 639945502 83025920 9259 33554432000 4194304 6014671 140737191170192 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10192/statm: 20270 9259 721 445 0 13815 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 81080

[startup+3.10022 s]
/proc/loadavg: 3.73 3.98 3.78 5/403 10193
/proc/meminfo: memFree=20623520/32951124 swapFree=67111348/67111528
[pid=10192] ppid=10190 vsize=90880 CPUtime=3.09 cores=4,6
/proc/10192/stat : 10192 (qutersat_releas) R 10190 10192 9135 0 -1 4202496 10351 0 0 0 309 0 0 0 25 0 1 0 639945502 93061120 10287 33554432000 4194304 6014671 140737191170192 18446744073709551615 4537176 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10192/statm: 22720 10287 725 445 0 16265 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 90880

[startup+6.30066 s]
/proc/loadavg: 3.73 3.98 3.78 5/403 10193
/proc/meminfo: memFree=20588680/32951124 swapFree=67111348/67111528
[pid=10192] ppid=10190 vsize=90880 CPUtime=6.29 cores=4,6
/proc/10192/stat : 10192 (qutersat_releas) R 10190 10192 9135 0 -1 4202496 11362 0 0 0 629 0 0 0 25 0 1 0 639945502 93061120 11298 33554432000 4194304 6014671 140737191170192 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10192/statm: 22720 11298 725 445 0 16265 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 90880

[startup+12.7005 s]
/proc/loadavg: 3.77 3.98 3.79 5/403 10193
/proc/meminfo: memFree=20519848/32951124 swapFree=67111348/67111528
[pid=10192] ppid=10190 vsize=101024 CPUtime=12.69 cores=4,6
/proc/10192/stat : 10192 (qutersat_releas) R 10190 10192 9135 0 -1 4202496 13428 0 0 0 1269 0 0 0 25 0 1 0 639945502 103448576 13364 33554432000 4194304 6014671 140737191170192 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10192/statm: 25256 13364 725 445 0 18801 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 101024

[startup+25.5003 s]
/proc/loadavg: 3.96 4.01 3.80 5/403 10193
/proc/meminfo: memFree=20438284/32951124 swapFree=67111348/67111528
[pid=10192] ppid=10190 vsize=133384 CPUtime=25.5 cores=4,6
/proc/10192/stat : 10192 (qutersat_releas) R 10190 10192 9135 0 -1 4202496 17813 0 0 0 2549 1 0 0 25 0 1 0 639945502 136585216 17749 33554432000 4194304 6014671 140737191170192 18446744073709551615 4378634 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10192/statm: 33346 17749 725 445 0 26891 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 133384

[startup+51.1008 s]
/proc/loadavg: 3.98 4.01 3.80 5/403 10194
/proc/meminfo: memFree=20378208/32951124 swapFree=67111348/67111528
[pid=10192] ppid=10190 vsize=144780 CPUtime=51.09 cores=4,6
/proc/10192/stat : 10192 (qutersat_releas) R 10190 10192 9135 0 -1 4202496 22901 0 0 0 5108 1 0 0 25 0 1 0 639945502 148254720 22837 33554432000 4194304 6014671 140737191170192 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10192/statm: 36195 22837 725 445 0 29740 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 144780

[startup+102.301 s]
/proc/loadavg: 4.04 4.02 3.82 5/403 10195
/proc/meminfo: memFree=20293004/32951124 swapFree=67111348/67111528
[pid=10192] ppid=10190 vsize=158324 CPUtime=102.31 cores=4,6
/proc/10192/stat : 10192 (qutersat_releas) R 10190 10192 9135 0 -1 4202496 30355 0 0 0 10228 3 0 0 25 0 1 0 639945502 162123776 30291 33554432000 4194304 6014671 140737191170192 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10192/statm: 39581 30291 725 445 0 33126 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 158324

[startup+162.3 s]
/proc/loadavg: 4.01 4.01 3.82 5/403 10197
/proc/meminfo: memFree=20194160/32951124 swapFree=67111348/67111528
[pid=10192] ppid=10190 vsize=243920 CPUtime=162.3 cores=4,6
/proc/10192/stat : 10192 (qutersat_releas) R 10190 10192 9135 0 -1 4202496 38492 0 0 0 16226 4 0 0 25 0 1 0 639945502 249774080 38408 33554432000 4194304 6014671 140737191170192 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10192/statm: 60980 38408 731 445 0 54525 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 243920

[startup+222.315 s]
/proc/loadavg: 4.00 4.01 3.83 5/403 10198
/proc/meminfo: memFree=20114904/32951124 swapFree=67111348/67111528
[pid=10192] ppid=10190 vsize=302404 CPUtime=222.31 cores=4,6
/proc/10192/stat : 10192 (qutersat_releas) R 10190 10192 9135 0 -1 4202496 41289 0 0 0 22227 4 0 0 25 0 1 0 639945502 309661696 41171 33554432000 4194304 6014671 140737191170192 18446744073709551615 4376477 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10192/statm: 75601 41171 725 445 0 69146 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 302404

[startup+282.301 s]
/proc/loadavg: 4.05 4.02 3.84 5/403 10200
/proc/meminfo: memFree=20016688/32951124 swapFree=67111348/67111528
[pid=10192] ppid=10190 vsize=302404 CPUtime=282.3 cores=4,6
/proc/10192/stat : 10192 (qutersat_releas) R 10190 10192 9135 0 -1 4202496 50630 0 0 0 28224 6 0 0 25 0 1 0 639945502 309661696 50449 33554432000 4194304 6014671 140737191170192 18446744073709551615 4376477 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10192/statm: 75601 50449 725 445 0 69146 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 302404

[startup+342.301 s]
/proc/loadavg: 4.02 4.01 3.85 5/403 10202
/proc/meminfo: memFree=19890440/32951124 swapFree=67111348/67111528
[pid=10192] ppid=10190 vsize=368104 CPUtime=342.29 cores=4,6
/proc/10192/stat : 10192 (qutersat_releas) R 10190 10192 9135 0 -1 4202496 63277 0 0 0 34222 7 0 0 25 0 1 0 639945502 376938496 63009 33554432000 4194304 6014671 140737191170192 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10192/statm: 92026 63009 725 445 0 85571 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 368104

[startup+402.301 s]
/proc/loadavg: 4.07 4.02 3.86 5/403 10203
/proc/meminfo: memFree=19831900/32951124 swapFree=67111348/67111528
[pid=10192] ppid=10190 vsize=368104 CPUtime=402.3 cores=4,6
/proc/10192/stat : 10192 (qutersat_releas) R 10190 10192 9135 0 -1 4202496 63590 0 0 0 40223 7 0 0 25 0 1 0 639945502 376938496 63286 33554432000 4194304 6014671 140737191170192 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10192/statm: 92026 63286 725 445 0 85571 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 368104

[startup+462.301 s]
/proc/loadavg: 4.10 4.03 3.87 5/403 10205
/proc/meminfo: memFree=19809568/32951124 swapFree=67111348/67111528
[pid=10192] ppid=10190 vsize=368104 CPUtime=462.3 cores=4,6
/proc/10192/stat : 10192 (qutersat_releas) R 10190 10192 9135 0 -1 4202496 65599 0 0 0 46223 7 0 0 25 0 1 0 639945502 376938496 65220 33554432000 4194304 6014671 140737191170192 18446744073709551615 4422817 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10192/statm: 92026 65220 725 445 0 85571 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 368104

[startup+522.301 s]
/proc/loadavg: 4.04 4.03 3.88 5/403 10206
/proc/meminfo: memFree=19771616/32951124 swapFree=67111348/67111528
[pid=10192] ppid=10190 vsize=368104 CPUtime=522.31 cores=4,6
/proc/10192/stat : 10192 (qutersat_releas) R 10190 10192 9135 0 -1 4202496 65738 0 0 0 52223 8 0 0 25 0 1 0 639945502 376938496 65317 33554432000 4194304 6014671 140737191170192 18446744073709551615 4423942 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10192/statm: 92026 65317 725 445 0 85571 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 368104

[startup+582.3 s]
/proc/loadavg: 4.17 4.05 3.89 5/403 10208
/proc/meminfo: memFree=19727956/32951124 swapFree=67111348/67111528
[pid=10192] ppid=10190 vsize=368104 CPUtime=582.31 cores=4,6
/proc/10192/stat : 10192 (qutersat_releas) R 10190 10192 9135 0 -1 4202496 65786 0 0 0 58223 8 0 0 25 0 1 0 639945502 376938496 65321 33554432000 4194304 6014671 140737191170192 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10192/statm: 92026 65321 725 445 0 85571 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 368104

[startup+642.301 s]
/proc/loadavg: 4.15 4.06 3.90 5/403 10210
/proc/meminfo: memFree=19715908/32951124 swapFree=67111348/67111528
[pid=10192] ppid=10190 vsize=368104 CPUtime=642.31 cores=4,6
/proc/10192/stat : 10192 (qutersat_releas) R 10190 10192 9135 0 -1 4202496 67034 0 0 0 64223 8 0 0 25 0 1 0 639945502 376938496 66522 33554432000 4194304 6014671 140737191170192 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10192/statm: 92026 66522 725 445 0 85571 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 368104

[startup+702.3 s]
/proc/loadavg: 4.05 4.05 3.91 5/403 10211
/proc/meminfo: memFree=19711684/32951124 swapFree=67111348/67111528
[pid=10192] ppid=10190 vsize=368104 CPUtime=702.31 cores=4,6
/proc/10192/stat : 10192 (qutersat_releas) R 10190 10192 9135 0 -1 4202496 67080 0 0 0 70223 8 0 0 25 0 1 0 639945502 376938496 66512 33554432000 4194304 6014671 140737191170192 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10192/statm: 92026 66512 725 445 0 85571 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 368104

[startup+762.301 s]
/proc/loadavg: 4.02 4.03 3.91 5/403 10213
/proc/meminfo: memFree=19691948/32951124 swapFree=67111348/67111528
[pid=10192] ppid=10190 vsize=368104 CPUtime=762.32 cores=4,6
/proc/10192/stat : 10192 (qutersat_releas) R 10190 10192 9135 0 -1 4202496 70406 0 0 0 76223 9 0 0 25 0 1 0 639945502 376938496 69691 33554432000 4194304 6014671 140737191170192 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10192/statm: 92026 69691 725 445 0 85571 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 368104

[startup+822.3 s]
/proc/loadavg: 4.07 4.04 3.91 5/403 10214
/proc/meminfo: memFree=19667252/32951124 swapFree=67111348/67111528
[pid=10192] ppid=10190 vsize=445332 CPUtime=822.31 cores=4,6
/proc/10192/stat : 10192 (qutersat_releas) R 10190 10192 9135 0 -1 4202496 74064 0 0 0 82222 9 0 0 25 0 1 0 639945502 456019968 73349 33554432000 4194304 6014671 140737191170192 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10192/statm: 111333 73349 725 445 0 104878 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 445332

[startup+882.315 s]
/proc/loadavg: 4.02 4.03 3.91 5/403 10216
/proc/meminfo: memFree=19647524/32951124 swapFree=67111348/67111528
[pid=10192] ppid=10190 vsize=524460 CPUtime=882.33 cores=4,6
/proc/10192/stat : 10192 (qutersat_releas) R 10190 10192 9135 0 -1 4202496 75782 0 0 0 88223 10 0 0 25 0 1 0 639945502 537047040 73559 33554432000 4194304 6014671 140737191170192 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10192/statm: 131115 73559 725 445 0 124660 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 524460

[startup+942.3 s]
/proc/loadavg: 4.01 4.02 3.91 5/403 10218
/proc/meminfo: memFree=19586512/32951124 swapFree=67111348/67111528
[pid=10192] ppid=10190 vsize=524460 CPUtime=942.31 cores=4,6
/proc/10192/stat : 10192 (qutersat_releas) R 10190 10192 9135 0 -1 4202496 82691 0 0 0 94220 11 0 0 25 0 1 0 639945502 537047040 80468 33554432000 4194304 6014671 140737191170192 18446744073709551615 4534912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10192/statm: 131115 80468 725 445 0 124660 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 524460

[startup+1002.3 s]
/proc/loadavg: 4.03 4.03 3.92 5/403 10219
/proc/meminfo: memFree=19540248/32951124 swapFree=67111348/67111528
[pid=10192] ppid=10190 vsize=524460 CPUtime=1002.31 cores=4,6
/proc/10192/stat : 10192 (qutersat_releas) R 10190 10192 9135 0 -1 4202496 88547 0 0 0 100219 12 0 0 25 0 1 0 639945502 537047040 86324 33554432000 4194304 6014671 140737191170192 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10192/statm: 131115 86324 725 445 0 124660 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 524460

[startup+1062.3 s]
/proc/loadavg: 4.06 4.04 3.93 5/403 10221
/proc/meminfo: memFree=19486548/32951124 swapFree=67111348/67111528
[pid=10192] ppid=10190 vsize=524460 CPUtime=1062.31 cores=4,6
/proc/10192/stat : 10192 (qutersat_releas) R 10190 10192 9135 0 -1 4202496 88547 0 0 0 106219 12 0 0 25 0 1 0 639945502 537047040 86324 33554432000 4194304 6014671 140737191170192 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10192/statm: 131115 86324 725 445 0 124660 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 524460

[startup+1122.3 s]
/proc/loadavg: 4.02 4.03 3.93 5/403 10222
/proc/meminfo: memFree=19457152/32951124 swapFree=67111348/67111528
[pid=10192] ppid=10190 vsize=524460 CPUtime=1122.32 cores=4,6
/proc/10192/stat : 10192 (qutersat_releas) R 10190 10192 9135 0 -1 4202496 88548 0 0 0 112219 13 0 0 25 0 1 0 639945502 537047040 86325 33554432000 4194304 6014671 140737191170192 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10192/statm: 131115 86325 725 445 0 124660 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 524460

[startup+1182.3 s]
/proc/loadavg: 4.00 4.02 3.93 5/403 10224
/proc/meminfo: memFree=19451560/32951124 swapFree=67111348/67111528
[pid=10192] ppid=10190 vsize=524460 CPUtime=1182.32 cores=4,6
/proc/10192/stat : 10192 (qutersat_releas) R 10190 10192 9135 0 -1 4202496 88589 0 0 0 118219 13 0 0 25 0 1 0 639945502 537047040 86366 33554432000 4194304 6014671 140737191170192 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10192/statm: 131115 86366 725 445 0 124660 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 524460

[startup+1242.3 s]
/proc/loadavg: 4.04 4.03 3.93 5/403 10226
/proc/meminfo: memFree=19440756/32951124 swapFree=67111348/67111528
[pid=10192] ppid=10190 vsize=524460 CPUtime=1242.32 cores=4,6
/proc/10192/stat : 10192 (qutersat_releas) R 10190 10192 9135 0 -1 4202496 88603 0 0 0 124219 13 0 0 25 0 1 0 639945502 537047040 86380 33554432000 4194304 6014671 140737191170192 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10192/statm: 131115 86380 725 445 0 124660 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 524460



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.02 3.93 2/398 10230
/proc/meminfo: memFree=20518456/32951124 swapFree=67111348/67111528
[pid=10192] ppid=10190 vsize=524460 CPUtime=1300.03 cores=4,6
/proc/10192/stat : 10192 (qutersat_releas) R 10190 10192 9135 0 -1 4202496 88603 0 0 0 129990 13 0 0 25 0 1 0 639945502 537047040 86380 33554432000 4194304 6014671 140737191170192 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10192/statm: 131115 86380 725 445 0 124660 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 524460

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

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

[startup+1300 s]
/proc/loadavg: 4.01 4.02 3.93 2/398 10230
/proc/meminfo: memFree=20518456/32951124 swapFree=67111348/67111528
[pid=10192] ppid=10190 vsize=524460 CPUtime=1300.03 cores=4,6
/proc/10192/stat : 10192 (qutersat_releas) R 10190 10192 9135 0 -1 4202496 88603 0 0 0 129990 13 0 0 25 0 1 0 639945502 537047040 86380 33554432000 4194304 6014671 140737191170192 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10192/statm: 131115 86380 725 445 0 124660 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 524460

Child status: 1
Real time (s): 1300.03
CPU time (s): 1300.06
CPU user time (s): 1299.91
CPU system time (s): 0.147977
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 524460

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

runsolver used 5.2812 second user time and 11.2743 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-15 18:01:34
IDJOB=3376727
IDBENCH=83949
IDSOLVER=1856
FILE ID=node144/3376727-1305475294
RUNJOBID= node144-1305475293-10151
PBS_JOBID= 13325330
Free space on /tmp= 73216 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_20_60_10-dir.shuffled-as.sat03-144.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376727-1305475294/watcher-3376727-1305475294 -o /tmp/evaluation-result-3376727-1305475294/solver-3376727-1305475294 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376727-1305475294.cnf 940366760

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= fab1e4926bfa9e7a1fae58c3b22b51e8
RANDOM SEED=940366760

node144.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20803288 kB
Buffers:        319504 kB
Cached:        3959596 kB
SwapCached:          0 kB
Active:        8877656 kB
Inactive:      2913080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20803288 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           11032 kB
Writeback:           0 kB
AnonPages:     7511152 kB
Mapped:          36316 kB
Slab:           249268 kB
PageTables:      42072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 108247448 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73224 MiB
End job on node144 at 2011-05-15 18:23:16