Trace number 3260892

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-03-01? (TO) 1300.07 1300.03

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-10-17-sat.cnf
MD5SUM817f170ef66023b68d8cda67f1d05059
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.003998
Satisfiable
(Un)Satisfiability was proved
Number of variables170
Number of clauses865
Sum of the clauses size3230
Maximum clause length17
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2765
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5100

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.00	c Parse Cnf success: #var: 170 #clause: 865
0.00/0.00	c Find Units :          0
0.00/0.00	c Find Invs  :          0
0.00/0.00	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.00	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.00	c Find Ite   :          0
0.00/0.00	c UnDirect variable: 0
0.00/0.00	c UnDirect to Direct Gate: 0
0.00/0.00	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.00	c Break Cycle : 0
0.00/0.00	c Total Root : 0 Undef Var: 170
0.00/0.00	c After covering, Total Root: 0 Leaf: 0
0.00/0.00	c Variable( cover/uncovered/unused ): 0 170 0
0.00/0.00	c Unit Clauses: 0
0.00/0.00	c Binary Clauses( cover/uncovered ): 0 765
0.00/0.00	c Clauses( cover/uncovered ): 0 100
0.00/0.00	c Total Clauses( cover/uncovered ): 0 865 0%
0.00/0.00	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.00/0.00	c Uncover Clauses avg size: 3.7341 max size: 17
0.00/0.00	c Final circuit: i/l/o/s     170       0     865      2365
0.00/0.00	c CnfToAig: Time: 0 s
0.00/0.02	c TmMap: Set choices finish.
0.00/0.02	c TmMap: Set big and: 865
0.00/0.02	c TmMap: Origin: 2536 ClauseNum: 7095 --> New: 1036 ClauseNum: 4095
0.00/0.02	c TmMap: Time: 0
0.00/0.02	c Try to Add: #clause: 1730 #xorclause: 0
0.00/0.02	c #var: 170 #clauses: 101 Solving... 
1300.04/1300.00	c Time Out !!
1300.04/1300.00	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: 935)

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-3260892-1303512516/watcher-3260892-1303512516 -o /tmp/evaluation-result-3260892-1303512516/solver-3260892-1303512516 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3260892-1303512516.cnf 409704526 

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: 3.68 2.60 2.58 4/189 27364
/proc/meminfo: memFree=13101064/32950928 swapFree=67111528/67111528
[pid=27364] ppid=27362 vsize=32364 CPUtime=0 cores=1,3
/proc/27364/stat : 27364 (qutersat_releas) R 27362 27364 25554 0 -1 4202496 1775 0 0 0 0 0 0 0 25 0 1 0 541482281 33140736 1710 33554432000 4194304 6016207 140737309771616 18446744073709551615 4323615 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27364/statm: 8091 1710 400 445 0 1635 0

[startup+0.048405 s]
/proc/loadavg: 3.68 2.60 2.58 4/189 27364
/proc/meminfo: memFree=13101064/32950928 swapFree=67111528/67111528
[pid=27364] ppid=27362 vsize=46712 CPUtime=0.04 cores=1,3
/proc/27364/stat : 27364 (qutersat_releas) R 27362 27364 25554 0 -1 4202496 3688 0 0 0 4 0 0 0 25 0 1 0 541482281 47833088 3623 33554432000 4194304 6016207 140737309771616 18446744073709551615 4425659 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27364/statm: 11678 3623 717 445 0 5222 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 46712

[startup+0.1004 s]
/proc/loadavg: 3.68 2.60 2.58 4/189 27364
/proc/meminfo: memFree=13101064/32950928 swapFree=67111528/67111528
[pid=27364] ppid=27362 vsize=46712 CPUtime=0.09 cores=1,3
/proc/27364/stat : 27364 (qutersat_releas) R 27362 27364 25554 0 -1 4202496 3828 0 0 0 9 0 0 0 25 0 1 0 541482281 47833088 3763 33554432000 4194304 6016207 140737309771616 18446744073709551615 231895187096 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27364/statm: 11678 3763 720 445 0 5222 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46712

