Trace number 3386298

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
SArTagnan 2011-05-15 (fixed)UNSAT 389.772 97.926

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

389.42/97.89	
389.42/97.89	s UNSATISFIABLE
389.42/97.89	c Conflict at level 0

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-3386298-1305583446/watcher-3386298-1305583446 -o /tmp/evaluation-result-3386298-1305583446/solver-3386298-1305583446 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386298-1305583446.cnf -threads=4 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 8.72 8.93 7.10 6/473 32642
/proc/meminfo: memFree=17357964/32951124 swapFree=57414336/67111528
[pid=32642] ppid=32640 vsize=27232 CPUtime=0.01 cores=0,2,4,6
/proc/32642/stat : 32642 (SArTagnan) R 32640 32642 32434 0 -1 4202496 1090 0 0 0 1 0 0 0 25 0 1 0 748575123 27885568 755 33554432000 4194304 4625164 140735764415840 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32642/statm: 6808 755 296 106 0 2311 0

[startup+0.0279021 s]
/proc/loadavg: 8.72 8.93 7.10 6/473 32642
/proc/meminfo: memFree=17357964/32951124 swapFree=57414336/67111528
[pid=32642] ppid=32640 vsize=28180 CPUtime=0.02 cores=0,2,4,6
/proc/32642/stat : 32642 (SArTagnan) R 32640 32642 32434 0 -1 4202496 1619 0 0 0 2 0 0 0 25 0 1 0 748575123 28856320 882 33554432000 4194304 4625164 140735764415840 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32642/statm: 7045 882 296 106 0 2548 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 28180

[startup+0.148429 s]
/proc/loadavg: 8.72 8.93 7.10 6/473 32642
/proc/meminfo: memFree=17357964/32951124 swapFree=57414336/67111528
[pid=32642] ppid=32640 vsize=276940 CPUtime=0.28 cores=0,2,4,6
/proc/32642/stat : 32642 (SArTagnan) D 32640 32642 32434 0 -1 4202496 8753 0 0 0 28 0 0 0 25 0 4 0 748575123 283586560 6298 33554432000 4194304 4625164 140735764415840 18446744073709551615 252457763203 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32642/statm: 69235 6298 338 106 0 64738 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 276940

[startup+0.300812 s]
/proc/loadavg: 8.72 8.93 7.10 6/473 32642
/proc/meminfo: memFree=17357964/32951124 swapFree=57414336/67111528
[pid=32642] ppid=32640 vsize=287496 CPUtime=0.9 cores=0,2,4,6
/proc/32642/stat : 32642 (SArTagnan) R 32640 32642 32434 0 -1 4202496 17850 0 0 0 89 1 0 0 25 0 4 0 748575123 294395904 12043 33554432000 4194304 4625164 140735764415840 18446744073709551615 4499479 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32642/statm: 71874 12043 343 106 0 67377 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 287496

[startup+0.700738 s]
/proc/loadavg: 8.72 8.93 7.10 6/473 32642
/proc/meminfo: memFree=17357964/32951124 swapFree=57414336/67111528
[pid=32642] ppid=32640 vsize=294564 CPUtime=2.49 cores=0,2,4,6
/proc/32642/stat : 32642 (SArTagnan) R 32640 32642 32434 0 -1 4202496 20414 0 0 0 248 1 0 0 25 0 4 0 748575123 301633536 14076 33554432000 4194304 4625164 140735764415840 18446744073709551615 4528648 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32642/statm: 73641 14076 344 106 0 69144 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 294564

