Trace number 3384519

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)UNSAT 1022.94 1022.92

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 benchmark39.8739
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

0.00/0.00	c Set FPU double precision.
0.07/0.10	c Parse Cnf success: #var: 11313 #clause: 305160
0.07/0.10	c Find Units :          0
0.09/0.11	c Find Invs  :          0
0.09/0.12	c Find Ands  :          0 AvgFaninNum: nan
0.09/0.12	c Find Xors  :          0 AvgFaninNum: nan
0.09/0.12	c Find Ite   :          0
0.09/0.12	c UnDirect variable: 0
0.09/0.12	c UnDirect to Direct Gate: 0
0.09/0.12	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.09/0.12	c Break Cycle : 0
0.09/0.12	c Total Root : 0 Undef Var: 11313
0.09/0.12	c After covering, Total Root: 0 Leaf: 0
0.09/0.12	c Variable( cover/uncovered/unused ): 0 11313 0
0.09/0.12	c Unit Clauses: 0
0.09/0.12	c Binary Clauses( cover/uncovered ): 0 303903
0.09/0.12	c Clauses( cover/uncovered ): 0 1257
0.09/0.12	c Total Clauses( cover/uncovered ): 0 305160 0%
0.09/0.12	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.19/0.28	c Uncover Clauses avg size: 2.02883 max size: 9
0.19/0.29	c Final circuit: i/l/o/s   11313       0  305160    313959
0.19/0.29	c CnfToAig: Time: 0.27 s
0.39/0.46	c TmMap: Set choices finish.
0.59/0.62	c TmMap: Set big and: 305160
0.59/0.62	c TmMap: Origin: 325273 ClauseNum: 941877 --> New: 316474 ClauseNum: 924279
0.59/0.62	c TmMap: Time: 0.19
0.59/0.67	c Try to Add: #clause: 610320 #xorclause: 0
0.69/0.72	c #var: 11313 #clauses: 1258 Solving... 
1022.82/1022.88	s UNSATISFIABLE
1022.82/1022.89	c CPU time: 1022.92 s

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-3384519-1305555388/watcher-3384519-1305555388 -o /tmp/evaluation-result-3384519-1305555388/solver-3384519-1305555388 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384519-1305555388.cnf 712384470 

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.84 1.38 1.49 2/312 4081
/proc/meminfo: memFree=17383848/32951124 swapFree=54450792/67111528
[pid=4081] ppid=4079 vsize=32364 CPUtime=0 cores=1,3,5,7
/proc/4081/stat : 4081 (qutersat_releas) R 4079 4081 3075 0 -1 4202496 1892 0 0 0 0 0 0 0 21 0 1 0 667136998 33140736 1828 33554432000 4194304 6014671 140733896070928 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/4081/statm: 8091 1828 378 445 0 1636 0

[startup+0.0847941 s]
/proc/loadavg: 1.84 1.38 1.49 2/312 4081
/proc/meminfo: memFree=17383848/32951124 swapFree=54450792/67111528
[pid=4081] ppid=4079 vsize=56940 CPUtime=0.07 cores=1,3,5,7
/proc/4081/stat : 4081 (qutersat_releas) R 4079 4081 3075 0 -1 4202496 7595 0 0 0 7 0 0 0 21 0 1 0 667136998 58306560 7531 33554432000 4194304 6014671 140733896070928 18446744073709551615 4308287 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/4081/statm: 14235 7531 378 445 0 7780 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 56940

[startup+0.100796 s]
/proc/loadavg: 1.84 1.38 1.49 2/312 4081
/proc/meminfo: memFree=17383848/32951124 swapFree=54450792/67111528
[pid=4081] ppid=4079 vsize=56940 CPUtime=0.09 cores=1,3,5,7
/proc/4081/stat : 4081 (qutersat_releas) R 4079 4081 3075 0 -1 4202496 7683 0 0 0 9 0 0 0 21 0 1 0 667136998 58306560 7619 33554432000 4194304 6014671 140733896070928 18446744073709551615 4280846 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/4081/statm: 14235 7619 382 445 0 7780 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56940

