Trace number 3376611

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1504.5-n60-p15-s80450670.cnf
MD5SUM78d8e2b8c0fd15b93f96e38e33701f17
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.61315
Satisfiable
(Un)Satisfiability was proved
Number of variables3510
Number of clauses974465
Sum of the clauses size1952320
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2974405
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.02	c Set FPU double precision.
0.19/0.27	c Parse Cnf success: #var: 3510 #clause: 974465
0.19/0.27	c Find Units :          0
0.29/0.35	c Find Invs  :          0
0.29/0.36	c Find Ands  :       3510 AvgFaninNum: 57.8239
0.29/0.36	c Find Xors  :          0 AvgFaninNum: nan
0.29/0.36	c Find Ite   :          0
0.29/0.36	c UnDirect variable: 0
0.29/0.36	c UnDirect to Direct Gate: 0
0.29/0.36	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.29/0.36	c Break Cycle : 3450
0.29/0.36	c Total Root : 0 Undef Var: 3450
0.29/0.37	c After covering, Total Root: 60 Leaf: 3450
0.29/0.37	c Variable( cover/uncovered/unused ): 3510 0 0
0.29/0.37	c Unit Clauses: 0
0.29/0.37	c Binary Clauses( cover/uncovered ): 3450 970955
0.29/0.37	c Clauses( cover/uncovered ): 60 0
0.29/0.37	c Total Clauses( cover/uncovered ): 3510 970955 0.360198%
0.29/0.37	c Covered Ands: 60 Invs: 0 Xors: 0 Ites: 0
0.69/0.79	c Uncover Clauses avg size: 2 max size: 2
0.79/0.81	c Final circuit: i/l/o/s    3450       0  970955    974345
0.79/0.81	c CnfToAig: Time: 0.8 s
1.19/1.22	c TmMap: Set choices finish.
1.59/1.61	c TmMap: Set big and: 971015
1.59/1.61	c TmMap: Origin: 977796 ClauseNum: 2923035 --> New: 974466 ClauseNum: 2916375
1.59/1.61	c TmMap: Time: 0.44
1.69/1.74	c Try to Add: #clause: 1942030 #xorclause: 0
1.79/1.86	c #var: 3510 #clauses: 61 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-3376611-1305476219/watcher-3376611-1305476219 -o /tmp/evaluation-result-3376611-1305476219/solver-3376611-1305476219 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376611-1305476219.cnf 447697982 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 4.18 4.09 4.02 4/445 5986
/proc/meminfo: memFree=24213404/32950928 swapFree=60199052/67111528
[pid=5986] ppid=5984 vsize=33388 CPUtime=0 cores=1,3
/proc/5986/stat : 5986 (qutersat_releas) R 5984 5986 4780 0 -1 4202496 2128 0 0 0 0 0 0 0 25 0 1 0 659220776 34189312 2064 33554432000 4194304 6014671 140736929242848 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5986/statm: 8347 2064 377 445 0 1892 0

[startup+0.072969 s]
/proc/loadavg: 4.18 4.09 4.02 4/445 5986
/proc/meminfo: memFree=24213404/32950928 swapFree=60199052/67111528
[pid=5986] ppid=5984 vsize=55916 CPUtime=0.06 cores=1,3
/proc/5986/stat : 5986 (qutersat_releas) R 5984 5986 4780 0 -1 4202496 7336 0 0 0 6 0 0 0 25 0 1 0 659220776 57257984 7272 33554432000 4194304 6014671 140736929242848 18446744073709551615 4308243 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5986/statm: 13979 7272 377 445 0 7524 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 55916

[startup+0.100962 s]
/proc/loadavg: 4.18 4.09 4.02 4/445 5986
/proc/meminfo: memFree=24213404/32950928 swapFree=60199052/67111528
[pid=5986] ppid=5984 vsize=55916 CPUtime=0.09 cores=1,3
/proc/5986/stat : 5986 (qutersat_releas) R 5984 5986 4780 0 -1 4202496 7522 0 0 0 9 0 0 0 25 0 1 0 659220776 57257984 7458 33554432000 4194304 6014671 140736929242848 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5986/statm: 13979 7458 377 445 0 7524 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55916

