Trace number 3376170

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.09 1300.05

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S907804052-003-UNKNOWN.cnf
MD5SUMeb4eadfedd2c4dc9b0ed7231ad324f1f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark273.432
Satisfiable
(Un)Satisfiability was proved
Number of variables40000
Number of clauses168000
Sum of the clauses size504000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3168000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Set FPU double precision.
0.19/0.20	c Parse Cnf success: #var: 40000 #clause: 168000
0.19/0.20	c Find Units :          0
0.19/0.20	c Find Invs  :          0
0.19/0.21	c Find Ands  :          0 AvgFaninNum: nan
0.19/0.22	c Find Xors  :          0 AvgFaninNum: nan
0.19/0.24	c Find Ite   :          0
0.29/0.33	c UnDirect variable: 0
0.29/0.33	c UnDirect to Direct Gate: 0
0.29/0.33	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.29/0.33	c Break Cycle : 0
0.29/0.33	c Total Root : 0 Undef Var: 40000
0.29/0.33	c After covering, Total Root: 0 Leaf: 0
0.29/0.33	c Variable( cover/uncovered/unused ): 0 40000 0
0.29/0.33	c Unit Clauses: 0
0.29/0.33	c Binary Clauses( cover/uncovered ): 0 0
0.29/0.33	c Clauses( cover/uncovered ): 0 168000
0.29/0.33	c Total Clauses( cover/uncovered ): 0 168000 0%
0.29/0.33	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.49/0.52	c Uncover Clauses avg size: 3 max size: 3
0.49/0.52	c Final circuit: i/l/o/s   40000       0  168000    335997
0.49/0.52	c CnfToAig: Time: 0.52 s
0.69/0.79	c TmMap: Set choices finish.
0.89/0.93	c TmMap: Set big and: 168000
0.89/0.93	c TmMap: Origin: 375998 ClauseNum: 1007991 --> New: 208001 ClauseNum: 672000
0.89/0.93	c TmMap: Time: 0.18
0.89/0.98	c Try to Add: #clause: 336000 #xorclause: 0
1.01/1.06	c #var: 40000 #clauses: 168001 Solving... 
1300.04/1300.01	c Time Out !!
1300.04/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-3376170-1305470429/watcher-3376170-1305470429 -o /tmp/evaluation-result-3376170-1305470429/solver-3376170-1305470429 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376170-1305470429.cnf 597378954 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 1.78 3.19 3.76 4/380 32622
/proc/meminfo: memFree=21440064/32951124 swapFree=65980216/67111528
[pid=32622] ppid=32620 vsize=35436 CPUtime=0 cores=1,3
/proc/32622/stat : 32622 (qutersat_releas) R 32620 32622 32196 0 -1 4202496 2543 0 0 0 0 0 0 0 21 0 1 0 639458392 36286464 2480 33554432000 4194304 6014671 140735471419536 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32622/statm: 8859 2482 378 445 0 2404 0

[startup+0.0675991 s]
/proc/loadavg: 1.78 3.19 3.76 4/380 32622
/proc/meminfo: memFree=21440064/32951124 swapFree=65980216/67111528
[pid=32622] ppid=32620 vsize=46700 CPUtime=0.05 cores=1,3
/proc/32622/stat : 32622 (qutersat_releas) R 32620 32622 32196 0 -1 4202496 5553 0 0 0 5 0 0 0 21 0 1 0 639458392 47820800 5490 33554432000 4194304 6014671 140735471419536 18446744073709551615 4298774 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32622/statm: 11675 5490 378 445 0 5220 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 46700

[startup+0.100604 s]
/proc/loadavg: 1.78 3.19 3.76 4/380 32622
/proc/meminfo: memFree=21440064/32951124 swapFree=65980216/67111528
[pid=32622] ppid=32620 vsize=60140 CPUtime=0.09 cores=1,3
/proc/32622/stat : 32622 (qutersat_releas) R 32620 32622 32196 0 -1 4202496 8744 0 0 0 8 1 0 0 21 0 1 0 639458392 61583360 8681 33554432000 4194304 6014671 140735471419536 18446744073709551615 4303700 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32622/statm: 15035 8681 378 445 0 8580 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 60140

