Trace number 3376857

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v2400c266431g6.cnf
MD5SUMd0bb6612a0c88017c970eb8fd1a4be9e
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.15	c Set FPU double precision.
0.14/0.30	c Parse Cnf success: #var: 2400 #clause: 266431
0.14/0.30	c Find Units :          0
0.14/0.30	c Find Invs  :          0
0.14/0.30	c Find Ands  :       2400 AvgFaninNum: 31
0.14/0.30	c Find Xors  :          0 AvgFaninNum: nan
0.14/0.30	c Find Ite   :          0
0.14/0.30	c UnDirect variable: 0
0.14/0.30	c UnDirect to Direct Gate: 0
0.14/0.30	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.14/0.30	c Break Cycle : 2325
0.14/0.30	c Total Root : 0 Undef Var: 2325
0.14/0.30	c After covering, Total Root: 75 Leaf: 2325
0.14/0.30	c Variable( cover/uncovered/unused ): 2400 0 0
0.14/0.30	c Unit Clauses: 0
0.14/0.30	c Binary Clauses( cover/uncovered ): 2325 264031
0.14/0.30	c Clauses( cover/uncovered ): 75 0
0.14/0.30	c Total Clauses( cover/uncovered ): 2400 264031 0.900796%
0.14/0.30	c Covered Ands: 75 Invs: 0 Xors: 0 Ites: 0
0.14/0.39	c Uncover Clauses avg size: 2 max size: 2
0.14/0.39	c Final circuit: i/l/o/s    2325       0  264031    266281
0.14/0.39	c CnfToAig: Time: 0.24 s
0.35/0.52	c TmMap: Set choices finish.
0.44/0.64	c TmMap: Set big and: 264106
0.44/0.64	c TmMap: Origin: 268607 ClauseNum: 798843 --> New: 266432 ClauseNum: 794493
0.44/0.64	c TmMap: Time: 0.14
0.44/0.68	c Try to Add: #clause: 528212 #xorclause: 0
0.55/0.71	c #var: 2400 #clauses: 76 Solving... 
1299.89/1300.00	c Time Out !!
1299.89/1300.00	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: 977)

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-3376857-1307634589/watcher-3376857-1307634589 -o /tmp/evaluation-result-3376857-1307634589/solver-3376857-1307634589 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376857-1307634589.cnf 1747761907 

running on 2 cores: 4,6

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.70 3.91 3.00 3/182 3278
/proc/meminfo: memFree=32586124/32951124 swapFree=67056964/67111528
[pid=3276] ppid=3271 vsize=11796 CPUtime=0 cores=4,6
/proc/3276/stat : 3276 (runsolver) S 3271 3276 2906 0 -1 4202560 42 0 0 0 0 0 0 0 19 0 1 0 855874846 12079104 50 33554432000 4194304 5432328 140737365126528 18446744073709551615 4881591 0 2147483391 4096 24578 18446744071699968823 0 0 17 4 0 0 0
/proc/3276/statm: 2949 50 31 303 0 2643 0

[startup+0.0255741 s]
/proc/loadavg: 3.70 3.91 3.00 3/182 3278
/proc/meminfo: memFree=32586124/32951124 swapFree=67056964/67111528
[pid=3276] ppid=3271 vsize=6420 CPUtime=0 cores=4,6
/proc/3276/stat : 3276 (qutersat_releas) S 3271 3276 2906 0 -1 4194304 93 0 0 0 0 0 0 0 17 0 1 0 855874846 6574080 47 33554432000 4194304 6014671 140736714185440 18446744073709551615 233505373831 0 2147483391 4096 0 18446744071699207358 0 0 17 6 0 0 0
/proc/3276/statm: 1605 47 37 445 0 66 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6420

[startup+0.100562 s]
/proc/loadavg: 3.70 3.91 3.00 3/182 3278
/proc/meminfo: memFree=32586124/32951124 swapFree=67056964/67111528
[pid=3276] ppid=3271 vsize=10844 CPUtime=0 cores=4,6
/proc/3276/stat : 3276 (qutersat_releas) S 3271 3276 2906 0 -1 4194304 99 0 2 0 0 0 0 0 17 0 1 0 855874846 11104256 55 33554432000 4194304 6014671 140736714185440 18446744073709551615 233505373831 0 2147483391 4096 0 18446744071699207358 0 0 17 6 0 0 4
/proc/3276/statm: 2711 55 42 445 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10844

