Trace number 3376598

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

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m42-q663-n40-p30-s67876261.cnf
MD5SUMed0227339111fb337104188c725538d0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.24481
Satisfiable
(Un)Satisfiability was proved
Number of variables1634
Number of clauses212885
Sum of the clauses size427324
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2212845
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

Solver Data

0.00/0.01	c Set FPU double precision.
0.02/0.05	c Parse Cnf success: #var: 1634 #clause: 212885
0.02/0.05	c Find Units :          0
0.02/0.06	c Find Invs  :          0
0.02/0.07	c Find Ands  :       1634 AvgFaninNum: 39.9045
0.02/0.07	c Find Xors  :          0 AvgFaninNum: nan
0.02/0.07	c Find Ite   :          0
0.02/0.07	c UnDirect variable: 0
0.02/0.07	c UnDirect to Direct Gate: 0
0.02/0.07	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.02/0.07	c Break Cycle : 1594
0.02/0.07	c Total Root : 0 Undef Var: 1594
0.02/0.07	c After covering, Total Root: 40 Leaf: 1594
0.02/0.07	c Variable( cover/uncovered/unused ): 1634 0 0
0.02/0.07	c Unit Clauses: 0
0.02/0.07	c Binary Clauses( cover/uncovered ): 1594 211251
0.02/0.07	c Clauses( cover/uncovered ): 40 0
0.02/0.07	c Total Clauses( cover/uncovered ): 1634 211251 0.767551%
0.02/0.07	c Covered Ands: 40 Invs: 0 Xors: 0 Ites: 0
0.09/0.16	c Uncover Clauses avg size: 2 max size: 2
0.09/0.17	c Final circuit: i/l/o/s    1594       0  211251    212805
0.09/0.17	c CnfToAig: Time: 0.16 s
0.19/0.27	c TmMap: Set choices finish.
0.29/0.37	c TmMap: Set big and: 211291
0.29/0.37	c TmMap: Origin: 214400 ClauseNum: 638415 --> New: 212886 ClauseNum: 635387
0.29/0.37	c TmMap: Time: 0.1
0.38/0.40	c Try to Add: #clause: 422582 #xorclause: 0
0.38/0.43	c #var: 1634 #clauses: 41 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-3376598-1305476289/watcher-3376598-1305476289 -o /tmp/evaluation-result-3376598-1305476289/solver-3376598-1305476289 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376598-1305476289.cnf 56119717 

running on 2 cores: 0,2

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.71 3.98 3.89 4/351 28555
/proc/meminfo: memFree=13200440/32950928 swapFree=61888748/67111528
[pid=28555] ppid=28553 vsize=33388 CPUtime=0 cores=0,2
/proc/28555/stat : 28555 (qutersat_releas) R 28553 28555 27415 0 -1 4202496 2131 0 0 0 0 0 0 0 22 0 1 0 659227632 34189312 2067 33554432000 4194304 6014671 140735425984832 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28555/statm: 8347 2067 378 445 0 1892 0

[startup+0.0379029 s]
/proc/loadavg: 3.71 3.98 3.89 4/351 28555
/proc/meminfo: memFree=13200440/32950928 swapFree=61888748/67111528
[pid=28555] ppid=28553 vsize=43628 CPUtime=0.02 cores=0,2
/proc/28555/stat : 28555 (qutersat_releas) R 28553 28555 27415 0 -1 4202496 4515 0 0 0 2 0 0 0 22 0 1 0 659227632 44675072 4451 33554432000 4194304 6014671 140735425984832 18446744073709551615 4308338 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28555/statm: 10907 4451 378 445 0 4452 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 43628

