Trace number 3747651

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 NameAnswerobjective functionCPU timeWall clock time
npSolver inc-topDown (fixed)? (TO) 1800.09 1816.42

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null0mast_rapportOE1.0_TMAX60_K192_cod2.opb
MD5SUM3b8362af58c9130644833689fa0f2100
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1783.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1605
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 6694
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 62779
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

23.75/23.86	c run inc solver
23.75/23.86	c [INC SYSTEM] run initial solver
23.75/23.86	c [INC SYSTEM] preprocess with white file
91.34/94.24	c [INC SYSTEM] finished preprocessing in 70 s
91.34/94.24	c [INC SYSTEM] execute solver

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3747651-1339107367/watcher-3747651-1339107367 -o /tmp/evaluation-result-3747651-1339107367/solver-3747651-1339107367 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3747651-1339107367.opb 440298620 HOME HOME 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 2.00 2.02 2.17 3/178 27543
/proc/meminfo: memFree=29409072/32873844 swapFree=7116/7116
[pid=27543] ppid=27541 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27543/stat : 27543 (npSolver-pbo-It) S 27541 27543 26405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376863746 9367552 274 33554432000 4194304 5064252 140735702403968 140735702402880 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27543/statm: 2287 274 233 213 0 72 0

[startup+0.09572 s]
/proc/loadavg: 2.00 2.02 2.17 3/178 27543
/proc/meminfo: memFree=29409072/32873844 swapFree=7116/7116
[pid=27543] ppid=27541 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27543/stat : 27543 (npSolver-pbo-It) S 27541 27543 26405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376863746 9367552 274 33554432000 4194304 5064252 140735702403968 140735702402880 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27543/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100333 s]
/proc/loadavg: 2.00 2.02 2.17 3/178 27543
/proc/meminfo: memFree=29409072/32873844 swapFree=7116/7116
[pid=27543] ppid=27541 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27543/stat : 27543 (npSolver-pbo-It) S 27541 27543 26405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376863746 9367552 274 33554432000 4194304 5064252 140735702403968 140735702402880 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27543/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30031 s]
/proc/loadavg: 2.00 2.02 2.17 3/178 27543
/proc/meminfo: memFree=29409072/32873844 swapFree=7116/7116
[pid=27543] ppid=27541 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27543/stat : 27543 (npSolver-pbo-It) S 27541 27543 26405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376863746 9367552 274 33554432000 4194304 5064252 140735702403968 140735702402880 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27543/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700284 s]
/proc/loadavg: 2.00 2.02 2.17 3/178 27543
/proc/meminfo: memFree=29409072/32873844 swapFree=7116/7116
[pid=27543] ppid=27541 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27543/stat : 27543 (npSolver-pbo-It) S 27541 27543 26405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376863746 9367552 274 33554432000 4194304 5064252 140735702403968 140735702402880 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27543/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.00 2.02 2.17 3/180 27545
/proc/meminfo: memFree=29316452/32873844 swapFree=7116/7116
[pid=27543] ppid=27541 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27543/stat : 27543 (npSolver-pbo-It) S 27541 27543 26405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376863746 9367552 274 33554432000 4194304 5064252 140735702403968 140735702402880 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27543/statm: 2287 274 233 213 0 72 0
[pid=27544] ppid=27543 vsize=147164 CPUtime=1.48 cores=1,3,5,7
/proc/27544/stat : 27544 (npSolver-pbo) R 27543 27543 26405 0 -1 4202496 23513 0 0 0 142 6 0 0 20 0 1 0 376863747 150695936 32690 33554432000 4194304 6004724 140734248248576 140734248244088 4968639 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/27544/statm: 36791 32690 130 442 0 36345 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 156312