[startup+0.300571 s]
/proc/loadavg: 3.70 3.91 3.00 3/182 3278
/proc/meminfo: memFree=32586124/32951124 swapFree=67056964/67111528
[pid=3276] ppid=3271 vsize=56940 CPUtime=0.14 cores=4,6
/proc/3276/stat : 3276 (qutersat_releas) R 3271 3276 2906 0 -1 4202496 7624 0 2 0 14 0 0 0 17 0 1 0 855874846 58306560 7561 33554432000 4194304 6014671 140736714185440 18446744073709551615 4288770 0 0 4096 16386 0 0 0 17 4 0 0 4
/proc/3276/statm: 14235 7561 398 445 0 7780 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 56940

[startup+0.700488 s]
/proc/loadavg: 3.70 3.91 3.00 3/182 3278
/proc/meminfo: memFree=32586124/32951124 swapFree=67056964/67111528
[pid=3276] ppid=3271 vsize=145160 CPUtime=0.55 cores=4,6
/proc/3276/stat : 3276 (qutersat_releas) R 3271 3276 2906 0 -1 4202496 27973 0 2 0 52 3 0 0 17 0 1 0 855874846 148643840 27910 33554432000 4194304 6014671 140736714185440 18446744073709551615 4457840 0 0 4096 16386 0 0 0 17 4 0 0 4
/proc/3276/statm: 36290 27910 691 445 0 29835 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 145160

[startup+1.50033 s]
/proc/loadavg: 3.72 3.91 3.00 6/190 3286
/proc/meminfo: memFree=32332128/32951124 swapFree=67056964/67111528
[pid=3276] ppid=3271 vsize=145160 CPUtime=1.35 cores=4,6
/proc/3276/stat : 3276 (qutersat_releas) R 3271 3276 2906 0 -1 4202496 28004 0 2 0 132 3 0 0 18 0 1 0 855874846 148643840 27941 33554432000 4194304 6014671 140736714185440 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 4 0 0 4
/proc/3276/statm: 36290 27941 721 445 0 29835 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 145160

[startup+3.10105 s]
/proc/loadavg: 3.72 3.91 3.00 5/190 3286
/proc/meminfo: memFree=32321744/32951124 swapFree=67056964/67111528
[pid=3276] ppid=3271 vsize=156328 CPUtime=2.95 cores=4,6
/proc/3276/stat : 3276 (qutersat_releas) R 3271 3276 2906 0 -1 4202496 28639 0 2 0 292 3 0 0 21 0 1 0 855874846 160079872 28576 33554432000 4194304 6014671 140736714185440 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 4 0 0 4
/proc/3276/statm: 39082 28576 721 445 0 32627 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 156328

[startup+6.30047 s]
/proc/loadavg: 3.75 3.92 3.01 6/190 3286
/proc/meminfo: memFree=32300740/32951124 swapFree=67056964/67111528
[pid=3276] ppid=3271 vsize=156328 CPUtime=6.14 cores=4,6
/proc/3276/stat : 3276 (qutersat_releas) R 3271 3276 2906 0 -1 4202496 28905 0 2 0 611 3 0 0 25 0 1 0 855874846 160079872 28842 33554432000 4194304 6014671 140736714185440 18446744073709551615 4537081 0 0 4096 16386 0 0 0 17 4 0 0 4
/proc/3276/statm: 39082 28842 725 445 0 32627 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 156328

[startup+12.7003 s]
/proc/loadavg: 3.77 3.92 3.01 6/190 3286
/proc/meminfo: memFree=32274808/32951124 swapFree=67056964/67111528
[pid=3276] ppid=3271 vsize=156328 CPUtime=12.54 cores=4,6
/proc/3276/stat : 3276 (qutersat_releas) R 3271 3276 2906 0 -1 4202496 29322 0 2 0 1251 3 0 0 25 0 1 0 855874846 160079872 29259 33554432000 4194304 6014671 140736714185440 18446744073709551615 4567756 0 0 4096 16386 0 0 0 17 4 0 0 4
/proc/3276/statm: 39082 29259 725 445 0 32627 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 156328

