Trace number 3421307

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-05-12 (fixed)? (TO) 5000.12 5000.04

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2-rand3bip-sat/
mod2-rand3bip-sat-270-1.shuffled-as.sat05-2248.cnf
MD5SUM51d9aefd9da7f94abc32dd024090dc46
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.005998
Satisfiable
(Un)Satisfiability was proved
Number of variables270
Number of clauses1080
Sum of the clauses size3240
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31080
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.00	c Parse Cnf success: #var: 270 #clause: 1080
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  :        270 AvgFaninNum: 2
0.00/0.00	c Find Ite   :          4
0.00/0.00	c UnDirect variable: 266
0.00/0.00	c UnDirect to Direct Gate: 265
0.00/0.00	c Forced Direct Gate: 64 Unuse unDirect Gate: 9
0.00/0.00	c Break Cycle : 60
0.00/0.00	c Total Root : 0 Undef Var: 63
0.00/0.00	c After covering, Total Root: 17 Leaf: 63
0.00/0.00	c Variable( cover/uncovered/unused ): 270 0 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 ): 828 252
0.00/0.00	c Total Clauses( cover/uncovered ): 828 252 76.6667%
0.00/0.00	c Covered Ands: 0 Invs: 0 Xors: 207 Ites: 0
0.00/0.00	c Uncover Clauses avg size: 3 max size: 3
0.00/0.00	c Final circuit: i/l/o/s      63       0     252      1125
0.00/0.00	c CnfToAig: Time: 0 s
0.00/0.02	c TmMap: Set choices finish.
0.00/0.02	c TmMap: Set big and: 252
0.00/0.02	c TmMap: Origin: 1189 ClauseNum: 3375 --> New: 523 ClauseNum: 1836
0.00/0.02	c TmMap: Time: 0.01
0.00/0.03	c Simulation --> TransNum: 1836/1836 Try to Add: #clause: 1332 #xorclause: 0
0.00/0.03	c #var: 270 #clauses: 1081 Solving... 
5000.09/5000.02	c Time Out !!
5000.09/5000.02	s UNKNOWN

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3421307-1306625496/watcher-3421307-1306625496 -o /tmp/evaluation-result-3421307-1306625496/solver-3421307-1306625496 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421307-1306625496.cnf 1432763262 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.04 2.00 2/530 23284
/proc/meminfo: memFree=5955852/32951132 swapFree=54105152/67111528
[pid=23284] ppid=23282 vsize=35436 CPUtime=0.01 cores=1,3,5,7
/proc/23284/stat : 23284 (qutersat_releas) R 23282 23284 22791 0 -1 4202496 2804 0 0 0 1 0 0 0 25 0 1 0 774148289 36286464 2741 33554432000 4194304 6014671 140737220857856 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/23284/statm: 8859 2744 580 445 0 2404 0

[startup+0.0509421 s]
/proc/loadavg: 2.00 2.04 2.00 2/530 23284
/proc/meminfo: memFree=5955852/32951132 swapFree=54105152/67111528
[pid=23284] ppid=23282 vsize=46712 CPUtime=0.04 cores=1,3,5,7
/proc/23284/stat : 23284 (qutersat_releas) R 23282 23284 22791 0 -1 4202496 3676 0 0 0 4 0 0 0 25 0 1 0 774148289 47833088 3613 33554432000 4194304 6014671 140737220857856 18446744073709551615 4378960 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/23284/statm: 11678 3613 724 445 0 5223 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 46712

[startup+0.100937 s]
/proc/loadavg: 2.00 2.04 2.00 2/530 23284
/proc/meminfo: memFree=5955852/32951132 swapFree=54105152/67111528
[pid=23284] ppid=23282 vsize=46712 CPUtime=0.09 cores=1,3,5,7
/proc/23284/stat : 23284 (qutersat_releas) R 23282 23284 22791 0 -1 4202496 3768 0 0 0 9 0 0 0 25 0 1 0 774148289 47833088 3705 33554432000 4194304 6014671 140737220857856 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/23284/statm: 11678 3705 725 445 0 5223 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46712