[startup+3.10033 s]
/proc/loadavg: 2.00 2.02 2.17 3/180 27545
/proc/meminfo: memFree=29174388/32873844 swapFree=7116/7116
[pid=27543] ppid=27541 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27543/stat : 27543 (npSolver-pbo-It) S 27541 27543 26405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376863746 9367552 274 33554432000 4194304 5064252 140735702403968 140735702402880 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27543/statm: 2287 274 233 213 0 72 0
[pid=27544] ppid=27543 vsize=362892 CPUtime=3.09 cores=1,3,5,7
/proc/27544/stat : 27544 (npSolver-pbo) R 27543 27543 26405 0 -1 4202496 50043 0 0 0 295 14 0 0 20 0 1 0 376863747 371601408 74641 33554432000 4194304 6004724 140734248248576 140734248245384 4617905 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/27544/statm: 90723 74641 154 442 0 90277 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 372040

[startup+6.30034 s]
/proc/loadavg: 2.00 2.02 2.17 3/180 27545
/proc/meminfo: memFree=28931400/32873844 swapFree=7116/7116
[pid=27543] ppid=27541 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27543/stat : 27543 (npSolver-pbo-It) S 27541 27543 26405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376863746 9367552 274 33554432000 4194304 5064252 140735702403968 140735702402880 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27543/statm: 2287 274 233 213 0 72 0
[pid=27544] ppid=27543 vsize=756108 CPUtime=6.29 cores=1,3,5,7
/proc/27544/stat : 27544 (npSolver-pbo) R 27543 27543 26405 0 -1 4202496 51370 0 0 0 603 26 0 0 20 0 1 0 376863747 774254592 132497 33554432000 4194304 6004724 140734248248576 140734248243176 4534738 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/27544/statm: 189027 132497 154 442 0 188581 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 765256

[startup+12.7003 s]
/proc/loadavg: 2.00 2.02 2.17 3/180 27545
/proc/meminfo: memFree=28604976/32873844 swapFree=7116/7116
[pid=27543] ppid=27541 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27543/stat : 27543 (npSolver-pbo-It) S 27541 27543 26405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376863746 9367552 274 33554432000 4194304 5064252 140735702403968 140735702402880 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27543/statm: 2287 274 233 213 0 72 0
[pid=27544] ppid=27543 vsize=1280396 CPUtime=12.68 cores=1,3,5,7
/proc/27544/stat : 27544 (npSolver-pbo) R 27543 27543 26405 0 -1 4202496 52373 0 0 0 1223 45 0 0 20 0 1 0 376863747 1311125504 253329 33554432000 4194304 6004724 140734248248576 140734248243176 4579824 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/27544/statm: 320099 253329 154 442 0 319653 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1289544

[startup+25.5005 s]
/proc/loadavg: 2.00 2.02 2.17 3/182 27547
/proc/meminfo: memFree=26311404/32873844 swapFree=7116/7116
[pid=27543] ppid=27541 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27543/stat : 27543 (npSolver-pbo-It) S 27541 27543 26405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376863746 9367552 274 33554432000 4194304 5064252 140735702403968 140735702402880 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27543/statm: 2287 274 233 213 0 72 0
[pid=27544] ppid=27543 vsize=2337972 CPUtime=23.82 cores=1,3,5,7
/proc/27544/stat : 27544 (npSolver-pbo) S 27543 27543 26405 0 -1 4202496 57387 0 0 0 2085 297 0 0 20 0 1 0 376863747 2394083328 409760 33554432000 4194304 6004724 140734248248576 140734248243040 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 3 0 0
/proc/27544/statm: 584493 409760 163 442 0 584047 0
[pid=27546] ppid=27544 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27546/stat : 27546 (cp2_pre.sh) S 27544 27543 26405 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 376866134 9367552 277 33554432000 4194304 5064252 140735564019136 140735564017840 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27546/statm: 2287 277 234 213 0 72 0
[pid=27547] ppid=27546 vsize=168016 CPUtime=1.6 cores=1,3,5,7
/proc/27547/stat : 27547 (coprocessor) R 27546 27543 26405 0 -1 4202496 13005 0 0 0 154 6 0 0 20 0 1 0 376866135 172048384 41122 33554432000 4194304 6586260 140737305137920 140737305134680 4373476 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/27547/statm: 42004 41122 138 584 0 41416 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 2524284

