Trace number 3384518

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.11 4999.93

General information on the benchmark

NameSAT02/industrial/nam/fpga-routing/
k2fix_gr_rcs_w8.shuffled.cnf
MD5SUM82e833e539576c6d79252b19dcace0cf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.63029
Satisfiable
(Un)Satisfiability was proved
Number of variables10056
Number of clauses271393
Sum of the clauses size550328
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2270136
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51257

Solver Data

0.00/0.00	c Set FPU double precision.
0.07/0.09	c Parse Cnf success: #var: 10056 #clause: 271393
0.07/0.09	c Find Units :          0
0.09/0.10	c Find Invs  :          0
0.09/0.10	c Find Ands  :          0 AvgFaninNum: nan
0.09/0.10	c Find Xors  :          0 AvgFaninNum: nan
0.09/0.10	c Find Ite   :          0
0.09/0.11	c UnDirect variable: 0
0.09/0.11	c UnDirect to Direct Gate: 0
0.09/0.11	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.09/0.11	c Break Cycle : 0
0.09/0.11	c Total Root : 0 Undef Var: 10056
0.09/0.11	c After covering, Total Root: 0 Leaf: 0
0.09/0.11	c Variable( cover/uncovered/unused ): 0 10056 0
0.09/0.11	c Unit Clauses: 0
0.09/0.11	c Binary Clauses( cover/uncovered ): 0 270136
0.09/0.11	c Clauses( cover/uncovered ): 0 1257
0.09/0.11	c Total Clauses( cover/uncovered ): 0 271393 0%
0.09/0.11	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.19/0.26	c Uncover Clauses avg size: 2.02779 max size: 8
0.19/0.26	c Final circuit: i/l/o/s   10056       0  271393    278935
0.19/0.26	c CnfToAig: Time: 0.25 s
0.39/0.41	c TmMap: Set choices finish.
0.49/0.56	c TmMap: Set big and: 271393
0.49/0.56	c TmMap: Origin: 288992 ClauseNum: 836805 --> New: 281450 ClauseNum: 821721
0.49/0.56	c TmMap: Time: 0.17
0.59/0.60	c Try to Add: #clause: 542786 #xorclause: 0
0.59/0.65	c #var: 10056 #clauses: 1258 Solving... 
5000.08/4999.91	c Time Out !!
5000.08/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-3384518-1305555300/watcher-3384518-1305555300 -o /tmp/evaluation-result-3384518-1305555300/solver-3384518-1305555300 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384518-1305555300.cnf 1229440449 

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: 1.74 1.23 1.17 2/423 8755
/proc/meminfo: memFree=13555952/32950928 swapFree=45358800/67111528
[pid=8755] ppid=8753 vsize=33900 CPUtime=0 cores=1,3,5,7
/proc/8755/stat : 8755 (qutersat_releas) R 8753 8755 7770 0 -1 4202496 2104 0 0 0 0 0 0 0 25 0 1 0 667126699 34713600 2041 33554432000 4194304 6014671 140734371119488 18446744073709551615 4276897 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8755/statm: 8475 2041 378 445 0 2020 0

[startup+0.075043 s]
/proc/loadavg: 1.74 1.23 1.17 2/423 8755
/proc/meminfo: memFree=13555952/32950928 swapFree=45358800/67111528
[pid=8755] ppid=8753 vsize=57452 CPUtime=0.07 cores=1,3,5,7
/proc/8755/stat : 8755 (qutersat_releas) R 8753 8755 7770 0 -1 4202496 6142 0 0 0 6 1 0 0 25 0 1 0 667126699 58830848 6080 33554432000 4194304 6014671 140734371119488 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8755/statm: 14363 6109 378 445 0 7908 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 57452

[startup+0.101036 s]
/proc/loadavg: 1.74 1.23 1.17 2/423 8755
/proc/meminfo: memFree=13555952/32950928 swapFree=45358800/67111528
[pid=8755] ppid=8753 vsize=57452 CPUtime=0.09 cores=1,3,5,7
/proc/8755/stat : 8755 (qutersat_releas) R 8753 8755 7770 0 -1 4202496 7742 0 0 0 8 1 0 0 25 0 1 0 667126699 58830848 7679 33554432000 4194304 6014671 140734371119488 18446744073709551615 4280823 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8755/statm: 14363 7679 382 445 0 7908 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 57452

