Trace number 3376610

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.07 1300.04

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1504.5-n60-p30-s88600538.cnf
MD5SUM76c30bc0971bc865c2b988ddaca89385
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.29319
Satisfiable
(Un)Satisfiability was proved
Number of variables3651
Number of clauses926696
Sum of the clauses size1856923
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2926636
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

Solver Data

0.00/0.01	c Set FPU double precision.
0.18/0.26	c Parse Cnf success: #var: 3651 #clause: 926696
0.18/0.26	c Find Units :          0
0.29/0.33	c Find Invs  :          0
0.29/0.34	c Find Ands  :       3651 AvgFaninNum: 59.8811
0.29/0.34	c Find Xors  :          0 AvgFaninNum: nan
0.29/0.34	c Find Ite   :          0
0.29/0.34	c UnDirect variable: 0
0.29/0.34	c UnDirect to Direct Gate: 0
0.29/0.34	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.29/0.34	c Break Cycle : 3591
0.29/0.34	c Total Root : 0 Undef Var: 3591
0.29/0.35	c After covering, Total Root: 60 Leaf: 3591
0.29/0.35	c Variable( cover/uncovered/unused ): 3651 0 0
0.29/0.35	c Unit Clauses: 0
0.29/0.35	c Binary Clauses( cover/uncovered ): 3591 923045
0.29/0.35	c Clauses( cover/uncovered ): 60 0
0.29/0.35	c Total Clauses( cover/uncovered ): 3651 923045 0.39398%
0.29/0.35	c Covered Ands: 60 Invs: 0 Xors: 0 Ites: 0
0.69/0.75	c Uncover Clauses avg size: 2 max size: 2
0.69/0.76	c Final circuit: i/l/o/s    3591       0  923045    926576
0.69/0.76	c CnfToAig: Time: 0.76 s
1.09/1.15	c TmMap: Set choices finish.
1.49/1.53	c TmMap: Set big and: 923105
1.49/1.53	c TmMap: Origin: 930168 ClauseNum: 2779728 --> New: 926697 ClauseNum: 2772786
1.49/1.53	c TmMap: Time: 0.43
1.59/1.65	c Try to Add: #clause: 1846210 #xorclause: 0
1.69/1.77	c #var: 3651 #clauses: 61 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-3376610-1305476277/watcher-3376610-1305476277 -o /tmp/evaluation-result-3376610-1305476277/solver-3376610-1305476277 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376610-1305476277.cnf 1728639816 

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: 1.80 2.04 2.90 5/350 27916
/proc/meminfo: memFree=27487408/32951124 swapFree=54427468/67111528
[pid=27916] ppid=27914 vsize=33388 CPUtime=0 cores=5,7
/proc/27916/stat : 27916 (qutersat_releas) R 27914 27916 26421 0 -1 4202496 2130 0 0 0 0 0 0 0 25 0 1 0 659225671 34189312 2066 33554432000 4194304 6014671 140733630135648 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27916/statm: 8347 2067 378 445 0 1892 0

[startup+0.0208651 s]
/proc/loadavg: 1.80 2.04 2.90 5/350 27916
/proc/meminfo: memFree=27487408/32951124 swapFree=54427468/67111528
[pid=27916] ppid=27914 vsize=37484 CPUtime=0.01 cores=5,7
/proc/27916/stat : 27916 (qutersat_releas) R 27914 27916 26421 0 -1 4202496 3178 0 0 0 1 0 0 0 25 0 1 0 659225671 38383616 3114 33554432000 4194304 6014671 140733630135648 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27916/statm: 9371 3114 378 445 0 2916 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 37484

