Trace number 3265028

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) 1299.99 1300.02

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/
mod2c-rand3bip-sat-250-1.shuffled-as.sat05-2533.cnf
MD5SUMdb05e30798a5a29f39775d55b01c4246
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark156.638
Satisfiable
(Un)Satisfiability was proved
Number of variables349
Number of clauses2416
Sum of the clauses size10560
Maximum clause length6
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 41656
Number of clauses of size 5624
Number of clauses of size over 5136

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.00	c Parse Cnf success: #var: 349 #clause: 2416
0.00/0.00	c Find Units :          0
0.00/0.00	c Find Invs  :          0
0.00/0.00	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.00	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.00	c Find Ite   :          0
0.00/0.00	c UnDirect variable: 0
0.00/0.00	c UnDirect to Direct Gate: 0
0.00/0.00	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.00	c Break Cycle : 0
0.00/0.00	c Total Root : 0 Undef Var: 349
0.00/0.00	c After covering, Total Root: 0 Leaf: 0
0.00/0.00	c Variable( cover/uncovered/unused ): 0 349 0
0.00/0.00	c Unit Clauses: 0
0.00/0.00	c Binary Clauses( cover/uncovered ): 0 0
0.00/0.00	c Clauses( cover/uncovered ): 0 2416
0.00/0.00	c Total Clauses( cover/uncovered ): 0 2416 0%
0.00/0.00	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.00/0.00	c Uncover Clauses avg size: 4.37086 max size: 6
0.00/0.00	c Final circuit: i/l/o/s     349       0    2416      4616
0.00/0.00	c CnfToAig: Time: 0 s
0.01/0.02	c TmMap: Set choices finish.
0.01/0.02	c TmMap: Set big and: 2880
0.01/0.02	c TmMap: Origin: 4966 ClauseNum: 13848 --> New: 3230 ClauseNum: 11851
0.01/0.02	c TmMap: Time: 0.01
0.01/0.02	c Try to Add: #clause: 5760 #xorclause: 0
0.01/0.03	c #var: 813 #clauses: 2736 Solving... 
1299.98/1300.00	c Time Out !!
1299.98/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-3265028-1303573648/watcher-3265028-1303573648 -o /tmp/evaluation-result-3265028-1303573648/solver-3265028-1303573648 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3265028-1303573648.cnf 2039876574 

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: 1.15 2.78 3.53 4/189 20061
/proc/meminfo: memFree=18459096/32951124 swapFree=67111528/67111528
[pid=20061] ppid=20059 vsize=32364 CPUtime=0 cores=5,7
/proc/20061/stat : 20061 (qutersat_releas) R 20059 20061 19170 0 -1 4202496 1794 0 0 0 0 0 0 0 25 0 1 0 468963330 33140736 1728 33554432000 4194304 6016207 140733461729440 18446744073709551615 210204647296 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20061/statm: 8091 1728 396 445 0 1635 0

[startup+0.0201689 s]
/proc/loadavg: 1.15 2.78 3.53 4/189 20061
/proc/meminfo: memFree=18459096/32951124 swapFree=67111528/67111528
[pid=20061] ppid=20059 vsize=36972 CPUtime=0.01 cores=5,7
/proc/20061/stat : 20061 (qutersat_releas) R 20059 20061 19170 0 -1 4202496 3136 0 0 0 1 0 0 0 25 0 1 0 468963330 37859328 3070 33554432000 4194304 6016207 140733461729440 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20061/statm: 9243 3074 613 445 0 2787 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 36972

[startup+0.100154 s]
/proc/loadavg: 1.15 2.78 3.53 4/189 20061
/proc/meminfo: memFree=18459096/32951124 swapFree=67111528/67111528
[pid=20061] ppid=20059 vsize=48248 CPUtime=0.09 cores=5,7
/proc/20061/stat : 20061 (qutersat_releas) R 20059 20061 19170 0 -1 4202496 4123 0 0 0 9 0 0 0 25 0 1 0 468963330 49405952 4057 33554432000 4194304 6016207 140733461729440 18446744073709551615 4425987 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20061/statm: 12062 4057 722 445 0 5606 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48248

