Trace number 3421233

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.1 4999.94

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_80_17_90_7-log.shuffled-as.sat03-190.cnf
MD5SUMad30956261e72142648a01bc7c025dba
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of clauses29282
Sum of the clauses size292650
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 534
Number of clauses of size over 529248

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.02	c Parse Cnf success: #var: 85 #clause: 29282
0.00/0.02	c Find Units :          0
0.00/0.02	c Find Invs  :          0
0.00/0.03	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.03	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.03	c Find Ite   :          0
0.00/0.03	c UnDirect variable: 0
0.00/0.03	c UnDirect to Direct Gate: 0
0.00/0.03	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.03	c Break Cycle : 0
0.00/0.03	c Total Root : 0 Undef Var: 85
0.00/0.03	c After covering, Total Root: 0 Leaf: 0
0.00/0.03	c Variable( cover/uncovered/unused ): 0 85 0
0.00/0.03	c Unit Clauses: 0
0.00/0.03	c Binary Clauses( cover/uncovered ): 0 0
0.00/0.03	c Clauses( cover/uncovered ): 0 29282
0.00/0.03	c Total Clauses( cover/uncovered ): 0 29282 0%
0.00/0.03	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.09/0.11	c Uncover Clauses avg size: 9.99419 max size: 10
0.09/0.11	c Final circuit: i/l/o/s      85       0   29282     55537
0.09/0.11	c CnfToAig: Time: 0.1 s
0.19/0.23	c TmMap: Set choices finish.
0.19/0.26	c TmMap: Set big and: 39059
0.19/0.26	c TmMap: Origin: 55623 ClauseNum: 166611 --> New: 39145 ClauseNum: 138560
0.19/0.26	c TmMap: Time: 0.06
0.19/0.27	c Try to Add: #clause: 78118 #xorclause: 0
0.19/0.29	c #var: 9862 #clauses: 28594 Solving... 
5000.06/4999.91	c Time Out !!
5000.06/4999.91	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-3421233-1306619411/watcher-3421233-1306619411 -o /tmp/evaluation-result-3421233-1306619411/solver-3421233-1306619411 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421233-1306619411.cnf 1451767780 

running on 4 cores: 0,2,4,6

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.02 2.00 2/469 1407
/proc/meminfo: memFree=11984908/32951124 swapFree=57414376/67111528
[pid=1407] ppid=1405 vsize=28644 CPUtime=0 cores=0,2,4,6
/proc/1407/stat : 1407 (qutersat_releas) R 1405 1407 1139 0 -1 4202496 893 0 0 0 0 0 0 0 25 0 1 0 852171576 29331456 829 33554432000 4194304 6014671 140735268608416 18446744073709551615 252457759803 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/1407/statm: 7161 845 290 445 0 706 0

[startup+0.0590261 s]
/proc/loadavg: 2.00 2.02 2.00 2/469 1407
/proc/meminfo: memFree=11984908/32951124 swapFree=57414376/67111528
[pid=1407] ppid=1405 vsize=35436 CPUtime=0.05 cores=0,2,4,6
/proc/1407/stat : 1407 (qutersat_releas) R 1405 1407 1139 0 -1 4202496 2723 0 0 0 5 0 0 0 25 0 1 0 852171576 36286464 2659 33554432000 4194304 6014671 140735268608416 18446744073709551615 4313888 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1407/statm: 8859 2659 398 445 0 2404 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 35436

[startup+0.101017 s]
/proc/loadavg: 2.00 2.02 2.00 2/469 1407
/proc/meminfo: memFree=11984908/32951124 swapFree=57414376/67111528
[pid=1407] ppid=1405 vsize=37996 CPUtime=0.09 cores=0,2,4,6
/proc/1407/stat : 1407 (qutersat_releas) R 1405 1407 1139 0 -1 4202496 3267 0 0 0 9 0 0 0 25 0 1 0 852171576 38907904 3203 33554432000 4194304 6014671 140735268608416 18446744073709551615 4267164 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1407/statm: 9499 3203 398 445 0 3044 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37996

[startup+0.300982 s]
/proc/loadavg: 2.00 2.02 2.00 2/469 1407
/proc/meminfo: memFree=11984908/32951124 swapFree=57414376/67111528
[pid=1407] ppid=1405 vsize=76168 CPUtime=0.29 cores=0,2,4,6
/proc/1407/stat : 1407 (qutersat_releas) R 1405 1407 1139 0 -1 4202496 11147 0 0 0 28 1 0 0 25 0 1 0 852171576 77996032 11083 33554432000 4194304 6014671 140735268608416 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1407/statm: 19042 11083 696 445 0 12587 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76168