[startup+0.100851 s]
/proc/loadavg: 1.80 2.04 2.90 5/350 27916
/proc/meminfo: memFree=27487408/32951124 swapFree=54427468/67111528
[pid=27916] ppid=27914 vsize=55916 CPUtime=0.09 cores=5,7
/proc/27916/stat : 27916 (qutersat_releas) R 27914 27916 26421 0 -1 4202496 7523 0 0 0 8 1 0 0 25 0 1 0 659225671 57257984 7459 33554432000 4194304 6014671 140733630135648 18446744073709551615 4309366 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27916/statm: 13979 7460 378 445 0 7524 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55916

[startup+0.300819 s]
/proc/loadavg: 1.80 2.04 2.90 5/350 27916
/proc/meminfo: memFree=27487408/32951124 swapFree=54427468/67111528
[pid=27916] ppid=27914 vsize=80620 CPUtime=0.29 cores=5,7
/proc/27916/stat : 27916 (qutersat_releas) R 27914 27916 26421 0 -1 4202496 13787 0 0 0 27 2 0 0 25 0 1 0 659225671 82554880 13723 33554432000 4194304 6014671 140733630135648 18446744073709551615 4280535 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27916/statm: 20155 13723 382 445 0 13700 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 80620

[startup+0.700743 s]
/proc/loadavg: 1.80 2.04 2.90 5/350 27916
/proc/meminfo: memFree=27487408/32951124 swapFree=54427468/67111528
[pid=27916] ppid=27914 vsize=126188 CPUtime=0.69 cores=5,7
/proc/27916/stat : 27916 (qutersat_releas) R 27914 27916 26421 0 -1 4202496 24679 0 0 0 66 3 0 0 25 0 1 0 659225671 129216512 24615 33554432000 4194304 6014671 140733630135648 18446744073709551615 4315507 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27916/statm: 31547 24615 398 445 0 25092 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 126188

[startup+1.5006 s]
/proc/loadavg: 1.97 2.07 2.91 6/351 27917
/proc/meminfo: memFree=27296076/32951124 swapFree=54427468/67111528
[pid=27916] ppid=27914 vsize=348712 CPUtime=1.49 cores=5,7
/proc/27916/stat : 27916 (qutersat_releas) R 27914 27916 26421 0 -1 4202496 78770 0 0 0 141 8 0 0 25 0 1 0 659225671 357081088 78706 33554432000 4194304 6014671 140733630135648 18446744073709551615 4252419 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27916/statm: 87178 78709 670 445 0 80723 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 348712

[startup+3.10031 s]
/proc/loadavg: 1.97 2.07 2.91 7/351 27917
/proc/meminfo: memFree=27166400/32951124 swapFree=54427468/67111528
[pid=27916] ppid=27914 vsize=348712 CPUtime=3.09 cores=5,7
/proc/27916/stat : 27916 (qutersat_releas) R 27914 27916 26421 0 -1 4202496 80215 0 0 0 301 8 0 0 25 0 1 0 659225671 357081088 80151 33554432000 4194304 6014671 140733630135648 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27916/statm: 87178 80151 720 445 0 80723 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 348712

[startup+6.30073 s]
/proc/loadavg: 1.97 2.07 2.91 6/351 27917
/proc/meminfo: memFree=27138876/32951124 swapFree=54427468/67111528
[pid=27916] ppid=27914 vsize=348712 CPUtime=6.29 cores=5,7
/proc/27916/stat : 27916 (qutersat_releas) R 27914 27916 26421 0 -1 4202496 80220 0 0 0 621 8 0 0 25 0 1 0 659225671 357081088 80156 33554432000 4194304 6014671 140733630135648 18446744073709551615 4666647 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27916/statm: 87178 80156 725 445 0 80723 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 348712

[startup+12.7006 s]
/proc/loadavg: 2.36 2.15 2.93 6/351 27917
/proc/meminfo: memFree=27098304/32951124 swapFree=54427468/67111528
[pid=27916] ppid=27914 vsize=348712 CPUtime=12.69 cores=5,7
/proc/27916/stat : 27916 (qutersat_releas) R 27914 27916 26421 0 -1 4202496 80221 0 0 0 1261 8 0 0 25 0 1 0 659225671 357081088 80157 33554432000 4194304 6014671 140733630135648 18446744073709551615 4535380 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27916/statm: 87178 80157 725 445 0 80723 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 348712