[startup+1.50059 s]
/proc/loadavg: 8.72 8.93 7.10 10/477 32646
/proc/meminfo: memFree=17297800/32951124 swapFree=57414336/67111528
[pid=32642] ppid=32640 vsize=302976 CPUtime=5.68 cores=0,2,4,6
/proc/32642/stat : 32642 (SArTagnan) R 32640 32642 32434 0 -1 4202496 23616 0 0 0 566 2 0 0 25 0 4 0 748575123 310247424 15118 33554432000 4194304 4625164 140735764415840 18446744073709551615 4513489 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32642/statm: 75744 15118 345 106 0 71247 0
[pid=32642/tid=32644] ppid=32640 vsize=302976 CPUtime=1.37 cores=0,2,4,6
/proc/32642/task/32644/stat : 32644 (SArTagnan) R 32640 32642 32434 0 -1 4202560 3204 0 0 0 137 0 0 0 25 0 4 0 748575132 310247424 15118 33554432000 4194304 4625164 140735764415840 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32642/tid=32645] ppid=32640 vsize=302976 CPUtime=1.39 cores=0,2,4,6
/proc/32642/task/32645/stat : 32645 (SArTagnan) R 32640 32642 32434 0 -1 4202560 4017 0 0 0 139 0 0 0 25 0 4 0 748575132 310247424 15118 33554432000 4194304 4625164 140735764415840 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32642/tid=32646] ppid=32640 vsize=302976 CPUtime=1.39 cores=0,2,4,6
/proc/32642/task/32646/stat : 32646 (SArTagnan) R 32640 32642 32434 0 -1 4202560 3520 0 0 0 139 0 0 0 25 0 4 0 748575132 310247424 15118 33554432000 4194304 4625164 140735764415840 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.68
Current children cumulated vsize (KiB) 302976

[startup+3.10029 s]
/proc/loadavg: 8.72 8.93 7.10 10/477 32646
/proc/meminfo: memFree=17287884/32951124 swapFree=57414336/67111528
[pid=32642] ppid=32640 vsize=307920 CPUtime=12.06 cores=0,2,4,6
/proc/32642/stat : 32642 (SArTagnan) R 32640 32642 32434 0 -1 4202496 28692 0 0 0 1203 3 0 0 25 0 4 0 748575123 315310080 17476 33554432000 4194304 4625164 140735764415840 18446744073709551615 4511874 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32642/statm: 76980 17476 345 106 0 72483 0
[pid=32642/tid=32644] ppid=32640 vsize=307920 CPUtime=2.96 cores=0,2,4,6
/proc/32642/task/32644/stat : 32644 (SArTagnan) R 32640 32642 32434 0 -1 4202560 4753 0 0 0 295 1 0 0 25 0 4 0 748575132 315310080 17476 33554432000 4194304 4625164 140735764415840 18446744073709551615 4351981 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32642/tid=32645] ppid=32640 vsize=307920 CPUtime=2.99 cores=0,2,4,6
/proc/32642/task/32645/stat : 32645 (SArTagnan) R 32640 32642 32434 0 -1 4202560 4901 0 0 0 299 0 0 0 25 0 4 0 748575132 315310080 17476 33554432000 4194304 4625164 140735764415840 18446744073709551615 4352305 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32642/tid=32646] ppid=32640 vsize=307920 CPUtime=2.99 cores=0,2,4,6
/proc/32642/task/32646/stat : 32646 (SArTagnan) R 32640 32642 32434 0 -1 4202560 4805 0 0 0 299 0 0 0 25 0 4 0 748575132 315310080 17476 33554432000 4194304 4625164 140735764415840 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.06
Current children cumulated vsize (KiB) 307920

