Trace number 3376596

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m37-q505.75-n35-p15-s48276711.cnf
MD5SUM1bac7b96ea6eb843b1de7405a721cd87
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.861868
Satisfiable
(Un)Satisfiability was proved
Number of variables1244
Number of clauses150604
Sum of the clauses size302382
Maximum clause length37
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2150569
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 535

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.04	c Parse Cnf success: #var: 1244 #clause: 150604
0.00/0.04	c Find Units :          0
0.00/0.05	c Find Invs  :          0
0.00/0.05	c Find Ands  :       1244 AvgFaninNum: 34.6125
0.00/0.05	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.05	c Find Ite   :          0
0.00/0.05	c UnDirect variable: 0
0.00/0.05	c UnDirect to Direct Gate: 0
0.00/0.05	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.05	c Break Cycle : 1209
0.00/0.05	c Total Root : 0 Undef Var: 1209
0.00/0.05	c After covering, Total Root: 35 Leaf: 1209
0.00/0.05	c Variable( cover/uncovered/unused ): 1244 0 0
0.00/0.05	c Unit Clauses: 0
0.00/0.05	c Binary Clauses( cover/uncovered ): 1209 149360
0.00/0.05	c Clauses( cover/uncovered ): 35 0
0.00/0.05	c Total Clauses( cover/uncovered ): 1244 149360 0.826007%
0.00/0.05	c Covered Ands: 35 Invs: 0 Xors: 0 Ites: 0
0.10/0.12	c Uncover Clauses avg size: 2 max size: 2
0.10/0.12	c Final circuit: i/l/o/s    1209       0  149360    150534
0.10/0.12	c CnfToAig: Time: 0.11 s
0.19/0.20	c TmMap: Set choices finish.
0.19/0.26	c TmMap: Set big and: 149395
0.19/0.26	c TmMap: Origin: 151744 ClauseNum: 451602 --> New: 150605 ClauseNum: 449324
0.19/0.26	c TmMap: Time: 0.07
0.19/0.28	c Try to Add: #clause: 298790 #xorclause: 0
0.29/0.30	c #var: 1244 #clauses: 36 Solving... 
1300.03/1300.01	c Time Out !!
1300.03/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-3376596-1305476256/watcher-3376596-1305476256 -o /tmp/evaluation-result-3376596-1305476256/solver-3376596-1305476256 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376596-1305476256.cnf 1201942752 

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: 0.93 1.91 2.88 4/347 27883
/proc/meminfo: memFree=27783248/32951124 swapFree=54427468/67111528
[pid=27883] ppid=27881 vsize=34412 CPUtime=0 cores=4,6
/proc/27883/stat : 27883 (qutersat_releas) R 27881 27883 26421 0 -1 4202496 2460 0 0 0 0 0 0 0 21 0 1 0 659223571 35237888 2397 33554432000 4194304 6014671 140735742868784 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27883/statm: 8603 2397 378 445 0 2148 0

[startup+0.111378 s]
/proc/loadavg: 0.93 1.91 2.88 4/347 27883
/proc/meminfo: memFree=27783248/32951124 swapFree=54427468/67111528
[pid=27883] ppid=27881 vsize=52844 CPUtime=0.1 cores=4,6
/proc/27883/stat : 27883 (qutersat_releas) R 27881 27883 26421 0 -1 4202496 6497 0 0 0 10 0 0 0 22 0 1 0 659223571 54112256 6434 33554432000 4194304 6014671 140735742868784 18446744073709551615 4313888 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27883/statm: 13211 6434 398 445 0 6756 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 52844

[startup+0.200396 s]
/proc/loadavg: 0.93 1.91 2.88 4/347 27883
/proc/meminfo: memFree=27783248/32951124 swapFree=54427468/67111528
[pid=27883] ppid=27881 vsize=77452 CPUtime=0.19 cores=4,6
/proc/27883/stat : 27883 (qutersat_releas) R 27881 27883 26421 0 -1 4202496 13295 0 0 0 17 2 0 0 22 0 1 0 659223571 79310848 13232 33554432000 4194304 6014671 140735742868784 18446744073709551615 4229991 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27883/statm: 19363 13232 669 445 0 12908 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 77452