[startup+0.300567 s]
/proc/loadavg: 1.78 3.19 3.76 4/380 32622
/proc/meminfo: memFree=21440064/32951124 swapFree=65980216/67111528
[pid=32622] ppid=32620 vsize=69484 CPUtime=0.29 cores=1,3
/proc/32622/stat : 32622 (qutersat_releas) R 32620 32622 32196 0 -1 4202496 11212 0 0 0 28 1 0 0 22 0 1 0 639458392 71151616 11149 33554432000 4194304 6014671 140735471419536 18446744073709551615 4263930 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32622/statm: 17371 11149 393 445 0 10916 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 69484

[startup+0.700479 s]
/proc/loadavg: 1.78 3.19 3.76 4/380 32622
/proc/meminfo: memFree=21440064/32951124 swapFree=65980216/67111528
[pid=32622] ppid=32620 vsize=127788 CPUtime=0.69 cores=1,3
/proc/32622/stat : 32622 (qutersat_releas) R 32620 32622 32196 0 -1 4202496 25027 0 0 0 66 3 0 0 24 0 1 0 639458392 130854912 24964 33554432000 4194304 6014671 140735471419536 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32622/statm: 31947 24965 668 445 0 25492 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 127788

[startup+1.50033 s]
/proc/loadavg: 1.78 3.19 3.76 5/381 32623
/proc/meminfo: memFree=21272292/32951124 swapFree=65980216/67111528
[pid=32622] ppid=32620 vsize=157080 CPUtime=1.49 cores=1,3
/proc/32622/stat : 32622 (qutersat_releas) R 32620 32622 32196 0 -1 4202496 32746 0 0 0 145 4 0 0 25 0 1 0 639458392 160849920 32683 33554432000 4194304 6014671 140735471419536 18446744073709551615 4527438 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32622/statm: 39270 32683 712 445 0 32815 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 157080

[startup+3.10104 s]
/proc/loadavg: 1.78 3.19 3.76 5/381 32623
/proc/meminfo: memFree=21265600/32951124 swapFree=65980216/67111528
[pid=32622] ppid=32620 vsize=189896 CPUtime=3.1 cores=1,3
/proc/32622/stat : 32622 (qutersat_releas) R 32620 32622 32196 0 -1 4202496 33026 0 0 0 306 4 0 0 25 0 1 0 639458392 194453504 32963 33554432000 4194304 6014671 140735471419536 18446744073709551615 4384144 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32622/statm: 47474 32963 721 445 0 41019 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 189896

[startup+6.30045 s]
/proc/loadavg: 1.96 3.20 3.76 5/381 32623
/proc/meminfo: memFree=21224188/32951124 swapFree=65980216/67111528
[pid=32622] ppid=32620 vsize=189896 CPUtime=6.29 cores=1,3
/proc/32622/stat : 32622 (qutersat_releas) R 32620 32622 32196 0 -1 4202496 35297 0 0 0 625 4 0 0 25 0 1 0 639458392 194453504 35234 33554432000 4194304 6014671 140735471419536 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32622/statm: 47474 35234 721 445 0 41019 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 189896

[startup+12.7003 s]
/proc/loadavg: 2.12 3.21 3.76 5/381 32624
/proc/meminfo: memFree=21128236/32951124 swapFree=65980216/67111528
[pid=32622] ppid=32620 vsize=255004 CPUtime=12.69 cores=1,3
/proc/32622/stat : 32622 (qutersat_releas) R 32620 32622 32196 0 -1 4202496 37271 0 0 0 1264 5 0 0 25 0 1 0 639458392 261124096 37208 33554432000 4194304 6014671 140735471419536 18446744073709551615 4423591 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32622/statm: 63751 37208 722 445 0 57296 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 255004

