Trace number 3251122

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-03-01? (TO) 1300.08 1300.04

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m47-q742.5-n45-p30-s17570390.cnf
MD5SUMba3b1702a651cd8da3e6cada8f2e97bc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.28965
Satisfiable
(Un)Satisfiability was proved
Number of variables2088
Number of clauses405748
Sum of the clauses size813494
Maximum clause length47
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2405703
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.00/0.00	c Set FPU double precision.
0.09/0.11	c Parse Cnf success: #var: 2088 #clause: 405748
0.09/0.11	c Find Units :          0
0.09/0.13	c Find Invs  :          0
0.09/0.14	c Find Ands  :       2088 AvgFaninNum: 45.4234
0.09/0.14	c Find Xors  :          0 AvgFaninNum: nan
0.09/0.14	c Find Ite   :          0
0.09/0.14	c UnDirect variable: 0
0.09/0.14	c UnDirect to Direct Gate: 0
0.09/0.14	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.09/0.14	c Break Cycle : 2043
0.09/0.14	c Total Root : 0 Undef Var: 2043
0.09/0.14	c After covering, Total Root: 45 Leaf: 2043
0.09/0.14	c Variable( cover/uncovered/unused ): 2088 0 0
0.09/0.14	c Unit Clauses: 0
0.09/0.14	c Binary Clauses( cover/uncovered ): 2043 403660
0.09/0.14	c Clauses( cover/uncovered ): 45 0
0.09/0.14	c Total Clauses( cover/uncovered ): 2088 403660 0.514605%
0.09/0.14	c Covered Ands: 45 Invs: 0 Xors: 0 Ites: 0
0.29/0.32	c Uncover Clauses avg size: 2 max size: 2
0.29/0.32	c Final circuit: i/l/o/s    2043       0  403660    405658
0.29/0.32	c CnfToAig: Time: 0.31 s
0.49/0.51	c TmMap: Set choices finish.
0.59/0.68	c TmMap: Set big and: 403705
0.59/0.68	c TmMap: Origin: 407702 ClauseNum: 1216974 --> New: 405749 ClauseNum: 1213068
0.59/0.68	c TmMap: Time: 0.19
0.69/0.74	c Try to Add: #clause: 807410 #xorclause: 0
0.69/0.78	c #var: 2088 #clauses: 46 Solving... 
1300.03/1300.00	c Time Out !!
1300.03/1300.00	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: 935)

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-3251122-1303581397/watcher-3251122-1303581397 -o /tmp/evaluation-result-3251122-1303581397/solver-3251122-1303581397 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3251122-1303581397.cnf 643140626 

running on 2 cores: 5,7

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.99 4.01 3.94 4/189 10718
/proc/meminfo: memFree=14655896/32951124 swapFree=67111528/67111528
[pid=10718] ppid=10716 vsize=32364 CPUtime=0 cores=5,7
/proc/10718/stat : 10718 (qutersat_releas) R 10716 10718 10374 0 -1 4202496 1794 0 0 0 0 0 0 0 25 0 1 0 469737696 33140736 1728 33554432000 4194304 6016207 140734436559088 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10718/statm: 8091 1728 379 445 0 1635 0

[startup+0.0600839 s]
/proc/loadavg: 3.99 4.01 3.94 4/189 10718
/proc/meminfo: memFree=14655896/32951124 swapFree=67111528/67111528
[pid=10718] ppid=10716 vsize=44652 CPUtime=0.05 cores=5,7
/proc/10718/stat : 10718 (qutersat_releas) R 10716 10718 10374 0 -1 4202496 4986 0 0 0 5 0 0 0 25 0 1 0 469737696 45723648 4920 33554432000 4194304 6016207 140734436559088 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10718/statm: 11163 4920 379 445 0 4707 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 44652

