Trace number 3265644

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.05 1300.02

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-ukn009.shuffled-as.sat05-3849.cnf
MD5SUMf2a1eb7937a7cda114ce344a30ca1145
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark824.93
Satisfiable
(Un)Satisfiability was proved
Number of variables2969
Number of clauses18718
Sum of the clauses size134151
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2435
Number of clauses of size 32341
Number of clauses of size 4498
Number of clauses of size 5677
Number of clauses of size over 514725

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 2969 #clause: 18718
0.00/0.01	c Find Units :         35
0.00/0.01	c Find Invs  :         21
0.00/0.02	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.02	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.02	c Find Ite   :          0
0.00/0.02	c UnDirect variable: 42
0.00/0.02	c UnDirect to Direct Gate: 16
0.00/0.02	c Forced Direct Gate: 16 Unuse unDirect Gate: 21
0.00/0.02	c Break Cycle : 0
0.00/0.02	c Total Root : 16 Undef Var: 2953
0.00/0.02	c After covering, Total Root: 16 Leaf: 35
0.00/0.02	c Variable( cover/uncovered/unused ): 51 2918 0
0.00/0.02	c Unit Clauses: 35
0.00/0.02	c Binary Clauses( cover/uncovered ): 32 382
0.00/0.02	c Clauses( cover/uncovered ): 0 17929
0.00/0.02	c Total Clauses( cover/uncovered ): 67 18311 0.364566%
0.00/0.02	c Covered Ands: 0 Invs: 16 Xors: 0 Ites: 0
0.05/0.07	c Uncover Clauses avg size: 7.13686 max size: 13
0.05/0.07	c Final circuit: i/l/o/s    2927       0   16946     59704
0.05/0.07	c CnfToAig: Time: 0.06 s
0.09/0.16	c TmMap: Set choices finish.
0.09/0.19	c TmMap: Set big and: 27824
0.09/0.19	c TmMap: Origin: 62632 ClauseNum: 179112 --> New: 30752 ClauseNum: 118304
0.09/0.19	c TmMap: Time: 0.05
0.19/0.20	c Try to Add: #clause: 55648 #xorclause: 0
0.19/0.22	c #var: 13805 #clauses: 26253 Solving... 
1300.02/1300.00	c Time Out !!
1300.02/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-3265644-1303576941/watcher-3265644-1303576941 -o /tmp/evaluation-result-3265644-1303576941/solver-3265644-1303576941 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3265644-1303576941.cnf 201361356 

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.53 3.90 3.95 2/179 15724
/proc/meminfo: memFree=14451020/32951124 swapFree=67111524/67111528
[pid=15724] ppid=15722 vsize=32364 CPUtime=0 cores=0,2
/proc/15724/stat : 15724 (qutersat_releas) R 15722 15724 14679 0 -1 4202496 1774 0 0 0 0 0 0 0 23 0 1 0 469292088 33140736 1708 33554432000 4194304 6016207 140734532238832 18446744073709551615 4309240 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15724/statm: 8091 1708 379 445 0 1635 0

[startup+0.05556 s]
/proc/loadavg: 3.53 3.90 3.95 2/179 15724
/proc/meminfo: memFree=14451020/32951124 swapFree=67111524/67111528
[pid=15724] ppid=15722 vsize=36972 CPUtime=0.05 cores=0,2
/proc/15724/stat : 15724 (qutersat_releas) R 15722 15724 14679 0 -1 4202496 3045 0 0 0 5 0 0 0 18 0 1 0 469292088 37859328 2979 33554432000 4194304 6016207 140734532238832 18446744073709551615 4264231 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15724/statm: 9243 2980 400 445 0 2787 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 36972

