Trace number 3384245

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) 5000.1 4999.94

General information on the benchmark

Nameindustrial/palacios/hard/
sortnet-7-ipc5-h15-unsat.cnf
MD5SUM0683489092a5eb0c881dd17c2c45d08e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables105623
Number of clauses374254
Sum of the clauses size911890
Maximum clause length43
Minimum clause length1
Number of clauses of size 1128
Number of clauses of size 2269133
Number of clauses of size 399944
Number of clauses of size 4407
Number of clauses of size 5309
Number of clauses of size over 54333

Solver Data

0.00/0.00	c Set FPU double precision.
0.19/0.22	c Parse Cnf success: #var: 106701 #clause: 374254
0.19/0.22	c Find Units :        128
0.19/0.24	c Find Invs  :        315
0.19/0.29	c Find Ands  :     104993 AvgFaninNum: 2.55734
0.19/0.30	c Find Xors  :          0 AvgFaninNum: nan
0.29/0.30	c Find Ite   :          0
0.29/0.36	c UnDirect variable: 630
0.29/0.36	c UnDirect to Direct Gate: 315
0.29/0.36	c Forced Direct Gate: 315 Unuse unDirect Gate: 315
0.29/0.37	c Break Cycle : 0
0.29/0.37	c Total Root : 128 Undef Var: 1393
0.39/0.46	c After covering, Total Root: 128 Leaf: 315
0.39/0.46	c Variable( cover/uncovered/unused ): 105623 0 1078
0.39/0.46	c Unit Clauses: 128
0.39/0.46	c Binary Clauses( cover/uncovered ): 269133 0
0.39/0.46	c Clauses( cover/uncovered ): 104993 0
0.39/0.46	c Total Clauses( cover/uncovered ): 374254 0 100%
0.39/0.46	c Covered Ands: 104993 Invs: 315 Xors: 0 Ites: 0
0.39/0.46	c Uncover Clauses avg size: nan max size: 0
0.39/0.46	c Final circuit: i/l/o/s     315       0     128    117461
0.39/0.46	c CnfToAig: Time: 0.46 s
0.69/0.70	c TmMap: Set choices finish.
0.69/0.73	c TmMap: Set big and: 10424
0.69/0.73	c TmMap: Origin: 117777 ClauseNum: 352383 --> New: 42805 ClauseNum: 202745
0.69/0.73	c TmMap: Time: 0.07
1.39/1.47	c Simulation --> TransNum: 125597/202745 Try to Add: #clause: 105149 #xorclause: 0
1.49/1.53	c #var: 42676 #clauses: 67154 Solving... 
5000.05/4999.91	c Time Out !!
5000.05/4999.91	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-3384245-1305540197/watcher-3384245-1305540197 -o /tmp/evaluation-result-3384245-1305540197/solver-3384245-1305540197 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384245-1305540197.cnf 1835373337 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.03 3/399 5039
/proc/meminfo: memFree=11393336/32951124 swapFree=65980224/67111528
[pid=5039] ppid=5037 vsize=34868 CPUtime=0 cores=1,3,5,7
/proc/5039/stat : 5039 (qutersat_releas) R 5037 5039 5007 0 -1 4202496 2466 0 0 0 0 0 0 0 21 0 1 0 646435217 35704832 2402 33554432000 4194304 6014671 140733856640080 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5039/statm: 8717 2402 378 445 0 2262 0

[startup+0.115772 s]
/proc/loadavg: 0.00 0.00 0.03 3/399 5039
/proc/meminfo: memFree=11393336/32951124 swapFree=65980224/67111528
[pid=5039] ppid=5037 vsize=58420 CPUtime=0.1 cores=1,3,5,7
/proc/5039/stat : 5039 (qutersat_releas) R 5037 5039 5007 0 -1 4202496 8424 0 0 0 10 0 0 0 22 0 1 0 646435217 59822080 8360 33554432000 4194304 6014671 140733856640080 18446744073709551615 4305098 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5039/statm: 14605 8361 378 445 0 8150 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 58420

