Trace number 3752451

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-quickBound (fixed)? (TO) 1800.06 1800.63

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_50null50mast_rapportOE1.0_TMAX180_K192_cod2.opb
MD5SUM0d3fc2c8f241373f1d8055b65975d8e6
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-12288
Best CPU time to get the best result obtained on this benchmark1800.71
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 892
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 912385
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 912385
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

23.48/23.53	c run inc solver
23.48/23.53	c [INC SYSTEM] run initial solver
23.48/23.53	c [INC SYSTEM] preprocess with white file
92.62/93.13	c [INC SYSTEM] finished preprocessing in 69 s
92.62/93.13	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-3752451-1339170670/watcher-3752451-1339170670 -o /tmp/evaluation-result-3752451-1339170670/solver-3752451-1339170670 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752451-1339170670.opb 1296993896 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.02 2.01 1.99 3/178 6061
/proc/meminfo: memFree=30655864/32873648 swapFree=7376/7376
[pid=6061] ppid=6059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6061/stat : 6061 (npSolver-pbo-It) S 6059 6061 5861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383193951 9367552 274 33554432000 4194304 5064252 140736168767488 140736168766400 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6061/statm: 2287 274 233 213 0 72 0

[startup+0.0139571 s]
/proc/loadavg: 2.02 2.01 1.99 3/178 6061
/proc/meminfo: memFree=30655864/32873648 swapFree=7376/7376
[pid=6061] ppid=6059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6061/stat : 6061 (npSolver-pbo-It) S 6059 6061 5861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383193951 9367552 274 33554432000 4194304 5064252 140736168767488 140736168766400 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6061/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100221 s]
/proc/loadavg: 2.02 2.01 1.99 3/178 6061
/proc/meminfo: memFree=30655864/32873648 swapFree=7376/7376
[pid=6061] ppid=6059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6061/stat : 6061 (npSolver-pbo-It) S 6059 6061 5861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383193951 9367552 274 33554432000 4194304 5064252 140736168767488 140736168766400 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6061/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300241 s]
/proc/loadavg: 2.02 2.01 1.99 3/178 6061
/proc/meminfo: memFree=30655864/32873648 swapFree=7376/7376
[pid=6061] ppid=6059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6061/stat : 6061 (npSolver-pbo-It) S 6059 6061 5861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383193951 9367552 274 33554432000 4194304 5064252 140736168767488 140736168766400 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6061/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70025 s]
/proc/loadavg: 2.02 2.01 1.99 3/178 6061
/proc/meminfo: memFree=30655864/32873648 swapFree=7376/7376
[pid=6061] ppid=6059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6061/stat : 6061 (npSolver-pbo-It) S 6059 6061 5861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383193951 9367552 274 33554432000 4194304 5064252 140736168767488 140736168766400 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6061/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 2.02 2.01 1.99 3/180 6063
/proc/meminfo: memFree=30562756/32873648 swapFree=7376/7376
[pid=6061] ppid=6059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6061/stat : 6061 (npSolver-pbo-It) S 6059 6061 5861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383193951 9367552 274 33554432000 4194304 5064252 140736168767488 140736168766400 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6061/statm: 2287 274 233 213 0 72 0
[pid=6062] ppid=6061 vsize=148204 CPUtime=1.49 cores=1,3,5,7
/proc/6062/stat : 6062 (npSolver-pbo) R 6061 6061 5861 0 -1 4202496 23596 0 0 0 144 5 0 0 20 0 1 0 383193951 151760896 33250 33554432000 4194304 6004724 140737448634352 140737448629992 5190736 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6062/statm: 37051 33250 130 442 0 36605 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 157352

[startup+3.10029 s]
/proc/loadavg: 2.01 2.01 1.99 3/180 6063
/proc/meminfo: memFree=30424976/32873648 swapFree=7376/7376
[pid=6061] ppid=6059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6061/stat : 6061 (npSolver-pbo-It) S 6059 6061 5861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383193951 9367552 274 33554432000 4194304 5064252 140736168767488 140736168766400 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6061/statm: 2287 274 233 213 0 72 0
[pid=6062] ppid=6061 vsize=362872 CPUtime=3.09 cores=1,3,5,7
/proc/6062/stat : 6062 (npSolver-pbo) R 6061 6061 5861 0 -1 4202496 50660 0 0 0 297 12 0 0 20 0 1 0 383193951 371580928 75940 33554432000 4194304 6004724 140737448634352 140737448631160 4579884 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6062/statm: 90718 75940 154 442 0 90272 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 372020