[startup+25.5003 s]
/proc/loadavg: 2.61 2.21 2.94 7/351 27918
/proc/meminfo: memFree=27059764/32951124 swapFree=54427468/67111528
[pid=27916] ppid=27914 vsize=348712 CPUtime=25.49 cores=5,7
/proc/27916/stat : 27916 (qutersat_releas) R 27914 27916 26421 0 -1 4202496 80221 0 0 0 2541 8 0 0 25 0 1 0 659225671 357081088 80157 33554432000 4194304 6014671 140733630135648 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27916/statm: 87178 80157 725 445 0 80723 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 348712

[startup+51.1006 s]
/proc/loadavg: 3.16 2.38 2.97 7/351 27918
/proc/meminfo: memFree=26995276/32951124 swapFree=54427468/67111528
[pid=27916] ppid=27914 vsize=348712 CPUtime=51.09 cores=5,7
/proc/27916/stat : 27916 (qutersat_releas) R 27914 27916 26421 0 -1 4202496 80221 0 0 0 5101 8 0 0 25 0 1 0 659225671 357081088 80157 33554432000 4194304 6014671 140733630135648 18446744073709551615 4367413 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27916/statm: 87178 80157 725 445 0 80723 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 348712

[startup+102.313 s]
/proc/loadavg: 3.67 2.64 3.03 7/351 27920
/proc/meminfo: memFree=26865096/32951124 swapFree=54427468/67111528
[pid=27916] ppid=27914 vsize=348712 CPUtime=102.3 cores=5,7
/proc/27916/stat : 27916 (qutersat_releas) R 27914 27916 26421 0 -1 4202496 80243 0 0 0 10222 8 0 0 25 0 1 0 659225671 357081088 80143 33554432000 4194304 6014671 140733630135648 18446744073709551615 4372121 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27916/statm: 87178 80143 725 445 0 80723 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 348712

[startup+162.3 s]
/proc/loadavg: 3.88 2.89 3.08 7/351 27921
/proc/meminfo: memFree=26709068/32951124 swapFree=54427468/67111528
[pid=27916] ppid=27914 vsize=657584 CPUtime=162.29 cores=5,7
/proc/27916/stat : 27916 (qutersat_releas) R 27914 27916 26421 0 -1 4202496 102548 0 0 0 16217 12 0 0 25 0 1 0 659225671 673366016 97528 33554432000 4194304 6014671 140733630135648 18446744073709551615 4537160 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27916/statm: 164396 97528 725 445 0 157941 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 657584

[startup+222.301 s]
/proc/loadavg: 4.02 3.11 3.15 7/351 27923
/proc/meminfo: memFree=26483740/32951124 swapFree=54427468/67111528
[pid=27916] ppid=27914 vsize=657584 CPUtime=222.3 cores=5,7
/proc/27916/stat : 27916 (qutersat_releas) R 27914 27916 26421 0 -1 4202496 120242 0 0 0 22215 15 0 0 25 0 1 0 659225671 673366016 115222 33554432000 4194304 6014671 140733630135648 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27916/statm: 164396 115222 725 445 0 157941 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 657584

[startup+282.301 s]
/proc/loadavg: 4.01 3.27 3.20 6/351 27925
/proc/meminfo: memFree=26391324/32951124 swapFree=54427468/67111528
[pid=27916] ppid=27914 vsize=657584 CPUtime=282.3 cores=5,7
/proc/27916/stat : 27916 (qutersat_releas) R 27914 27916 26421 0 -1 4202496 128526 0 0 0 28213 17 0 0 25 0 1 0 659225671 673366016 123506 33554432000 4194304 6014671 140733630135648 18446744073709551615 4378782 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27916/statm: 164396 123506 725 445 0 157941 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 657584