[startup+0.300748 s]
/proc/loadavg: 1.84 1.38 1.49 2/312 4081
/proc/meminfo: memFree=17383848/32951124 swapFree=54450792/67111528
[pid=4081] ppid=4079 vsize=75372 CPUtime=0.28 cores=1,3,5,7
/proc/4081/stat : 4081 (qutersat_releas) R 4079 4081 3075 0 -1 4202496 11958 0 0 0 28 0 0 0 22 0 1 0 667136998 77180928 11894 33554432000 4194304 6014671 140733896070928 18446744073709551615 4340831 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/4081/statm: 18843 11896 503 445 0 12388 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 75372

[startup+0.700676 s]
/proc/loadavg: 1.84 1.38 1.49 2/312 4081
/proc/meminfo: memFree=17383848/32951124 swapFree=54450792/67111528
[pid=4081] ppid=4079 vsize=156836 CPUtime=0.69 cores=1,3,5,7
/proc/4081/stat : 4081 (qutersat_releas) R 4079 4081 3075 0 -1 4202496 31402 0 0 0 66 3 0 0 24 0 1 0 667136998 160600064 31338 33554432000 4194304 6014671 140733896070928 18446744073709551615 4457824 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/4081/statm: 39209 31338 691 445 0 32754 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 156836

[startup+1.50054 s]
/proc/loadavg: 1.85 1.39 1.50 3/313 4082
/proc/meminfo: memFree=17260220/32951124 swapFree=54450792/67111528
[pid=4081] ppid=4079 vsize=156836 CPUtime=1.49 cores=1,3,5,7
/proc/4081/stat : 4081 (qutersat_releas) R 4079 4081 3075 0 -1 4202496 31432 0 0 0 146 3 0 0 25 0 1 0 667136998 160600064 31368 33554432000 4194304 6014671 140733896070928 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/4081/statm: 39209 31368 720 445 0 32754 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 156836

[startup+3.10024 s]
/proc/loadavg: 1.85 1.39 1.50 3/313 4082
/proc/meminfo: memFree=17259600/32951124 swapFree=54450792/67111528
[pid=4081] ppid=4079 vsize=156836 CPUtime=3.09 cores=1,3,5,7
/proc/4081/stat : 4081 (qutersat_releas) R 4079 4081 3075 0 -1 4202496 31433 0 0 0 306 3 0 0 25 0 1 0 667136998 160600064 31369 33554432000 4194304 6014671 140733896070928 18446744073709551615 4424736 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/4081/statm: 39209 31369 721 445 0 32754 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 156836

[startup+6.30065 s]
/proc/loadavg: 1.85 1.39 1.50 3/313 4082
/proc/meminfo: memFree=17259368/32951124 swapFree=54450792/67111528
[pid=4081] ppid=4079 vsize=156964 CPUtime=6.29 cores=1,3,5,7
/proc/4081/stat : 4081 (qutersat_releas) R 4079 4081 3075 0 -1 4202496 31444 0 0 0 626 3 0 0 25 0 1 0 667136998 160731136 31380 33554432000 4194304 6014671 140733896070928 18446744073709551615 4536712 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/4081/statm: 39241 31380 725 445 0 32786 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 156964

[startup+12.7005 s]
/proc/loadavg: 1.87 1.41 1.50 3/313 4082
/proc/meminfo: memFree=17254360/32951124 swapFree=54450792/67111528
[pid=4081] ppid=4079 vsize=169876 CPUtime=12.69 cores=1,3,5,7
/proc/4081/stat : 4081 (qutersat_releas) R 4079 4081 3075 0 -1 4202496 32600 0 0 0 1266 3 0 0 25 0 1 0 667136998 173953024 32536 33554432000 4194304 6014671 140733896070928 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/4081/statm: 42469 32536 725 445 0 36014 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 169876

[startup+25.5002 s]
/proc/loadavg: 1.89 1.43 1.51 3/313 4082
/proc/meminfo: memFree=17247772/32951124 swapFree=54450792/67111528
[pid=4081] ppid=4079 vsize=183080 CPUtime=25.49 cores=1,3,5,7
/proc/4081/stat : 4081 (qutersat_releas) R 4079 4081 3075 0 -1 4202496 34099 0 0 0 2546 3 0 0 25 0 1 0 667136998 187473920 34035 33554432000 4194304 6014671 140733896070928 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/4081/statm: 45770 34035 725 445 0 39315 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 183080