[startup+6.30033 s]
/proc/loadavg: 2.01 2.01 1.99 3/180 6063
/proc/meminfo: memFree=30175148/32873648 swapFree=7376/7376
[pid=6061] ppid=6059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6061/stat : 6061 (npSolver-pbo-It) S 6059 6061 5861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383193951 9367552 274 33554432000 4194304 5064252 140736168767488 140736168766400 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6061/statm: 2287 274 233 213 0 72 0
[pid=6062] ppid=6061 vsize=756088 CPUtime=6.29 cores=1,3,5,7
/proc/6062/stat : 6062 (npSolver-pbo) R 6061 6061 5861 0 -1 4202496 51992 0 0 0 607 22 0 0 20 0 1 0 383193951 774234112 136356 33554432000 4194304 6004724 140737448634352 140737448628952 4534752 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6062/statm: 189022 136356 154 442 0 188576 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 765236

[startup+12.7003 s]
/proc/loadavg: 2.01 2.01 1.99 3/180 6063
/proc/meminfo: memFree=29672684/32873648 swapFree=7376/7376
[pid=6061] ppid=6059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6061/stat : 6061 (npSolver-pbo-It) S 6059 6061 5861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383193951 9367552 274 33554432000 4194304 5064252 140736168767488 140736168766400 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6061/statm: 2287 274 233 213 0 72 0
[pid=6062] ppid=6061 vsize=1280376 CPUtime=12.69 cores=1,3,5,7
/proc/6062/stat : 6062 (npSolver-pbo) R 6061 6061 5861 0 -1 4202496 53000 0 0 0 1231 38 0 0 20 0 1 0 383193951 1311105024 259748 33554432000 4194304 6004724 140737448634352 140737448628952 4534728 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6062/statm: 320094 259748 154 442 0 319648 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1289524

[startup+25.5004 s]
/proc/loadavg: 2.01 2.01 1.99 3/182 6065
/proc/meminfo: memFree=27302416/32873648 swapFree=7376/7376
[pid=6061] ppid=6059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6061/stat : 6061 (npSolver-pbo-It) S 6059 6061 5861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383193951 9367552 274 33554432000 4194304 5064252 140736168767488 140736168766400 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6061/statm: 2287 274 233 213 0 72 0
[pid=6062] ppid=6061 vsize=2337952 CPUtime=23.52 cores=1,3,5,7
/proc/6062/stat : 6062 (npSolver-pbo) S 6061 6061 5861 0 -1 4202496 57567 0 0 0 2075 277 0 0 20 0 1 0 383193951 2394062848 422828 33554432000 4194304 6004724 140737448634352 140737448628816 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6062/statm: 584488 422828 163 442 0 584042 0
[pid=6064] ppid=6062 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6064/stat : 6064 (cp2_pre.sh) S 6062 6061 5861 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 383196305 9367552 276 33554432000 4194304 5064252 140736874513248 140736874511952 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6064/statm: 2287 276 234 213 0 72 0
[pid=6065] ppid=6064 vsize=218708 CPUtime=1.95 cores=1,3,5,7
/proc/6065/stat : 6065 (coprocessor) R 6064 6061 5861 0 -1 4202496 13979 0 0 0 188 7 0 0 20 0 1 0 383196306 223956992 50871 33554432000 4194304 6586260 140734633109136 140734633105896 5732400 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/6065/statm: 54677 50871 138 584 0 54089 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 2574956

