Trace number 3380054

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
SApperloT2010 2011-05-15 (fixed)UNSAT 1291.36 1291.35

General information on the benchmark

NameSAT02/industrial/nam/fpga-routing/
k2fix_gr_rcs_w9.shuffled.cnf
MD5SUM3469bb30890bba597175d692c3430b0e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.0421
Satisfiable
(Un)Satisfiability was proved
Number of variables11313
Number of clauses305160
Sum of the clauses size619119
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2303903
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

1291.32/1291.33	c Solved by BasicSolver 
1291.32/1291.33	
1291.32/1291.33	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3380054-1305461022/watcher-3380054-1305461022 -o /tmp/evaluation-result-3380054-1305461022/solver-3380054-1305461022 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3380054-1305461022.cnf 

running on 2 cores: 4,6

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: 0.85 1.05 1.88 3/339 21368
/proc/meminfo: memFree=19651924/32951124 swapFree=57331800/67111528
[pid=21368] ppid=21366 vsize=19128 CPUtime=0.01 cores=4,6
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20340 0 -1 4202496 1576 0 0 0 1 0 0 0 21 0 1 0 657704606 19587072 1517 33554432000 4194304 4394578 140736599575552 18446744073709551615 212435677893 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21368/statm: 4782 1517 247 49 0 1923 0

[startup+0.0771461 s]
/proc/loadavg: 0.85 1.05 1.88 3/339 21368
/proc/meminfo: memFree=19651924/32951124 swapFree=57331800/67111528
[pid=21368] ppid=21366 vsize=26256 CPUtime=0.07 cores=4,6
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20340 0 -1 4202496 3364 0 0 0 7 0 0 0 21 0 1 0 657704606 26886144 3304 33554432000 4194304 4394578 140736599575552 18446744073709551615 212436016896 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21368/statm: 6564 3305 247 49 0 3705 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 26256

[startup+0.101131 s]
/proc/loadavg: 0.85 1.05 1.88 3/339 21368
/proc/meminfo: memFree=19651924/32951124 swapFree=57331800/67111528
[pid=21368] ppid=21366 vsize=29028 CPUtime=0.09 cores=4,6
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20340 0 -1 4202496 4051 0 0 0 9 0 0 0 21 0 1 0 657704606 29724672 3991 33554432000 4194304 4394578 140736599575552 18446744073709551615 212435677893 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21368/statm: 7257 3992 247 49 0 4398 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29028

[startup+0.301137 s]
/proc/loadavg: 0.85 1.05 1.88 3/339 21368
/proc/meminfo: memFree=19651924/32951124 swapFree=57331800/67111528
[pid=21368] ppid=21366 vsize=43084 CPUtime=0.29 cores=4,6
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20340 0 -1 4202496 7583 0 0 0 28 1 0 0 22 0 1 0 657704606 44118016 7522 33554432000 4194304 4394578 140736599575552 18446744073709551615 212436041623 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21368/statm: 10771 7522 256 49 0 7912 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43084

[startup+0.701028 s]
/proc/loadavg: 0.85 1.05 1.88 3/339 21368
/proc/meminfo: memFree=19651924/32951124 swapFree=57331800/67111528
[pid=21368] ppid=21366 vsize=48204 CPUtime=0.69 cores=4,6
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20340 0 -1 4202496 9683 0 0 0 66 3 0 0 24 0 1 0 657704606 49360896 7831 33554432000 4194304 4394578 140736599575552 18446744073709551615 212436041623 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21368/statm: 12051 7831 256 49 0 9192 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 48204

[startup+1.5009 s]
/proc/loadavg: 0.85 1.05 1.88 5/349 21440
/proc/meminfo: memFree=19468444/32951124 swapFree=57331800/67111528
[pid=21368] ppid=21366 vsize=64848 CPUtime=1.49 cores=4,6
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20340 0 -1 4202496 14292 0 0 0 143 6 0 0 25 0 1 0 657704606 66404352 12440 33554432000 4194304 4394578 140736599575552 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21368/statm: 16212 12440 267 49 0 13353 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 64848

