Trace number 3376797

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/skvortsov/battleship/
battleship-14-27-sat.cnf
MD5SUM9c54c57be5bec760a361df7b3a13ea07
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.014997
Satisfiable
(Un)Satisfiability was proved
Number of variables378
Number of clauses2653
Sum of the clauses size10206
Maximum clause length27
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22457
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5196

Solver Data

0.00/0.02	c Set FPU double precision.
0.00/0.02	c Parse Cnf success: #var: 378 #clause: 2653
0.00/0.02	c Find Units :          0
0.00/0.02	c Find Invs  :          0
0.00/0.02	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.02	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.02	c Find Ite   :          0
0.00/0.02	c UnDirect variable: 0
0.00/0.02	c UnDirect to Direct Gate: 0
0.00/0.02	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.02	c Break Cycle : 0
0.00/0.02	c Total Root : 0 Undef Var: 378
0.00/0.02	c After covering, Total Root: 0 Leaf: 0
0.00/0.02	c Variable( cover/uncovered/unused ): 0 378 0
0.00/0.02	c Unit Clauses: 0
0.00/0.02	c Binary Clauses( cover/uncovered ): 0 2457
0.00/0.02	c Clauses( cover/uncovered ): 0 196
0.00/0.02	c Total Clauses( cover/uncovered ): 0 2653 0%
0.00/0.02	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.00/0.02	c Uncover Clauses avg size: 3.84697 max size: 27
0.00/0.02	c Final circuit: i/l/o/s     378       0    2653      7553
0.00/0.02	c CnfToAig: Time: 0 s
0.00/0.04	c TmMap: Set choices finish.
0.00/0.04	c TmMap: Set big and: 2653
0.00/0.04	c TmMap: Origin: 7932 ClauseNum: 22659 --> New: 3032 ClauseNum: 12859
0.00/0.04	c TmMap: Time: 0
0.00/0.04	c Try to Add: #clause: 5306 #xorclause: 0
0.00/0.04	c #var: 378 #clauses: 197 Solving... 
1300.04/1300.01	c Time Out !!
1300.04/1300.01	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3376797-1305474732/watcher-3376797-1305474732 -o /tmp/evaluation-result-3376797-1305474732/solver-3376797-1305474732 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376797-1305474732.cnf 1902984299 

running on 2 cores: 0,2

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: 3.51 3.92 3.70 2/409 32745
/proc/meminfo: memFree=23086644/32950928 swapFree=67056568/67111528
[pid=32745] ppid=32741 vsize=16508 CPUtime=0 cores=0,2
/proc/32745/stat : 32745 (qutersat_releas) R 32741 32745 31839 0 -1 4194304 111 0 0 0 0 0 0 0 24 0 1 0 659070229 16904192 65 33554432000 4194304 6014671 140734483392976 18446744073709551615 239471771271 0 2147483391 4096 0 0 0 0 17 2 0 0 0
/proc/32745/statm: 4127 65 49 445 0 89 0

[startup+0.0855509 s]
/proc/loadavg: 3.51 3.92 3.70 2/409 32745
/proc/meminfo: memFree=23086644/32950928 swapFree=67056568/67111528
[pid=32745] ppid=32741 vsize=47736 CPUtime=0.06 cores=0,2
/proc/32745/stat : 32745 (qutersat_releas) R 32741 32745 31839 0 -1 4202496 4237 0 0 0 6 0 0 0 25 0 1 0 659070229 48881664 4173 33554432000 4194304 6014671 140734483392976 18446744073709551615 4424065 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32745/statm: 11934 4173 720 445 0 5479 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 47736

[startup+0.100552 s]
/proc/loadavg: 3.51 3.92 3.70 2/409 32745
/proc/meminfo: memFree=23086644/32950928 swapFree=67056568/67111528
[pid=32745] ppid=32741 vsize=47736 CPUtime=0.07 cores=0,2
/proc/32745/stat : 32745 (qutersat_releas) R 32741 32745 31839 0 -1 4202496 4285 0 0 0 7 0 0 0 25 0 1 0 659070229 48881664 4221 33554432000 4194304 6014671 140734483392976 18446744073709551615 4378762 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32745/statm: 11934 4221 720 445 0 5479 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 47736

[startup+0.300506 s]
/proc/loadavg: 3.51 3.92 3.70 2/409 32745
/proc/meminfo: memFree=23086644/32950928 swapFree=67056568/67111528
[pid=32745] ppid=32741 vsize=47736 CPUtime=0.27 cores=0,2
/proc/32745/stat : 32745 (qutersat_releas) R 32741 32745 31839 0 -1 4202496 4686 0 0 0 27 0 0 0 25 0 1 0 659070229 48881664 4622 33554432000 4194304 6014671 140734483392976 18446744073709551615 4372352 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32745/statm: 11934 4622 721 445 0 5479 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 47736