[startup+51.1004 s]
/proc/loadavg: 2.35 2.09 2.02 3/182 6065
/proc/meminfo: memFree=24889748/32873648 swapFree=7376/7376
[pid=6061] ppid=6059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6061/stat : 6061 (npSolver-pbo-It) S 6059 6061 5861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383193951 9367552 274 33554432000 4194304 5064252 140736168767488 140736168766400 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6061/statm: 2287 274 233 213 0 72 0
[pid=6062] ppid=6061 vsize=2337952 CPUtime=23.52 cores=1,3,5,7
/proc/6062/stat : 6062 (npSolver-pbo) S 6061 6061 5861 0 -1 4202496 57567 0 0 0 2075 277 0 0 20 0 1 0 383193951 2394062848 422828 33554432000 4194304 6004724 140737448634352 140737448628816 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6062/statm: 584488 422828 163 442 0 584042 0
[pid=6064] ppid=6062 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6064/stat : 6064 (cp2_pre.sh) S 6062 6061 5861 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 383196305 9367552 276 33554432000 4194304 5064252 140736874513248 140736874511952 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6064/statm: 2287 276 234 213 0 72 0
[pid=6065] ppid=6064 vsize=2787600 CPUtime=27.43 cores=1,3,5,7
/proc/6065/stat : 6065 (coprocessor) R 6064 6061 5861 0 -1 4202496 25279 0 0 0 2612 131 0 0 20 0 1 0 383196306 2854502400 589214 33554432000 4194304 6586260 140734633109136 140734633104888 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 11 0 0
/proc/6065/statm: 696900 589214 158 584 0 696312 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 5143848

[startup+102.307 s]
/proc/loadavg: 2.64 2.22 2.07 3/181 6067
/proc/meminfo: memFree=25423468/32873648 swapFree=7376/7376
[pid=6061] ppid=6059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6061/stat : 6061 (npSolver-pbo-It) S 6059 6061 5861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383193951 9367552 274 33554432000 4194304 5064252 140736168767488 140736168766400 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6061/statm: 2287 274 233 213 0 72 0
[pid=6062] ppid=6061 vsize=2337952 CPUtime=92.87 cores=1,3,5,7
/proc/6062/stat : 6062 (npSolver-pbo) S 6061 6061 5861 0 -1 4202496 57585 26179 0 0 2075 277 6545 390 20 0 1 0 383193951 2394062848 422832 33554432000 4194304 6004724 140737448634352 140737448620632 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6062/statm: 584488 422832 167 442 0 584042 0
[pid=6067] ppid=6062 vsize=2677476 CPUtime=9.16 cores=1,3,5,7
/proc/6067/stat : 6067 (glucosInc) R 6062 6061 5861 0 -1 4202496 251233 0 0 0 839 77 0 0 20 0 1 0 383203264 2741735424 534470 33554432000 4194304 5654031 140735465262256 140735464211608 4239733 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6067/statm: 669369 534470 108 357 0 669009 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 5024576

[startup+162.3 s]
/proc/loadavg: 2.25 2.18 2.06 3/181 6067
/proc/meminfo: memFree=24376368/32873648 swapFree=7376/7376
[pid=6061] ppid=6059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6061/stat : 6061 (npSolver-pbo-It) S 6059 6061 5861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383193951 9367552 274 33554432000 4194304 5064252 140736168767488 140736168766400 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6061/statm: 2287 274 233 213 0 72 0
[pid=6062] ppid=6061 vsize=2337952 CPUtime=92.87 cores=1,3,5,7
/proc/6062/stat : 6062 (npSolver-pbo) S 6061 6061 5861 0 -1 4202496 57585 26179 0 0 2075 277 6545 390 20 0 1 0 383193951 2394062848 422832 33554432000 4194304 6004724 140737448634352 140737448620632 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6062/statm: 584488 422832 167 442 0 584042 0
[pid=6067] ppid=6062 vsize=3898200 CPUtime=69.14 cores=1,3,5,7
/proc/6067/stat : 6067 (glucosInc) R 6062 6061 5861 0 -1 4202496 370610 0 0 0 6799 115 0 0 20 0 1 0 383203264 3991756800 788264 33554432000 4194304 5654031 140735465262256 140735465260328 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6067/statm: 974550 788264 141 357 0 974190 0
Current children cumulated CPU time (s) 162.01
Current children cumulated vsize (KiB) 6245300