[startup+0.10108 s]
/proc/loadavg: 3.99 4.01 3.94 4/189 10718
/proc/meminfo: memFree=14655896/32951124 swapFree=67111528/67111528
[pid=10718] ppid=10716 vsize=56940 CPUtime=0.09 cores=5,7
/proc/10718/stat : 10718 (qutersat_releas) R 10716 10718 10374 0 -1 4202496 7789 0 0 0 8 1 0 0 25 0 1 0 469737696 58306560 7723 33554432000 4194304 6016207 140734436559088 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10718/statm: 14235 7723 379 445 0 7779 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56940

[startup+0.301042 s]
/proc/loadavg: 3.99 4.01 3.94 4/189 10718
/proc/meminfo: memFree=14655896/32951124 swapFree=67111528/67111528
[pid=10718] ppid=10716 vsize=79468 CPUtime=0.29 cores=5,7
/proc/10718/stat : 10718 (qutersat_releas) R 10716 10718 10374 0 -1 4202496 12854 0 0 0 28 1 0 0 25 0 1 0 469737696 81375232 12788 33554432000 4194304 6016207 140734436559088 18446744073709551615 4234872 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10718/statm: 19867 12788 400 445 0 13411 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 79468

[startup+0.700973 s]
/proc/loadavg: 3.99 4.01 3.94 4/189 10718
/proc/meminfo: memFree=14655896/32951124 swapFree=67111528/67111528
[pid=10718] ppid=10716 vsize=180152 CPUtime=0.69 cores=5,7
/proc/10718/stat : 10718 (qutersat_releas) R 10716 10718 10374 0 -1 4202496 38061 0 0 0 65 4 0 0 25 0 1 0 469737696 184475648 37995 33554432000 4194304 6016207 140734436559088 18446744073709551615 4769286 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10718/statm: 45038 37995 672 445 0 38582 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 180152

[startup+1.50083 s]
/proc/loadavg: 3.99 4.01 3.94 5/190 10719
/proc/meminfo: memFree=14499896/32951124 swapFree=67111528/67111528
[pid=10718] ppid=10716 vsize=180152 CPUtime=1.49 cores=5,7
/proc/10718/stat : 10718 (qutersat_releas) R 10716 10718 10374 0 -1 4202496 38111 0 0 0 145 4 0 0 25 0 1 0 469737696 184475648 38045 33554432000 4194304 6016207 140734436559088 18446744073709551615 4631291 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10718/statm: 45038 38045 718 445 0 38582 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 180152

[startup+3.10053 s]
/proc/loadavg: 3.99 4.01 3.94 5/190 10719
/proc/meminfo: memFree=14494476/32951124 swapFree=67111528/67111528
[pid=10718] ppid=10716 vsize=180152 CPUtime=3.09 cores=5,7
/proc/10718/stat : 10718 (qutersat_releas) R 10716 10718 10374 0 -1 4202496 38111 0 0 0 305 4 0 0 25 0 1 0 469737696 184475648 38045 33554432000 4194304 6016207 140734436559088 18446744073709551615 4380352 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10718/statm: 45038 38045 718 445 0 38582 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 180152

[startup+6.30097 s]
/proc/loadavg: 3.99 4.01 3.94 5/190 10719
/proc/meminfo: memFree=14470748/32951124 swapFree=67111528/67111528
[pid=10718] ppid=10716 vsize=180152 CPUtime=6.29 cores=5,7
/proc/10718/stat : 10718 (qutersat_releas) R 10716 10718 10374 0 -1 4202496 38121 0 0 0 625 4 0 0 25 0 1 0 469737696 184475648 38055 33554432000 4194304 6016207 140734436559088 18446744073709551615 4538696 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10718/statm: 45038 38055 727 445 0 38582 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 180152

[startup+12.7008 s]
/proc/loadavg: 3.99 4.01 3.94 5/190 10719
/proc/meminfo: memFree=14470624/32951124 swapFree=67111528/67111528
[pid=10718] ppid=10716 vsize=180152 CPUtime=12.69 cores=5,7
/proc/10718/stat : 10718 (qutersat_releas) R 10716 10718 10374 0 -1 4202496 38121 0 0 0 1265 4 0 0 25 0 1 0 469737696 184475648 38055 33554432000 4194304 6016207 140734436559088 18446744073709551615 4425641 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10718/statm: 45038 38055 727 445 0 38582 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 180152