[startup+51.1005 s]
/proc/loadavg: 1.93 1.47 1.52 3/313 4083
/proc/meminfo: memFree=17209404/32951124 swapFree=54450792/67111528
[pid=4081] ppid=4079 vsize=224520 CPUtime=51.09 cores=1,3,5,7
/proc/4081/stat : 4081 (qutersat_releas) R 4079 4081 3075 0 -1 4202496 41269 0 0 0 5105 4 0 0 25 0 1 0 667136998 229908480 41205 33554432000 4194304 6014671 140733896070928 18446744073709551615 4424158 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/4081/statm: 56130 41205 725 445 0 49675 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 224520

[startup+102.311 s]
/proc/loadavg: 1.97 1.56 1.54 3/313 4084
/proc/meminfo: memFree=17149608/32951124 swapFree=54450792/67111528
[pid=4081] ppid=4079 vsize=296612 CPUtime=102.3 cores=1,3,5,7
/proc/4081/stat : 4081 (qutersat_releas) R 4079 4081 3075 0 -1 4202496 51469 0 0 0 10224 6 0 0 25 0 1 0 667136998 303730688 51405 33554432000 4194304 6014671 140733896070928 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/4081/statm: 74153 51405 725 445 0 67698 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 296612

[startup+162.3 s]
/proc/loadavg: 1.99 1.64 1.57 3/313 4086
/proc/meminfo: memFree=17124516/32951124 swapFree=54450792/67111528
[pid=4081] ppid=4079 vsize=296740 CPUtime=162.3 cores=1,3,5,7
/proc/4081/stat : 4081 (qutersat_releas) R 4079 4081 3075 0 -1 4202496 53006 0 0 0 16223 7 0 0 25 0 1 0 667136998 303861760 52918 33554432000 4194304 6014671 140733896070928 18446744073709551615 4537176 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/4081/statm: 74185 52918 732 445 0 67730 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 296740

[startup+222.3 s]
/proc/loadavg: 2.03 1.71 1.60 3/313 4088
/proc/meminfo: memFree=17097948/32951124 swapFree=54450792/67111528
[pid=4081] ppid=4079 vsize=296740 CPUtime=222.29 cores=1,3,5,7
/proc/4081/stat : 4081 (qutersat_releas) R 4079 4081 3075 0 -1 4202496 54356 0 0 0 22222 7 0 0 25 0 1 0 667136998 303861760 54173 33554432000 4194304 6014671 140733896070928 18446744073709551615 4423990 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/4081/statm: 74185 54173 731 445 0 67730 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 296740

[startup+282.3 s]
/proc/loadavg: 2.01 1.76 1.62 3/313 4089
/proc/meminfo: memFree=17090348/32951124 swapFree=54450792/67111528
[pid=4081] ppid=4079 vsize=296740 CPUtime=282.3 cores=1,3,5,7
/proc/4081/stat : 4081 (qutersat_releas) R 4079 4081 3075 0 -1 4202496 55752 0 0 0 28222 8 0 0 25 0 1 0 667136998 303861760 55567 33554432000 4194304 6014671 140733896070928 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/4081/statm: 74185 55567 729 445 0 67730 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 296740

[startup+342.3 s]
/proc/loadavg: 2.00 1.80 1.64 3/313 4091
/proc/meminfo: memFree=17069248/32951124 swapFree=54450792/67111528
[pid=4081] ppid=4079 vsize=296740 CPUtime=342.3 cores=1,3,5,7
/proc/4081/stat : 4081 (qutersat_releas) R 4079 4081 3075 0 -1 4202496 55863 0 0 0 34222 8 0 0 25 0 1 0 667136998 303861760 55678 33554432000 4194304 6014671 140733896070928 18446744073709551615 4424209 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/4081/statm: 74185 55678 729 445 0 67730 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 296740