[startup+3.1006 s]
/proc/loadavg: 1.10 1.10 1.89 5/349 21440
/proc/meminfo: memFree=19312948/32951124 swapFree=57331800/67111528
[pid=21368] ppid=21366 vsize=74356 CPUtime=3.09 cores=4,6
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20340 0 -1 4202496 16649 0 0 0 302 7 0 0 25 0 1 0 657704606 76140544 14797 33554432000 4194304 4394578 140736599575552 18446744073709551615 212435677893 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21368/statm: 18589 14797 267 49 0 15730 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 74356

[startup+6.30101 s]
/proc/loadavg: 1.10 1.10 1.89 5/349 21440
/proc/meminfo: memFree=19223604/32951124 swapFree=57331800/67111528
[pid=21368] ppid=21366 vsize=87152 CPUtime=6.29 cores=4,6
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20340 0 -1 4202496 19818 0 0 0 622 7 0 0 25 0 1 0 657704606 89243648 17966 33554432000 4194304 4394578 140736599575552 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21368/statm: 21788 17966 267 49 0 18929 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 87152

[startup+12.7008 s]
/proc/loadavg: 1.54 1.19 1.91 5/349 21440
/proc/meminfo: memFree=19162652/32951124 swapFree=57331800/67111528
[pid=21368] ppid=21366 vsize=107748 CPUtime=12.69 cores=4,6
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20340 0 -1 4202496 24962 0 0 0 1261 8 0 0 25 0 1 0 657704606 110333952 23110 33554432000 4194304 4394578 140736599575552 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21368/statm: 26937 23110 267 49 0 24078 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 107748

[startup+25.5004 s]
/proc/loadavg: 1.92 1.28 1.93 5/349 21441
/proc/meminfo: memFree=19094952/32951124 swapFree=57331800/67111528
[pid=21368] ppid=21366 vsize=137380 CPUtime=25.49 cores=4,6
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20340 0 -1 4202496 32135 0 0 0 2539 10 0 0 25 0 1 0 657704606 140677120 30283 33554432000 4194304 4394578 140736599575552 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21368/statm: 34345 30283 267 49 0 31486 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 137380

[startup+51.1005 s]
/proc/loadavg: 2.63 1.50 1.98 5/349 21441
/proc/meminfo: memFree=18979608/32951124 swapFree=57331800/67111528
[pid=21368] ppid=21366 vsize=185480 CPUtime=51.09 cores=4,6
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20340 0 -1 4202496 43595 0 0 0 5096 13 0 0 25 0 1 0 657704606 189931520 41743 33554432000 4194304 4394578 140736599575552 18446744073709551615 4285739 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21368/statm: 46370 41743 267 49 0 43511 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 185480

[startup+102.313 s]
/proc/loadavg: 3.59 1.95 2.11 5/349 21469
/proc/meminfo: memFree=18235944/32951124 swapFree=57331800/67111528
[pid=21368] ppid=21366 vsize=200752 CPUtime=102.3 cores=4,6
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20340 0 -1 4202496 47315 0 0 0 10216 14 0 0 25 0 1 0 657704606 205570048 45463 33554432000 4194304 4394578 140736599575552 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21368/statm: 50188 45463 267 49 0 47329 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 200752

[startup+162.3 s]
/proc/loadavg: 3.88 2.33 2.23 5/349 21549
/proc/meminfo: memFree=18713564/32951124 swapFree=57331800/67111528
[pid=21368] ppid=21366 vsize=209732 CPUtime=162.29 cores=4,6
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20340 0 -1 4202496 49417 0 0 0 16214 15 0 0 25 0 1 0 657704606 214765568 47565 33554432000 4194304 4394578 140736599575552 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21368/statm: 52433 47565 267 49 0 49574 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 209732