[startup+0.100893 s]
/proc/loadavg: 3.71 3.98 3.89 4/351 28555
/proc/meminfo: memFree=13200440/32950928 swapFree=61888748/67111528
[pid=28555] ppid=28553 vsize=47724 CPUtime=0.09 cores=0,2
/proc/28555/stat : 28555 (qutersat_releas) R 28553 28555 27415 0 -1 4202496 5468 0 0 0 9 0 0 0 23 0 1 0 659227632 48869376 5404 33554432000 4194304 6014671 140735425984832 18446744073709551615 4334667 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28555/statm: 11931 5404 398 445 0 5476 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 47724

[startup+0.300857 s]
/proc/loadavg: 3.71 3.98 3.89 4/351 28555
/proc/meminfo: memFree=13200440/32950928 swapFree=61888748/67111528
[pid=28555] ppid=28553 vsize=92960 CPUtime=0.29 cores=0,2
/proc/28555/stat : 28555 (qutersat_releas) R 28553 28555 27415 0 -1 4202496 17288 0 0 0 27 2 0 0 23 0 1 0 659227632 95191040 17224 33554432000 4194304 6014671 140735425984832 18446744073709551615 4362480 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28555/statm: 23240 17224 670 445 0 16785 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 92960

[startup+0.700787 s]
/proc/loadavg: 3.71 3.98 3.89 4/351 28555
/proc/meminfo: memFree=13200440/32950928 swapFree=61888748/67111528
[pid=28555] ppid=28553 vsize=111520 CPUtime=0.68 cores=0,2
/proc/28555/stat : 28555 (qutersat_releas) R 28553 28555 27415 0 -1 4202496 21611 0 0 0 66 2 0 0 25 0 1 0 659227632 114196480 21547 33554432000 4194304 6014671 140735425984832 18446744073709551615 4424135 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28555/statm: 27880 21547 720 445 0 21425 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 111520

[startup+1.50064 s]
/proc/loadavg: 3.71 3.98 3.89 5/358 28568
/proc/meminfo: memFree=12882944/32950928 swapFree=61888748/67111528
[pid=28555] ppid=28553 vsize=111520 CPUtime=1.48 cores=0,2
/proc/28555/stat : 28555 (qutersat_releas) R 28553 28555 27415 0 -1 4202496 21612 0 0 0 146 2 0 0 25 0 1 0 659227632 114196480 21548 33554432000 4194304 6014671 140735425984832 18446744073709551615 4424563 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28555/statm: 27880 21548 721 445 0 21425 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 111520

[startup+3.10042 s]
/proc/loadavg: 3.73 3.98 3.89 5/358 28568
/proc/meminfo: memFree=12870916/32950928 swapFree=61888748/67111528
[pid=28555] ppid=28553 vsize=133792 CPUtime=3.09 cores=0,2
/proc/28555/stat : 28555 (qutersat_releas) R 28553 28555 27415 0 -1 4202496 23911 0 0 0 306 3 0 0 25 0 1 0 659227632 137003008 23847 33554432000 4194304 6014671 140735425984832 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28555/statm: 33448 23847 725 445 0 26993 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 133792

[startup+6.3008 s]
/proc/loadavg: 3.73 3.98 3.89 5/358 28568
/proc/meminfo: memFree=12849832/32950928 swapFree=61888748/67111528
[pid=28555] ppid=28553 vsize=133792 CPUtime=6.29 cores=0,2
/proc/28555/stat : 28555 (qutersat_releas) R 28553 28555 27415 0 -1 4202496 23911 0 0 0 626 3 0 0 25 0 1 0 659227632 137003008 23847 33554432000 4194304 6014671 140735425984832 18446744073709551615 4537160 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28555/statm: 33448 23847 725 445 0 26993 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 133792

[startup+12.7007 s]
/proc/loadavg: 3.77 3.98 3.89 5/358 28568
/proc/meminfo: memFree=12825504/32950928 swapFree=61888748/67111528
[pid=28555] ppid=28553 vsize=133792 CPUtime=12.69 cores=0,2
/proc/28555/stat : 28555 (qutersat_releas) R 28553 28555 27415 0 -1 4202496 24719 0 0 0 1266 3 0 0 25 0 1 0 659227632 137003008 24655 33554432000 4194304 6014671 140735425984832 18446744073709551615 4537176 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28555/statm: 33448 24655 725 445 0 26993 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 133792

