Trace number 3420865

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.07 4999.83

General information on the benchmark

NameCRAFTED/modcircuits/
mod4block_3vars_7gates.cnf
MD5SUMcc925e6de728ca79f6f89379842f14b0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2027.29
Satisfiable
(Un)Satisfiability was proved
Number of variables574
Number of clauses118394
Sum of the clauses size692282
Maximum clause length24
Minimum clause length1
Number of clauses of size 1160
Number of clauses of size 21597
Number of clauses of size 30
Number of clauses of size 41923
Number of clauses of size 57170
Number of clauses of size over 5107544

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.04	c Parse Cnf success: #var: 574 #clause: 118394
0.00/0.04	c Find Units :        160
0.00/0.04	c Find Invs  :          0
0.06/0.07	c Find Ands  :        126 AvgFaninNum: 7.33333
0.06/0.07	c Find Xors  :          0 AvgFaninNum: nan
0.06/0.07	c Find Ite   :          0
0.06/0.07	c UnDirect variable: 0
0.06/0.07	c UnDirect to Direct Gate: 0
0.06/0.07	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.06/0.07	c Break Cycle : 110
0.06/0.07	c Total Root : 0 Undef Var: 558
0.06/0.07	c After covering, Total Root: 16 Leaf: 270
0.06/0.07	c Variable( cover/uncovered/unused ): 286 288 0
0.06/0.07	c Unit Clauses: 160
0.06/0.07	c Binary Clauses( cover/uncovered ): 110 1067
0.06/0.07	c Clauses( cover/uncovered ): 16 116411
0.06/0.07	c Total Clauses( cover/uncovered ): 286 117478 0.242859%
0.06/0.07	c Covered Ands: 16 Invs: 0 Xors: 0 Ites: 0
0.09/0.15	c Uncover Clauses avg size: 5.87426 max size: 24
0.09/0.15	c Final circuit: i/l/o/s     398       0   34479     71629
0.09/0.15	c CnfToAig: Time: 0.14 s
0.18/0.23	c TmMap: Set choices finish.
0.18/0.26	c TmMap: Set big and: 38199
0.18/0.26	c TmMap: Origin: 72028 ClauseNum: 214887 --> New: 38598 ClauseNum: 161875
0.18/0.26	c TmMap: Time: 0.03
0.18/0.27	c Try to Add: #clause: 76398 #xorclause: 0
0.18/0.28	c #var: 4118 #clauses: 32694 Solving... 
5000.04/4999.81	c Time Out !!
5000.04/4999.81	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-3420865-1306594784/watcher-3420865-1306594784 -o /tmp/evaluation-result-3420865-1306594784/solver-3420865-1306594784 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3420865-1306594784.cnf 909092241 

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: 1.33 1.08 1.16 2/517 32225
/proc/meminfo: memFree=16353476/32950928 swapFree=38157052/67111528
[pid=32225] ppid=32223 vsize=35436 CPUtime=0.01 cores=1,3,5,7
/proc/32225/stat : 32225 (qutersat_releas) R 32223 32225 31344 0 -1 4202496 2549 0 0 0 1 0 0 0 25 0 1 0 771075118 36286464 2485 33554432000 4194304 6014671 140736722442128 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32225/statm: 8859 2486 378 445 0 2404 0

[startup+0.0708601 s]
/proc/loadavg: 1.33 1.08 1.16 2/517 32225
/proc/meminfo: memFree=16353476/32950928 swapFree=38157052/67111528
[pid=32225] ppid=32223 vsize=38508 CPUtime=0.06 cores=1,3,5,7
/proc/32225/stat : 32225 (qutersat_releas) R 32223 32225 31344 0 -1 4202496 3471 0 0 0 6 0 0 0 25 0 1 0 771075118 39432192 3407 33554432000 4194304 6014671 140736722442128 18446744073709551615 4286394 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32225/statm: 9627 3407 383 445 0 3172 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 38508