[startup+6.3007 s]
/proc/loadavg: 8.75 8.93 7.11 10/477 32646
/proc/meminfo: memFree=17263860/32951124 swapFree=57414336/67111528
[pid=32642] ppid=32640 vsize=315356 CPUtime=24.81 cores=0,2,4,6
/proc/32642/stat : 32642 (SArTagnan) R 32640 32642 32434 0 -1 4202496 38487 0 0 0 2476 5 0 0 25 0 4 0 748575123 322924544 21417 33554432000 4194304 4625164 140735764415840 18446744073709551615 4281104 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32642/statm: 78839 21417 346 106 0 74342 0
[pid=32642/tid=32644] ppid=32640 vsize=315356 CPUtime=6.1 cores=0,2,4,6
/proc/32642/task/32644/stat : 32644 (SArTagnan) R 32640 32642 32434 0 -1 4202560 7473 0 0 0 609 1 0 0 25 0 4 0 748575132 322924544 21417 33554432000 4194304 4625164 140735764415840 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32642/tid=32645] ppid=32640 vsize=315356 CPUtime=6.19 cores=0,2,4,6
/proc/32642/task/32645/stat : 32645 (SArTagnan) R 32640 32642 32434 0 -1 4202560 7801 0 0 0 618 1 0 0 25 0 4 0 748575132 322924544 21417 33554432000 4194304 4625164 140735764415840 18446744073709551615 4465186 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32642/tid=32646] ppid=32640 vsize=315356 CPUtime=6.19 cores=0,2,4,6
/proc/32642/task/32646/stat : 32646 (SArTagnan) R 32640 32642 32434 0 -1 4202560 7175 0 0 0 619 0 0 0 25 0 4 0 748575132 322924544 21417 33554432000 4194304 4625164 140735764415840 18446744073709551615 4490174 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.81
Current children cumulated vsize (KiB) 315356

[startup+12.7005 s]
/proc/loadavg: 8.77 8.94 7.12 10/477 32646
/proc/meminfo: memFree=17206732/32951124 swapFree=57414336/67111528
[pid=32642] ppid=32640 vsize=324588 CPUtime=50.3 cores=0,2,4,6
/proc/32642/stat : 32642 (SArTagnan) R 32640 32642 32434 0 -1 4202496 85717 0 0 0 5016 14 0 0 25 0 4 0 748575123 332378112 30452 33554432000 4194304 4625164 140735764415840 18446744073709551615 4511959 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32642/statm: 81147 30452 346 106 0 76650 0
[pid=32642/tid=32644] ppid=32640 vsize=324588 CPUtime=12.41 cores=0,2,4,6
/proc/32642/task/32644/stat : 32644 (SArTagnan) R 32640 32642 32434 0 -1 4202560 12821 0 0 0 1238 3 0 0 25 0 4 0 748575132 332378112 30452 33554432000 4194304 4625164 140735764415840 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32642/tid=32645] ppid=32640 vsize=324588 CPUtime=12.59 cores=0,2,4,6
/proc/32642/task/32645/stat : 32645 (SArTagnan) R 32640 32642 32434 0 -1 4202560 15232 0 0 0 1256 3 0 0 25 0 4 0 748575132 332378112 30452 33554432000 4194304 4625164 140735764415840 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32642/tid=32646] ppid=32640 vsize=324588 CPUtime=12.59 cores=0,2,4,6
/proc/32642/task/32646/stat : 32646 (SArTagnan) R 32640 32642 32434 0 -1 4202560 37081 0 0 0 1255 4 0 0 25 0 4 0 748575132 332378112 30453 33554432000 4194304 4625164 140735764415840 18446744073709551615 4351697 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.3
Current children cumulated vsize (KiB) 324588

[startup+25.5011 s]
/proc/loadavg: 8.82 8.94 7.15 10/477 32646
/proc/meminfo: memFree=17118656/32951124 swapFree=57414336/67111528
[pid=32642] ppid=32640 vsize=361512 CPUtime=101.29 cores=0,2,4,6
/proc/32642/stat : 32642 (SArTagnan) R 32640 32642 32434 0 -1 4202496 126216 0 0 0 10106 23 0 0 25 0 4 0 748575123 370188288 45524 33554432000 4194304 4625164 140735764415840 18446744073709551615 4393068 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32642/statm: 90378 45524 354 106 0 85881 0
[pid=32642/tid=32644] ppid=32640 vsize=361512 CPUtime=24.99 cores=0,2,4,6
/proc/32642/task/32644/stat : 32644 (SArTagnan) R 32640 32642 32434 0 -1 4202560 18424 0 0 0 2494 5 0 0 25 0 4 0 748575132 370188288 45524 33554432000 4194304 4625164 140735764415840 18446744073709551615 4352562 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32642/tid=32645] ppid=32640 vsize=361512 CPUtime=25.38 cores=0,2,4,6
/proc/32642/task/32645/stat : 32645 (SArTagnan) R 32640 32642 32434 0 -1 4202560 24100 0 0 0 2533 5 0 0 25 0 4 0 748575132 370188288 45524 33554432000 4194304 4625164 140735764415840 18446744073709551615 4345250 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32642/tid=32646] ppid=32640 vsize=361512 CPUtime=25.39 cores=0,2,4,6
/proc/32642/task/32646/stat : 32646 (SArTagnan) R 32640 32642 32434 0 -1 4202560 56158 0 0 0 2532 7 0 0 25 0 4 0 748575132 370188288 45524 33554432000 4194304 4625164 140735764415840 18446744073709551615 4552464 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.29
Current children cumulated vsize (KiB) 361512