[startup+0.300369 s]
/proc/loadavg: 0.93 1.91 2.88 4/347 27883
/proc/meminfo: memFree=27783248/32951124 swapFree=54427468/67111528
[pid=27883] ppid=27881 vsize=94860 CPUtime=0.29 cores=4,6
/proc/27883/stat : 27883 (qutersat_releas) R 27881 27883 26421 0 -1 4202496 16929 0 0 0 27 2 0 0 22 0 1 0 659223571 97136640 16866 33554432000 4194304 6014671 140735742868784 18446744073709551615 4810627 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27883/statm: 23715 16866 691 445 0 17260 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 94860

[startup+0.700292 s]
/proc/loadavg: 0.93 1.91 2.88 4/347 27883
/proc/meminfo: memFree=27783248/32951124 swapFree=54427468/67111528
[pid=27883] ppid=27881 vsize=94860 CPUtime=0.69 cores=4,6
/proc/27883/stat : 27883 (qutersat_releas) R 27881 27883 26421 0 -1 4202496 16958 0 0 0 67 2 0 0 23 0 1 0 659223571 97136640 16895 33554432000 4194304 6014671 140735742868784 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27883/statm: 23715 16895 720 445 0 17260 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 94860

[startup+1.50115 s]
/proc/loadavg: 0.93 1.91 2.88 5/351 27890
/proc/meminfo: memFree=27529148/32951124 swapFree=54427468/67111528
[pid=27883] ppid=27881 vsize=104932 CPUtime=1.49 cores=4,6
/proc/27883/stat : 27883 (qutersat_releas) R 27881 27883 26421 0 -1 4202496 17596 0 0 0 147 2 0 0 25 0 1 0 659223571 107450368 17533 33554432000 4194304 6014671 140735742868784 18446744073709551615 4386031 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27883/statm: 26233 17533 721 445 0 19778 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 104932

[startup+3.10088 s]
/proc/loadavg: 1.17 1.94 2.89 5/351 27890
/proc/meminfo: memFree=27511540/32951124 swapFree=54427468/67111528
[pid=27883] ppid=27881 vsize=126208 CPUtime=3.09 cores=4,6
/proc/27883/stat : 27883 (qutersat_releas) R 27881 27883 26421 0 -1 4202496 20233 0 0 0 307 2 0 0 25 0 1 0 659223571 129236992 20170 33554432000 4194304 6014671 140735742868784 18446744073709551615 4537048 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27883/statm: 31552 20170 725 445 0 25097 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 126208

[startup+6.30028 s]
/proc/loadavg: 1.17 1.94 2.89 5/351 27890
/proc/meminfo: memFree=27493672/32951124 swapFree=54427468/67111528
[pid=27883] ppid=27881 vsize=126208 CPUtime=6.29 cores=4,6
/proc/27883/stat : 27883 (qutersat_releas) R 27881 27883 26421 0 -1 4202496 20233 0 0 0 627 2 0 0 25 0 1 0 659223571 129236992 20170 33554432000 4194304 6014671 140735742868784 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27883/statm: 31552 20170 725 445 0 25097 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 126208

[startup+12.7011 s]
/proc/loadavg: 1.61 2.01 2.90 5/351 27890
/proc/meminfo: memFree=27470236/32951124 swapFree=54427468/67111528
[pid=27883] ppid=27881 vsize=137316 CPUtime=12.7 cores=4,6
/proc/27883/stat : 27883 (qutersat_releas) R 27881 27883 26421 0 -1 4202496 21306 0 0 0 1267 3 0 0 25 0 1 0 659223571 140611584 21243 33554432000 4194304 6014671 140735742868784 18446744073709551615 4535234 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27883/statm: 34329 21243 725 445 0 27874 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 137316