[startup+0.20077 s]
/proc/loadavg: 0.00 0.00 0.03 3/399 5039
/proc/meminfo: memFree=11393336/32951124 swapFree=65980224/67111528
[pid=5039] ppid=5037 vsize=72884 CPUtime=0.19 cores=1,3,5,7
/proc/5039/stat : 5039 (qutersat_releas) R 5037 5039 5007 0 -1 4202496 11770 0 0 0 19 0 0 0 22 0 1 0 646435217 74633216 11706 33554432000 4194304 6014671 140733856640080 18446744073709551615 4795419 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5039/statm: 18221 11706 378 445 0 11766 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 72884

[startup+0.300752 s]
/proc/loadavg: 0.00 0.00 0.03 3/399 5039
/proc/meminfo: memFree=11393336/32951124 swapFree=65980224/67111528
[pid=5039] ppid=5037 vsize=81204 CPUtime=0.29 cores=1,3,5,7
/proc/5039/stat : 5039 (qutersat_releas) R 5037 5039 5007 0 -1 4202496 13887 0 0 0 28 1 0 0 22 0 1 0 646435217 83152896 13823 33554432000 4194304 6014671 140733856640080 18446744073709551615 228095451008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5039/statm: 20301 13823 395 445 0 13846 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 81204

[startup+0.700676 s]
/proc/loadavg: 0.00 0.00 0.03 3/399 5039
/proc/meminfo: memFree=11393336/32951124 swapFree=65980224/67111528
[pid=5039] ppid=5037 vsize=88192 CPUtime=0.69 cores=1,3,5,7
/proc/5039/stat : 5039 (qutersat_releas) R 5037 5039 5007 0 -1 4202496 16075 0 0 0 68 1 0 0 24 0 1 0 646435217 90308608 16011 33554432000 4194304 6014671 140733856640080 18446744073709551615 4230129 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5039/statm: 22048 16011 669 445 0 15593 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 88192

[startup+1.5005 s]
/proc/loadavg: 0.00 0.00 0.03 3/405 5046
/proc/meminfo: memFree=11171084/32951124 swapFree=65980224/67111528
[pid=5039] ppid=5037 vsize=92288 CPUtime=1.49 cores=1,3,5,7
/proc/5039/stat : 5039 (qutersat_releas) R 5037 5039 5007 0 -1 4202496 17073 0 0 0 148 1 0 0 25 0 1 0 646435217 94502912 17009 33554432000 4194304 6014671 140733856640080 18446744073709551615 4241828 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5039/statm: 23072 17009 691 445 0 16617 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 92288

[startup+3.1002 s]
/proc/loadavg: 0.00 0.00 0.03 3/405 5046
/proc/meminfo: memFree=11079944/32951124 swapFree=65980224/67111528
[pid=5039] ppid=5037 vsize=137856 CPUtime=3.09 cores=1,3,5,7
/proc/5039/stat : 5039 (qutersat_releas) R 5037 5039 5007 0 -1 4202496 26331 0 0 0 307 2 0 0 25 0 1 0 646435217 141164544 26267 33554432000 4194304 6014671 140733856640080 18446744073709551615 4444768 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5039/statm: 34464 26267 701 445 0 28009 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 137856

[startup+6.30061 s]
/proc/loadavg: 0.24 0.05 0.04 3/405 5046
/proc/meminfo: memFree=10658720/32951124 swapFree=65980224/67111528
[pid=5039] ppid=5037 vsize=219740 CPUtime=6.29 cores=1,3,5,7
/proc/5039/stat : 5039 (qutersat_releas) R 5037 5039 5007 0 -1 4202496 42927 0 0 0 624 5 0 0 25 0 1 0 646435217 225013760 42863 33554432000 4194304 6014671 140733856640080 18446744073709551615 4368740 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5039/statm: 54935 42863 713 445 0 48480 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 219740