[startup+0.100557 s]
/proc/loadavg: 3.53 3.90 3.95 2/179 15724
/proc/meminfo: memFree=14451020/32951124 swapFree=67111524/67111528
[pid=15724] ppid=15722 vsize=48408 CPUtime=0.09 cores=0,2
/proc/15724/stat : 15724 (qutersat_releas) R 15722 15724 14679 0 -1 4202496 6086 0 0 0 9 0 0 0 18 0 1 0 469292088 49569792 6020 33554432000 4194304 6016207 140734532238832 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15724/statm: 12102 6022 670 445 0 5646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48408

[startup+0.300543 s]
/proc/loadavg: 3.53 3.90 3.95 2/179 15724
/proc/meminfo: memFree=14451020/32951124 swapFree=67111524/67111528
[pid=15724] ppid=15722 vsize=61268 CPUtime=0.29 cores=0,2
/proc/15724/stat : 15724 (qutersat_releas) R 15722 15724 14679 0 -1 4202496 9402 0 0 0 28 1 0 0 18 0 1 0 469292088 62738432 9336 33554432000 4194304 6016207 140734532238832 18446744073709551615 4425561 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15724/statm: 15317 9336 695 445 0 8861 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 61268

[startup+0.700476 s]
/proc/loadavg: 3.53 3.90 3.95 2/179 15724
/proc/meminfo: memFree=14451020/32951124 swapFree=67111524/67111528
[pid=15724] ppid=15722 vsize=62292 CPUtime=0.69 cores=0,2
/proc/15724/stat : 15724 (qutersat_releas) R 15722 15724 14679 0 -1 4202496 9665 0 0 0 68 1 0 0 18 0 1 0 469292088 63787008 9599 33554432000 4194304 6016207 140734532238832 18446744073709551615 4425116 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15724/statm: 15573 9599 700 445 0 9117 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 62292

[startup+1.50034 s]
/proc/loadavg: 3.53 3.90 3.95 5/190 15745
/proc/meminfo: memFree=14305556/32951124 swapFree=67111524/67111528
[pid=15724] ppid=15722 vsize=77504 CPUtime=1.49 cores=0,2
/proc/15724/stat : 15724 (qutersat_releas) R 15722 15724 14679 0 -1 4202496 11531 0 0 0 148 1 0 0 19 0 1 0 469292088 79364096 11465 33554432000 4194304 6016207 140734532238832 18446744073709551615 4385036 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15724/statm: 19376 11465 723 445 0 12920 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 77504

[startup+3.10105 s]
/proc/loadavg: 3.53 3.90 3.95 5/190 15745
/proc/meminfo: memFree=14287000/32951124 swapFree=67111524/67111528
[pid=15724] ppid=15722 vsize=96152 CPUtime=3.09 cores=0,2
/proc/15724/stat : 15724 (qutersat_releas) R 15722 15724 14679 0 -1 4202496 12705 0 0 0 308 1 0 0 25 0 1 0 469292088 98459648 12639 33554432000 4194304 6016207 140734532238832 18446744073709551615 4425552 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15724/statm: 24038 12639 731 445 0 17582 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 96152

[startup+6.30049 s]
/proc/loadavg: 3.57 3.90 3.95 5/190 15772
/proc/meminfo: memFree=14262852/32951124 swapFree=67111524/67111528
[pid=15724] ppid=15722 vsize=114704 CPUtime=6.29 cores=0,2
/proc/15724/stat : 15724 (qutersat_releas) R 15722 15724 14679 0 -1 4202496 13864 0 0 0 628 1 0 0 25 0 1 0 469292088 117456896 13798 33554432000 4194304 6016207 140734532238832 18446744073709551615 4425616 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15724/statm: 28676 13798 731 445 0 22220 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 114704

[startup+12.7004 s]
/proc/loadavg: 3.60 3.90 3.95 5/190 15772
/proc/meminfo: memFree=14214232/32951124 swapFree=67111524/67111528
[pid=15724] ppid=15722 vsize=133568 CPUtime=12.69 cores=0,2
/proc/15724/stat : 15724 (qutersat_releas) R 15722 15724 14679 0 -1 4202496 16207 0 0 0 1267 2 0 0 25 0 1 0 469292088 136773632 16134 33554432000 4194304 6016207 140734532238832 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15724/statm: 33392 16134 731 445 0 26936 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 133568