[startup+25.5005 s]
/proc/loadavg: 3.99 4.01 3.94 5/190 10720
/proc/meminfo: memFree=14440756/32951124 swapFree=67111528/67111528
[pid=10718] ppid=10716 vsize=193096 CPUtime=25.49 cores=5,7
/proc/10718/stat : 10718 (qutersat_releas) R 10716 10718 10374 0 -1 4202496 40539 0 0 0 2544 5 0 0 25 0 1 0 469737696 197730304 40473 33554432000 4194304 6016207 140734436559088 18446744073709551615 4538584 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10718/statm: 48274 40473 727 445 0 41818 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 193096

[startup+51.1009 s]
/proc/loadavg: 3.99 4.00 3.94 5/190 10720
/proc/meminfo: memFree=14330796/32951124 swapFree=67111528/67111528
[pid=10718] ppid=10716 vsize=207160 CPUtime=51.09 cores=5,7
/proc/10718/stat : 10718 (qutersat_releas) R 10716 10718 10374 0 -1 4202496 41209 0 0 0 5104 5 0 0 25 0 1 0 469737696 212131840 41143 33554432000 4194304 6016207 140734436559088 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10718/statm: 51790 41143 727 445 0 45334 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 207160

[startup+102.307 s]
/proc/loadavg: 3.99 4.00 3.94 5/190 10749
/proc/meminfo: memFree=14193884/32951124 swapFree=67111528/67111528
[pid=10718] ppid=10716 vsize=363548 CPUtime=102.3 cores=5,7
/proc/10718/stat : 10718 (qutersat_releas) R 10716 10718 10374 0 -1 4202496 64420 0 0 0 10221 9 0 0 25 0 1 0 469737696 372273152 64348 33554432000 4194304 6016207 140734436559088 18446744073709551615 4425626 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10718/statm: 90887 64348 727 445 0 84431 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 363548

[startup+162.301 s]
/proc/loadavg: 3.99 4.00 3.94 5/190 10750
/proc/meminfo: memFree=13972268/32951124 swapFree=67111528/67111528
[pid=10718] ppid=10716 vsize=430296 CPUtime=162.29 cores=5,7
/proc/10718/stat : 10718 (qutersat_releas) R 10716 10718 10374 0 -1 4202496 84372 0 0 0 16217 12 0 0 25 0 1 0 469737696 440623104 80679 33554432000 4194304 6016207 140734436559088 18446744073709551615 4425440 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10718/statm: 107574 80679 727 445 0 101118 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 430296

[startup+222.301 s]
/proc/loadavg: 3.99 4.00 3.94 5/190 10752
/proc/meminfo: memFree=13874504/32951124 swapFree=67111528/67111528
[pid=10718] ppid=10716 vsize=503616 CPUtime=222.3 cores=5,7
/proc/10718/stat : 10718 (qutersat_releas) R 10716 10718 10374 0 -1 4202496 87404 0 0 0 22217 13 0 0 25 0 1 0 469737696 515702784 83711 33554432000 4194304 6016207 140734436559088 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10718/statm: 125904 83711 727 445 0 119448 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 503616

[startup+282.301 s]
/proc/loadavg: 3.99 4.00 3.94 5/190 10763
/proc/meminfo: memFree=13766280/32951124 swapFree=67111528/67111528
[pid=10718] ppid=10716 vsize=586848 CPUtime=282.3 cores=5,7
/proc/10718/stat : 10718 (qutersat_releas) R 10716 10718 10374 0 -1 4202496 93676 0 0 0 28216 14 0 0 25 0 1 0 469737696 600932352 89954 33554432000 4194304 6016207 140734436559088 18446744073709551615 4379211 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10718/statm: 146712 89954 727 445 0 140256 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 586848