[startup+0.300997 s]
/proc/loadavg: 1.74 1.23 1.17 2/423 8755
/proc/meminfo: memFree=13555952/32950928 swapFree=45358800/67111528
[pid=8755] ppid=8753 vsize=89436 CPUtime=0.29 cores=1,3,5,7
/proc/8755/stat : 8755 (qutersat_releas) R 8753 8755 7770 0 -1 4202496 15734 0 0 0 27 2 0 0 18 0 1 0 667126699 91582464 15671 33554432000 4194304 6014671 140734371119488 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8755/statm: 22359 15676 668 445 0 15904 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 89436

[startup+0.70092 s]
/proc/loadavg: 1.74 1.23 1.17 2/423 8755
/proc/meminfo: memFree=13555952/32950928 swapFree=45358800/67111528
[pid=8755] ppid=8753 vsize=148096 CPUtime=0.69 cores=1,3,5,7
/proc/8755/stat : 8755 (qutersat_releas) R 8753 8755 7770 0 -1 4202496 28867 0 0 0 66 3 0 0 18 0 1 0 667126699 151650304 28804 33554432000 4194304 6014671 140734371119488 18446744073709551615 4666663 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8755/statm: 37024 28804 700 445 0 30569 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 148096

[startup+1.50075 s]
/proc/loadavg: 1.76 1.24 1.18 3/424 8756
/proc/meminfo: memFree=13441376/32950928 swapFree=45358800/67111528
[pid=8755] ppid=8753 vsize=148096 CPUtime=1.49 cores=1,3,5,7
/proc/8755/stat : 8755 (qutersat_releas) R 8753 8755 7770 0 -1 4202496 28888 0 0 0 146 3 0 0 19 0 1 0 667126699 151650304 28825 33554432000 4194304 6014671 140734371119488 18446744073709551615 4422690 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8755/statm: 37024 28825 721 445 0 30569 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 148096

[startup+3.10044 s]
/proc/loadavg: 1.76 1.24 1.18 3/424 8756
/proc/meminfo: memFree=13426528/32950928 swapFree=45358800/67111528
[pid=8755] ppid=8753 vsize=148096 CPUtime=3.09 cores=1,3,5,7
/proc/8755/stat : 8755 (qutersat_releas) R 8753 8755 7770 0 -1 4202496 28889 0 0 0 306 3 0 0 25 0 1 0 667126699 151650304 28826 33554432000 4194304 6014671 140734371119488 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8755/statm: 37024 28826 722 445 0 30569 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 148096

[startup+6.30081 s]
/proc/loadavg: 1.76 1.24 1.18 3/424 8756
/proc/meminfo: memFree=13427132/32950928 swapFree=45358800/67111528
[pid=8755] ppid=8753 vsize=148096 CPUtime=6.29 cores=1,3,5,7
/proc/8755/stat : 8755 (qutersat_releas) R 8753 8755 7770 0 -1 4202496 28900 0 0 0 626 3 0 0 25 0 1 0 667126699 151650304 28837 33554432000 4194304 6014671 140734371119488 18446744073709551615 4424563 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8755/statm: 37024 28837 726 445 0 30569 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 148096

[startup+12.7005 s]
/proc/loadavg: 1.80 1.27 1.18 3/424 8757
/proc/meminfo: memFree=13412184/32950928 swapFree=45358800/67111528
[pid=8755] ppid=8753 vsize=160660 CPUtime=12.69 cores=1,3,5,7
/proc/8755/stat : 8755 (qutersat_releas) R 8753 8755 7770 0 -1 4202496 29932 0 0 0 1265 4 0 0 25 0 1 0 667126699 164515840 29869 33554432000 4194304 6014671 140734371119488 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8755/statm: 40165 29869 726 445 0 33710 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 160660