[startup+51.1004 s]
/proc/loadavg: 2.28 2.08 2.19 3/182 27547
/proc/meminfo: memFree=23869032/32873844 swapFree=7116/7116
[pid=27543] ppid=27541 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27543/stat : 27543 (npSolver-pbo-It) S 27541 27543 26405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376863746 9367552 274 33554432000 4194304 5064252 140735702403968 140735702402880 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27543/statm: 2287 274 233 213 0 72 0
[pid=27544] ppid=27543 vsize=2337972 CPUtime=23.82 cores=1,3,5,7
/proc/27544/stat : 27544 (npSolver-pbo) S 27543 27543 26405 0 -1 4202496 57387 0 0 0 2085 297 0 0 20 0 1 0 376863747 2394083328 409760 33554432000 4194304 6004724 140734248248576 140734248243040 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 3 0 0
/proc/27544/statm: 584493 409760 163 442 0 584047 0
[pid=27546] ppid=27544 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27546/stat : 27546 (cp2_pre.sh) S 27544 27543 26405 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 376866134 9367552 277 33554432000 4194304 5064252 140735564019136 140735564017840 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27546/statm: 2287 277 234 213 0 72 0
[pid=27547] ppid=27546 vsize=2760864 CPUtime=26.49 cores=1,3,5,7
/proc/27547/stat : 27547 (coprocessor) R 27546 27543 26405 0 -1 4202496 25229 0 0 0 2510 139 0 0 20 0 1 0 376866135 2827124736 583031 33554432000 4194304 6586260 140737305137920 140737305133672 5259801 0 0 4096 8404994 0 0 0 17 5 0 0 71 0 0
/proc/27547/statm: 690216 583031 158 584 0 689628 0
Current children cumulated CPU time (s) 50.31
Current children cumulated vsize (KiB) 5117132

[startup+102.307 s]
/proc/loadavg: 2.17 2.08 2.18 3/181 27549
/proc/meminfo: memFree=24687244/32873844 swapFree=7116/7116
[pid=27543] ppid=27541 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27543/stat : 27543 (npSolver-pbo-It) S 27541 27543 26405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376863746 9367552 274 33554432000 4194304 5064252 140735702403968 140735702402880 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27543/statm: 2287 274 233 213 0 72 0
[pid=27544] ppid=27543 vsize=2337972 CPUtime=91.61 cores=1,3,5,7
/proc/27544/stat : 27544 (npSolver-pbo) S 27543 27543 26405 0 -1 4202496 57405 26132 0 0 2085 298 6382 396 20 0 1 0 376863747 2394083328 409764 33554432000 4194304 6004724 140734248248576 140734248234856 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/27544/statm: 584493 409764 167 442 0 584047 0
[pid=27549] ppid=27544 vsize=2289632 CPUtime=8.05 cores=1,3,5,7
/proc/27549/stat : 27549 (glucosInc) R 27544 27543 26405 0 -1 4202496 219337 0 0 0 726 79 0 0 20 0 1 0 376873171 2344583168 457101 33554432000 4194304 5654031 140733710298784 140733709248136 4225056 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27549/statm: 572408 457102 108 357 0 572048 0
Current children cumulated CPU time (s) 99.66
Current children cumulated vsize (KiB) 4636752