[startup+25.501 s]
/proc/loadavg: 3.82 3.92 3.03 6/190 3286
/proc/meminfo: memFree=32235040/32951124 swapFree=67056964/67111528
[pid=3276] ppid=3271 vsize=178972 CPUtime=25.34 cores=4,6
/proc/3276/stat : 3276 (qutersat_releas) R 3271 3276 2906 0 -1 4202496 32687 0 2 0 2531 3 0 0 25 0 1 0 855874846 183267328 32624 33554432000 4194304 6014671 140736714185440 18446744073709551615 4537160 0 0 4096 16386 0 0 0 17 4 0 0 4
/proc/3276/statm: 44743 32624 725 445 0 38288 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 178972

[startup+51.1004 s]
/proc/loadavg: 3.88 3.92 3.05 6/190 3288
/proc/meminfo: memFree=32187240/32951124 swapFree=67056964/67111528
[pid=3276] ppid=3271 vsize=190720 CPUtime=50.95 cores=4,6
/proc/3276/stat : 3276 (qutersat_releas) R 3271 3276 2906 0 -1 4202496 35005 0 2 0 5091 4 0 0 25 0 1 0 855874846 195297280 34942 33554432000 4194304 6014671 140736714185440 18446744073709551615 4537176 0 0 4096 16386 0 0 0 17 4 0 0 4
/proc/3276/statm: 47680 34942 725 445 0 41225 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 190720

[startup+102.307 s]
/proc/loadavg: 3.95 3.93 3.10 6/190 3289
/proc/meminfo: memFree=32057016/32951124 swapFree=67056964/67111528
[pid=3276] ppid=3271 vsize=216096 CPUtime=102.16 cores=4,6
/proc/3276/stat : 3276 (qutersat_releas) R 3271 3276 2906 0 -1 4202496 43161 0 2 0 10211 5 0 0 25 0 1 0 855874846 221282304 43098 33554432000 4194304 6014671 140736714185440 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 4 0 0 4
/proc/3276/statm: 54024 43098 725 445 0 47569 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 216096

[startup+162.3 s]
/proc/loadavg: 3.98 3.94 3.15 6/190 3298
/proc/meminfo: memFree=31909640/32951124 swapFree=67056964/67111528
[pid=3276] ppid=3271 vsize=378852 CPUtime=162.15 cores=4,6
/proc/3276/stat : 3276 (qutersat_releas) R 3271 3276 2906 0 -1 4202496 55314 0 2 0 16209 6 0 0 25 0 1 0 855874846 387944448 55093 33554432000 4194304 6014671 140736714185440 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 4 0 0 4
/proc/3276/statm: 94713 55093 728 445 0 88258 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 378852

[startup+222.301 s]
/proc/loadavg: 3.99 3.95 3.20 6/190 3299
/proc/meminfo: memFree=31831572/32951124 swapFree=67056964/67111528
[pid=3276] ppid=3271 vsize=378852 CPUtime=222.15 cores=4,6
/proc/3276/stat : 3276 (qutersat_releas) R 3271 3276 2906 0 -1 4202496 57387 0 2 0 22208 7 0 0 25 0 1 0 855874846 387944448 56852 33554432000 4194304 6014671 140736714185440 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 4 0 0 4
/proc/3276/statm: 94713 56852 763 445 0 88258 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 378852

[startup+282.301 s]
/proc/loadavg: 3.99 3.96 3.25 6/190 3301
/proc/meminfo: memFree=31797680/32951124 swapFree=67056964/67111528
[pid=3276] ppid=3271 vsize=378852 CPUtime=282.16 cores=4,6
/proc/3276/stat : 3276 (qutersat_releas) R 3271 3276 2906 0 -1 4202496 58325 0 2 0 28209 7 0 0 25 0 1 0 855874846 387944448 57790 33554432000 4194304 6014671 140736714185440 18446744073709551615 4369656 0 0 4096 16386 0 0 0 17 4 0 0 4
/proc/3276/statm: 94713 57790 763 445 0 88258 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 378852

[startup+342.301 s]
/proc/loadavg: 3.99 3.96 3.29 6/190 3303
/proc/meminfo: memFree=31789932/32951124 swapFree=67056964/67111528
[pid=3276] ppid=3271 vsize=378852 CPUtime=342.15 cores=4,6
/proc/3276/stat : 3276 (qutersat_releas) R 3271 3276 2906 0 -1 4202496 59402 0 2 0 34208 7 0 0 25 0 1 0 855874846 387944448 57113 33554432000 4194304 6014671 140736714185440 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 4
/proc/3276/statm: 94713 57113 763 445 0 88258 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 378852

