Trace number 3376874

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.08 1300.03

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v2400c266431g10.cnf
MD5SUM885d1d8595262b8f0aa94d123211b47c
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 variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

Solver Data

0.00/0.00	c Set FPU double precision.
0.04/0.06	c Parse Cnf success: #var: 2400 #clause: 266431
0.04/0.06	c Find Units :          0
0.04/0.08	c Find Invs  :          0
0.04/0.08	c Find Ands  :       2400 AvgFaninNum: 31
0.04/0.08	c Find Xors  :          0 AvgFaninNum: nan
0.04/0.08	c Find Ite   :          0
0.04/0.08	c UnDirect variable: 0
0.04/0.08	c UnDirect to Direct Gate: 0
0.04/0.08	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.04/0.08	c Break Cycle : 2325
0.04/0.08	c Total Root : 0 Undef Var: 2325
0.04/0.09	c After covering, Total Root: 75 Leaf: 2325
0.04/0.09	c Variable( cover/uncovered/unused ): 2400 0 0
0.04/0.09	c Unit Clauses: 0
0.04/0.09	c Binary Clauses( cover/uncovered ): 2325 255545
0.04/0.09	c Clauses( cover/uncovered ): 75 0
0.04/0.09	c Total Clauses( cover/uncovered ): 2400 255545 0.930431%
0.04/0.09	c Covered Ands: 75 Invs: 0 Xors: 0 Ites: 0
0.09/0.19	c Uncover Clauses avg size: 2 max size: 2
0.18/0.20	c Final circuit: i/l/o/s    2325       0  255545    257795
0.18/0.20	c CnfToAig: Time: 0.18 s
0.29/0.33	c TmMap: Set choices finish.
0.39/0.43	c TmMap: Set big and: 255620
0.39/0.43	c TmMap: Origin: 260121 ClauseNum: 773385 --> New: 257946 ClauseNum: 769035
0.39/0.43	c TmMap: Time: 0.12
0.39/0.46	c Try to Add: #clause: 511240 #xorclause: 0
0.49/0.50	c #var: 2400 #clauses: 76 Solving... 
1300.05/1300.01	c Time Out !!
1300.05/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-3376874-1305467780/watcher-3376874-1305467780 -o /tmp/evaluation-result-3376874-1305467780/solver-3376874-1305467780 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376874-1305467780.cnf 477378326 

running on 2 cores: 5,7

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: 4.35 6.33 6.68 5/346 32217
/proc/meminfo: memFree=7822012/32950928 swapFree=67085488/67111528
[pid=32217] ppid=32215 vsize=35436 CPUtime=0.01 cores=5,7
/proc/32217/stat : 32217 (qutersat_releas) R 32215 32217 32129 0 -1 4202496 2532 0 0 0 1 0 0 0 25 0 1 0 737008710 36286464 2468 33554432000 4194304 6014671 140734275292272 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32217/statm: 8859 2468 378 445 0 2404 0

[startup+0.0491601 s]
/proc/loadavg: 4.35 6.33 6.68 5/346 32217
/proc/meminfo: memFree=7822012/32950928 swapFree=67085488/67111528
[pid=32217] ppid=32215 vsize=44652 CPUtime=0.04 cores=5,7
/proc/32217/stat : 32217 (qutersat_releas) R 32215 32217 32129 0 -1 4202496 4843 0 0 0 4 0 0 0 25 0 1 0 737008710 45723648 4779 33554432000 4194304 6014671 140734275292272 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32217/statm: 11163 4780 378 445 0 4708 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 44652

[startup+0.101155 s]
/proc/loadavg: 4.35 6.33 6.68 5/346 32217
/proc/meminfo: memFree=7822012/32950928 swapFree=67085488/67111528
[pid=32217] ppid=32215 vsize=44652 CPUtime=0.09 cores=5,7
/proc/32217/stat : 32217 (qutersat_releas) R 32215 32217 32129 0 -1 4202496 5048 0 0 0 9 0 0 0 18 0 1 0 737008710 45723648 4984 33554432000 4194304 6014671 140734275292272 18446744073709551615 4335736 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32217/statm: 11163 4984 398 445 0 4708 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44652

[startup+0.301113 s]
/proc/loadavg: 4.35 6.33 6.68 5/346 32217
/proc/meminfo: memFree=7822012/32950928 swapFree=67085488/67111528
[pid=32217] ppid=32215 vsize=91708 CPUtime=0.29 cores=5,7
/proc/32217/stat : 32217 (qutersat_releas) R 32215 32217 32129 0 -1 4202496 17015 0 0 0 27 2 0 0 18 0 1 0 737008710 93908992 16951 33554432000 4194304 6014671 140734275292272 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32217/statm: 22927 16954 668 445 0 16472 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 91708