[startup+12.7004 s]
/proc/loadavg: 0.38 0.08 0.05 3/405 5046
/proc/meminfo: memFree=10587500/32951124 swapFree=65980224/67111528
[pid=5039] ppid=5037 vsize=241964 CPUtime=12.69 cores=1,3,5,7
/proc/5039/stat : 5039 (qutersat_releas) R 5037 5039 5007 0 -1 4202496 45688 0 0 0 1264 5 0 0 25 0 1 0 646435217 247771136 45623 33554432000 4194304 6014671 140733856640080 18446744073709551615 4423643 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5039/statm: 60491 45623 724 445 0 54036 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 241964

[startup+25.5011 s]
/proc/loadavg: 0.74 0.18 0.08 3/405 5047
/proc/meminfo: memFree=10482824/32951124 swapFree=65980224/67111528
[pid=5039] ppid=5037 vsize=288944 CPUtime=25.5 cores=1,3,5,7
/proc/5039/stat : 5039 (qutersat_releas) R 5037 5039 5007 0 -1 4202496 57011 0 0 0 2542 8 0 0 25 0 1 0 646435217 295878656 56946 33554432000 4194304 6014671 140733856640080 18446744073709551615 4422693 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5039/statm: 72236 56946 728 445 0 65781 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 288944

[startup+51.1004 s]
/proc/loadavg: 1.17 0.32 0.13 3/405 5047
/proc/meminfo: memFree=10213860/32951124 swapFree=65980224/67111528
[pid=5039] ppid=5037 vsize=320900 CPUtime=51.09 cores=1,3,5,7
/proc/5039/stat : 5039 (qutersat_releas) R 5037 5039 5007 0 -1 4202496 62364 0 0 0 5100 9 0 0 25 0 1 0 646435217 328601600 62286 33554432000 4194304 6014671 140733856640080 18446744073709551615 4422652 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5039/statm: 80225 62286 728 445 0 73770 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 320900

[startup+102.301 s]
/proc/loadavg: 1.64 0.58 0.23 3/405 5076
/proc/meminfo: memFree=11099292/32951124 swapFree=65980224/67111528
[pid=5039] ppid=5037 vsize=356348 CPUtime=102.3 cores=1,3,5,7
/proc/5039/stat : 5039 (qutersat_releas) R 5037 5039 5007 0 -1 4202496 69972 0 0 0 10220 10 0 0 25 0 1 0 646435217 364900352 69894 33554432000 4194304 6014671 140733856640080 18446744073709551615 4423923 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5039/statm: 89087 69894 728 445 0 82632 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 356348

[startup+162.301 s]
/proc/loadavg: 1.91 0.85 0.34 3/405 5077
/proc/meminfo: memFree=11028772/32951124 swapFree=65980224/67111528
[pid=5039] ppid=5037 vsize=409348 CPUtime=162.3 cores=1,3,5,7
/proc/5039/stat : 5039 (qutersat_releas) R 5037 5039 5007 0 -1 4202496 77880 0 0 0 16218 12 0 0 25 0 1 0 646435217 419172352 77704 33554432000 4194304 6014671 140733856640080 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5039/statm: 102337 77704 763 445 0 95882 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 409348

[startup+222.315 s]
/proc/loadavg: 1.97 1.06 0.44 3/405 5079
/proc/meminfo: memFree=10991676/32951124 swapFree=65980224/67111528
[pid=5039] ppid=5037 vsize=409348 CPUtime=222.32 cores=1,3,5,7
/proc/5039/stat : 5039 (qutersat_releas) R 5037 5039 5007 0 -1 4202496 81211 0 0 0 22219 13 0 0 25 0 1 0 646435217 419172352 80887 33554432000 4194304 6014671 140733856640080 18446744073709551615 4566192 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5039/statm: 102337 80887 746 445 0 95882 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 409348