[startup+51.1004 s]
/proc/loadavg: 9.15 9.01 7.22 10/477 32647
/proc/meminfo: memFree=16906428/32951124 swapFree=57414336/67111528
[pid=32642] ppid=32640 vsize=478300 CPUtime=203.29 cores=0,2,4,6
/proc/32642/stat : 32642 (SArTagnan) R 32640 32642 32434 0 -1 4202496 296216 0 0 0 20280 49 0 0 25 0 4 0 748575123 489779200 80655 33554432000 4194304 4625164 140735764415840 18446744073709551615 4511950 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32642/statm: 119575 80655 801 106 0 115078 0
[pid=32642/tid=32644] ppid=32640 vsize=478300 CPUtime=50.2 cores=0,2,4,6
/proc/32642/task/32644/stat : 32644 (SArTagnan) R 32640 32642 32434 0 -1 4202560 35889 0 0 0 5012 8 0 0 25 0 4 0 748575132 489779200 80655 33554432000 4194304 4625164 140735764415840 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32642/tid=32645] ppid=32640 vsize=478300 CPUtime=50.99 cores=0,2,4,6
/proc/32642/task/32645/stat : 32645 (SArTagnan) R 32640 32642 32434 0 -1 4202560 33396 0 0 0 5091 8 0 0 25 0 4 0 748575132 489779200 80655 33554432000 4194304 4625164 140735764415840 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32642/tid=32646] ppid=32640 vsize=478300 CPUtime=50.99 cores=0,2,4,6
/proc/32642/task/32646/stat : 32646 (SArTagnan) R 32640 32642 32434 0 -1 4202560 170699 0 0 0 5076 23 0 0 25 0 4 0 748575132 489779200 80655 33554432000 4194304 4625164 140735764415840 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.29
Current children cumulated vsize (KiB) 478300

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

[startup+76.7006 s]
/proc/loadavg: 9.10 9.00 7.27 10/477 32648
/proc/meminfo: memFree=16785764/32951124 swapFree=57414336/67111528
[pid=32642] ppid=32640 vsize=573780 CPUtime=305.29 cores=0,2,4,6
/proc/32642/stat : 32642 (SArTagnan) R 32640 32642 32434 0 -1 4202496 418820 0 0 0 30460 69 0 0 25 0 4 0 748575123 587550720 101642 33554432000 4194304 4625164 140735764415840 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32642/statm: 143445 101642 843 106 0 138948 0
[pid=32642/tid=32644] ppid=32640 vsize=573780 CPUtime=75.4 cores=0,2,4,6
/proc/32642/task/32644/stat : 32644 (SArTagnan) R 32640 32642 32434 0 -1 4202560 48548 0 0 0 7530 10 0 0 25 0 4 0 748575132 587550720 101642 33554432000 4194304 4625164 140735764415840 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32642/tid=32645] ppid=32640 vsize=573780 CPUtime=76.58 cores=0,2,4,6
/proc/32642/task/32645/stat : 32645 (SArTagnan) R 32640 32642 32434 0 -1 4202560 36750 0 0 0 7647 11 0 0 25 0 4 0 748575132 587550720 101642 33554432000 4194304 4625164 140735764415840 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32642/tid=32646] ppid=32640 vsize=573780 CPUtime=76.59 cores=0,2,4,6
/proc/32642/task/32646/stat : 32646 (SArTagnan) R 32640 32642 32434 0 -1 4202560 236698 0 0 0 7626 33 0 0 25 0 4 0 748575132 587550720 101642 33554432000 4194304 4625164 140735764415840 18446744073709551615 4554848 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 305.29
Current children cumulated vsize (KiB) 573780