[startup+0.300902 s]
/proc/loadavg: 2.00 2.04 2.00 2/530 23284
/proc/meminfo: memFree=5955852/32951132 swapFree=54105152/67111528
[pid=23284] ppid=23282 vsize=55180 CPUtime=0.29 cores=1,3,5,7
/proc/23284/stat : 23284 (qutersat_releas) R 23282 23284 22791 0 -1 4202496 4059 0 0 0 29 0 0 0 25 0 1 0 774148289 56504320 3996 33554432000 4194304 6014671 140737220857856 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/23284/statm: 13795 3996 726 445 0 7340 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55180

[startup+0.70083 s]
/proc/loadavg: 2.00 2.04 2.00 2/530 23284
/proc/meminfo: memFree=5955852/32951132 swapFree=54105152/67111528
[pid=23284] ppid=23282 vsize=63820 CPUtime=0.69 cores=1,3,5,7
/proc/23284/stat : 23284 (qutersat_releas) R 23282 23284 22791 0 -1 4202496 4481 0 0 0 69 0 0 0 25 0 1 0 774148289 65351680 4418 33554432000 4194304 6014671 140737220857856 18446744073709551615 4369407 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/23284/statm: 15955 4418 726 445 0 9500 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 63820

[startup+1.50069 s]
/proc/loadavg: 2.00 2.04 2.00 3/531 23285
/proc/meminfo: memFree=5938608/32951132 swapFree=54105152/67111528
[pid=23284] ppid=23282 vsize=81396 CPUtime=1.49 cores=1,3,5,7
/proc/23284/stat : 23284 (qutersat_releas) R 23282 23284 22791 0 -1 4202496 6631 0 0 0 149 0 0 0 25 0 1 0 774148289 83349504 6568 33554432000 4194304 6014671 140737220857856 18446744073709551615 4535264 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/23284/statm: 20349 6568 729 445 0 13894 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 81396

[startup+3.10042 s]
/proc/loadavg: 2.00 2.04 2.00 6/531 23285
/proc/meminfo: memFree=5928324/32951132 swapFree=54105152/67111528
[pid=23284] ppid=23282 vsize=99308 CPUtime=3.09 cores=1,3,5,7
/proc/23284/stat : 23284 (qutersat_releas) R 23282 23284 22791 0 -1 4202496 8246 0 0 0 309 0 0 0 25 0 1 0 774148289 101691392 8183 33554432000 4194304 6014671 140737220857856 18446744073709551615 4424025 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/23284/statm: 24827 8183 729 445 0 18372 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 99308

[startup+6.30087 s]
/proc/loadavg: 2.00 2.03 2.00 3/531 23285
/proc/meminfo: memFree=5918736/32951132 swapFree=54105152/67111528
[pid=23284] ppid=23282 vsize=99308 CPUtime=6.29 cores=1,3,5,7
/proc/23284/stat : 23284 (qutersat_releas) R 23282 23284 22791 0 -1 4202496 9560 0 0 0 629 0 0 0 25 0 1 0 774148289 101691392 9497 33554432000 4194304 6014671 140737220857856 18446744073709551615 4383654 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/23284/statm: 24827 9497 729 445 0 18372 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 99308

[startup+12.7008 s]
/proc/loadavg: 2.00 2.03 2.00 3/531 23287
/proc/meminfo: memFree=5914272/32951132 swapFree=54105152/67111528
[pid=23284] ppid=23282 vsize=108504 CPUtime=12.69 cores=1,3,5,7
/proc/23284/stat : 23284 (qutersat_releas) R 23282 23284 22791 0 -1 4202496 10307 0 0 0 1268 1 0 0 25 0 1 0 774148289 111108096 10244 33554432000 4194304 6014671 140737220857856 18446744073709551615 4371884 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/23284/statm: 27126 10244 729 445 0 20671 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 108504