[startup+162.301 s]
/proc/loadavg: 2.06 2.06 2.17 3/181 27549
/proc/meminfo: memFree=23330116/32873844 swapFree=7116/7116
[pid=27543] ppid=27541 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27543/stat : 27543 (npSolver-pbo-It) S 27541 27543 26405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376863746 9367552 274 33554432000 4194304 5064252 140735702403968 140735702402880 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27543/statm: 2287 274 233 213 0 72 0
[pid=27544] ppid=27543 vsize=2337972 CPUtime=91.61 cores=1,3,5,7
/proc/27544/stat : 27544 (npSolver-pbo) S 27543 27543 26405 0 -1 4202496 57405 26132 0 0 2085 298 6382 396 20 0 1 0 376863747 2394083328 409764 33554432000 4194304 6004724 140734248248576 140734248234856 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/27544/statm: 584493 409764 167 442 0 584047 0
[pid=27549] ppid=27544 vsize=3849488 CPUtime=68.02 cores=1,3,5,7
/proc/27549/stat : 27549 (glucosInc) R 27544 27543 26405 0 -1 4202496 360212 0 0 0 6671 131 0 0 20 0 1 0 376873171 3941875712 764347 33554432000 4194304 5654031 140733710298784 140733710296520 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27549/statm: 962372 764347 140 357 0 962012 0
Current children cumulated CPU time (s) 159.63
Current children cumulated vsize (KiB) 6196608

[startup+222.3 s]
/proc/loadavg: 2.02 2.05 2.16 3/181 27550
/proc/meminfo: memFree=23390364/32873844 swapFree=7116/7116
[pid=27543] ppid=27541 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27543/stat : 27543 (npSolver-pbo-It) S 27541 27543 26405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376863746 9367552 274 33554432000 4194304 5064252 140735702403968 140735702402880 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27543/statm: 2287 274 233 213 0 72 0
[pid=27544] ppid=27543 vsize=2337972 CPUtime=91.61 cores=1,3,5,7
/proc/27544/stat : 27544 (npSolver-pbo) S 27543 27543 26405 0 -1 4202496 57405 26132 0 0 2085 298 6382 396 20 0 1 0 376863747 2394083328 409764 33554432000 4194304 6004724 140734248248576 140734248234856 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/27544/statm: 584493 409764 167 442 0 584047 0
[pid=27549] ppid=27544 vsize=3849488 CPUtime=128.01 cores=1,3,5,7
/proc/27549/stat : 27549 (glucosInc) R 27544 27543 26405 0 -1 4202496 360212 0 0 0 12670 131 0 0 20 0 1 0 376873171 3941875712 764347 33554432000 4194304 5654031 140733710298784 140733710296520 4232800 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27549/statm: 962372 764347 140 357 0 962012 0
Current children cumulated CPU time (s) 219.62
Current children cumulated vsize (KiB) 6196608

[startup+282.3 s]
/proc/loadavg: 2.01 2.04 2.14 3/182 27553
/proc/meminfo: memFree=23414048/32873844 swapFree=7116/7116
[pid=27543] ppid=27541 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27543/stat : 27543 (npSolver-pbo-It) S 27541 27543 26405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376863746 9367552 274 33554432000 4194304 5064252 140735702403968 140735702402880 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27543/statm: 2287 274 233 213 0 72 0
[pid=27544] ppid=27543 vsize=2337972 CPUtime=91.61 cores=1,3,5,7

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

/proc/meminfo: memFree=285520/32873844 swapFree=7116/7116
[pid=27543] ppid=27541 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27543/stat : 27543 (npSolver-pbo-It) S 27541 27543 26405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376863746 9367552 274 33554432000 4194304 5064252 140735702403968 140735702402880 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27543/statm: 2287 274 233 213 0 72 0
[pid=27544] ppid=27543 vsize=2337972 CPUtime=91.61 cores=1,3,5,7
/proc/27544/stat : 27544 (npSolver-pbo) S 27543 27543 26405 0 -1 4202496 57405 26132 0 0 2085 298 6382 396 20 0 1 0 376863747 2394083328 409764 33554432000 4194304 6004724 140734248248576 140734248234856 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/27544/statm: 584493 409764 167 442 0 584047 0
[pid=27549] ppid=27544 vsize=3862676 CPUtime=1197.1 cores=1,3,5,7
/proc/27549/stat : 27549 (glucosInc) R 27544 27543 26405 0 -1 4202496 393443 0 0 0 119556 154 0 0 20 0 1 0 376873171 3955380224 771228 33554432000 4194304 5654031 140733710298784 140733710286600 4232775 0 0 4096 0 0 0 0 17 5 0 0 1072 0 0
/proc/27549/statm: 965669 771228 141 357 0 965309 0
Current children cumulated CPU time (s) 1288.71
Current children cumulated vsize (KiB) 6209796

