Trace number 3376603

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m47-q841.5-n45-p30-s84954709.cnf
MD5SUM556c58061360a1b195d9b2f28888af77
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.03469
Satisfiable
(Un)Satisfiability was proved
Number of variables2115
Number of clauses356340
Sum of the clauses size714705
Maximum clause length47
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2356295
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.00/0.01	c Set FPU double precision.
0.09/0.10	c Parse Cnf success: #var: 2115 #clause: 356340
0.09/0.10	c Find Units :          0
0.09/0.12	c Find Invs  :          0
0.09/0.12	c Find Ands  :       2115 AvgFaninNum: 46
0.09/0.12	c Find Xors  :          0 AvgFaninNum: nan
0.09/0.12	c Find Ite   :          0
0.09/0.12	c UnDirect variable: 0
0.09/0.12	c UnDirect to Direct Gate: 0
0.09/0.12	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.09/0.12	c Break Cycle : 2070
0.09/0.12	c Total Root : 0 Undef Var: 2070
0.09/0.13	c After covering, Total Root: 45 Leaf: 2070
0.09/0.13	c Variable( cover/uncovered/unused ): 2115 0 0
0.09/0.13	c Unit Clauses: 0
0.09/0.13	c Binary Clauses( cover/uncovered ): 2070 354225
0.09/0.13	c Clauses( cover/uncovered ): 45 0
0.09/0.13	c Total Clauses( cover/uncovered ): 2115 354225 0.593534%
0.09/0.13	c Covered Ands: 45 Invs: 0 Xors: 0 Ites: 0
0.19/0.28	c Uncover Clauses avg size: 2 max size: 2
0.19/0.29	c Final circuit: i/l/o/s    2070       0  354225    356250
0.19/0.29	c CnfToAig: Time: 0.28 s
0.39/0.45	c TmMap: Set choices finish.
0.59/0.60	c TmMap: Set big and: 354270
0.59/0.60	c TmMap: Origin: 358321 ClauseNum: 1068750 --> New: 356341 ClauseNum: 1064790
0.59/0.60	c TmMap: Time: 0.17
0.59/0.65	c Try to Add: #clause: 708540 #xorclause: 0
0.59/0.69	c #var: 2115 #clauses: 46 Solving... 
1300.00/1300.01	c Time Out !!
1300.00/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-3376603-1305476266/watcher-3376603-1305476266 -o /tmp/evaluation-result-3376603-1305476266/solver-3376603-1305476266 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376603-1305476266.cnf 297157591 

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.10 2.48 3.02 4/445 30791
/proc/meminfo: memFree=23468760/32950928 swapFree=38710900/67111528
[pid=30791] ppid=30789 vsize=35436 CPUtime=0.01 cores=5,7
/proc/30791/stat : 30791 (qutersat_releas) R 30789 30791 29649 0 -1 4202496 2570 0 0 0 1 0 0 0 18 0 1 0 737857275 36286464 2506 33554432000 4194304 6014671 140734339835424 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30791/statm: 8859 2506 378 445 0 2404 0

[startup+0.0847821 s]
/proc/loadavg: 1.10 2.48 3.02 4/445 30791
/proc/meminfo: memFree=23468760/32950928 swapFree=38710900/67111528
[pid=30791] ppid=30789 vsize=56940 CPUtime=0.07 cores=5,7
/proc/30791/stat : 30791 (qutersat_releas) R 30789 30791 29649 0 -1 4202496 7621 0 0 0 7 0 0 0 18 0 1 0 737857275 58306560 7557 33554432000 4194304 6014671 140734339835424 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30791/statm: 14235 7558 378 445 0 7780 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 56940