[startup+402.301 s]
/proc/loadavg: 2.00 1.84 1.66 3/313 4092
/proc/meminfo: memFree=17044540/32951124 swapFree=54450792/67111528
[pid=4081] ppid=4079 vsize=296740 CPUtime=402.3 cores=1,3,5,7
/proc/4081/stat : 4081 (qutersat_releas) R 4079 4081 3075 0 -1 4202496 61681 0 0 0 40221 9 0 0 25 0 1 0 667136998 303861760 61496 33554432000 4194304 6014671 140733896070928 18446744073709551615 4422678 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/4081/statm: 74185 61496 729 445 0 67730 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 296740

[startup+462.301 s]
/proc/loadavg: 2.03 1.88 1.68 3/313 4094
/proc/meminfo: memFree=17026144/32951124 swapFree=54450792/67111528
[pid=4081] ppid=4079 vsize=296740 CPUtime=462.3 cores=1,3,5,7
/proc/4081/stat : 4081 (qutersat_releas) R 4079 4081 3075 0 -1 4202496 62863 0 0 0 46220 10 0 0 25 0 1 0 667136998 303861760 62551 33554432000 4194304 6014671 140733896070928 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/4081/statm: 74185 62551 729 445 0 67730 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 296740

[startup+522.301 s]
/proc/loadavg: 2.01 1.90 1.70 3/313 4096
/proc/meminfo: memFree=16981588/32951124 swapFree=54450792/67111528
[pid=4081] ppid=4079 vsize=437576 CPUtime=522.3 cores=1,3,5,7
/proc/4081/stat : 4081 (qutersat_releas) R 4079 4081 3075 0 -1 4202496 63948 0 0 0 52220 10 0 0 25 0 1 0 667136998 448077824 63614 33554432000 4194304 6014671 140733896070928 18446744073709551615 4416726 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/4081/statm: 109394 63614 735 445 0 102939 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 437576

[startup+582.301 s]
/proc/loadavg: 2.00 1.91 1.72 3/313 4097
/proc/meminfo: memFree=16989384/32951124 swapFree=54450792/67111528
[pid=4081] ppid=4079 vsize=437576 CPUtime=582.3 cores=1,3,5,7
/proc/4081/stat : 4081 (qutersat_releas) R 4079 4081 3075 0 -1 4202496 64164 0 0 0 58220 10 0 0 25 0 1 0 667136998 448077824 59617 33554432000 4194304 6014671 140733896070928 18446744073709551615 4377368 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/4081/statm: 109394 59617 735 445 0 102939 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 437576

[startup+642.301 s]
/proc/loadavg: 2.00 1.93 1.73 3/313 4099
/proc/meminfo: memFree=16933416/32951124 swapFree=54450792/67111528
[pid=4081] ppid=4079 vsize=510700 CPUtime=642.31 cores=1,3,5,7
/proc/4081/stat : 4081 (qutersat_releas) R 4079 4081 3075 0 -1 4202496 78159 0 0 0 64216 15 0 0 25 0 1 0 667136998 522956800 73612 33554432000 4194304 6014671 140733896070928 18446744073709551615 246516530878 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/4081/statm: 127675 73612 735 445 0 121220 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 510700

[startup+702.301 s]
/proc/loadavg: 2.11 1.97 1.76 3/313 4100
/proc/meminfo: memFree=16913552/32951124 swapFree=54450792/67111528
[pid=4081] ppid=4079 vsize=510700 CPUtime=702.31 cores=1,3,5,7
/proc/4081/stat : 4081 (qutersat_releas) R 4079 4081 3075 0 -1 4202496 78996 0 0 0 70216 15 0 0 25 0 1 0 667136998 522956800 74449 33554432000 4194304 6014671 140733896070928 18446744073709551615 4378782 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/4081/statm: 127675 74449 735 445 0 121220 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 510700