[startup+89.5012 s]
/proc/loadavg: 9.08 9.00 7.29 10/477 32648
/proc/meminfo: memFree=16724628/32951124 swapFree=57414336/67111528
[pid=32642] ppid=32640 vsize=696388 CPUtime=356.29 cores=0,2,4,6
/proc/32642/stat : 32642 (SArTagnan) R 32640 32642 32434 0 -1 4202496 505304 0 0 0 35547 82 0 0 25 0 4 0 748575123 713101312 120665 33554432000 4194304 4625164 140735764415840 18446744073709551615 252457727009 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32642/statm: 174097 120667 860 106 0 169600 0
[pid=32642/tid=32644] ppid=32640 vsize=696388 CPUtime=87.99 cores=0,2,4,6
/proc/32642/task/32644/stat : 32644 (SArTagnan) R 32640 32642 32434 0 -1 4202560 50416 0 0 0 8789 10 0 0 25 0 4 0 748575132 713101312 120667 33554432000 4194304 4625164 140735764415840 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32642/tid=32645] ppid=32640 vsize=696388 CPUtime=89.38 cores=0,2,4,6
/proc/32642/task/32645/stat : 32645 (SArTagnan) R 32640 32642 32434 0 -1 4202560 37561 0 0 0 8927 11 0 0 25 0 4 0 748575132 713101312 120668 33554432000 4194304 4625164 140735764415840 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32642/tid=32646] ppid=32640 vsize=696388 CPUtime=89.4 cores=0,2,4,6
/proc/32642/task/32646/stat : 32646 (SArTagnan) R 32640 32642 32434 0 -1 4202560 301964 0 0 0 8897 43 0 0 25 0 4 0 748575132 713101312 120668 33554432000 4194304 4625164 140735764415840 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 356.29
Current children cumulated vsize (KiB) 696388

[startup+92.7006 s]
/proc/loadavg: 9.08 9.00 7.29 10/477 32648
/proc/meminfo: memFree=16620712/32951124 swapFree=57414336/67111528
[pid=32642] ppid=32640 vsize=740788 CPUtime=369.04 cores=0,2,4,6
/proc/32642/stat : 32642 (SArTagnan) R 32640 32642 32434 0 -1 4202496 572212 0 0 0 36813 91 0 0 25 0 4 0 748575123 758566912 144510 33554432000 4194304 4625164 140735764415840 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32642/statm: 185197 144510 866 106 0 180700 0
[pid=32642/tid=32644] ppid=32640 vsize=740788 CPUtime=91.14 cores=0,2,4,6
/proc/32642/task/32644/stat : 32644 (SArTagnan) R 32640 32642 32434 0 -1 4202560 51564 0 0 0 9104 10 0 0 25 0 4 0 748575132 758566912 144510 33554432000 4194304 4625164 140735764415840 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32642/tid=32645] ppid=32640 vsize=740788 CPUtime=92.59 cores=0,2,4,6
/proc/32642/task/32645/stat : 32645 (SArTagnan) R 32640 32642 32434 0 -1 4202560 37944 0 0 0 9247 12 0 0 25 0 4 0 748575132 758566912 144510 33554432000 4194304 4625164 140735764415840 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32642/tid=32646] ppid=32640 vsize=740788 CPUtime=92.59 cores=0,2,4,6
/proc/32642/task/32646/stat : 32646 (SArTagnan) R 32640 32642 32434 0 -1 4202560 323887 0 0 0 9214 45 0 0 21 0 4 0 748575132 758566912 144510 33554432000 4194304 4625164 140735764415840 18446744073709551615 4330776 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 369.04
Current children cumulated vsize (KiB) 740788