[startup+222.301 s]
/proc/loadavg: 4.04 2.66 2.35 5/349 21551
/proc/meminfo: memFree=18555652/32951124 swapFree=57331800/67111528
[pid=21368] ppid=21366 vsize=216552 CPUtime=222.29 cores=4,6
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20340 0 -1 4202496 51026 0 0 0 22214 15 0 0 25 0 1 0 657704606 221749248 49174 33554432000 4194304 4394578 140736599575552 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21368/statm: 54138 49174 267 49 0 51279 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 216552

[startup+282.301 s]
/proc/loadavg: 4.05 2.92 2.45 5/349 21552
/proc/meminfo: memFree=18481456/32951124 swapFree=57331800/67111528
[pid=21368] ppid=21366 vsize=243832 CPUtime=282.29 cores=4,6
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20340 0 -1 4202496 57216 0 0 0 28212 17 0 0 25 0 1 0 657704606 249683968 55364 33554432000 4194304 4394578 140736599575552 18446744073709551615 4298751 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21368/statm: 60958 55364 267 49 0 58099 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 243832

[startup+342.3 s]
/proc/loadavg: 4.02 3.11 2.55 5/349 21554
/proc/meminfo: memFree=18426368/32951124 swapFree=57331800/67111528
[pid=21368] ppid=21366 vsize=248104 CPUtime=342.29 cores=4,6
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20340 0 -1 4202496 58141 0 0 0 34211 18 0 0 25 0 1 0 657704606 254058496 56289 33554432000 4194304 4394578 140736599575552 18446744073709551615 4298966 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21368/statm: 62026 56289 267 49 0 59167 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 248104

[startup+402.301 s]
/proc/loadavg: 4.00 3.27 2.64 5/349 21556
/proc/meminfo: memFree=18389872/32951124 swapFree=57331800/67111528
[pid=21368] ppid=21366 vsize=248104 CPUtime=402.29 cores=4,6
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20340 0 -1 4202496 58209 0 0 0 40211 18 0 0 25 0 1 0 657704606 254058496 56357 33554432000 4194304 4394578 140736599575552 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21368/statm: 62026 56357 267 49 0 59167 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 248104

[startup+462.301 s]
/proc/loadavg: 4.00 3.40 2.72 5/349 21584
/proc/meminfo: memFree=18390536/32951124 swapFree=57331800/67111528
[pid=21368] ppid=21366 vsize=255408 CPUtime=462.3 cores=4,6
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20340 0 -1 4202496 59805 0 0 0 46211 19 0 0 25 0 1 0 657704606 261537792 57953 33554432000 4194304 4394578 140736599575552 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21368/statm: 63852 57953 267 49 0 60993 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 255408

[startup+522.3 s]
/proc/loadavg: 4.08 3.52 2.79 5/349 21586
/proc/meminfo: memFree=18221288/32951124 swapFree=57331800/67111528
[pid=21368] ppid=21366 vsize=258780 CPUtime=522.3 cores=4,6
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20340 0 -1 4202496 60624 0 0 0 52210 20 0 0 25 0 1 0 657704606 264990720 58772 33554432000 4194304 4394578 140736599575552 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21368/statm: 64695 58772 267 49 0 61836 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 258780

[startup+582.301 s]
/proc/loadavg: 4.02 3.61 2.87 5/349 21587
/proc/meminfo: memFree=18107640/32951124 swapFree=57331800/67111528
[pid=21368] ppid=21366 vsize=261248 CPUtime=582.3 cores=4,6
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20340 0 -1 4202496 61232 0 0 0 58210 20 0 0 25 0 1 0 657704606 267517952 59380 33554432000 4194304 4394578 140736599575552 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21368/statm: 65312 59380 267 49 0 62453 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 261248

[startup+642.301 s]

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

/proc/meminfo: memFree=18048064/32951124 swapFree=57331800/67111528
[pid=21368] ppid=21366 vsize=267588 CPUtime=642.31 cores=4,6
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20340 0 -1 4202496 62526 0 0 0 64211 20 0 0 25 0 1 0 657704606 274010112 60674 33554432000 4194304 4394578 140736599575552 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21368/statm: 66897 60674 267 49 0 64038 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 267588

