Trace number 3376753

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) 1300.05 1300.03

General information on the benchmark

NameCRAFTED/modcircuits/
mod4block_3vars_7gates.cnf
MD5SUMcc925e6de728ca79f6f89379842f14b0
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 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.01	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.00/0.07	c Find Ands  :        126 AvgFaninNum: 7.33333
0.00/0.07	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.07	c Find Ite   :          0
0.00/0.07	c UnDirect variable: 0
0.00/0.07	c UnDirect to Direct Gate: 0
0.00/0.07	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.07	c Break Cycle : 110
0.00/0.07	c Total Root : 0 Undef Var: 558
0.00/0.07	c After covering, Total Root: 16 Leaf: 270
0.00/0.07	c Variable( cover/uncovered/unused ): 286 288 0
0.00/0.07	c Unit Clauses: 160
0.00/0.07	c Binary Clauses( cover/uncovered ): 110 1067
0.00/0.07	c Clauses( cover/uncovered ): 16 116411
0.00/0.07	c Total Clauses( cover/uncovered ): 286 117478 0.242859%
0.00/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.19/0.23	c TmMap: Set choices finish.
0.19/0.26	c TmMap: Set big and: 38199
0.19/0.26	c TmMap: Origin: 72028 ClauseNum: 214887 --> New: 38598 ClauseNum: 161875
0.19/0.26	c TmMap: Time: 0.05
0.19/0.27	c Try to Add: #clause: 76398 #xorclause: 0
0.19/0.28	c #var: 4118 #clauses: 32694 Solving... 
1300.03/1300.01	c Time Out !!
1300.03/1300.01	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-3376753-1305467777/watcher-3376753-1305467777 -o /tmp/evaluation-result-3376753-1305467777/solver-3376753-1305467777 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376753-1305467777.cnf 770788796 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.77 5.75 6.63 3/432 26322
/proc/meminfo: memFree=13716132/32951124 swapFree=65586204/67111528
[pid=26322] ppid=26320 vsize=33388 CPUtime=0.01 cores=1,3
/proc/26322/stat : 26322 (qutersat_releas) R 26320 26322 26272 0 -1 4202496 2198 0 0 0 1 0 0 0 21 0 1 0 737008392 34189312 2135 33554432000 4194304 6014671 140735466927280 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26322/statm: 8347 2136 378 445 0 1892 0

[startup+0.0894849 s]
/proc/loadavg: 3.77 5.75 6.63 3/432 26322
/proc/meminfo: memFree=13716132/32951124 swapFree=65586204/67111528
[pid=26322] ppid=26320 vsize=38508 CPUtime=0.08 cores=1,3
/proc/26322/stat : 26322 (qutersat_releas) R 26320 26322 26272 0 -1 4202496 3491 0 0 0 8 0 0 0 21 0 1 0 737008392 39432192 3428 33554432000 4194304 6014671 140735466927280 18446744073709551615 4262637 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26322/statm: 9627 3428 398 445 0 3172 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 38508

[startup+0.10047 s]
/proc/loadavg: 3.77 5.75 6.63 3/432 26322
/proc/meminfo: memFree=13716132/32951124 swapFree=65586204/67111528
[pid=26322] ppid=26320 vsize=38508 CPUtime=0.09 cores=1,3
/proc/26322/stat : 26322 (qutersat_releas) R 26320 26322 26272 0 -1 4202496 3491 0 0 0 9 0 0 0 21 0 1 0 737008392 39432192 3428 33554432000 4194304 6014671 140735466927280 18446744073709551615 4268826 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26322/statm: 9627 3428 398 445 0 3172 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38508

[startup+0.300433 s]
/proc/loadavg: 3.77 5.75 6.63 3/432 26322
/proc/meminfo: memFree=13716132/32951124 swapFree=65586204/67111528
[pid=26322] ppid=26320 vsize=75980 CPUtime=0.29 cores=1,3
/proc/26322/stat : 26322 (qutersat_releas) R 26320 26322 26272 0 -1 4202496 10998 0 0 0 28 1 0 0 22 0 1 0 737008392 77803520 10935 33554432000 4194304 6014671 140735466927280 18446744073709551615 4423521 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26322/statm: 18995 10935 696 445 0 12540 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 75980