[startup+95.901 s]
/proc/loadavg: 9.15 9.02 7.31 10/477 32648
/proc/meminfo: memFree=16583636/32951124 swapFree=57414336/67111528
[pid=32642] ppid=32640 vsize=799444 CPUtime=381.79 cores=0,2,4,6
/proc/32642/stat : 32642 (SArTagnan) R 32640 32642 32434 0 -1 4202496 618277 0 0 0 38082 97 0 0 25 0 4 0 748575123 818630656 150190 33554432000 4194304 4625164 140735764415840 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32642/statm: 199861 150190 803 106 0 195364 0
[pid=32642/tid=32644] ppid=32640 vsize=799444 CPUtime=94.29 cores=0,2,4,6
/proc/32642/task/32644/stat : 32644 (SArTagnan) R 32640 32642 32434 0 -1 4202560 67328 0 0 0 9417 12 0 0 25 0 4 0 748575132 818630656 150190 33554432000 4194304 4625164 140735764415840 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32642/tid=32645] ppid=32640 vsize=799444 CPUtime=95.79 cores=0,2,4,6
/proc/32642/task/32645/stat : 32645 (SArTagnan) R 32640 32642 32434 0 -1 4202560 38164 0 0 0 9567 12 0 0 25 0 4 0 748575132 818630656 150190 33554432000 4194304 4625164 140735764415840 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32642/tid=32646] ppid=32640 vsize=799444 CPUtime=95.79 cores=0,2,4,6
/proc/32642/task/32646/stat : 32646 (SArTagnan) R 32640 32642 32434 0 -1 4202560 334331 0 0 0 9532 47 0 0 25 0 4 0 748575132 818630656 150190 33554432000 4194304 4625164 140735764415840 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 381.79
Current children cumulated vsize (KiB) 799444

[startup+96.7009 s]
/proc/loadavg: 9.15 9.02 7.31 10/477 32648
/proc/meminfo: memFree=16523124/32951124 swapFree=57414336/67111528
[pid=32642] ppid=32640 vsize=969820 CPUtime=385.04 cores=0,2,4,6
/proc/32642/stat : 32642 (SArTagnan) R 32640 32642 32434 0 -1 4202496 667947 0 0 0 38401 103 0 0 25 0 4 0 748575123 993095680 164847 33554432000 4194304 4625164 140735764415840 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32642/statm: 242455 164847 578 106 0 237958 0
[pid=32642/tid=32644] ppid=32640 vsize=969820 CPUtime=95.09 cores=0,2,4,6
/proc/32642/task/32644/stat : 32644 (SArTagnan) R 32640 32642 32434 0 -1 4202560 67336 0 0 0 9497 12 0 0 25 0 4 0 748575132 993095680 164847 33554432000 4194304 4625164 140735764415840 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32642/tid=32645] ppid=32640 vsize=969820 CPUtime=96.6 cores=0,2,4,6
/proc/32642/task/32645/stat : 32645 (SArTagnan) R 32640 32642 32434 0 -1 4202560 38188 0 0 0 9648 12 0 0 25 0 4 0 748575132 993095680 164847 33554432000 4194304 4625164 140735764415840 18446744073709551615 4351860 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32642/tid=32646] ppid=32640 vsize=969820 CPUtime=96.6 cores=0,2,4,6
/proc/32642/task/32646/stat : 32646 (SArTagnan) R 32640 32642 32434 0 -1 4202560 336563 0 0 0 9613 47 0 0 25 0 4 0 748575132 993095680 164847 33554432000 4194304 4625164 140735764415840 18446744073709551615 4339639 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 385.04
Current children cumulated vsize (KiB) 969820