[startup+0.700432 s]
/proc/loadavg: 3.51 3.92 3.70 2/409 32745
/proc/meminfo: memFree=23086644/32950928 swapFree=67056568/67111528
[pid=32745] ppid=32741 vsize=57136 CPUtime=0.67 cores=0,2
/proc/32745/stat : 32745 (qutersat_releas) R 32741 32745 31839 0 -1 4202496 5736 0 0 0 67 0 0 0 25 0 1 0 659070229 58507264 5672 33554432000 4194304 6014671 140734483392976 18446744073709551615 4424969 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32745/statm: 14284 5672 722 445 0 7829 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 57136

[startup+1.50028 s]
/proc/loadavg: 3.51 3.92 3.70 6/421 335
/proc/meminfo: memFree=22987276/32950928 swapFree=67056568/67111528
[pid=32745] ppid=32741 vsize=78684 CPUtime=1.48 cores=0,2
/proc/32745/stat : 32745 (qutersat_releas) R 32741 32745 31839 0 -1 4202496 8281 0 0 0 147 1 0 0 25 0 1 0 659070229 80572416 8217 33554432000 4194304 6014671 140734483392976 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32745/statm: 19671 8217 722 445 0 13216 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 78684

[startup+3.10097 s]
/proc/loadavg: 3.51 3.92 3.70 6/421 335
/proc/meminfo: memFree=22918452/32950928 swapFree=67056568/67111528
[pid=32745] ppid=32741 vsize=80732 CPUtime=3.07 cores=0,2
/proc/32745/stat : 32745 (qutersat_releas) R 32741 32745 31839 0 -1 4202496 12718 0 0 0 306 1 0 0 25 0 1 0 659070229 82669568 12654 33554432000 4194304 6014671 140734483392976 18446744073709551615 4537064 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32745/statm: 20183 12654 726 445 0 13728 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 80732

[startup+6.30036 s]
/proc/loadavg: 3.55 3.92 3.70 6/421 362
/proc/meminfo: memFree=22897264/32950928 swapFree=67056568/67111528
[pid=32745] ppid=32741 vsize=81756 CPUtime=6.27 cores=0,2
/proc/32745/stat : 32745 (qutersat_releas) R 32741 32745 31839 0 -1 4202496 12951 0 0 0 626 1 0 0 25 0 1 0 659070229 83718144 12887 33554432000 4194304 6014671 140734483392976 18446744073709551615 4535248 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32745/statm: 20439 12887 726 445 0 13984 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 81756

[startup+12.7011 s]
/proc/loadavg: 3.58 3.92 3.70 6/421 362
/proc/meminfo: memFree=22794256/32950928 swapFree=67056568/67111528
[pid=32745] ppid=32741 vsize=117944 CPUtime=12.68 cores=0,2
/proc/32745/stat : 32745 (qutersat_releas) R 32741 32745 31839 0 -1 4202496 20720 0 0 0 1265 3 0 0 25 0 1 0 659070229 120774656 20656 33554432000 4194304 6014671 140734483392976 18446744073709551615 239476391580 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32745/statm: 29486 20656 726 445 0 23031 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 117944

[startup+25.5007 s]
/proc/loadavg: 3.68 3.92 3.71 6/421 363
/proc/meminfo: memFree=22702904/32950928 swapFree=67056568/67111528
[pid=32745] ppid=32741 vsize=131200 CPUtime=25.47 cores=0,2
/proc/32745/stat : 32745 (qutersat_releas) R 32741 32745 31839 0 -1 4202496 23512 0 0 0 2544 3 0 0 25 0 1 0 659070229 134348800 23448 33554432000 4194304 6014671 140734483392976 18446744073709551615 4535376 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32745/statm: 32800 23448 726 445 0 26345 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 131200

[startup+51.1008 s]
/proc/loadavg: 3.79 3.93 3.71 6/421 364
/proc/meminfo: memFree=22557720/32950928 swapFree=67056568/67111528
[pid=32745] ppid=32741 vsize=216128 CPUtime=51.07 cores=0,2
/proc/32745/stat : 32745 (qutersat_releas) R 32741 32745 31839 0 -1 4202496 34343 0 0 0 5102 5 0 0 25 0 1 0 659070229 221315072 34279 33554432000 4194304 6014671 140734483392976 18446744073709551615 4535264 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32745/statm: 54032 34279 726 445 0 47577 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 216128