[startup+0.100781 s]
/proc/loadavg: 1.10 2.48 3.02 4/445 30791
/proc/meminfo: memFree=23468760/32950928 swapFree=38710900/67111528
[pid=30791] ppid=30789 vsize=56940 CPUtime=0.09 cores=5,7
/proc/30791/stat : 30791 (qutersat_releas) R 30789 30791 29649 0 -1 4202496 7766 0 0 0 9 0 0 0 18 0 1 0 737857275 58306560 7702 33554432000 4194304 6014671 140734339835424 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30791/statm: 14235 7703 378 445 0 7780 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56940

[startup+0.300744 s]
/proc/loadavg: 1.10 2.48 3.02 4/445 30791
/proc/meminfo: memFree=23468760/32950928 swapFree=38710900/67111528
[pid=30791] ppid=30789 vsize=79468 CPUtime=0.29 cores=5,7
/proc/30791/stat : 30791 (qutersat_releas) R 30789 30791 29649 0 -1 4202496 12853 0 0 0 28 1 0 0 18 0 1 0 737857275 81375232 12789 33554432000 4194304 6014671 140734339835424 18446744073709551615 4340831 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30791/statm: 19867 12790 406 445 0 13412 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 79468

[startup+0.700665 s]
/proc/loadavg: 1.10 2.48 3.02 4/445 30791
/proc/meminfo: memFree=23468760/32950928 swapFree=38710900/67111528
[pid=30791] ppid=30789 vsize=166428 CPUtime=0.69 cores=5,7
/proc/30791/stat : 30791 (qutersat_releas) R 30789 30791 29649 0 -1 4202496 34001 0 0 0 66 3 0 0 18 0 1 0 737857275 170422272 33937 33554432000 4194304 6014671 140734339835424 18446744073709551615 4423301 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30791/statm: 41607 33937 700 445 0 35152 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 166428

[startup+1.50052 s]
/proc/loadavg: 1.33 2.50 3.02 5/449 30798
/proc/meminfo: memFree=23217504/32950928 swapFree=38710900/67111528
[pid=30791] ppid=30789 vsize=166428 CPUtime=1.49 cores=5,7
/proc/30791/stat : 30791 (qutersat_releas) R 30789 30791 29649 0 -1 4202496 34022 0 0 0 146 3 0 0 20 0 1 0 737857275 170422272 33958 33554432000 4194304 6014671 140734339835424 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30791/statm: 41607 33958 721 445 0 35152 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 166428

[startup+3.10022 s]
/proc/loadavg: 1.33 2.50 3.02 5/449 30798
/proc/meminfo: memFree=22998396/32950928 swapFree=38710900/67111528
[pid=30791] ppid=30789 vsize=166428 CPUtime=3.09 cores=5,7
/proc/30791/stat : 30791 (qutersat_releas) R 30789 30791 29649 0 -1 4202496 34022 0 0 0 306 3 0 0 25 0 1 0 737857275 170422272 33958 33554432000 4194304 6014671 140734339835424 18446744073709551615 4424192 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30791/statm: 41607 33958 721 445 0 35152 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 166428

[startup+6.30063 s]
/proc/loadavg: 1.33 2.50 3.02 5/449 30798
/proc/meminfo: memFree=22878932/32950928 swapFree=38710900/67111528
[pid=30791] ppid=30789 vsize=166428 CPUtime=6.29 cores=5,7
/proc/30791/stat : 30791 (qutersat_releas) R 30789 30791 29649 0 -1 4202496 34026 0 0 0 626 3 0 0 25 0 1 0 737857275 170422272 33962 33554432000 4194304 6014671 140734339835424 18446744073709551615 4537073 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30791/statm: 41607 33962 725 445 0 35152 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 166428

[startup+12.7004 s]
/proc/loadavg: 1.74 2.55 3.03 5/449 30798
/proc/meminfo: memFree=22851192/32950928 swapFree=38710900/67111528
[pid=30791] ppid=30789 vsize=178768 CPUtime=12.69 cores=5,7
/proc/30791/stat : 30791 (qutersat_releas) R 30789 30791 29649 0 -1 4202496 34998 0 0 0 1266 3 0 0 25 0 1 0 737857275 183058432 34934 33554432000 4194304 6014671 140734339835424 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30791/statm: 44692 34934 725 445 0 38237 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 178768

