Trace number 3376868

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/rbsat/random/unforced/
rbsat-v1150c84314g7.cnf
MD5SUMf39e50b5cd7b50d1971722973512a1b8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.09707
Satisfiable
(Un)Satisfiability was proved
Number of variables1150
Number of clauses84314
Sum of the clauses size169678
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284264
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

Solver Data

0.00/0.00	c Set FPU double precision.
0.03/0.04	c Parse Cnf success: #var: 1150 #clause: 84314
0.03/0.04	c Find Units :          0
0.03/0.04	c Find Invs  :          0
0.03/0.04	c Find Ands  :       1150 AvgFaninNum: 22
0.03/0.04	c Find Xors  :          0 AvgFaninNum: nan
0.03/0.04	c Find Ite   :          0
0.03/0.04	c UnDirect variable: 0
0.03/0.04	c UnDirect to Direct Gate: 0
0.03/0.04	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.03/0.04	c Break Cycle : 1100
0.03/0.04	c Total Root : 0 Undef Var: 1100
0.03/0.04	c After covering, Total Root: 50 Leaf: 1100
0.03/0.04	c Variable( cover/uncovered/unused ): 1150 0 0
0.03/0.04	c Unit Clauses: 0
0.03/0.04	c Binary Clauses( cover/uncovered ): 1100 79464
0.03/0.04	c Clauses( cover/uncovered ): 50 0
0.03/0.04	c Total Clauses( cover/uncovered ): 1150 79464 1.42655%
0.03/0.04	c Covered Ands: 50 Invs: 0 Xors: 0 Ites: 0
0.03/0.07	c Uncover Clauses avg size: 2 max size: 2
0.03/0.07	c Final circuit: i/l/o/s    1100       0   79464     80514
0.03/0.07	c CnfToAig: Time: 0.06 s
0.09/0.12	c TmMap: Set choices finish.
0.09/0.16	c TmMap: Set big and: 79514
0.09/0.16	c TmMap: Origin: 81615 ClauseNum: 241542 --> New: 80615 ClauseNum: 239542
0.09/0.16	c TmMap: Time: 0.04
0.09/0.17	c Try to Add: #clause: 159028 #xorclause: 0
0.09/0.18	c #var: 1150 #clauses: 51 Solving... 
1300.02/1300.01	c Time Out !!
1300.02/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-3376868-1305467848/watcher-3376868-1305467848 -o /tmp/evaluation-result-3376868-1305467848/solver-3376868-1305467848 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376868-1305467848.cnf 1312838801 

running on 2 cores: 0,2

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.99 5.81 6.41 4/375 3552
/proc/meminfo: memFree=25292008/32951124 swapFree=63649232/67111528
[pid=3552] ppid=3550 vsize=32364 CPUtime=0 cores=0,2
/proc/3552/stat : 3552 (qutersat_releas) R 3550 3552 3421 0 -1 4202496 1943 0 0 0 0 0 0 0 25 0 1 0 658383281 33140736 1879 33554432000 4194304 6014671 140735821006128 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3552/statm: 8091 1879 378 445 0 1636 0

[startup+0.0425659 s]
/proc/loadavg: 3.99 5.81 6.41 4/375 3552
/proc/meminfo: memFree=25292008/32951124 swapFree=63649232/67111528
[pid=3552] ppid=3550 vsize=38508 CPUtime=0.03 cores=0,2
/proc/3552/stat : 3552 (qutersat_releas) R 3550 3552 3421 0 -1 4202496 3412 0 0 0 3 0 0 0 25 0 1 0 658383281 39432192 3348 33554432000 4194304 6014671 140735821006128 18446744073709551615 4276190 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3552/statm: 9627 3348 398 445 0 3172 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 38508