[startup+0.701034 s]
/proc/loadavg: 4.35 6.33 6.68 5/346 32217
/proc/meminfo: memFree=7822012/32950928 swapFree=67085488/67111528
[pid=32217] ppid=32215 vsize=122500 CPUtime=0.69 cores=5,7
/proc/32217/stat : 32217 (qutersat_releas) R 32215 32217 32129 0 -1 4202496 24801 0 0 0 66 3 0 0 18 0 1 0 737008710 125440000 24737 33554432000 4194304 6014671 140734275292272 18446744073709551615 4731817 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32217/statm: 30625 24737 713 445 0 24170 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 122500

[startup+1.50088 s]
/proc/loadavg: 4.35 6.33 6.68 5/347 32218
/proc/meminfo: memFree=7711296/32950928 swapFree=67085488/67111528
[pid=32217] ppid=32215 vsize=122500 CPUtime=1.49 cores=5,7
/proc/32217/stat : 32217 (qutersat_releas) R 32215 32217 32129 0 -1 4202496 24809 0 0 0 146 3 0 0 20 0 1 0 737008710 125440000 24745 33554432000 4194304 6014671 140734275292272 18446744073709551615 4813445 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32217/statm: 30625 24745 721 445 0 24170 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 122500

[startup+3.10058 s]
/proc/loadavg: 4.35 6.33 6.68 5/347 32218
/proc/meminfo: memFree=7695920/32950928 swapFree=67085488/67111528
[pid=32217] ppid=32215 vsize=133408 CPUtime=3.09 cores=5,7
/proc/32217/stat : 32217 (qutersat_releas) R 32215 32217 32129 0 -1 4202496 25477 0 0 0 306 3 0 0 25 0 1 0 737008710 136609792 25413 33554432000 4194304 6014671 140734275292272 18446744073709551615 4422767 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32217/statm: 33352 25413 721 445 0 26897 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 133408

[startup+6.30098 s]
/proc/loadavg: 4.32 6.29 6.66 5/347 32218
/proc/meminfo: memFree=7276912/32950928 swapFree=67085488/67111528
[pid=32217] ppid=32215 vsize=133408 CPUtime=6.29 cores=5,7
/proc/32217/stat : 32217 (qutersat_releas) R 32215 32217 32129 0 -1 4202496 25638 0 0 0 626 3 0 0 25 0 1 0 737008710 136609792 25574 33554432000 4194304 6014671 140734275292272 18446744073709551615 4537118 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32217/statm: 33352 25574 725 445 0 26897 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 133408

[startup+12.7008 s]
/proc/loadavg: 4.29 6.25 6.65 5/347 32218
/proc/meminfo: memFree=6768592/32950928 swapFree=67085488/67111528
[pid=32217] ppid=32215 vsize=133408 CPUtime=12.69 cores=5,7
/proc/32217/stat : 32217 (qutersat_releas) R 32215 32217 32129 0 -1 4202496 26123 0 0 0 1266 3 0 0 25 0 1 0 737008710 136609792 26059 33554432000 4194304 6014671 140734275292272 18446744073709551615 4537068 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32217/statm: 33352 26059 725 445 0 26897 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 133408

[startup+25.5004 s]
/proc/loadavg: 4.23 6.14 6.60 5/347 32218
/proc/meminfo: memFree=6109956/32950928 swapFree=67085488/67111528
[pid=32217] ppid=32215 vsize=166348 CPUtime=25.49 cores=5,7
/proc/32217/stat : 32217 (qutersat_releas) R 32215 32217 32129 0 -1 4202496 31480 0 0 0 2545 4 0 0 25 0 1 0 737008710 170340352 31416 33554432000 4194304 6014671 140734275292272 18446744073709551615 4537118 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32217/statm: 41587 31416 725 445 0 35132 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 166348

[startup+51.1005 s]
/proc/loadavg: 4.15 5.97 6.53 5/347 32219
/proc/meminfo: memFree=6096016/32950928 swapFree=67085488/67111528
[pid=32217] ppid=32215 vsize=177624 CPUtime=51.09 cores=5,7
/proc/32217/stat : 32217 (qutersat_releas) R 32215 32217 32129 0 -1 4202496 33657 0 0 0 5105 4 0 0 25 0 1 0 737008710 181886976 33593 33554432000 4194304 6014671 140734275292272 18446744073709551615 4535389 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32217/statm: 44406 33593 725 445 0 37951 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 177624