[startup+0.300122 s]
/proc/loadavg: 1.15 2.78 3.53 4/189 20061
/proc/meminfo: memFree=18459096/32951124 swapFree=67111528/67111528
[pid=20061] ppid=20059 vsize=56688 CPUtime=0.29 cores=5,7
/proc/20061/stat : 20061 (qutersat_releas) R 20059 20061 19170 0 -1 4202496 4330 0 0 0 29 0 0 0 25 0 1 0 468963330 58048512 4264 33554432000 4194304 6016207 140733461729440 18446744073709551615 4385186 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20061/statm: 14172 4264 722 445 0 7716 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56688

[startup+0.701064 s]
/proc/loadavg: 1.15 2.78 3.53 4/189 20061
/proc/meminfo: memFree=18459096/32951124 swapFree=67111528/67111528
[pid=20061] ppid=20059 vsize=65276 CPUtime=0.69 cores=5,7
/proc/20061/stat : 20061 (qutersat_releas) R 20059 20061 19170 0 -1 4202496 4678 0 0 0 69 0 0 0 25 0 1 0 468963330 66842624 4612 33554432000 4194304 6016207 140733461729440 18446744073709551615 4426916 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20061/statm: 16319 4612 722 445 0 9863 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65276

[startup+1.50092 s]
/proc/loadavg: 1.15 2.78 3.53 5/190 20062
/proc/meminfo: memFree=18428968/32951124 swapFree=67111528/67111528
[pid=20061] ppid=20059 vsize=82824 CPUtime=1.49 cores=5,7
/proc/20061/stat : 20061 (qutersat_releas) R 20059 20061 19170 0 -1 4202496 5278 0 0 0 149 0 0 0 25 0 1 0 468963330 84811776 5212 33554432000 4194304 6016207 140733461729440 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20061/statm: 20706 5212 726 445 0 14250 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82824

[startup+3.10065 s]
/proc/loadavg: 1.15 2.78 3.53 5/190 20062
/proc/meminfo: memFree=18415548/32951124 swapFree=67111528/67111528
[pid=20061] ppid=20059 vsize=82824 CPUtime=3.09 cores=5,7
/proc/20061/stat : 20061 (qutersat_releas) R 20059 20061 19170 0 -1 4202496 7338 0 0 0 309 0 0 0 25 0 1 0 468963330 84811776 7272 33554432000 4194304 6016207 140733461729440 18446744073709551615 4513207 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20061/statm: 20706 7272 733 445 0 14250 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 82824

[startup+6.30012 s]
/proc/loadavg: 1.38 2.80 3.53 5/190 20063
/proc/meminfo: memFree=18380084/32951124 swapFree=67111528/67111528
[pid=20061] ppid=20059 vsize=91792 CPUtime=6.29 cores=5,7
/proc/20061/stat : 20061 (qutersat_releas) R 20059 20061 19170 0 -1 4202496 8448 0 0 0 628 1 0 0 25 0 1 0 468963330 93995008 8382 33554432000 4194304 6016207 140733461729440 18446744073709551615 4371031 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20061/statm: 22948 8382 733 445 0 16492 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 91792

[startup+12.701 s]
/proc/loadavg: 1.59 2.81 3.53 5/190 20063
/proc/meminfo: memFree=18346272/32951124 swapFree=67111528/67111528
[pid=20061] ppid=20059 vsize=119344 CPUtime=12.69 cores=5,7
/proc/20061/stat : 20061 (qutersat_releas) R 20059 20061 19170 0 -1 4202496 10832 0 0 0 1268 1 0 0 25 0 1 0 468963330 122208256 10766 33554432000 4194304 6016207 140733461729440 18446744073709551615 4425457 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20061/statm: 29836 10766 733 445 0 23380 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 119344