[startup+0.300929 s]
/proc/loadavg: 4.18 4.09 4.02 4/445 5986
/proc/meminfo: memFree=24213404/32950928 swapFree=60199052/67111528
[pid=5986] ppid=5984 vsize=80620 CPUtime=0.29 cores=1,3
/proc/5986/stat : 5986 (qutersat_releas) R 5984 5986 4780 0 -1 4202496 13884 0 0 0 28 1 0 0 25 0 1 0 659220776 82554880 13820 33554432000 4194304 6014671 140736929242848 18446744073709551615 4281183 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5986/statm: 20155 13820 381 445 0 13700 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 80620

[startup+0.700853 s]
/proc/loadavg: 4.18 4.09 4.02 4/445 5986
/proc/meminfo: memFree=24213404/32950928 swapFree=60199052/67111528
[pid=5986] ppid=5984 vsize=126188 CPUtime=0.69 cores=1,3
/proc/5986/stat : 5986 (qutersat_releas) R 5984 5986 4780 0 -1 4202496 24641 0 0 0 66 3 0 0 25 0 1 0 659220776 129216512 24577 33554432000 4194304 6014671 140736929242848 18446744073709551615 4262621 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5986/statm: 31547 24577 398 445 0 25092 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 126188

[startup+1.50071 s]
/proc/loadavg: 4.18 4.09 4.02 5/446 5987
/proc/meminfo: memFree=24026520/32950928 swapFree=60199052/67111528
[pid=5986] ppid=5984 vsize=327520 CPUtime=1.49 cores=1,3
/proc/5986/stat : 5986 (qutersat_releas) R 5984 5986 4780 0 -1 4202496 74347 0 0 0 141 8 0 0 25 0 1 0 659220776 335380480 74283 33554432000 4194304 6014671 140736929242848 18446744073709551615 4252419 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5986/statm: 81880 74286 670 445 0 75425 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 327520

[startup+3.10042 s]
/proc/loadavg: 4.33 4.12 4.03 5/446 5987
/proc/meminfo: memFree=23876728/32950928 swapFree=60199052/67111528
[pid=5986] ppid=5984 vsize=360800 CPUtime=3.09 cores=1,3
/proc/5986/stat : 5986 (qutersat_releas) R 5984 5986 4780 0 -1 4202496 83715 0 0 0 300 9 0 0 25 0 1 0 659220776 369459200 83651 33554432000 4194304 6014671 140736929242848 18446744073709551615 4372525 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5986/statm: 90200 83651 720 445 0 83745 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 360800

[startup+6.30086 s]
/proc/loadavg: 4.33 4.12 4.03 5/446 5987
/proc/meminfo: memFree=23869504/32950928 swapFree=60199052/67111528
[pid=5986] ppid=5984 vsize=360800 CPUtime=6.29 cores=1,3
/proc/5986/stat : 5986 (qutersat_releas) R 5984 5986 4780 0 -1 4202496 83716 0 0 0 620 9 0 0 25 0 1 0 659220776 369459200 83652 33554432000 4194304 6014671 140736929242848 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5986/statm: 90200 83652 721 445 0 83745 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 360800

[startup+12.7007 s]
/proc/loadavg: 4.27 4.12 4.02 5/446 5987
/proc/meminfo: memFree=23775892/32950928 swapFree=60199052/67111528
[pid=5986] ppid=5984 vsize=360800 CPUtime=12.69 cores=1,3
/proc/5986/stat : 5986 (qutersat_releas) R 5984 5986 4780 0 -1 4202496 83720 0 0 0 1260 9 0 0 25 0 1 0 659220776 369459200 83656 33554432000 4194304 6014671 140736929242848 18446744073709551615 4537180 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5986/statm: 90200 83656 725 445 0 83745 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 360800