[startup+0.700365 s]
/proc/loadavg: 3.77 5.75 6.63 3/432 26322
/proc/meminfo: memFree=13716132/32951124 swapFree=65586204/67111528
[pid=26322] ppid=26320 vsize=75980 CPUtime=0.69 cores=1,3
/proc/26322/stat : 26322 (qutersat_releas) R 26320 26322 26272 0 -1 4202496 11006 0 0 0 68 1 0 0 23 0 1 0 737008392 77803520 10943 33554432000 4194304 6014671 140735466927280 18446744073709551615 4367249 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26322/statm: 18995 10943 704 445 0 12540 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75980

[startup+1.50022 s]
/proc/loadavg: 3.77 5.75 6.63 5/438 26333
/proc/meminfo: memFree=13474060/32951124 swapFree=65586204/67111528
[pid=26322] ppid=26320 vsize=94840 CPUtime=1.49 cores=1,3
/proc/26322/stat : 26322 (qutersat_releas) R 26320 26322 26272 0 -1 4202496 11887 0 0 0 148 1 0 0 25 0 1 0 737008392 97116160 11824 33554432000 4194304 6014671 140735466927280 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26322/statm: 23710 11824 724 445 0 17255 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 94840

[startup+3.10094 s]
/proc/loadavg: 3.77 5.75 6.63 5/438 26333
/proc/meminfo: memFree=13457812/32951124 swapFree=65586204/67111528
[pid=26322] ppid=26320 vsize=113416 CPUtime=3.09 cores=1,3
/proc/26322/stat : 26322 (qutersat_releas) R 26320 26322 26272 0 -1 4202496 12871 0 0 0 308 1 0 0 25 0 1 0 737008392 116137984 12808 33554432000 4194304 6014671 140735466927280 18446744073709551615 4424029 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26322/statm: 28354 12808 728 445 0 21899 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 113416

[startup+6.30038 s]
/proc/loadavg: 3.78 5.72 6.61 5/438 26333
/proc/meminfo: memFree=13227428/32951124 swapFree=65586204/67111528
[pid=26322] ppid=26320 vsize=122936 CPUtime=6.29 cores=1,3
/proc/26322/stat : 26322 (qutersat_releas) R 26320 26322 26272 0 -1 4202496 13636 0 0 0 628 1 0 0 25 0 1 0 737008392 125886464 13573 33554432000 4194304 6014671 140735466927280 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26322/statm: 30734 13573 728 445 0 24279 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 122936

[startup+12.7003 s]
/proc/loadavg: 3.80 5.69 6.60 5/438 26333
/proc/meminfo: memFree=13050916/32951124 swapFree=65586204/67111528
[pid=26322] ppid=26320 vsize=122936 CPUtime=12.69 cores=1,3
/proc/26322/stat : 26322 (qutersat_releas) R 26320 26322 26272 0 -1 4202496 15013 0 0 0 1268 1 0 0 25 0 1 0 737008392 125886464 14950 33554432000 4194304 6014671 140735466927280 18446744073709551615 4424209 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26322/statm: 30734 14950 728 445 0 24279 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 122936

[startup+25.501 s]
/proc/loadavg: 3.84 5.60 6.56 5/438 26360
/proc/meminfo: memFree=13424424/32951124 swapFree=65586204/67111528
[pid=26322] ppid=26320 vsize=122936 CPUtime=25.49 cores=1,3
/proc/26322/stat : 26322 (qutersat_releas) R 26320 26322 26272 0 -1 4202496 15932 0 0 0 2548 1 0 0 25 0 1 0 737008392 125886464 15869 33554432000 4194304 6014671 140735466927280 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26322/statm: 30734 15869 729 445 0 24279 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 122936

[startup+51.1005 s]
/proc/loadavg: 3.90 5.47 6.49 5/438 26361
/proc/meminfo: memFree=13397820/32951124 swapFree=65586204/67111528
[pid=26322] ppid=26320 vsize=122936 CPUtime=51.1 cores=1,3
/proc/26322/stat : 26322 (qutersat_releas) R 26320 26322 26272 0 -1 4202496 17367 0 0 0 5108 2 0 0 25 0 1 0 737008392 125886464 17303 33554432000 4194304 6014671 140735466927280 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26322/statm: 30734 17303 728 445 0 24279 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 122936

[startup+102.317 s]
/proc/loadavg: 3.95 5.24 6.35 5/438 26362
/proc/meminfo: memFree=13325748/32951124 swapFree=65586204/67111528
[pid=26322] ppid=26320 vsize=122936 CPUtime=102.31 cores=1,3
/proc/26322/stat : 26322 (qutersat_releas) R 26320 26322 26272 0 -1 4202496 20393 0 0 0 10229 2 0 0 25 0 1 0 737008392 125886464 20316 33554432000 4194304 6014671 140735466927280 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26322/statm: 30734 20316 728 445 0 24279 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 122936