[startup+25.5008 s]
/proc/loadavg: 1.97 2.07 2.91 5/351 27917
/proc/meminfo: memFree=27142844/32951124 swapFree=54427468/67111528
[pid=27883] ppid=27881 vsize=137316 CPUtime=25.48 cores=4,6
/proc/27883/stat : 27883 (qutersat_releas) R 27881 27883 26421 0 -1 4202496 25102 0 0 0 2545 3 0 0 25 0 1 0 659223571 140611584 25039 33554432000 4194304 6014671 140735742868784 18446744073709551615 4537048 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27883/statm: 34329 25039 725 445 0 27874 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 137316

[startup+51.1012 s]
/proc/loadavg: 2.72 2.24 2.94 5/351 27918
/proc/meminfo: memFree=27046248/32951124 swapFree=54427468/67111528
[pid=27883] ppid=27881 vsize=188932 CPUtime=51.08 cores=4,6
/proc/27883/stat : 27883 (qutersat_releas) R 27881 27883 26421 0 -1 4202496 36494 0 0 0 5103 5 0 0 25 0 1 0 659223571 193466368 36431 33554432000 4194304 6014671 140735742868784 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27883/statm: 47233 36431 725 445 0 40778 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 188932

[startup+102.301 s]
/proc/loadavg: 3.55 2.55 3.01 5/351 27919
/proc/meminfo: memFree=26875592/32951124 swapFree=54427468/67111528
[pid=27883] ppid=27881 vsize=302364 CPUtime=102.3 cores=4,6
/proc/27883/stat : 27883 (qutersat_releas) R 27881 27883 26421 0 -1 4202496 54563 0 0 0 10223 7 0 0 25 0 1 0 659223571 309620736 54477 33554432000 4194304 6014671 140735742868784 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27883/statm: 75591 54477 725 445 0 69136 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 302364

[startup+162.301 s]
/proc/loadavg: 3.83 2.81 3.07 5/351 27921
/proc/meminfo: memFree=26776292/32951124 swapFree=54427468/67111528
[pid=27883] ppid=27881 vsize=368476 CPUtime=162.29 cores=4,6
/proc/27883/stat : 27883 (qutersat_releas) R 27881 27883 26421 0 -1 4202496 62050 0 0 0 16220 9 0 0 25 0 1 0 659223571 377319424 61777 33554432000 4194304 6014671 140735742868784 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27883/statm: 92119 61777 725 445 0 85664 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 368476

[startup+222.313 s]
/proc/loadavg: 4.03 3.05 3.13 5/351 27922
/proc/meminfo: memFree=26578352/32951124 swapFree=54427468/67111528
[pid=27883] ppid=27881 vsize=586164 CPUtime=222.3 cores=4,6
/proc/27883/stat : 27883 (qutersat_releas) R 27881 27883 26421 0 -1 4202496 75335 0 0 0 22219 11 0 0 25 0 1 0 659223571 600231936 73662 33554432000 4194304 6014671 140735742868784 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27883/statm: 146541 73662 725 445 0 140086 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 586164

[startup+282.3 s]
/proc/loadavg: 4.01 3.22 3.18 5/351 27924
/proc/meminfo: memFree=26424816/32951124 swapFree=54427468/67111528
[pid=27883] ppid=27881 vsize=586164 CPUtime=282.29 cores=4,6
/proc/27883/stat : 27883 (qutersat_releas) R 27881 27883 26421 0 -1 4202496 82294 0 0 0 28217 12 0 0 25 0 1 0 659223571 600231936 80621 33554432000 4194304 6014671 140735742868784 18446744073709551615 4535184 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27883/statm: 146541 80621 725 445 0 140086 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 586164

[startup+342.3 s]
/proc/loadavg: 4.00 3.36 3.23 5/351 27926
/proc/meminfo: memFree=26316652/32951124 swapFree=54427468/67111528
[pid=27883] ppid=27881 vsize=667280 CPUtime=342.29 cores=4,6
/proc/27883/stat : 27883 (qutersat_releas) R 27881 27883 26421 0 -1 4202496 99487 0 0 0 34214 15 0 0 25 0 1 0 659223571 683294720 97814 33554432000 4194304 6014671 140735742868784 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27883/statm: 166820 97814 725 445 0 160365 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 667280