[startup+25.5011 s]
/proc/loadavg: 3.69 3.91 3.95 5/190 15773
/proc/meminfo: memFree=14179176/32951124 swapFree=67111524/67111528
[pid=15724] ppid=15722 vsize=133568 CPUtime=25.49 cores=0,2
/proc/15724/stat : 15724 (qutersat_releas) R 15722 15724 14679 0 -1 4202496 17746 0 0 0 2547 2 0 0 25 0 1 0 469292088 136773632 17671 33554432000 4194304 6016207 140734532238832 18446744073709551615 4425463 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15724/statm: 33392 17671 731 445 0 26936 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 133568

[startup+51.1006 s]
/proc/loadavg: 3.80 3.91 3.95 5/190 15774
/proc/meminfo: memFree=14125392/32951124 swapFree=67111524/67111528
[pid=15724] ppid=15722 vsize=133568 CPUtime=51.09 cores=0,2
/proc/15724/stat : 15724 (qutersat_releas) R 15722 15724 14679 0 -1 4202496 20485 0 0 0 5106 3 0 0 25 0 1 0 469292088 136773632 20410 33554432000 4194304 6016207 140734532238832 18446744073709551615 4426099 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15724/statm: 33392 20410 733 445 0 26936 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 133568

[startup+102.307 s]
/proc/loadavg: 3.91 3.92 3.95 5/190 15775
/proc/meminfo: memFree=14045904/32951124 swapFree=67111524/67111528
[pid=15724] ppid=15722 vsize=144584 CPUtime=102.3 cores=0,2
/proc/15724/stat : 15724 (qutersat_releas) R 15722 15724 14679 0 -1 4202496 25180 0 0 0 10226 4 0 0 25 0 1 0 469292088 148054016 25105 33554432000 4194304 6016207 140734532238832 18446744073709551615 4425987 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15724/statm: 36146 25105 733 445 0 29690 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 144584

[startup+162.301 s]
/proc/loadavg: 3.96 3.94 3.95 5/190 15776
/proc/meminfo: memFree=13971372/32951124 swapFree=67111524/67111528
[pid=15724] ppid=15722 vsize=167436 CPUtime=162.29 cores=0,2
/proc/15724/stat : 15724 (qutersat_releas) R 15722 15724 14679 0 -1 4202496 29929 0 0 0 16225 4 0 0 25 0 1 0 469292088 171454464 29814 33554432000 4194304 6016207 140734532238832 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15724/statm: 41859 29814 733 445 0 35403 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 167436

[startup+222.301 s]
/proc/loadavg: 4.02 3.96 3.95 5/190 15778
/proc/meminfo: memFree=13959564/32951124 swapFree=67111524/67111528
[pid=15724] ppid=15722 vsize=167436 CPUtime=222.29 cores=0,2
/proc/15724/stat : 15724 (qutersat_releas) R 15722 15724 14679 0 -1 4202496 30236 0 0 0 22225 4 0 0 25 0 1 0 469292088 171454464 30121 33554432000 4194304 6016207 140734532238832 18446744073709551615 4425659 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15724/statm: 41859 30121 733 445 0 35403 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 167436

[startup+282.301 s]
/proc/loadavg: 4.01 3.97 3.95 5/190 15780
/proc/meminfo: memFree=13924840/32951124 swapFree=67111524/67111528
[pid=15724] ppid=15722 vsize=167436 CPUtime=282.3 cores=0,2
/proc/15724/stat : 15724 (qutersat_releas) R 15722 15724 14679 0 -1 4202496 32438 0 0 0 28224 6 0 0 25 0 1 0 469292088 171454464 32315 33554432000 4194304 6016207 140734532238832 18446744073709551615 4371192 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15724/statm: 41859 32315 733 445 0 35403 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 167436

