Trace number 3291831

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.02 1300.02

General information on the benchmark

NameSAT04/industrial/vangelder/cnf-color/
myciel6-tr.used-as.sat04-320.cnf
MD5SUM5ba57e5cfd40b4a93356dbea5162016d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark384.789
Satisfiable
(Un)Satisfiability was proved
Number of variables570
Number of clauses4625
Sum of the clauses size9615
Maximum clause length6
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24531
Number of clauses of size 31
Number of clauses of size 41
Number of clauses of size 51
Number of clauses of size over 590

Solver Data

0.00/0.03	c Set FPU double precision.
0.00/0.03	c Parse Cnf success: #var: 570 #clause: 4625
0.00/0.03	c Find Units :          1
0.00/0.03	c Find Invs  :          0
0.00/0.03	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.03	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.03	c Find Ite   :          0
0.00/0.03	c UnDirect variable: 0
0.00/0.03	c UnDirect to Direct Gate: 0
0.00/0.03	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.03	c Break Cycle : 0
0.00/0.03	c Total Root : 0 Undef Var: 570
0.00/0.03	c After covering, Total Root: 0 Leaf: 1
0.00/0.03	c Variable( cover/uncovered/unused ): 1 569 0
0.00/0.03	c Unit Clauses: 1
0.00/0.03	c Binary Clauses( cover/uncovered ): 0 4531
0.00/0.03	c Clauses( cover/uncovered ): 0 93
0.00/0.03	c Total Clauses( cover/uncovered ): 1 4624 0.0216216%
0.00/0.03	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.00/0.03	c Uncover Clauses avg size: 2.07915 max size: 6
0.00/0.03	c Final circuit: i/l/o/s     569       0    4624      4943
0.00/0.03	c CnfToAig: Time: 0 s
0.00/0.05	c TmMap: Set choices finish.
0.00/0.05	c TmMap: Set big and: 4577
0.00/0.05	c TmMap: Origin: 5513 ClauseNum: 14829 --> New: 5147 ClauseNum: 14097
0.00/0.05	c TmMap: Time: 0
0.00/0.05	c Try to Add: #clause: 9154 #xorclause: 0
0.00/0.05	c #var: 522 #clauses: 93 Solving... 
1300.00/1300.00	c Time Out !!
1300.00/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: 977)

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

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: 1.78 1.96 1.98 2/178 25902
/proc/meminfo: memFree=32039856/32951124 swapFree=67056304/67111528
[pid=25902] ppid=25899 vsize=6420 CPUtime=0 cores=0,2
/proc/25902/stat : 25902 (qutersat_releas) D 25899 25902 25858 0 -1 4194304 94 0 0 0 0 0 0 0 25 0 1 0 956787470 6574080 48 33554432000 4194304 6016207 140733620585280 18446744073709551615 260015472359 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 0
/proc/25902/statm: 1605 48 37 445 0 65 0

[startup+0.0315411 s]
/proc/loadavg: 1.78 1.96 1.98 2/178 25902
/proc/meminfo: memFree=32039856/32951124 swapFree=67056304/67111528
[pid=25902] ppid=25899 vsize=28644 CPUtime=0 cores=0,2
/proc/25902/stat : 25902 (qutersat_releas) R 25899 25902 25858 0 -1 4202496 727 0 2 0 0 0 0 0 25 0 1 0 956787470 29331456 664 33554432000 4194304 6016207 140733620585280 18446744073709551615 260020089915 0 0 4096 0 0 0 0 17 2 0 0 2
/proc/25902/statm: 7161 664 288 445 0 705 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 28644

[startup+0.1005 s]
/proc/loadavg: 1.78 1.96 1.98 2/178 25902
/proc/meminfo: memFree=32039856/32951124 swapFree=67056304/67111528
[pid=25902] ppid=25899 vsize=47736 CPUtime=0.06 cores=0,2
/proc/25902/stat : 25902 (qutersat_releas) R 25899 25902 25858 0 -1 4202496 3967 0 2 0 6 0 0 0 25 0 1 0 956787470 48881664 3904 33554432000 4194304 6016207 140733620585280 18446744073709551615 4425654 0 0 4096 16386 0 0 0 17 2 0 0 2
/proc/25902/statm: 11934 3904 719 445 0 5478 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 47736