[startup+0.100559 s]
/proc/loadavg: 3.99 5.81 6.41 4/375 3552
/proc/meminfo: memFree=25292008/32951124 swapFree=63649232/67111528
[pid=3552] ppid=3550 vsize=52568 CPUtime=0.09 cores=0,2
/proc/3552/stat : 3552 (qutersat_releas) R 3550 3552 3421 0 -1 4202496 6992 0 0 0 9 0 0 0 25 0 1 0 658383281 53829632 6928 33554432000 4194304 6014671 140735821006128 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3552/statm: 13142 6930 668 445 0 6687 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 52568

[startup+0.300547 s]
/proc/loadavg: 3.99 5.81 6.41 4/375 3552
/proc/meminfo: memFree=25292008/32951124 swapFree=63649232/67111528
[pid=3552] ppid=3550 vsize=67924 CPUtime=0.29 cores=0,2
/proc/3552/stat : 3552 (qutersat_releas) R 3550 3552 3421 0 -1 4202496 10698 0 0 0 28 1 0 0 25 0 1 0 658383281 69554176 10634 33554432000 4194304 6014671 140735821006128 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3552/statm: 16981 10634 720 445 0 10526 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67924

[startup+0.700478 s]
/proc/loadavg: 3.99 5.81 6.41 4/375 3552
/proc/meminfo: memFree=25292008/32951124 swapFree=63649232/67111528
[pid=3552] ppid=3550 vsize=77024 CPUtime=0.69 cores=0,2
/proc/3552/stat : 3552 (qutersat_releas) R 3550 3552 3421 0 -1 4202496 10975 0 0 0 68 1 0 0 25 0 1 0 658383281 78872576 10911 33554432000 4194304 6014671 140735821006128 18446744073709551615 4378787 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3552/statm: 19256 10911 721 445 0 12801 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 77024

[startup+1.50035 s]
/proc/loadavg: 3.99 5.81 6.41 5/376 3553
/proc/meminfo: memFree=25249344/32951124 swapFree=63649232/67111528
[pid=3552] ppid=3550 vsize=86320 CPUtime=1.49 cores=0,2
/proc/3552/stat : 3552 (qutersat_releas) R 3550 3552 3421 0 -1 4202496 11080 0 0 0 148 1 0 0 25 0 1 0 658383281 88391680 11016 33554432000 4194304 6014671 140735821006128 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3552/statm: 21580 11016 721 445 0 15125 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 86320

[startup+3.10108 s]
/proc/loadavg: 3.99 5.81 6.41 5/376 3553
/proc/meminfo: memFree=25246988/32951124 swapFree=63649232/67111528
[pid=3552] ppid=3550 vsize=86320 CPUtime=3.09 cores=0,2
/proc/3552/stat : 3552 (qutersat_releas) R 3550 3552 3421 0 -1 4202496 11260 0 0 0 308 1 0 0 25 0 1 0 658383281 88391680 11196 33554432000 4194304 6014671 140735821006128 18446744073709551615 4537176 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3552/statm: 21580 11196 725 445 0 15125 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 86320

[startup+6.30054 s]
/proc/loadavg: 3.99 5.78 6.40 5/376 3553
/proc/meminfo: memFree=25235408/32951124 swapFree=63649232/67111528
[pid=3552] ppid=3550 vsize=86320 CPUtime=6.3 cores=0,2
/proc/3552/stat : 3552 (qutersat_releas) R 3550 3552 3421 0 -1 4202496 13299 0 0 0 628 2 0 0 25 0 1 0 658383281 88391680 13235 33554432000 4194304 6014671 140735821006128 18446744073709551615 4537073 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3552/statm: 21580 13235 725 445 0 15125 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 86320

[startup+12.7005 s]
/proc/loadavg: 3.99 5.75 6.39 5/376 3553
/proc/meminfo: memFree=25208616/32951124 swapFree=63649232/67111528
[pid=3552] ppid=3550 vsize=105388 CPUtime=12.69 cores=0,2
/proc/3552/stat : 3552 (qutersat_releas) R 3550 3552 3421 0 -1 4202496 15099 0 0 0 1267 2 0 0 25 0 1 0 658383281 107917312 15031 33554432000 4194304 6014671 140735821006128 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3552/statm: 26347 15031 726 445 0 19892 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 105388