[startup+25.5009 s]
/proc/loadavg: 2.12 2.87 3.54 5/190 20063
/proc/meminfo: memFree=18323460/32951124 swapFree=67111528/67111528
[pid=20061] ppid=20059 vsize=119344 CPUtime=25.49 cores=5,7
/proc/20061/stat : 20061 (qutersat_releas) R 20059 20061 19170 0 -1 4202496 12937 0 0 0 2547 2 0 0 25 0 1 0 468963330 122208256 12871 33554432000 4194304 6016207 140733461729440 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20061/statm: 29836 12871 733 445 0 23380 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 119344

[startup+51.1006 s]
/proc/loadavg: 2.76 2.96 3.55 5/190 20063
/proc/meminfo: memFree=18292636/32951124 swapFree=67111528/67111528
[pid=20061] ppid=20059 vsize=119344 CPUtime=51.09 cores=5,7
/proc/20061/stat : 20061 (qutersat_releas) R 20059 20061 19170 0 -1 4202496 14728 0 0 0 5107 2 0 0 25 0 1 0 468963330 122208256 14662 33554432000 4194304 6016207 140733461729440 18446744073709551615 4424309 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20061/statm: 29836 14662 733 445 0 23380 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 119344

[startup+102.306 s]
/proc/loadavg: 3.46 3.12 3.57 5/190 20065
/proc/meminfo: memFree=18209268/32951124 swapFree=67111528/67111528
[pid=20061] ppid=20059 vsize=129884 CPUtime=102.29 cores=5,7
/proc/20061/stat : 20061 (qutersat_releas) R 20059 20061 19170 0 -1 4202496 20389 0 0 0 10226 3 0 0 25 0 1 0 468963330 133001216 20323 33554432000 4194304 6016207 140733461729440 18446744073709551615 4425639 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20061/statm: 32471 20323 733 445 0 26015 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 129884

[startup+162.301 s]
/proc/loadavg: 3.80 3.28 3.60 5/190 20067
/proc/meminfo: memFree=18153308/32951124 swapFree=67111528/67111528
[pid=20061] ppid=20059 vsize=152176 CPUtime=162.29 cores=5,7
/proc/20061/stat : 20061 (qutersat_releas) R 20059 20061 19170 0 -1 4202496 24604 0 0 0 16225 4 0 0 25 0 1 0 468963330 155828224 24538 33554432000 4194304 6016207 140733461729440 18446744073709551615 4424226 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20061/statm: 38044 24538 733 445 0 31588 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 152176

[startup+222.301 s]
/proc/loadavg: 3.88 3.39 3.61 5/190 20122
/proc/meminfo: memFree=17985576/32951124 swapFree=67111528/67111528
[pid=20061] ppid=20059 vsize=152176 CPUtime=222.29 cores=5,7
/proc/20061/stat : 20061 (qutersat_releas) R 20059 20061 19170 0 -1 4202496 27528 0 0 0 22225 4 0 0 25 0 1 0 468963330 155828224 27462 33554432000 4194304 6016207 140733461729440 18446744073709551615 4513192 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20061/statm: 38044 27462 733 445 0 31588 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 152176

[startup+282.301 s]
/proc/loadavg: 3.95 3.50 3.64 5/190 20124
/proc/meminfo: memFree=17844328/32951124 swapFree=67111528/67111528
[pid=20061] ppid=20059 vsize=164520 CPUtime=282.28 cores=5,7
/proc/20061/stat : 20061 (qutersat_releas) R 20059 20061 19170 0 -1 4202496 29164 0 0 0 28224 4 0 0 25 0 1 0 468963330 168468480 29098 33554432000 4194304 6016207 140733461729440 18446744073709551615 4425984 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20061/statm: 41130 29098 733 445 0 34674 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 164520