[startup+1362.3 s]
/proc/loadavg: 4.09 4.05 3.20 3/183 27685
/proc/meminfo: memFree=22753688/32873844 swapFree=7116/7116
[pid=27543] ppid=27541 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27543/stat : 27543 (npSolver-pbo-It) S 27541 27543 26405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376863746 9367552 274 33554432000 4194304 5064252 140735702403968 140735702402880 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27543/statm: 2287 274 233 213 0 72 0
[pid=27544] ppid=27543 vsize=2337972 CPUtime=91.61 cores=1,3,5,7
/proc/27544/stat : 27544 (npSolver-pbo) S 27543 27543 26405 0 -1 4202496 57405 26132 0 0 2085 298 6382 396 20 0 1 0 376863747 2394083328 409764 33554432000 4194304 6004724 140734248248576 140734248234856 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/27544/statm: 584493 409764 167 442 0 584047 0
[pid=27549] ppid=27544 vsize=3865424 CPUtime=1254.47 cores=1,3,5,7
/proc/27549/stat : 27549 (glucosInc) R 27544 27543 26405 0 -1 4202496 399049 0 0 0 125283 164 0 0 20 0 1 0 376873171 3958194176 772413 33554432000 4194304 5654031 140733710298784 140733710296568 4232821 0 0 4096 0 0 0 0 17 5 0 0 1328 0 0
/proc/27549/statm: 966356 772413 141 357 0 965996 0
Current children cumulated CPU time (s) 1346.08
Current children cumulated vsize (KiB) 6212544

[startup+1422.31 s]
/proc/loadavg: 3.06 3.77 3.15 3/181 27688
/proc/meminfo: memFree=21549612/32873844 swapFree=7116/7116
[pid=27543] ppid=27541 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27543/stat : 27543 (npSolver-pbo-It) S 27541 27543 26405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376863746 9367552 274 33554432000 4194304 5064252 140735702403968 140735702402880 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27543/statm: 2287 274 233 213 0 72 0
[pid=27544] ppid=27543 vsize=2337972 CPUtime=91.61 cores=1,3,5,7
/proc/27544/stat : 27544 (npSolver-pbo) S 27543 27543 26405 0 -1 4202496 57405 26132 0 0 2085 298 6382 396 20 0 1 0 376863747 2394083328 409764 33554432000 4194304 6004724 140734248248576 140734248234856 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/27544/statm: 584493 409764 167 442 0 584047 0
[pid=27549] ppid=27544 vsize=3865556 CPUtime=1314.46 cores=1,3,5,7
/proc/27549/stat : 27549 (glucosInc) R 27544 27543 26405 0 -1 4202496 399072 0 0 0 131282 164 0 0 20 0 1 0 376873171 3958329344 772436 33554432000 4194304 5654031 140733710298784 140733710286600 4232453 0 0 4096 0 0 0 0 17 5 0 0 1328 0 0
/proc/27549/statm: 966389 772436 141 357 0 966029 0
Current children cumulated CPU time (s) 1406.07
Current children cumulated vsize (KiB) 6212676