[startup+222.3 s]
/proc/loadavg: 2.08 2.14 2.06 3/181 6067
/proc/meminfo: memFree=24366836/32873648 swapFree=7376/7376
[pid=6061] ppid=6059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6061/stat : 6061 (npSolver-pbo-It) S 6059 6061 5861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383193951 9367552 274 33554432000 4194304 5064252 140736168767488 140736168766400 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6061/statm: 2287 274 233 213 0 72 0
[pid=6062] ppid=6061 vsize=2337952 CPUtime=92.87 cores=1,3,5,7
/proc/6062/stat : 6062 (npSolver-pbo) S 6061 6061 5861 0 -1 4202496 57585 26179 0 0 2075 277 6545 390 20 0 1 0 383193951 2394062848 422832 33554432000 4194304 6004724 140737448634352 140737448620632 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6062/statm: 584488 422832 167 442 0 584042 0
[pid=6067] ppid=6062 vsize=3904544 CPUtime=129.13 cores=1,3,5,7
/proc/6067/stat : 6067 (glucosInc) R 6062 6061 5861 0 -1 4202496 376212 0 0 0 12797 116 0 0 20 0 1 0 383203264 3998253056 790335 33554432000 4194304 5654031 140735465262256 140735465260040 4208659 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6067/statm: 976136 790335 141 357 0 975776 0
Current children cumulated CPU time (s) 222
Current children cumulated vsize (KiB) 6251644

[startup+282.3 s]
/proc/loadavg: 2.03 2.12 2.05 3/181 6068
/proc/meminfo: memFree=24364900/32873648 swapFree=7376/7376
[pid=6061] ppid=6059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6061/stat : 6061 (npSolver-pbo-It) S 6059 6061 5861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383193951 9367552 274 33554432000 4194304 5064252 140736168767488 140736168766400 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6061/statm: 2287 274 233 213 0 72 0
[pid=6062] ppid=6061 vsize=2337952 CPUtime=92.87 cores=1,3,5,7

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

/proc/meminfo: memFree=24325468/32873648 swapFree=7376/7376
[pid=6061] ppid=6059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6061/stat : 6061 (npSolver-pbo-It) S 6059 6061 5861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383193951 9367552 274 33554432000 4194304 5064252 140736168767488 140736168766400 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6061/statm: 2287 274 233 213 0 72 0
[pid=6062] ppid=6061 vsize=2337952 CPUtime=92.87 cores=1,3,5,7
/proc/6062/stat : 6062 (npSolver-pbo) S 6061 6061 5861 0 -1 4202496 57585 26179 0 0 2075 277 6545 390 20 0 1 0 383193951 2394062848 422832 33554432000 4194304 6004724 140737448634352 140737448620632 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6062/statm: 584488 422832 167 442 0 584042 0
[pid=6067] ppid=6062 vsize=3917476 CPUtime=1208.97 cores=1,3,5,7
/proc/6067/stat : 6067 (glucosInc) R 6062 6061 5861 0 -1 4202496 413008 0 0 0 120769 128 0 0 20 0 1 0 383203264 4011495424 795087 33554432000 4194304 5654031 140735465262256 140735465260152 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6067/statm: 979369 795087 141 357 0 979009 0
Current children cumulated CPU time (s) 1301.84
Current children cumulated vsize (KiB) 6264576

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6100
/proc/meminfo: memFree=24322600/32873648 swapFree=7376/7376
[pid=6061] ppid=6059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6061/stat : 6061 (npSolver-pbo-It) S 6059 6061 5861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383193951 9367552 274 33554432000 4194304 5064252 140736168767488 140736168766400 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6061/statm: 2287 274 233 213 0 72 0
[pid=6062] ppid=6061 vsize=2337952 CPUtime=92.87 cores=1,3,5,7
/proc/6062/stat : 6062 (npSolver-pbo) S 6061 6061 5861 0 -1 4202496 57585 26179 0 0 2075 277 6545 390 20 0 1 0 383193951 2394062848 422832 33554432000 4194304 6004724 140737448634352 140737448620632 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6062/statm: 584488 422832 167 442 0 584042 0
[pid=6067] ppid=6062 vsize=3917716 CPUtime=1268.95 cores=1,3,5,7
/proc/6067/stat : 6067 (glucosInc) R 6062 6061 5861 0 -1 4202496 416619 0 0 0 126766 129 0 0 20 0 1 0 383203264 4011741184 795167 33554432000 4194304 5654031 140735465262256 140735465260328 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6067/statm: 979429 795167 141 357 0 979069 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 6264816