[startup+102.313 s]
/proc/loadavg: 4.15 5.69 6.41 5/345 32223
/proc/meminfo: memFree=9862536/32950928 swapFree=67085488/67111528
[pid=32217] ppid=32215 vsize=190480 CPUtime=102.31 cores=5,7
/proc/32217/stat : 32217 (qutersat_releas) R 32215 32217 32129 0 -1 4202496 39199 0 0 0 10225 6 0 0 25 0 1 0 737008710 195051520 39135 33554432000 4194304 6014671 140734275292272 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32217/statm: 47620 39135 725 445 0 41165 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 190480

[startup+162.301 s]
/proc/loadavg: 4.09 5.40 6.26 5/345 32231
/proc/meminfo: memFree=9965064/32950928 swapFree=67085488/67111528
[pid=32217] ppid=32215 vsize=348020 CPUtime=162.29 cores=5,7
/proc/32217/stat : 32217 (qutersat_releas) R 32215 32217 32129 0 -1 4202496 45031 0 0 0 16222 7 0 0 25 0 1 0 737008710 356372480 44946 33554432000 4194304 6014671 140734275292272 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32217/statm: 87005 44946 725 445 0 80550 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 348020

[startup+222.3 s]
/proc/loadavg: 4.03 5.14 6.12 5/347 32251
/proc/meminfo: memFree=10617320/32950928 swapFree=67085488/67111528
[pid=32217] ppid=32215 vsize=348020 CPUtime=222.29 cores=5,7
/proc/32217/stat : 32217 (qutersat_releas) R 32215 32217 32129 0 -1 4202496 54777 0 0 0 22219 10 0 0 25 0 1 0 737008710 356372480 51385 33554432000 4194304 6014671 140734275292272 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32217/statm: 87005 51385 725 445 0 80550 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 348020

[startup+282.301 s]
/proc/loadavg: 4.01 4.93 5.98 5/347 32261
/proc/meminfo: memFree=10536788/32950928 swapFree=67085488/67111528
[pid=32217] ppid=32215 vsize=348020 CPUtime=282.3 cores=5,7
/proc/32217/stat : 32217 (qutersat_releas) R 32215 32217 32129 0 -1 4202496 57741 0 0 0 28218 12 0 0 25 0 1 0 737008710 356372480 54349 33554432000 4194304 6014671 140734275292272 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32217/statm: 87005 54349 725 445 0 80550 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 348020

[startup+342.301 s]
/proc/loadavg: 4.08 4.77 5.86 5/347 32263
/proc/meminfo: memFree=10482920/32950928 swapFree=67085488/67111528
[pid=32217] ppid=32215 vsize=348020 CPUtime=342.3 cores=5,7
/proc/32217/stat : 32217 (qutersat_releas) R 32215 32217 32129 0 -1 4202496 59114 0 0 0 34217 13 0 0 25 0 1 0 737008710 356372480 55722 33554432000 4194304 6014671 140734275292272 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32217/statm: 87005 55722 725 445 0 80550 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 348020

[startup+402.3 s]
/proc/loadavg: 4.03 4.63 5.74 5/347 32264
/proc/meminfo: memFree=10431660/32950928 swapFree=67085488/67111528
[pid=32217] ppid=32215 vsize=348020 CPUtime=402.3 cores=5,7
/proc/32217/stat : 32217 (qutersat_releas) R 32215 32217 32129 0 -1 4202496 60059 0 0 0 40217 13 0 0 25 0 1 0 737008710 356372480 56667 33554432000 4194304 6014671 140734275292272 18446744073709551615 4386076 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32217/statm: 87005 56667 725 445 0 80550 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 348020

[startup+462.301 s]
/proc/loadavg: 4.16 4.56 5.64 5/347 32293
/proc/meminfo: memFree=6926568/32950928 swapFree=67085488/67111528
[pid=32217] ppid=32215 vsize=348020 CPUtime=462.31 cores=5,7
/proc/32217/stat : 32217 (qutersat_releas) R 32215 32217 32129 0 -1 4202496 61215 0 0 0 46217 14 0 0 25 0 1 0 737008710 356372480 57823 33554432000 4194304 6014671 140734275292272 18446744073709551615 4424173 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32217/statm: 87005 57823 725 445 0 80550 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 348020

[startup+522.301 s]
/proc/loadavg: 4.06 4.45 5.54 5/347 32322
/proc/meminfo: memFree=10221112/32950928 swapFree=67085488/67111528
[pid=32217] ppid=32215 vsize=412532 CPUtime=522.31 cores=5,7
/proc/32217/stat : 32217 (qutersat_releas) R 32215 32217 32129 0 -1 4202496 74196 0 0 0 52213 18 0 0 25 0 1 0 737008710 422432768 70804 33554432000 4194304 6014671 140734275292272 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32217/statm: 103133 70804 725 445 0 96678 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 412532