[startup+702.3 s]
/proc/loadavg: 4.08 3.76 3.01 5/349 21591
/proc/meminfo: memFree=17959988/32951124 swapFree=57331800/67111528
[pid=21368] ppid=21366 vsize=296628 CPUtime=702.3 cores=4,6
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20340 0 -1 4202496 68647 0 0 0 70208 22 0 0 25 0 1 0 657704606 303747072 66795 33554432000 4194304 4394578 140736599575552 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21368/statm: 74157 66795 267 49 0 71298 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 296628

[startup+762.313 s]
/proc/loadavg: 4.14 3.83 3.08 5/349 21592
/proc/meminfo: memFree=17934768/32951124 swapFree=57331800/67111528
[pid=21368] ppid=21366 vsize=299656 CPUtime=762.31 cores=4,6
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20340 0 -1 4202496 69226 0 0 0 76209 22 0 0 25 0 1 0 657704606 306847744 67374 33554432000 4194304 4394578 140736599575552 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21368/statm: 74914 67374 267 49 0 72055 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 299656

[startup+822.301 s]
/proc/loadavg: 4.05 3.86 3.14 5/349 21594
/proc/meminfo: memFree=17853260/32951124 swapFree=57331800/67111528
[pid=21368] ppid=21366 vsize=299656 CPUtime=822.3 cores=4,6
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20340 0 -1 4202496 69262 0 0 0 82208 22 0 0 25 0 1 0 657704606 306847744 67410 33554432000 4194304 4394578 140736599575552 18446744073709551615 4298373 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21368/statm: 74914 67410 267 49 0 72055 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 299656

[startup+882.3 s]
/proc/loadavg: 4.02 3.88 3.19 5/349 21595
/proc/meminfo: memFree=17832748/32951124 swapFree=57331800/67111528
[pid=21368] ppid=21366 vsize=299656 CPUtime=882.3 cores=4,6
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20340 0 -1 4202496 69292 0 0 0 88208 22 0 0 25 0 1 0 657704606 306847744 67440 33554432000 4194304 4394578 140736599575552 18446744073709551615 4299467 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21368/statm: 74914 67440 267 49 0 72055 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 299656

[startup+942.301 s]
/proc/loadavg: 4.00 3.90 3.24 5/349 21597
/proc/meminfo: memFree=17801704/32951124 swapFree=57331800/67111528
[pid=21368] ppid=21366 vsize=310216 CPUtime=942.3 cores=4,6
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20340 0 -1 4202496 71303 0 0 0 94208 22 0 0 25 0 1 0 657704606 317661184 69451 33554432000 4194304 4394578 140736599575552 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21368/statm: 77554 69451 267 49 0 74695 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 310216

[startup+1002.3 s]
/proc/loadavg: 4.00 3.92 3.28 5/349 21599
/proc/meminfo: memFree=17758624/32951124 swapFree=57331800/67111528
[pid=21368] ppid=21366 vsize=332760 CPUtime=1002.3 cores=4,6
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20340 0 -1 4202496 75822 0 0 0 100207 23 0 0 25 0 1 0 657704606 340746240 73970 33554432000 4194304 4394578 140736599575552 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21368/statm: 83190 73970 267 49 0 80331 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 332760

[startup+1062.3 s]
/proc/loadavg: 4.00 3.93 3.32 5/349 21600
/proc/meminfo: memFree=17726340/32951124 swapFree=57331800/67111528
[pid=21368] ppid=21366 vsize=342876 CPUtime=1062.3 cores=4,6
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20340 0 -1 4202496 78065 0 0 0 106206 24 0 0 25 0 1 0 657704606 351105024 76213 33554432000 4194304 4394578 140736599575552 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21368/statm: 85719 76213 267 49 0 82860 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 342876