[startup+25.5011 s]
/proc/loadavg: 2.09 2.60 3.04 5/449 30799
/proc/meminfo: memFree=22796604/32950928 swapFree=38710900/67111528
[pid=30791] ppid=30789 vsize=178768 CPUtime=25.49 cores=5,7
/proc/30791/stat : 30791 (qutersat_releas) R 30789 30791 29649 0 -1 4202496 36221 0 0 0 2545 4 0 0 25 0 1 0 737857275 183058432 36157 33554432000 4194304 6014671 140734339835424 18446744073709551615 4537048 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30791/statm: 44692 36157 725 445 0 38237 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 178768

[startup+51.1003 s]
/proc/loadavg: 2.74 2.71 3.07 5/449 30800
/proc/meminfo: memFree=22695936/32950928 swapFree=38710900/67111528
[pid=30791] ppid=30789 vsize=221844 CPUtime=51.09 cores=5,7
/proc/30791/stat : 30791 (qutersat_releas) R 30789 30791 29649 0 -1 4202496 43289 0 0 0 5104 5 0 0 25 0 1 0 737857275 227168256 43225 33554432000 4194304 6014671 140734339835424 18446744073709551615 4537180 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30791/statm: 55461 43225 725 445 0 49006 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 221844

[startup+102.317 s]
/proc/loadavg: 3.01 2.80 3.08 4/443 30818
/proc/meminfo: memFree=22709704/32950928 swapFree=38710900/67111528
[pid=30791] ppid=30789 vsize=420256 CPUtime=102.3 cores=5,7
/proc/30791/stat : 30791 (qutersat_releas) R 30789 30791 29649 0 -1 4202496 65547 0 0 0 10223 7 0 0 25 0 1 0 737857275 430342144 65455 33554432000 4194304 6014671 140734339835424 18446744073709551615 4535264 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30791/statm: 105064 65455 725 445 0 98609 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 420256

[startup+162.301 s]
/proc/loadavg: 3.00 2.83 3.07 4/443 30819
/proc/meminfo: memFree=22658488/32950928 swapFree=38710900/67111528
[pid=30791] ppid=30789 vsize=488476 CPUtime=162.29 cores=5,7
/proc/30791/stat : 30791 (qutersat_releas) R 30789 30791 29649 0 -1 4202496 68486 0 0 0 16221 8 0 0 25 0 1 0 737857275 500199424 68177 33554432000 4194304 6014671 140734339835424 18446744073709551615 4371812 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30791/statm: 122119 68177 725 445 0 115664 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 488476

[startup+222.301 s]
/proc/loadavg: 3.16 2.89 3.08 4/443 30821
/proc/meminfo: memFree=22483260/32950928 swapFree=38710900/67111528
[pid=30791] ppid=30789 vsize=488476 CPUtime=222.29 cores=5,7
/proc/30791/stat : 30791 (qutersat_releas) R 30789 30791 29649 0 -1 4202496 97325 0 0 0 22217 12 0 0 25 0 1 0 737857275 500199424 93259 33554432000 4194304 6014671 140734339835424 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30791/statm: 122119 93259 725 445 0 115664 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 488476

[startup+282.301 s]
/proc/loadavg: 3.17 2.94 3.08 4/443 30823
/proc/meminfo: memFree=22385036/32950928 swapFree=38710900/67111528
[pid=30791] ppid=30789 vsize=681132 CPUtime=282.29 cores=5,7
/proc/30791/stat : 30791 (qutersat_releas) R 30789 30791 29649 0 -1 4202496 109336 0 0 0 28215 14 0 0 25 0 1 0 737857275 697479168 105270 33554432000 4194304 6014671 140734339835424 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30791/statm: 170283 105270 725 445 0 163828 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 681132