[startup+402.3 s]
/proc/loadavg: 3.99 3.97 3.34 6/190 3304
/proc/meminfo: memFree=31749964/32951124 swapFree=67056964/67111528
[pid=3276] ppid=3271 vsize=378852 CPUtime=402.15 cores=4,6
/proc/3276/stat : 3276 (qutersat_releas) R 3271 3276 2906 0 -1 4202496 60197 0 2 0 40208 7 0 0 25 0 1 0 855874846 387944448 57908 33554432000 4194304 6014671 140736714185440 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 4
/proc/3276/statm: 94713 57908 763 445 0 88258 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 378852

[startup+462.301 s]
/proc/loadavg: 3.99 3.97 3.37 6/190 3306
/proc/meminfo: memFree=31722020/32951124 swapFree=67056964/67111528
[pid=3276] ppid=3271 vsize=378852 CPUtime=462.15 cores=4,6
/proc/3276/stat : 3276 (qutersat_releas) R 3271 3276 2906 0 -1 4202496 62019 0 2 0 46208 7 0 0 25 0 1 0 855874846 387944448 59730 33554432000 4194304 6014671 140736714185440 18446744073709551615 4537176 0 0 4096 16386 0 0 0 17 4 0 0 4
/proc/3276/statm: 94713 59730 763 445 0 88258 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 378852

[startup+522.301 s]
/proc/loadavg: 3.99 3.97 3.41 6/190 3307
/proc/meminfo: memFree=31667172/32951124 swapFree=67056964/67111528
[pid=3276] ppid=3271 vsize=518296 CPUtime=522.16 cores=4,6
/proc/3276/stat : 3276 (qutersat_releas) R 3271 3276 2906 0 -1 4202496 70522 0 2 0 52207 9 0 0 25 0 1 0 855874846 530735104 68195 33554432000 4194304 6014671 140736714185440 18446744073709551615 4423305 0 0 4096 16386 0 0 0 17 4 0 0 4
/proc/3276/statm: 129574 68195 725 445 0 123119 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 518296

[startup+582.301 s]
/proc/loadavg: 3.99 3.97 3.45 6/190 3309
/proc/meminfo: memFree=31643444/32951124 swapFree=67056964/67111528
[pid=3276] ppid=3271 vsize=518296 CPUtime=582.16 cores=4,6
/proc/3276/stat : 3276 (qutersat_releas) R 3271 3276 2906 0 -1 4202496 71643 0 2 0 58207 9 0 0 25 0 1 0 855874846 530735104 69316 33554432000 4194304 6014671 140736714185440 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 4 0 0 4
/proc/3276/statm: 129574 69316 727 445 0 123119 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 518296

[startup+642.301 s]
/proc/loadavg: 3.99 3.97 3.48 6/190 3311
/proc/meminfo: memFree=31570732/32951124 swapFree=67056964/67111528
[pid=3276] ppid=3271 vsize=518296 CPUtime=642.17 cores=4,6
/proc/3276/stat : 3276 (qutersat_releas) R 3271 3276 2906 0 -1 4202496 77071 0 2 0 64207 10 0 0 25 0 1 0 855874846 530735104 74743 33554432000 4194304 6014671 140736714185440 18446744073709551615 4423953 0 0 4096 16386 0 0 0 17 4 0 0 4
/proc/3276/statm: 129574 74743 726 445 0 123119 0
Current children cumulated CPU time (s) 642.17
Current children cumulated vsize (KiB) 518296

[startup+702.3 s]
/proc/loadavg: 3.99 3.97 3.51 6/190 3321
/proc/meminfo: memFree=31566104/32951124 swapFree=67056964/67111528
[pid=3276] ppid=3271 vsize=518296 CPUtime=702.16 cores=4,6
/proc/3276/stat : 3276 (qutersat_releas) R 3271 3276 2906 0 -1 4202496 77331 0 2 0 70206 10 0 0 25 0 1 0 855874846 530735104 75003 33554432000 4194304 6014671 140736714185440 18446744073709551615 4534736 0 0 4096 16386 0 0 0 17 4 0 0 4
/proc/3276/statm: 129574 75003 726 445 0 123119 0
Current children cumulated CPU time (s) 702.16
Current children cumulated vsize (KiB) 518296