[startup+1482.3 s]
/proc/loadavg: 2.43 3.46 3.08 3/182 27691
/proc/meminfo: memFree=21538256/32873844 swapFree=7116/7116
[pid=27543] ppid=27541 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27543/stat : 27543 (npSolver-pbo-It) S 27541 27543 26405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376863746 9367552 274 33554432000 4194304 5064252 140735702403968 140735702402880 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27543/statm: 2287 274 233 213 0 72 0
[pid=27544] ppid=27543 vsize=2337972 CPUtime=91.61 cores=1,3,5,7
/proc/27544/stat : 27544 (npSolver-pbo) S 27543 27543 26405 0 -1 4202496 57405 26132 0 0 2085 298 6382 396 20 0 1 0 376863747 2394083328 409764 33554432000 4194304 6004724 140734248248576 140734248234856 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/27544/statm: 584493 409764 167 442 0 584047 0
[pid=27549] ppid=27544 vsize=3866256 CPUtime=1374.45 cores=1,3,5,7
/proc/27549/stat : 27549 (glucosInc) R 27544 27543 26405 0 -1 4202496 402654 0 0 0 137279 166 0 0 20 0 1 0 376873171 3959046144 772596 33554432000 4194304 5654031 140733710298784 140733710296472 4232775 0 0 4096 0 0 0 0 17 5 0 0 1328 0 0
/proc/27549/statm: 966564 772596 141 357 0 966204 0
Current children cumulated CPU time (s) 1466.06
Current children cumulated vsize (KiB) 6213376

[startup+1542.3 s]
/proc/loadavg: 2.16 3.19 3.01 3/181 27691
/proc/meminfo: memFree=21528256/32873844 swapFree=7116/7116
[pid=27543] ppid=27541 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27543/stat : 27543 (npSolver-pbo-It) S 27541 27543 26405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376863746 9367552 274 33554432000 4194304 5064252 140735702403968 140735702402880 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27543/statm: 2287 274 233 213 0 72 0
[pid=27544] ppid=27543 vsize=2337972 CPUtime=91.61 cores=1,3,5,7
/proc/27544/stat : 27544 (npSolver-pbo) S 27543 27543 26405 0 -1 4202496 57405 26132 0 0 2085 298 6382 396 20 0 1 0 376863747 2394083328 409764 33554432000 4194304 6004724 140734248248576 140734248234856 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/27544/statm: 584493 409764 167 442 0 584047 0
[pid=27549] ppid=27544 vsize=3866816 CPUtime=1434.44 cores=1,3,5,7
/proc/27549/stat : 27549 (glucosInc) R 27544 27543 26405 0 -1 4202496 402819 0 0 0 143278 166 0 0 20 0 1 0 376873171 3959619584 773521 33554432000 4194304 5654031 140733710298784 140733710296568 4232707 0 0 4096 0 0 0 0 17 5 0 0 1328 0 0
/proc/27549/statm: 966704 773521 141 357 0 966344 0
Current children cumulated CPU time (s) 1526.05
Current children cumulated vsize (KiB) 6213936

[startup+1602.3 s]
/proc/loadavg: 2.10 2.99 2.95 3/181 27691
/proc/meminfo: memFree=21521524/32873844 swapFree=7116/7116
[pid=27543] ppid=27541 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27543/stat : 27543 (npSolver-pbo-It) S 27541 27543 26405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376863746 9367552 274 33554432000 4194304 5064252 140735702403968 140735702402880 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27543/statm: 2287 274 233 213 0 72 0
[pid=27544] ppid=27543 vsize=2337972 CPUtime=91.61 cores=1,3,5,7
/proc/27544/stat : 27544 (npSolver-pbo) S 27543 27543 26405 0 -1 4202496 57405 26132 0 0 2085 298 6382 396 20 0 1 0 376863747 2394083328 409764 33554432000 4194304 6004724 140734248248576 140734248234856 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/27544/statm: 584493 409764 167 442 0 584047 0
[pid=27549] ppid=27544 vsize=3867488 CPUtime=1494.43 cores=1,3,5,7
/proc/27549/stat : 27549 (glucosInc) R 27544 27543 26405 0 -1 4202496 406399 0 0 0 149276 167 0 0 20 0 1 0 376873171 3960307712 774614 33554432000 4194304 5654031 140733710298784 140733710286600 4232775 0 0 4096 0 0 0 0 17 5 0 0 1328 0 0
/proc/27549/statm: 966872 774614 141 357 0 966512 0
Current children cumulated CPU time (s) 1586.04
Current children cumulated vsize (KiB) 6214608