[startup+342.3 s]
/proc/loadavg: 3.10 2.96 3.08 4/443 30824
/proc/meminfo: memFree=22337276/32950928 swapFree=38710900/67111528
[pid=30791] ppid=30789 vsize=681132 CPUtime=342.28 cores=5,7
/proc/30791/stat : 30791 (qutersat_releas) R 30789 30791 29649 0 -1 4202496 111036 0 0 0 34214 14 0 0 25 0 1 0 737857275 697479168 106970 33554432000 4194304 6014671 140734339835424 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30791/statm: 170283 106970 725 445 0 163828 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 681132

[startup+402.3 s]
/proc/loadavg: 3.03 2.97 3.07 4/443 30826
/proc/meminfo: memFree=22210036/32950928 swapFree=38710900/67111528
[pid=30791] ppid=30789 vsize=786608 CPUtime=402.29 cores=5,7
/proc/30791/stat : 30791 (qutersat_releas) R 30789 30791 29649 0 -1 4202496 135485 0 0 0 40212 17 0 0 25 0 1 0 737857275 805486592 131419 33554432000 4194304 6014671 140734339835424 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30791/statm: 196652 131419 725 445 0 190197 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 786608

[startup+462.301 s]
/proc/loadavg: 3.14 3.00 3.08 4/443 30827
/proc/meminfo: memFree=22133872/32950928 swapFree=38710900/67111528
[pid=30791] ppid=30789 vsize=786608 CPUtime=462.29 cores=5,7
/proc/30791/stat : 30791 (qutersat_releas) R 30789 30791 29649 0 -1 4202496 146169 0 0 0 46211 18 0 0 25 0 1 0 737857275 805486592 142103 33554432000 4194304 6014671 140734339835424 18446744073709551615 4371931 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30791/statm: 196652 142103 725 445 0 190197 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 786608

[startup+522.301 s]
/proc/loadavg: 3.10 3.01 3.08 4/443 30829
/proc/meminfo: memFree=22122684/32950928 swapFree=38710900/67111528
[pid=30791] ppid=30789 vsize=786608 CPUtime=522.29 cores=5,7
/proc/30791/stat : 30791 (qutersat_releas) R 30789 30791 29649 0 -1 4202496 146709 0 0 0 52211 18 0 0 25 0 1 0 737857275 805486592 142594 33554432000 4194304 6014671 140734339835424 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30791/statm: 196652 142594 725 445 0 190197 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 786608

[startup+582.301 s]
/proc/loadavg: 3.04 3.01 3.07 4/443 30831
/proc/meminfo: memFree=22103072/32950928 swapFree=38710900/67111528
[pid=30791] ppid=30789 vsize=786608 CPUtime=582.28 cores=5,7
/proc/30791/stat : 30791 (qutersat_releas) R 30789 30791 29649 0 -1 4202496 147609 0 0 0 58210 18 0 0 25 0 1 0 737857275 805486592 143430 33554432000 4194304 6014671 140734339835424 18446744073709551615 4376477 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30791/statm: 196652 143430 725 445 0 190197 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 786608

[startup+642.301 s]
/proc/loadavg: 3.01 3.00 3.07 4/443 30832
/proc/meminfo: memFree=22063252/32950928 swapFree=38710900/67111528
[pid=30791] ppid=30789 vsize=786608 CPUtime=642.31 cores=5,7
/proc/30791/stat : 30791 (qutersat_releas) R 30789 30791 29649 0 -1 4202496 147825 0 0 0 64212 19 0 0 25 0 1 0 737857275 805486592 143526 33554432000 4194304 6014671 140734339835424 18446744073709551615 4535326 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30791/statm: 196652 143526 730 445 0 190197 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 786608