[startup+0.300363 s]
/proc/loadavg: 3.68 2.60 2.58 4/189 27364
/proc/meminfo: memFree=13101064/32950928 swapFree=67111528/67111528
[pid=27364] ppid=27362 vsize=55524 CPUtime=0.29 cores=1,3
/proc/27364/stat : 27364 (qutersat_releas) R 27362 27364 25554 0 -1 4202496 4408 0 0 0 29 0 0 0 25 0 1 0 541482281 56856576 4343 33554432000 4194304 6016207 140737309771616 18446744073709551615 4426071 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27364/statm: 13881 4343 720 445 0 7425 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55524

[startup+0.700287 s]
/proc/loadavg: 3.68 2.60 2.58 4/189 27364
/proc/meminfo: memFree=13101064/32950928 swapFree=67111528/67111528
[pid=27364] ppid=27362 vsize=64836 CPUtime=0.69 cores=1,3
/proc/27364/stat : 27364 (qutersat_releas) R 27362 27364 25554 0 -1 4202496 5261 0 0 0 69 0 0 0 25 0 1 0 541482281 66392064 5196 33554432000 4194304 6016207 140737309771616 18446744073709551615 231895187142 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27364/statm: 16209 5196 720 445 0 9753 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64836

[startup+1.50113 s]
/proc/loadavg: 3.68 2.60 2.58 5/190 27365
/proc/meminfo: memFree=13078928/32950928 swapFree=67111528/67111528
[pid=27364] ppid=27362 vsize=84340 CPUtime=1.49 cores=1,3
/proc/27364/stat : 27364 (qutersat_releas) R 27362 27364 25554 0 -1 4202496 6856 0 0 0 148 1 0 0 25 0 1 0 541482281 86364160 6791 33554432000 4194304 6016207 140737309771616 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27364/statm: 21085 6791 725 445 0 14629 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84340

[startup+3.10083 s]
/proc/loadavg: 3.70 2.62 2.59 5/190 27365
/proc/meminfo: memFree=13059832/32950928 swapFree=67111528/67111528
[pid=27364] ppid=27362 vsize=84340 CPUtime=3.09 cores=1,3
/proc/27364/stat : 27364 (qutersat_releas) R 27362 27364 25554 0 -1 4202496 10010 0 0 0 308 1 0 0 25 0 1 0 541482281 86364160 9945 33554432000 4194304 6016207 140737309771616 18446744073709551615 4536738 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27364/statm: 21085 9945 729 445 0 14629 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84340

[startup+6.30023 s]
/proc/loadavg: 3.70 2.62 2.59 5/190 27365
/proc/meminfo: memFree=13046812/32950928 swapFree=67111528/67111528
[pid=27364] ppid=27362 vsize=105532 CPUtime=6.29 cores=1,3
/proc/27364/stat : 27364 (qutersat_releas) R 27362 27364 25554 0 -1 4202496 13001 0 0 0 627 2 0 0 25 0 1 0 541482281 108064768 12936 33554432000 4194304 6016207 140737309771616 18446744073709551615 4538696 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27364/statm: 26383 12936 729 445 0 19927 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 105532

[startup+12.701 s]
/proc/loadavg: 3.75 2.67 2.60 5/190 27365
/proc/meminfo: memFree=13020340/32950928 swapFree=67111528/67111528
[pid=27364] ppid=27362 vsize=116596 CPUtime=12.69 cores=1,3
/proc/27364/stat : 27364 (qutersat_releas) R 27362 27364 25554 0 -1 4202496 17272 0 0 0 1267 2 0 0 25 0 1 0 541482281 119394304 17207 33554432000 4194304 6016207 140737309771616 18446744073709551615 4426479 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27364/statm: 29149 17207 729 445 0 22693 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 116596

