Trace number 3421429

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) 5000.08 5000.26

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 benchmark0.464928
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.00	c Set FPU double precision.
0.19/0.25	c Parse Cnf success: #var: 3651 #clause: 926696
0.19/0.25	c Find Units :          0
0.29/0.32	c Find Invs  :          0
0.29/0.33	c Find Ands  :       3651 AvgFaninNum: 59.8811
0.29/0.33	c Find Xors  :          0 AvgFaninNum: nan
0.29/0.33	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 : 3591
0.29/0.33	c Total Root : 0 Undef Var: 3591
0.29/0.33	c After covering, Total Root: 60 Leaf: 3591
0.29/0.33	c Variable( cover/uncovered/unused ): 3651 0 0
0.29/0.33	c Unit Clauses: 0
0.29/0.33	c Binary Clauses( cover/uncovered ): 3591 923045
0.29/0.33	c Clauses( cover/uncovered ): 60 0
0.29/0.33	c Total Clauses( cover/uncovered ): 3651 923045 0.39398%
0.29/0.33	c Covered Ands: 60 Invs: 0 Xors: 0 Ites: 0
0.69/0.73	c Uncover Clauses avg size: 2 max size: 2
0.69/0.75	c Final circuit: i/l/o/s    3591       0  923045    926576
0.69/0.75	c CnfToAig: Time: 0.74 s
1.10/1.13	c TmMap: Set choices finish.
1.49/1.51	c TmMap: Set big and: 923105
1.49/1.51	c TmMap: Origin: 930168 ClauseNum: 2779728 --> New: 926697 ClauseNum: 2772786
1.49/1.51	c TmMap: Time: 0.42
1.59/1.63	c Try to Add: #clause: 1846210 #xorclause: 0
1.69/1.74	c #var: 3651 #clauses: 61 Solving... 
5000.01/5000.21	c Time Out !!
5000.01/5000.21	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-3421429-1306635118/watcher-3421429-1306635118 -o /tmp/evaluation-result-3421429-1306635118/solver-3421429-1306635118 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421429-1306635118.cnf 2022151911 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.99 1.99 2/443 10002
/proc/meminfo: memFree=15718944/32950928 swapFree=60044444/67111528
[pid=10002] ppid=10000 vsize=33388 CPUtime=0 cores=0,2,4,6
/proc/10002/stat : 10002 (qutersat_releas) R 10000 10002 8543 0 -1 4202496 2134 0 0 0 0 0 0 0 25 0 1 0 853742483 34189312 2071 33554432000 4194304 6014671 140733690230128 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10002/statm: 8347 2071 378 445 0 1892 0

[startup+0.0818191 s]
/proc/loadavg: 1.92 1.99 1.99 2/443 10002
/proc/meminfo: memFree=15718944/32950928 swapFree=60044444/67111528
[pid=10002] ppid=10000 vsize=55916 CPUtime=0.07 cores=0,2,4,6
/proc/10002/stat : 10002 (qutersat_releas) R 10000 10002 8543 0 -1 4202496 7397 0 0 0 6 1 0 0 25 0 1 0 853742483 57257984 7334 33554432000 4194304 6014671 140733690230128 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10002/statm: 13979 7334 378 445 0 7524 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 55916

[startup+0.100823 s]
/proc/loadavg: 1.92 1.99 1.99 2/443 10002
/proc/meminfo: memFree=15718944/32950928 swapFree=60044444/67111528
[pid=10002] ppid=10000 vsize=55916 CPUtime=0.09 cores=0,2,4,6
/proc/10002/stat : 10002 (qutersat_releas) R 10000 10002 8543 0 -1 4202496 7585 0 0 0 8 1 0 0 25 0 1 0 853742483 57257984 7522 33554432000 4194304 6014671 140733690230128 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10002/statm: 13979 7522 378 445 0 7524 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55916