[startup+0.70093 s]
/proc/loadavg: 2.00 2.02 2.00 2/469 1407
/proc/meminfo: memFree=11984908/32951124 swapFree=57414376/67111528
[pid=1407] ppid=1405 vsize=76168 CPUtime=0.69 cores=0,2,4,6
/proc/1407/stat : 1407 (qutersat_releas) R 1405 1407 1139 0 -1 4202496 11147 0 0 0 68 1 0 0 25 0 1 0 852171576 77996032 11083 33554432000 4194304 6014671 140735268608416 18446744073709551615 4423378 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1407/statm: 19042 11083 696 445 0 12587 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76168

[startup+1.50079 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 1408
/proc/meminfo: memFree=11942500/32951124 swapFree=57414376/67111528
[pid=1407] ppid=1405 vsize=109320 CPUtime=1.49 cores=0,2,4,6
/proc/1407/stat : 1407 (qutersat_releas) R 1405 1407 1139 0 -1 4202496 19231 0 0 0 146 3 0 0 25 0 1 0 852171576 111943680 19167 33554432000 4194304 6014671 140735268608416 18446744073709551615 4444768 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1407/statm: 27330 19167 700 445 0 20875 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 109320

[startup+3.10048 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 1408
/proc/meminfo: memFree=11904924/32951124 swapFree=57414376/67111528
[pid=1407] ppid=1405 vsize=125860 CPUtime=3.09 cores=0,2,4,6
/proc/1407/stat : 1407 (qutersat_releas) R 1405 1407 1139 0 -1 4202496 21371 0 0 0 306 3 0 0 25 0 1 0 852171576 128880640 21307 33554432000 4194304 6014671 140735268608416 18446744073709551615 4423491 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1407/statm: 31465 21307 722 445 0 25010 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 125860

[startup+6.30086 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 1408
/proc/meminfo: memFree=11892276/32951124 swapFree=57414376/67111528
[pid=1407] ppid=1405 vsize=145052 CPUtime=6.29 cores=0,2,4,6
/proc/1407/stat : 1407 (qutersat_releas) R 1405 1407 1139 0 -1 4202496 23687 0 0 0 626 3 0 0 25 0 1 0 852171576 148533248 23613 33554432000 4194304 6014671 140735268608416 18446744073709551615 4422782 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1407/statm: 36263 23613 727 445 0 29808 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 145052

[startup+12.7007 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 1409
/proc/meminfo: memFree=11848380/32951124 swapFree=57414376/67111528
[pid=1407] ppid=1405 vsize=191976 CPUtime=12.69 cores=0,2,4,6
/proc/1407/stat : 1407 (qutersat_releas) R 1405 1407 1139 0 -1 4202496 34173 0 0 0 1264 5 0 0 25 0 1 0 852171576 196583424 34099 33554432000 4194304 6014671 140735268608416 18446744073709551615 4423915 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1407/statm: 47994 34099 727 445 0 41539 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 191976

[startup+25.5003 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 1409
/proc/meminfo: memFree=11838332/32951124 swapFree=57414376/67111528
[pid=1407] ppid=1405 vsize=212680 CPUtime=25.49 cores=0,2,4,6
/proc/1407/stat : 1407 (qutersat_releas) R 1405 1407 1139 0 -1 4202496 36620 0 0 0 2544 5 0 0 25 0 1 0 852171576 217784320 36544 33554432000 4194304 6014671 140735268608416 18446744073709551615 4534720 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1407/statm: 53170 36544 727 445 0 46715 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 212680

[startup+51.1005 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 1410
/proc/meminfo: memFree=11820568/32951124 swapFree=57414376/67111528
[pid=1407] ppid=1405 vsize=212680 CPUtime=51.09 cores=0,2,4,6
/proc/1407/stat : 1407 (qutersat_releas) R 1405 1407 1139 0 -1 4202496 41129 0 0 0 5103 6 0 0 25 0 1 0 852171576 217784320 41053 33554432000 4194304 6014671 140735268608416 18446744073709551615 4534800 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1407/statm: 53170 41053 733 445 0 46715 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 212680

[startup+102.318 s]
/proc/loadavg: 2.08 2.04 2.01 3/470 1411
/proc/meminfo: memFree=11793280/32951124 swapFree=57414376/67111528
[pid=1407] ppid=1405 vsize=225168 CPUtime=102.31 cores=0,2,4,6
/proc/1407/stat : 1407 (qutersat_releas) R 1405 1407 1139 0 -1 4202496 46444 0 0 0 10224 7 0 0 25 0 1 0 852171576 230572032 46361 33554432000 4194304 6014671 140735268608416 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1407/statm: 56292 46361 727 445 0 49837 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 225168

[startup+162.301 s]
/proc/loadavg: 2.07 2.05 2.01 3/470 1413
/proc/meminfo: memFree=11783592/32951124 swapFree=57414376/67111528
[pid=1407] ppid=1405 vsize=225168 CPUtime=162.29 cores=0,2,4,6
/proc/1407/stat : 1407 (qutersat_releas) R 1405 1407 1139 0 -1 4202496 48531 0 0 0 16222 7 0 0 25 0 1 0 852171576 230572032 48428 33554432000 4194304 6014671 140735268608416 18446744073709551615 4424173 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1407/statm: 56292 48428 727 445 0 49837 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 225168

[startup+222.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/470 1414
/proc/meminfo: memFree=11779848/32951124 swapFree=57414376/67111528
[pid=1407] ppid=1405 vsize=225168 CPUtime=222.3 cores=0,2,4,6
/proc/1407/stat : 1407 (qutersat_releas) R 1405 1407 1139 0 -1 4202496 49552 0 0 0 22222 8 0 0 25 0 1 0 852171576 230572032 49415 33554432000 4194304 6014671 140735268608416 18446744073709551615 4511755 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1407/statm: 56292 49415 727 445 0 49837 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 225168

[startup+282.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/470 1416
/proc/meminfo: memFree=11768172/32951124 swapFree=57414376/67111528
[pid=1407] ppid=1405 vsize=252928 CPUtime=282.3 cores=0,2,4,6
/proc/1407/stat : 1407 (qutersat_releas) R 1405 1407 1139 0 -1 4202496 52477 0 0 0 28222 8 0 0 25 0 1 0 852171576 258998272 52307 33554432000 4194304 6014671 140735268608416 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1407/statm: 63232 52307 727 445 0 56777 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 252928

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 1417
/proc/meminfo: memFree=11747812/32951124 swapFree=57414376/67111528
[pid=1407] ppid=1405 vsize=281924 CPUtime=342.3 cores=0,2,4,6
/proc/1407/stat : 1407 (qutersat_releas) R 1405 1407 1139 0 -1 4202496 57742 0 0 0 34221 9 0 0 25 0 1 0 852171576 288690176 57543 33554432000 4194304 6014671 140735268608416 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1407/statm: 70481 57543 727 445 0 64026 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 281924

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/470 1419
/proc/meminfo: memFree=11725476/32951124 swapFree=57414376/67111528
[pid=1407] ppid=1405 vsize=281924 CPUtime=402.3 cores=0,2,4,6
/proc/1407/stat : 1407 (qutersat_releas) R 1405 1407 1139 0 -1 4202496 59724 0 0 0 40220 10 0 0 25 0 1 0 852171576 288690176 59492 33554432000 4194304 6014671 140735268608416 18446744073709551615 4535184 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1407/statm: 70481 59492 727 445 0 64026 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 281924

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/470 1421
/proc/meminfo: memFree=11710324/32951124 swapFree=57414376/67111528
[pid=1407] ppid=1405 vsize=281924 CPUtime=462.31 cores=0,2,4,6
/proc/1407/stat : 1407 (qutersat_releas) R 1405 1407 1139 0 -1 4202496 62938 0 0 0 46220 11 0 0 25 0 1 0 852171576 288690176 62687 33554432000 4194304 6014671 140735268608416 18446744073709551615 4511668 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1407/statm: 70481 62687 727 445 0 64026 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 281924

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/470 1450
/proc/meminfo: memFree=11973772/32951124 swapFree=57414376/67111528
[pid=1407] ppid=1405 vsize=297188 CPUtime=522.31 cores=0,2,4,6
/proc/1407/stat : 1407 (qutersat_releas) R 1405 1407 1139 0 -1 4202496 66592 0 0 0 52220 11 0 0 25 0 1 0 852171576 304320512 66321 33554432000 4194304 6014671 140735268608416 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1407/statm: 74297 66321 727 445 0 67842 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 297188

[startup+582.301 s]
/proc/loadavg: 2.19 2.05 2.01 3/470 1452
/proc/meminfo: memFree=11929836/32951124 swapFree=57414376/67111528
[pid=1407] ppid=1405 vsize=359168 CPUtime=582.31 cores=0,2,4,6
/proc/1407/stat : 1407 (qutersat_releas) R 1405 1407 1139 0 -1 4202496 67711 0 0 0 58219 12 0 0 25 0 1 0 852171576 367788032 67397 33554432000 4194304 6014671 140735268608416 18446744073709551615 4424589 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1407/statm: 89792 67397 727 445 0 83337 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 359168

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 1557
/proc/meminfo: memFree=11357804/32951124 swapFree=57414376/67111528
[pid=1407] ppid=1405 vsize=560632 CPUtime=4062.44 cores=0,2,4,6
/proc/1407/stat : 1407 (qutersat_releas) R 1405 1407 1139 0 -1 4202496 103990 0 0 0 406222 22 0 0 25 0 1 0 852171576 574087168 101637 33554432000 4194304 6014671 140735268608416 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1407/statm: 140158 101637 730 445 0 133703 0
Current children cumulated CPU time (s) 4062.44
Current children cumulated vsize (KiB) 560632

[startup+4122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/470 1558
/proc/meminfo: memFree=11358904/32951124 swapFree=57414376/67111528
[pid=1407] ppid=1405 vsize=560632 CPUtime=4122.43 cores=0,2,4,6
/proc/1407/stat : 1407 (qutersat_releas) R 1405 1407 1139 0 -1 4202496 103990 0 0 0 412221 22 0 0 25 0 1 0 852171576 574087168 101637 33554432000 4194304 6014671 140735268608416 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1407/statm: 140158 101637 730 445 0 133703 0
Current children cumulated CPU time (s) 4122.43
Current children cumulated vsize (KiB) 560632

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/470 1560
/proc/meminfo: memFree=11358140/32951124 swapFree=57414376/67111528
[pid=1407] ppid=1405 vsize=560632 CPUtime=4182.43 cores=0,2,4,6
/proc/1407/stat : 1407 (qutersat_releas) R 1405 1407 1139 0 -1 4202496 103990 0 0 0 418221 22 0 0 25 0 1 0 852171576 574087168 101637 33554432000 4194304 6014671 140735268608416 18446744073709551615 4369474 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1407/statm: 140158 101637 730 445 0 133703 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 560632

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/470 1561
/proc/meminfo: memFree=11356756/32951124 swapFree=57414376/67111528
[pid=1407] ppid=1405 vsize=560632 CPUtime=4242.43 cores=0,2,4,6
/proc/1407/stat : 1407 (qutersat_releas) R 1405 1407 1139 0 -1 4202496 104375 0 0 0 424221 22 0 0 25 0 1 0 852171576 574087168 101843 33554432000 4194304 6014671 140735268608416 18446744073709551615 4425388 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1407/statm: 140158 101843 730 445 0 133703 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 560632

[startup+4302.3 s]
/proc/loadavg: 2.13 2.03 2.01 3/470 1572
/proc/meminfo: memFree=11357320/32951124 swapFree=57414376/67111528
[pid=1407] ppid=1405 vsize=560632 CPUtime=4302.43 cores=0,2,4,6
/proc/1407/stat : 1407 (qutersat_releas) R 1405 1407 1139 0 -1 4202496 104465 0 0 0 430221 22 0 0 25 0 1 0 852171576 574087168 101933 33554432000 4194304 6014671 140735268608416 18446744073709551615 4511611 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1407/statm: 140158 101933 730 445 0 133703 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 560632

[startup+4362.3 s]
/proc/loadavg: 2.20 2.07 2.02 3/470 1574
/proc/meminfo: memFree=11437900/32951124 swapFree=57414376/67111528
[pid=1407] ppid=1405 vsize=560632 CPUtime=4362.44 cores=0,2,4,6
/proc/1407/stat : 1407 (qutersat_releas) R 1405 1407 1139 0 -1 4202496 104465 0 0 0 436222 22 0 0 25 0 1 0 852171576 574087168 101933 33554432000 4194304 6014671 140735268608416 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1407/statm: 140158 101933 730 445 0 133703 0
Current children cumulated CPU time (s) 4362.44
Current children cumulated vsize (KiB) 560632

[startup+4422.3 s]
/proc/loadavg: 2.11 2.07 2.02 4/470 1575
/proc/meminfo: memFree=11438128/32951124 swapFree=57414376/67111528
[pid=1407] ppid=1405 vsize=560632 CPUtime=4422.44 cores=0,2,4,6
/proc/1407/stat : 1407 (qutersat_releas) R 1405 1407 1139 0 -1 4202496 104541 0 0 0 442222 22 0 0 25 0 1 0 852171576 574087168 102009 33554432000 4194304 6014671 140735268608416 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1407/statm: 140158 102009 730 445 0 133703 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 560632

[startup+4482.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/470 1577
/proc/meminfo: memFree=11436868/32951124 swapFree=57414376/67111528
[pid=1407] ppid=1405 vsize=560632 CPUtime=4482.44 cores=0,2,4,6
/proc/1407/stat : 1407 (qutersat_releas) R 1405 1407 1139 0 -1 4202496 104821 0 0 0 448222 22 0 0 25 0 1 0 852171576 574087168 102289 33554432000 4194304 6014671 140735268608416 18446744073709551615 4511611 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1407/statm: 140158 102289 730 445 0 133703 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 560632

[startup+4542.3 s]
/proc/loadavg: 2.01 2.04 2.01 3/470 1578
/proc/meminfo: memFree=11436976/32951124 swapFree=57414376/67111528
[pid=1407] ppid=1405 vsize=560632 CPUtime=4542.45 cores=0,2,4,6
/proc/1407/stat : 1407 (qutersat_releas) R 1405 1407 1139 0 -1 4202496 104821 0 0 0 454222 23 0 0 25 0 1 0 852171576 574087168 102289 33554432000 4194304 6014671 140735268608416 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1407/statm: 140158 102289 730 445 0 133703 0
Current children cumulated CPU time (s) 4542.45
Current children cumulated vsize (KiB) 560632

[startup+4602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/470 1580
/proc/meminfo: memFree=11436464/32951124 swapFree=57414376/67111528
[pid=1407] ppid=1405 vsize=560632 CPUtime=4602.45 cores=0,2,4,6
/proc/1407/stat : 1407 (qutersat_releas) R 1405 1407 1139 0 -1 4202496 104821 0 0 0 460222 23 0 0 25 0 1 0 852171576 574087168 102289 33554432000 4194304 6014671 140735268608416 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1407/statm: 140158 102289 730 445 0 133703 0
Current children cumulated CPU time (s) 4602.45
Current children cumulated vsize (KiB) 560632

[startup+4662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 1582
/proc/meminfo: memFree=11436444/32951124 swapFree=57414376/67111528
[pid=1407] ppid=1405 vsize=560632 CPUtime=4662.45 cores=0,2,4,6
/proc/1407/stat : 1407 (qutersat_releas) R 1405 1407 1139 0 -1 4202496 104822 0 0 0 466222 23 0 0 25 0 1 0 852171576 574087168 102289 33554432000 4194304 6014671 140735268608416 18446744073709551615 4535248 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1407/statm: 140158 102289 729 445 0 133703 0
Current children cumulated CPU time (s) 4662.45
Current children cumulated vsize (KiB) 560632

[startup+4722.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 1583
/proc/meminfo: memFree=11433328/32951124 swapFree=57414376/67111528
[pid=1407] ppid=1405 vsize=560632 CPUtime=4722.47 cores=0,2,4,6
/proc/1407/stat : 1407 (qutersat_releas) R 1405 1407 1139 0 -1 4202496 105770 0 0 0 472224 23 0 0 25 0 1 0 852171576 574087168 103041 33554432000 4194304 6014671 140735268608416 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1407/statm: 140158 103041 729 445 0 133703 0
Current children cumulated CPU time (s) 4722.47
Current children cumulated vsize (KiB) 560632

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/470 1585
/proc/meminfo: memFree=11432436/32951124 swapFree=57414376/67111528
[pid=1407] ppid=1405 vsize=560632 CPUtime=4782.45 cores=0,2,4,6
/proc/1407/stat : 1407 (qutersat_releas) R 1405 1407 1139 0 -1 4202496 105770 0 0 0 478222 23 0 0 25 0 1 0 852171576 574087168 103041 33554432000 4194304 6014671 140735268608416 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1407/statm: 140158 103041 729 445 0 133703 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 560632

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/470 1586
/proc/meminfo: memFree=11432664/32951124 swapFree=57414376/67111528
[pid=1407] ppid=1405 vsize=560632 CPUtime=4842.45 cores=0,2,4,6
/proc/1407/stat : 1407 (qutersat_releas) R 1405 1407 1139 0 -1 4202496 105786 0 0 0 484222 23 0 0 25 0 1 0 852171576 574087168 103057 33554432000 4194304 6014671 140735268608416 18446744073709551615 4511656 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1407/statm: 140158 103057 729 445 0 133703 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 560632

[startup+4902.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/470 1588
/proc/meminfo: memFree=11432756/32951124 swapFree=57414376/67111528
[pid=1407] ppid=1405 vsize=560632 CPUtime=4902.46 cores=0,2,4,6
/proc/1407/stat : 1407 (qutersat_releas) R 1405 1407 1139 0 -1 4202496 105786 0 0 0 490223 23 0 0 25 0 1 0 852171576 574087168 103057 33554432000 4194304 6014671 140735268608416 18446744073709551615 4534736 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1407/statm: 140158 103057 729 445 0 133703 0
Current children cumulated CPU time (s) 4902.46
Current children cumulated vsize (KiB) 560632

[startup+4962.3 s]
/proc/loadavg: 2.13 2.06 2.02 3/470 1590
/proc/meminfo: memFree=11431744/32951124 swapFree=57414376/67111528
[pid=1407] ppid=1405 vsize=560632 CPUtime=4962.46 cores=0,2,4,6
/proc/1407/stat : 1407 (qutersat_releas) R 1405 1407 1139 0 -1 4202496 106084 0 0 0 496223 23 0 0 25 0 1 0 852171576 574087168 103355 33554432000 4194304 6014671 140735268608416 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1407/statm: 140158 103355 729 445 0 133703 0
Current children cumulated CPU time (s) 4962.46
Current children cumulated vsize (KiB) 560632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.07 2.05 2.01 3/470 1591
/proc/meminfo: memFree=11431604/32951124 swapFree=57414376/67111528
[pid=1407] ppid=1405 vsize=560632 CPUtime=5000.06 cores=0,2,4,6
/proc/1407/stat : 1407 (qutersat_releas) R 1405 1407 1139 0 -1 4202496 106084 0 0 0 499983 23 0 0 25 0 1 0 852171576 574087168 103355 33554432000 4194304 6014671 140735268608416 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1407/statm: 140158 103355 729 445 0 133703 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 560632

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

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

[startup+4999.9 s]
/proc/loadavg: 2.07 2.05 2.01 3/470 1591
/proc/meminfo: memFree=11431604/32951124 swapFree=57414376/67111528
[pid=1407] ppid=1405 vsize=560632 CPUtime=5000.06 cores=0,2,4,6
/proc/1407/stat : 1407 (qutersat_releas) R 1405 1407 1139 0 -1 4202496 106084 0 0 0 499983 23 0 0 25 0 1 0 852171576 574087168 103355 33554432000 4194304 6014671 140735268608416 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1407/statm: 140158 103355 729 445 0 133703 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 560632

Child status: 1
Real time (s): 4999.94
CPU time (s): 5000.1
CPU user time (s): 4999.85
CPU system time (s): 0.250961
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 560632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.85
system time used= 0.250961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106088
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= 13
involuntary context switches= 7214

runsolver used 24.5723 second user time and 52.847 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-28 23:50:11
IDJOB=3421233
IDBENCH=83924
IDSOLVER=1868
FILE ID=node111/3421233-1306619411
RUNJOBID= node111-1306614409-1157
PBS_JOBID= 13471624
Free space on /tmp= 73600 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_80_17_90_7-log.shuffled-as.sat03-190.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421233-1306619411/watcher-3421233-1306619411 -o /tmp/evaluation-result-3421233-1306619411/solver-3421233-1306619411 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421233-1306619411.cnf 1451767780

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

MD5SUM BENCH= ad30956261e72142648a01bc7c025dba
RANDOM SEED=1451767780

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.849
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.86
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.849
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.849
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.849
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.67
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.849
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11985072 kB
Buffers:        348272 kB
Cached:       11463400 kB
SwapCached:      19180 kB
Active:       11090796 kB
Inactive:      9583444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11985072 kB
SwapTotal:    67111528 kB
SwapFree:     57414376 kB
Dirty:            2780 kB
Writeback:           0 kB
AnonPages:     8852456 kB
Mapped:          29536 kB
Slab:           156156 kB
PageTables:      67004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 149533884 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= 73600 MiB
End job on node111 at 2011-05-29 01:13:33