[startup+1662.3 s]
/proc/loadavg: 2.03 2.81 2.89 3/181 27691
/proc/meminfo: memFree=21511068/32873844 swapFree=7116/7116
[pid=27543] ppid=27541 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27543/stat : 27543 (npSolver-pbo-It) S 27541 27543 26405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376863746 9367552 274 33554432000 4194304 5064252 140735702403968 140735702402880 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27543/statm: 2287 274 233 213 0 72 0
[pid=27544] ppid=27543 vsize=2337972 CPUtime=91.61 cores=1,3,5,7
/proc/27544/stat : 27544 (npSolver-pbo) S 27543 27543 26405 0 -1 4202496 57405 26132 0 0 2085 298 6382 396 20 0 1 0 376863747 2394083328 409764 33554432000 4194304 6004724 140734248248576 140734248234856 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/27544/statm: 584493 409764 167 442 0 584047 0
[pid=27549] ppid=27544 vsize=3868036 CPUtime=1554.41 cores=1,3,5,7
/proc/27549/stat : 27549 (glucosInc) R 27544 27543 26405 0 -1 4202496 406527 0 0 0 155274 167 0 0 20 0 1 0 376873171 3960868864 776167 33554432000 4194304 5654031 140733710298784 140733710296584 4215112 0 0 4096 0 0 0 0 17 5 0 0 1328 0 0
/proc/27549/statm: 967009 776167 141 357 0 966649 0
Current children cumulated CPU time (s) 1646.02
Current children cumulated vsize (KiB) 6215156

[startup+1722.3 s]
/proc/loadavg: 2.01 2.67 2.84 3/180 27691
/proc/meminfo: memFree=21504468/32873844 swapFree=7116/7116
[pid=27543] ppid=27541 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27543/stat : 27543 (npSolver-pbo-It) S 27541 27543 26405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376863746 9367552 274 33554432000 4194304 5064252 140735702403968 140735702402880 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27543/statm: 2287 274 233 213 0 72 0
[pid=27544] ppid=27543 vsize=2337972 CPUtime=91.61 cores=1,3,5,7
/proc/27544/stat : 27544 (npSolver-pbo) S 27543 27543 26405 0 -1 4202496 57405 26132 0 0 2085 298 6382 396 20 0 1 0 376863747 2394083328 409764 33554432000 4194304 6004724 140734248248576 140734248234856 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/27544/statm: 584493 409764 167 442 0 584047 0
[pid=27549] ppid=27544 vsize=3868300 CPUtime=1614.4 cores=1,3,5,7
/proc/27549/stat : 27549 (glucosInc) R 27544 27543 26405 0 -1 4202496 406614 0 0 0 161273 167 0 0 20 0 1 0 376873171 3961139200 777156 33554432000 4194304 5654031 140733710298784 140733710296568 4232925 0 0 4096 0 0 0 0 17 5 0 0 1328 0 0
/proc/27549/statm: 967075 777156 141 357 0 966715 0
Current children cumulated CPU time (s) 1706.01
Current children cumulated vsize (KiB) 6215420