[startup+342.301 s]
/proc/loadavg: 4.07 3.99 3.96 5/190 15781
/proc/meminfo: memFree=13914292/32951124 swapFree=67111524/67111528
[pid=15724] ppid=15722 vsize=179896 CPUtime=342.3 cores=0,2
/proc/15724/stat : 15724 (qutersat_releas) R 15722 15724 14679 0 -1 4202496 34050 0 0 0 34224 6 0 0 25 0 1 0 469292088 184213504 33927 33554432000 4194304 6016207 140734532238832 18446744073709551615 4425476 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15724/statm: 44974 33927 733 445 0 38518 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 179896

[startup+402.301 s]
/proc/loadavg: 4.02 3.99 3.96 5/190 15783
/proc/meminfo: memFree=13862824/32951124 swapFree=67111524/67111528
[pid=15724] ppid=15722 vsize=179896 CPUtime=402.3 cores=0,2
/proc/15724/stat : 15724 (qutersat_releas) R 15722 15724 14679 0 -1 4202496 34296 0 0 0 40224 6 0 0 25 0 1 0 469292088 184213504 34173 33554432000 4194304 6016207 140734532238832 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15724/statm: 44974 34173 733 445 0 38518 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 179896

[startup+462.3 s]
/proc/loadavg: 4.01 3.99 3.96 5/190 15784
/proc/meminfo: memFree=13828832/32951124 swapFree=67111524/67111528
[pid=15724] ppid=15722 vsize=179896 CPUtime=462.31 cores=0,2
/proc/15724/stat : 15724 (qutersat_releas) R 15722 15724 14679 0 -1 4202496 37623 0 0 0 46224 7 0 0 25 0 1 0 469292088 184213504 37438 33554432000 4194304 6016207 140734532238832 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15724/statm: 44974 37438 733 445 0 38518 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 179896

[startup+522.301 s]
/proc/loadavg: 4.00 3.99 3.96 5/190 15786
/proc/meminfo: memFree=13791500/32951124 swapFree=67111524/67111528
[pid=15724] ppid=15722 vsize=193428 CPUtime=522.31 cores=0,2
/proc/15724/stat : 15724 (qutersat_releas) R 15722 15724 14679 0 -1 4202496 40537 0 0 0 52223 8 0 0 25 0 1 0 469292088 198070272 40351 33554432000 4194304 6016207 140734532238832 18446744073709551615 4425601 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15724/statm: 48357 40351 733 445 0 41901 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 193428

[startup+582.3 s]
/proc/loadavg: 3.56 3.88 3.92 4/184 15805
/proc/meminfo: memFree=13960920/32951124 swapFree=67111524/67111528
[pid=15724] ppid=15722 vsize=193428 CPUtime=582.31 cores=0,2
/proc/15724/stat : 15724 (qutersat_releas) R 15722 15724 14679 0 -1 4202496 40542 0 0 0 58223 8 0 0 25 0 1 0 469292088 198070272 40351 33554432000 4194304 6016207 140734532238832 18446744073709551615 4424309 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15724/statm: 48357 40351 733 445 0 41901 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 193428

[startup+642.301 s]
/proc/loadavg: 3.20 3.71 3.86 4/184 15806
/proc/meminfo: memFree=13934740/32951124 swapFree=67111524/67111528
[pid=15724] ppid=15722 vsize=206936 CPUtime=642.31 cores=0,2
/proc/15724/stat : 15724 (qutersat_releas) R 15722 15724 14679 0 -1 4202496 43826 0 0 0 64223 8 0 0 25 0 1 0 469292088 211902464 43620 33554432000 4194304 6016207 140734532238832 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15724/statm: 51734 43620 733 445 0 45278 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 206936

[startup+702.3 s]
/proc/loadavg: 3.07 3.58 3.80 4/184 15808
/proc/meminfo: memFree=13932992/32951124 swapFree=67111524/67111528
[pid=15724] ppid=15722 vsize=220540 CPUtime=702.3 cores=0,2
/proc/15724/stat : 15724 (qutersat_releas) R 15722 15724 14679 0 -1 4202496 43915 0 0 0 70222 8 0 0 25 0 1 0 469292088 225832960 43694 33554432000 4194304 6016207 140734532238832 18446744073709551615 4426916 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15724/statm: 55135 43694 733 445 0 48679 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 220540