[startup+1422.31 s]
/proc/loadavg: 2.12 2.03 2.01 3/181 6100
/proc/meminfo: memFree=24317736/32873648 swapFree=7376/7376
[pid=6061] ppid=6059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6061/stat : 6061 (npSolver-pbo-It) S 6059 6061 5861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383193951 9367552 274 33554432000 4194304 5064252 140736168767488 140736168766400 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6061/statm: 2287 274 233 213 0 72 0
[pid=6062] ppid=6061 vsize=2337952 CPUtime=92.87 cores=1,3,5,7
/proc/6062/stat : 6062 (npSolver-pbo) S 6061 6061 5861 0 -1 4202496 57585 26179 0 0 2075 277 6545 390 20 0 1 0 383193951 2394062848 422832 33554432000 4194304 6004724 140737448634352 140737448620632 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6062/statm: 584488 422832 167 442 0 584042 0
[pid=6067] ppid=6062 vsize=3918196 CPUtime=1328.96 cores=1,3,5,7
/proc/6067/stat : 6067 (glucosInc) R 6062 6061 5861 0 -1 4202496 424821 0 0 0 132764 132 0 0 20 0 1 0 383203264 4012232704 795285 33554432000 4194304 5654031 140735465262256 140735465260328 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6067/statm: 979549 795285 141 357 0 979189 0
Current children cumulated CPU time (s) 1421.83
Current children cumulated vsize (KiB) 6265296

[startup+1482.3 s]
/proc/loadavg: 2.12 2.04 2.01 2/183 6191
/proc/meminfo: memFree=23912772/32873648 swapFree=7376/7376
[pid=6061] ppid=6059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6061/stat : 6061 (npSolver-pbo-It) S 6059 6061 5861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383193951 9367552 274 33554432000 4194304 5064252 140736168767488 140736168766400 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6061/statm: 2287 274 233 213 0 72 0
[pid=6062] ppid=6061 vsize=2337952 CPUtime=92.87 cores=1,3,5,7
/proc/6062/stat : 6062 (npSolver-pbo) S 6061 6061 5861 0 -1 4202496 57585 26179 0 0 2075 277 6545 390 20 0 1 0 383193951 2394062848 422832 33554432000 4194304 6004724 140737448634352 140737448620632 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6062/statm: 584488 422832 167 442 0 584042 0
[pid=6067] ppid=6062 vsize=3918716 CPUtime=1388.94 cores=1,3,5,7
/proc/6067/stat : 6067 (glucosInc) R 6062 6061 5861 0 -1 4202496 429087 0 0 0 138761 133 0 0 20 0 1 0 383203264 4012765184 795932 33554432000 4194304 5654031 140735465262256 140735465260040 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6067/statm: 979679 795932 141 357 0 979319 0
Current children cumulated CPU time (s) 1481.81
Current children cumulated vsize (KiB) 6265816

[startup+1542.3 s]
/proc/loadavg: 2.17 2.07 2.02 3/182 6322
/proc/meminfo: memFree=24305544/32873648 swapFree=7376/7376
[pid=6061] ppid=6059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6061/stat : 6061 (npSolver-pbo-It) S 6059 6061 5861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383193951 9367552 274 33554432000 4194304 5064252 140736168767488 140736168766400 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6061/statm: 2287 274 233 213 0 72 0
[pid=6062] ppid=6061 vsize=2337952 CPUtime=92.87 cores=1,3,5,7
/proc/6062/stat : 6062 (npSolver-pbo) S 6061 6061 5861 0 -1 4202496 57585 26179 0 0 2075 277 6545 390 20 0 1 0 383193951 2394062848 422832 33554432000 4194304 6004724 140737448634352 140737448620632 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6062/statm: 584488 422832 167 442 0 584042 0
[pid=6067] ppid=6062 vsize=3920180 CPUtime=1448.93 cores=1,3,5,7
/proc/6067/stat : 6067 (glucosInc) R 6062 6061 5861 0 -1 4202496 436524 0 0 0 144758 135 0 0 20 0 1 0 383203264 4014264320 796818 33554432000 4194304 5654031 140735465262256 140735465250072 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6067/statm: 980045 796818 141 357 0 979685 0
Current children cumulated CPU time (s) 1541.8
Current children cumulated vsize (KiB) 6267280