[startup+25.501 s]
/proc/loadavg: 1.83 1.29 1.19 3/424 8757
/proc/meminfo: memFree=13364684/32950928 swapFree=45358800/67111528
[pid=8755] ppid=8753 vsize=186084 CPUtime=25.49 cores=1,3,5,7
/proc/8755/stat : 8755 (qutersat_releas) R 8753 8755 7770 0 -1 4202496 33417 0 0 0 2545 4 0 0 25 0 1 0 667126699 190550016 33354 33554432000 4194304 6014671 140734371119488 18446744073709551615 4423915 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8755/statm: 46521 33354 726 445 0 40066 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 186084

[startup+51.1009 s]
/proc/loadavg: 1.89 1.35 1.21 3/424 8758
/proc/meminfo: memFree=13328324/32950928 swapFree=45358800/67111528
[pid=8755] ppid=8753 vsize=199164 CPUtime=51.1 cores=1,3,5,7
/proc/8755/stat : 8755 (qutersat_releas) R 8753 8755 7770 0 -1 4202496 34209 0 0 0 5105 5 0 0 25 0 1 0 667126699 203943936 34146 33554432000 4194304 6014671 140734371119488 18446744073709551615 4423990 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8755/statm: 49791 34146 726 445 0 43336 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 199164

[startup+102.316 s]
/proc/loadavg: 1.95 1.45 1.26 3/424 8759
/proc/meminfo: memFree=13307300/32950928 swapFree=45358800/67111528
[pid=8755] ppid=8753 vsize=199164 CPUtime=102.31 cores=1,3,5,7
/proc/8755/stat : 8755 (qutersat_releas) R 8753 8755 7770 0 -1 4202496 36414 0 0 0 10226 5 0 0 25 0 1 0 667126699 203943936 36351 33554432000 4194304 6014671 140734371119488 18446744073709551615 4422690 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8755/statm: 49791 36351 726 445 0 43336 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 199164

[startup+162.301 s]
/proc/loadavg: 1.98 1.55 1.30 3/424 8761
/proc/meminfo: memFree=13264060/32950928 swapFree=45358800/67111528
[pid=8755] ppid=8753 vsize=213492 CPUtime=162.29 cores=1,3,5,7
/proc/8755/stat : 8755 (qutersat_releas) R 8753 8755 7770 0 -1 4202496 40667 0 0 0 16224 5 0 0 25 0 1 0 667126699 218615808 40595 33554432000 4194304 6014671 140734371119488 18446744073709551615 4428330 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8755/statm: 53373 40595 727 445 0 46918 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 213492

[startup+222.301 s]
/proc/loadavg: 1.99 1.63 1.34 3/424 8762
/proc/meminfo: memFree=13223940/32950928 swapFree=45358800/67111528
[pid=8755] ppid=8753 vsize=243164 CPUtime=222.3 cores=1,3,5,7
/proc/8755/stat : 8755 (qutersat_releas) R 8753 8755 7770 0 -1 4202496 44885 0 0 0 22223 7 0 0 25 0 1 0 667126699 248999936 44812 33554432000 4194304 6014671 140734371119488 18446744073709551615 4423292 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8755/statm: 60791 44812 726 445 0 54336 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 243164

[startup+282.301 s]
/proc/loadavg: 1.99 1.69 1.38 3/424 8764
/proc/meminfo: memFree=13217920/32950928 swapFree=45358800/67111528
[pid=8755] ppid=8753 vsize=243164 CPUtime=282.3 cores=1,3,5,7
/proc/8755/stat : 8755 (qutersat_releas) R 8753 8755 7770 0 -1 4202496 45330 0 0 0 28223 7 0 0 25 0 1 0 667126699 248999936 45163 33554432000 4194304 6014671 140734371119488 18446744073709551615 4423288 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8755/statm: 60791 45163 726 445 0 54336 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 243164