[startup+342.301 s]
/proc/loadavg: 4.00 3.40 3.25 6/351 27926
/proc/meminfo: memFree=26304744/32951124 swapFree=54427468/67111528
[pid=27916] ppid=27914 vsize=657584 CPUtime=342.3 cores=5,7
/proc/27916/stat : 27916 (qutersat_releas) R 27914 27916 26421 0 -1 4202496 132022 0 0 0 34213 17 0 0 25 0 1 0 659225671 673366016 127002 33554432000 4194304 6014671 140733630135648 18446744073709551615 4535270 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27916/statm: 164396 127002 725 445 0 157941 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 657584

[startup+402.301 s]
/proc/loadavg: 4.11 3.54 3.30 7/351 27928
/proc/meminfo: memFree=26236764/32951124 swapFree=54427468/67111528
[pid=27916] ppid=27914 vsize=759760 CPUtime=402.3 cores=5,7
/proc/27916/stat : 27916 (qutersat_releas) R 27914 27916 26421 0 -1 4202496 139815 0 0 0 40212 18 0 0 25 0 1 0 659225671 777994240 134795 33554432000 4194304 6014671 140733630135648 18446744073709551615 4423942 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27916/statm: 189940 134795 725 445 0 183485 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 759760

[startup+462.3 s]
/proc/loadavg: 4.09 3.64 3.35 6/351 27929
/proc/meminfo: memFree=26167280/32951124 swapFree=54427468/67111528
[pid=27916] ppid=27914 vsize=759760 CPUtime=462.3 cores=5,7
/proc/27916/stat : 27916 (qutersat_releas) R 27914 27916 26421 0 -1 4202496 139994 0 0 0 46212 18 0 0 25 0 1 0 659225671 777994240 134974 33554432000 4194304 6014671 140733630135648 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27916/statm: 189940 134974 725 445 0 183485 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 759760

[startup+522.3 s]
/proc/loadavg: 4.03 3.70 3.39 7/351 27931
/proc/meminfo: memFree=26137872/32951124 swapFree=54427468/67111528
[pid=27916] ppid=27914 vsize=759760 CPUtime=522.31 cores=5,7
/proc/27916/stat : 27916 (qutersat_releas) R 27914 27916 26421 0 -1 4202496 141404 0 0 0 52212 19 0 0 25 0 1 0 659225671 777994240 136383 33554432000 4194304 6014671 140733630135648 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27916/statm: 189940 136383 725 445 0 183485 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 759760

[startup+582.3 s]
/proc/loadavg: 4.13 3.78 3.43 7/351 27933
/proc/meminfo: memFree=26127164/32951124 swapFree=54427468/67111528
[pid=27916] ppid=27914 vsize=759760 CPUtime=582.31 cores=5,7
/proc/27916/stat : 27916 (qutersat_releas) R 27914 27916 26421 0 -1 4202496 142289 0 0 0 58212 19 0 0 25 0 1 0 659225671 777994240 137171 33554432000 4194304 6014671 140733630135648 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27916/statm: 189940 137171 725 445 0 183485 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 759760

[startup+642.301 s]
/proc/loadavg: 4.10 3.83 3.47 6/351 27934
/proc/meminfo: memFree=26138540/32951124 swapFree=54427468/67111528
[pid=27916] ppid=27914 vsize=759760 CPUtime=642.32 cores=5,7
/proc/27916/stat : 27916 (qutersat_releas) R 27914 27916 26421 0 -1 4202496 142507 0 0 0 64213 19 0 0 25 0 1 0 659225671 777994240 137276 33554432000 4194304 6014671 140733630135648 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27916/statm: 189940 137276 725 445 0 183485 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 759760