[startup+1602.3 s]
/proc/loadavg: 2.19 2.09 2.02 3/182 6367
/proc/meminfo: memFree=24442228/32873648 swapFree=7376/7376
[pid=6061] ppid=6059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6061/stat : 6061 (npSolver-pbo-It) S 6059 6061 5861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383193951 9367552 274 33554432000 4194304 5064252 140736168767488 140736168766400 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6061/statm: 2287 274 233 213 0 72 0
[pid=6062] ppid=6061 vsize=2337952 CPUtime=92.87 cores=1,3,5,7
/proc/6062/stat : 6062 (npSolver-pbo) S 6061 6061 5861 0 -1 4202496 57585 26179 0 0 2075 277 6545 390 20 0 1 0 383193951 2394062848 422832 33554432000 4194304 6004724 140737448634352 140737448620632 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6062/statm: 584488 422832 167 442 0 584042 0
[pid=6067] ppid=6062 vsize=3920984 CPUtime=1508.92 cores=1,3,5,7
/proc/6067/stat : 6067 (glucosInc) R 6062 6061 5861 0 -1 4202496 444868 0 0 0 150754 138 0 0 20 0 1 0 383203264 4015087616 797501 33554432000 4194304 5654031 140735465262256 140735465250072 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6067/statm: 980246 797501 141 357 0 979886 0
Current children cumulated CPU time (s) 1601.79
Current children cumulated vsize (KiB) 6268084

[startup+1662.3 s]
/proc/loadavg: 2.07 2.07 2.02 3/181 6367
/proc/meminfo: memFree=24440640/32873648 swapFree=7376/7376
[pid=6061] ppid=6059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6061/stat : 6061 (npSolver-pbo-It) S 6059 6061 5861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383193951 9367552 274 33554432000 4194304 5064252 140736168767488 140736168766400 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6061/statm: 2287 274 233 213 0 72 0
[pid=6062] ppid=6061 vsize=2337952 CPUtime=92.87 cores=1,3,5,7
/proc/6062/stat : 6062 (npSolver-pbo) S 6061 6061 5861 0 -1 4202496 57585 26179 0 0 2075 277 6545 390 20 0 1 0 383193951 2394062848 422832 33554432000 4194304 6004724 140737448634352 140737448620632 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6062/statm: 584488 422832 167 442 0 584042 0
[pid=6067] ppid=6062 vsize=3923160 CPUtime=1568.9 cores=1,3,5,7
/proc/6067/stat : 6067 (glucosInc) R 6062 6061 5861 0 -1 4202496 449565 0 0 0 156751 139 0 0 20 0 1 0 383203264 4017315840 798055 33554432000 4194304 5654031 140735465262256 140735465260040 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6067/statm: 980790 798055 141 357 0 980430 0
Current children cumulated CPU time (s) 1661.77
Current children cumulated vsize (KiB) 6270260

[startup+1722.3 s]
/proc/loadavg: 2.08 2.07 2.02 3/181 6367
/proc/meminfo: memFree=24432268/32873648 swapFree=7376/7376
[pid=6061] ppid=6059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6061/stat : 6061 (npSolver-pbo-It) S 6059 6061 5861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383193951 9367552 274 33554432000 4194304 5064252 140736168767488 140736168766400 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6061/statm: 2287 274 233 213 0 72 0
[pid=6062] ppid=6061 vsize=2337952 CPUtime=92.87 cores=1,3,5,7
/proc/6062/stat : 6062 (npSolver-pbo) S 6061 6061 5861 0 -1 4202496 57585 26179 0 0 2075 277 6545 390 20 0 1 0 383193951 2394062848 422832 33554432000 4194304 6004724 140737448634352 140737448620632 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6062/statm: 584488 422832 167 442 0 584042 0
[pid=6067] ppid=6062 vsize=3924572 CPUtime=1628.89 cores=1,3,5,7
/proc/6067/stat : 6067 (glucosInc) R 6062 6061 5861 0 -1 4202496 457488 0 0 0 162747 142 0 0 20 0 1 0 383203264 4018761728 799866 33554432000 4194304 5654031 140735465262256 140735465250072 4232720 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6067/statm: 981143 799866 141 357 0 980783 0
Current children cumulated CPU time (s) 1721.76
Current children cumulated vsize (KiB) 6271672