[startup+582.301 s]
/proc/loadavg: 4.25 4.42 5.45 5/347 32323
/proc/meminfo: memFree=10132816/32950928 swapFree=67085488/67111528
[pid=32217] ppid=32215 vsize=478512 CPUtime=582.31 cores=5,7
/proc/32217/stat : 32217 (qutersat_releas) R 32215 32217 32129 0 -1 4202496 76273 0 0 0 58212 19 0 0 25 0 1 0 737008710 489996288 72881 33554432000 4194304 6014671 140734275292272 18446744073709551615 4424736 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32217/statm: 119628 72881 725 445 0 113173 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 478512

[startup+642.3 s]
/proc/loadavg: 4.22 4.37 5.37 5/347 32352
/proc/meminfo: memFree=10312148/32950928 swapFree=67085488/67111528
[pid=32217] ppid=32215 vsize=611732 CPUtime=642.32 cores=5,7
/proc/32217/stat : 32217 (qutersat_releas) R 32215 32217 32129 0 -1 4202496 87518 0 0 0 64210 22 0 0 25 0 1 0 737008710 626413568 84111 33554432000 4194304 6014671 140734275292272 18446744073709551615 4376749 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32217/statm: 152933 84111 725 445 0 146478 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 611732

[startup+702.301 s]
/proc/loadavg: 4.08 4.30 5.28 5/347 32380
/proc/meminfo: memFree=11425668/32950928 swapFree=67085488/67111528
[pid=32217] ppid=32215 vsize=611732 CPUtime=702.32 cores=5,7
/proc/32217/stat : 32217 (qutersat_releas) R 32215 32217 32129 0 -1 4202496 92834 0 0 0 70208 24 0 0 25 0 1 0 737008710 626413568 89427 33554432000 4194304 6014671 140734275292272 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32217/statm: 152933 89427 725 445 0 146478 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 611732

[startup+762.313 s]
/proc/loadavg: 4.03 4.24 5.20 5/347 32382
/proc/meminfo: memFree=11346156/32950928 swapFree=67085488/67111528
[pid=32217] ppid=32215 vsize=611732 CPUtime=762.33 cores=5,7
/proc/32217/stat : 32217 (qutersat_releas) R 32215 32217 32129 0 -1 4202496 93147 0 0 0 76209 24 0 0 25 0 1 0 737008710 626413568 89739 33554432000 4194304 6014671 140734275292272 18446744073709551615 4379499 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32217/statm: 152933 89739 725 445 0 146478 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 611732

[startup+822.3 s]
/proc/loadavg: 4.01 4.20 5.12 5/347 32411
/proc/meminfo: memFree=11408664/32950928 swapFree=67085488/67111528
[pid=32217] ppid=32215 vsize=682504 CPUtime=822.32 cores=5,7
/proc/32217/stat : 32217 (qutersat_releas) R 32215 32217 32129 0 -1 4202496 99534 0 0 0 82207 25 0 0 25 0 1 0 737008710 698884096 96056 33554432000 4194304 6014671 140734275292272 18446744073709551615 4372133 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32217/statm: 170626 96056 725 445 0 164171 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 682504

[startup+882.3 s]
/proc/loadavg: 4.00 4.16 5.05 5/347 32412
/proc/meminfo: memFree=11256436/32950928 swapFree=67085488/67111528
[pid=32217] ppid=32215 vsize=682504 CPUtime=882.31 cores=5,7
/proc/32217/stat : 32217 (qutersat_releas) R 32215 32217 32129 0 -1 4202496 112190 0 0 0 88204 27 0 0 25 0 1 0 737008710 698884096 108604 33554432000 4194304 6014671 140734275292272 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32217/statm: 170626 108604 725 445 0 164171 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 682504

[startup+942.301 s]
/proc/loadavg: 4.00 4.13 4.98 5/347 32414
/proc/meminfo: memFree=11199376/32950928 swapFree=67085488/67111528
[pid=32217] ppid=32215 vsize=682504 CPUtime=942.32 cores=5,7
/proc/32217/stat : 32217 (qutersat_releas) R 32215 32217 32129 0 -1 4202496 115529 0 0 0 94204 28 0 0 25 0 1 0 737008710 698884096 111943 33554432000 4194304 6014671 140734275292272 18446744073709551615 4424616 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32217/statm: 170626 111943 725 445 0 164171 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 682504