[startup+25.5004 s]
/proc/loadavg: 3.81 3.98 3.90 5/358 28568
/proc/meminfo: memFree=12762388/32950928 swapFree=61888748/67111528
[pid=28555] ppid=28553 vsize=146184 CPUtime=25.49 cores=0,2
/proc/28555/stat : 28555 (qutersat_releas) R 28553 28555 27415 0 -1 4202496 28389 0 0 0 2545 4 0 0 25 0 1 0 659227632 149692416 28325 33554432000 4194304 6014671 140735425984832 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28555/statm: 36546 28325 725 445 0 30091 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 146184

[startup+51.101 s]
/proc/loadavg: 4.02 4.02 3.91 5/358 28569
/proc/meminfo: memFree=12640284/32950928 swapFree=61888748/67111528
[pid=28555] ppid=28553 vsize=201088 CPUtime=51.09 cores=0,2
/proc/28555/stat : 28555 (qutersat_releas) R 28553 28555 27415 0 -1 4202496 39030 0 0 0 5104 5 0 0 25 0 1 0 659227632 205914112 38953 33554432000 4194304 6014671 140735425984832 18446744073709551615 4424008 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28555/statm: 50272 38953 725 445 0 43817 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 201088

[startup+102.313 s]
/proc/loadavg: 4.04 4.03 3.91 5/358 28570
/proc/meminfo: memFree=12425096/32950928 swapFree=61888748/67111528
[pid=28555] ppid=28553 vsize=389248 CPUtime=102.31 cores=0,2
/proc/28555/stat : 28555 (qutersat_releas) R 28553 28555 27415 0 -1 4202496 52110 0 0 0 10223 8 0 0 25 0 1 0 659227632 398589952 52030 33554432000 4194304 6014671 140735425984832 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28555/statm: 97312 52030 725 445 0 90857 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 389248

[startup+162.3 s]
/proc/loadavg: 4.01 4.02 3.91 5/358 28572
/proc/meminfo: memFree=12378920/32950928 swapFree=61888748/67111528
[pid=28555] ppid=28553 vsize=389248 CPUtime=162.3 cores=0,2
/proc/28555/stat : 28555 (qutersat_releas) R 28553 28555 27415 0 -1 4202496 60938 0 0 0 16221 9 0 0 25 0 1 0 659227632 398589952 57276 33554432000 4194304 6014671 140735425984832 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28555/statm: 97312 57276 726 445 0 90857 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 389248

[startup+222.301 s]
/proc/loadavg: 4.06 4.03 3.92 5/358 28574
/proc/meminfo: memFree=12141664/32950928 swapFree=61888748/67111528
[pid=28555] ppid=28553 vsize=389248 CPUtime=222.29 cores=0,2
/proc/28555/stat : 28555 (qutersat_releas) R 28553 28555 27415 0 -1 4202496 78658 0 0 0 22218 11 0 0 25 0 1 0 659227632 398589952 74995 33554432000 4194304 6014671 140735425984832 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28555/statm: 97312 74995 725 445 0 90857 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 389248

[startup+282.3 s]
/proc/loadavg: 4.08 4.04 3.93 5/358 28575
/proc/meminfo: memFree=11935900/32950928 swapFree=61888748/67111528
[pid=28555] ppid=28553 vsize=389248 CPUtime=282.29 cores=0,2
/proc/28555/stat : 28555 (qutersat_releas) R 28553 28555 27415 0 -1 4202496 81893 0 0 0 28217 12 0 0 25 0 1 0 659227632 398589952 78230 33554432000 4194304 6014671 140735425984832 18446744073709551615 4537125 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28555/statm: 97312 78230 725 445 0 90857 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 389248