[startup+0.300461 s]
/proc/loadavg: 1.78 1.96 1.98 2/178 25902
/proc/meminfo: memFree=32039856/32951124 swapFree=67056304/67111528
[pid=25902] ppid=25899 vsize=56320 CPUtime=0.26 cores=0,2
/proc/25902/stat : 25902 (qutersat_releas) R 25899 25902 25858 0 -1 4202496 4354 0 2 0 25 1 0 0 25 0 1 0 956787470 57671680 4291 33554432000 4194304 6016207 140733620585280 18446744073709551615 4377913 0 0 4096 16386 0 0 0 17 2 0 0 2
/proc/25902/statm: 14080 4291 719 445 0 7624 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 56320

[startup+0.700397 s]
/proc/loadavg: 1.78 1.96 1.98 2/178 25902
/proc/meminfo: memFree=32039856/32951124 swapFree=67056304/67111528
[pid=25902] ppid=25899 vsize=65096 CPUtime=0.66 cores=0,2
/proc/25902/stat : 25902 (qutersat_releas) R 25899 25902 25858 0 -1 4202496 4894 0 2 0 65 1 0 0 25 0 1 0 956787470 66658304 4831 33554432000 4194304 6016207 140733620585280 18446744073709551615 4425473 0 0 4096 16386 0 0 0 17 2 0 0 2
/proc/25902/statm: 16274 4831 719 445 0 9818 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 65096

[startup+1.50024 s]
/proc/loadavg: 1.78 1.96 1.98 5/187 25925
/proc/meminfo: memFree=31922344/32951124 swapFree=67056304/67111528
[pid=25902] ppid=25899 vsize=83060 CPUtime=1.46 cores=0,2
/proc/25902/stat : 25902 (qutersat_releas) R 25899 25902 25858 0 -1 4202496 7434 0 2 0 144 2 0 0 25 0 1 0 956787470 85053440 7371 33554432000 4194304 6016207 140733620585280 18446744073709551615 4538613 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/25902/statm: 20765 7371 730 445 0 14309 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 83060

[startup+3.10103 s]
/proc/loadavg: 1.78 1.96 1.98 5/187 25925
/proc/meminfo: memFree=31860536/32951124 swapFree=67056304/67111528
[pid=25902] ppid=25899 vsize=101716 CPUtime=3.06 cores=0,2
/proc/25902/stat : 25902 (qutersat_releas) R 25899 25902 25858 0 -1 4202496 8831 0 2 0 304 2 0 0 25 0 1 0 956787470 104157184 8768 33554432000 4194304 6016207 140733620585280 18446744073709551615 4425467 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/25902/statm: 25429 8768 730 445 0 18973 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 101716

[startup+6.3004 s]
/proc/loadavg: 1.96 1.99 1.99 5/190 25936
/proc/meminfo: memFree=31638432/32951124 swapFree=67056304/67111528
[pid=25902] ppid=25899 vsize=111392 CPUtime=6.25 cores=0,2
/proc/25902/stat : 25902 (qutersat_releas) R 25899 25902 25858 0 -1 4202496 10089 0 2 0 623 2 0 0 25 0 1 0 956787470 114065408 10026 33554432000 4194304 6016207 140733620585280 18446744073709551615 4425643 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/25902/statm: 27848 10026 730 445 0 21392 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 111392

[startup+12.7002 s]
/proc/loadavg: 2.12 2.03 2.01 5/190 25936
/proc/meminfo: memFree=31276896/32951124 swapFree=67056304/67111528
[pid=25902] ppid=25899 vsize=111392 CPUtime=12.65 cores=0,2
/proc/25902/stat : 25902 (qutersat_releas) R 25899 25902 25858 0 -1 4202496 12355 0 2 0 1263 2 0 0 25 0 1 0 956787470 114065408 12291 33554432000 4194304 6016207 140733620585280 18446744073709551615 4373657 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/25902/statm: 27848 12291 731 445 0 21392 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 111392