[startup+702.301 s]
/proc/loadavg: 3.00 3.00 3.06 4/443 30834
/proc/meminfo: memFree=21950644/32950928 swapFree=38710900/67111528
[pid=30791] ppid=30789 vsize=786608 CPUtime=702.29 cores=5,7
/proc/30791/stat : 30791 (qutersat_releas) R 30789 30791 29649 0 -1 4202496 147888 0 0 0 70210 19 0 0 25 0 1 0 737857275 805486592 143455 33554432000 4194304 6014671 140734339835424 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30791/statm: 196652 143455 730 445 0 190197 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 786608

[startup+762.317 s]
/proc/loadavg: 3.00 3.00 3.06 4/443 30835
/proc/meminfo: memFree=21947884/32950928 swapFree=38710900/67111528
[pid=30791] ppid=30789 vsize=786608 CPUtime=762.31 cores=5,7
/proc/30791/stat : 30791 (qutersat_releas) R 30789 30791 29649 0 -1 4202496 148319 0 0 0 76212 19 0 0 25 0 1 0 737857275 805486592 143833 33554432000 4194304 6014671 140734339835424 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30791/statm: 196652 143833 730 445 0 190197 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 786608

[startup+822.3 s]
/proc/loadavg: 3.10 3.03 3.06 4/443 30837
/proc/meminfo: memFree=21951960/32950928 swapFree=38710900/67111528
[pid=30791] ppid=30789 vsize=786608 CPUtime=822.29 cores=5,7
/proc/30791/stat : 30791 (qutersat_releas) R 30789 30791 29649 0 -1 4202496 156811 0 0 0 82209 20 0 0 25 0 1 0 737857275 805486592 144652 33554432000 4194304 6014671 140734339835424 18446744073709551615 4424025 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30791/statm: 196652 144652 730 445 0 190197 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 786608

[startup+882.3 s]
/proc/loadavg: 3.03 3.02 3.05 4/443 30839
/proc/meminfo: memFree=21938044/32950928 swapFree=38710900/67111528
[pid=30791] ppid=30789 vsize=786608 CPUtime=882.29 cores=5,7
/proc/30791/stat : 30791 (qutersat_releas) R 30789 30791 29649 0 -1 4202496 158796 0 0 0 88209 20 0 0 25 0 1 0 737857275 805486592 146637 33554432000 4194304 6014671 140734339835424 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30791/statm: 196652 146637 730 445 0 190197 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 786608

[startup+942.3 s]
/proc/loadavg: 3.01 3.02 3.05 4/443 30840
/proc/meminfo: memFree=21920908/32950928 swapFree=38710900/67111528
[pid=30791] ppid=30789 vsize=786608 CPUtime=942.28 cores=5,7
/proc/30791/stat : 30791 (qutersat_releas) R 30789 30791 29649 0 -1 4202496 159518 0 0 0 94208 20 0 0 25 0 1 0 737857275 805486592 147359 33554432000 4194304 6014671 140734339835424 18446744073709551615 4369413 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30791/statm: 196652 147359 730 445 0 190197 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 786608

[startup+1002.3 s]
/proc/loadavg: 3.00 3.01 3.04 4/443 30842
/proc/meminfo: memFree=21885280/32950928 swapFree=38710900/67111528
[pid=30791] ppid=30789 vsize=918044 CPUtime=1002.28 cores=5,7
/proc/30791/stat : 30791 (qutersat_releas) R 30789 30791 29649 0 -1 4202496 167959 0 0 0 100206 22 0 0 25 0 1 0 737857275 940077056 155796 33554432000 4194304 6014671 140734339835424 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30791/statm: 229511 155796 726 445 0 223056 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 918044

[startup+1062.3 s]
/proc/loadavg: 3.03 3.02 3.04 4/443 30843
/proc/meminfo: memFree=21874092/32950928 swapFree=38710900/67111528
[pid=30791] ppid=30789 vsize=918044 CPUtime=1062.29 cores=5,7
/proc/30791/stat : 30791 (qutersat_releas) R 30789 30791 29649 0 -1 4202496 169900 0 0 0 106206 23 0 0 25 0 1 0 737857275 940077056 157737 33554432000 4194304 6014671 140734339835424 18446744073709551615 4537176 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30791/statm: 229511 157737 726 445 0 223056 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 918044