[startup+342.301 s]
/proc/loadavg: 4.03 4.03 3.93 5/358 28577
/proc/meminfo: memFree=11877324/32950928 swapFree=61888748/67111528
[pid=28555] ppid=28553 vsize=552724 CPUtime=342.29 cores=0,2
/proc/28555/stat : 28555 (qutersat_releas) R 28553 28555 27415 0 -1 4202496 89432 0 0 0 34216 13 0 0 25 0 1 0 659227632 565989376 85769 33554432000 4194304 6014671 140735425984832 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28555/statm: 138181 85769 725 445 0 131726 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 552724

[startup+402.3 s]
/proc/loadavg: 4.01 4.02 3.93 5/358 28578
/proc/meminfo: memFree=11846760/32950928 swapFree=61888748/67111528
[pid=28555] ppid=28553 vsize=552724 CPUtime=402.3 cores=0,2
/proc/28555/stat : 28555 (qutersat_releas) R 28553 28555 27415 0 -1 4202496 90090 0 0 0 40216 14 0 0 25 0 1 0 659227632 565989376 86427 33554432000 4194304 6014671 140735425984832 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28555/statm: 138181 86427 725 445 0 131726 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 552724

[startup+462.301 s]
/proc/loadavg: 4.00 4.02 3.93 5/358 28580
/proc/meminfo: memFree=11763392/32950928 swapFree=61888748/67111528
[pid=28555] ppid=28553 vsize=642452 CPUtime=462.3 cores=0,2
/proc/28555/stat : 28555 (qutersat_releas) R 28553 28555 27415 0 -1 4202496 98460 0 0 0 46215 15 0 0 25 0 1 0 659227632 657870848 94784 33554432000 4194304 6014671 140735425984832 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28555/statm: 160613 94784 725 445 0 154158 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 642452

[startup+522.301 s]
/proc/loadavg: 4.00 4.01 3.93 5/358 28582
/proc/meminfo: memFree=11677156/32950928 swapFree=61888748/67111528
[pid=28555] ppid=28553 vsize=642452 CPUtime=522.3 cores=0,2
/proc/28555/stat : 28555 (qutersat_releas) R 28553 28555 27415 0 -1 4202496 102717 0 0 0 52215 15 0 0 25 0 1 0 659227632 657870848 99041 33554432000 4194304 6014671 140735425984832 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28555/statm: 160613 99041 725 445 0 154158 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 642452

[startup+582.3 s]
/proc/loadavg: 3.51 3.88 3.88 4/352 28600
/proc/meminfo: memFree=11898152/32950928 swapFree=61888748/67111528
[pid=28555] ppid=28553 vsize=642452 CPUtime=582.31 cores=0,2
/proc/28555/stat : 28555 (qutersat_releas) R 28553 28555 27415 0 -1 4202496 105403 0 0 0 58215 16 0 0 25 0 1 0 659227632 657870848 101727 33554432000 4194304 6014671 140735425984832 18446744073709551615 4372109 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28555/statm: 160613 101727 725 445 0 154158 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 642452

[startup+642.301 s]
/proc/loadavg: 3.36 3.78 3.85 4/352 28602
/proc/meminfo: memFree=11827924/32950928 swapFree=61888748/67111528
[pid=28555] ppid=28553 vsize=642452 CPUtime=642.31 cores=0,2
/proc/28555/stat : 28555 (qutersat_releas) R 28553 28555 27415 0 -1 4202496 108475 0 0 0 64215 16 0 0 25 0 1 0 659227632 657870848 104798 33554432000 4194304 6014671 140735425984832 18446744073709551615 4424563 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28555/statm: 160613 104798 725 445 0 154158 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 642452

[startup+702.3 s]
/proc/loadavg: 3.13 3.63 3.79 4/352 28603
/proc/meminfo: memFree=11744296/32950928 swapFree=61888748/67111528
[pid=28555] ppid=28553 vsize=642452 CPUtime=702.3 cores=0,2
/proc/28555/stat : 28555 (qutersat_releas) R 28553 28555 27415 0 -1 4202496 109055 0 0 0 70214 16 0 0 25 0 1 0 659227632 657870848 105348 33554432000 4194304 6014671 140735425984832 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28555/statm: 160613 105348 725 445 0 154158 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 642452