[startup+702.301 s]
/proc/loadavg: 4.04 3.86 3.50 6/351 27936
/proc/meminfo: memFree=26012652/32951124 swapFree=54427468/67111528
[pid=27916] ppid=27914 vsize=759760 CPUtime=702.31 cores=5,7
/proc/27916/stat : 27916 (qutersat_releas) R 27914 27916 26421 0 -1 4202496 150521 0 0 0 70211 20 0 0 25 0 1 0 659225671 777994240 145197 33554432000 4194304 6014671 140733630135648 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27916/statm: 189940 145197 725 445 0 183485 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 759760

[startup+762.313 s]
/proc/loadavg: 4.06 3.90 3.53 7/351 27937
/proc/meminfo: memFree=25965620/32951124 swapFree=54427468/67111528
[pid=27916] ppid=27914 vsize=759760 CPUtime=762.32 cores=5,7
/proc/27916/stat : 27916 (qutersat_releas) R 27914 27916 26421 0 -1 4202496 159444 0 0 0 76210 22 0 0 25 0 1 0 659225671 777994240 149893 33554432000 4194304 6014671 140733630135648 18446744073709551615 4379136 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27916/statm: 189940 149893 726 445 0 183485 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 759760

[startup+822.301 s]
/proc/loadavg: 3.53 3.79 3.52 5/345 27956
/proc/meminfo: memFree=26153812/32951124 swapFree=54427468/67111528
[pid=27916] ppid=27914 vsize=895636 CPUtime=822.31 cores=5,7
/proc/27916/stat : 27916 (qutersat_releas) R 27914 27916 26421 0 -1 4202496 171647 0 0 0 82207 24 0 0 25 0 1 0 659225671 917131264 162095 33554432000 4194304 6014671 140733630135648 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27916/statm: 223909 162095 725 445 0 217454 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 895636

[startup+882.301 s]
/proc/loadavg: 3.19 3.64 3.49 5/345 27958
/proc/meminfo: memFree=26059028/32951124 swapFree=54427468/67111528
[pid=27916] ppid=27914 vsize=895636 CPUtime=882.31 cores=5,7
/proc/27916/stat : 27916 (qutersat_releas) R 27914 27916 26421 0 -1 4202496 178741 0 0 0 88206 25 0 0 25 0 1 0 659225671 917131264 169189 33554432000 4194304 6014671 140733630135648 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27916/statm: 223909 169189 725 445 0 217454 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 895636

[startup+942.3 s]
/proc/loadavg: 3.07 3.52 3.45 6/345 27959
/proc/meminfo: memFree=26008896/32951124 swapFree=54427468/67111528
[pid=27916] ppid=27914 vsize=1033772 CPUtime=942.32 cores=5,7
/proc/27916/stat : 27916 (qutersat_releas) R 27914 27916 26421 0 -1 4202496 190643 0 0 0 94203 29 0 0 25 0 1 0 659225671 1058582528 181091 33554432000 4194304 6014671 140733630135648 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27916/statm: 258443 181091 725 445 0 251988 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1033772

[startup+1002.3 s]
/proc/loadavg: 3.02 3.43 3.42 6/345 27961
/proc/meminfo: memFree=26006132/32951124 swapFree=54427468/67111528
[pid=27916] ppid=27914 vsize=1175116 CPUtime=1002.32 cores=5,7
/proc/27916/stat : 27916 (qutersat_releas) R 27914 27916 26421 0 -1 4202496 190780 0 0 0 100203 29 0 0 25 0 1 0 659225671 1203318784 181228 33554432000 4194304 6014671 140733630135648 18446744073709551615 4379933 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27916/statm: 293779 181228 725 445 0 287324 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1175116

[startup+1062.3 s]
/proc/loadavg: 3.01 3.35 3.39 6/345 27962
/proc/meminfo: memFree=25991468/32951124 swapFree=54427468/67111528
[pid=27916] ppid=27914 vsize=1175116 CPUtime=1062.32 cores=5,7
/proc/27916/stat : 27916 (qutersat_releas) R 27914 27916 26421 0 -1 4202496 191350 0 0 0 106203 29 0 0 25 0 1 0 659225671 1203318784 181798 33554432000 4194304 6014671 140733630135648 18446744073709551615 4537068 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27916/statm: 293779 181798 725 445 0 287324 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1175116