[startup+342.301 s]
/proc/loadavg: 4.04 3.60 3.66 5/190 20125
/proc/meminfo: memFree=17769252/32951124 swapFree=67111528/67111528
[pid=20061] ppid=20059 vsize=164520 CPUtime=342.29 cores=5,7
/proc/20061/stat : 20061 (qutersat_releas) R 20059 20061 19170 0 -1 4202496 29759 0 0 0 34224 5 0 0 25 0 1 0 468963330 168468480 29693 33554432000 4194304 6016207 140733461729440 18446744073709551615 4513280 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20061/statm: 41130 29693 733 445 0 34674 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 164520

[startup+402.301 s]
/proc/loadavg: 4.01 3.67 3.68 5/190 20127
/proc/meminfo: memFree=17672500/32951124 swapFree=67111528/67111528
[pid=20061] ppid=20059 vsize=164520 CPUtime=402.28 cores=5,7
/proc/20061/stat : 20061 (qutersat_releas) R 20059 20061 19170 0 -1 4202496 29918 0 0 0 40223 5 0 0 25 0 1 0 468963330 168468480 29851 33554432000 4194304 6016207 140733461729440 18446744073709551615 4425486 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20061/statm: 41130 29851 733 445 0 34674 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 164520

[startup+462.301 s]
/proc/loadavg: 4.00 3.73 3.70 5/190 20129
/proc/meminfo: memFree=17591976/32951124 swapFree=67111528/67111528
[pid=20061] ppid=20059 vsize=164520 CPUtime=462.28 cores=5,7
/proc/20061/stat : 20061 (qutersat_releas) R 20059 20061 19170 0 -1 4202496 31593 0 0 0 46222 6 0 0 25 0 1 0 468963330 168468480 31517 33554432000 4194304 6016207 140733461729440 18446744073709551615 4425478 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20061/statm: 41130 31517 733 445 0 34674 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 164520

[startup+522.301 s]
/proc/loadavg: 4.00 3.78 3.71 5/190 20130
/proc/meminfo: memFree=17496584/32951124 swapFree=67111528/67111528
[pid=20061] ppid=20059 vsize=177880 CPUtime=522.28 cores=5,7
/proc/20061/stat : 20061 (qutersat_releas) R 20059 20061 19170 0 -1 4202496 33590 0 0 0 52222 6 0 0 25 0 1 0 468963330 182149120 33497 33554432000 4194304 6016207 140733461729440 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20061/statm: 44470 33497 733 445 0 38014 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 177880

[startup+582.301 s]
/proc/loadavg: 4.04 3.83 3.73 5/190 20132
/proc/meminfo: memFree=17453028/32951124 swapFree=67111528/67111528
[pid=20061] ppid=20059 vsize=177880 CPUtime=582.28 cores=5,7
/proc/20061/stat : 20061 (qutersat_releas) R 20059 20061 19170 0 -1 4202496 34552 0 0 0 58222 6 0 0 25 0 1 0 468963330 182149120 34451 33554432000 4194304 6016207 140733461729440 18446744073709551615 4513284 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20061/statm: 44470 34451 733 445 0 38014 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 177880

[startup+642.3 s]
/proc/loadavg: 4.01 3.86 3.75 5/190 20133
/proc/meminfo: memFree=17367296/32951124 swapFree=67111528/67111528
[pid=20061] ppid=20059 vsize=232240 CPUtime=642.28 cores=5,7
/proc/20061/stat : 20061 (qutersat_releas) R 20059 20061 19170 0 -1 4202496 37137 0 0 0 64221 7 0 0 25 0 1 0 468963330 237813760 37012 33554432000 4194304 6016207 140733461729440 18446744073709551615 4425478 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20061/statm: 58060 37012 733 445 0 51604 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 232240

[startup+702.3 s]
/proc/loadavg: 4.00 3.88 3.76 5/190 20135
/proc/meminfo: memFree=17273880/32951124 swapFree=67111528/67111528
[pid=20061] ppid=20059 vsize=232240 CPUtime=702.27 cores=5,7
/proc/20061/stat : 20061 (qutersat_releas) R 20059 20061 19170 0 -1 4202496 37799 0 0 0 70220 7 0 0 25 0 1 0 468963330 237813760 37660 33554432000 4194304 6016207 140733461729440 18446744073709551615 4513147 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20061/statm: 58060 37660 733 445 0 51604 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 232240