[startup+25.5003 s]
/proc/loadavg: 4.07 5.68 6.35 5/376 3554
/proc/meminfo: memFree=25161204/32951124 swapFree=63649232/67111528
[pid=3552] ppid=3550 vsize=134796 CPUtime=25.49 cores=0,2
/proc/3552/stat : 3552 (qutersat_releas) R 3550 3552 3421 0 -1 4202496 17588 0 0 0 2546 3 0 0 25 0 1 0 658383281 138031104 17520 33554432000 4194304 6014671 140735821006128 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3552/statm: 33699 17520 726 445 0 27244 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 134796

[startup+51.101 s]
/proc/loadavg: 4.04 5.55 6.29 5/376 3554
/proc/meminfo: memFree=25096460/32951124 swapFree=63649232/67111528
[pid=3552] ppid=3550 vsize=134796 CPUtime=51.09 cores=0,2
/proc/3552/stat : 3552 (qutersat_releas) R 3550 3552 3421 0 -1 4202496 19387 0 0 0 5106 3 0 0 25 0 1 0 658383281 138031104 19319 33554432000 4194304 6014671 140735821006128 18446744073709551615 4423953 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3552/statm: 33699 19319 726 445 0 27244 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 134796

[startup+102.313 s]
/proc/loadavg: 4.02 5.31 6.17 5/376 3556
/proc/meminfo: memFree=24975284/32951124 swapFree=63649232/67111528
[pid=3552] ppid=3550 vsize=145888 CPUtime=102.3 cores=0,2
/proc/3552/stat : 3552 (qutersat_releas) R 3550 3552 3421 0 -1 4202496 25969 0 0 0 10226 4 0 0 25 0 1 0 658383281 149389312 25900 33554432000 4194304 6014671 140735821006128 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3552/statm: 36472 25900 766 445 0 30017 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 145888

[startup+162.3 s]
/proc/loadavg: 4.00 5.07 6.03 5/376 3557
/proc/meminfo: memFree=24895880/32951124 swapFree=63649232/67111528
[pid=3552] ppid=3550 vsize=168960 CPUtime=162.29 cores=0,2
/proc/3552/stat : 3552 (qutersat_releas) R 3550 3552 3421 0 -1 4202496 30592 0 0 0 16223 6 0 0 25 0 1 0 658383281 173015040 30517 33554432000 4194304 6014671 140735821006128 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3552/statm: 42240 30517 773 445 0 35785 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 168960

[startup+222.3 s]
/proc/loadavg: 4.00 4.87 5.90 5/376 3568
/proc/meminfo: memFree=24814112/32951124 swapFree=63649232/67111528
[pid=3552] ppid=3550 vsize=168960 CPUtime=222.3 cores=0,2
/proc/3552/stat : 3552 (qutersat_releas) R 3550 3552 3421 0 -1 4202496 34153 0 0 0 22223 7 0 0 25 0 1 0 658383281 173015040 34050 33554432000 4194304 6014671 140735821006128 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3552/statm: 42240 34050 770 445 0 35785 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 168960

[startup+282.3 s]
/proc/loadavg: 4.11 4.74 5.79 5/376 3569
/proc/meminfo: memFree=24763864/32951124 swapFree=63649232/67111528
[pid=3552] ppid=3550 vsize=194116 CPUtime=282.3 cores=0,2
/proc/3552/stat : 3552 (qutersat_releas) R 3550 3552 3421 0 -1 4202496 37614 0 0 0 28222 8 0 0 25 0 1 0 658383281 198774784 37507 33554432000 4194304 6014671 140735821006128 18446744073709551615 4535184 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3552/statm: 48529 37507 772 445 0 42074 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 194116