[startup+0.100854 s]
/proc/loadavg: 1.33 1.08 1.16 2/517 32225
/proc/meminfo: memFree=16353476/32950928 swapFree=38157052/67111528
[pid=32225] ppid=32223 vsize=38508 CPUtime=0.09 cores=1,3,5,7
/proc/32225/stat : 32225 (qutersat_releas) R 32223 32225 31344 0 -1 4202496 3491 0 0 0 9 0 0 0 18 0 1 0 771075118 39432192 3427 33554432000 4194304 6014671 140736722442128 18446744073709551615 4268722 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32225/statm: 9627 3427 398 445 0 3172 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38508

[startup+0.300822 s]
/proc/loadavg: 1.33 1.08 1.16 2/517 32225
/proc/meminfo: memFree=16353476/32950928 swapFree=38157052/67111528
[pid=32225] ppid=32223 vsize=75980 CPUtime=0.29 cores=1,3,5,7
/proc/32225/stat : 32225 (qutersat_releas) R 32223 32225 31344 0 -1 4202496 10999 0 0 0 28 1 0 0 18 0 1 0 771075118 77803520 10935 33554432000 4194304 6014671 140736722442128 18446744073709551615 4422749 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32225/statm: 18995 10935 696 445 0 12540 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 75980

[startup+0.700742 s]
/proc/loadavg: 1.33 1.08 1.16 2/517 32225
/proc/meminfo: memFree=16353476/32950928 swapFree=38157052/67111528
[pid=32225] ppid=32223 vsize=75980 CPUtime=0.69 cores=1,3,5,7
/proc/32225/stat : 32225 (qutersat_releas) R 32223 32225 31344 0 -1 4202496 11009 0 0 0 68 1 0 0 18 0 1 0 771075118 77803520 10945 33554432000 4194304 6014671 140736722442128 18446744073709551615 254500388489 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32225/statm: 18995 10945 706 445 0 12540 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75980

[startup+1.50057 s]
/proc/loadavg: 1.33 1.08 1.16 3/518 32226
/proc/meminfo: memFree=16310072/32950928 swapFree=38157052/67111528
[pid=32225] ppid=32223 vsize=94340 CPUtime=1.49 cores=1,3,5,7
/proc/32225/stat : 32225 (qutersat_releas) R 32223 32225 31344 0 -1 4202496 11755 0 0 0 148 1 0 0 19 0 1 0 771075118 96604160 11691 33554432000 4194304 6014671 140736722442128 18446744073709551615 4424296 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32225/statm: 23585 11691 724 445 0 17130 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 94340

[startup+3.10026 s]
/proc/loadavg: 1.33 1.08 1.16 3/518 32226
/proc/meminfo: memFree=16304004/32950928 swapFree=38157052/67111528
[pid=32225] ppid=32223 vsize=103624 CPUtime=3.09 cores=1,3,5,7
/proc/32225/stat : 32225 (qutersat_releas) R 32223 32225 31344 0 -1 4202496 12435 0 0 0 308 1 0 0 25 0 1 0 771075118 106110976 12371 33554432000 4194304 6014671 140736722442128 18446744073709551615 4423533 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32225/statm: 25906 12371 728 445 0 19451 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 103624

[startup+6.30061 s]
/proc/loadavg: 1.38 1.10 1.16 3/518 32226
/proc/meminfo: memFree=16290996/32950928 swapFree=38157052/67111528
[pid=32225] ppid=32223 vsize=113264 CPUtime=6.29 cores=1,3,5,7
/proc/32225/stat : 32225 (qutersat_releas) R 32223 32225 31344 0 -1 4202496 13311 0 0 0 628 1 0 0 25 0 1 0 771075118 115982336 13247 33554432000 4194304 6014671 140736722442128 18446744073709551615 4425376 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32225/statm: 28316 13247 728 445 0 21861 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 113264

[startup+12.7003 s]
/proc/loadavg: 1.43 1.11 1.17 3/518 32226
/proc/meminfo: memFree=16279524/32950928 swapFree=38157052/67111528
[pid=32225] ppid=32223 vsize=113264 CPUtime=12.69 cores=1,3,5,7
/proc/32225/stat : 32225 (qutersat_releas) R 32223 32225 31344 0 -1 4202496 14621 0 0 0 1268 1 0 0 25 0 1 0 771075118 115982336 14545 33554432000 4194304 6014671 140736722442128 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32225/statm: 28316 14545 728 445 0 21861 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 113264