[startup+25.5006 s]
/proc/loadavg: 2.00 2.03 2.00 3/531 23287
/proc/meminfo: memFree=5908580/32951132 swapFree=54105152/67111528
[pid=23284] ppid=23282 vsize=108504 CPUtime=25.49 cores=1,3,5,7
/proc/23284/stat : 23284 (qutersat_releas) R 23282 23284 22791 0 -1 4202496 11849 0 0 0 2548 1 0 0 25 0 1 0 774148289 111108096 11786 33554432000 4194304 6014671 140737220857856 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/23284/statm: 27126 11786 729 445 0 20671 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 108504

[startup+51.1002 s]
/proc/loadavg: 2.00 2.03 2.00 3/531 23287
/proc/meminfo: memFree=5896884/32951132 swapFree=54105152/67111528
[pid=23284] ppid=23282 vsize=118656 CPUtime=51.09 cores=1,3,5,7
/proc/23284/stat : 23284 (qutersat_releas) R 23282 23284 22791 0 -1 4202496 14681 0 0 0 5108 1 0 0 25 0 1 0 774148289 121503744 14618 33554432000 4194304 6014671 140737220857856 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/23284/statm: 29664 14618 729 445 0 23209 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 118656

[startup+102.319 s]
/proc/loadavg: 2.00 2.02 2.00 3/531 23289
/proc/meminfo: memFree=5861168/32951132 swapFree=54105152/67111528
[pid=23284] ppid=23282 vsize=140460 CPUtime=102.31 cores=1,3,5,7
/proc/23284/stat : 23284 (qutersat_releas) R 23282 23284 22791 0 -1 4202496 22497 0 0 0 10228 3 0 0 25 0 1 0 774148289 143831040 22427 33554432000 4194304 6014671 140737220857856 18446744073709551615 4422817 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/23284/statm: 35115 22427 736 445 0 28660 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 140460

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/531 23291
/proc/meminfo: memFree=5838588/32951132 swapFree=54105152/67111528
[pid=23284] ppid=23282 vsize=151788 CPUtime=162.29 cores=1,3,5,7
/proc/23284/stat : 23284 (qutersat_releas) R 23282 23284 22791 0 -1 4202496 24475 0 0 0 16226 3 0 0 25 0 1 0 774148289 155430912 24398 33554432000 4194304 6014671 140737220857856 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/23284/statm: 37947 24398 729 445 0 31492 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 151788

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/531 23291
/proc/meminfo: memFree=5834604/32951132 swapFree=54105152/67111528
[pid=23284] ppid=23282 vsize=151788 CPUtime=222.29 cores=1,3,5,7
/proc/23284/stat : 23284 (qutersat_releas) R 23282 23284 22791 0 -1 4202496 24962 0 0 0 22226 3 0 0 25 0 1 0 774148289 155430912 24885 33554432000 4194304 6014671 140737220857856 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/23284/statm: 37947 24885 729 445 0 31492 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 151788

[startup+282.3 s]
/proc/loadavg: 2.16 2.05 2.01 3/531 23293
/proc/meminfo: memFree=5814016/32951132 swapFree=54105152/67111528
[pid=23284] ppid=23282 vsize=177304 CPUtime=282.3 cores=1,3,5,7
/proc/23284/stat : 23284 (qutersat_releas) R 23282 23284 22791 0 -1 4202496 29816 0 0 0 28226 4 0 0 25 0 1 0 774148289 181559296 29739 33554432000 4194304 6014671 140737220857856 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/23284/statm: 44326 29739 729 445 0 37871 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 177304

[startup+342.301 s]
/proc/loadavg: 2.15 2.07 2.02 3/531 23295
/proc/meminfo: memFree=5756972/32951132 swapFree=54105152/67111528
[pid=23284] ppid=23282 vsize=177304 CPUtime=342.29 cores=1,3,5,7
/proc/23284/stat : 23284 (qutersat_releas) R 23282 23284 22791 0 -1 4202496 31270 0 0 0 34225 4 0 0 25 0 1 0 774148289 181559296 31193 33554432000 4194304 6014671 140737220857856 18446744073709551615 4534912 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/23284/statm: 44326 31193 729 445 0 37871 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 177304