[startup+0.300781 s]
/proc/loadavg: 1.92 1.99 1.99 2/443 10002
/proc/meminfo: memFree=15718944/32950928 swapFree=60044444/67111528
[pid=10002] ppid=10000 vsize=80620 CPUtime=0.29 cores=0,2,4,6
/proc/10002/stat : 10002 (qutersat_releas) R 10000 10002 8543 0 -1 4202496 13787 0 0 0 27 2 0 0 25 0 1 0 853742483 82554880 13724 33554432000 4194304 6014671 140733690230128 18446744073709551615 4280784 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10002/statm: 20155 13724 382 445 0 13700 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 80620

[startup+0.700706 s]
/proc/loadavg: 1.92 1.99 1.99 2/443 10002
/proc/meminfo: memFree=15718944/32950928 swapFree=60044444/67111528
[pid=10002] ppid=10000 vsize=125676 CPUtime=0.69 cores=0,2,4,6
/proc/10002/stat : 10002 (qutersat_releas) R 10000 10002 8543 0 -1 4202496 24648 0 0 0 66 3 0 0 18 0 1 0 853742483 128692224 24585 33554432000 4194304 6014671 140733690230128 18446744073709551615 4315464 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10002/statm: 31419 24586 398 445 0 24964 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 125676

[startup+1.50055 s]
/proc/loadavg: 1.92 1.99 1.99 3/444 10003
/proc/meminfo: memFree=15520960/32950928 swapFree=60044444/67111528
[pid=10002] ppid=10000 vsize=348712 CPUtime=1.49 cores=0,2,4,6
/proc/10002/stat : 10002 (qutersat_releas) R 10000 10002 8543 0 -1 4202496 80162 0 0 0 141 8 0 0 19 0 1 0 853742483 357081088 80099 33554432000 4194304 6014671 140733690230128 18446744073709551615 4252120 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10002/statm: 87178 80099 670 445 0 80723 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 348712

[startup+3.10026 s]
/proc/loadavg: 1.92 1.99 1.99 3/444 10003
/proc/meminfo: memFree=15393488/32950928 swapFree=60044444/67111528
[pid=10002] ppid=10000 vsize=348712 CPUtime=3.09 cores=0,2,4,6
/proc/10002/stat : 10002 (qutersat_releas) R 10000 10002 8543 0 -1 4202496 80215 0 0 0 301 8 0 0 23 0 1 0 853742483 357081088 80152 33554432000 4194304 6014671 140733690230128 18446744073709551615 4372456 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10002/statm: 87178 80152 720 445 0 80723 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 348712

[startup+6.30066 s]
/proc/loadavg: 2.01 2.01 2.00 3/444 10003
/proc/meminfo: memFree=15387048/32950928 swapFree=60044444/67111528
[pid=10002] ppid=10000 vsize=348712 CPUtime=6.29 cores=0,2,4,6
/proc/10002/stat : 10002 (qutersat_releas) R 10000 10002 8543 0 -1 4202496 80220 0 0 0 621 8 0 0 25 0 1 0 853742483 357081088 80157 33554432000 4194304 6014671 140733690230128 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10002/statm: 87178 80157 725 445 0 80723 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 348712

[startup+12.7004 s]
/proc/loadavg: 2.01 2.01 2.00 3/444 10003
/proc/meminfo: memFree=15376124/32950928 swapFree=60044444/67111528
[pid=10002] ppid=10000 vsize=348712 CPUtime=12.69 cores=0,2,4,6
/proc/10002/stat : 10002 (qutersat_releas) R 10000 10002 8543 0 -1 4202496 80220 0 0 0 1261 8 0 0 25 0 1 0 853742483 357081088 80157 33554432000 4194304 6014671 140733690230128 18446744073709551615 4537068 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10002/statm: 87178 80157 725 445 0 80723 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 348712