[startup+1122.3 s]
/proc/loadavg: 4.04 3.95 3.37 5/349 21602
/proc/meminfo: memFree=17716744/32951124 swapFree=57331800/67111528
[pid=21368] ppid=21366 vsize=344668 CPUtime=1122.3 cores=4,6
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20340 0 -1 4202496 78400 0 0 0 112206 24 0 0 25 0 1 0 657704606 352940032 76548 33554432000 4194304 4394578 140736599575552 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21368/statm: 86167 76548 267 49 0 83308 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 344668

[startup+1182.3 s]
/proc/loadavg: 4.01 3.96 3.40 5/349 21603
/proc/meminfo: memFree=17680472/32951124 swapFree=57331800/67111528
[pid=21368] ppid=21366 vsize=352316 CPUtime=1182.31 cores=4,6
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20340 0 -1 4202496 80212 0 0 0 118206 25 0 0 25 0 1 0 657704606 360771584 78360 33554432000 4194304 4394578 140736599575552 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21368/statm: 88079 78360 267 49 0 85220 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 352316

[startup+1242.3 s]
/proc/loadavg: 4.11 3.99 3.45 5/349 21605
/proc/meminfo: memFree=17634556/32951124 swapFree=57331800/67111528
[pid=21368] ppid=21366 vsize=354276 CPUtime=1242.3 cores=4,6
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20340 0 -1 4202496 80657 0 0 0 124205 25 0 0 25 0 1 0 657704606 362778624 78805 33554432000 4194304 4394578 140736599575552 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21368/statm: 88569 78805 267 49 0 85710 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 354276

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

[startup+1254.3 s]
/proc/loadavg: 4.10 3.99 3.46 5/349 21605
/proc/meminfo: memFree=17626736/32951124 swapFree=57331800/67111528
[pid=21368] ppid=21366 vsize=355988 CPUtime=1254.3 cores=4,6
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20340 0 -1 4202496 80975 0 0 0 125405 25 0 0 25 0 1 0 657704606 364531712 79123 33554432000 4194304 4394578 140736599575552 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21368/statm: 88997 79123 267 49 0 86138 0
Current children cumulated CPU time (s) 1254.3
Current children cumulated vsize (KiB) 355988

[startup+1267.1 s]
/proc/loadavg: 4.07 3.99 3.46 5/349 21606
/proc/meminfo: memFree=17622508/32951124 swapFree=57331800/67111528
[pid=21368] ppid=21366 vsize=357396 CPUtime=1267.12 cores=4,6
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20340 0 -1 4202496 81313 0 0 0 126687 25 0 0 25 0 1 0 657704606 365973504 79461 33554432000 4194304 4394578 140736599575552 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21368/statm: 89349 79461 267 49 0 86490 0
Current children cumulated CPU time (s) 1267.12
Current children cumulated vsize (KiB) 357396

[startup+1279.9 s]
/proc/loadavg: 4.06 3.99 3.47 5/349 21606
/proc/meminfo: memFree=17618904/32951124 swapFree=57331800/67111528
[pid=21368] ppid=21366 vsize=358164 CPUtime=1279.9 cores=4,6
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20340 0 -1 4202496 81450 0 0 0 127965 25 0 0 25 0 1 0 657704606 366759936 79598 33554432000 4194304 4394578 140736599575552 18446744073709551615 4346330 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21368/statm: 89541 79598 267 49 0 86682 0
Current children cumulated CPU time (s) 1279.9
Current children cumulated vsize (KiB) 358164

[startup+1286.3 s]
/proc/loadavg: 4.06 3.99 3.47 5/349 21606
/proc/meminfo: memFree=17618024/32951124 swapFree=57331800/67111528
[pid=21368] ppid=21366 vsize=358164 CPUtime=1286.3 cores=4,6
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20340 0 -1 4202496 81457 0 0 0 128605 25 0 0 25 0 1 0 657704606 366759936 79605 33554432000 4194304 4394578 140736599575552 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21368/statm: 89541 79605 267 49 0 86682 0
Current children cumulated CPU time (s) 1286.3
Current children cumulated vsize (KiB) 358164