[startup+342.3 s]
/proc/loadavg: 3.99 4.00 3.94 5/190 10764
/proc/meminfo: memFree=13660952/32951124 swapFree=67111528/67111528
[pid=10718] ppid=10716 vsize=586848 CPUtime=342.3 cores=5,7
/proc/10718/stat : 10718 (qutersat_releas) R 10716 10718 10374 0 -1 4202496 94204 0 0 0 34216 14 0 0 25 0 1 0 469737696 600932352 90482 33554432000 4194304 6016207 140734436559088 18446744073709551615 4380188 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10718/statm: 146712 90482 727 445 0 140256 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 586848

[startup+402.3 s]
/proc/loadavg: 3.99 4.00 3.94 5/190 10766
/proc/meminfo: memFree=13611200/32951124 swapFree=67111528/67111528
[pid=10718] ppid=10716 vsize=586848 CPUtime=402.3 cores=5,7
/proc/10718/stat : 10718 (qutersat_releas) R 10716 10718 10374 0 -1 4202496 94725 0 0 0 40216 14 0 0 25 0 1 0 469737696 600932352 91003 33554432000 4194304 6016207 140734436559088 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10718/statm: 146712 91003 727 445 0 140256 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 586848

[startup+462.3 s]
/proc/loadavg: 3.99 4.00 3.94 6/191 10770
/proc/meminfo: memFree=13429844/32951124 swapFree=67111528/67111528
[pid=10718] ppid=10716 vsize=683368 CPUtime=462.3 cores=5,7
/proc/10718/stat : 10718 (qutersat_releas) R 10716 10718 10374 0 -1 4202496 111281 0 0 0 46213 17 0 0 25 0 1 0 469737696 699768832 107559 33554432000 4194304 6016207 140734436559088 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10718/statm: 170842 107559 727 445 0 164386 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 683368

[startup+522.301 s]
/proc/loadavg: 3.99 4.00 3.94 5/190 10772
/proc/meminfo: memFree=13436344/32951124 swapFree=67111528/67111528
[pid=10718] ppid=10716 vsize=683368 CPUtime=522.3 cores=5,7
/proc/10718/stat : 10718 (qutersat_releas) R 10716 10718 10374 0 -1 4202496 111283 0 0 0 52213 17 0 0 25 0 1 0 469737696 699768832 107561 33554432000 4194304 6016207 140734436559088 18446744073709551615 4425444 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10718/statm: 170842 107561 727 445 0 164386 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 683368

[startup+582.301 s]
/proc/loadavg: 4.03 4.01 3.94 5/190 10774
/proc/meminfo: memFree=13360292/32951124 swapFree=67111528/67111528
[pid=10718] ppid=10716 vsize=683368 CPUtime=582.3 cores=5,7
/proc/10718/stat : 10718 (qutersat_releas) R 10716 10718 10374 0 -1 4202496 123238 0 0 0 58210 20 0 0 25 0 1 0 469737696 699768832 119516 33554432000 4194304 6016207 140734436559088 18446744073709551615 4536800 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10718/statm: 170842 119516 727 445 0 164386 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 683368

[startup+642.301 s]
/proc/loadavg: 4.01 4.01 3.94 5/190 10775
/proc/meminfo: memFree=13343892/32951124 swapFree=67111528/67111528
[pid=10718] ppid=10716 vsize=683368 CPUtime=642.32 cores=5,7
/proc/10718/stat : 10718 (qutersat_releas) R 10716 10718 10374 0 -1 4202496 123815 0 0 0 64211 21 0 0 25 0 1 0 469737696 699768832 120093 33554432000 4194304 6016207 140734436559088 18446744073709551615 4425630 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10718/statm: 170842 120093 727 445 0 164386 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 683368