[startup+1782.3 s]
/proc/loadavg: 2.00 2.53 2.78 3/181 27692
/proc/meminfo: memFree=21498224/32873844 swapFree=7116/7116
[pid=27543] ppid=27541 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27543/stat : 27543 (npSolver-pbo-It) S 27541 27543 26405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376863746 9367552 274 33554432000 4194304 5064252 140735702403968 140735702402880 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27543/statm: 2287 274 233 213 0 72 0
[pid=27544] ppid=27543 vsize=2337972 CPUtime=91.61 cores=1,3,5,7
/proc/27544/stat : 27544 (npSolver-pbo) S 27543 27543 26405 0 -1 4202496 57405 26132 0 0 2085 298 6382 396 20 0 1 0 376863747 2394083328 409764 33554432000 4194304 6004724 140734248248576 140734248234856 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/27544/statm: 584493 409764 167 442 0 584047 0
[pid=27549] ppid=27544 vsize=3868564 CPUtime=1674.39 cores=1,3,5,7
/proc/27549/stat : 27549 (glucosInc) R 27544 27543 26405 0 -1 4202496 406665 0 0 0 167272 167 0 0 20 0 1 0 376873171 3961409536 778122 33554432000 4194304 5654031 140733710298784 140733710286600 4233309 0 0 4096 0 0 0 0 17 5 0 0 1328 0 0
/proc/27549/statm: 967141 778122 141 357 0 966781 0
Current children cumulated CPU time (s) 1766
Current children cumulated vsize (KiB) 6215684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.4 s]
/proc/loadavg: 2.00 2.48 2.75 3/181 27692
/proc/meminfo: memFree=21495060/32873844 swapFree=7116/7116
[pid=27543] ppid=27541 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27543/stat : 27543 (npSolver-pbo-It) S 27541 27543 26405 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376863746 9367552 274 33554432000 4194304 5064252 140735702403968 140735702402880 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27543/statm: 2287 274 233 213 0 72 0
[pid=27544] ppid=27543 vsize=2337972 CPUtime=91.61 cores=1,3,5,7
/proc/27544/stat : 27544 (npSolver-pbo) S 27543 27543 26405 0 -1 4202496 57405 26132 0 0 2085 298 6382 396 20 0 1 0 376863747 2394083328 409764 33554432000 4194304 6004724 140734248248576 140734248234856 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/27544/statm: 584493 409764 167 442 0 584047 0
[pid=27549] ppid=27544 vsize=3868968 CPUtime=1708.48 cores=1,3,5,7
/proc/27549/stat : 27549 (glucosInc) R 27544 27543 26405 0 -1 4202496 410227 0 0 0 170680 168 0 0 20 0 1 0 376873171 3961823232 778847 33554432000 4194304 5654031 140733710298784 140733710296568 4232453 0 0 4096 0 0 0 0 17 5 0 0 1328 0 0
/proc/27549/statm: 967242 778847 141 357 0 966882 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 6216088

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27543 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1816.42
CPU time (s): 1800.09
CPU user time (s): 1791.47
CPU system time (s): 8.62
CPU usage (%): 99.1012
Max. virtual memory (cumulated for all children) (KiB): 6257216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
maximum resident set size= 1096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 357
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= 4
involuntary context switches= 1

runsolver used 4.16237 second user time and 11.6122 second system time

The end

Launcher Data

Begin job on node111 at 2012-06-08 00:16:08
IDJOB=3747651
IDBENCH=91083
IDSOLVER=2332
FILE ID=node111/3747651-1339107367
RUNJOBID= node111-1339098177-26422
PBS_JOBID= 14643742
Free space on /tmp= 67372 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_luby_10null0mast_rapportOE1.0_TMAX60_K192_cod2.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3747651-1339107367/watcher-3747651-1339107367 -o /tmp/evaluation-result-3747651-1339107367/solver-3747651-1339107367 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3747651-1339107367.opb 440298620 HOME HOME

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

MD5SUM BENCH= 3b8362af58c9130644833689fa0f2100
RANDOM SEED=440298620

node111.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.152
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.152
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.152
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.152
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.152
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.152
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.152
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.152
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29409452 kB
Buffers:          197732 kB
Cached:          2142180 kB
SwapCached:         1504 kB
Active:           644336 kB
Inactive:        1975776 kB
Active(anon):     278308 kB
Inactive(anon):     4228 kB
Active(file):     366028 kB
Inactive(file):  1971548 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100188 kB
Dirty:             35900 kB
Writeback:            44 kB
AnonPages:        302772 kB
Mapped:            10172 kB
Shmem:                 0 kB
Slab:             686888 kB
SReclaimable:     128948 kB
SUnreclaim:       557940 kB
KernelStack:        1464 kB
PageTables:         4624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     428552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    266240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 65360 MiB
End job on node111 at 2012-06-08 00:46:26