[startup+25.5009 s]
/proc/loadavg: 2.54 2.12 2.04 5/190 25936
/proc/meminfo: memFree=30086780/32951124 swapFree=67056304/67111528
[pid=25902] ppid=25899 vsize=111392 CPUtime=25.46 cores=0,2
/proc/25902/stat : 25902 (qutersat_releas) R 25899 25902 25858 0 -1 4202496 15840 0 2 0 2543 3 0 0 25 0 1 0 956787470 114065408 15776 33554432000 4194304 6016207 140733620585280 18446744073709551615 4381463 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/25902/statm: 27848 15776 731 445 0 21392 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 111392

[startup+51.1012 s]
/proc/loadavg: 3.04 2.27 2.09 5/190 25975
/proc/meminfo: memFree=29215768/32951124 swapFree=67056304/67111528
[pid=25902] ppid=25899 vsize=111392 CPUtime=51.06 cores=0,2
/proc/25902/stat : 25902 (qutersat_releas) R 25899 25902 25858 0 -1 4202496 18056 0 2 0 5102 4 0 0 25 0 1 0 956787470 114065408 17992 33554432000 4194304 6016207 140733620585280 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/25902/statm: 27848 17992 731 445 0 21392 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 111392

[startup+102.307 s]
/proc/loadavg: 3.61 2.56 2.19 5/190 26014
/proc/meminfo: memFree=26772500/32951124 swapFree=67056304/67111528
[pid=25902] ppid=25899 vsize=133868 CPUtime=102.26 cores=0,2
/proc/25902/stat : 25902 (qutersat_releas) R 25899 25902 25858 0 -1 4202496 22825 0 2 0 10221 5 0 0 25 0 1 0 956787470 137080832 22761 33554432000 4194304 6016207 140733620585280 18446744073709551615 4371072 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/25902/statm: 33467 22761 731 445 0 27011 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 133868

[startup+162.301 s]
/proc/loadavg: 3.84 2.80 2.30 5/190 26016
/proc/meminfo: memFree=26289528/32951124 swapFree=67056304/67111528
[pid=25902] ppid=25899 vsize=145676 CPUtime=162.26 cores=0,2
/proc/25902/stat : 25902 (qutersat_releas) R 25899 25902 25858 0 -1 4202496 28278 0 2 0 16218 8 0 0 25 0 1 0 956787470 149172224 28210 33554432000 4194304 6016207 140733620585280 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/25902/statm: 36419 28210 731 445 0 29963 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 145676

[startup+222.301 s]
/proc/loadavg: 3.94 3.01 2.40 5/190 26017
/proc/meminfo: memFree=25623380/32951124 swapFree=67056304/67111528
[pid=25902] ppid=25899 vsize=145676 CPUtime=222.26 cores=0,2
/proc/25902/stat : 25902 (qutersat_releas) R 25899 25902 25858 0 -1 4202496 29113 0 2 0 22218 8 0 0 25 0 1 0 956787470 149172224 29045 33554432000 4194304 6016207 140733620585280 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/25902/statm: 36419 29045 731 445 0 29963 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 145676

[startup+282.301 s]
/proc/loadavg: 4.03 3.21 2.50 5/190 26019
/proc/meminfo: memFree=25504496/32951124 swapFree=67056304/67111528
[pid=25902] ppid=25899 vsize=145676 CPUtime=282.26 cores=0,2
/proc/25902/stat : 25902 (qutersat_releas) R 25899 25902 25858 0 -1 4202496 29129 0 2 0 28218 8 0 0 25 0 1 0 956787470 149172224 29061 33554432000 4194304 6016207 140733620585280 18446744073709551615 4425504 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/25902/statm: 36419 29061 731 445 0 29963 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 145676