[startup+702.301 s]
/proc/loadavg: 4.05 4.02 3.95 5/190 10777
/proc/meminfo: memFree=13309628/32951124 swapFree=67111528/67111528
[pid=10718] ppid=10716 vsize=683368 CPUtime=702.31 cores=5,7
/proc/10718/stat : 10718 (qutersat_releas) R 10716 10718 10374 0 -1 4202496 123829 0 0 0 70210 21 0 0 25 0 1 0 469737696 699768832 120107 33554432000 4194304 6016207 140734436559088 18446744073709551615 4425666 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10718/statm: 170842 120107 727 445 0 164386 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 683368

[startup+762.307 s]
/proc/loadavg: 4.02 4.01 3.95 5/190 10778
/proc/meminfo: memFree=13273368/32951124 swapFree=67111528/67111528
[pid=10718] ppid=10716 vsize=683368 CPUtime=762.32 cores=5,7
/proc/10718/stat : 10718 (qutersat_releas) R 10716 10718 10374 0 -1 4202496 124057 0 0 0 76211 21 0 0 25 0 1 0 469737696 699768832 120319 33554432000 4194304 6016207 140734436559088 18446744073709551615 4425565 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10718/statm: 170842 120319 727 445 0 164386 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 683368

[startup+822.3 s]
/proc/loadavg: 4.00 4.01 3.95 5/190 10780
/proc/meminfo: memFree=13255720/32951124 swapFree=67111528/67111528
[pid=10718] ppid=10716 vsize=683368 CPUtime=822.31 cores=5,7
/proc/10718/stat : 10718 (qutersat_releas) R 10716 10718 10374 0 -1 4202496 124832 0 0 0 82210 21 0 0 25 0 1 0 469737696 699768832 121079 33554432000 4194304 6016207 140734436559088 18446744073709551615 4425626 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10718/statm: 170842 121079 727 445 0 164386 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 683368

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/190 10782
/proc/meminfo: memFree=13170744/32951124 swapFree=67111528/67111528
[pid=10718] ppid=10716 vsize=800068 CPUtime=882.32 cores=5,7
/proc/10718/stat : 10718 (qutersat_releas) R 10716 10718 10374 0 -1 4202496 132697 0 0 0 88206 26 0 0 25 0 1 0 469737696 819269632 128874 33554432000 4194304 6016207 140734436559088 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10718/statm: 200017 128874 727 445 0 193561 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 800068

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.95 5/190 10783
/proc/meminfo: memFree=13102128/32951124 swapFree=67111528/67111528
[pid=10718] ppid=10716 vsize=800068 CPUtime=942.32 cores=5,7
/proc/10718/stat : 10718 (qutersat_releas) R 10716 10718 10374 0 -1 4202496 148926 0 0 0 94203 29 0 0 25 0 1 0 469737696 819269632 145058 33554432000 4194304 6016207 140734436559088 18446744073709551615 4425440 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10718/statm: 200017 145058 727 445 0 193561 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 800068

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/190 10785
/proc/meminfo: memFree=13024964/32951124 swapFree=67111528/67111528
[pid=10718] ppid=10716 vsize=800068 CPUtime=1002.32 cores=5,7
/proc/10718/stat : 10718 (qutersat_releas) R 10716 10718 10374 0 -1 4202496 150293 0 0 0 100202 30 0 0 25 0 1 0 469737696 819269632 146376 33554432000 4194304 6016207 140734436559088 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10718/statm: 200017 146376 727 445 0 193561 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 800068

[startup+1062.3 s]
/proc/loadavg: 4.04 4.01 3.95 5/190 10786
/proc/meminfo: memFree=12956600/32951124 swapFree=67111528/67111528
[pid=10718] ppid=10716 vsize=800068 CPUtime=1062.32 cores=5,7
/proc/10718/stat : 10718 (qutersat_releas) R 10716 10718 10374 0 -1 4202496 156602 0 0 0 106201 31 0 0 25 0 1 0 469737696 819269632 152659 33554432000 4194304 6016207 140734436559088 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10718/statm: 200017 152659 727 445 0 193561 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 800068