[startup+162.301 s]
/proc/loadavg: 3.98 5.02 6.20 5/438 26364
/proc/meminfo: memFree=13262996/32951124 swapFree=65586204/67111528
[pid=26322] ppid=26320 vsize=134288 CPUtime=162.3 cores=1,3
/proc/26322/stat : 26322 (qutersat_releas) R 26320 26322 26272 0 -1 4202496 23728 0 0 0 16227 3 0 0 25 0 1 0 737008392 137510912 23648 33554432000 4194304 6014671 140735466927280 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26322/statm: 33572 23648 728 445 0 27117 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 134288

[startup+222.301 s]
/proc/loadavg: 4.03 4.84 6.07 5/438 26366
/proc/meminfo: memFree=13205776/32951124 swapFree=65586204/67111528
[pid=26322] ppid=26320 vsize=145780 CPUtime=222.3 cores=1,3
/proc/26322/stat : 26322 (qutersat_releas) R 26320 26322 26272 0 -1 4202496 24811 0 0 0 22226 4 0 0 25 0 1 0 737008392 149278720 24697 33554432000 4194304 6014671 140735466927280 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26322/statm: 36445 24697 735 445 0 29990 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 145780

[startup+282.301 s]
/proc/loadavg: 4.22 4.75 5.96 5/438 26394
/proc/meminfo: memFree=13158124/32951124 swapFree=65586204/67111528
[pid=26322] ppid=26320 vsize=145780 CPUtime=282.3 cores=1,3
/proc/26322/stat : 26322 (qutersat_releas) R 26320 26322 26272 0 -1 4202496 25707 0 0 0 28226 4 0 0 25 0 1 0 737008392 149278720 25593 33554432000 4194304 6014671 140735466927280 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26322/statm: 36445 25593 735 445 0 29990 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 145780

[startup+342.301 s]
/proc/loadavg: 4.13 4.62 5.84 5/438 26405
/proc/meminfo: memFree=13114948/32951124 swapFree=65586204/67111528
[pid=26322] ppid=26320 vsize=145780 CPUtime=342.29 cores=1,3
/proc/26322/stat : 26322 (qutersat_releas) R 26320 26322 26272 0 -1 4202496 27286 0 0 0 34225 4 0 0 25 0 1 0 737008392 149278720 27167 33554432000 4194304 6014671 140735466927280 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26322/statm: 36445 27167 730 445 0 29990 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 145780

[startup+402.301 s]
/proc/loadavg: 4.05 4.51 5.72 5/438 26406
/proc/meminfo: memFree=13068168/32951124 swapFree=65586204/67111528
[pid=26322] ppid=26320 vsize=145780 CPUtime=402.3 cores=1,3
/proc/26322/stat : 26322 (qutersat_releas) R 26320 26322 26272 0 -1 4202496 27286 0 0 0 40225 5 0 0 25 0 1 0 737008392 149278720 27157 33554432000 4194304 6014671 140735466927280 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26322/statm: 36445 27157 730 445 0 29990 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 145780

[startup+462.301 s]
/proc/loadavg: 4.02 4.41 5.61 5/438 26408
/proc/meminfo: memFree=12965212/32951124 swapFree=65586204/67111528
[pid=26322] ppid=26320 vsize=145780 CPUtime=462.3 cores=1,3
/proc/26322/stat : 26322 (qutersat_releas) R 26320 26322 26272 0 -1 4202496 27323 0 0 0 46225 5 0 0 25 0 1 0 737008392 149278720 27176 33554432000 4194304 6014671 140735466927280 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26322/statm: 36445 27176 730 445 0 29990 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 145780

[startup+522.301 s]
/proc/loadavg: 4.00 4.33 5.50 5/438 26410
/proc/meminfo: memFree=12894508/32951124 swapFree=65586204/67111528
[pid=26322] ppid=26320 vsize=158396 CPUtime=522.3 cores=1,3
/proc/26322/stat : 26322 (qutersat_releas) R 26320 26322 26272 0 -1 4202496 29222 0 0 0 52224 6 0 0 25 0 1 0 737008392 162197504 29067 33554432000 4194304 6014671 140735466927280 18446744073709551615 4424463 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26322/statm: 39599 29067 730 445 0 33144 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 158396