[startup+342.301 s]
/proc/loadavg: 4.01 3.35 2.59 5/190 26021
/proc/meminfo: memFree=24947984/32951124 swapFree=67056304/67111528
[pid=25902] ppid=25899 vsize=157944 CPUtime=342.27 cores=0,2
/proc/25902/stat : 25902 (qutersat_releas) R 25899 25902 25858 0 -1 4202496 31633 0 2 0 34217 10 0 0 25 0 1 0 956787470 161734656 31565 33554432000 4194304 6016207 140733620585280 18446744073709551615 260020092442 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/25902/statm: 39486 31565 731 445 0 33030 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 157944

[startup+402.301 s]
/proc/loadavg: 4.04 3.48 2.68 5/190 26022
/proc/meminfo: memFree=24526544/32951124 swapFree=67056304/67111528
[pid=25902] ppid=25899 vsize=170868 CPUtime=402.26 cores=0,2
/proc/25902/stat : 25902 (qutersat_releas) R 25899 25902 25858 0 -1 4202496 33513 0 2 0 40216 10 0 0 25 0 1 0 956787470 174968832 33438 33554432000 4194304 6016207 140733620585280 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/25902/statm: 42717 33438 735 445 0 36261 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 170868

[startup+462.301 s]
/proc/loadavg: 4.01 3.57 2.76 5/190 26024
/proc/meminfo: memFree=23880240/32951124 swapFree=67056304/67111528
[pid=25902] ppid=25899 vsize=170868 CPUtime=462.26 cores=0,2
/proc/25902/stat : 25902 (qutersat_releas) R 25899 25902 25858 0 -1 4202496 33536 0 2 0 46216 10 0 0 25 0 1 0 956787470 174968832 33461 33554432000 4194304 6016207 140733620585280 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/25902/statm: 42717 33461 735 445 0 36261 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 170868

[startup+522.301 s]
/proc/loadavg: 4.00 3.65 2.84 5/190 26025
/proc/meminfo: memFree=23299644/32951124 swapFree=67056304/67111528
[pid=25902] ppid=25899 vsize=170868 CPUtime=522.27 cores=0,2
/proc/25902/stat : 25902 (qutersat_releas) R 25899 25902 25858 0 -1 4202496 34779 0 2 0 52217 10 0 0 25 0 1 0 956787470 174968832 34704 33554432000 4194304 6016207 140733620585280 18446744073709551615 4567728 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/25902/statm: 42717 34704 736 445 0 36261 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 170868

[startup+582.301 s]
/proc/loadavg: 4.05 3.72 2.91 5/190 26027
/proc/meminfo: memFree=23080324/32951124 swapFree=67056304/67111528
[pid=25902] ppid=25899 vsize=183816 CPUtime=582.27 cores=0,2
/proc/25902/stat : 25902 (qutersat_releas) R 25899 25902 25858 0 -1 4202496 37067 0 2 0 58216 11 0 0 25 0 1 0 956787470 188227584 36982 33554432000 4194304 6016207 140733620585280 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/25902/statm: 45954 36982 764 445 0 39498 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 183816

[startup+642.301 s]
/proc/loadavg: 4.01 3.77 2.98 5/190 26029
/proc/meminfo: memFree=22637640/32951124 swapFree=67056304/67111528
[pid=25902] ppid=25899 vsize=183816 CPUtime=642.28 cores=0,2
/proc/25902/stat : 25902 (qutersat_releas) R 25899 25902 25858 0 -1 4202496 38264 0 2 0 64216 12 0 0 25 0 1 0 956787470 188227584 38174 33554432000 4194304 6016207 140733620585280 18446744073709551615 4425745 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/25902/statm: 45954 38174 764 445 0 39498 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 183816