[startup+25.5008 s]
/proc/loadavg: 1.56 1.15 1.18 3/518 32227
/proc/meminfo: memFree=16274408/32950928 swapFree=38157052/67111528
[pid=32225] ppid=32223 vsize=113264 CPUtime=25.49 cores=1,3,5,7
/proc/32225/stat : 32225 (qutersat_releas) R 32223 32225 31344 0 -1 4202496 15677 0 0 0 2548 1 0 0 25 0 1 0 771075118 115982336 15593 33554432000 4194304 6014671 140736722442128 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32225/statm: 28316 15593 728 445 0 21861 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 113264

[startup+51.1007 s]
/proc/loadavg: 1.71 1.22 1.20 3/518 32227
/proc/meminfo: memFree=16247576/32950928 swapFree=38157052/67111528
[pid=32225] ppid=32223 vsize=113264 CPUtime=51.09 cores=1,3,5,7
/proc/32225/stat : 32225 (qutersat_releas) R 32223 32225 31344 0 -1 4202496 17040 0 0 0 5107 2 0 0 25 0 1 0 771075118 115982336 16953 33554432000 4194304 6014671 140736722442128 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32225/statm: 28316 16953 728 445 0 21861 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 113264

[startup+102.319 s]
/proc/loadavg: 1.87 1.34 1.24 3/518 32238
/proc/meminfo: memFree=16214568/32950928 swapFree=38157052/67111528
[pid=32225] ppid=32223 vsize=113264 CPUtime=102.32 cores=1,3,5,7
/proc/32225/stat : 32225 (qutersat_releas) R 32223 32225 31344 0 -1 4202496 19960 0 0 0 10229 3 0 0 25 0 1 0 771075118 115982336 19873 33554432000 4194304 6014671 140736722442128 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32225/statm: 28316 19873 728 445 0 21861 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 113264

[startup+162.301 s]
/proc/loadavg: 2.08 1.49 1.30 3/518 32239
/proc/meminfo: memFree=16190476/32950928 swapFree=38157052/67111528
[pid=32225] ppid=32223 vsize=135788 CPUtime=162.3 cores=1,3,5,7
/proc/32225/stat : 32225 (qutersat_releas) R 32223 32225 31344 0 -1 4202496 22621 0 0 0 16227 3 0 0 25 0 1 0 771075118 139046912 22534 33554432000 4194304 6014671 140736722442128 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32225/statm: 33947 22534 728 445 0 27492 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 135788

[startup+222.301 s]
/proc/loadavg: 2.08 1.59 1.34 3/518 32241
/proc/meminfo: memFree=16150272/32950928 swapFree=38157052/67111528
[pid=32225] ppid=32223 vsize=135788 CPUtime=222.3 cores=1,3,5,7
/proc/32225/stat : 32225 (qutersat_releas) R 32223 32225 31344 0 -1 4202496 22981 0 0 0 22227 3 0 0 25 0 1 0 771075118 139046912 22894 33554432000 4194304 6014671 140736722442128 18446744073709551615 4376920 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32225/statm: 33947 22894 728 445 0 27492 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 135788

[startup+282.301 s]
/proc/loadavg: 2.03 1.67 1.38 3/518 32243
/proc/meminfo: memFree=16116388/32950928 swapFree=38157052/67111528
[pid=32225] ppid=32223 vsize=159528 CPUtime=282.31 cores=1,3,5,7
/proc/32225/stat : 32225 (qutersat_releas) R 32223 32225 31344 0 -1 4202496 27870 0 0 0 28227 4 0 0 25 0 1 0 771075118 163356672 27783 33554432000 4194304 6014671 140736722442128 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32225/statm: 39882 27783 728 445 0 33427 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 159528