[startup+762.307 s]
/proc/loadavg: 3.99 3.97 3.54 6/190 3323
/proc/meminfo: memFree=31510752/32951124 swapFree=67056964/67111528
[pid=3276] ppid=3271 vsize=518296 CPUtime=762.17 cores=4,6
/proc/3276/stat : 3276 (qutersat_releas) R 3271 3276 2906 0 -1 4202496 82628 0 2 0 76206 11 0 0 25 0 1 0 855874846 530735104 80300 33554432000 4194304 6014671 140736714185440 18446744073709551615 4379136 0 0 4096 16386 0 0 0 17 4 0 0 4
/proc/3276/statm: 129574 80300 726 445 0 123119 0
Current children cumulated CPU time (s) 762.17
Current children cumulated vsize (KiB) 518296

[startup+822.301 s]
/proc/loadavg: 3.99 3.97 3.56 6/190 3324
/proc/meminfo: memFree=31471400/32951124 swapFree=67056964/67111528
[pid=3276] ppid=3271 vsize=518296 CPUtime=822.17 cores=4,6
/proc/3276/stat : 3276 (qutersat_releas) R 3271 3276 2906 0 -1 4202496 83567 0 2 0 82206 11 0 0 25 0 1 0 855874846 530735104 81239 33554432000 4194304 6014671 140736714185440 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 4
/proc/3276/statm: 129574 81239 726 445 0 123119 0
Current children cumulated CPU time (s) 822.17
Current children cumulated vsize (KiB) 518296

[startup+882.301 s]
/proc/loadavg: 3.99 3.97 3.58 6/190 3327
/proc/meminfo: memFree=31462928/32951124 swapFree=67056964/67111528
[pid=3276] ppid=3271 vsize=518296 CPUtime=882.17 cores=4,6
/proc/3276/stat : 3276 (qutersat_releas) R 3271 3276 2906 0 -1 4202496 84099 0 2 0 88206 11 0 0 25 0 1 0 855874846 530735104 81756 33554432000 4194304 6014671 140736714185440 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 4
/proc/3276/statm: 129574 81756 726 445 0 123119 0
Current children cumulated CPU time (s) 882.17
Current children cumulated vsize (KiB) 518296

[startup+942.3 s]
/proc/loadavg: 3.99 3.97 3.61 6/190 3329
/proc/meminfo: memFree=31436948/32951124 swapFree=67056964/67111528
[pid=3276] ppid=3271 vsize=518296 CPUtime=942.17 cores=4,6
/proc/3276/stat : 3276 (qutersat_releas) R 3271 3276 2906 0 -1 4202496 89718 0 2 0 94205 12 0 0 25 0 1 0 855874846 530735104 87336 33554432000 4194304 6014671 140736714185440 18446744073709551615 4424954 0 0 4096 16386 0 0 0 17 4 0 0 4
/proc/3276/statm: 129574 87336 726 445 0 123119 0
Current children cumulated CPU time (s) 942.17
Current children cumulated vsize (KiB) 518296

[startup+1002.3 s]
/proc/loadavg: 3.99 3.97 3.63 6/190 3330
/proc/meminfo: memFree=31369824/32951124 swapFree=67056964/67111528
[pid=3276] ppid=3271 vsize=599372 CPUtime=1002.18 cores=4,6
/proc/3276/stat : 3276 (qutersat_releas) R 3271 3276 2906 0 -1 4202496 98844 0 2 0 100204 14 0 0 25 0 1 0 855874846 613756928 96363 33554432000 4194304 6014671 140736714185440 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 4 0 0 4
/proc/3276/statm: 149843 96363 726 445 0 143388 0
Current children cumulated CPU time (s) 1002.18
Current children cumulated vsize (KiB) 599372

[startup+1062.3 s]
/proc/loadavg: 3.99 3.97 3.65 6/190 3332
/proc/meminfo: memFree=31317452/32951124 swapFree=67056964/67111528
[pid=3276] ppid=3271 vsize=599372 CPUtime=1062.18 cores=4,6
/proc/3276/stat : 3276 (qutersat_releas) R 3271 3276 2906 0 -1 4202496 111630 0 2 0 106202 16 0 0 25 0 1 0 855874846 613756928 109086 33554432000 4194304 6014671 140736714185440 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 4
/proc/3276/statm: 149843 109086 726 445 0 143388 0
Current children cumulated CPU time (s) 1062.18
Current children cumulated vsize (KiB) 599372