[startup+25.5009 s]
/proc/loadavg: 2.54 3.25 3.76 5/381 32624
/proc/meminfo: memFree=20938648/32951124 swapFree=65980216/67111528
[pid=32622] ppid=32620 vsize=369000 CPUtime=25.5 cores=1,3
/proc/32622/stat : 32622 (qutersat_releas) R 32620 32622 32196 0 -1 4202496 57928 0 0 0 2542 8 0 0 25 0 1 0 639458392 377856000 57865 33554432000 4194304 6014671 140735471419536 18446744073709551615 4383521 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32622/statm: 92250 57865 726 445 0 85795 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 369000

[startup+51.1002 s]
/proc/loadavg: 3.10 3.33 3.77 5/381 32625
/proc/meminfo: memFree=20736624/32951124 swapFree=65980216/67111528
[pid=32622] ppid=32620 vsize=436996 CPUtime=51.09 cores=1,3
/proc/32622/stat : 32622 (qutersat_releas) R 32620 32622 32196 0 -1 4202496 79495 0 0 0 5098 11 0 0 25 0 1 0 639458392 447483904 79418 33554432000 4194304 6014671 140735471419536 18446744073709551615 4424324 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32622/statm: 109249 79418 726 445 0 102794 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 436996

[startup+102.314 s]
/proc/loadavg: 3.67 3.44 3.79 5/381 32626
/proc/meminfo: memFree=20569964/32951124 swapFree=65980216/67111528
[pid=32622] ppid=32620 vsize=465812 CPUtime=102.31 cores=1,3
/proc/32622/stat : 32622 (qutersat_releas) R 32620 32622 32196 0 -1 4202496 98179 0 0 0 10216 15 0 0 25 0 1 0 639458392 476991488 97925 33554432000 4194304 6014671 140735471419536 18446744073709551615 4378816 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32622/statm: 116453 97925 726 445 0 109998 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 465812

[startup+162.301 s]
/proc/loadavg: 3.88 3.54 3.80 5/381 32628
/proc/meminfo: memFree=20410988/32951124 swapFree=65980216/67111528
[pid=32622] ppid=32620 vsize=486920 CPUtime=162.3 cores=1,3
/proc/32622/stat : 32622 (qutersat_releas) R 32620 32622 32196 0 -1 4202496 105847 0 0 0 16214 16 0 0 25 0 1 0 639458392 498606080 105593 33554432000 4194304 6014671 140735471419536 18446744073709551615 4377006 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32622/statm: 121730 105593 726 445 0 115275 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 486920

[startup+222.301 s]
/proc/loadavg: 3.95 3.62 3.81 5/381 32629
/proc/meminfo: memFree=20273588/32951124 swapFree=65980216/67111528
[pid=32622] ppid=32620 vsize=565832 CPUtime=222.29 cores=1,3
/proc/32622/stat : 32622 (qutersat_releas) R 32620 32622 32196 0 -1 4202496 120595 0 0 0 22210 19 0 0 25 0 1 0 639458392 579411968 116395 33554432000 4194304 6014671 140735471419536 18446744073709551615 4385992 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32622/statm: 141458 116395 726 445 0 135003 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 565832

[startup+282.301 s]
/proc/loadavg: 4.05 3.72 3.83 5/381 32631
/proc/meminfo: memFree=20162976/32951124 swapFree=65980216/67111528
[pid=32622] ppid=32620 vsize=629628 CPUtime=282.3 cores=1,3
/proc/32622/stat : 32622 (qutersat_releas) R 32620 32622 32196 0 -1 4202496 134224 0 0 0 28206 24 0 0 25 0 1 0 639458392 644739072 130024 33554432000 4194304 6014671 140735471419536 18446744073709551615 228095147543 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32622/statm: 157407 130024 726 445 0 150952 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 629628