[startup+342.301 s]
/proc/loadavg: 2.01 1.72 1.42 3/518 32247
/proc/meminfo: memFree=16074740/32950928 swapFree=38157052/67111528
[pid=32225] ppid=32223 vsize=159528 CPUtime=342.3 cores=1,3,5,7
/proc/32225/stat : 32225 (qutersat_releas) R 32223 32225 31344 0 -1 4202496 28589 0 0 0 34226 4 0 0 25 0 1 0 771075118 163356672 28501 33554432000 4194304 6014671 140736722442128 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32225/statm: 39882 28501 728 445 0 33427 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 159528

[startup+402.301 s]
/proc/loadavg: 2.03 1.79 1.46 3/518 32249
/proc/meminfo: memFree=16070872/32950928 swapFree=38157052/67111528
[pid=32225] ppid=32223 vsize=159528 CPUtime=402.3 cores=1,3,5,7
/proc/32225/stat : 32225 (qutersat_releas) R 32223 32225 31344 0 -1 4202496 29001 0 0 0 40226 4 0 0 25 0 1 0 771075118 163356672 28899 33554432000 4194304 6014671 140736722442128 18446744073709551615 4422690 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32225/statm: 39882 28899 728 445 0 33427 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 159528

[startup+462.301 s]
/proc/loadavg: 2.01 1.82 1.49 3/518 32250
/proc/meminfo: memFree=16062412/32950928 swapFree=38157052/67111528
[pid=32225] ppid=32223 vsize=159528 CPUtime=462.31 cores=1,3,5,7
/proc/32225/stat : 32225 (qutersat_releas) R 32223 32225 31344 0 -1 4202496 31004 0 0 0 46226 5 0 0 25 0 1 0 771075118 163356672 30877 33554432000 4194304 6014671 140736722442128 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32225/statm: 39882 30877 741 445 0 33427 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 159528

[startup+522.301 s]
/proc/loadavg: 2.00 1.85 1.52 3/518 32252
/proc/meminfo: memFree=16056680/32950928 swapFree=38157052/67111528
[pid=32225] ppid=32223 vsize=172156 CPUtime=522.31 cores=1,3,5,7
/proc/32225/stat : 32225 (qutersat_releas) R 32223 32225 31344 0 -1 4202496 32634 0 0 0 52226 5 0 0 25 0 1 0 771075118 176287744 32477 33554432000 4194304 6014671 140736722442128 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32225/statm: 43039 32477 728 445 0 36584 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 172156

[startup+582.301 s]
/proc/loadavg: 2.00 1.88 1.54 3/518 32254
/proc/meminfo: memFree=16036692/32950928 swapFree=38157052/67111528
[pid=32225] ppid=32223 vsize=172156 CPUtime=582.32 cores=1,3,5,7
/proc/32225/stat : 32225 (qutersat_releas) R 32223 32225 31344 0 -1 4202496 35172 0 0 0 58226 6 0 0 25 0 1 0 771075118 176287744 34992 33554432000 4194304 6014671 140736722442128 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32225/statm: 43039 34992 803 445 0 36584 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 172156

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/518 32357
/proc/meminfo: memFree=15710516/32950928 swapFree=38157052/67111528
[pid=32225] ppid=32223 vsize=396060 CPUtime=4002.47 cores=1,3,5,7
/proc/32225/stat : 32225 (qutersat_releas) R 32223 32225 31344 0 -1 4202496 65518 0 0 0 400228 19 0 0 25 0 1 0 771075118 405565440 64657 33554432000 4194304 6014671 140736722442128 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32225/statm: 99015 64657 729 445 0 92560 0
Current children cumulated CPU time (s) 4002.47
Current children cumulated vsize (KiB) 396060