[startup+25.5006 s]
/proc/loadavg: 3.79 2.71 2.62 5/190 27366
/proc/meminfo: memFree=12988240/32950928 swapFree=67111528/67111528
[pid=27364] ppid=27362 vsize=140032 CPUtime=25.49 cores=1,3
/proc/27364/stat : 27364 (qutersat_releas) R 27362 27364 25554 0 -1 4202496 23787 0 0 0 2546 3 0 0 25 0 1 0 541482281 143392768 23722 33554432000 4194304 6016207 140737309771616 18446744073709551615 4425694 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27364/statm: 35008 23722 729 445 0 28552 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 140032

[startup+51.1008 s]
/proc/loadavg: 3.86 2.81 2.65 5/190 27366
/proc/meminfo: memFree=12904760/32950928 swapFree=67111528/67111528
[pid=27364] ppid=27362 vsize=166012 CPUtime=51.1 cores=1,3
/proc/27364/stat : 27364 (qutersat_releas) R 27362 27364 25554 0 -1 4202496 31901 0 0 0 5106 4 0 0 25 0 1 0 541482281 169996288 31836 33554432000 4194304 6016207 140737309771616 18446744073709551615 4538600 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27364/statm: 41503 31836 729 445 0 35047 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 166012

[startup+102.307 s]
/proc/loadavg: 3.86 2.99 2.72 4/184 27385
/proc/meminfo: memFree=12994796/32950928 swapFree=67111528/67111528
[pid=27364] ppid=27362 vsize=239164 CPUtime=102.3 cores=1,3
/proc/27364/stat : 27364 (qutersat_releas) R 27362 27364 25554 0 -1 4202496 45450 0 0 0 10223 7 0 0 25 0 1 0 541482281 244903936 45385 33554432000 4194304 6016207 140737309771616 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27364/statm: 59791 45385 729 445 0 53335 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 239164

[startup+162.301 s]
/proc/loadavg: 3.34 2.99 2.74 4/184 27386
/proc/meminfo: memFree=12872700/32950928 swapFree=67111528/67111528
[pid=27364] ppid=27362 vsize=366764 CPUtime=162.29 cores=1,3
/proc/27364/stat : 27364 (qutersat_releas) R 27362 27364 25554 0 -1 4202496 61636 0 0 0 16219 10 0 0 25 0 1 0 541482281 375566336 61489 33554432000 4194304 6016207 140737309771616 18446744073709551615 231895187089 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27364/statm: 91691 61489 729 445 0 85235 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 366764

[startup+222.301 s]
/proc/loadavg: 3.17 3.01 2.75 4/184 27388
/proc/meminfo: memFree=12788864/32950928 swapFree=67111528/67111528
[pid=27364] ppid=27362 vsize=507800 CPUtime=222.29 cores=1,3
/proc/27364/stat : 27364 (qutersat_releas) R 27362 27364 25554 0 -1 4202496 65980 0 0 0 22218 11 0 0 25 0 1 0 541482281 519987200 65671 33554432000 4194304 6016207 140737309771616 18446744073709551615 4513204 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27364/statm: 126950 65671 729 445 0 120494 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 507800

[startup+282.3 s]
/proc/loadavg: 2.78 2.94 2.74 3/178 27407
/proc/meminfo: memFree=12771168/32950928 swapFree=67111528/67111528
[pid=27364] ppid=27362 vsize=507800 CPUtime=282.3 cores=1,3
/proc/27364/stat : 27364 (qutersat_releas) R 27362 27364 25554 0 -1 4202496 79810 0 0 0 28216 14 0 0 25 0 1 0 541482281 519987200 79374 33554432000 4194304 6016207 140737309771616 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27364/statm: 126950 79374 729 445 0 120494 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 507800