[startup+1289.5 s]
/proc/loadavg: 4.05 3.99 3.47 5/349 21606
/proc/meminfo: memFree=17616040/32951124 swapFree=57331800/67111528
[pid=21368] ppid=21366 vsize=358676 CPUtime=1289.51 cores=4,6
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20340 0 -1 4202496 81548 0 0 0 128926 25 0 0 25 0 1 0 657704606 367284224 79696 33554432000 4194304 4394578 140736599575552 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21368/statm: 89669 79696 267 49 0 86810 0
Current children cumulated CPU time (s) 1289.51
Current children cumulated vsize (KiB) 358676

[startup+1290.31 s]
/proc/loadavg: 4.05 3.99 3.47 5/349 21606
/proc/meminfo: memFree=17615544/32951124 swapFree=57331800/67111528
[pid=21368] ppid=21366 vsize=358676 CPUtime=1290.32 cores=4,6
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20340 0 -1 4202496 81548 0 0 0 129007 25 0 0 25 0 1 0 657704606 367284224 79696 33554432000 4194304 4394578 140736599575552 18446744073709551615 4298927 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21368/statm: 89669 79696 267 49 0 86810 0
Current children cumulated CPU time (s) 1290.32
Current children cumulated vsize (KiB) 358676

[startup+1291.1 s]
/proc/loadavg: 4.05 3.99 3.47 5/349 21606
/proc/meminfo: memFree=17615544/32951124 swapFree=57331800/67111528
[pid=21368] ppid=21366 vsize=358676 CPUtime=1291.1 cores=4,6
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20340 0 -1 4202496 81556 0 0 0 129085 25 0 0 25 0 1 0 657704606 367284224 79704 33554432000 4194304 4394578 140736599575552 18446744073709551615 4325616 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21368/statm: 89669 79704 267 49 0 86810 0
Current children cumulated CPU time (s) 1291.1
Current children cumulated vsize (KiB) 358676

[startup+1291.3 s]
/proc/loadavg: 4.05 3.99 3.48 5/349 21606
/proc/meminfo: memFree=17614800/32951124 swapFree=57331800/67111528
[pid=21368] ppid=21366 vsize=358676 CPUtime=1291.32 cores=4,6
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20340 0 -1 4202496 81556 0 0 0 129107 25 0 0 25 0 1 0 657704606 367284224 79704 33554432000 4194304 4394578 140736599575552 18446744073709551615 4298693 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/21368/statm: 89669 79704 267 49 0 86810 0
Current children cumulated CPU time (s) 1291.32
Current children cumulated vsize (KiB) 358676

Child status: 20
Real time (s): 1291.35
CPU time (s): 1291.36
CPU user time (s): 1291.09
CPU system time (s): 0.270958
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 358676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1291.09
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= 81568
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= 7
involuntary context switches= 3162

runsolver used 4.47732 second user time and 9.62054 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-15 14:03:43
IDJOB=3380054
IDBENCH=88066
IDSOLVER=1862
FILE ID=node102/3380054-1305461022
RUNJOBID= node102-1305461022-21319
PBS_JOBID= 13324892
Free space on /tmp= 73644 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT02/industrial/nam/fpga-routing/k2fix_gr_rcs_w9.shuffled.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380054-1305461022/watcher-3380054-1305461022 -o /tmp/evaluation-result-3380054-1305461022/solver-3380054-1305461022 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3380054-1305461022.cnf

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

MD5SUM BENCH= 3469bb30890bba597175d692c3430b0e
RANDOM SEED=3128097

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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.828
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.828
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:      19652204 kB
Buffers:         31552 kB
Cached:         473968 kB
SwapCached:      89916 kB
Active:        4022344 kB
Inactive:      9088668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19652204 kB
SwapTotal:    67111528 kB
SwapFree:     57331800 kB
Dirty:            4776 kB
Writeback:           0 kB
AnonPages:    12526068 kB
Mapped:          17264 kB
Slab:            60532 kB
PageTables:      63052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 63442656 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= 73628 MiB
End job on node102 at 2011-05-15 14:25:14