[startup+342.301 s]
/proc/loadavg: 4.05 3.78 3.84 5/381 32632
/proc/meminfo: memFree=20119180/32951124 swapFree=65980216/67111528
[pid=32622] ppid=32620 vsize=756060 CPUtime=342.3 cores=1,3
/proc/32622/stat : 32622 (qutersat_releas) R 32620 32622 32196 0 -1 4202496 144185 0 0 0 34203 27 0 0 25 0 1 0 639458392 774205440 139985 33554432000 4194304 6014671 140735471419536 18446744073709551615 4423718 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32622/statm: 189015 139985 726 445 0 182560 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 756060

[startup+402.301 s]
/proc/loadavg: 4.02 3.82 3.84 6/381 32634
/proc/meminfo: memFree=20106260/32951124 swapFree=65980216/67111528
[pid=32622] ppid=32620 vsize=756060 CPUtime=402.3 cores=1,3
/proc/32622/stat : 32622 (qutersat_releas) R 32620 32622 32196 0 -1 4202496 145392 0 0 0 40203 27 0 0 25 0 1 0 639458392 774205440 141192 33554432000 4194304 6014671 140735471419536 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32622/statm: 189015 141192 726 445 0 182560 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 756060

[startup+462.301 s]
/proc/loadavg: 4.16 3.88 3.86 5/381 32636
/proc/meminfo: memFree=20045232/32951124 swapFree=65980216/67111528
[pid=32622] ppid=32620 vsize=756060 CPUtime=462.31 cores=1,3
/proc/32622/stat : 32622 (qutersat_releas) R 32620 32622 32196 0 -1 4202496 146098 0 0 0 46203 28 0 0 25 0 1 0 639458392 774205440 141898 33554432000 4194304 6014671 140735471419536 18446744073709551615 4379518 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32622/statm: 189015 141898 726 445 0 182560 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 756060

[startup+522.301 s]
/proc/loadavg: 4.06 3.90 3.87 5/381 32637
/proc/meminfo: memFree=19919348/32951124 swapFree=65980216/67111528
[pid=32622] ppid=32620 vsize=820212 CPUtime=522.3 cores=1,3
/proc/32622/stat : 32622 (qutersat_releas) R 32620 32622 32196 0 -1 4202496 170973 0 0 0 52197 33 0 0 25 0 1 0 639458392 839897088 166773 33554432000 4194304 6014671 140735471419536 18446744073709551615 4424192 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32622/statm: 205053 166773 726 445 0 198598 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 820212

[startup+582.301 s]
/proc/loadavg: 4.10 3.94 3.88 5/381 32639
/proc/meminfo: memFree=19886840/32951124 swapFree=65980216/67111528
[pid=32622] ppid=32620 vsize=820212 CPUtime=582.3 cores=1,3
/proc/32622/stat : 32622 (qutersat_releas) R 32620 32622 32196 0 -1 4202496 173516 0 0 0 58197 33 0 0 25 0 1 0 639458392 839897088 169316 33554432000 4194304 6014671 140735471419536 18446744073709551615 4377028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32622/statm: 205053 169316 726 445 0 198598 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 820212

[startup+642.301 s]
/proc/loadavg: 4.04 3.95 3.89 5/381 32640
/proc/meminfo: memFree=19879008/32951124 swapFree=65980216/67111528
[pid=32622] ppid=32620 vsize=820212 CPUtime=642.33 cores=1,3
/proc/32622/stat : 32622 (qutersat_releas) R 32620 32622 32196 0 -1 4202496 174242 0 0 0 64199 34 0 0 25 0 1 0 639458392 839897088 170042 33554432000 4194304 6014671 140735471419536 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32622/statm: 205053 170042 726 445 0 198598 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 820212