[startup+342.3 s]
/proc/loadavg: 4.17 4.63 5.68 5/376 3571
/proc/meminfo: memFree=24718580/32951124 swapFree=63649232/67111528
[pid=3552] ppid=3550 vsize=245236 CPUtime=342.29 cores=0,2
/proc/3552/stat : 3552 (qutersat_releas) R 3550 3552 3421 0 -1 4202496 37689 0 0 0 34220 9 0 0 25 0 1 0 658383281 251121664 37557 33554432000 4194304 6014671 140735821006128 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3552/statm: 61309 37557 772 445 0 54854 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 245236

[startup+402.3 s]
/proc/loadavg: 4.11 4.53 5.58 5/376 3575
/proc/meminfo: memFree=24597028/32951124 swapFree=63649232/67111528
[pid=3552] ppid=3550 vsize=299440 CPUtime=402.3 cores=0,2
/proc/3552/stat : 3552 (qutersat_releas) R 3550 3552 3421 0 -1 4202496 42416 0 0 0 40220 10 0 0 25 0 1 0 658383281 306626560 42128 33554432000 4194304 6014671 140735821006128 18446744073709551615 4424165 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3552/statm: 74860 42128 753 445 0 68405 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 299440

[startup+462.301 s]
/proc/loadavg: 4.04 4.43 5.48 5/376 3577
/proc/meminfo: memFree=24560352/32951124 swapFree=63649232/67111528
[pid=3552] ppid=3550 vsize=299440 CPUtime=462.29 cores=0,2
/proc/3552/stat : 3552 (qutersat_releas) R 3550 3552 3421 0 -1 4202496 43178 0 0 0 46219 10 0 0 25 0 1 0 658383281 306626560 42754 33554432000 4194304 6014671 140735821006128 18446744073709551615 4378904 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3552/statm: 74860 42754 753 445 0 68405 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 299440

[startup+522.301 s]
/proc/loadavg: 4.01 4.35 5.38 5/376 3579
/proc/meminfo: memFree=24533660/32951124 swapFree=63649232/67111528
[pid=3552] ppid=3550 vsize=299440 CPUtime=522.29 cores=0,2
/proc/3552/stat : 3552 (qutersat_releas) R 3550 3552 3421 0 -1 4202496 43485 0 0 0 52219 10 0 0 25 0 1 0 658383281 306626560 43055 33554432000 4194304 6014671 140735821006128 18446744073709551615 4422711 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3552/statm: 74860 43055 747 445 0 68405 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 299440

[startup+582.301 s]
/proc/loadavg: 4.16 4.32 5.31 5/376 3580
/proc/meminfo: memFree=24452644/32951124 swapFree=63649232/67111528
[pid=3552] ppid=3550 vsize=357120 CPUtime=582.3 cores=0,2
/proc/3552/stat : 3552 (qutersat_releas) R 3550 3552 3421 0 -1 4202496 47991 0 0 0 58218 12 0 0 25 0 1 0 658383281 365690880 45070 33554432000 4194304 6014671 140735821006128 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3552/statm: 89280 45070 729 445 0 82825 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 357120

[startup+642.301 s]
/proc/loadavg: 4.13 4.27 5.23 5/376 3582
/proc/meminfo: memFree=24398556/32951124 swapFree=63649232/67111528
[pid=3552] ppid=3550 vsize=415472 CPUtime=642.3 cores=0,2
/proc/3552/stat : 3552 (qutersat_releas) R 3550 3552 3421 0 -1 4202496 53761 0 0 0 64218 12 0 0 25 0 1 0 658383281 425443328 50839 33554432000 4194304 6014671 140735821006128 18446744073709551615 4423942 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3552/statm: 103868 50839 728 445 0 97413 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 415472