[startup+1122.3 s]
/proc/loadavg: 4.06 4.02 3.96 5/190 10788
/proc/meminfo: memFree=12870880/32951124 swapFree=67111528/67111528
[pid=10718] ppid=10716 vsize=927156 CPUtime=1122.32 cores=5,7
/proc/10718/stat : 10718 (qutersat_releas) R 10716 10718 10374 0 -1 4202496 163713 0 0 0 112199 33 0 0 25 0 1 0 469737696 949407744 159715 33554432000 4194304 6016207 140734436559088 18446744073709551615 4425440 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10718/statm: 231789 159715 727 445 0 225333 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 927156

[startup+1182.3 s]
/proc/loadavg: 4.02 4.02 3.96 5/190 10790
/proc/meminfo: memFree=12961240/32951124 swapFree=67111528/67111528
[pid=10718] ppid=10716 vsize=1057084 CPUtime=1182.33 cores=5,7
/proc/10718/stat : 10718 (qutersat_releas) R 10716 10718 10374 0 -1 4202496 167639 0 0 0 118197 36 0 0 25 0 1 0 469737696 1082454016 163551 33554432000 4194304 6016207 140734436559088 18446744073709551615 4425641 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10718/statm: 264271 163551 727 445 0 257815 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1057084

[startup+1242.3 s]
/proc/loadavg: 3.02 3.75 3.87 3/178 10827
/proc/meminfo: memFree=14172712/32951124 swapFree=67111528/67111528
[pid=10718] ppid=10716 vsize=1057084 CPUtime=1242.33 cores=5,7
/proc/10718/stat : 10718 (qutersat_releas) R 10716 10718 10374 0 -1 4202496 183531 0 0 0 124195 38 0 0 25 0 1 0 469737696 1082454016 179377 33554432000 4194304 6016207 140734436559088 18446744073709551615 4425650 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10718/statm: 264271 179377 727 445 0 257815 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1057084



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.37 3.43 3.75 3/178 10829
/proc/meminfo: memFree=14165860/32951124 swapFree=67111528/67111528
[pid=10718] ppid=10716 vsize=1192264 CPUtime=1300.03 cores=5,7
/proc/10718/stat : 10718 (qutersat_releas) R 10716 10718 10374 0 -1 4202496 183787 0 0 0 129965 38 0 0 25 0 1 0 469737696 1220878336 179562 33554432000 4194304 6016207 140734436559088 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10718/statm: 298066 179562 727 445 0 291610 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1192264

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.04
CPU time (s): 1300.08
CPU user time (s): 1299.66
CPU system time (s): 0.416936
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1192264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.66
system time used= 0.416936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183792
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= 12
involuntary context switches= 15903

runsolver used 2.11068 second user time and 4.93025 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-23 19:56:37
IDJOB=3251122
IDBENCH=88211
IDSOLVER=1607
FILE ID=node138/3251122-1303581397
RUNJOBID= node138-1303579990-10395
PBS_JOBID= 13150345
Free space on /tmp= 71916 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m47-q742.5-n45-p30-s17570390.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251122-1303581397/watcher-3251122-1303581397 -o /tmp/evaluation-result-3251122-1303581397/solver-3251122-1303581397 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3251122-1303581397.cnf 643140626

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

MD5SUM BENCH= ba3b1702a651cd8da3e6cada8f2e97bc
RANDOM SEED=643140626

node138.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.854
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.854
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	: 5332.75
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.854
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.854
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.854
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.80
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.854
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.854
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.854
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:     32951124 kB
MemFree:      14656044 kB
Buffers:       2060004 kB
Cached:       14876148 kB
SwapCached:          0 kB
Active:       10495160 kB
Inactive:      7242664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14656044 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7000 kB
Writeback:           0 kB
AnonPages:      801436 kB
Mapped:          20108 kB
Slab:           493084 kB
PageTables:       6912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1163012 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= 71932 MiB
End job on node138 at 2011-04-23 20:18:19