[startup+342.301 s]
/proc/loadavg: 1.99 1.75 1.41 3/424 8765
/proc/meminfo: memFree=12392488/32950928 swapFree=45358800/67111528
[pid=8755] ppid=8753 vsize=243164 CPUtime=342.3 cores=1,3,5,7
/proc/8755/stat : 8755 (qutersat_releas) R 8753 8755 7770 0 -1 4202496 46114 0 0 0 34223 7 0 0 25 0 1 0 667126699 248999936 45947 33554432000 4194304 6014671 140734371119488 18446744073709551615 4383650 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8755/statm: 60791 45947 726 445 0 54336 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 243164

[startup+402.301 s]
/proc/loadavg: 2.05 1.81 1.45 3/424 8767
/proc/meminfo: memFree=12476732/32950928 swapFree=45358800/67111528
[pid=8755] ppid=8753 vsize=243164 CPUtime=402.3 cores=1,3,5,7
/proc/8755/stat : 8755 (qutersat_releas) R 8753 8755 7770 0 -1 4202496 46392 0 0 0 40223 7 0 0 25 0 1 0 667126699 248999936 46225 33554432000 4194304 6014671 140734371119488 18446744073709551615 4424158 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8755/statm: 60791 46225 726 445 0 54336 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 243164

[startup+462.301 s]
/proc/loadavg: 2.05 1.85 1.49 3/424 8769
/proc/meminfo: memFree=12224808/32950928 swapFree=45358800/67111528
[pid=8755] ppid=8753 vsize=259252 CPUtime=462.3 cores=1,3,5,7
/proc/8755/stat : 8755 (qutersat_releas) R 8753 8755 7770 0 -1 4202496 52069 0 0 0 46222 8 0 0 25 0 1 0 667126699 265474048 51873 33554432000 4194304 6014671 140734371119488 18446744073709551615 4423998 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8755/statm: 64813 51873 733 445 0 58358 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 259252

[startup+522.301 s]
/proc/loadavg: 1.52 1.75 1.48 2/418 8787
/proc/meminfo: memFree=15092940/32950928 swapFree=45358800/67111528
[pid=8755] ppid=8753 vsize=259252 CPUtime=522.31 cores=1,3,5,7
/proc/8755/stat : 8755 (qutersat_releas) R 8753 8755 7770 0 -1 4202496 52936 0 0 0 52222 9 0 0 25 0 1 0 667126699 265474048 52740 33554432000 4194304 6014671 140734371119488 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8755/statm: 64813 52740 733 445 0 58358 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 259252

[startup+582.3 s]
/proc/loadavg: 1.19 1.61 1.44 2/418 8789
/proc/meminfo: memFree=15092008/32950928 swapFree=45358800/67111528
[pid=8755] ppid=8753 vsize=259252 CPUtime=582.31 cores=1,3,5,7
/proc/8755/stat : 8755 (qutersat_releas) R 8753 8755 7770 0 -1 4202496 53446 0 0 0 58222 9 0 0 25 0 1 0 667126699 265474048 53047 33554432000 4194304 6014671 140734371119488 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8755/statm: 64813 53047 733 445 0 58358 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 259252

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 1.02 1.02 1.00 2/418 8894
/proc/meminfo: memFree=14984624/32950928 swapFree=45358800/67111528
[pid=8755] ppid=8753 vsize=551448 CPUtime=4062.44 cores=1,3,5,7
/proc/8755/stat : 8755 (qutersat_releas) R 8753 8755 7770 0 -1 4202496 87217 0 0 0 406220 24 0 0 25 0 1 0 667126699 564682752 79279 33554432000 4194304 6014671 140734371119488 18446744073709551615 4379309 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8755/statm: 137862 79279 729 445 0 131407 0
Current children cumulated CPU time (s) 4062.44
Current children cumulated vsize (KiB) 551448