[startup+282.301 s]
/proc/loadavg: 2.08 1.26 0.55 3/405 5080
/proc/meminfo: memFree=10972184/32951124 swapFree=65980224/67111528
[pid=5039] ppid=5037 vsize=409348 CPUtime=282.3 cores=1,3,5,7
/proc/5039/stat : 5039 (qutersat_releas) R 5037 5039 5007 0 -1 4202496 82247 0 0 0 28217 13 0 0 25 0 1 0 646435217 419172352 81677 33554432000 4194304 6014671 140733856640080 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5039/statm: 102337 81677 745 445 0 95882 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 409348

[startup+342.301 s]
/proc/loadavg: 2.07 1.40 0.64 3/405 5082
/proc/meminfo: memFree=10938924/32951124 swapFree=65980224/67111528
[pid=5039] ppid=5037 vsize=409348 CPUtime=342.3 cores=1,3,5,7
/proc/5039/stat : 5039 (qutersat_releas) R 5037 5039 5007 0 -1 4202496 84382 0 0 0 34216 14 0 0 25 0 1 0 646435217 419172352 83810 33554432000 4194304 6014671 140733856640080 18446744073709551615 4422635 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5039/statm: 102337 83810 743 445 0 95882 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 409348

[startup+402.301 s]
/proc/loadavg: 2.02 1.51 0.72 3/405 5084
/proc/meminfo: memFree=10922780/32951124 swapFree=65980224/67111528
[pid=5039] ppid=5037 vsize=426852 CPUtime=402.3 cores=1,3,5,7
/proc/5039/stat : 5039 (qutersat_releas) R 5037 5039 5007 0 -1 4202496 87425 0 0 0 40216 14 0 0 25 0 1 0 646435217 437096448 86853 33554432000 4194304 6014671 140733856640080 18446744073709551615 4424173 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5039/statm: 106713 86853 743 445 0 100258 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 426852

[startup+462.301 s]
/proc/loadavg: 2.01 1.60 0.80 3/405 5085
/proc/meminfo: memFree=10904528/32951124 swapFree=65980224/67111528
[pid=5039] ppid=5037 vsize=444900 CPUtime=462.3 cores=1,3,5,7
/proc/5039/stat : 5039 (qutersat_releas) R 5037 5039 5007 0 -1 4202496 91579 0 0 0 46215 15 0 0 25 0 1 0 646435217 455577600 91007 33554432000 4194304 6014671 140733856640080 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5039/statm: 111225 91007 743 445 0 104770 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 444900

[startup+522.301 s]
/proc/loadavg: 2.00 1.67 0.87 3/405 5087
/proc/meminfo: memFree=10870412/32951124 swapFree=65980224/67111528
[pid=5039] ppid=5037 vsize=444900 CPUtime=522.31 cores=1,3,5,7
/proc/5039/stat : 5039 (qutersat_releas) R 5037 5039 5007 0 -1 4202496 94105 0 0 0 52215 16 0 0 25 0 1 0 646435217 455577600 93519 33554432000 4194304 6014671 140733856640080 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5039/statm: 111225 93519 778 445 0 104770 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 444900

[startup+582.301 s]
/proc/loadavg: 2.00 1.72 0.94 3/405 5088
/proc/meminfo: memFree=10843980/32951124 swapFree=65980224/67111528
[pid=5039] ppid=5037 vsize=444900 CPUtime=582.31 cores=1,3,5,7
/proc/5039/stat : 5039 (qutersat_releas) R 5037 5039 5007 0 -1 4202496 94267 0 0 0 58215 16 0 0 25 0 1 0 646435217 455577600 93681 33554432000 4194304 6014671 140733856640080 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5039/statm: 111225 93681 778 445 0 104770 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 444900

[startup+642.301 s]

################
# More data... #
################

[startup+4002.3 s]
/proc/loadavg: 2.03 2.01 1.94 3/405 5192
/proc/meminfo: memFree=10341736/32951124 swapFree=65980224/67111528
[pid=5039] ppid=5037 vsize=1267692 CPUtime=4002.41 cores=1,3,5,7
/proc/5039/stat : 5039 (qutersat_releas) R 5037 5039 5007 0 -1 4202496 167018 0 0 0 400191 50 0 0 25 0 1 0 646435217 1298116608 165203 33554432000 4194304 6014671 140733856640080 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5039/statm: 316923 165203 728 445 0 310468 0
Current children cumulated CPU time (s) 4002.41
Current children cumulated vsize (KiB) 1267692