[startup+4062.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/518 32358
/proc/meminfo: memFree=15709992/32950928 swapFree=38157052/67111528
[pid=32225] ppid=32223 vsize=396060 CPUtime=4062.5 cores=1,3,5,7
/proc/32225/stat : 32225 (qutersat_releas) R 32223 32225 31344 0 -1 4202496 65518 0 0 0 406231 19 0 0 25 0 1 0 771075118 405565440 64657 33554432000 4194304 6014671 140736722442128 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32225/statm: 99015 64657 729 445 0 92560 0
Current children cumulated CPU time (s) 4062.5
Current children cumulated vsize (KiB) 396060

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/518 32360
/proc/meminfo: memFree=15709708/32950928 swapFree=38157052/67111528
[pid=32225] ppid=32223 vsize=396060 CPUtime=4122.49 cores=1,3,5,7
/proc/32225/stat : 32225 (qutersat_releas) R 32223 32225 31344 0 -1 4202496 65518 0 0 0 412229 20 0 0 25 0 1 0 771075118 405565440 64657 33554432000 4194304 6014671 140736722442128 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32225/statm: 99015 64657 729 445 0 92560 0
Current children cumulated CPU time (s) 4122.49
Current children cumulated vsize (KiB) 396060

[startup+4182.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/518 32362
/proc/meminfo: memFree=15706080/32950928 swapFree=38157052/67111528
[pid=32225] ppid=32223 vsize=396060 CPUtime=4182.49 cores=1,3,5,7
/proc/32225/stat : 32225 (qutersat_releas) R 32223 32225 31344 0 -1 4202496 65534 0 0 0 418229 20 0 0 25 0 1 0 771075118 405565440 64673 33554432000 4194304 6014671 140736722442128 18446744073709551615 4566205 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32225/statm: 99015 64673 729 445 0 92560 0
Current children cumulated CPU time (s) 4182.49
Current children cumulated vsize (KiB) 396060

[startup+4242.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/518 32363
/proc/meminfo: memFree=15703320/32950928 swapFree=38157052/67111528
[pid=32225] ppid=32223 vsize=396060 CPUtime=4242.49 cores=1,3,5,7
/proc/32225/stat : 32225 (qutersat_releas) R 32223 32225 31344 0 -1 4202496 66138 0 0 0 424229 20 0 0 25 0 1 0 771075118 405565440 65277 33554432000 4194304 6014671 140736722442128 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32225/statm: 99015 65277 729 445 0 92560 0
Current children cumulated CPU time (s) 4242.49
Current children cumulated vsize (KiB) 396060

[startup+4302.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/518 32365
/proc/meminfo: memFree=15703552/32950928 swapFree=38157052/67111528
[pid=32225] ppid=32223 vsize=396060 CPUtime=4302.49 cores=1,3,5,7
/proc/32225/stat : 32225 (qutersat_releas) R 32223 32225 31344 0 -1 4202496 66150 0 0 0 430229 20 0 0 25 0 1 0 771075118 405565440 65289 33554432000 4194304 6014671 140736722442128 18446744073709551615 4378794 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32225/statm: 99015 65289 729 445 0 92560 0
Current children cumulated CPU time (s) 4302.49
Current children cumulated vsize (KiB) 396060

[startup+4362.3 s]
/proc/loadavg: 2.11 2.07 2.01 3/518 32366
/proc/meminfo: memFree=15703652/32950928 swapFree=38157052/67111528
[pid=32225] ppid=32223 vsize=396060 CPUtime=4362.5 cores=1,3,5,7
/proc/32225/stat : 32225 (qutersat_releas) R 32223 32225 31344 0 -1 4202496 66150 0 0 0 436229 21 0 0 25 0 1 0 771075118 405565440 65289 33554432000 4194304 6014671 140736722442128 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32225/statm: 99015 65289 729 445 0 92560 0
Current children cumulated CPU time (s) 4362.5
Current children cumulated vsize (KiB) 396060

[startup+4422.3 s]
/proc/loadavg: 2.08 2.07 2.01 3/518 32368
/proc/meminfo: memFree=15703752/32950928 swapFree=38157052/67111528
[pid=32225] ppid=32223 vsize=396060 CPUtime=4422.5 cores=1,3,5,7
/proc/32225/stat : 32225 (qutersat_releas) R 32223 32225 31344 0 -1 4202496 66150 0 0 0 442229 21 0 0 25 0 1 0 771075118 405565440 65289 33554432000 4194304 6014671 140736722442128 18446744073709551615 4423983 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32225/statm: 99015 65289 729 445 0 92560 0
Current children cumulated CPU time (s) 4422.5
Current children cumulated vsize (KiB) 396060

[startup+4482.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/518 32370
/proc/meminfo: memFree=15701372/32950928 swapFree=38157052/67111528
[pid=32225] ppid=32223 vsize=462960 CPUtime=4482.5 cores=1,3,5,7
/proc/32225/stat : 32225 (qutersat_releas) R 32223 32225 31344 0 -1 4202496 66808 0 0 0 448229 21 0 0 25 0 1 0 771075118 474071040 65947 33554432000 4194304 6014671 140736722442128 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32225/statm: 115740 65947 729 445 0 109285 0
Current children cumulated CPU time (s) 4482.5
Current children cumulated vsize (KiB) 462960

[startup+4542.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/518 32371
/proc/meminfo: memFree=15698008/32950928 swapFree=38157052/67111528
[pid=32225] ppid=32223 vsize=462960 CPUtime=4542.5 cores=1,3,5,7
/proc/32225/stat : 32225 (qutersat_releas) R 32223 32225 31344 0 -1 4202496 67452 0 0 0 454229 21 0 0 25 0 1 0 771075118 474071040 66591 33554432000 4194304 6014671 140736722442128 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32225/statm: 115740 66591 729 445 0 109285 0
Current children cumulated CPU time (s) 4542.5
Current children cumulated vsize (KiB) 462960

[startup+4602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/518 32373
/proc/meminfo: memFree=15697108/32950928 swapFree=38157052/67111528
[pid=32225] ppid=32223 vsize=462960 CPUtime=4602.53 cores=1,3,5,7
/proc/32225/stat : 32225 (qutersat_releas) R 32223 32225 31344 0 -1 4202496 67452 0 0 0 460232 21 0 0 25 0 1 0 771075118 474071040 66591 33554432000 4194304 6014671 140736722442128 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32225/statm: 115740 66591 729 445 0 109285 0
Current children cumulated CPU time (s) 4602.53
Current children cumulated vsize (KiB) 462960

[startup+4662.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/518 32374
/proc/meminfo: memFree=15697224/32950928 swapFree=38157052/67111528
[pid=32225] ppid=32223 vsize=462960 CPUtime=4662.51 cores=1,3,5,7
/proc/32225/stat : 32225 (qutersat_releas) R 32223 32225 31344 0 -1 4202496 67457 0 0 0 466230 21 0 0 25 0 1 0 771075118 474071040 66596 33554432000 4194304 6014671 140736722442128 18446744073709551615 4425376 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32225/statm: 115740 66596 729 445 0 109285 0
Current children cumulated CPU time (s) 4662.51
Current children cumulated vsize (KiB) 462960

[startup+4722.32 s]
/proc/loadavg: 2.08 2.06 2.01 3/518 32376
/proc/meminfo: memFree=15686404/32950928 swapFree=38157052/67111528
[pid=32225] ppid=32223 vsize=462960 CPUtime=4722.54 cores=1,3,5,7
/proc/32225/stat : 32225 (qutersat_releas) R 32223 32225 31344 0 -1 4202496 69743 0 0 0 472232 22 0 0 25 0 1 0 771075118 474071040 68882 33554432000 4194304 6014671 140736722442128 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32225/statm: 115740 68882 729 445 0 109285 0
Current children cumulated CPU time (s) 4722.54
Current children cumulated vsize (KiB) 462960

[startup+4782.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/518 32378
/proc/meminfo: memFree=15680052/32950928 swapFree=38157052/67111528
[pid=32225] ppid=32223 vsize=462960 CPUtime=4782.51 cores=1,3,5,7
/proc/32225/stat : 32225 (qutersat_releas) R 32223 32225 31344 0 -1 4202496 71479 0 0 0 478229 22 0 0 25 0 1 0 771075118 474071040 70618 33554432000 4194304 6014671 140736722442128 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32225/statm: 115740 70618 729 445 0 109285 0
Current children cumulated CPU time (s) 4782.51
Current children cumulated vsize (KiB) 462960

[startup+4842.3 s]
/proc/loadavg: 2.16 2.07 2.01 3/518 32379
/proc/meminfo: memFree=15669964/32950928 swapFree=38157052/67111528
[pid=32225] ppid=32223 vsize=462960 CPUtime=4842.52 cores=1,3,5,7
/proc/32225/stat : 32225 (qutersat_releas) R 32223 32225 31344 0 -1 4202496 73744 0 0 0 484229 23 0 0 25 0 1 0 771075118 474071040 72883 33554432000 4194304 6014671 140736722442128 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32225/statm: 115740 72883 729 445 0 109285 0
Current children cumulated CPU time (s) 4842.52
Current children cumulated vsize (KiB) 462960

[startup+4902.3 s]
/proc/loadavg: 2.12 2.07 2.01 3/518 32381
/proc/meminfo: memFree=15656552/32950928 swapFree=38157052/67111528
[pid=32225] ppid=32223 vsize=462960 CPUtime=4902.52 cores=1,3,5,7
/proc/32225/stat : 32225 (qutersat_releas) R 32223 32225 31344 0 -1 4202496 77265 0 0 0 490228 24 0 0 25 0 1 0 771075118 474071040 76404 33554432000 4194304 6014671 140736722442128 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32225/statm: 115740 76404 729 445 0 109285 0
Current children cumulated CPU time (s) 4902.52
Current children cumulated vsize (KiB) 462960

[startup+4962.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/518 32382
/proc/meminfo: memFree=15641036/32950928 swapFree=38157052/67111528
[pid=32225] ppid=32223 vsize=462960 CPUtime=4962.53 cores=1,3,5,7
/proc/32225/stat : 32225 (qutersat_releas) R 32223 32225 31344 0 -1 4202496 78907 0 0 0 496228 25 0 0 25 0 1 0 771075118 474071040 78046 33554432000 4194304 6014671 140736722442128 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32225/statm: 115740 78046 729 445 0 109285 0
Current children cumulated CPU time (s) 4962.53
Current children cumulated vsize (KiB) 462960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.8 s]
/proc/loadavg: 2.09 2.06 2.01 3/518 32411
/proc/meminfo: memFree=15979792/32950928 swapFree=38157052/67111528
[pid=32225] ppid=32223 vsize=462960 CPUtime=5000.04 cores=1,3,5,7
/proc/32225/stat : 32225 (qutersat_releas) R 32223 32225 31344 0 -1 4202496 81728 0 0 0 499979 25 0 0 25 0 1 0 771075118 474071040 80867 33554432000 4194304 6014671 140736722442128 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32225/statm: 115740 80867 729 445 0 109285 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 462960

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): 4999.83
CPU time (s): 5000.07
CPU user time (s): 4999.8
CPU system time (s): 0.269958
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 462960

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

runsolver used 24.5083 second user time and 61.4237 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-28 16:59:44
IDJOB=3420865
IDBENCH=71139
IDSOLVER=1868
FILE ID=node149/3420865-1306594784
RUNJOBID= node149-1306594765-32152
PBS_JOBID= 13471531
Free space on /tmp= 73472 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/CRAFTED/modcircuits/mod4block_3vars_7gates.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420865-1306594784/watcher-3420865-1306594784 -o /tmp/evaluation-result-3420865-1306594784/solver-3420865-1306594784 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3420865-1306594784.cnf 909092241

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

MD5SUM BENCH= cc925e6de728ca79f6f89379842f14b0
RANDOM SEED=909092241

node149.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.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.806
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.83
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.806
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.73
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.806
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.806
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.806
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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      16353624 kB
Buffers:        253284 kB
Cached:        4651040 kB
SwapCached:      56180 kB
Active:        2287380 kB
Inactive:     14003232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16353624 kB
SwapTotal:    67111528 kB
SwapFree:     38157052 kB
Dirty:            7520 kB
Writeback:           8 kB
AnonPages:    11354652 kB
Mapped:          19696 kB
Slab:           120144 kB
PageTables:     117348 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 173197876 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= 73468 MiB
End job on node149 at 2011-05-28 18:23:06