[startup+342.301 s]
/proc/loadavg: 2.26 2.75 2.69 3/178 27408
/proc/meminfo: memFree=12685712/32950928 swapFree=67111528/67111528
[pid=27364] ppid=27362 vsize=507800 CPUtime=342.3 cores=1,3
/proc/27364/stat : 27364 (qutersat_releas) R 27362 27364 25554 0 -1 4202496 80773 0 0 0 34216 14 0 0 25 0 1 0 541482281 519987200 80230 33554432000 4194304 6016207 140737309771616 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27364/statm: 126950 80230 729 445 0 120494 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 507800

[startup+402.301 s]
/proc/loadavg: 2.10 2.62 2.65 3/178 27410
/proc/meminfo: memFree=12665852/32950928 swapFree=67111528/67111528
[pid=27364] ppid=27362 vsize=507800 CPUtime=402.3 cores=1,3
/proc/27364/stat : 27364 (qutersat_releas) R 27362 27364 25554 0 -1 4202496 81378 0 0 0 40216 14 0 0 25 0 1 0 541482281 519987200 80691 33554432000 4194304 6016207 140737309771616 18446744073709551615 4425664 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27364/statm: 126950 80691 729 445 0 120494 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 507800

[startup+462.301 s]
/proc/loadavg: 2.03 2.50 2.60 3/178 27411
/proc/meminfo: memFree=12654536/32950928 swapFree=67111528/67111528
[pid=27364] ppid=27362 vsize=507800 CPUtime=462.31 cores=1,3
/proc/27364/stat : 27364 (qutersat_releas) R 27362 27364 25554 0 -1 4202496 82426 0 0 0 46216 15 0 0 25 0 1 0 541482281 519987200 81570 33554432000 4194304 6016207 140737309771616 18446744073709551615 4426916 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27364/statm: 126950 81570 729 445 0 120494 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 507800

[startup+522.3 s]
/proc/loadavg: 2.01 2.41 2.56 3/178 27413
/proc/meminfo: memFree=12587924/32950928 swapFree=67111528/67111528
[pid=27364] ppid=27362 vsize=597076 CPUtime=522.31 cores=1,3
/proc/27364/stat : 27364 (qutersat_releas) R 27362 27364 25554 0 -1 4202496 96706 0 0 0 52212 19 0 0 25 0 1 0 541482281 611405824 95850 33554432000 4194304 6016207 140737309771616 18446744073709551615 4425654 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27364/statm: 149269 95850 729 445 0 142813 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 597076

[startup+582.301 s]
/proc/loadavg: 2.04 2.34 2.53 3/178 27415
/proc/meminfo: memFree=12511144/32950928 swapFree=67111528/67111528
[pid=27364] ppid=27362 vsize=597076 CPUtime=582.31 cores=1,3
/proc/27364/stat : 27364 (qutersat_releas) R 27362 27364 25554 0 -1 4202496 102966 0 0 0 58211 20 0 0 25 0 1 0 541482281 611405824 97547 33554432000 4194304 6016207 140737309771616 18446744073709551615 4425728 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27364/statm: 149269 97547 729 445 0 142813 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 597076

[startup+642.301 s]
/proc/loadavg: 2.01 2.28 2.49 3/178 27416
/proc/meminfo: memFree=12460028/32950928 swapFree=67111528/67111528
[pid=27364] ppid=27362 vsize=597076 CPUtime=642.32 cores=1,3
/proc/27364/stat : 27364 (qutersat_releas) R 27362 27364 25554 0 -1 4202496 103425 0 0 0 64212 20 0 0 25 0 1 0 541482281 611405824 98006 33554432000 4194304 6016207 140737309771616 18446744073709551615 4425616 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27364/statm: 149269 98006 729 445 0 142813 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 597076