[startup+1782.3 s]
/proc/loadavg: 2.03 2.06 2.01 3/182 6371
/proc/meminfo: memFree=24428576/32873648 swapFree=7376/7376
[pid=6061] ppid=6059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6061/stat : 6061 (npSolver-pbo-It) S 6059 6061 5861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383193951 9367552 274 33554432000 4194304 5064252 140736168767488 140736168766400 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6061/statm: 2287 274 233 213 0 72 0
[pid=6062] ppid=6061 vsize=2337952 CPUtime=92.87 cores=1,3,5,7
/proc/6062/stat : 6062 (npSolver-pbo) S 6061 6061 5861 0 -1 4202496 57585 26179 0 0 2075 277 6545 390 20 0 1 0 383193951 2394062848 422832 33554432000 4194304 6004724 140737448634352 140737448620632 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6062/statm: 584488 422832 167 442 0 584042 0
[pid=6067] ppid=6062 vsize=3924572 CPUtime=1688.88 cores=1,3,5,7
/proc/6067/stat : 6067 (glucosInc) R 6062 6061 5861 0 -1 4202496 457489 0 0 0 168746 142 0 0 20 0 1 0 383203264 4018761728 800779 33554432000 4194304 5654031 140735465262256 140735465250072 4208712 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6067/statm: 981143 800779 141 357 0 980783 0
Current children cumulated CPU time (s) 1781.75
Current children cumulated vsize (KiB) 6271672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.02 2.05 2.01 3/181 6371
/proc/meminfo: memFree=24427560/32873648 swapFree=7376/7376
[pid=6061] ppid=6059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6061/stat : 6061 (npSolver-pbo-It) S 6059 6061 5861 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383193951 9367552 274 33554432000 4194304 5064252 140736168767488 140736168766400 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6061/statm: 2287 274 233 213 0 72 0
[pid=6062] ppid=6061 vsize=2337952 CPUtime=92.87 cores=1,3,5,7
/proc/6062/stat : 6062 (npSolver-pbo) S 6061 6061 5861 0 -1 4202496 57585 26179 0 0 2075 277 6545 390 20 0 1 0 383193951 2394062848 422832 33554432000 4194304 6004724 140737448634352 140737448620632 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/6062/statm: 584488 422832 167 442 0 584042 0
[pid=6067] ppid=6062 vsize=3924572 CPUtime=1707.19 cores=1,3,5,7
/proc/6067/stat : 6067 (glucosInc) R 6062 6061 5861 0 -1 4202496 457489 0 0 0 170577 142 0 0 20 0 1 0 383203264 4018761728 801085 33554432000 4194304 5654031 140735465262256 140735465250072 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6067/statm: 981143 801085 141 357 0 980783 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 6271672

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 6061 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.63
CPU time (s): 1800.06
CPU user time (s): 1791.97
CPU system time (s): 8.09
CPU usage (%): 99.9685
Max. virtual memory (cumulated for all children) (KiB): 6313012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
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 3.82142 second user time and 10.7224 second system time

The end

Launcher Data

Begin job on node113 at 2012-06-08 17:51:11
IDJOB=3752451
IDBENCH=90929
IDSOLVER=2335
FILE ID=node113/3752451-1339170670
RUNJOBID= node113-1339168534-5878
PBS_JOBID= 14643803
Free space on /tmp= 71076 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_luby_50null50mast_rapportOE1.0_TMAX180_K192_cod2.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3752451-1339170670/watcher-3752451-1339170670 -o /tmp/evaluation-result-3752451-1339170670/solver-3752451-1339170670 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752451-1339170670.opb 1296993896 HOME HOME

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

MD5SUM BENCH= 0d3fc2c8f241373f1d8055b65975d8e6
RANDOM SEED=1296993896

node113.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		: 2667.026
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	: 5334.05
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		: 2667.026
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.90
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		: 2667.026
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	: 5438.54
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		: 2667.026
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		: 2667.026
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		: 2667.026
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		: 2667.026
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.92
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		: 2667.026
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30656120 kB
Buffers:          523816 kB
Cached:           478040 kB
SwapCached:         1320 kB
Active:           813040 kB
Inactive:         479468 kB
Active(anon):     285628 kB
Inactive(anon):     1544 kB
Active(file):     527412 kB
Inactive(file):   477924 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67099932 kB
Dirty:             36180 kB
Writeback:             0 kB
AnonPages:        395988 kB
Mapped:            11704 kB
Shmem:                 0 kB
Slab:             787292 kB
SReclaimable:     230412 kB
SUnreclaim:       556880 kB
KernelStack:        1464 kB
PageTables:         4552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     489752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    327680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69728 MiB
End job on node113 at 2012-06-08 18:21:14