[startup+762.312 s]
/proc/loadavg: 2.09 1.99 1.77 3/313 4102
/proc/meminfo: memFree=16905068/32951124 swapFree=54450792/67111528
[pid=4081] ppid=4079 vsize=510700 CPUtime=762.32 cores=1,3,5,7
/proc/4081/stat : 4081 (qutersat_releas) R 4079 4081 3075 0 -1 4202496 81149 0 0 0 76217 15 0 0 25 0 1 0 667136998 522956800 76602 33554432000 4194304 6014671 140733896070928 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/4081/statm: 127675 76602 735 445 0 121220 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 510700

[startup+822.301 s]
/proc/loadavg: 2.03 1.99 1.78 3/313 4104
/proc/meminfo: memFree=16902192/32951124 swapFree=54450792/67111528
[pid=4081] ppid=4079 vsize=510700 CPUtime=822.32 cores=1,3,5,7
/proc/4081/stat : 4081 (qutersat_releas) R 4079 4081 3075 0 -1 4202496 81817 0 0 0 82216 16 0 0 25 0 1 0 667136998 522956800 77270 33554432000 4194304 6014671 140733896070928 18446744073709551615 4378698 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/4081/statm: 127675 77270 735 445 0 121220 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 510700

[startup+882.301 s]
/proc/loadavg: 2.01 1.99 1.80 3/313 4105
/proc/meminfo: memFree=16882196/32951124 swapFree=54450792/67111528
[pid=4081] ppid=4079 vsize=510700 CPUtime=882.32 cores=1,3,5,7
/proc/4081/stat : 4081 (qutersat_releas) R 4079 4081 3075 0 -1 4202496 86815 0 0 0 88215 17 0 0 25 0 1 0 667136998 522956800 82268 33554432000 4194304 6014671 140733896070928 18446744073709551615 4376461 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/4081/statm: 127675 82268 735 445 0 121220 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 510700

[startup+942.301 s]
/proc/loadavg: 2.11 2.02 1.82 3/313 4107
/proc/meminfo: memFree=16821664/32951124 swapFree=54450792/67111528
[pid=4081] ppid=4079 vsize=510700 CPUtime=942.32 cores=1,3,5,7
/proc/4081/stat : 4081 (qutersat_releas) R 4079 4081 3075 0 -1 4202496 93183 0 0 0 94214 18 0 0 25 0 1 0 667136998 522956800 88636 33554432000 4194304 6014671 140733896070928 18446744073709551615 4511671 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/4081/statm: 127675 88636 735 445 0 121220 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 510700

[startup+1002.3 s]
/proc/loadavg: 1.60 1.90 1.79 2/307 4125
/proc/meminfo: memFree=17166960/32951124 swapFree=54450792/67111528
[pid=4081] ppid=4079 vsize=510700 CPUtime=1002.32 cores=1,3,5,7
/proc/4081/stat : 4081 (qutersat_releas) R 4079 4081 3075 0 -1 4202496 93196 0 0 0 100214 18 0 0 25 0 1 0 667136998 522956800 88649 33554432000 4194304 6014671 140733896070928 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/4081/statm: 127675 88649 735 445 0 121220 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 510700

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

[startup+1011.1 s]
/proc/loadavg: 1.50 1.87 1.78 2/307 4126
/proc/meminfo: memFree=17166948/32951124 swapFree=54450792/67111528
[pid=4081] ppid=4079 vsize=510700 CPUtime=1011.12 cores=1,3,5,7
/proc/4081/stat : 4081 (qutersat_releas) R 4079 4081 3075 0 -1 4202496 93199 0 0 0 101094 18 0 0 25 0 1 0 667136998 522956800 88652 33554432000 4194304 6014671 140733896070928 18446744073709551615 4424467 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/4081/statm: 127675 88652 735 445 0 121220 0
Current children cumulated CPU time (s) 1011.12
Current children cumulated vsize (KiB) 510700

[startup+1017.51 s]
/proc/loadavg: 1.46 1.86 1.78 2/307 4126
/proc/meminfo: memFree=17166948/32951124 swapFree=54450792/67111528
[pid=4081] ppid=4079 vsize=510700 CPUtime=1017.53 cores=1,3,5,7
/proc/4081/stat : 4081 (qutersat_releas) R 4079 4081 3075 0 -1 4202496 93199 0 0 0 101735 18 0 0 25 0 1 0 667136998 522956800 88652 33554432000 4194304 6014671 140733896070928 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/4081/statm: 127675 88652 735 445 0 121220 0
Current children cumulated CPU time (s) 1017.53
Current children cumulated vsize (KiB) 510700