[startup+25.5004 s]
/proc/loadavg: 4.23 4.11 4.02 5/446 6015
/proc/meminfo: memFree=23737008/32950928 swapFree=60199052/67111528
[pid=5986] ppid=5984 vsize=360800 CPUtime=25.49 cores=1,3
/proc/5986/stat : 5986 (qutersat_releas) R 5984 5986 4780 0 -1 4202496 83720 0 0 0 2540 9 0 0 25 0 1 0 659220776 369459200 83656 33554432000 4194304 6014671 140736929242848 18446744073709551615 4537180 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5986/statm: 90200 83656 725 445 0 83745 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 360800

[startup+51.1009 s]
/proc/loadavg: 4.15 4.10 4.02 5/446 6015
/proc/meminfo: memFree=23761472/32950928 swapFree=60199052/67111528
[pid=5986] ppid=5984 vsize=580648 CPUtime=51.09 cores=1,3
/proc/5986/stat : 5986 (qutersat_releas) R 5984 5986 4780 0 -1 4202496 90960 0 0 0 5098 11 0 0 25 0 1 0 659220776 594583552 72972 33554432000 4194304 6014671 140736929242848 18446744073709551615 4537176 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5986/statm: 145162 72972 725 445 0 138707 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 580648

[startup+102.317 s]
/proc/loadavg: 4.10 4.10 4.02 5/446 6017
/proc/meminfo: memFree=23366396/32950928 swapFree=60199052/67111528
[pid=5986] ppid=5984 vsize=580648 CPUtime=102.31 cores=1,3
/proc/5986/stat : 5986 (qutersat_releas) R 5984 5986 4780 0 -1 4202496 118453 0 0 0 10216 15 0 0 25 0 1 0 659220776 594583552 100465 33554432000 4194304 6014671 140736929242848 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5986/statm: 145162 100465 725 445 0 138707 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 580648

[startup+162.301 s]
/proc/loadavg: 4.03 4.08 4.02 5/446 6018
/proc/meminfo: memFree=23107696/32950928 swapFree=60199052/67111528
[pid=5986] ppid=5984 vsize=884536 CPUtime=162.29 cores=1,3
/proc/5986/stat : 5986 (qutersat_releas) R 5984 5986 4780 0 -1 4202496 153982 0 0 0 16208 21 0 0 25 0 1 0 659220776 905764864 135994 33554432000 4194304 6014671 140736929242848 18446744073709551615 4371935 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5986/statm: 221134 135994 725 445 0 214679 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 884536

[startup+222.3 s]
/proc/loadavg: 4.15 4.09 4.02 5/446 6020
/proc/meminfo: memFree=22944204/32950928 swapFree=60199052/67111528
[pid=5986] ppid=5984 vsize=884536 CPUtime=222.3 cores=1,3
/proc/5986/stat : 5986 (qutersat_releas) R 5984 5986 4780 0 -1 4202496 155421 0 0 0 22208 22 0 0 25 0 1 0 659220776 905764864 137433 33554432000 4194304 6014671 140736929242848 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5986/statm: 221134 137433 730 445 0 214679 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 884536

[startup+282.301 s]
/proc/loadavg: 4.11 4.09 4.02 5/446 6021
/proc/meminfo: memFree=22906708/32950928 swapFree=60199052/67111528
[pid=5986] ppid=5984 vsize=884536 CPUtime=282.3 cores=1,3
/proc/5986/stat : 5986 (qutersat_releas) R 5984 5986 4780 0 -1 4202496 155579 0 0 0 28208 22 0 0 25 0 1 0 659220776 905764864 137587 33554432000 4194304 6014671 140736929242848 18446744073709551615 4535380 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5986/statm: 221134 137587 726 445 0 214679 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 884536