[startup+102.316 s]
/proc/loadavg: 3.96 3.95 3.73 6/421 365
/proc/meminfo: memFree=22329800/32950928 swapFree=67056568/67111528
[pid=32745] ppid=32741 vsize=291976 CPUtime=102.29 cores=0,2
/proc/32745/stat : 32745 (qutersat_releas) R 32741 32745 31839 0 -1 4202496 59013 0 0 0 10219 10 0 0 25 0 1 0 659070229 298983424 58929 33554432000 4194304 6014671 140734483392976 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32745/statm: 72994 58929 726 445 0 66539 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 291976

[startup+162.3 s]
/proc/loadavg: 3.98 3.96 3.74 6/421 366
/proc/meminfo: memFree=22222888/32950928 swapFree=67056568/67111528
[pid=32745] ppid=32741 vsize=291976 CPUtime=162.28 cores=0,2
/proc/32745/stat : 32745 (qutersat_releas) R 32741 32745 31839 0 -1 4202496 59111 0 0 0 16218 10 0 0 25 0 1 0 659070229 298983424 58887 33554432000 4194304 6014671 140734483392976 18446744073709551615 4379136 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32745/statm: 72994 58887 726 445 0 66539 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 291976

[startup+222.301 s]
/proc/loadavg: 3.99 3.96 3.75 6/421 368
/proc/meminfo: memFree=22029160/32950928 swapFree=67056568/67111528
[pid=32745] ppid=32741 vsize=329656 CPUtime=222.28 cores=0,2
/proc/32745/stat : 32745 (qutersat_releas) R 32741 32745 31839 0 -1 4202496 68606 0 0 0 22216 12 0 0 25 0 1 0 659070229 337567744 68298 33554432000 4194304 6014671 140734483392976 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32745/statm: 82414 68298 726 445 0 75959 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 329656

[startup+282.301 s]
/proc/loadavg: 4.07 4.00 3.78 6/421 370
/proc/meminfo: memFree=21975444/32950928 swapFree=67056568/67111528
[pid=32745] ppid=32741 vsize=349288 CPUtime=282.29 cores=0,2
/proc/32745/stat : 32745 (qutersat_releas) R 32741 32745 31839 0 -1 4202496 73592 0 0 0 28216 13 0 0 25 0 1 0 659070229 357670912 73185 33554432000 4194304 6014671 140734483392976 18446744073709551615 4535376 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32745/statm: 87322 73185 726 445 0 80867 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 349288

[startup+342.301 s]
/proc/loadavg: 4.06 4.01 3.79 6/421 371
/proc/meminfo: memFree=21824636/32950928 swapFree=67056568/67111528
[pid=32745] ppid=32741 vsize=530812 CPUtime=342.29 cores=0,2
/proc/32745/stat : 32745 (qutersat_releas) R 32741 32745 31839 0 -1 4202496 84392 0 0 0 34213 16 0 0 25 0 1 0 659070229 543551488 83880 33554432000 4194304 6014671 140734483392976 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32745/statm: 132703 83880 726 445 0 126248 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 530812

[startup+402.301 s]
/proc/loadavg: 4.13 4.04 3.82 6/421 373
/proc/meminfo: memFree=21758272/32950928 swapFree=67056568/67111528
[pid=32745] ppid=32741 vsize=530812 CPUtime=402.29 cores=0,2
/proc/32745/stat : 32745 (qutersat_releas) R 32741 32745 31839 0 -1 4202496 98873 0 0 0 40211 18 0 0 25 0 1 0 659070229 543551488 98251 33554432000 4194304 6014671 140734483392976 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32745/statm: 132703 98251 726 445 0 126248 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 530812

[startup+462.301 s]
/proc/loadavg: 4.15 4.06 3.83 6/421 374
/proc/meminfo: memFree=21642060/32950928 swapFree=67056568/67111528
[pid=32745] ppid=32741 vsize=530812 CPUtime=462.29 cores=0,2
/proc/32745/stat : 32745 (qutersat_releas) R 32741 32745 31839 0 -1 4202496 112133 0 0 0 46209 20 0 0 25 0 1 0 659070229 543551488 111449 33554432000 4194304 6014671 140734483392976 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32745/statm: 132703 111449 726 445 0 126248 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 530812

[startup+522.3 s]
/proc/loadavg: 4.05 4.04 3.84 6/421 376
/proc/meminfo: memFree=21510224/32950928 swapFree=67056568/67111528
[pid=32745] ppid=32741 vsize=592236 CPUtime=522.29 cores=0,2
/proc/32745/stat : 32745 (qutersat_releas) R 32741 32745 31839 0 -1 4202496 127550 0 0 0 52207 22 0 0 25 0 1 0 659070229 606449664 126736 33554432000 4194304 6014671 140734483392976 18446744073709551615 4369600 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32745/statm: 148059 126736 726 445 0 141604 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 592236