[startup+762.306 s]
/proc/loadavg: 4.00 3.90 3.77 5/190 20137
/proc/meminfo: memFree=17234156/32951124 swapFree=67111528/67111528
[pid=20061] ppid=20059 vsize=232240 CPUtime=762.29 cores=5,7
/proc/20061/stat : 20061 (qutersat_releas) R 20059 20061 19170 0 -1 4202496 38604 0 0 0 76221 8 0 0 25 0 1 0 468963330 237813760 38449 33554432000 4194304 6016207 140733461729440 18446744073709551615 4425987 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20061/statm: 58060 38449 733 445 0 51604 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 232240

[startup+822.3 s]
/proc/loadavg: 4.00 3.92 3.78 5/190 20147
/proc/meminfo: memFree=17188000/32951124 swapFree=67111528/67111528
[pid=20061] ppid=20059 vsize=232240 CPUtime=822.28 cores=5,7
/proc/20061/stat : 20061 (qutersat_releas) R 20059 20061 19170 0 -1 4202496 39470 0 0 0 82220 8 0 0 25 0 1 0 468963330 237813760 39298 33554432000 4194304 6016207 140733461729440 18446744073709551615 4513192 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20061/statm: 58060 39298 733 445 0 51604 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 232240

[startup+882.3 s]
/proc/loadavg: 4.00 3.93 3.79 5/190 20149
/proc/meminfo: memFree=17175320/32951124 swapFree=67111528/67111528
[pid=20061] ppid=20059 vsize=232240 CPUtime=882.28 cores=5,7
/proc/20061/stat : 20061 (qutersat_releas) R 20059 20061 19170 0 -1 4202496 39470 0 0 0 88220 8 0 0 25 0 1 0 468963330 237813760 39298 33554432000 4194304 6016207 140733461729440 18446744073709551615 4513147 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20061/statm: 58060 39298 733 445 0 51604 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 232240

[startup+942.3 s]
/proc/loadavg: 4.00 3.94 3.80 5/190 20150
/proc/meminfo: memFree=17169084/32951124 swapFree=67111528/67111528
[pid=20061] ppid=20059 vsize=246364 CPUtime=942.27 cores=5,7
/proc/20061/stat : 20061 (qutersat_releas) R 20059 20061 19170 0 -1 4202496 40499 0 0 0 94219 8 0 0 25 0 1 0 468963330 252276736 40289 33554432000 4194304 6016207 140733461729440 18446744073709551615 4425489 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20061/statm: 61591 40289 733 445 0 55135 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 246364

[startup+1002.3 s]
/proc/loadavg: 4.00 3.95 3.82 5/190 20154
/proc/meminfo: memFree=17142632/32951124 swapFree=67111528/67111528
[pid=20061] ppid=20059 vsize=246364 CPUtime=1002.27 cores=5,7
/proc/20061/stat : 20061 (qutersat_releas) R 20059 20061 19170 0 -1 4202496 46161 0 0 0 100218 9 0 0 25 0 1 0 468963330 252276736 45951 33554432000 4194304 6016207 140733461729440 18446744073709551615 4513198 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20061/statm: 61591 45951 733 445 0 55135 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 246364

[startup+1062.3 s]
/proc/loadavg: 4.00 3.95 3.82 5/190 20157
/proc/meminfo: memFree=17127036/32951124 swapFree=67111528/67111528
[pid=20061] ppid=20059 vsize=246364 CPUtime=1062.27 cores=5,7
/proc/20061/stat : 20061 (qutersat_releas) R 20059 20061 19170 0 -1 4202496 47225 0 0 0 106218 9 0 0 25 0 1 0 468963330 252276736 47015 33554432000 4194304 6016207 140733461729440 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20061/statm: 61591 47015 733 445 0 55135 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 246364