[startup+1122.3 s]
/proc/loadavg: 3.01 3.02 3.04 4/443 30845
/proc/meminfo: memFree=21860792/32950928 swapFree=38710900/67111528
[pid=30791] ppid=30789 vsize=918044 CPUtime=1122.29 cores=5,7
/proc/30791/stat : 30791 (qutersat_releas) R 30789 30791 29649 0 -1 4202496 172280 0 0 0 112205 24 0 0 25 0 1 0 737857275 940077056 160117 33554432000 4194304 6014671 140734339835424 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30791/statm: 229511 160117 726 445 0 223056 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 918044

[startup+1182.3 s]
/proc/loadavg: 3.00 3.01 3.03 4/443 30847
/proc/meminfo: memFree=21852952/32950928 swapFree=38710900/67111528
[pid=30791] ppid=30789 vsize=918044 CPUtime=1182.29 cores=5,7
/proc/30791/stat : 30791 (qutersat_releas) R 30789 30791 29649 0 -1 4202496 172776 0 0 0 118205 24 0 0 25 0 1 0 737857275 940077056 160613 33554432000 4194304 6014671 140734339835424 18446744073709551615 4633283 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30791/statm: 229511 160613 726 445 0 223056 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 918044

[startup+1242.3 s]
/proc/loadavg: 3.00 3.00 3.02 4/443 30848
/proc/meminfo: memFree=21812748/32950928 swapFree=38710900/67111528
[pid=30791] ppid=30789 vsize=918044 CPUtime=1242.29 cores=5,7
/proc/30791/stat : 30791 (qutersat_releas) R 30789 30791 29649 0 -1 4202496 173057 0 0 0 124205 24 0 0 25 0 1 0 737857275 940077056 160894 33554432000 4194304 6014671 140734339835424 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30791/statm: 229511 160894 726 445 0 223056 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 918044



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.13 3.03 3.03 3/441 30854
/proc/meminfo: memFree=22191472/32950928 swapFree=38710900/67111528
[pid=30791] ppid=30789 vsize=918044 CPUtime=1300 cores=5,7
/proc/30791/stat : 30791 (qutersat_releas) R 30789 30791 29649 0 -1 4202496 177806 0 0 0 129976 24 0 0 25 0 1 0 737857275 940077056 165642 33554432000 4194304 6014671 140734339835424 18446744073709551615 4535264 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30791/statm: 229511 165642 725 445 0 223056 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 918044

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.04
CPU user time (s): 1299.77
CPU system time (s): 0.271958
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 918044

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

runsolver used 5.60815 second user time and 13.312 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-15 18:17:46
IDJOB=3376603
IDBENCH=88216
IDSOLVER=1856
FILE ID=node113/3376603-1305476266
RUNJOBID= node113-1305476266-30758
PBS_JOBID= 13325322
Free space on /tmp= 73400 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m47-q841.5-n45-p30-s84954709.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376603-1305476266/watcher-3376603-1305476266 -o /tmp/evaluation-result-3376603-1305476266/solver-3376603-1305476266 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376603-1305476266.cnf 297157591

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

MD5SUM BENCH= 556c58061360a1b195d9b2f28888af77
RANDOM SEED=297157591

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23469032 kB
Buffers:        292360 kB
Cached:        3260060 kB
SwapCached:      93704 kB
Active:        2219432 kB
Inactive:      6969172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23469032 kB
SwapTotal:    67111528 kB
SwapFree:     38710900 kB
Dirty:           13196 kB
Writeback:           0 kB
AnonPages:     5554052 kB
Mapped:          26012 kB
Slab:           124148 kB
PageTables:     102236 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 130099816 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= 73388 MiB
End job on node113 at 2011-05-15 18:39:28