[startup+762.313 s]
/proc/loadavg: 3.05 3.51 3.74 4/352 28605
/proc/meminfo: memFree=11736944/32950928 swapFree=61888748/67111528
[pid=28555] ppid=28553 vsize=642452 CPUtime=762.32 cores=0,2
/proc/28555/stat : 28555 (qutersat_releas) R 28553 28555 27415 0 -1 4202496 109090 0 0 0 76216 16 0 0 25 0 1 0 659227632 657870848 105361 33554432000 4194304 6014671 140735425984832 18446744073709551615 4422714 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28555/statm: 160613 105361 725 445 0 154158 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 642452

[startup+822.3 s]
/proc/loadavg: 3.02 3.42 3.69 4/352 28607
/proc/meminfo: memFree=11735040/32950928 swapFree=61888748/67111528
[pid=28555] ppid=28553 vsize=642452 CPUtime=822.31 cores=0,2
/proc/28555/stat : 28555 (qutersat_releas) R 28553 28555 27415 0 -1 4202496 109495 0 0 0 82215 16 0 0 25 0 1 0 659227632 657870848 105712 33554432000 4194304 6014671 140735425984832 18446744073709551615 4422707 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28555/statm: 160613 105712 725 445 0 154158 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 642452

[startup+882.301 s]
/proc/loadavg: 3.03 3.35 3.65 4/352 28608
/proc/meminfo: memFree=11701780/32950928 swapFree=61888748/67111528
[pid=28555] ppid=28553 vsize=642452 CPUtime=882.31 cores=0,2
/proc/28555/stat : 28555 (qutersat_releas) R 28553 28555 27415 0 -1 4202496 110116 0 0 0 88214 17 0 0 25 0 1 0 659227632 657870848 106299 33554432000 4194304 6014671 140735425984832 18446744073709551615 4425380 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28555/statm: 160613 106299 725 445 0 154158 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 642452

[startup+942.3 s]
/proc/loadavg: 3.01 3.29 3.61 4/352 28610
/proc/meminfo: memFree=11697260/32950928 swapFree=61888748/67111528
[pid=28555] ppid=28553 vsize=642452 CPUtime=942.31 cores=0,2
/proc/28555/stat : 28555 (qutersat_releas) R 28553 28555 27415 0 -1 4202496 110194 0 0 0 94214 17 0 0 25 0 1 0 659227632 657870848 106289 33554432000 4194304 6014671 140735425984832 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28555/statm: 160613 106289 725 445 0 154158 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 642452

[startup+1002.3 s]
/proc/loadavg: 3.00 3.23 3.56 4/352 28611
/proc/meminfo: memFree=11684692/32950928 swapFree=61888748/67111528
[pid=28555] ppid=28553 vsize=642452 CPUtime=1002.31 cores=0,2
/proc/28555/stat : 28555 (qutersat_releas) R 28553 28555 27415 0 -1 4202496 117053 0 0 0 100212 19 0 0 25 0 1 0 659227632 657870848 113100 33554432000 4194304 6014671 140735425984832 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28555/statm: 160613 113100 725 445 0 154158 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 642452

[startup+1062.3 s]
/proc/loadavg: 3.00 3.19 3.53 4/352 28613
/proc/meminfo: memFree=11678564/32950928 swapFree=61888748/67111528
[pid=28555] ppid=28553 vsize=642452 CPUtime=1062.32 cores=0,2
/proc/28555/stat : 28555 (qutersat_releas) R 28553 28555 27415 0 -1 4202496 118201 0 0 0 106212 20 0 0 25 0 1 0 659227632 657870848 114194 33554432000 4194304 6014671 140735425984832 18446744073709551615 4422593 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28555/statm: 160613 114194 725 445 0 154158 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 642452