[startup+4122.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/418 8895
/proc/meminfo: memFree=14985568/32950928 swapFree=45358800/67111528
[pid=8755] ppid=8753 vsize=551448 CPUtime=4122.43 cores=1,3,5,7
/proc/8755/stat : 8755 (qutersat_releas) R 8753 8755 7770 0 -1 4202496 87240 0 0 0 412219 24 0 0 25 0 1 0 667126699 564682752 79302 33554432000 4194304 6014671 140734371119488 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8755/statm: 137862 79302 729 445 0 131407 0
Current children cumulated CPU time (s) 4122.43
Current children cumulated vsize (KiB) 551448

[startup+4182.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/418 8897
/proc/meminfo: memFree=14985648/32950928 swapFree=45358800/67111528
[pid=8755] ppid=8753 vsize=551448 CPUtime=4182.43 cores=1,3,5,7
/proc/8755/stat : 8755 (qutersat_releas) R 8753 8755 7770 0 -1 4202496 87266 0 0 0 418219 24 0 0 25 0 1 0 667126699 564682752 79328 33554432000 4194304 6014671 140734371119488 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8755/statm: 137862 79328 729 445 0 131407 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 551448

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/418 8898
/proc/meminfo: memFree=14982756/32950928 swapFree=45358800/67111528
[pid=8755] ppid=8753 vsize=551448 CPUtime=4242.43 cores=1,3,5,7
/proc/8755/stat : 8755 (qutersat_releas) R 8753 8755 7770 0 -1 4202496 87937 0 0 0 424219 24 0 0 25 0 1 0 667126699 564682752 79999 33554432000 4194304 6014671 140734371119488 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8755/statm: 137862 79999 729 445 0 131407 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 551448

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/418 8900
/proc/meminfo: memFree=14978740/32950928 swapFree=45358800/67111528
[pid=8755] ppid=8753 vsize=551448 CPUtime=4302.44 cores=1,3,5,7
/proc/8755/stat : 8755 (qutersat_releas) R 8753 8755 7770 0 -1 4202496 88916 0 0 0 430219 25 0 0 25 0 1 0 667126699 564682752 80978 33554432000 4194304 6014671 140734371119488 18446744073709551615 4422737 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8755/statm: 137862 80978 729 445 0 131407 0
Current children cumulated CPU time (s) 4302.44
Current children cumulated vsize (KiB) 551448

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/418 8902
/proc/meminfo: memFree=14977584/32950928 swapFree=45358800/67111528
[pid=8755] ppid=8753 vsize=551448 CPUtime=4362.44 cores=1,3,5,7
/proc/8755/stat : 8755 (qutersat_releas) R 8753 8755 7770 0 -1 4202496 89229 0 0 0 436219 25 0 0 25 0 1 0 667126699 564682752 81291 33554432000 4194304 6014671 140734371119488 18446744073709551615 4383500 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8755/statm: 137862 81291 729 445 0 131407 0
Current children cumulated CPU time (s) 4362.44
Current children cumulated vsize (KiB) 551448

[startup+4422.3 s]
/proc/loadavg: 1.11 1.03 1.01 2/418 8903
/proc/meminfo: memFree=14977164/32950928 swapFree=45358800/67111528
[pid=8755] ppid=8753 vsize=551448 CPUtime=4422.44 cores=1,3,5,7
/proc/8755/stat : 8755 (qutersat_releas) R 8753 8755 7770 0 -1 4202496 89311 0 0 0 442219 25 0 0 25 0 1 0 667126699 564682752 81373 33554432000 4194304 6014671 140734371119488 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8755/statm: 137862 81373 729 445 0 131407 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 551448

[startup+4482.3 s]
/proc/loadavg: 1.09 1.04 1.01 2/418 8905
/proc/meminfo: memFree=14976752/32950928 swapFree=45358800/67111528
[pid=8755] ppid=8753 vsize=551448 CPUtime=4482.45 cores=1,3,5,7
/proc/8755/stat : 8755 (qutersat_releas) R 8753 8755 7770 0 -1 4202496 89347 0 0 0 448220 25 0 0 25 0 1 0 667126699 564682752 81409 33554432000 4194304 6014671 140734371119488 18446744073709551615 4424463 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8755/statm: 137862 81409 729 445 0 131407 0
Current children cumulated CPU time (s) 4482.45
Current children cumulated vsize (KiB) 551448

[startup+4542.3 s]
/proc/loadavg: 1.03 1.03 1.00 2/418 8906
/proc/meminfo: memFree=14976576/32950928 swapFree=45358800/67111528
[pid=8755] ppid=8753 vsize=551448 CPUtime=4542.45 cores=1,3,5,7
/proc/8755/stat : 8755 (qutersat_releas) R 8753 8755 7770 0 -1 4202496 89347 0 0 0 454220 25 0 0 25 0 1 0 667126699 564682752 81409 33554432000 4194304 6014671 140734371119488 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8755/statm: 137862 81409 729 445 0 131407 0
Current children cumulated CPU time (s) 4542.45
Current children cumulated vsize (KiB) 551448

[startup+4602.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/418 8908
/proc/meminfo: memFree=14976660/32950928 swapFree=45358800/67111528
[pid=8755] ppid=8753 vsize=551448 CPUtime=4602.46 cores=1,3,5,7
/proc/8755/stat : 8755 (qutersat_releas) R 8753 8755 7770 0 -1 4202496 89383 0 0 0 460221 25 0 0 25 0 1 0 667126699 564682752 81445 33554432000 4194304 6014671 140734371119488 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8755/statm: 137862 81445 729 445 0 131407 0
Current children cumulated CPU time (s) 4602.46
Current children cumulated vsize (KiB) 551448

[startup+4662.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/418 8910
/proc/meminfo: memFree=14975372/32950928 swapFree=45358800/67111528
[pid=8755] ppid=8753 vsize=551448 CPUtime=4662.45 cores=1,3,5,7
/proc/8755/stat : 8755 (qutersat_releas) R 8753 8755 7770 0 -1 4202496 89592 0 0 0 466220 25 0 0 25 0 1 0 667126699 564682752 81654 33554432000 4194304 6014671 140734371119488 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8755/statm: 137862 81654 729 445 0 131407 0
Current children cumulated CPU time (s) 4662.45
Current children cumulated vsize (KiB) 551448

[startup+4722.32 s]
/proc/loadavg: 1.00 1.01 1.00 2/418 8911
/proc/meminfo: memFree=14975832/32950928 swapFree=45358800/67111528
[pid=8755] ppid=8753 vsize=551448 CPUtime=4722.47 cores=1,3,5,7
/proc/8755/stat : 8755 (qutersat_releas) R 8753 8755 7770 0 -1 4202496 89592 0 0 0 472222 25 0 0 25 0 1 0 667126699 564682752 81654 33554432000 4194304 6014671 140734371119488 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8755/statm: 137862 81654 729 445 0 131407 0
Current children cumulated CPU time (s) 4722.47
Current children cumulated vsize (KiB) 551448

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/418 8913
/proc/meminfo: memFree=14973668/32950928 swapFree=45358800/67111528
[pid=8755] ppid=8753 vsize=551448 CPUtime=4782.46 cores=1,3,5,7
/proc/8755/stat : 8755 (qutersat_releas) R 8753 8755 7770 0 -1 4202496 90076 0 0 0 478221 25 0 0 25 0 1 0 667126699 564682752 82138 33554432000 4194304 6014671 140734371119488 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8755/statm: 137862 82138 729 445 0 131407 0
Current children cumulated CPU time (s) 4782.46
Current children cumulated vsize (KiB) 551448

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/418 8914
/proc/meminfo: memFree=14973004/32950928 swapFree=45358800/67111528
[pid=8755] ppid=8753 vsize=551448 CPUtime=4842.46 cores=1,3,5,7
/proc/8755/stat : 8755 (qutersat_releas) R 8753 8755 7770 0 -1 4202496 90141 0 0 0 484221 25 0 0 25 0 1 0 667126699 564682752 82203 33554432000 4194304 6014671 140734371119488 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8755/statm: 137862 82203 729 445 0 131407 0
Current children cumulated CPU time (s) 4842.46
Current children cumulated vsize (KiB) 551448

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/418 8916
/proc/meminfo: memFree=14972332/32950928 swapFree=45358800/67111528
[pid=8755] ppid=8753 vsize=551448 CPUtime=4902.46 cores=1,3,5,7
/proc/8755/stat : 8755 (qutersat_releas) R 8753 8755 7770 0 -1 4202496 90344 0 0 0 490221 25 0 0 25 0 1 0 667126699 564682752 82406 33554432000 4194304 6014671 140734371119488 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8755/statm: 137862 82406 729 445 0 131407 0
Current children cumulated CPU time (s) 4902.46
Current children cumulated vsize (KiB) 551448

[startup+4962.3 s]
/proc/loadavg: 1.14 1.04 1.01 2/418 8918
/proc/meminfo: memFree=14972404/32950928 swapFree=45358800/67111528
[pid=8755] ppid=8753 vsize=551448 CPUtime=4962.47 cores=1,3,5,7
/proc/8755/stat : 8755 (qutersat_releas) R 8753 8755 7770 0 -1 4202496 90364 0 0 0 496222 25 0 0 25 0 1 0 667126699 564682752 82426 33554432000 4194304 6014671 140734371119488 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8755/statm: 137862 82426 729 445 0 131407 0
Current children cumulated CPU time (s) 4962.47
Current children cumulated vsize (KiB) 551448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.07 1.03 1.01 2/418 8919
/proc/meminfo: memFree=14972256/32950928 swapFree=45358800/67111528
[pid=8755] ppid=8753 vsize=551448 CPUtime=5000.08 cores=1,3,5,7
/proc/8755/stat : 8755 (qutersat_releas) R 8753 8755 7770 0 -1 4202496 90364 0 0 0 499983 25 0 0 25 0 1 0 667126699 564682752 82426 33554432000 4194304 6014671 140734371119488 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8755/statm: 137862 82426 729 445 0 131407 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 551448

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

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

[startup+4999.9 s]
/proc/loadavg: 1.07 1.03 1.01 2/418 8919
/proc/meminfo: memFree=14972256/32950928 swapFree=45358800/67111528
[pid=8755] ppid=8753 vsize=551448 CPUtime=5000.08 cores=1,3,5,7
/proc/8755/stat : 8755 (qutersat_releas) R 8753 8755 7770 0 -1 4202496 90364 0 0 0 499983 25 0 0 25 0 1 0 667126699 564682752 82426 33554432000 4194304 6014671 140734371119488 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8755/statm: 137862 82426 729 445 0 131407 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 551448

Child status: 1
Real time (s): 4999.93
CPU time (s): 5000.11
CPU user time (s): 4999.84
CPU system time (s): 0.270958
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 551448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.84
system time used= 0.270958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90368
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= 14
involuntary context switches= 29023

runsolver used 18.3452 second user time and 49.8614 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-16 16:15:00
IDJOB=3384518
IDBENCH=88062
IDSOLVER=1868
FILE ID=node149/3384518-1305555300
RUNJOBID= node149-1305555215-8572
PBS_JOBID= 13329204
Free space on /tmp= 73440 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT02/industrial/nam/fpga-routing/k2fix_gr_rcs_w8.shuffled.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384518-1305555300/watcher-3384518-1305555300 -o /tmp/evaluation-result-3384518-1305555300/solver-3384518-1305555300 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384518-1305555300.cnf 1229440449

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

MD5SUM BENCH= 82e833e539576c6d79252b19dcace0cf
RANDOM SEED=1229440449

node149.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.806
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.61
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.806
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.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.806
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.806
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:      13556108 kB
Buffers:         63964 kB
Cached:         619884 kB
SwapCached:      36208 kB
Active:        9982452 kB
Inactive:      9141092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13556108 kB
SwapTotal:    67111528 kB
SwapFree:     45358800 kB
Dirty:            5068 kB
Writeback:           0 kB
AnonPages:    18415812 kB
Mapped:          25504 kB
Slab:            95556 kB
PageTables:     109204 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 136062940 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= 73552 MiB
End job on node149 at 2011-05-16 17:38:22