[startup+702.301 s]
/proc/loadavg: 4.05 4.22 5.15 5/376 3584
/proc/meminfo: memFree=24364524/32951124 swapFree=63649232/67111528
[pid=3552] ppid=3550 vsize=415600 CPUtime=702.3 cores=0,2
/proc/3552/stat : 3552 (qutersat_releas) R 3550 3552 3421 0 -1 4202496 59071 0 0 0 70216 14 0 0 25 0 1 0 658383281 425574400 56133 33554432000 4194304 6014671 140735821006128 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3552/statm: 103900 56133 730 445 0 97445 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 415600

[startup+762.314 s]
/proc/loadavg: 4.02 4.18 5.07 5/376 3585
/proc/meminfo: memFree=24378772/32951124 swapFree=63649232/67111528
[pid=3552] ppid=3550 vsize=415600 CPUtime=762.31 cores=0,2
/proc/3552/stat : 3552 (qutersat_releas) R 3550 3552 3421 0 -1 4202496 59525 0 0 0 76217 14 0 0 25 0 1 0 658383281 425574400 56587 33554432000 4194304 6014671 140735821006128 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3552/statm: 103900 56587 730 445 0 97445 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 415600

[startup+822.301 s]
/proc/loadavg: 4.00 4.14 5.00 5/376 3587
/proc/meminfo: memFree=24361248/32951124 swapFree=63649232/67111528
[pid=3552] ppid=3550 vsize=415600 CPUtime=822.31 cores=0,2
/proc/3552/stat : 3552 (qutersat_releas) R 3550 3552 3421 0 -1 4202496 62018 0 0 0 82216 15 0 0 25 0 1 0 658383281 425574400 59080 33554432000 4194304 6014671 140735821006128 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3552/statm: 103900 59080 730 445 0 97445 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 415600

[startup+882.301 s]
/proc/loadavg: 4.16 4.17 4.96 5/376 3588
/proc/meminfo: memFree=24350932/32951124 swapFree=63649232/67111528
[pid=3552] ppid=3550 vsize=415600 CPUtime=882.3 cores=0,2
/proc/3552/stat : 3552 (qutersat_releas) R 3550 3552 3421 0 -1 4202496 62041 0 0 0 88215 15 0 0 25 0 1 0 658383281 425574400 59103 33554432000 4194304 6014671 140735821006128 18446744073709551615 4422749 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3552/statm: 103900 59103 730 445 0 97445 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 415600

[startup+942.301 s]
/proc/loadavg: 4.17 4.17 4.90 5/376 3590
/proc/meminfo: memFree=24282444/32951124 swapFree=63649232/67111528
[pid=3552] ppid=3550 vsize=415600 CPUtime=942.31 cores=0,2
/proc/3552/stat : 3552 (qutersat_releas) R 3550 3552 3421 0 -1 4202496 62041 0 0 0 94215 16 0 0 25 0 1 0 658383281 425574400 59103 33554432000 4194304 6014671 140735821006128 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3552/statm: 103900 59103 730 445 0 97445 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 415600

[startup+1002.3 s]
/proc/loadavg: 4.10 4.15 4.85 5/376 3592
/proc/meminfo: memFree=24232428/32951124 swapFree=63649232/67111528
[pid=3552] ppid=3550 vsize=415600 CPUtime=1002.3 cores=0,2
/proc/3552/stat : 3552 (qutersat_releas) R 3550 3552 3421 0 -1 4202496 62046 0 0 0 100214 16 0 0 25 0 1 0 658383281 425574400 59108 33554432000 4194304 6014671 140735821006128 18446744073709551615 4423983 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3552/statm: 103900 59108 730 445 0 97445 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 415600

[startup+1062.3 s]
/proc/loadavg: 4.03 4.12 4.79 5/376 3593
/proc/meminfo: memFree=24132828/32951124 swapFree=63649232/67111528
[pid=3552] ppid=3550 vsize=415600 CPUtime=1062.3 cores=0,2
/proc/3552/stat : 3552 (qutersat_releas) R 3550 3552 3421 0 -1 4202496 62046 0 0 0 106214 16 0 0 25 0 1 0 658383281 425574400 59108 33554432000 4194304 6014671 140735821006128 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3552/statm: 103900 59108 730 445 0 97445 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 415600