[startup+97.5007 s]
/proc/loadavg: 9.15 9.02 7.31 10/477 32648
/proc/meminfo: memFree=16523124/32951124 swapFree=57414336/67111528
[pid=32642] ppid=32640 vsize=969820 CPUtime=388.17 cores=0,2,4,6
/proc/32642/stat : 32642 (SArTagnan) R 32640 32642 32434 0 -1 4202496 674106 0 0 0 38714 103 0 0 25 0 4 0 748575123 993095680 169735 33554432000 4194304 4625164 140735764415840 18446744073709551615 4361058 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32642/statm: 242455 169737 578 106 0 237958 0
[pid=32642/tid=32644] ppid=32640 vsize=969820 CPUtime=95.87 cores=0,2,4,6
/proc/32642/task/32644/stat : 32644 (SArTagnan) R 32640 32642 32434 0 -1 4202560 67491 0 0 0 9575 12 0 0 25 0 4 0 748575132 993095680 169737 33554432000 4194304 4625164 140735764415840 18446744073709551615 47383052058704 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32642/tid=32645] ppid=32640 vsize=969820 CPUtime=97.39 cores=0,2,4,6
/proc/32642/task/32645/stat : 32645 (SArTagnan) R 32640 32642 32434 0 -1 4202560 38605 0 0 0 9727 12 0 0 25 0 4 0 748575132 993095680 169737 33554432000 4194304 4625164 140735764415840 18446744073709551615 252457726661 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32642/tid=32646] ppid=32640 vsize=969820 CPUtime=97.39 cores=0,2,4,6
/proc/32642/task/32646/stat : 32646 (SArTagnan) R 32640 32642 32434 0 -1 4202560 337942 0 0 0 9691 48 0 0 25 0 4 0 748575132 993095680 169738 33554432000 4194304 4625164 140735764415840 18446744073709551615 4547603 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 388.17
Current children cumulated vsize (KiB) 969820

[startup+97.9177 s]
/proc/loadavg: 9.15 9.02 7.31 10/477 32648
/proc/meminfo: memFree=16479352/32951124 swapFree=57414336/67111528
[pid=32642] ppid=32640 vsize=0 CPUtime=389.75 cores=0,2,4,6
/proc/32642/stat : 32642 (SArTagnan) Z 32640 32642 32434 0 -1 4203548 680997 0 0 0 38868 107 0 0 25 0 2 0 748575123 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32642/statm: 0 0 0 0 0 0 0
[pid=32642/tid=32646] ppid=32640 vsize=0 CPUtime=97.81 cores=0,2,4,6
/proc/32642/task/32646/stat : 32646 (SArTagnan) R 32640 32642 32434 0 -1 4203588 338801 0 0 0 9731 50 0 0 25 0 2 0 748575132 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 389.75
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 97.926
CPU time (s): 389.772
CPU user time (s): 388.69
CPU system time (s): 1.08183
CPU usage (%): 398.027
Max. virtual memory (cumulated for all children) (KiB): 1035356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 388.69
system time used= 1.08183
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 680997
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= 553
involuntary context switches= 1696

runsolver used 0.441932 second user time and 1.08983 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-17 00:04:07
IDJOB=3386298
IDBENCH=88066
IDSOLVER=1871
FILE ID=node111/3386298-1305583446
RUNJOBID= node111-1305582132-32452
PBS_JOBID= 13350305
Free space on /tmp= 73548 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT02/industrial/nam/fpga-routing/k2fix_gr_rcs_w9.shuffled.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386298-1305583446/watcher-3386298-1305583446 -o /tmp/evaluation-result-3386298-1305583446/solver-3386298-1305583446 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386298-1305583446.cnf -threads=4

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

MD5SUM BENCH= 3469bb30890bba597175d692c3430b0e
RANDOM SEED=1616980480

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17358244 kB
Buffers:        312284 kB
Cached:        6400448 kB
SwapCached:      19200 kB
Active:        7972756 kB
Inactive:      7351316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17358244 kB
SwapTotal:    67111528 kB
SwapFree:     57414336 kB
Dirty:            5000 kB
Writeback:           0 kB
AnonPages:     8600948 kB
Mapped:          28368 kB
Slab:           134344 kB
PageTables:      66704 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 149677932 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= 73548 MiB
End job on node111 at 2011-05-17 00:05:45