[startup+582.301 s]
/proc/loadavg: 4.02 4.03 3.85 6/421 387
/proc/meminfo: memFree=21420524/32950928 swapFree=67056568/67111528
[pid=32745] ppid=32741 vsize=748224 CPUtime=582.3 cores=0,2
/proc/32745/stat : 32745 (qutersat_releas) R 32741 32745 31839 0 -1 4202496 148573 0 0 0 58204 26 0 0 25 0 1 0 659070229 766181376 147619 33554432000 4194304 6014671 140734483392976 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32745/statm: 187056 147619 726 445 0 180601 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 748224

[startup+642.3 s]
/proc/loadavg: 4.06 4.05 3.86 6/421 388
/proc/meminfo: memFree=21398644/32950928 swapFree=67056568/67111528
[pid=32745] ppid=32741 vsize=748224 CPUtime=642.31 cores=0,2
/proc/32745/stat : 32745 (qutersat_releas) R 32741 32745 31839 0 -1 4202496 148779 0 0 0 64205 26 0 0 25 0 1 0 659070229 766181376 147673 33554432000 4194304 6014671 140734483392976 18446744073709551615 4535360 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32745/statm: 187056 147673 726 445 0 180601 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 748224

[startup+702.301 s]
/proc/loadavg: 4.02 4.04 3.87 6/421 390
/proc/meminfo: memFree=21345440/32950928 swapFree=67056568/67111528
[pid=32745] ppid=32741 vsize=748224 CPUtime=702.3 cores=0,2
/proc/32745/stat : 32745 (qutersat_releas) R 32741 32745 31839 0 -1 4202496 153198 0 0 0 70203 27 0 0 25 0 1 0 659070229 766181376 152008 33554432000 4194304 6014671 140734483392976 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32745/statm: 187056 152008 726 445 0 180601 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 748224

[startup+762.317 s]
/proc/loadavg: 4.11 4.06 3.89 6/421 394
/proc/meminfo: memFree=21333480/32950928 swapFree=67056568/67111528
[pid=32745] ppid=32741 vsize=748224 CPUtime=762.32 cores=0,2
/proc/32745/stat : 32745 (qutersat_releas) R 32741 32745 31839 0 -1 4202496 153332 0 0 0 76205 27 0 0 25 0 1 0 659070229 766181376 152036 33554432000 4194304 6014671 140734483392976 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32745/statm: 187056 152036 726 445 0 180601 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 748224

[startup+822.301 s]
/proc/loadavg: 4.10 4.06 3.90 6/421 396
/proc/meminfo: memFree=21296240/32950928 swapFree=67056568/67111528
[pid=32745] ppid=32741 vsize=748224 CPUtime=822.31 cores=0,2
/proc/32745/stat : 32745 (qutersat_releas) R 32741 32745 31839 0 -1 4202496 153472 0 0 0 82204 27 0 0 25 0 1 0 659070229 766181376 152069 33554432000 4194304 6014671 140734483392976 18446744073709551615 4535264 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32745/statm: 187056 152069 726 445 0 180601 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 748224

[startup+882.301 s]
/proc/loadavg: 4.03 4.05 3.90 6/421 398
/proc/meminfo: memFree=21237936/32950928 swapFree=67056568/67111528
[pid=32745] ppid=32741 vsize=748224 CPUtime=882.31 cores=0,2
/proc/32745/stat : 32745 (qutersat_releas) R 32741 32745 31839 0 -1 4202496 153540 0 0 0 88204 27 0 0 25 0 1 0 659070229 766181376 152010 33554432000 4194304 6014671 140734483392976 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32745/statm: 187056 152010 726 445 0 180601 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 748224

[startup+942.301 s]
/proc/loadavg: 4.17 4.07 3.92 6/421 399
/proc/meminfo: memFree=21230476/32950928 swapFree=67056568/67111528
[pid=32745] ppid=32741 vsize=748224 CPUtime=942.31 cores=0,2
/proc/32745/stat : 32745 (qutersat_releas) R 32741 32745 31839 0 -1 4202496 153570 0 0 0 94204 27 0 0 25 0 1 0 659070229 766181376 151896 33554432000 4194304 6014671 140734483392976 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32745/statm: 187056 151896 726 445 0 180601 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 748224