[startup+342.301 s]
/proc/loadavg: 4.04 4.07 4.01 5/446 6023
/proc/meminfo: memFree=22616376/32950928 swapFree=60199052/67111528
[pid=5986] ppid=5984 vsize=1021520 CPUtime=342.3 cores=1,3
/proc/5986/stat : 5986 (qutersat_releas) R 5984 5986 4780 0 -1 4202496 189512 0 0 0 34202 28 0 0 25 0 1 0 659220776 1046036480 171520 33554432000 4194304 6014671 140736929242848 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5986/statm: 255380 171520 726 445 0 248925 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1021520

[startup+402.3 s]
/proc/loadavg: 4.12 4.08 4.02 5/446 6025
/proc/meminfo: memFree=22575160/32950928 swapFree=60199052/67111528
[pid=5986] ppid=5984 vsize=1169616 CPUtime=402.3 cores=1,3
/proc/5986/stat : 5986 (qutersat_releas) R 5984 5986 4780 0 -1 4202496 191645 0 0 0 40202 28 0 0 25 0 1 0 659220776 1197686784 173637 33554432000 4194304 6014671 140736929242848 18446744073709551615 4537068 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5986/statm: 292404 173637 726 445 0 285949 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1169616

[startup+462.301 s]
/proc/loadavg: 4.09 4.08 4.02 5/446 6026
/proc/meminfo: memFree=22306028/32950928 swapFree=60199052/67111528
[pid=5986] ppid=5984 vsize=1169616 CPUtime=462.3 cores=1,3
/proc/5986/stat : 5986 (qutersat_releas) R 5984 5986 4780 0 -1 4202496 192275 0 0 0 46202 28 0 0 25 0 1 0 659220776 1197686784 174182 33554432000 4194304 6014671 140736929242848 18446744073709551615 4378782 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5986/statm: 292404 174182 725 445 0 285949 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1169616

[startup+522.301 s]
/proc/loadavg: 4.08 4.08 4.02 5/446 6028
/proc/meminfo: memFree=22260728/32950928 swapFree=60199052/67111528
[pid=5986] ppid=5984 vsize=1169616 CPUtime=522.3 cores=1,3
/proc/5986/stat : 5986 (qutersat_releas) R 5984 5986 4780 0 -1 4202496 193376 0 0 0 52201 29 0 0 25 0 1 0 659220776 1197686784 175232 33554432000 4194304 6014671 140736929242848 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5986/statm: 292404 175232 725 445 0 285949 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1169616

[startup+582.3 s]
/proc/loadavg: 4.20 4.11 4.03 5/446 6029
/proc/meminfo: memFree=22217164/32950928 swapFree=60199052/67111528
[pid=5986] ppid=5984 vsize=1169616 CPUtime=582.3 cores=1,3
/proc/5986/stat : 5986 (qutersat_releas) R 5984 5986 4780 0 -1 4202496 195273 0 0 0 58201 29 0 0 25 0 1 0 659220776 1197686784 177041 33554432000 4194304 6014671 140736929242848 18446744073709551615 4424038 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5986/statm: 292404 177041 725 445 0 285949 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1169616

[startup+642.301 s]
/proc/loadavg: 4.12 4.10 4.03 4/441 6048
/proc/meminfo: memFree=24377460/32950928 swapFree=60199052/67111528
[pid=5986] ppid=5984 vsize=1169616 CPUtime=642.32 cores=1,3
/proc/5986/stat : 5986 (qutersat_releas) R 5984 5986 4780 0 -1 4202496 195848 0 0 0 64202 30 0 0 25 0 1 0 659220776 1197686784 177582 33554432000 4194304 6014671 140736929242848 18446744073709551615 4535380 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5986/statm: 292404 177582 725 445 0 285949 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 1169616