[startup+402.301 s]
/proc/loadavg: 4.16 3.51 3.29 5/351 27927
/proc/meminfo: memFree=26267892/32951124 swapFree=54427468/67111528
[pid=27883] ppid=27881 vsize=667280 CPUtime=402.29 cores=4,6
/proc/27883/stat : 27883 (qutersat_releas) R 27881 27883 26421 0 -1 4202496 105390 0 0 0 40213 16 0 0 25 0 1 0 659223571 683294720 103717 33554432000 4194304 6014671 140735742868784 18446744073709551615 4537073 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27883/statm: 166820 103717 725 445 0 160365 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 667280

[startup+462.301 s]
/proc/loadavg: 4.13 3.61 3.33 5/351 27929
/proc/meminfo: memFree=26174612/32951124 swapFree=54427468/67111528
[pid=27883] ppid=27881 vsize=667280 CPUtime=462.3 cores=4,6
/proc/27883/stat : 27883 (qutersat_releas) R 27881 27883 26421 0 -1 4202496 109491 0 0 0 46213 17 0 0 25 0 1 0 659223571 683294720 107818 33554432000 4194304 6014671 140735742868784 18446744073709551615 4369663 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27883/statm: 166820 107818 725 445 0 160365 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 667280

[startup+522.301 s]
/proc/loadavg: 4.05 3.68 3.37 5/351 27930
/proc/meminfo: memFree=26155732/32951124 swapFree=54427468/67111528
[pid=27883] ppid=27881 vsize=667280 CPUtime=522.3 cores=4,6
/proc/27883/stat : 27883 (qutersat_releas) R 27881 27883 26421 0 -1 4202496 109636 0 0 0 52213 17 0 0 25 0 1 0 659223571 683294720 107963 33554432000 4194304 6014671 140735742868784 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27883/statm: 166820 107963 725 445 0 160365 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 667280

[startup+582.301 s]
/proc/loadavg: 4.02 3.74 3.41 5/351 27932
/proc/meminfo: memFree=26129784/32951124 swapFree=54427468/67111528
[pid=27883] ppid=27881 vsize=667280 CPUtime=582.3 cores=4,6
/proc/27883/stat : 27883 (qutersat_releas) R 27881 27883 26421 0 -1 4202496 110051 0 0 0 58213 17 0 0 25 0 1 0 659223571 683294720 108378 33554432000 4194304 6014671 140735742868784 18446744073709551615 4535184 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27883/statm: 166820 108378 725 445 0 160365 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 667280

[startup+642.301 s]
/proc/loadavg: 4.07 3.81 3.45 5/351 27934
/proc/meminfo: memFree=26138544/32951124 swapFree=54427468/67111528
[pid=27883] ppid=27881 vsize=667280 CPUtime=642.3 cores=4,6
/proc/27883/stat : 27883 (qutersat_releas) R 27881 27883 26421 0 -1 4202496 110344 0 0 0 64213 17 0 0 25 0 1 0 659223571 683294720 108671 33554432000 4194304 6014671 140735742868784 18446744073709551615 4378125 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27883/statm: 166820 108671 725 445 0 160365 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 667280

[startup+702.301 s]
/proc/loadavg: 4.05 3.85 3.49 5/351 27935
/proc/meminfo: memFree=26097852/32951124 swapFree=54427468/67111528
[pid=27883] ppid=27881 vsize=667280 CPUtime=702.31 cores=4,6
/proc/27883/stat : 27883 (qutersat_releas) R 27881 27883 26421 0 -1 4202496 120235 0 0 0 70211 20 0 0 25 0 1 0 659223571 683294720 118562 33554432000 4194304 6014671 140735742868784 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27883/statm: 166820 118562 725 445 0 160365 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 667280