[startup+702.3 s]
/proc/loadavg: 4.05 3.97 3.90 5/381 32642
/proc/meminfo: memFree=19749900/32951124 swapFree=65980216/67111528
[pid=32622] ppid=32620 vsize=820212 CPUtime=702.31 cores=1,3
/proc/32622/stat : 32622 (qutersat_releas) R 32620 32622 32196 0 -1 4202496 179050 0 0 0 70197 34 0 0 25 0 1 0 639458392 839897088 174850 33554432000 4194304 6014671 140735471419536 18446744073709551615 4422589 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32622/statm: 205053 174850 726 445 0 198598 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 820212

[startup+762.314 s]
/proc/loadavg: 4.02 3.97 3.91 5/381 32644
/proc/meminfo: memFree=19691844/32951124 swapFree=65980216/67111528
[pid=32622] ppid=32620 vsize=820212 CPUtime=762.33 cores=1,3
/proc/32622/stat : 32622 (qutersat_releas) R 32620 32622 32196 0 -1 4202496 179619 0 0 0 76198 35 0 0 25 0 1 0 639458392 839897088 175419 33554432000 4194304 6014671 140735471419536 18446744073709551615 4424038 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32622/statm: 205053 175419 726 445 0 198598 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 820212

[startup+822.3 s]
/proc/loadavg: 4.05 3.99 3.91 5/381 32645
/proc/meminfo: memFree=19686984/32951124 swapFree=65980216/67111528
[pid=32622] ppid=32620 vsize=820212 CPUtime=822.32 cores=1,3
/proc/32622/stat : 32622 (qutersat_releas) R 32620 32622 32196 0 -1 4202496 180276 0 0 0 82197 35 0 0 25 0 1 0 639458392 839897088 176076 33554432000 4194304 6014671 140735471419536 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32622/statm: 205053 176076 726 445 0 198598 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 820212

[startup+882.3 s]
/proc/loadavg: 4.02 3.99 3.91 5/381 32647
/proc/meminfo: memFree=19605124/32951124 swapFree=65980216/67111528
[pid=32622] ppid=32620 vsize=820340 CPUtime=882.32 cores=1,3
/proc/32622/stat : 32622 (qutersat_releas) R 32620 32622 32196 0 -1 4202496 181222 0 0 0 88197 35 0 0 25 0 1 0 639458392 840028160 177022 33554432000 4194304 6014671 140735471419536 18446744073709551615 4425494 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32622/statm: 205085 177022 726 445 0 198630 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 820340