[startup+4062.3 s]
/proc/loadavg: 2.16 2.04 1.95 3/405 5193
/proc/meminfo: memFree=10341964/32951124 swapFree=65980224/67111528
[pid=5039] ppid=5037 vsize=1267692 CPUtime=4062.42 cores=1,3,5,7
/proc/5039/stat : 5039 (qutersat_releas) R 5037 5039 5007 0 -1 4202496 167018 0 0 0 406192 50 0 0 25 0 1 0 646435217 1298116608 165203 33554432000 4194304 6014671 140733856640080 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5039/statm: 316923 165203 728 445 0 310468 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 1267692

[startup+4122.3 s]
/proc/loadavg: 2.12 2.04 1.96 3/405 5195
/proc/meminfo: memFree=10341576/32951124 swapFree=65980224/67111528
[pid=5039] ppid=5037 vsize=1267692 CPUtime=4122.42 cores=1,3,5,7
/proc/5039/stat : 5039 (qutersat_releas) R 5037 5039 5007 0 -1 4202496 167018 0 0 0 412192 50 0 0 25 0 1 0 646435217 1298116608 165203 33554432000 4194304 6014671 140733856640080 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5039/statm: 316923 165203 728 445 0 310468 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 1267692

[startup+4182.32 s]
/proc/loadavg: 2.04 2.03 1.96 3/405 5196
/proc/meminfo: memFree=10322460/32951124 swapFree=65980224/67111528
[pid=5039] ppid=5037 vsize=1267692 CPUtime=4182.43 cores=1,3,5,7
/proc/5039/stat : 5039 (qutersat_releas) R 5037 5039 5007 0 -1 4202496 167018 0 0 0 418193 50 0 0 25 0 1 0 646435217 1298116608 165203 33554432000 4194304 6014671 140733856640080 18446744073709551615 4424608 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5039/statm: 316923 165203 728 445 0 310468 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 1267692

[startup+4242.3 s]
/proc/loadavg: 2.01 2.02 1.96 3/405 5198
/proc/meminfo: memFree=10322692/32951124 swapFree=65980224/67111528
[pid=5039] ppid=5037 vsize=1267692 CPUtime=4242.42 cores=1,3,5,7
/proc/5039/stat : 5039 (qutersat_releas) R 5037 5039 5007 0 -1 4202496 167235 0 0 0 424192 50 0 0 25 0 1 0 646435217 1298116608 165179 33554432000 4194304 6014671 140733856640080 18446744073709551615 4424324 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5039/statm: 316923 165179 728 445 0 310468 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 1267692

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 1.96 3/405 5200
/proc/meminfo: memFree=10314240/32951124 swapFree=65980224/67111528
[pid=5039] ppid=5037 vsize=1267692 CPUtime=4302.43 cores=1,3,5,7
/proc/5039/stat : 5039 (qutersat_releas) R 5037 5039 5007 0 -1 4202496 167300 0 0 0 430192 51 0 0 25 0 1 0 646435217 1298116608 165244 33554432000 4194304 6014671 140733856640080 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5039/statm: 316923 165244 728 445 0 310468 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 1267692