[startup+762.3 s]
/proc/loadavg: 4.08 3.89 3.52 5/351 27937
/proc/meminfo: memFree=25969112/32951124 swapFree=54427468/67111528
[pid=27883] ppid=27881 vsize=667280 CPUtime=762.31 cores=4,6
/proc/27883/stat : 27883 (qutersat_releas) R 27881 27883 26421 0 -1 4202496 126322 0 0 0 76211 20 0 0 25 0 1 0 659223571 683294720 124649 33554432000 4194304 6014671 140735742868784 18446744073709551615 4535273 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27883/statm: 166820 124649 725 445 0 160365 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 667280

[startup+822.301 s]
/proc/loadavg: 3.75 3.85 3.53 4/345 27955
/proc/meminfo: memFree=26205780/32951124 swapFree=54427468/67111528
[pid=27883] ppid=27881 vsize=667280 CPUtime=822.31 cores=4,6
/proc/27883/stat : 27883 (qutersat_releas) R 27881 27883 26421 0 -1 4202496 127243 0 0 0 82210 21 0 0 25 0 1 0 659223571 683294720 125564 33554432000 4194304 6014671 140735742868784 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27883/statm: 166820 125564 725 445 0 160365 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 667280

[startup+882.313 s]
/proc/loadavg: 3.27 3.69 3.50 4/345 27957
/proc/meminfo: memFree=26091400/32951124 swapFree=54427468/67111528
[pid=27883] ppid=27881 vsize=667280 CPUtime=882.32 cores=4,6
/proc/27883/stat : 27883 (qutersat_releas) R 27881 27883 26421 0 -1 4202496 127243 0 0 0 88211 21 0 0 25 0 1 0 659223571 683294720 125542 33554432000 4194304 6014671 140735742868784 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27883/statm: 166820 125542 725 445 0 160365 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 667280

[startup+942.301 s]
/proc/loadavg: 3.10 3.56 3.46 4/345 27959
/proc/meminfo: memFree=26036188/32951124 swapFree=54427468/67111528
[pid=27883] ppid=27881 vsize=667280 CPUtime=942.31 cores=4,6
/proc/27883/stat : 27883 (qutersat_releas) R 27881 27883 26421 0 -1 4202496 127244 0 0 0 94210 21 0 0 25 0 1 0 659223571 683294720 125526 33554432000 4194304 6014671 140735742868784 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27883/statm: 166820 125526 725 445 0 160365 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 667280

[startup+1002.3 s]
/proc/loadavg: 3.03 3.46 3.43 4/345 27960
/proc/meminfo: memFree=26008004/32951124 swapFree=54427468/67111528
[pid=27883] ppid=27881 vsize=667280 CPUtime=1002.32 cores=4,6
/proc/27883/stat : 27883 (qutersat_releas) R 27881 27883 26421 0 -1 4202496 127802 0 0 0 100211 21 0 0 25 0 1 0 659223571 683294720 126061 33554432000 4194304 6014671 140735742868784 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27883/statm: 166820 126061 725 445 0 160365 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 667280

[startup+1062.3 s]
/proc/loadavg: 3.01 3.37 3.40 4/345 27962
/proc/meminfo: memFree=25991472/32951124 swapFree=54427468/67111528
[pid=27883] ppid=27881 vsize=667280 CPUtime=1062.32 cores=4,6
/proc/27883/stat : 27883 (qutersat_releas) R 27881 27883 26421 0 -1 4202496 127802 0 0 0 106211 21 0 0 25 0 1 0 659223571 683294720 126013 33554432000 4194304 6014671 140735742868784 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27883/statm: 166820 126013 725 445 0 160365 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 667280

[startup+1122.3 s]
/proc/loadavg: 3.05 3.32 3.38 4/345 27963
/proc/meminfo: memFree=25989580/32951124 swapFree=54427468/67111528
[pid=27883] ppid=27881 vsize=667280 CPUtime=1122.32 cores=4,6
/proc/27883/stat : 27883 (qutersat_releas) R 27881 27883 26421 0 -1 4202496 127870 0 0 0 112211 21 0 0 25 0 1 0 659223571 683294720 126032 33554432000 4194304 6014671 140735742868784 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27883/statm: 166820 126032 725 445 0 160365 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 667280