[startup+1122.3 s]
/proc/loadavg: 3.99 3.97 3.67 6/190 3333
/proc/meminfo: memFree=31295712/32951124 swapFree=67056964/67111528
[pid=3276] ppid=3271 vsize=599372 CPUtime=1122.17 cores=4,6
/proc/3276/stat : 3276 (qutersat_releas) R 3271 3276 2906 0 -1 4202496 112394 0 2 0 112201 16 0 0 25 0 1 0 855874846 613756928 109710 33554432000 4194304 6014671 140736714185440 18446744073709551615 4537160 0 0 4096 16386 0 0 0 17 4 0 0 4
/proc/3276/statm: 149843 109710 726 445 0 143388 0
Current children cumulated CPU time (s) 1122.17
Current children cumulated vsize (KiB) 599372

[startup+1182.3 s]
/proc/loadavg: 3.99 3.97 3.69 6/190 3335
/proc/meminfo: memFree=31253880/32951124 swapFree=67056964/67111528
[pid=3276] ppid=3271 vsize=599372 CPUtime=1182.18 cores=4,6
/proc/3276/stat : 3276 (qutersat_releas) R 3271 3276 2906 0 -1 4202496 113514 0 2 0 118202 16 0 0 25 0 1 0 855874846 613756928 110829 33554432000 4194304 6014671 140736714185440 18446744073709551615 4383500 0 0 4096 16386 0 0 0 17 4 0 0 4
/proc/3276/statm: 149843 110829 725 445 0 143388 0
Current children cumulated CPU time (s) 1182.18
Current children cumulated vsize (KiB) 599372

[startup+1242.3 s]
/proc/loadavg: 3.99 3.97 3.70 6/190 3337
/proc/meminfo: memFree=31231376/32951124 swapFree=67056964/67111528
[pid=3276] ppid=3271 vsize=683888 CPUtime=1242.18 cores=4,6
/proc/3276/stat : 3276 (qutersat_releas) R 3271 3276 2906 0 -1 4202496 118793 0 2 0 124201 17 0 0 25 0 1 0 855874846 700301312 111166 33554432000 4194304 6014671 140736714185440 18446744073709551615 4424969 0 0 4096 16386 0 0 0 17 4 0 0 4
/proc/3276/statm: 170972 111166 726 445 0 164517 0
Current children cumulated CPU time (s) 1242.18
Current children cumulated vsize (KiB) 683888



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.99 3.97 3.72 6/190 3338
/proc/meminfo: memFree=31164484/32951124 swapFree=67056964/67111528
[pid=3276] ppid=3271 vsize=854552 CPUtime=1299.89 cores=4,6
/proc/3276/stat : 3276 (qutersat_releas) R 3271 3276 2906 0 -1 4202496 123714 0 2 0 129971 18 0 0 25 0 1 0 855874846 875061248 116086 33554432000 4194304 6014671 140736714185440 18446744073709551615 4633312 0 0 4096 16386 0 0 0 17 4 0 0 4
/proc/3276/statm: 213638 116086 725 445 0 207183 0
Current children cumulated CPU time (s) 1299.89
Current children cumulated vsize (KiB) 854552

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): 1299.92
CPU user time (s): 1299.71
CPU system time (s): 0.203968
CPU usage (%): 99.9914
Max. virtual memory (cumulated for all children) (KiB): 854552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.71
system time used= 0.203968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123718
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 65
involuntary context switches= 1683

runsolver used 2.25866 second user time and 4.78527 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-09 17:49:50
IDJOB=3376857
IDBENCH=71471
IDSOLVER=1856
FILE ID=node145/3376857-1307634589
RUNJOBID= node145-1307634589-3227
PBS_JOBID= 13549347
Free space on /tmp= 74192 MiB

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

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

MD5SUM BENCH= d0bb6612a0c88017c970eb8fd1a4be9e
RANDOM SEED=1747761907

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32588172 kB
Buffers:         36644 kB
Cached:         166112 kB
SwapCached:       7944 kB
Active:          88840 kB
Inactive:       133784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32588172 kB
SwapTotal:    67111528 kB
SwapFree:     67056964 kB
Dirty:           13896 kB
Writeback:           0 kB
AnonPages:       17116 kB
Mapped:          12712 kB
Slab:            75432 kB
PageTables:       5028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189144 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= 74184 MiB
End job on node145 at 2011-06-09 18:11:32