[startup+702.301 s]
/proc/loadavg: 4.00 3.81 3.04 5/190 26030
/proc/meminfo: memFree=22577032/32951124 swapFree=67056304/67111528
[pid=25902] ppid=25899 vsize=197020 CPUtime=702.28 cores=0,2
/proc/25902/stat : 25902 (qutersat_releas) R 25899 25902 25858 0 -1 4202496 38920 0 2 0 70216 12 0 0 25 0 1 0 956787470 201748480 38794 33554432000 4194304 6016207 140733620585280 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/25902/statm: 49255 38794 742 445 0 42799 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 197020

[startup+762.307 s]
/proc/loadavg: 3.40 3.68 3.04 4/184 26058
/proc/meminfo: memFree=25025764/32951124 swapFree=67056304/67111528
[pid=25902] ppid=25899 vsize=197020 CPUtime=762.28 cores=0,2
/proc/25902/stat : 25902 (qutersat_releas) R 25899 25902 25858 0 -1 4202496 39036 0 2 0 76216 12 0 0 25 0 1 0 956787470 201748480 38893 33554432000 4194304 6016207 140733620585280 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/25902/statm: 49255 38893 742 445 0 42799 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 197020

[startup+822.301 s]
/proc/loadavg: 3.24 3.59 3.05 4/184 26060
/proc/meminfo: memFree=24827756/32951124 swapFree=67056304/67111528
[pid=25902] ppid=25899 vsize=197020 CPUtime=822.28 cores=0,2
/proc/25902/stat : 25902 (qutersat_releas) R 25899 25902 25858 0 -1 4202496 39121 0 2 0 82216 12 0 0 25 0 1 0 956787470 201748480 38968 33554432000 4194304 6016207 140733620585280 18446744073709551615 4424344 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/25902/statm: 49255 38968 742 445 0 42799 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 197020

[startup+882.301 s]
/proc/loadavg: 3.08 3.47 3.04 4/184 26062
/proc/meminfo: memFree=24806432/32951124 swapFree=67056304/67111528
[pid=25902] ppid=25899 vsize=197020 CPUtime=882.28 cores=0,2
/proc/25902/stat : 25902 (qutersat_releas) R 25899 25902 25858 0 -1 4202496 39121 0 2 0 88216 12 0 0 25 0 1 0 956787470 201748480 38956 33554432000 4194304 6016207 140733620585280 18446744073709551615 4425574 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/25902/statm: 49255 38956 742 445 0 42799 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 197020

[startup+942.301 s]
/proc/loadavg: 3.09 3.40 3.04 4/184 26064
/proc/meminfo: memFree=24783980/32951124 swapFree=67056304/67111528
[pid=25902] ppid=25899 vsize=197020 CPUtime=942.28 cores=0,2
/proc/25902/stat : 25902 (qutersat_releas) R 25899 25902 25858 0 -1 4202496 39246 0 2 0 94215 13 0 0 25 0 1 0 956787470 201748480 39068 33554432000 4194304 6016207 140733620585280 18446744073709551615 4425984 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/25902/statm: 49255 39068 742 445 0 42799 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 197020

[startup+1002.3 s]
/proc/loadavg: 3.03 3.32 3.04 4/184 26065
/proc/meminfo: memFree=24488724/32951124 swapFree=67056304/67111528
[pid=25902] ppid=25899 vsize=197020 CPUtime=1002.29 cores=0,2
/proc/25902/stat : 25902 (qutersat_releas) R 25899 25902 25858 0 -1 4202496 39374 0 2 0 100216 13 0 0 25 0 1 0 956787470 201748480 39196 33554432000 4194304 6016207 140733620585280 18446744073709551615 4425666 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/25902/statm: 49255 39196 742 445 0 42799 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 197020

[startup+1062.3 s]
/proc/loadavg: 3.01 3.27 3.03 4/184 26067
/proc/meminfo: memFree=24324288/32951124 swapFree=67056304/67111528
[pid=25902] ppid=25899 vsize=252444 CPUtime=1062.29 cores=0,2
/proc/25902/stat : 25902 (qutersat_releas) R 25899 25902 25858 0 -1 4202496 39532 0 2 0 106216 13 0 0 25 0 1 0 956787470 258502656 39324 33554432000 4194304 6016207 140733620585280 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/25902/statm: 63111 39324 742 445 0 56655 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 252444