[startup+1182.3 s]
/proc/loadavg: 3.15 3.30 3.37 4/345 27965
/proc/meminfo: memFree=25970828/32951124 swapFree=54427468/67111528
[pid=27883] ppid=27881 vsize=667280 CPUtime=1182.32 cores=4,6
/proc/27883/stat : 27883 (qutersat_releas) R 27881 27883 26421 0 -1 4202496 128417 0 0 0 118211 21 0 0 25 0 1 0 659223571 683294720 126529 33554432000 4194304 6014671 140735742868784 18446744073709551615 4423355 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27883/statm: 166820 126529 725 445 0 160365 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 667280

[startup+1242.3 s]
/proc/loadavg: 3.05 3.24 3.34 4/345 27967
/proc/meminfo: memFree=25952312/32951124 swapFree=54427468/67111528
[pid=27883] ppid=27881 vsize=667280 CPUtime=1242.32 cores=4,6
/proc/27883/stat : 27883 (qutersat_releas) R 27881 27883 26421 0 -1 4202496 128470 0 0 0 124211 21 0 0 25 0 1 0 659223571 683294720 126529 33554432000 4194304 6014671 140735742868784 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27883/statm: 166820 126529 725 445 0 160365 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 667280



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.02 3.20 3.32 4/345 27968
/proc/meminfo: memFree=25915332/32951124 swapFree=54427468/67111528
[pid=27883] ppid=27881 vsize=667280 CPUtime=1300.03 cores=4,6
/proc/27883/stat : 27883 (qutersat_releas) R 27881 27883 26421 0 -1 4202496 128515 0 0 0 129982 21 0 0 25 0 1 0 659223571 683294720 126518 33554432000 4194304 6014671 140735742868784 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27883/statm: 166820 126518 725 445 0 160365 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 667280

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1300 s]
/proc/loadavg: 3.02 3.20 3.32 4/345 27968
/proc/meminfo: memFree=25915332/32951124 swapFree=54427468/67111528
[pid=27883] ppid=27881 vsize=667280 CPUtime=1300.03 cores=4,6
/proc/27883/stat : 27883 (qutersat_releas) R 27881 27883 26421 0 -1 4202496 128515 0 0 0 129982 21 0 0 25 0 1 0 659223571 683294720 126518 33554432000 4194304 6014671 140735742868784 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27883/statm: 166820 126518 725 445 0 160365 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 667280

Child status: 1
Real time (s): 1300.03
CPU time (s): 1300.06
CPU user time (s): 1299.83
CPU system time (s): 0.229965
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 667280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.83
system time used= 0.229965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128519
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9
involuntary context switches= 1861

runsolver used 4.47932 second user time and 9.72652 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-15 18:17:36
IDJOB=3376596
IDBENCH=88212
IDSOLVER=1856
FILE ID=node138/3376596-1305476256
RUNJOBID= node138-1305476256-27848
PBS_JOBID= 13325298
Free space on /tmp= 73556 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m37-q505.75-n35-p15-s48276711.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376596-1305476256/watcher-3376596-1305476256 -o /tmp/evaluation-result-3376596-1305476256/solver-3376596-1305476256 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376596-1305476256.cnf 1201942752

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

MD5SUM BENCH= 1bac7b96ea6eb843b1de7405a721cd87
RANDOM SEED=1201942752

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:      27784156 kB
Buffers:        295748 kB
Cached:        4015856 kB
SwapCached:      18496 kB
Active:        1774872 kB
Inactive:      3152800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27784156 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:           10868 kB
Writeback:           0 kB
AnonPages:      609024 kB
Mapped:          17296 kB
Slab:           128248 kB
PageTables:      47560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 68350016 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= 73540 MiB
End job on node138 at 2011-05-15 18:39:18