[startup+702.301 s]
/proc/loadavg: 3.41 3.90 3.96 4/440 6050
/proc/meminfo: memFree=24267960/32950928 swapFree=60199052/67111528
[pid=5986] ppid=5984 vsize=1169616 CPUtime=702.31 cores=1,3
/proc/5986/stat : 5986 (qutersat_releas) R 5984 5986 4780 0 -1 4202496 213824 0 0 0 70199 32 0 0 25 0 1 0 659220776 1197686784 195487 33554432000 4194304 6014671 140736929242848 18446744073709551615 4425376 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5986/statm: 292404 195487 725 445 0 285949 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1169616

[startup+762.316 s]
/proc/loadavg: 3.15 3.73 3.90 4/440 6051
/proc/meminfo: memFree=24251928/32950928 swapFree=60199052/67111528
[pid=5986] ppid=5984 vsize=1169616 CPUtime=762.32 cores=1,3
/proc/5986/stat : 5986 (qutersat_releas) R 5984 5986 4780 0 -1 4202496 216150 0 0 0 76200 32 0 0 25 0 1 0 659220776 1197686784 197699 33554432000 4194304 6014671 140736929242848 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5986/statm: 292404 197699 725 445 0 285949 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1169616

[startup+822.301 s]
/proc/loadavg: 3.12 3.63 3.85 4/440 6053
/proc/meminfo: memFree=24239740/32950928 swapFree=60199052/67111528
[pid=5986] ppid=5984 vsize=1169616 CPUtime=822.31 cores=1,3
/proc/5986/stat : 5986 (qutersat_releas) R 5984 5986 4780 0 -1 4202496 217560 0 0 0 82198 33 0 0 25 0 1 0 659220776 1197686784 199028 33554432000 4194304 6014671 140736929242848 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5986/statm: 292404 199028 725 445 0 285949 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1169616

[startup+882.301 s]
/proc/loadavg: 3.08 3.52 3.80 4/440 6054
/proc/meminfo: memFree=24201032/32950928 swapFree=60199052/67111528
[pid=5986] ppid=5984 vsize=1169616 CPUtime=882.31 cores=1,3
/proc/5986/stat : 5986 (qutersat_releas) R 5984 5986 4780 0 -1 4202496 219121 0 0 0 88198 33 0 0 25 0 1 0 659220776 1197686784 200504 33554432000 4194304 6014671 140736929242848 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5986/statm: 292404 200504 725 445 0 285949 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1169616

[startup+942.3 s]
/proc/loadavg: 3.03 3.42 3.75 4/440 6056
/proc/meminfo: memFree=24014468/32950928 swapFree=60199052/67111528
[pid=5986] ppid=5984 vsize=1169616 CPUtime=942.31 cores=1,3
/proc/5986/stat : 5986 (qutersat_releas) R 5984 5986 4780 0 -1 4202496 219165 0 0 0 94198 33 0 0 25 0 1 0 659220776 1197686784 200504 33554432000 4194304 6014671 140736929242848 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5986/statm: 292404 200504 725 445 0 285949 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1169616

[startup+1002.3 s]
/proc/loadavg: 3.15 3.38 3.71 4/440 6058
/proc/meminfo: memFree=23977364/32950928 swapFree=60199052/67111528
[pid=5986] ppid=5984 vsize=1169616 CPUtime=1002.32 cores=1,3
/proc/5986/stat : 5986 (qutersat_releas) R 5984 5986 4780 0 -1 4202496 221255 0 0 0 100198 34 0 0 25 0 1 0 659220776 1197686784 202486 33554432000 4194304 6014671 140736929242848 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5986/statm: 292404 202486 725 445 0 285949 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1169616

[startup+1062.3 s]
/proc/loadavg: 3.12 3.32 3.66 4/440 6059
/proc/meminfo: memFree=23985244/32950928 swapFree=60199052/67111528
[pid=5986] ppid=5984 vsize=1169616 CPUtime=1062.31 cores=1,3
/proc/5986/stat : 5986 (qutersat_releas) R 5984 5986 4780 0 -1 4202496 222813 0 0 0 106197 34 0 0 25 0 1 0 659220776 1197686784 198489 33554432000 4194304 6014671 140736929242848 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5986/statm: 292404 198489 725 445 0 285949 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1169616