[startup+4362.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/405 5201
/proc/meminfo: memFree=10311372/32951124 swapFree=65980224/67111528
[pid=5039] ppid=5037 vsize=1267692 CPUtime=4362.43 cores=1,3,5,7
/proc/5039/stat : 5039 (qutersat_releas) R 5037 5039 5007 0 -1 4202496 167300 0 0 0 436192 51 0 0 25 0 1 0 646435217 1298116608 165244 33554432000 4194304 6014671 140733856640080 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5039/statm: 316923 165244 728 445 0 310468 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 1267692

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 1.96 4/405 5203
/proc/meminfo: memFree=10310724/32951124 swapFree=65980224/67111528
[pid=5039] ppid=5037 vsize=1267692 CPUtime=4422.43 cores=1,3,5,7
/proc/5039/stat : 5039 (qutersat_releas) R 5037 5039 5007 0 -1 4202496 167301 0 0 0 442192 51 0 0 25 0 1 0 646435217 1298116608 165245 33554432000 4194304 6014671 140733856640080 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5039/statm: 316923 165245 728 445 0 310468 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 1267692

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/405 5204
/proc/meminfo: memFree=10310072/32951124 swapFree=65980224/67111528
[pid=5039] ppid=5037 vsize=1267692 CPUtime=4482.43 cores=1,3,5,7
/proc/5039/stat : 5039 (qutersat_releas) R 5037 5039 5007 0 -1 4202496 167303 0 0 0 448192 51 0 0 25 0 1 0 646435217 1298116608 165247 33554432000 4194304 6014671 140733856640080 18446744073709551615 4423591 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5039/statm: 316923 165247 728 445 0 310468 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 1267692

[startup+4542.3 s]
/proc/loadavg: 2.04 2.01 1.97 3/405 5206
/proc/meminfo: memFree=10310168/32951124 swapFree=65980224/67111528
[pid=5039] ppid=5037 vsize=1267692 CPUtime=4542.43 cores=1,3,5,7
/proc/5039/stat : 5039 (qutersat_releas) R 5037 5039 5007 0 -1 4202496 167303 0 0 0 454192 51 0 0 25 0 1 0 646435217 1298116608 165247 33554432000 4194304 6014671 140733856640080 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5039/statm: 316923 165247 728 445 0 310468 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 1267692

[startup+4602.3 s]
/proc/loadavg: 2.01 2.01 1.97 3/405 5208
/proc/meminfo: memFree=10310268/32951124 swapFree=65980224/67111528
[pid=5039] ppid=5037 vsize=1267692 CPUtime=4602.43 cores=1,3,5,7
/proc/5039/stat : 5039 (qutersat_releas) R 5037 5039 5007 0 -1 4202496 167320 0 0 0 460192 51 0 0 25 0 1 0 646435217 1298116608 165264 33554432000 4194304 6014671 140733856640080 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5039/statm: 316923 165264 728 445 0 310468 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 1267692

[startup+4662.3 s]
/proc/loadavg: 2.08 2.03 1.98 3/405 5209
/proc/meminfo: memFree=10309376/32951124 swapFree=65980224/67111528
[pid=5039] ppid=5037 vsize=1267692 CPUtime=4662.43 cores=1,3,5,7
/proc/5039/stat : 5039 (qutersat_releas) R 5037 5039 5007 0 -1 4202496 167321 0 0 0 466192 51 0 0 25 0 1 0 646435217 1298116608 165265 33554432000 4194304 6014671 140733856640080 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5039/statm: 316923 165265 728 445 0 310468 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 1267692

[startup+4722.3 s]
/proc/loadavg: 2.06 2.04 1.98 3/405 5211
/proc/meminfo: memFree=10310720/32951124 swapFree=65980224/67111528
[pid=5039] ppid=5037 vsize=1267692 CPUtime=4722.44 cores=1,3,5,7
/proc/5039/stat : 5039 (qutersat_releas) R 5037 5039 5007 0 -1 4202496 167330 0 0 0 472193 51 0 0 25 0 1 0 646435217 1298116608 165274 33554432000 4194304 6014671 140733856640080 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5039/statm: 316923 165274 728 445 0 310468 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 1267692

[startup+4782.3 s]
/proc/loadavg: 2.02 2.03 1.98 3/405 5212
/proc/meminfo: memFree=10309832/32951124 swapFree=65980224/67111528
[pid=5039] ppid=5037 vsize=1267692 CPUtime=4782.44 cores=1,3,5,7
/proc/5039/stat : 5039 (qutersat_releas) R 5037 5039 5007 0 -1 4202496 167330 0 0 0 478193 51 0 0 25 0 1 0 646435217 1298116608 165274 33554432000 4194304 6014671 140733856640080 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5039/statm: 316923 165274 728 445 0 310468 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 1267692

[startup+4842.31 s]
/proc/loadavg: 2.01 2.02 1.98 3/405 5214
/proc/meminfo: memFree=10309320/32951124 swapFree=65980224/67111528
[pid=5039] ppid=5037 vsize=1267692 CPUtime=4842.45 cores=1,3,5,7
/proc/5039/stat : 5039 (qutersat_releas) R 5037 5039 5007 0 -1 4202496 167331 0 0 0 484194 51 0 0 25 0 1 0 646435217 1298116608 165275 33554432000 4194304 6014671 140733856640080 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5039/statm: 316923 165275 728 445 0 310468 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 1267692

[startup+4902.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/405 5216
/proc/meminfo: memFree=10310532/32951124 swapFree=65980224/67111528
[pid=5039] ppid=5037 vsize=1267692 CPUtime=4902.44 cores=1,3,5,7
/proc/5039/stat : 5039 (qutersat_releas) R 5037 5039 5007 0 -1 4202496 167331 0 0 0 490193 51 0 0 25 0 1 0 646435217 1298116608 165275 33554432000 4194304 6014671 140733856640080 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 7 0 0 0
/proc/5039/statm: 316923 165275 728 445 0 310468 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 1267692

[startup+4962.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/405 5220
/proc/meminfo: memFree=10309452/32951124 swapFree=65980224/67111528
[pid=5039] ppid=5037 vsize=1267692 CPUtime=4962.44 cores=1,3,5,7
/proc/5039/stat : 5039 (qutersat_releas) R 5037 5039 5007 0 -1 4202496 167331 0 0 0 496193 51 0 0 25 0 1 0 646435217 1298116608 165275 33554432000 4194304 6014671 140733856640080 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5039/statm: 316923 165275 728 445 0 310468 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 1267692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.98 3/405 5221
/proc/meminfo: memFree=10308328/32951124 swapFree=65980224/67111528
[pid=5039] ppid=5037 vsize=1267692 CPUtime=5000.05 cores=1,3,5,7
/proc/5039/stat : 5039 (qutersat_releas) R 5037 5039 5007 0 -1 4202496 167402 0 0 0 499953 52 0 0 25 0 1 0 646435217 1298116608 165346 33554432000 4194304 6014671 140733856640080 18446744073709551615 4566205 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5039/statm: 316923 165346 728 445 0 310468 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 1267692

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): 4999.94
CPU time (s): 5000.1
CPU user time (s): 4999.55
CPU system time (s): 0.547916
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1267692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.55
system time used= 0.547916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167406
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= 9
involuntary context switches= 8618

runsolver used 18.2322 second user time and 45.876 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-16 12:03:17
IDJOB=3384245
IDBENCH=20406
IDSOLVER=1868
FILE ID=node142/3384245-1305540197
RUNJOBID= node142-1305540196-5026
PBS_JOBID= 13329211
Free space on /tmp= 73560 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT07/industrial/palacios/hard/sortnet-7-ipc5-h15-unsat.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384245-1305540197/watcher-3384245-1305540197 -o /tmp/evaluation-result-3384245-1305540197/solver-3384245-1305540197 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384245-1305540197.cnf 1835373337

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 0683489092a5eb0c881dd17c2c45d08e
RANDOM SEED=1835373337

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11393740 kB
Buffers:        348812 kB
Cached:        4904556 kB
SwapCached:      11512 kB
Active:       18106584 kB
Inactive:      3086704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11393740 kB
SwapTotal:    67111528 kB
SwapFree:     65980224 kB
Dirty:           33400 kB
Writeback:           0 kB
AnonPages:    15936332 kB
Mapped:          23308 kB
Slab:           236168 kB
PageTables:      59652 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 90314228 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= 73584 MiB
End job on node142 at 2011-05-16 13:26:39