[startup+1020.7 s]
/proc/loadavg: 1.46 1.86 1.78 2/307 4126
/proc/meminfo: memFree=17166948/32951124 swapFree=54450792/67111528
[pid=4081] ppid=4079 vsize=510700 CPUtime=1020.72 cores=1,3,5,7
/proc/4081/stat : 4081 (qutersat_releas) R 4079 4081 3075 0 -1 4202496 93202 0 0 0 102054 18 0 0 25 0 1 0 667136998 522956800 88655 33554432000 4194304 6014671 140733896070928 18446744073709551615 4423942 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/4081/statm: 127675 88655 735 445 0 121220 0
Current children cumulated CPU time (s) 1020.72
Current children cumulated vsize (KiB) 510700

[startup+1022.3 s]
/proc/loadavg: 1.43 1.84 1.77 2/307 4126
/proc/meminfo: memFree=17166948/32951124 swapFree=54450792/67111528
[pid=4081] ppid=4079 vsize=510700 CPUtime=1022.32 cores=1,3,5,7
/proc/4081/stat : 4081 (qutersat_releas) R 4079 4081 3075 0 -1 4202496 93202 0 0 0 102214 18 0 0 25 0 1 0 667136998 522956800 88655 33554432000 4194304 6014671 140733896070928 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/4081/statm: 127675 88655 735 445 0 121220 0
Current children cumulated CPU time (s) 1022.32
Current children cumulated vsize (KiB) 510700

[startup+1022.7 s]
/proc/loadavg: 1.43 1.84 1.77 2/307 4126
/proc/meminfo: memFree=17166948/32951124 swapFree=54450792/67111528
[pid=4081] ppid=4079 vsize=510700 CPUtime=1022.72 cores=1,3,5,7
/proc/4081/stat : 4081 (qutersat_releas) R 4079 4081 3075 0 -1 4202496 93202 0 0 0 102254 18 0 0 25 0 1 0 667136998 522956800 88655 33554432000 4194304 6014671 140733896070928 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/4081/statm: 127675 88655 735 445 0 121220 0
Current children cumulated CPU time (s) 1022.72
Current children cumulated vsize (KiB) 510700

[startup+1022.9 s]
/proc/loadavg: 1.43 1.84 1.77 2/307 4126
/proc/meminfo: memFree=17195768/32951124 swapFree=54450792/67111528
[pid=4081] ppid=4079 vsize=0 CPUtime=1022.93 cores=1,3,5,7
/proc/4081/stat : 4081 (qutersat_releas) R 4079 4081 3075 0 -1 4202500 93206 0 0 0 102274 19 0 0 25 0 1 0 667136998 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 3 0 0 0
/proc/4081/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1022.93
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1022.92
CPU time (s): 1022.94
CPU user time (s): 1022.74
CPU system time (s): 0.201969
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 510700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1022.74
system time used= 0.201969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93206
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 1504

runsolver used 2.88456 second user time and 7.31189 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-16 16:16:28
IDJOB=3384519
IDBENCH=88066
IDSOLVER=1868
FILE ID=node134/3384519-1305555388
RUNJOBID= node134-1305555272-3897
PBS_JOBID= 13329219
Free space on /tmp= 73588 MiB

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

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

MD5SUM BENCH= 3469bb30890bba597175d692c3430b0e
RANDOM SEED=712384470

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.75
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17384120 kB
Buffers:        150804 kB
Cached:         676240 kB
SwapCached:      16428 kB
Active:        4216648 kB
Inactive:     11118440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17384120 kB
SwapTotal:    67111528 kB
SwapFree:     54450792 kB
Dirty:            5556 kB
Writeback:           0 kB
AnonPages:    14499356 kB
Mapped:          16316 kB
Slab:            97104 kB
PageTables:      72576 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 59584312 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73588 MiB
End job on node134 at 2011-05-16 16:33:31