[startup+1122.3 s]
/proc/loadavg: 2.52 3.12 3.57 3/434 6078
/proc/meminfo: memFree=24862920/32950928 swapFree=60199052/67111528
[pid=5986] ppid=5984 vsize=1169616 CPUtime=1122.31 cores=1,3
/proc/5986/stat : 5986 (qutersat_releas) R 5984 5986 4780 0 -1 4202496 223019 0 0 0 112197 34 0 0 25 0 1 0 659220776 1197686784 198695 33554432000 4194304 6014671 140736929242848 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5986/statm: 292404 198695 725 445 0 285949 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1169616

[startup+1182.3 s]
/proc/loadavg: 2.26 2.93 3.48 3/434 6079
/proc/meminfo: memFree=24832504/32950928 swapFree=60199052/67111528
[pid=5986] ppid=5984 vsize=1169616 CPUtime=1182.31 cores=1,3
/proc/5986/stat : 5986 (qutersat_releas) R 5984 5986 4780 0 -1 4202496 224230 0 0 0 118197 34 0 0 25 0 1 0 659220776 1197686784 199906 33554432000 4194304 6014671 140736929242848 18446744073709551615 4537311 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5986/statm: 292404 199906 725 445 0 285949 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 1169616

[startup+1242.3 s]
/proc/loadavg: 2.09 2.76 3.38 3/434 6081
/proc/meminfo: memFree=24826508/32950928 swapFree=60199052/67111528
[pid=5986] ppid=5984 vsize=1169616 CPUtime=1242.33 cores=1,3
/proc/5986/stat : 5986 (qutersat_releas) R 5984 5986 4780 0 -1 4202496 224991 0 0 0 124198 35 0 0 25 0 1 0 659220776 1197686784 200667 33554432000 4194304 6014671 140736929242848 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5986/statm: 292404 200667 725 445 0 285949 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1169616



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.04 2.63 3.30 3/434 6083
/proc/meminfo: memFree=24721068/32950928 swapFree=60199052/67111528
[pid=5986] ppid=5984 vsize=1370924 CPUtime=1300.03 cores=1,3
/proc/5986/stat : 5986 (qutersat_releas) R 5984 5986 4780 0 -1 4202496 251107 0 0 0 129965 38 0 0 25 0 1 0 659220776 1403826176 226783 33554432000 4194304 6014671 140736929242848 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5986/statm: 342731 226783 725 445 0 336276 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1370924

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

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

Child status: 1
Real time (s): 1300.05
CPU time (s): 1300.08
CPU user time (s): 1299.66
CPU system time (s): 0.419936
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1370924

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

runsolver used 5.42717 second user time and 13.045 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-15 18:17:00
IDJOB=3376611
IDBENCH=88208
IDSOLVER=1856
FILE ID=node122/3376611-1305476219
RUNJOBID= node122-1305476088-5812
PBS_JOBID= 13325321
Free space on /tmp= 73288 MiB

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

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

MD5SUM BENCH= 78d8e2b8c0fd15b93f96e38e33701f17
RANDOM SEED=447697982

node122.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.820
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.64
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.820
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.820
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.75
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.820
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.83
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.820
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.820
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.820
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.75
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24213676 kB
Buffers:        323036 kB
Cached:        4282600 kB
SwapCached:      50128 kB
Active:        4117984 kB
Inactive:      4365032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24213676 kB
SwapTotal:    67111528 kB
SwapFree:     60199052 kB
Dirty:           14396 kB
Writeback:           0 kB
AnonPages:     3838088 kB
Mapped:          30068 kB
Slab:           134608 kB
PageTables:      52172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 119683904 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= 73392 MiB
End job on node122 at 2011-05-15 18:38:42