[startup+942.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/381 32648
/proc/meminfo: memFree=19509856/32951124 swapFree=65980216/67111528
[pid=32622] ppid=32620 vsize=820340 CPUtime=942.32 cores=1,3
/proc/32622/stat : 32622 (qutersat_releas) R 32620 32622 32196 0 -1 4202496 182008 0 0 0 94197 35 0 0 25 0 1 0 639458392 840028160 177808 33554432000 4194304 6014671 140735471419536 18446744073709551615 4386012 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32622/statm: 205085 177808 726 445 0 198630 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 820340

[startup+1002.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/381 32650
/proc/meminfo: memFree=19498792/32951124 swapFree=65980216/67111528
[pid=32622] ppid=32620 vsize=820340 CPUtime=1002.32 cores=1,3
/proc/32622/stat : 32622 (qutersat_releas) R 32620 32622 32196 0 -1 4202496 182726 0 0 0 100197 35 0 0 25 0 1 0 639458392 840028160 178526 33554432000 4194304 6014671 140735471419536 18446744073709551615 4424296 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32622/statm: 205085 178526 726 445 0 198630 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 820340

[startup+1062.3 s]
/proc/loadavg: 4.04 4.00 3.92 5/381 32652
/proc/meminfo: memFree=19455992/32951124 swapFree=65980216/67111528
[pid=32622] ppid=32620 vsize=820340 CPUtime=1062.32 cores=1,3
/proc/32622/stat : 32622 (qutersat_releas) R 32620 32622 32196 0 -1 4202496 183000 0 0 0 106197 35 0 0 25 0 1 0 639458392 840028160 178800 33554432000 4194304 6014671 140735471419536 18446744073709551615 4424296 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32622/statm: 205085 178800 726 445 0 198630 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 820340

[startup+1122.3 s]
/proc/loadavg: 4.07 4.01 3.93 5/381 32653
/proc/meminfo: memFree=19436748/32951124 swapFree=65980216/67111528
[pid=32622] ppid=32620 vsize=820852 CPUtime=1122.33 cores=1,3
/proc/32622/stat : 32622 (qutersat_releas) R 32620 32622 32196 0 -1 4202496 187157 0 0 0 112197 36 0 0 25 0 1 0 639458392 840552448 182957 33554432000 4194304 6014671 140735471419536 18446744073709551615 4377880 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32622/statm: 205213 182957 726 445 0 198758 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 820852

[startup+1182.3 s]
/proc/loadavg: 4.13 4.04 3.94 5/381 32655
/proc/meminfo: memFree=19415896/32951124 swapFree=65980216/67111528
[pid=32622] ppid=32620 vsize=1083508 CPUtime=1182.33 cores=1,3
/proc/32622/stat : 32622 (qutersat_releas) R 32620 32622 32196 0 -1 4202496 191624 0 0 0 118196 37 0 0 25 0 1 0 639458392 1109512192 187424 33554432000 4194304 6014671 140735471419536 18446744073709551615 4424038 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32622/statm: 270877 187424 726 445 0 264422 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1083508

[startup+1242.3 s]
/proc/loadavg: 4.09 4.04 3.94 5/381 32665
/proc/meminfo: memFree=19408876/32951124 swapFree=65980216/67111528
[pid=32622] ppid=32620 vsize=1083508 CPUtime=1242.33 cores=1,3
/proc/32622/stat : 32622 (qutersat_releas) R 32620 32622 32196 0 -1 4202496 192423 0 0 0 124196 37 0 0 25 0 1 0 639458392 1109512192 188102 33554432000 4194304 6014671 140735471419536 18446744073709551615 4376474 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32622/statm: 270877 188102 726 445 0 264422 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1083508



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.03 3.94 2/375 32670
/proc/meminfo: memFree=20780724/32951124 swapFree=65980216/67111528
[pid=32622] ppid=32620 vsize=1083508 CPUtime=1300.04 cores=1,3
/proc/32622/stat : 32622 (qutersat_releas) R 32620 32622 32196 0 -1 4202496 192979 0 0 0 129967 37 0 0 25 0 1 0 639458392 1109512192 188577 33554432000 4194304 6014671 140735471419536 18446744073709551615 4423615 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32622/statm: 270877 188577 726 445 0 264422 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 1083508

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.05
CPU time (s): 1300.09
CPU user time (s): 1299.68
CPU system time (s): 0.412937
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1083508

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

runsolver used 4.32734 second user time and 11.1043 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-15 16:40:29
IDJOB=3376170
IDBENCH=82679
IDSOLVER=1856
FILE ID=node142/3376170-1305470429
RUNJOBID= node142-1305470429-32582
PBS_JOBID= 13325296
Free space on /tmp= 73540 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v40000-c168000-S907804052-003-UNKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376170-1305470429/watcher-3376170-1305470429 -o /tmp/evaluation-result-3376170-1305470429/solver-3376170-1305470429 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376170-1305470429.cnf 597378954

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

MD5SUM BENCH= eb4eadfedd2c4dc9b0ed7231ad324f1f
RANDOM SEED=597378954

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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:     32951124 kB
MemFree:      21440220 kB
Buffers:        339980 kB
Cached:        4841480 kB
SwapCached:      11520 kB
Active:        8069084 kB
Inactive:      3104844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21440220 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:           12468 kB
Writeback:           0 kB
AnonPages:     5988472 kB
Mapped:          24724 kB
Slab:           234872 kB
PageTables:      37140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78873532 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= 73544 MiB
End job on node142 at 2011-05-15 17:02:11