[startup+582.301 s]
/proc/loadavg: 4.07 4.30 5.42 5/438 26411
/proc/meminfo: memFree=12810040/32951124 swapFree=65586204/67111528
[pid=26322] ppid=26320 vsize=171200 CPUtime=582.31 cores=1,3
/proc/26322/stat : 26322 (qutersat_releas) R 26320 26322 26272 0 -1 4202496 32703 0 0 0 58223 8 0 0 25 0 1 0 737008392 175308800 32512 33554432000 4194304 6014671 140735466927280 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26322/statm: 42800 32512 728 445 0 36345 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 171200

[startup+642.301 s]
/proc/loadavg: 4.13 4.28 5.34 5/438 26413
/proc/meminfo: memFree=12759544/32951124 swapFree=65586204/67111528
[pid=26322] ppid=26320 vsize=171200 CPUtime=642.32 cores=1,3
/proc/26322/stat : 26322 (qutersat_releas) R 26320 26322 26272 0 -1 4202496 33027 0 0 0 64224 8 0 0 25 0 1 0 737008392 175308800 32815 33554432000 4194304 6014671 140735466927280 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26322/statm: 42800 32815 728 445 0 36345 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 171200

[startup+702.301 s]
/proc/loadavg: 4.08 4.24 5.26 5/438 26414
/proc/meminfo: memFree=12743892/32951124 swapFree=65586204/67111528
[pid=26322] ppid=26320 vsize=171200 CPUtime=702.3 cores=1,3
/proc/26322/stat : 26322 (qutersat_releas) R 26320 26322 26272 0 -1 4202496 33786 0 0 0 70222 8 0 0 25 0 1 0 737008392 175308800 33574 33554432000 4194304 6014671 140735466927280 18446744073709551615 4369407 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26322/statm: 42800 33574 728 445 0 36345 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 171200

[startup+762.316 s]
/proc/loadavg: 4.12 4.23 5.19 5/438 26416
/proc/meminfo: memFree=12702944/32951124 swapFree=65586204/67111528
[pid=26322] ppid=26320 vsize=184380 CPUtime=762.32 cores=1,3
/proc/26322/stat : 26322 (qutersat_releas) R 26320 26322 26272 0 -1 4202496 37575 0 0 0 76222 10 0 0 25 0 1 0 737008392 188805120 37339 33554432000 4194304 6014671 140735466927280 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26322/statm: 46095 37339 728 445 0 39640 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 184380

[startup+822.301 s]
/proc/loadavg: 4.09 4.20 5.12 6/438 26418
/proc/meminfo: memFree=12669192/32951124 swapFree=65586204/67111528
[pid=26322] ppid=26320 vsize=184380 CPUtime=822.31 cores=1,3
/proc/26322/stat : 26322 (qutersat_releas) R 26320 26322 26272 0 -1 4202496 37592 0 0 0 82221 10 0 0 25 0 1 0 737008392 188805120 37356 33554432000 4194304 6014671 140735466927280 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26322/statm: 46095 37356 728 445 0 39640 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 184380

[startup+882.301 s]
/proc/loadavg: 4.11 4.18 5.05 5/438 26419
/proc/meminfo: memFree=12661976/32951124 swapFree=65586204/67111528
[pid=26322] ppid=26320 vsize=184380 CPUtime=882.31 cores=1,3
/proc/26322/stat : 26322 (qutersat_releas) R 26320 26322 26272 0 -1 4202496 38072 0 0 0 88220 11 0 0 25 0 1 0 737008392 188805120 37807 33554432000 4194304 6014671 140735466927280 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26322/statm: 46095 37807 728 445 0 39640 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 184380

[startup+942.301 s]
/proc/loadavg: 4.04 4.14 4.98 5/438 26421
/proc/meminfo: memFree=12657600/32951124 swapFree=65586204/67111528
[pid=26322] ppid=26320 vsize=184380 CPUtime=942.31 cores=1,3
/proc/26322/stat : 26322 (qutersat_releas) R 26320 26322 26272 0 -1 4202496 38434 0 0 0 94220 11 0 0 25 0 1 0 737008392 188805120 38169 33554432000 4194304 6014671 140735466927280 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26322/statm: 46095 38169 728 445 0 39640 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 184380

[startup+1002.3 s]
/proc/loadavg: 4.01 4.11 4.92 5/438 26422
/proc/meminfo: memFree=12621232/32951124 swapFree=65586204/67111528
[pid=26322] ppid=26320 vsize=184380 CPUtime=1002.31 cores=1,3
/proc/26322/stat : 26322 (qutersat_releas) R 26320 26322 26272 0 -1 4202496 38824 0 0 0 100220 11 0 0 25 0 1 0 737008392 188805120 38559 33554432000 4194304 6014671 140735466927280 18446744073709551615 4386095 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26322/statm: 46095 38559 729 445 0 39640 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 184380