[startup+25.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/444 10004
/proc/meminfo: memFree=15350404/32950928 swapFree=60044444/67111528
[pid=10002] ppid=10000 vsize=348712 CPUtime=25.49 cores=0,2,4,6
/proc/10002/stat : 10002 (qutersat_releas) R 10000 10002 8543 0 -1 4202496 80220 0 0 0 2541 8 0 0 25 0 1 0 853742483 357081088 80157 33554432000 4194304 6014671 140733690230128 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10002/statm: 87178 80157 725 445 0 80723 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 348712

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/444 10004
/proc/meminfo: memFree=15327608/32950928 swapFree=60044444/67111528
[pid=10002] ppid=10000 vsize=348712 CPUtime=51.09 cores=0,2,4,6
/proc/10002/stat : 10002 (qutersat_releas) R 10000 10002 8543 0 -1 4202496 80220 0 0 0 5101 8 0 0 25 0 1 0 853742483 357081088 80157 33554432000 4194304 6014671 140733690230128 18446744073709551615 4422737 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10002/statm: 87178 80157 725 445 0 80723 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 348712

[startup+102.317 s]
/proc/loadavg: 2.00 2.00 2.00 3/444 10006
/proc/meminfo: memFree=15306424/32950928 swapFree=60044444/67111528
[pid=10002] ppid=10000 vsize=494384 CPUtime=102.3 cores=0,2,4,6
/proc/10002/stat : 10002 (qutersat_releas) R 10000 10002 8543 0 -1 4202496 80877 0 0 0 10222 8 0 0 25 0 1 0 853742483 506249216 80757 33554432000 4194304 6014671 140733690230128 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10002/statm: 123596 80758 725 445 0 117141 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 494384

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/444 10007
/proc/meminfo: memFree=15244876/32950928 swapFree=60044444/67111528
[pid=10002] ppid=10000 vsize=571312 CPUtime=162.29 cores=0,2,4,6
/proc/10002/stat : 10002 (qutersat_releas) R 10000 10002 8543 0 -1 4202496 97493 0 0 0 16219 10 0 0 25 0 1 0 853742483 585023488 93134 33554432000 4194304 6014671 140733690230128 18446744073709551615 4537185 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10002/statm: 142828 93134 725 445 0 136373 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 571312

[startup+222.301 s]
/proc/loadavg: 2.07 2.03 2.01 3/444 10009
/proc/meminfo: memFree=15165968/32950928 swapFree=60044444/67111528
[pid=10002] ppid=10000 vsize=571312 CPUtime=222.3 cores=0,2,4,6
/proc/10002/stat : 10002 (qutersat_releas) R 10000 10002 8543 0 -1 4202496 99572 0 0 0 22220 10 0 0 25 0 1 0 853742483 585023488 95213 33554432000 4194304 6014671 140733690230128 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10002/statm: 142828 95213 725 445 0 136373 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 571312

[startup+282.301 s]
/proc/loadavg: 2.20 2.06 2.02 3/444 10010
/proc/meminfo: memFree=15077160/32950928 swapFree=60044444/67111528
[pid=10002] ppid=10000 vsize=667684 CPUtime=282.3 cores=0,2,4,6
/proc/10002/stat : 10002 (qutersat_releas) R 10000 10002 8543 0 -1 4202496 118360 0 0 0 28217 13 0 0 25 0 1 0 853742483 683708416 114001 33554432000 4194304 6014671 140733690230128 18446744073709551615 4382545 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10002/statm: 166921 114001 725 445 0 160466 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 667684

[startup+342.301 s]
/proc/loadavg: 2.13 2.07 2.02 3/444 10012
/proc/meminfo: memFree=15060608/32950928 swapFree=60044444/67111528
[pid=10002] ppid=10000 vsize=667684 CPUtime=342.3 cores=0,2,4,6
/proc/10002/stat : 10002 (qutersat_releas) R 10000 10002 8543 0 -1 4202496 121469 0 0 0 34216 14 0 0 25 0 1 0 853742483 683708416 117110 33554432000 4194304 6014671 140733690230128 18446744073709551615 4633328 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10002/statm: 166921 117110 758 445 0 160466 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 667684

[startup+402.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/444 10014
/proc/meminfo: memFree=14974148/32950928 swapFree=60044444/67111528
[pid=10002] ppid=10000 vsize=667684 CPUtime=402.31 cores=0,2,4,6
/proc/10002/stat : 10002 (qutersat_releas) R 10000 10002 8543 0 -1 4202496 139538 0 0 0 40215 16 0 0 25 0 1 0 853742483 683708416 135149 33554432000 4194304 6014671 140733690230128 18446744073709551615 4423315 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10002/statm: 166921 135149 728 445 0 160466 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 667684

[startup+462.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/444 10015
/proc/meminfo: memFree=14932192/32950928 swapFree=60044444/67111528
[pid=10002] ppid=10000 vsize=667684 CPUtime=462.29 cores=0,2,4,6
/proc/10002/stat : 10002 (qutersat_releas) R 10000 10002 8543 0 -1 4202496 141188 0 0 0 46213 16 0 0 25 0 1 0 853742483 683708416 136799 33554432000 4194304 6014671 140733690230128 18446744073709551615 4537176 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10002/statm: 166921 136799 728 445 0 160466 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 667684

[startup+522.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/444 10017
/proc/meminfo: memFree=14846832/32950928 swapFree=60044444/67111528
[pid=10002] ppid=10000 vsize=667684 CPUtime=522.29 cores=0,2,4,6
/proc/10002/stat : 10002 (qutersat_releas) R 10000 10002 8543 0 -1 4202496 144835 0 0 0 52213 16 0 0 25 0 1 0 853742483 683708416 140446 33554432000 4194304 6014671 140733690230128 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10002/statm: 166921 140446 728 445 0 160466 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 667684

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/444 10018
/proc/meminfo: memFree=14800536/32950928 swapFree=60044444/67111528
[pid=10002] ppid=10000 vsize=786196 CPUtime=582.29 cores=0,2,4,6
/proc/10002/stat : 10002 (qutersat_releas) R 10000 10002 8543 0 -1 4202496 154191 0 0 0 58211 18 0 0 25 0 1 0 853742483 805064704 149786 33554432000 4194304 6014671 140733690230128 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10002/statm: 196549 149786 728 445 0 190094 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 786196

[startup+642.301 s]

################
# More data... #
################

[startup+4002.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/444 16132
/proc/meminfo: memFree=14121400/32950928 swapFree=60044444/67111528
[pid=10002] ppid=10000 vsize=1815216 CPUtime=4002.14 cores=0,2,4,6
/proc/10002/stat : 10002 (qutersat_releas) R 10000 10002 8543 0 -1 4202496 308763 0 0 0 400167 47 0 0 25 0 1 0 853742483 1858781184 263171 33554432000 4194304 6014671 140733690230128 18446744073709551615 4566272 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10002/statm: 453804 263171 728 445 0 447349 0
Current children cumulated CPU time (s) 4002.14
Current children cumulated vsize (KiB) 1815216

[startup+4062.32 s]
/proc/loadavg: 2.05 2.02 2.00 3/444 16133
/proc/meminfo: memFree=14121240/32950928 swapFree=60044444/67111528
[pid=10002] ppid=10000 vsize=1815216 CPUtime=4062.17 cores=0,2,4,6
/proc/10002/stat : 10002 (qutersat_releas) R 10000 10002 8543 0 -1 4202496 308764 0 0 0 406169 48 0 0 25 0 1 0 853742483 1858781184 263172 33554432000 4194304 6014671 140733690230128 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10002/statm: 453804 263172 728 445 0 447349 0
Current children cumulated CPU time (s) 4062.17
Current children cumulated vsize (KiB) 1815216

[startup+4122.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/444 16135
/proc/meminfo: memFree=14120332/32950928 swapFree=60044444/67111528
[pid=10002] ppid=10000 vsize=1815216 CPUtime=4122.15 cores=0,2,4,6
/proc/10002/stat : 10002 (qutersat_releas) R 10000 10002 8543 0 -1 4202496 309144 0 0 0 412167 48 0 0 25 0 1 0 853742483 1858781184 263552 33554432000 4194304 6014671 140733690230128 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10002/statm: 453804 263552 728 445 0 447349 0
Current children cumulated CPU time (s) 4122.15
Current children cumulated vsize (KiB) 1815216

[startup+4182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/444 16136
/proc/meminfo: memFree=14119544/32950928 swapFree=60044444/67111528
[pid=10002] ppid=10000 vsize=1815216 CPUtime=4182.15 cores=0,2,4,6
/proc/10002/stat : 10002 (qutersat_releas) R 10000 10002 8543 0 -1 4202496 309369 0 0 0 418167 48 0 0 25 0 1 0 853742483 1858781184 263777 33554432000 4194304 6014671 140733690230128 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10002/statm: 453804 263777 728 445 0 447349 0
Current children cumulated CPU time (s) 4182.15
Current children cumulated vsize (KiB) 1815216

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/444 16138
/proc/meminfo: memFree=14116652/32950928 swapFree=60044444/67111528
[pid=10002] ppid=10000 vsize=1815216 CPUtime=4242.15 cores=0,2,4,6
/proc/10002/stat : 10002 (qutersat_releas) R 10000 10002 8543 0 -1 4202496 310011 0 0 0 424167 48 0 0 25 0 1 0 853742483 1858781184 264418 33554432000 4194304 6014671 140733690230128 18446744073709551615 4533996 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10002/statm: 453804 264418 728 445 0 447349 0
Current children cumulated CPU time (s) 4242.15
Current children cumulated vsize (KiB) 1815216

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/444 16140
/proc/meminfo: memFree=14116364/32950928 swapFree=60044444/67111528
[pid=10002] ppid=10000 vsize=1815216 CPUtime=4302.14 cores=0,2,4,6
/proc/10002/stat : 10002 (qutersat_releas) R 10000 10002 8543 0 -1 4202496 310042 0 0 0 430166 48 0 0 25 0 1 0 853742483 1858781184 264440 33554432000 4194304 6014671 140733690230128 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10002/statm: 453804 264440 728 445 0 447349 0
Current children cumulated CPU time (s) 4302.14
Current children cumulated vsize (KiB) 1815216

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/444 16141
/proc/meminfo: memFree=14116452/32950928 swapFree=60044444/67111528
[pid=10002] ppid=10000 vsize=1815216 CPUtime=4362.14 cores=0,2,4,6
/proc/10002/stat : 10002 (qutersat_releas) R 10000 10002 8543 0 -1 4202496 310047 0 0 0 436166 48 0 0 25 0 1 0 853742483 1858781184 264434 33554432000 4194304 6014671 140733690230128 18446744073709551615 4424012 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10002/statm: 453804 264434 728 445 0 447349 0
Current children cumulated CPU time (s) 4362.14
Current children cumulated vsize (KiB) 1815216

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/444 16143
/proc/meminfo: memFree=14116164/32950928 swapFree=60044444/67111528
[pid=10002] ppid=10000 vsize=1815216 CPUtime=4422.14 cores=0,2,4,6
/proc/10002/stat : 10002 (qutersat_releas) R 10000 10002 8543 0 -1 4202496 310051 0 0 0 442166 48 0 0 25 0 1 0 853742483 1858781184 264423 33554432000 4194304 6014671 140733690230128 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10002/statm: 453804 264423 728 445 0 447349 0
Current children cumulated CPU time (s) 4422.14
Current children cumulated vsize (KiB) 1815216

[startup+4482.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/444 16144
/proc/meminfo: memFree=14115888/32950928 swapFree=60044444/67111528
[pid=10002] ppid=10000 vsize=1815216 CPUtime=4482.14 cores=0,2,4,6
/proc/10002/stat : 10002 (qutersat_releas) R 10000 10002 8543 0 -1 4202496 310061 0 0 0 448165 49 0 0 25 0 1 0 853742483 1858781184 264414 33554432000 4194304 6014671 140733690230128 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10002/statm: 453804 264414 728 445 0 447349 0
Current children cumulated CPU time (s) 4482.14
Current children cumulated vsize (KiB) 1815216

[startup+4542.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/444 16146
/proc/meminfo: memFree=14115724/32950928 swapFree=60044444/67111528
[pid=10002] ppid=10000 vsize=1815216 CPUtime=4542.13 cores=0,2,4,6
/proc/10002/stat : 10002 (qutersat_releas) R 10000 10002 8543 0 -1 4202496 310159 0 0 0 454164 49 0 0 25 0 1 0 853742483 1858781184 264501 33554432000 4194304 6014671 140733690230128 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10002/statm: 453804 264501 728 445 0 447349 0
Current children cumulated CPU time (s) 4542.13
Current children cumulated vsize (KiB) 1815216

[startup+4602.3 s]
/proc/loadavg: 2.05 2.04 2.01 4/444 16148
/proc/meminfo: memFree=14114812/32950928 swapFree=60044444/67111528
[pid=10002] ppid=10000 vsize=1815216 CPUtime=4602.14 cores=0,2,4,6
/proc/10002/stat : 10002 (qutersat_releas) R 10000 10002 8543 0 -1 4202496 310162 0 0 0 460165 49 0 0 25 0 1 0 853742483 1858781184 264465 33554432000 4194304 6014671 140733690230128 18446744073709551615 4424645 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10002/statm: 453804 264465 728 445 0 447349 0
Current children cumulated CPU time (s) 4602.14
Current children cumulated vsize (KiB) 1815216

[startup+4662.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/444 16149
/proc/meminfo: memFree=14113416/32950928 swapFree=60044444/67111528
[pid=10002] ppid=10000 vsize=1815216 CPUtime=4662.13 cores=0,2,4,6
/proc/10002/stat : 10002 (qutersat_releas) R 10000 10002 8543 0 -1 4202496 310166 0 0 0 466164 49 0 0 25 0 1 0 853742483 1858781184 264432 33554432000 4194304 6014671 140733690230128 18446744073709551615 4377923 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10002/statm: 453804 264432 728 445 0 447349 0
Current children cumulated CPU time (s) 4662.13
Current children cumulated vsize (KiB) 1815216

[startup+4722.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/444 16151
/proc/meminfo: memFree=14112136/32950928 swapFree=60044444/67111528
[pid=10002] ppid=10000 vsize=1815216 CPUtime=4722.13 cores=0,2,4,6
/proc/10002/stat : 10002 (qutersat_releas) R 10000 10002 8543 0 -1 4202496 310181 0 0 0 472164 49 0 0 25 0 1 0 853742483 1858781184 264423 33554432000 4194304 6014671 140733690230128 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10002/statm: 453804 264423 728 445 0 447349 0
Current children cumulated CPU time (s) 4722.13
Current children cumulated vsize (KiB) 1815216

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/444 16152
/proc/meminfo: memFree=14072164/32950928 swapFree=60044444/67111528
[pid=10002] ppid=10000 vsize=1815216 CPUtime=4782.12 cores=0,2,4,6
/proc/10002/stat : 10002 (qutersat_releas) R 10000 10002 8543 0 -1 4202496 310193 0 0 0 478163 49 0 0 25 0 1 0 853742483 1858781184 264435 33554432000 4194304 6014671 140733690230128 18446744073709551615 4424025 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10002/statm: 453804 264435 728 445 0 447349 0
Current children cumulated CPU time (s) 4782.12
Current children cumulated vsize (KiB) 1815216

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/444 16154
/proc/meminfo: memFree=14029848/32950928 swapFree=60044444/67111528
[pid=10002] ppid=10000 vsize=1815216 CPUtime=4842.11 cores=0,2,4,6
/proc/10002/stat : 10002 (qutersat_releas) R 10000 10002 8543 0 -1 4202496 310229 0 0 0 484162 49 0 0 25 0 1 0 853742483 1858781184 264445 33554432000 4194304 6014671 140733690230128 18446744073709551615 4376723 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10002/statm: 453804 264445 728 445 0 447349 0
Current children cumulated CPU time (s) 4842.11
Current children cumulated vsize (KiB) 1815216

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/444 16156
/proc/meminfo: memFree=14015304/32950928 swapFree=60044444/67111528
[pid=10002] ppid=10000 vsize=1815216 CPUtime=4902.11 cores=0,2,4,6
/proc/10002/stat : 10002 (qutersat_releas) R 10000 10002 8543 0 -1 4202496 310233 0 0 0 490162 49 0 0 25 0 1 0 853742483 1858781184 264420 33554432000 4194304 6014671 140733690230128 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10002/statm: 453804 264420 728 445 0 447349 0
Current children cumulated CPU time (s) 4902.11
Current children cumulated vsize (KiB) 1815216

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/444 16157
/proc/meminfo: memFree=13957116/32950928 swapFree=60044444/67111528
[pid=10002] ppid=10000 vsize=1815216 CPUtime=4962.1 cores=0,2,4,6
/proc/10002/stat : 10002 (qutersat_releas) R 10000 10002 8543 0 -1 4202496 325032 0 0 0 496159 51 0 0 25 0 1 0 853742483 1858781184 279187 33554432000 4194304 6014671 140733690230128 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10002/statm: 453804 279187 728 445 0 447349 0
Current children cumulated CPU time (s) 4962.1
Current children cumulated vsize (KiB) 1815216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.2 s]
/proc/loadavg: 2.07 2.02 2.00 2/442 16159
/proc/meminfo: memFree=14629196/32950928 swapFree=60044444/67111528
[pid=10002] ppid=10000 vsize=2052780 CPUtime=5000.01 cores=0,2,4,6
/proc/10002/stat : 10002 (qutersat_releas) R 10000 10002 8543 0 -1 4202496 333654 0 0 0 499947 54 0 0 25 0 1 0 853742483 2102046720 287774 33554432000 4194304 6014671 140733690230128 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10002/statm: 513195 287774 728 445 0 506740 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 2052780

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): 5000.26
CPU time (s): 5000.08
CPU user time (s): 4999.48
CPU system time (s): 0.59191
CPU usage (%): 99.9962
Max. virtual memory (cumulated for all children) (KiB): 2052780

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

runsolver used 23.2595 second user time and 48.7236 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-29 04:11:58
IDJOB=3421429
IDBENCH=88219
IDSOLVER=1868
FILE ID=node114/3421429-1306635118
RUNJOBID= node114-1306630115-9298
PBS_JOBID= 13471628
Free space on /tmp= 73200 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-3421429-1306635118/watcher-3421429-1306635118 -o /tmp/evaluation-result-3421429-1306635118/solver-3421429-1306635118 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421429-1306635118.cnf 2022151911

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 76c30bc0971bc865c2b988ddaca89385
RANDOM SEED=2022151911

node114.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15719216 kB
Buffers:        270304 kB
Cached:        6752284 kB
SwapCached:      48932 kB
Active:        5105052 kB
Inactive:     11855904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15719216 kB
SwapTotal:    67111528 kB
SwapFree:     60044444 kB
Dirty:           17108 kB
Writeback:           0 kB
AnonPages:     9895904 kB
Mapped:          30064 kB
Slab:           140288 kB
PageTables:      62280 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 108252516 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= 73204 MiB
End job on node114 at 2011-05-29 05:35:20