[startup+1002.3 s]
/proc/loadavg: 4.11 4.13 4.93 5/347 32415
/proc/meminfo: memFree=11198476/32950928 swapFree=67085488/67111528
[pid=32217] ppid=32215 vsize=682504 CPUtime=1002.32 cores=5,7
/proc/32217/stat : 32217 (qutersat_releas) R 32215 32217 32129 0 -1 4202496 119829 0 0 0 100203 29 0 0 25 0 1 0 737008710 698884096 102533 33554432000 4194304 6014671 140734275292272 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32217/statm: 170626 102533 725 445 0 164171 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 682504

[startup+1062.3 s]
/proc/loadavg: 4.04 4.11 4.87 5/347 32417
/proc/meminfo: memFree=11147116/32950928 swapFree=67085488/67111528
[pid=32217] ppid=32215 vsize=682504 CPUtime=1062.32 cores=5,7
/proc/32217/stat : 32217 (qutersat_releas) R 32215 32217 32129 0 -1 4202496 120609 0 0 0 106203 29 0 0 25 0 1 0 737008710 698884096 103313 33554432000 4194304 6014671 140734275292272 18446744073709551615 4372456 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32217/statm: 170626 103313 725 445 0 164171 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 682504

[startup+1122.3 s]
/proc/loadavg: 4.05 4.10 4.81 5/347 32419
/proc/meminfo: memFree=11122788/32950928 swapFree=67085488/67111528
[pid=32217] ppid=32215 vsize=682504 CPUtime=1122.33 cores=5,7
/proc/32217/stat : 32217 (qutersat_releas) R 32215 32217 32129 0 -1 4202496 125343 0 0 0 112203 30 0 0 25 0 1 0 737008710 698884096 108047 33554432000 4194304 6014671 140734275292272 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32217/statm: 170626 108047 725 445 0 164171 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 682504

[startup+1182.3 s]
/proc/loadavg: 4.20 4.14 4.78 5/347 32420
/proc/meminfo: memFree=11034348/32950928 swapFree=67085488/67111528
[pid=32217] ppid=32215 vsize=682504 CPUtime=1182.33 cores=5,7
/proc/32217/stat : 32217 (qutersat_releas) R 32215 32217 32129 0 -1 4202496 135192 0 0 0 118201 32 0 0 25 0 1 0 737008710 698884096 117896 33554432000 4194304 6014671 140734275292272 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32217/statm: 170626 117896 725 445 0 164171 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 682504

[startup+1242.3 s]
/proc/loadavg: 4.07 4.11 4.73 5/347 32422
/proc/meminfo: memFree=10980252/32950928 swapFree=67085488/67111528
[pid=32217] ppid=32215 vsize=682504 CPUtime=1242.33 cores=5,7
/proc/32217/stat : 32217 (qutersat_releas) R 32215 32217 32129 0 -1 4202496 136141 0 0 0 124201 32 0 0 25 0 1 0 737008710 698884096 118845 33554432000 4194304 6014671 140734275292272 18446744073709551615 4379376 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32217/statm: 170626 118845 725 445 0 164171 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 682504



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.09 4.68 5/347 32423
/proc/meminfo: memFree=10960632/32950928 swapFree=67085488/67111528
[pid=32217] ppid=32215 vsize=682504 CPUtime=1300.05 cores=5,7
/proc/32217/stat : 32217 (qutersat_releas) R 32215 32217 32129 0 -1 4202496 136894 0 0 0 129972 33 0 0 25 0 1 0 737008710 698884096 119583 33554432000 4194304 6014671 140734275292272 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32217/statm: 170626 119583 725 445 0 164171 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 682504

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.08
CPU user time (s): 1299.73
CPU system time (s): 0.353946
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 682504

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

runsolver used 4.20836 second user time and 9.99948 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-15 15:56:20
IDJOB=3376874
IDBENCH=71270
IDSOLVER=1856
FILE ID=node114/3376874-1305467780
RUNJOBID= node114-1305467738-32150
PBS_JOBID= 13325312
Free space on /tmp= 72268 MiB

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

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

MD5SUM BENCH= 885d1d8595262b8f0aa94d123211b47c
RANDOM SEED=477378326

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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	: 5226.15
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.848
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.848
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.848
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.848
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.848
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.848
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:       7822168 kB
Buffers:        298496 kB
Cached:        5843544 kB
SwapCached:         96 kB
Active:       20133864 kB
Inactive:      4580932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       7822168 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:          734068 kB
Writeback:           0 kB
AnonPages:    18572948 kB
Mapped:          32532 kB
Slab:           295096 kB
PageTables:      54524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 60915552 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= 72980 MiB
End job on node114 at 2011-05-15 16:18:02