[startup+1002.3 s]
/proc/loadavg: 4.06 4.05 3.92 6/421 401
/proc/meminfo: memFree=21224620/32950928 swapFree=67056568/67111528
[pid=32745] ppid=32741 vsize=748224 CPUtime=1002.31 cores=0,2
/proc/32745/stat : 32745 (qutersat_releas) R 32741 32745 31839 0 -1 4202496 153746 0 0 0 100204 27 0 0 25 0 1 0 659070229 766181376 152072 33554432000 4194304 6014671 140734483392976 18446744073709551615 4566192 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32745/statm: 187056 152072 726 445 0 180601 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 748224

[startup+1062.3 s]
/proc/loadavg: 4.02 4.04 3.92 6/421 402
/proc/meminfo: memFree=21173120/32950928 swapFree=67056568/67111528
[pid=32745] ppid=32741 vsize=748224 CPUtime=1062.31 cores=0,2
/proc/32745/stat : 32745 (qutersat_releas) R 32741 32745 31839 0 -1 4202496 153746 0 0 0 106204 27 0 0 25 0 1 0 659070229 766181376 152072 33554432000 4194304 6014671 140734483392976 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32745/statm: 187056 152072 726 445 0 180601 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 748224

[startup+1122.3 s]
/proc/loadavg: 4.10 4.06 3.93 6/421 404
/proc/meminfo: memFree=21123496/32950928 swapFree=67056568/67111528
[pid=32745] ppid=32741 vsize=748224 CPUtime=1122.31 cores=0,2
/proc/32745/stat : 32745 (qutersat_releas) R 32741 32745 31839 0 -1 4202496 153747 0 0 0 112204 27 0 0 25 0 1 0 659070229 766181376 151921 33554432000 4194304 6014671 140734483392976 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32745/statm: 187056 151921 726 445 0 180601 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 748224

[startup+1182.3 s]
/proc/loadavg: 4.08 4.06 3.93 6/421 406
/proc/meminfo: memFree=21144064/32950928 swapFree=67056568/67111528
[pid=32745] ppid=32741 vsize=748224 CPUtime=1182.31 cores=0,2
/proc/32745/stat : 32745 (qutersat_releas) R 32741 32745 31839 0 -1 4202496 153747 0 0 0 118204 27 0 0 25 0 1 0 659070229 766181376 144338 33554432000 4194304 6014671 140734483392976 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32745/statm: 187056 144338 726 445 0 180601 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 748224

[startup+1242.3 s]
/proc/loadavg: 4.03 4.05 3.93 6/421 407
/proc/meminfo: memFree=20979112/32950928 swapFree=67056568/67111528
[pid=32745] ppid=32741 vsize=748224 CPUtime=1242.32 cores=0,2
/proc/32745/stat : 32745 (qutersat_releas) R 32741 32745 31839 0 -1 4202496 163270 0 0 0 124204 28 0 0 25 0 1 0 659070229 766181376 153861 33554432000 4194304 6014671 140734483392976 18446744073709551615 4511656 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32745/statm: 187056 153861 752 445 0 180601 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 748224



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.09 4.05 3.94 6/421 409
/proc/meminfo: memFree=20931576/32950928 swapFree=67056568/67111528
[pid=32745] ppid=32741 vsize=897100 CPUtime=1300.04 cores=0,2
/proc/32745/stat : 32745 (qutersat_releas) R 32741 32745 31839 0 -1 4202496 164929 0 0 0 129975 29 0 0 25 0 1 0 659070229 918630400 155520 33554432000 4194304 6014671 140734483392976 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32745/statm: 224275 155520 752 445 0 217820 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 897100

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.75
CPU system time (s): 0.32295
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 897100

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

runsolver used 5.63314 second user time and 12.5981 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-15 17:52:12
IDJOB=3376797
IDBENCH=83229
IDSOLVER=1856
FILE ID=node148/3376797-1305474732
RUNJOBID= node148-1305474732-32724
PBS_JOBID= 13325324
Free space on /tmp= 72856 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-14-27-sat.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376797-1305474732/watcher-3376797-1305474732 -o /tmp/evaluation-result-3376797-1305474732/solver-3376797-1305474732 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376797-1305474732.cnf 1902984299

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

MD5SUM BENCH= 9c54c57be5bec760a361df7b3a13ea07
RANDOM SEED=1902984299

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23087064 kB
Buffers:        344460 kB
Cached:        4980492 kB
SwapCached:       8488 kB
Active:        6167364 kB
Inactive:      3335088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23087064 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:            4096 kB
Writeback:           0 kB
AnonPages:     4176140 kB
Mapped:          31708 kB
Slab:           259032 kB
PageTables:      36904 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 105092280 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= 72852 MiB
End job on node148 at 2011-05-15 18:13:54