[startup+1062.3 s]
/proc/loadavg: 4.00 4.09 4.86 5/438 26424
/proc/meminfo: memFree=12555604/32951124 swapFree=65586204/67111528
[pid=26322] ppid=26320 vsize=184380 CPUtime=1062.31 cores=1,3
/proc/26322/stat : 26322 (qutersat_releas) R 26320 26322 26272 0 -1 4202496 38824 0 0 0 106220 11 0 0 25 0 1 0 737008392 188805120 38339 33554432000 4194304 6014671 140735466927280 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26322/statm: 46095 38339 729 445 0 39640 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 184380

[startup+1122.3 s]
/proc/loadavg: 4.05 4.09 4.80 5/438 26426
/proc/meminfo: memFree=12521232/32951124 swapFree=65586204/67111528
[pid=26322] ppid=26320 vsize=184380 CPUtime=1122.32 cores=1,3
/proc/26322/stat : 26322 (qutersat_releas) R 26320 26322 26272 0 -1 4202496 39945 0 0 0 112220 12 0 0 25 0 1 0 737008392 188805120 39460 33554432000 4194304 6014671 140735466927280 18446744073709551615 4424804 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26322/statm: 46095 39460 729 445 0 39640 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 184380

[startup+1182.3 s]
/proc/loadavg: 4.16 4.11 4.77 5/438 26427
/proc/meminfo: memFree=12500488/32951124 swapFree=65586204/67111528
[pid=26322] ppid=26320 vsize=239684 CPUtime=1182.32 cores=1,3
/proc/26322/stat : 26322 (qutersat_releas) R 26320 26322 26272 0 -1 4202496 40554 0 0 0 118220 12 0 0 25 0 1 0 737008392 245436416 40069 33554432000 4194304 6014671 140735466927280 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26322/statm: 59921 40069 729 445 0 53466 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 239684

[startup+1242.3 s]
/proc/loadavg: 4.11 4.11 4.72 5/438 26429
/proc/meminfo: memFree=12498604/32951124 swapFree=65586204/67111528
[pid=26322] ppid=26320 vsize=239684 CPUtime=1242.32 cores=1,3
/proc/26322/stat : 26322 (qutersat_releas) R 26320 26322 26272 0 -1 4202496 40554 0 0 0 124220 12 0 0 25 0 1 0 737008392 245436416 40069 33554432000 4194304 6014671 140735466927280 18446744073709551615 4424575 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26322/statm: 59921 40069 729 445 0 53466 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 239684



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.17 4.12 4.68 5/438 26430
/proc/meminfo: memFree=12480588/32951124 swapFree=65586204/67111528
[pid=26322] ppid=26320 vsize=239684 CPUtime=1300.03 cores=1,3
/proc/26322/stat : 26322 (qutersat_releas) R 26320 26322 26272 0 -1 4202496 42983 0 0 0 129990 13 0 0 25 0 1 0 737008392 245436416 42498 33554432000 4194304 6014671 140735466927280 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26322/statm: 59921 42498 729 445 0 53466 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 239684

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

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

Child status: 1
Real time (s): 1300.03
CPU time (s): 1300.05
CPU user time (s): 1299.91
CPU system time (s): 0.145977
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 239684

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

runsolver used 5.20121 second user time and 12.6611 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-15 15:56:17
IDJOB=3376753
IDBENCH=71139
IDSOLVER=1856
FILE ID=node119/3376753-1305467777
RUNJOBID= node119-1305467777-26292
PBS_JOBID= 13325316
Free space on /tmp= 73288 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-3376753-1305467777/watcher-3376753-1305467777 -o /tmp/evaluation-result-3376753-1305467777/solver-3376753-1305467777 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376753-1305467777.cnf 770788796

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

MD5SUM BENCH= cc925e6de728ca79f6f89379842f14b0
RANDOM SEED=770788796

node119.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.815
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.63
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.815
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.815
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.74
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.815
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.83
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.815
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.67
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.815
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.815
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.74
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.815
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:      13716412 kB
Buffers:        307672 kB
Cached:        4875668 kB
SwapCached:       4756 kB
Active:       15691604 kB
Inactive:      3196548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13716412 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:           13452 kB
Writeback:           0 kB
AnonPages:    13703244 kB
Mapped:          34084 kB
Slab:           215476 kB
PageTables:      63624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 120848856 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= 73284 MiB
End job on node119 at 2011-05-15 16:17:59