[startup+1122.3 s]
/proc/loadavg: 4.01 4.10 4.74 5/376 3598
/proc/meminfo: memFree=24093004/32951124 swapFree=63649232/67111528
[pid=3552] ppid=3550 vsize=415600 CPUtime=1122.31 cores=0,2
/proc/3552/stat : 3552 (qutersat_releas) R 3550 3552 3421 0 -1 4202496 62274 0 0 0 112214 17 0 0 25 0 1 0 658383281 425574400 59336 33554432000 4194304 6014671 140735821006128 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3552/statm: 103900 59336 730 445 0 97445 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 415600

[startup+1182.3 s]
/proc/loadavg: 4.00 4.08 4.69 5/376 3655
/proc/meminfo: memFree=25753268/32951124 swapFree=63649232/67111528
[pid=3552] ppid=3550 vsize=415600 CPUtime=1182.31 cores=0,2
/proc/3552/stat : 3552 (qutersat_releas) R 3550 3552 3421 0 -1 4202496 62358 0 0 0 118214 17 0 0 25 0 1 0 658383281 425574400 59420 33554432000 4194304 6014671 140735821006128 18446744073709551615 4535165 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3552/statm: 103900 59420 730 445 0 97445 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 415600

[startup+1242.3 s]
/proc/loadavg: 4.07 4.09 4.66 5/376 3657
/proc/meminfo: memFree=25448828/32951124 swapFree=63649232/67111528
[pid=3552] ppid=3550 vsize=415600 CPUtime=1242.31 cores=0,2
/proc/3552/stat : 3552 (qutersat_releas) R 3550 3552 3421 0 -1 4202496 64616 0 0 0 124213 18 0 0 25 0 1 0 658383281 425574400 61678 33554432000 4194304 6014671 140735821006128 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3552/statm: 103900 61678 730 445 0 97445 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 415600



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.07 4.61 5/376 3687
/proc/meminfo: memFree=25526440/32951124 swapFree=63649232/67111528
[pid=3552] ppid=3550 vsize=482796 CPUtime=1300.02 cores=0,2
/proc/3552/stat : 3552 (qutersat_releas) R 3550 3552 3421 0 -1 4202496 72495 0 0 0 129981 21 0 0 25 0 1 0 658383281 494383104 69556 33554432000 4194304 6014671 140735821006128 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/3552/statm: 120699 69556 729 445 0 114244 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 482796

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.82
CPU system time (s): 0.227965
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 482796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.82
system time used= 0.227965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72499
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= 4074

runsolver used 4.72728 second user time and 10.6674 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-15 15:57:28
IDJOB=3376868
IDBENCH=71337
IDSOLVER=1856
FILE ID=node130/3376868-1305467848
RUNJOBID= node130-1305467719-3440
PBS_JOBID= 13325300
Free space on /tmp= 73360 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v1150c84314g7.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376868-1305467848/watcher-3376868-1305467848 -o /tmp/evaluation-result-3376868-1305467848/solver-3376868-1305467848 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376868-1305467848.cnf 1312838801

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

MD5SUM BENCH= f39e50b5cd7b50d1971722973512a1b8
RANDOM SEED=1312838801

node130.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25292280 kB
Buffers:        294768 kB
Cached:        4132804 kB
SwapCached:      10248 kB
Active:        3422544 kB
Inactive:      3944304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25292280 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:            6084 kB
Writeback:           0 kB
AnonPages:     2937072 kB
Mapped:          26052 kB
Slab:           188976 kB
PageTables:      37296 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 90221508 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= 73384 MiB
End job on node130 at 2011-05-15 16:19:10