[startup+702.3 s]
/proc/loadavg: 2.00 2.23 2.46 3/178 27418
/proc/meminfo: memFree=12439544/32950928 swapFree=67111528/67111528
[pid=27364] ppid=27362 vsize=597076 CPUtime=702.31 cores=1,3
/proc/27364/stat : 27364 (qutersat_releas) R 27362 27364 25554 0 -1 4202496 107299 0 0 0 70211 20 0 0 25 0 1 0 541482281 611405824 101880 33554432000 4194304 6016207 140737309771616 18446744073709551615 4536916 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27364/statm: 149269 101880 729 445 0 142813 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 597076

[startup+762.307 s]
/proc/loadavg: 2.03 2.20 2.43 3/178 27428
/proc/meminfo: memFree=12428088/32950928 swapFree=67111528/67111528
[pid=27364] ppid=27362 vsize=597076 CPUtime=762.33 cores=1,3
/proc/27364/stat : 27364 (qutersat_releas) R 27362 27364 25554 0 -1 4202496 107572 0 0 0 76212 21 0 0 25 0 1 0 541482281 611405824 102153 33554432000 4194304 6016207 140737309771616 18446744073709551615 4425526 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27364/statm: 149269 102153 729 445 0 142813 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 597076

[startup+822.301 s]
/proc/loadavg: 2.01 2.16 2.40 3/178 27430
/proc/meminfo: memFree=12372748/32950928 swapFree=67111528/67111528
[pid=27364] ppid=27362 vsize=597076 CPUtime=822.32 cores=1,3
/proc/27364/stat : 27364 (qutersat_releas) R 27362 27364 25554 0 -1 4202496 107621 0 0 0 82211 21 0 0 25 0 1 0 541482281 611405824 102202 33554432000 4194304 6016207 140737309771616 18446744073709551615 4425659 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27364/statm: 149269 102202 729 445 0 142813 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 597076

[startup+882.301 s]
/proc/loadavg: 2.00 2.13 2.37 3/178 27432
/proc/meminfo: memFree=12294608/32950928 swapFree=67111528/67111528
[pid=27364] ppid=27362 vsize=597076 CPUtime=882.32 cores=1,3
/proc/27364/stat : 27364 (qutersat_releas) R 27362 27364 25554 0 -1 4202496 108139 0 0 0 88211 21 0 0 25 0 1 0 541482281 611405824 102720 33554432000 4194304 6016207 140737309771616 18446744073709551615 4424219 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27364/statm: 149269 102720 729 445 0 142813 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 597076

[startup+942.3 s]
/proc/loadavg: 2.00 2.10 2.35 3/178 27433
/proc/meminfo: memFree=12291596/32950928 swapFree=67111528/67111528
[pid=27364] ppid=27362 vsize=597076 CPUtime=942.32 cores=1,3
/proc/27364/stat : 27364 (qutersat_releas) R 27362 27364 25554 0 -1 4202496 108215 0 0 0 94211 21 0 0 25 0 1 0 541482281 611405824 102796 33554432000 4194304 6016207 140737309771616 18446744073709551615 4425459 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27364/statm: 149269 102796 729 445 0 142813 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 597076

[startup+1002.3 s]
/proc/loadavg: 2.00 2.08 2.32 3/178 27435
/proc/meminfo: memFree=12274964/32950928 swapFree=67111528/67111528
[pid=27364] ppid=27362 vsize=597076 CPUtime=1002.32 cores=1,3
/proc/27364/stat : 27364 (qutersat_releas) R 27362 27364 25554 0 -1 4202496 108471 0 0 0 100211 21 0 0 25 0 1 0 541482281 611405824 103052 33554432000 4194304 6016207 140737309771616 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27364/statm: 149269 103052 729 445 0 142813 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 597076

[startup+1062.3 s]
/proc/loadavg: 2.06 2.08 2.31 3/178 27436
/proc/meminfo: memFree=12274692/32950928 swapFree=67111528/67111528
[pid=27364] ppid=27362 vsize=597076 CPUtime=1062.33 cores=1,3
/proc/27364/stat : 27364 (qutersat_releas) R 27362 27364 25554 0 -1 4202496 108480 0 0 0 106212 21 0 0 25 0 1 0 541482281 611405824 103061 33554432000 4194304 6016207 140737309771616 18446744073709551615 4424309 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27364/statm: 149269 103061 729 445 0 142813 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 597076