[startup+402.301 s]
/proc/loadavg: 2.10 2.07 2.02 3/531 23297
/proc/meminfo: memFree=5731044/32951132 swapFree=54105152/67111528
[pid=23284] ppid=23282 vsize=177304 CPUtime=402.29 cores=1,3,5,7
/proc/23284/stat : 23284 (qutersat_releas) R 23282 23284 22791 0 -1 4202496 32574 0 0 0 40225 4 0 0 25 0 1 0 774148289 181559296 32491 33554432000 4194304 6014671 140737220857856 18446744073709551615 4424173 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/23284/statm: 44326 32491 729 445 0 37871 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 177304

[startup+462.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/531 23299
/proc/meminfo: memFree=5722480/32951132 swapFree=54105152/67111528
[pid=23284] ppid=23282 vsize=177304 CPUtime=462.3 cores=1,3,5,7
/proc/23284/stat : 23284 (qutersat_releas) R 23282 23284 22791 0 -1 4202496 34712 0 0 0 46225 5 0 0 25 0 1 0 774148289 181559296 34614 33554432000 4194304 6014671 140737220857856 18446744073709551615 4424109 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/23284/statm: 44326 34614 729 445 0 37871 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 177304

[startup+522.301 s]
/proc/loadavg: 2.13 2.07 2.02 3/531 23299
/proc/meminfo: memFree=5707840/32951132 swapFree=54105152/67111528
[pid=23284] ppid=23282 vsize=191416 CPUtime=522.3 cores=1,3,5,7
/proc/23284/stat : 23284 (qutersat_releas) R 23282 23284 22791 0 -1 4202496 38373 0 0 0 52225 5 0 0 25 0 1 0 774148289 196009984 38258 33554432000 4194304 6014671 140737220857856 18446744073709551615 4423927 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/23284/statm: 47854 38258 729 445 0 41399 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 191416

[startup+582.301 s]
/proc/loadavg: 2.10 2.07 2.02 3/531 23301
/proc/meminfo: memFree=5692088/32951132 swapFree=54105152/67111528
[pid=23284] ppid=23282 vsize=249412 CPUtime=582.3 cores=1,3,5,7
/proc/23284/stat : 23284 (qutersat_releas) R 23282 23284 22791 0 -1 4202496 42506 0 0 0 58225 5 0 0 25 0 1 0 774148289 255397888 42334 33554432000 4194304 6014671 140737220857856 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/23284/statm: 62353 42334 775 445 0 55898 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 249412

[startup+642.3 s]

################
# More data... #
################

[startup+4002.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/531 23405
/proc/meminfo: memFree=5337656/32951132 swapFree=54105152/67111528
[pid=23284] ppid=23282 vsize=471336 CPUtime=4002.36 cores=1,3,5,7
/proc/23284/stat : 23284 (qutersat_releas) R 23282 23284 22791 0 -1 4202496 81314 0 0 0 400225 11 0 0 25 0 1 0 774148289 482648064 80017 33554432000 4194304 6014671 140737220857856 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/23284/statm: 117834 80017 730 445 0 111379 0
Current children cumulated CPU time (s) 4002.36
Current children cumulated vsize (KiB) 471336

[startup+4062.32 s]
/proc/loadavg: 2.06 2.05 2.00 3/531 23407
/proc/meminfo: memFree=5336272/32951132 swapFree=54105152/67111528
[pid=23284] ppid=23282 vsize=471336 CPUtime=4062.38 cores=1,3,5,7
/proc/23284/stat : 23284 (qutersat_releas) R 23282 23284 22791 0 -1 4202496 81314 0 0 0 406227 11 0 0 25 0 1 0 774148289 482648064 80017 33554432000 4194304 6014671 140737220857856 18446744073709551615 4511668 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/23284/statm: 117834 80017 730 445 0 111379 0
Current children cumulated CPU time (s) 4062.38
Current children cumulated vsize (KiB) 471336

[startup+4122.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/531 23407
/proc/meminfo: memFree=5330436/32951132 swapFree=54105152/67111528
[pid=23284] ppid=23282 vsize=549836 CPUtime=4122.36 cores=1,3,5,7
/proc/23284/stat : 23284 (qutersat_releas) R 23282 23284 22791 0 -1 4202496 82853 0 0 0 412225 11 0 0 25 0 1 0 774148289 563032064 81556 33554432000 4194304 6014671 140737220857856 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/23284/statm: 137459 81556 730 445 0 131004 0
Current children cumulated CPU time (s) 4122.36
Current children cumulated vsize (KiB) 549836

[startup+4182.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/531 23409
/proc/meminfo: memFree=5296956/32951132 swapFree=54105152/67111528
[pid=23284] ppid=23282 vsize=549836 CPUtime=4182.36 cores=1,3,5,7
/proc/23284/stat : 23284 (qutersat_releas) R 23282 23284 22791 0 -1 4202496 91470 0 0 0 418223 13 0 0 25 0 1 0 774148289 563032064 90104 33554432000 4194304 6014671 140737220857856 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/23284/statm: 137459 90104 730 445 0 131004 0
Current children cumulated CPU time (s) 4182.36
Current children cumulated vsize (KiB) 549836

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/531 23411
/proc/meminfo: memFree=5289008/32951132 swapFree=54105152/67111528
[pid=23284] ppid=23282 vsize=549836 CPUtime=4242.36 cores=1,3,5,7
/proc/23284/stat : 23284 (qutersat_releas) R 23282 23284 22791 0 -1 4202496 93467 0 0 0 424223 13 0 0 25 0 1 0 774148289 563032064 92101 33554432000 4194304 6014671 140737220857856 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/23284/statm: 137459 92101 730 445 0 131004 0
Current children cumulated CPU time (s) 4242.36
Current children cumulated vsize (KiB) 549836

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/531 23413
/proc/meminfo: memFree=5288508/32951132 swapFree=54105152/67111528
[pid=23284] ppid=23282 vsize=549836 CPUtime=4302.36 cores=1,3,5,7
/proc/23284/stat : 23284 (qutersat_releas) R 23282 23284 22791 0 -1 4202496 93516 0 0 0 430223 13 0 0 25 0 1 0 774148289 563032064 92150 33554432000 4194304 6014671 140737220857856 18446744073709551615 4511744 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/23284/statm: 137459 92150 730 445 0 131004 0
Current children cumulated CPU time (s) 4302.36
Current children cumulated vsize (KiB) 549836

[startup+4362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/531 23415
/proc/meminfo: memFree=5306596/32951132 swapFree=54105152/67111528
[pid=23284] ppid=23282 vsize=549836 CPUtime=4362.36 cores=1,3,5,7
/proc/23284/stat : 23284 (qutersat_releas) R 23282 23284 22791 0 -1 4202496 93516 0 0 0 436223 13 0 0 25 0 1 0 774148289 563032064 92150 33554432000 4194304 6014671 140737220857856 18446744073709551615 4511632 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/23284/statm: 137459 92150 730 445 0 131004 0
Current children cumulated CPU time (s) 4362.36
Current children cumulated vsize (KiB) 549836

[startup+4422.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/531 23415
/proc/meminfo: memFree=5235036/32951132 swapFree=54105152/67111528
[pid=23284] ppid=23282 vsize=549836 CPUtime=4422.37 cores=1,3,5,7
/proc/23284/stat : 23284 (qutersat_releas) R 23282 23284 22791 0 -1 4202496 93516 0 0 0 442224 13 0 0 25 0 1 0 774148289 563032064 92150 33554432000 4194304 6014671 140737220857856 18446744073709551615 4369391 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/23284/statm: 137459 92150 730 445 0 131004 0
Current children cumulated CPU time (s) 4422.37
Current children cumulated vsize (KiB) 549836

[startup+4482.3 s]
/proc/loadavg: 1.80 1.97 1.99 2/525 23435
/proc/meminfo: memFree=5861968/32951132 swapFree=54105152/67111528
[pid=23284] ppid=23282 vsize=549836 CPUtime=4482.37 cores=1,3,5,7
/proc/23284/stat : 23284 (qutersat_releas) R 23282 23284 22791 0 -1 4202496 93522 0 0 0 448224 13 0 0 25 0 1 0 774148289 563032064 92084 33554432000 4194304 6014671 140737220857856 18446744073709551615 4423942 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/23284/statm: 137459 92084 730 445 0 131004 0
Current children cumulated CPU time (s) 4482.37
Current children cumulated vsize (KiB) 549836

[startup+4542.3 s]
/proc/loadavg: 1.43 1.83 1.93 2/525 23437
/proc/meminfo: memFree=5861960/32951132 swapFree=54105152/67111528
[pid=23284] ppid=23282 vsize=549836 CPUtime=4542.37 cores=1,3,5,7
/proc/23284/stat : 23284 (qutersat_releas) R 23282 23284 22791 0 -1 4202496 93602 0 0 0 454224 13 0 0 25 0 1 0 774148289 563032064 92164 33554432000 4194304 6014671 140737220857856 18446744073709551615 4511642 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/23284/statm: 137459 92164 730 445 0 131004 0
Current children cumulated CPU time (s) 4542.37
Current children cumulated vsize (KiB) 549836

[startup+4602.3 s]
/proc/loadavg: 1.22 1.69 1.88 2/525 23439
/proc/meminfo: memFree=5862072/32951132 swapFree=54105152/67111528
[pid=23284] ppid=23282 vsize=549836 CPUtime=4602.38 cores=1,3,5,7
/proc/23284/stat : 23284 (qutersat_releas) R 23282 23284 22791 0 -1 4202496 93602 0 0 0 460225 13 0 0 25 0 1 0 774148289 563032064 92164 33554432000 4194304 6014671 140737220857856 18446744073709551615 4511744 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/23284/statm: 137459 92164 730 445 0 131004 0
Current children cumulated CPU time (s) 4602.38
Current children cumulated vsize (KiB) 549836

[startup+4662.3 s]
/proc/loadavg: 1.08 1.56 1.82 2/525 23441
/proc/meminfo: memFree=5860948/32951132 swapFree=54105152/67111528
[pid=23284] ppid=23282 vsize=549836 CPUtime=4662.37 cores=1,3,5,7
/proc/23284/stat : 23284 (qutersat_releas) R 23282 23284 22791 0 -1 4202496 93602 0 0 0 466224 13 0 0 25 0 1 0 774148289 563032064 92164 33554432000 4194304 6014671 140737220857856 18446744073709551615 4369403 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/23284/statm: 137459 92164 730 445 0 131004 0
Current children cumulated CPU time (s) 4662.37
Current children cumulated vsize (KiB) 549836

[startup+4722.32 s]
/proc/loadavg: 1.03 1.46 1.77 2/525 23441
/proc/meminfo: memFree=5858700/32951132 swapFree=54105152/67111528
[pid=23284] ppid=23282 vsize=549836 CPUtime=4722.39 cores=1,3,5,7
/proc/23284/stat : 23284 (qutersat_releas) R 23282 23284 22791 0 -1 4202496 94448 0 0 0 472226 13 0 0 25 0 1 0 774148289 563032064 92936 33554432000 4194304 6014671 140737220857856 18446744073709551615 4423927 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/23284/statm: 137459 92936 730 445 0 131004 0
Current children cumulated CPU time (s) 4722.39
Current children cumulated vsize (KiB) 549836

[startup+4782.3 s]
/proc/loadavg: 1.01 1.37 1.71 2/525 23443
/proc/meminfo: memFree=5858816/32951132 swapFree=54105152/67111528
[pid=23284] ppid=23282 vsize=549836 CPUtime=4782.37 cores=1,3,5,7
/proc/23284/stat : 23284 (qutersat_releas) R 23282 23284 22791 0 -1 4202496 94461 0 0 0 478224 13 0 0 25 0 1 0 774148289 563032064 92949 33554432000 4194304 6014671 140737220857856 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/23284/statm: 137459 92949 730 445 0 131004 0
Current children cumulated CPU time (s) 4782.37
Current children cumulated vsize (KiB) 549836

[startup+4842.3 s]
/proc/loadavg: 1.00 1.30 1.67 2/525 23445
/proc/meminfo: memFree=5858552/32951132 swapFree=54105152/67111528
[pid=23284] ppid=23282 vsize=549836 CPUtime=4842.37 cores=1,3,5,7
/proc/23284/stat : 23284 (qutersat_releas) R 23282 23284 22791 0 -1 4202496 94461 0 0 0 484224 13 0 0 25 0 1 0 774148289 563032064 92949 33554432000 4194304 6014671 140737220857856 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/23284/statm: 137459 92949 730 445 0 131004 0
Current children cumulated CPU time (s) 4842.37
Current children cumulated vsize (KiB) 549836

[startup+4902.3 s]
/proc/loadavg: 1.00 1.24 1.62 2/525 23447
/proc/meminfo: memFree=5859288/32951132 swapFree=54105152/67111528
[pid=23284] ppid=23282 vsize=549836 CPUtime=4902.37 cores=1,3,5,7
/proc/23284/stat : 23284 (qutersat_releas) R 23282 23284 22791 0 -1 4202496 94461 0 0 0 490224 13 0 0 25 0 1 0 774148289 563032064 92949 33554432000 4194304 6014671 140737220857856 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/23284/statm: 137459 92949 730 445 0 131004 0
Current children cumulated CPU time (s) 4902.37
Current children cumulated vsize (KiB) 549836

[startup+4962.3 s]
/proc/loadavg: 1.00 1.20 1.58 2/525 23449
/proc/meminfo: memFree=5858900/32951132 swapFree=54105152/67111528
[pid=23284] ppid=23282 vsize=549836 CPUtime=4962.37 cores=1,3,5,7
/proc/23284/stat : 23284 (qutersat_releas) R 23282 23284 22791 0 -1 4202496 94463 0 0 0 496224 13 0 0 25 0 1 0 774148289 563032064 92876 33554432000 4194304 6014671 140737220857856 18446744073709551615 4378875 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/23284/statm: 137459 92876 730 445 0 131004 0
Current children cumulated CPU time (s) 4962.37
Current children cumulated vsize (KiB) 549836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 1.00 1.17 1.55 2/525 23449
/proc/meminfo: memFree=5858896/32951132 swapFree=54105152/67111528
[pid=23284] ppid=23282 vsize=549836 CPUtime=5000.09 cores=1,3,5,7
/proc/23284/stat : 23284 (qutersat_releas) R 23282 23284 22791 0 -1 4202496 94465 0 0 0 499996 13 0 0 25 0 1 0 774148289 563032064 92878 33554432000 4194304 6014671 140737220857856 18446744073709551615 4511642 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/23284/statm: 137459 92878 730 445 0 131004 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 549836

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): 5000.04
CPU time (s): 5000.12
CPU user time (s): 4999.97
CPU system time (s): 0.147977
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 549836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.97
system time used= 0.147977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94470
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= 14
involuntary context switches= 57303

runsolver used 22.6356 second user time and 65.2011 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-29 01:31:36
IDJOB=3421307
IDBENCH=85304
IDSOLVER=1868
FILE ID=node128/3421307-1306625496
RUNJOBID= node128-1306614953-22810
PBS_JOBID= 13471632
Free space on /tmp= 73576 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT05/crafted/jarvisalo05/mod2-rand3bip-sat/mod2-rand3bip-sat-270-1.shuffled-as.sat05-2248.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421307-1306625496/watcher-3421307-1306625496 -o /tmp/evaluation-result-3421307-1306625496/solver-3421307-1306625496 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421307-1306625496.cnf 1432763262

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 51d9aefd9da7f94abc32dd024090dc46
RANDOM SEED=1432763262

node128.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.852
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.852
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.852
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.852
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.852
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.82
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.852
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.852
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:       5956124 kB
Buffers:        259660 kB
Cached:        5003160 kB
SwapCached:      78304 kB
Active:       10544144 kB
Inactive:     16145856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:       5956124 kB
SwapTotal:    67111528 kB
SwapFree:     54105152 kB
Dirty:            1568 kB
Writeback:           0 kB
AnonPages:    21358416 kB
Mapped:          21652 kB
Slab:           123952 kB
PageTables:     112900 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 175159436 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73576 MiB
End job on node128 at 2011-05-29 02:54:58