[startup+1122.3 s]
/proc/loadavg: 3.04 3.29 3.37 6/345 27964
/proc/meminfo: memFree=25988332/32951124 swapFree=54427468/67111528
[pid=27916] ppid=27914 vsize=1175116 CPUtime=1122.32 cores=5,7
/proc/27916/stat : 27916 (qutersat_releas) R 27914 27916 26421 0 -1 4202496 191676 0 0 0 112203 29 0 0 25 0 1 0 659225671 1203318784 182124 33554432000 4194304 6014671 140733630135648 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27916/statm: 293779 182124 725 445 0 287324 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1175116

[startup+1182.3 s]
/proc/loadavg: 3.11 3.28 3.36 5/345 27966
/proc/meminfo: memFree=25970692/32951124 swapFree=54427468/67111528
[pid=27916] ppid=27914 vsize=1175116 CPUtime=1182.32 cores=5,7
/proc/27916/stat : 27916 (qutersat_releas) R 27914 27916 26421 0 -1 4202496 195455 0 0 0 118202 30 0 0 25 0 1 0 659225671 1203318784 185903 33554432000 4194304 6014671 140733630135648 18446744073709551615 4424969 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27916/statm: 293779 185903 725 445 0 287324 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1175116

[startup+1242.3 s]
/proc/loadavg: 3.04 3.23 3.33 6/345 27967
/proc/meminfo: memFree=25920688/32951124 swapFree=54427468/67111528
[pid=27916] ppid=27914 vsize=1175116 CPUtime=1242.33 cores=5,7
/proc/27916/stat : 27916 (qutersat_releas) R 27914 27916 26421 0 -1 4202496 196581 0 0 0 124202 31 0 0 25 0 1 0 659225671 1203318784 187029 33554432000 4194304 6014671 140733630135648 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27916/statm: 293779 187029 725 445 0 287324 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1175116



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.45 3.06 3.27 2/333 28005
/proc/meminfo: memFree=27025624/32951124 swapFree=54427468/67111528
[pid=27916] ppid=27914 vsize=1175116 CPUtime=1300.04 cores=5,7
/proc/27916/stat : 27916 (qutersat_releas) R 27914 27916 26421 0 -1 4202496 206363 0 0 0 129972 32 0 0 25 0 1 0 659225671 1203318784 196811 33554432000 4194304 6014671 140733630135648 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27916/statm: 293779 196811 725 445 0 287324 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 1175116

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

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

runsolver used 4.11637 second user time and 10.0845 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-15 18:17:57
IDJOB=3376610
IDBENCH=88219
IDSOLVER=1856
FILE ID=node138/3376610-1305476277
RUNJOBID= node138-1305476256-27850
PBS_JOBID= 13325298
Free space on /tmp= 73540 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1504.5-n60-p30-s88600538.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376610-1305476277/watcher-3376610-1305476277 -o /tmp/evaluation-result-3376610-1305476277/solver-3376610-1305476277 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376610-1305476277.cnf 1728639816

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

MD5SUM BENCH= 76c30bc0971bc865c2b988ddaca89385
RANDOM SEED=1728639816

node138.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.854
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.70
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.854
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.75
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.854
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.854
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.75
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.854
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.80
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.854
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.854
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.854
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:      27487564 kB
Buffers:        295816 kB
Cached:        4034096 kB
SwapCached:      18496 kB
Active:        2072452 kB
Inactive:      3151772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27487564 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:           27512 kB
Writeback:           0 kB
AnonPages:      888068 kB
Mapped:          19916 kB
Slab:           128956 kB
PageTables:      48408 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 68690860 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= 73548 MiB
End job on node138 at 2011-05-15 18:39:39