[startup+1122.3 s]
/proc/loadavg: 3.00 3.22 3.02 4/184 26068
/proc/meminfo: memFree=24281432/32951124 swapFree=67056304/67111528
[pid=25902] ppid=25899 vsize=252444 CPUtime=1122.29 cores=0,2
/proc/25902/stat : 25902 (qutersat_releas) R 25899 25902 25858 0 -1 4202496 39538 0 2 0 112216 13 0 0 25 0 1 0 956787470 258502656 39330 33554432000 4194304 6016207 140733620585280 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/25902/statm: 63111 39330 742 445 0 56655 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 252444

[startup+1182.3 s]
/proc/loadavg: 3.00 3.17 3.02 4/184 26070
/proc/meminfo: memFree=23998536/32951124 swapFree=67056304/67111528
[pid=25902] ppid=25899 vsize=309024 CPUtime=1182.3 cores=0,2
/proc/25902/stat : 25902 (qutersat_releas) R 25899 25902 25858 0 -1 4202496 40269 0 2 0 118216 14 0 0 25 0 1 0 956787470 316440576 40003 33554432000 4194304 6016207 140733620585280 18446744073709551615 4425701 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/25902/statm: 77256 40003 738 445 0 70800 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 309024

[startup+1242.3 s]
/proc/loadavg: 3.00 3.14 3.01 4/184 26072
/proc/meminfo: memFree=23920364/32951124 swapFree=67056304/67111528
[pid=25902] ppid=25899 vsize=309024 CPUtime=1242.3 cores=0,2
/proc/25902/stat : 25902 (qutersat_releas) R 25899 25902 25858 0 -1 4202496 40367 0 2 0 124216 14 0 0 25 0 1 0 956787470 316440576 40081 33554432000 4194304 6016207 140733620585280 18446744073709551615 4425654 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/25902/statm: 77256 40081 738 445 0 70800 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 309024



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.11 3.01 4/184 26073
/proc/meminfo: memFree=23893628/32951124 swapFree=67056304/67111528
[pid=25902] ppid=25899 vsize=309024 CPUtime=1300 cores=0,2
/proc/25902/stat : 25902 (qutersat_releas) R 25899 25902 25858 0 -1 4202496 40367 0 2 0 129986 14 0 0 25 0 1 0 956787470 316440576 40060 33554432000 4194304 6016207 140733620585280 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 2
/proc/25902/statm: 77256 40060 738 445 0 70800 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 309024

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.02
CPU time (s): 1300.02
CPU user time (s): 1299.87
CPU system time (s): 0.149977
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 309024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.87
system time used= 0.149977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40372
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23
involuntary context switches= 2733

runsolver used 2.32765 second user time and 4.77527 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-10 02:26:09
IDJOB=3291831
IDBENCH=84808
IDSOLVER=1607
FILE ID=node110/3291831-1307665569
RUNJOBID= node110-1307665569-25876
PBS_JOBID= 13549443
Free space on /tmp= 74172 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT04/industrial/vangelder/cnf-color/myciel6-tr.used-as.sat04-320.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291831-1307665569/watcher-3291831-1307665569 -o /tmp/evaluation-result-3291831-1307665569/solver-3291831-1307665569 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3291831-1307665569.cnf 894953337

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

MD5SUM BENCH= 5ba57e5cfd40b4a93356dbea5162016d
RANDOM SEED=894953337

node110.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.830
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.66
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.830
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.83
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.830
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.830
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.830
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.76
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.830
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.83
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.830
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32042732 kB
Buffers:        243800 kB
Cached:         412520 kB
SwapCached:       8464 kB
Active:         336192 kB
Inactive:       339184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32042732 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:            2168 kB
Writeback:           0 kB
AnonPages:       17792 kB
Mapped:          12860 kB
Slab:           166332 kB
PageTables:       5580 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   194208 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= 73804 MiB
End job on node110 at 2011-06-10 02:47:51