[startup+762.307 s]
/proc/loadavg: 3.07 3.49 3.76 4/184 15809
/proc/meminfo: memFree=13921204/32951124 swapFree=67111524/67111528
[pid=15724] ppid=15722 vsize=220540 CPUtime=762.31 cores=0,2
/proc/15724/stat : 15724 (qutersat_releas) R 15722 15724 14679 0 -1 4202496 43915 0 0 0 76223 8 0 0 25 0 1 0 469292088 225832960 43684 33554432000 4194304 6016207 140734532238832 18446744073709551615 4425659 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15724/statm: 55135 43684 733 445 0 48679 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 220540

[startup+822.3 s]
/proc/loadavg: 3.02 3.40 3.71 4/184 15811
/proc/meminfo: memFree=13896888/32951124 swapFree=67111524/67111528
[pid=15724] ppid=15722 vsize=234568 CPUtime=822.31 cores=0,2
/proc/15724/stat : 15724 (qutersat_releas) R 15722 15724 14679 0 -1 4202496 46731 0 0 0 82222 9 0 0 25 0 1 0 469292088 240197632 46478 33554432000 4194304 6016207 140734532238832 18446744073709551615 4640742 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15724/statm: 58642 46478 746 445 0 52186 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 234568

[startup+882.301 s]
/proc/loadavg: 3.01 3.32 3.66 4/184 15813
/proc/meminfo: memFree=13854472/32951124 swapFree=67111524/67111528
[pid=15724] ppid=15722 vsize=304820 CPUtime=882.31 cores=0,2
/proc/15724/stat : 15724 (qutersat_releas) R 15722 15724 14679 0 -1 4202496 51819 0 0 0 88220 11 0 0 25 0 1 0 469292088 312135680 51536 33554432000 4194304 6016207 140734532238832 18446744073709551615 4425995 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15724/statm: 76205 51536 746 445 0 69749 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 304820

[startup+942.3 s]
/proc/loadavg: 3.04 3.27 3.62 4/184 15814
/proc/meminfo: memFree=13853464/32951124 swapFree=67111524/67111528
[pid=15724] ppid=15722 vsize=304820 CPUtime=942.31 cores=0,2
/proc/15724/stat : 15724 (qutersat_releas) R 15722 15724 14679 0 -1 4202496 52953 0 0 0 94220 11 0 0 25 0 1 0 469292088 312135680 52670 33554432000 4194304 6016207 140734532238832 18446744073709551615 4425843 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15724/statm: 76205 52670 746 445 0 69749 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 304820

[startup+1002.3 s]
/proc/loadavg: 2.73 3.16 3.56 3/178 15833
/proc/meminfo: memFree=14063104/32951124 swapFree=67111524/67111528
[pid=15724] ppid=15722 vsize=304820 CPUtime=1002.31 cores=0,2
/proc/15724/stat : 15724 (qutersat_releas) R 15722 15724 14679 0 -1 4202496 55005 0 0 0 100220 11 0 0 25 0 1 0 469292088 312135680 54700 33554432000 4194304 6016207 140734532238832 18446744073709551615 4378500 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15724/statm: 76205 54700 746 445 0 69749 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 304820

[startup+1062.3 s]
/proc/loadavg: 2.27 2.94 3.46 3/178 15834
/proc/meminfo: memFree=14050684/32951124 swapFree=67111524/67111528
[pid=15724] ppid=15722 vsize=304820 CPUtime=1062.31 cores=0,2
/proc/15724/stat : 15724 (qutersat_releas) R 15722 15724 14679 0 -1 4202496 55260 0 0 0 106220 11 0 0 25 0 1 0 469292088 312135680 54955 33554432000 4194304 6016207 140734532238832 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15724/statm: 76205 54955 746 445 0 69749 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 304820