[startup+1122.3 s]
/proc/loadavg: 2.02 2.06 2.28 3/178 27438
/proc/meminfo: memFree=12229400/32950928 swapFree=67111528/67111528
[pid=27364] ppid=27362 vsize=597076 CPUtime=1122.32 cores=1,3
/proc/27364/stat : 27364 (qutersat_releas) R 27362 27364 25554 0 -1 4202496 108724 0 0 0 112211 21 0 0 25 0 1 0 541482281 611405824 103305 33554432000 4194304 6016207 140737309771616 18446744073709551615 4425654 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27364/statm: 149269 103305 729 445 0 142813 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 597076

[startup+1182.3 s]
/proc/loadavg: 2.01 2.05 2.26 3/178 27440
/proc/meminfo: memFree=12156592/32950928 swapFree=67111528/67111528
[pid=27364] ppid=27362 vsize=597076 CPUtime=1182.33 cores=1,3
/proc/27364/stat : 27364 (qutersat_releas) R 27362 27364 25554 0 -1 4202496 109099 0 0 0 118212 21 0 0 25 0 1 0 541482281 611405824 103680 33554432000 4194304 6016207 140737309771616 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27364/statm: 149269 103681 729 445 0 142813 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 597076

[startup+1242.3 s]
/proc/loadavg: 1.72 1.97 2.22 2/172 27459
/proc/meminfo: memFree=13084440/32950928 swapFree=67111528/67111528
[pid=27364] ppid=27362 vsize=707736 CPUtime=1242.33 cores=1,3
/proc/27364/stat : 27364 (qutersat_releas) R 27362 27364 25554 0 -1 4202496 118383 0 0 0 124210 23 0 0 25 0 1 0 541482281 724721664 112964 33554432000 4194304 6016207 140737309771616 18446744073709551615 4425987 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27364/statm: 176934 112964 729 445 0 170478 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 707736



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.33 1.82 2.16 2/172 27461
/proc/meminfo: memFree=13072500/32950928 swapFree=67111528/67111528
[pid=27364] ppid=27362 vsize=707736 CPUtime=1300.04 cores=1,3
/proc/27364/stat : 27364 (qutersat_releas) R 27362 27364 25554 0 -1 4202496 121451 0 0 0 129980 24 0 0 25 0 1 0 541482281 724721664 116032 33554432000 4194304 6016207 140737309771616 18446744073709551615 4567741 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27364/statm: 176934 116032 729 445 0 170478 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 707736

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.03
CPU time (s): 1300.07
CPU user time (s): 1299.8
CPU system time (s): 0.263959
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 707736

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

runsolver used 1.79773 second user time and 5.2472 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-23 00:48:36
IDJOB=3260892
IDBENCH=83200
IDSOLVER=1607
FILE ID=node114/3260892-1303512516
RUNJOBID= node114-1303512417-27240
PBS_JOBID= 13134223
Free space on /tmp= 71204 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-10-17-sat.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3260892-1303512516/watcher-3260892-1303512516 -o /tmp/evaluation-result-3260892-1303512516/solver-3260892-1303512516 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3260892-1303512516.cnf 409704526

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

MD5SUM BENCH= 817f170ef66023b68d8cda67f1d05059
RANDOM SEED=409704526

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13101336 kB
Buffers:       1912812 kB
Cached:       16867632 kB
SwapCached:          0 kB
Active:        9856156 kB
Inactive:      9413052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13101336 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1572 kB
Writeback:           0 kB
AnonPages:      487508 kB
Mapped:          20200 kB
Slab:           516740 kB
PageTables:       6536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   815048 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= 71212 MiB
End job on node114 at 2011-04-23 01:10:18