[startup+1122.3 s]
/proc/loadavg: 4.10 3.99 3.84 5/190 20158
/proc/meminfo: memFree=17094140/32951124 swapFree=67111528/67111528
[pid=20061] ppid=20059 vsize=305336 CPUtime=1122.27 cores=5,7
/proc/20061/stat : 20061 (qutersat_releas) R 20059 20061 19170 0 -1 4202496 48153 0 0 0 112218 9 0 0 25 0 1 0 468963330 312664064 47900 33554432000 4194304 6016207 140733461729440 18446744073709551615 4425459 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20061/statm: 76334 47900 733 445 0 69878 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 305336

[startup+1182.3 s]
/proc/loadavg: 4.09 4.00 3.85 5/190 20160
/proc/meminfo: memFree=17060728/32951124 swapFree=67111528/67111528
[pid=20061] ppid=20059 vsize=305336 CPUtime=1182.27 cores=5,7
/proc/20061/stat : 20061 (qutersat_releas) R 20059 20061 19170 0 -1 4202496 48349 0 0 0 118218 9 0 0 25 0 1 0 468963330 312664064 48096 33554432000 4194304 6016207 140733461729440 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20061/statm: 76334 48096 733 445 0 69878 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 305336

[startup+1242.3 s]
/proc/loadavg: 3.50 3.86 3.81 4/184 20178
/proc/meminfo: memFree=17170992/32951124 swapFree=67111528/67111528
[pid=20061] ppid=20059 vsize=305336 CPUtime=1242.27 cores=5,7
/proc/20061/stat : 20061 (qutersat_releas) R 20059 20061 19170 0 -1 4202496 57059 0 0 0 124216 11 0 0 25 0 1 0 468963330 312664064 56783 33554432000 4194304 6016207 140733461729440 18446744073709551615 4425641 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20061/statm: 76334 56783 733 445 0 69878 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 305336



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.18 3.70 3.76 3/183 20181
/proc/meminfo: memFree=17431616/32951124 swapFree=67111528/67111528
[pid=20061] ppid=20059 vsize=305336 CPUtime=1299.98 cores=5,7
/proc/20061/stat : 20061 (qutersat_releas) R 20059 20061 19170 0 -1 4202496 59015 0 0 0 129986 12 0 0 25 0 1 0 468963330 312664064 58739 33554432000 4194304 6016207 140733461729440 18446744073709551615 4513198 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20061/statm: 76334 58739 733 445 0 69878 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 305336

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): 1299.99
CPU user time (s): 1299.86
CPU system time (s): 0.131979
CPU usage (%): 99.9981
Max. virtual memory (cumulated for all children) (KiB): 305336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.86
system time used= 0.131979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59020
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 2347

runsolver used 2.08668 second user time and 4.75128 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-23 17:47:28
IDJOB=3265028
IDBENCH=85368
IDSOLVER=1607
FILE ID=node130/3265028-1303573648
RUNJOBID= node130-1303573648-20022
PBS_JOBID= 13150296
Free space on /tmp= 71840 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/mod2c-rand3bip-sat-250-1.shuffled-as.sat05-2533.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265028-1303573648/watcher-3265028-1303573648 -o /tmp/evaluation-result-3265028-1303573648/solver-3265028-1303573648 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3265028-1303573648.cnf 2039876574

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

MD5SUM BENCH= db05e30798a5a29f39775d55b01c4246
RANDOM SEED=2039876574

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18459368 kB
Buffers:       2091168 kB
Cached:       11753404 kB
SwapCached:          0 kB
Active:        6378100 kB
Inactive:      7568684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18459368 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7404 kB
Writeback:           4 kB
AnonPages:      101576 kB
Mapped:          19268 kB
Slab:           480544 kB
PageTables:       5940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   319688 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= 71844 MiB
End job on node130 at 2011-04-23 18:09:10