[startup+1122.3 s]
/proc/loadavg: 2.10 2.77 3.36 3/178 15845
/proc/meminfo: memFree=14049300/32951124 swapFree=67111524/67111528
[pid=15724] ppid=15722 vsize=304820 CPUtime=1122.31 cores=0,2
/proc/15724/stat : 15724 (qutersat_releas) R 15722 15724 14679 0 -1 4202496 55633 0 0 0 112220 11 0 0 25 0 1 0 469292088 312135680 55328 33554432000 4194304 6016207 140734532238832 18446744073709551615 4425641 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15724/statm: 76205 55328 746 445 0 69749 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 304820

[startup+1182.3 s]
/proc/loadavg: 2.03 2.63 3.27 3/178 15847
/proc/meminfo: memFree=14036692/32951124 swapFree=67111524/67111528
[pid=15724] ppid=15722 vsize=304820 CPUtime=1182.32 cores=0,2
/proc/15724/stat : 15724 (qutersat_releas) R 15722 15724 14679 0 -1 4202496 55864 0 0 0 118220 12 0 0 25 0 1 0 469292088 312135680 55536 33554432000 4194304 6016207 140734532238832 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15724/statm: 76205 55536 746 445 0 69749 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 304820

[startup+1242.3 s]
/proc/loadavg: 2.01 2.51 3.19 3/178 15848
/proc/meminfo: memFree=14031712/32951124 swapFree=67111524/67111528
[pid=15724] ppid=15722 vsize=304820 CPUtime=1242.32 cores=0,2
/proc/15724/stat : 15724 (qutersat_releas) R 15722 15724 14679 0 -1 4202496 55864 0 0 0 124220 12 0 0 25 0 1 0 469292088 312135680 55536 33554432000 4194304 6016207 140734532238832 18446744073709551615 4425616 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15724/statm: 76205 55536 746 445 0 69749 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 304820



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.41 3.11 3/178 15850
/proc/meminfo: memFree=14018064/32951124 swapFree=67111524/67111528
[pid=15724] ppid=15722 vsize=304820 CPUtime=1300.02 cores=0,2
/proc/15724/stat : 15724 (qutersat_releas) R 15722 15724 14679 0 -1 4202496 58930 0 0 0 129990 12 0 0 25 0 1 0 469292088 312135680 58575 33554432000 4194304 6016207 140734532238832 18446744073709551615 4425666 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/15724/statm: 76205 58575 746 445 0 69749 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 304820

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.02
CPU time (s): 1300.05
CPU user time (s): 1299.91
CPU system time (s): 0.141978
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 304820

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

runsolver used 2.23266 second user time and 4.71128 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-23 18:42:21
IDJOB=3265644
IDBENCH=85793
IDSOLVER=1607
FILE ID=node136/3265644-1303576941
RUNJOBID= node136-1303576941-15702
PBS_JOBID= 13150311
Free space on /tmp= 71632 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT05/crafted/sorge05/QG7a/gensys-ukn009.shuffled-as.sat05-3849.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265644-1303576941/watcher-3265644-1303576941 -o /tmp/evaluation-result-3265644-1303576941/solver-3265644-1303576941 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3265644-1303576941.cnf 201361356

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

MD5SUM BENCH= f2a1eb7937a7cda114ce344a30ca1145
RANDOM SEED=201361356

node136.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	: 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.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.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.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.76
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.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.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.83
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.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.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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14451912 kB
Buffers:       1700344 kB
Cached:       16160820 kB
SwapCached:          4 kB
Active:        9431340 kB
Inactive:      8501844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14451912 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            4480 kB
Writeback:           0 kB
AnonPages:       71340 kB
Mapped:          15200 kB
Slab:           501228 kB
PageTables:       5416 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   222860 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= 71632 MiB
End job on node136 at 2011-04-23 19:04:03