[startup+1122.3 s]
/proc/loadavg: 3.00 3.15 3.49 4/352 28615
/proc/meminfo: memFree=11608840/32950928 swapFree=61888748/67111528
[pid=28555] ppid=28553 vsize=642452 CPUtime=1122.32 cores=0,2
/proc/28555/stat : 28555 (qutersat_releas) R 28553 28555 27415 0 -1 4202496 118201 0 0 0 112212 20 0 0 25 0 1 0 659227632 657870848 114133 33554432000 4194304 6014671 140735425984832 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28555/statm: 160613 114133 725 445 0 154158 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 642452

[startup+1182.3 s]
/proc/loadavg: 3.13 3.16 3.47 4/352 28616
/proc/meminfo: memFree=11577428/32950928 swapFree=61888748/67111528
[pid=28555] ppid=28553 vsize=642452 CPUtime=1182.32 cores=0,2
/proc/28555/stat : 28555 (qutersat_releas) R 28553 28555 27415 0 -1 4202496 119943 0 0 0 118212 20 0 0 25 0 1 0 659227632 657870848 115746 33554432000 4194304 6014671 140735425984832 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28555/statm: 160613 115746 725 445 0 154158 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 642452

[startup+1242.3 s]
/proc/loadavg: 3.16 3.15 3.45 4/352 28618
/proc/meminfo: memFree=11539928/32950928 swapFree=61888748/67111528
[pid=28555] ppid=28553 vsize=757104 CPUtime=1242.32 cores=0,2
/proc/28555/stat : 28555 (qutersat_releas) R 28553 28555 27415 0 -1 4202496 125995 0 0 0 124211 21 0 0 25 0 1 0 659227632 775274496 121798 33554432000 4194304 6014671 140735425984832 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28555/statm: 189276 121798 725 445 0 182821 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 757104



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.06 3.12 3.42 4/352 28619
/proc/meminfo: memFree=11559336/32950928 swapFree=61888748/67111528
[pid=28555] ppid=28553 vsize=757104 CPUtime=1300.03 cores=0,2
/proc/28555/stat : 28555 (qutersat_releas) R 28553 28555 27415 0 -1 4202496 128453 0 0 0 129981 22 0 0 25 0 1 0 659227632 775274496 112488 33554432000 4194304 6014671 140735425984832 18446744073709551615 4535268 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/28555/statm: 189276 112488 725 445 0 182821 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 757104

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

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

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.82
system time used= 0.239963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128457
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= 9
involuntary context switches= 17005

runsolver used 4.23036 second user time and 10.0245 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-15 18:18:09
IDJOB=3376598
IDBENCH=88222
IDSOLVER=1856
FILE ID=node120/3376598-1305476289
RUNJOBID= node120-1305476288-28525
PBS_JOBID= 13325304
Free space on /tmp= 73632 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m42-q663-n40-p30-s67876261.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376598-1305476289/watcher-3376598-1305476289 -o /tmp/evaluation-result-3376598-1305476289/solver-3376598-1305476289 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376598-1305476289.cnf 56119717

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

MD5SUM BENCH= ed0227339111fb337104188c725538d0
RANDOM SEED=56119717

node120.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.809
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.61
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.809
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.07
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.809
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.82
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.809
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.75
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.809
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.78
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.809
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.75
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.809
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.82
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.809
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13200720 kB
Buffers:         55328 kB
Cached:         982376 kB
SwapCached:      75684 kB
Active:        7297556 kB
Inactive:     12241104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13200720 kB
SwapTotal:    67111528 kB
SwapFree:     61888748 kB
Dirty:           12080 kB
Writeback:           0 kB
AnonPages:    18430428 kB
Mapped:          21920 kB
Slab:            83276 kB
PageTables:      63872 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 59015608 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= 73628 MiB
End job on node120 at 2011-05-15 18:39:51