Trace number 3752437

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.03 1805.92

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_fibo_50null0mast_rapportOE2.0_TMAX120_K192_cod2.opb
MD5SUM2c2ad4d860134cc053a8a3877f1b5de5
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-1995
Best CPU time to get the best result obtained on this benchmark1801.02
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 6765
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 784454
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 6765
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 784454
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

24.08/25.55	c run inc solver
24.08/25.55	c [INC SYSTEM] run initial solver
24.08/25.55	c [INC SYSTEM] preprocess with white file
92.59/98.42	c [INC SYSTEM] finished preprocessing in 72 s
92.59/98.42	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-3752437-1339172044/watcher-3752437-1339172044 -o /tmp/evaluation-result-3752437-1339172044/solver-3752437-1339172044 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752437-1339172044.opb 227374888 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.00 2.00 3/175 13095
/proc/meminfo: memFree=27514696/32873844 swapFree=7124/7124
[pid=13095] ppid=13093 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13095/stat : 13095 (npSolver-pbo-It) S 13093 13095 12876 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383332873 9367552 274 33554432000 4194304 5064252 140734693532064 140734693530976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13095/statm: 2287 274 233 213 0 72 0

[startup+0.0524931 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 13095
/proc/meminfo: memFree=27514696/32873844 swapFree=7124/7124
[pid=13095] ppid=13093 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13095/stat : 13095 (npSolver-pbo-It) S 13093 13095 12876 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383332873 9367552 274 33554432000 4194304 5064252 140734693532064 140734693530976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13095/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100304 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 13095
/proc/meminfo: memFree=27514696/32873844 swapFree=7124/7124
[pid=13095] ppid=13093 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13095/stat : 13095 (npSolver-pbo-It) S 13093 13095 12876 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383332873 9367552 274 33554432000 4194304 5064252 140734693532064 140734693530976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13095/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30028 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 13095
/proc/meminfo: memFree=27514696/32873844 swapFree=7124/7124
[pid=13095] ppid=13093 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13095/stat : 13095 (npSolver-pbo-It) S 13093 13095 12876 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383332873 9367552 274 33554432000 4194304 5064252 140734693532064 140734693530976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13095/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700292 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 13095
/proc/meminfo: memFree=27514696/32873844 swapFree=7124/7124
[pid=13095] ppid=13093 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13095/stat : 13095 (npSolver-pbo-It) S 13093 13095 12876 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383332873 9367552 274 33554432000 4194304 5064252 140734693532064 140734693530976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13095/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13097
/proc/meminfo: memFree=26975156/32873844 swapFree=7124/7124
[pid=13095] ppid=13093 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13095/stat : 13095 (npSolver-pbo-It) S 13093 13095 12876 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383332873 9367552 274 33554432000 4194304 5064252 140734693532064 140734693530976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13095/statm: 2287 274 233 213 0 72 0
[pid=13096] ppid=13095 vsize=147544 CPUtime=1.49 cores=1,3,5,7
/proc/13096/stat : 13096 (npSolver-pbo) R 13095 13095 12876 0 -1 4202496 23538 0 0 0 144 5 0 0 20 0 1 0 383332874 151085056 32681 33554432000 4194304 6004724 140733347311216 140733347307240 5190736 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13096/statm: 36886 32682 130 442 0 36440 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 156692

[startup+3.10032 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13097
/proc/meminfo: memFree=27129748/32873844 swapFree=7124/7124
[pid=13095] ppid=13093 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13095/stat : 13095 (npSolver-pbo-It) S 13093 13095 12876 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383332873 9367552 274 33554432000 4194304 5064252 140734693532064 140734693530976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13095/statm: 2287 274 233 213 0 72 0
[pid=13096] ppid=13095 vsize=362872 CPUtime=3.09 cores=1,3,5,7
/proc/13096/stat : 13096 (npSolver-pbo) R 13095 13095 12876 0 -1 4202496 49869 0 0 0 296 13 0 0 20 0 1 0 383332874 371580928 75033 33554432000 4194304 6004724 140733347311216 140733347305816 4617888 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13096/statm: 90718 75033 154 442 0 90272 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 372020

[startup+6.30032 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 13097
/proc/meminfo: memFree=26627492/32873844 swapFree=7124/7124
[pid=13095] ppid=13093 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13095/stat : 13095 (npSolver-pbo-It) S 13093 13095 12876 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383332873 9367552 274 33554432000 4194304 5064252 140734693532064 140734693530976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13095/statm: 2287 274 233 213 0 72 0
[pid=13096] ppid=13095 vsize=756088 CPUtime=6.29 cores=1,3,5,7
/proc/13096/stat : 13096 (npSolver-pbo) R 13095 13095 12876 0 -1 4202496 51196 0 0 0 606 23 0 0 20 0 1 0 383332874 774234112 132889 33554432000 4194304 6004724 140733347311216 140733347305816 4582496 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13096/statm: 189022 132889 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.07 2.02 2.00 3/177 13097
/proc/meminfo: memFree=25635580/32873844 swapFree=7124/7124
[pid=13095] ppid=13093 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13095/stat : 13095 (npSolver-pbo-It) S 13093 13095 12876 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383332873 9367552 274 33554432000 4194304 5064252 140734693532064 140734693530976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13095/statm: 2287 274 233 213 0 72 0
[pid=13096] ppid=13095 vsize=1280376 CPUtime=12.69 cores=1,3,5,7
/proc/13096/stat : 13096 (npSolver-pbo) R 13095 13095 12876 0 -1 4202496 52199 0 0 0 1229 40 0 0 20 0 1 0 383332874 1311105024 253721 33554432000 4194304 6004724 140733347311216 140733347305816 4582601 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13096/statm: 320094 253721 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.14 2.03 2.01 3/179 13099
/proc/meminfo: memFree=19620684/32873844 swapFree=7124/7124
[pid=13095] ppid=13093 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13095/stat : 13095 (npSolver-pbo-It) S 13093 13095 12876 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383332873 9367552 274 33554432000 4194304 5064252 140734693532064 140734693530976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13095/statm: 2287 274 233 213 0 72 0
[pid=13096] ppid=13095 vsize=3763096 CPUtime=24.08 cores=1,3,5,7
/proc/13096/stat : 13096 (npSolver-pbo) R 13095 13095 12876 0 -1 4202496 56982 0 0 0 2122 286 0 0 20 0 1 0 383332874 3853410304 772569 33554432000 4194304 6004724 140733347311216 140733347307088 5193835 0 0 4096 0 0 0 0 17 3 0 0 140 0 0
/proc/13096/statm: 940774 772569 157 442 0 940328 0
Current children cumulated CPU time (s) 24.08
Current children cumulated vsize (KiB) 3772244

[startup+51.1004 s]
/proc/loadavg: 2.51 2.12 2.04 3/180 13101
/proc/meminfo: memFree=16420240/32873844 swapFree=7124/7124
[pid=13095] ppid=13093 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13095/stat : 13095 (npSolver-pbo-It) S 13093 13095 12876 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383332873 9367552 274 33554432000 4194304 5064252 140734693532064 140734693530976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13095/statm: 2287 274 233 213 0 72 0
[pid=13096] ppid=13095 vsize=2337948 CPUtime=24.13 cores=1,3,5,7
/proc/13096/stat : 13096 (npSolver-pbo) S 13095 13095 12876 0 -1 4202496 56989 0 0 0 2122 291 0 0 20 0 1 0 383332874 2394058752 416288 33554432000 4194304 6004724 140733347311216 140733347305680 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 140 0 0
/proc/13096/statm: 584487 416288 163 442 0 584041 0
[pid=13100] ppid=13096 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13100/stat : 13100 (cp2_pre.sh) S 13096 13095 12876 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 383335429 9367552 276 33554432000 4194304 5064252 140734921923424 140734921922128 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13100/statm: 2287 276 234 213 0 72 0
[pid=13101] ppid=13100 vsize=2774240 CPUtime=24.15 cores=1,3,5,7
/proc/13101/stat : 13101 (coprocessor) R 13100 13095 12876 0 -1 4202496 26102 0 0 0 2299 116 0 0 20 0 1 0 383335429 2840821760 585949 33554432000 4194304 6586260 140735211740032 140735211735784 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 137 0 0
/proc/13101/statm: 693560 585949 158 584 0 692972 0
Current children cumulated CPU time (s) 48.28
Current children cumulated vsize (KiB) 5130484

[startup+102.307 s]
/proc/loadavg: 3.38 2.42 2.14 3/179 13106
/proc/meminfo: memFree=17947172/32873844 swapFree=7124/7124
[pid=13095] ppid=13093 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13095/stat : 13095 (npSolver-pbo-It) S 13093 13095 12876 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383332873 9367552 274 33554432000 4194304 5064252 140734693532064 140734693530976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13095/statm: 2287 274 233 213 0 72 0
[pid=13096] ppid=13095 vsize=2337948 CPUtime=92.83 cores=1,3,5,7
/proc/13096/stat : 13096 (npSolver-pbo) S 13095 13095 12876 0 -1 4202496 57007 27003 0 0 2122 292 6466 403 20 0 1 0 383332874 2394058752 416292 33554432000 4194304 6004724 140733347311216 140733347297496 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 140 0 0
/proc/13096/statm: 584487 416292 167 442 0 584041 0
[pid=13106] ppid=13096 vsize=1112352 CPUtime=3.87 cores=1,3,5,7
/proc/13106/stat : 13106 (glucosInc) R 13096 13095 12876 0 -1 4202496 121772 0 0 0 349 38 0 0 20 0 1 0 383342716 1139048448 231488 33554432000 4194304 5654031 140736387321936 140736386271288 4225056 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13106/statm: 278088 231488 108 357 0 277728 0
Current children cumulated CPU time (s) 96.7
Current children cumulated vsize (KiB) 3459448

[startup+162.3 s]
/proc/loadavg: 2.54 2.36 2.14 3/179 13106
/proc/meminfo: memFree=15532944/32873844 swapFree=7124/7124
[pid=13095] ppid=13093 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13095/stat : 13095 (npSolver-pbo-It) S 13093 13095 12876 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383332873 9367552 274 33554432000 4194304 5064252 140734693532064 140734693530976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13095/statm: 2287 274 233 213 0 72 0
[pid=13096] ppid=13095 vsize=2337948 CPUtime=92.83 cores=1,3,5,7
/proc/13096/stat : 13096 (npSolver-pbo) S 13095 13095 12876 0 -1 4202496 57007 27003 0 0 2122 292 6466 403 20 0 1 0 383332874 2394058752 416292 33554432000 4194304 6004724 140733347311216 140733347297496 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 140 0 0
/proc/13096/statm: 584487 416292 167 442 0 584041 0
[pid=13106] ppid=13096 vsize=3906268 CPUtime=63.85 cores=1,3,5,7
/proc/13106/stat : 13106 (glucosInc) R 13096 13095 12876 0 -1 4202496 376430 0 0 0 6259 126 0 0 20 0 1 0 383342716 4000018432 786332 33554432000 4194304 5654031 140736387321936 140736387319720 4214616 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13106/statm: 976567 786332 140 357 0 976207 0
Current children cumulated CPU time (s) 156.68
Current children cumulated vsize (KiB) 6253364

[startup+222.301 s]
/proc/loadavg: 2.20 2.29 2.13 3/179 13106
/proc/meminfo: memFree=15520804/32873844 swapFree=7124/7124
[pid=13095] ppid=13093 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13095/stat : 13095 (npSolver-pbo-It) S 13093 13095 12876 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383332873 9367552 274 33554432000 4194304 5064252 140734693532064 140734693530976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13095/statm: 2287 274 233 213 0 72 0
[pid=13096] ppid=13095 vsize=2337948 CPUtime=92.83 cores=1,3,5,7
/proc/13096/stat : 13096 (npSolver-pbo) S 13095 13095 12876 0 -1 4202496 57007 27003 0 0 2122 292 6466 403 20 0 1 0 383332874 2394058752 416292 33554432000 4194304 6004724 140733347311216 140733347297496 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 140 0 0
/proc/13096/statm: 584487 416292 167 442 0 584041 0
[pid=13106] ppid=13096 vsize=3911092 CPUtime=123.84 cores=1,3,5,7
/proc/13106/stat : 13106 (glucosInc) R 13096 13095 12876 0 -1 4202496 381723 0 0 0 12257 127 0 0 20 0 1 0 383342716 4004958208 788031 33554432000 4194304 5654031 140736387321936 140736387319720 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13106/statm: 977773 788031 141 357 0 977413 0
Current children cumulated CPU time (s) 216.67
Current children cumulated vsize (KiB) 6258188

[startup+282.3 s]
/proc/loadavg: 2.07 2.24 2.11 3/179 13106
/proc/meminfo: memFree=15517272/32873844 swapFree=7124/7124
[pid=13095] ppid=13093 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13095/stat : 13095 (npSolver-pbo-It) S 13093 13095 12876 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383332873 9367552 274 33554432000 4194304 5064252 140734693532064 140734693530976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13095/statm: 2287 274 233 213 0 72 0
[pid=13096] ppid=13095 vsize=2337948 CPUtime=92.83 cores=1,3,5,7
/proc/13096/stat : 13096 (npSolver-pbo) S 13095 13095 12876 0 -1 4202496 57007 27003 0 0 2122 292 6466 403 20 0 1 0 383332874 2394058752 416292 33554432000 4194304 6004724 140733347311216 140733347297496 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 140 0 0
/proc/13096/statm: 584487 416292 167 442 0 584041 0
[pid=13106] ppid=13096 vsize=3911092 CPUtime=183.83 cores=1,3,5,7
/proc/13106/stat : 13106 (glucosInc) R 13096 13095 12876 0 -1 4202496 381726 0 0 0 18256 127 0 0 20 0 1 0 383342716 4004958208 788034 33554432000 4194304 5654031 140736387321936 140736387319720 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13106/statm: 977773 788034 141 357 0 977413 0
Current children cumulated CPU time (s) 276.66

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

/proc/meminfo: memFree=15467360/32873844 swapFree=7124/7124
[pid=13095] ppid=13093 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13095/stat : 13095 (npSolver-pbo-It) S 13093 13095 12876 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383332873 9367552 274 33554432000 4194304 5064252 140734693532064 140734693530976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13095/statm: 2287 274 233 213 0 72 0
[pid=13096] ppid=13095 vsize=2337948 CPUtime=92.83 cores=1,3,5,7
/proc/13096/stat : 13096 (npSolver-pbo) S 13095 13095 12876 0 -1 4202496 57007 27003 0 0 2122 292 6466 403 20 0 1 0 383332874 2394058752 416292 33554432000 4194304 6004724 140733347311216 140733347297496 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 140 0 0
/proc/13096/statm: 584487 416292 167 442 0 584041 0
[pid=13106] ppid=13096 vsize=3925340 CPUtime=1203.68 cores=1,3,5,7
/proc/13106/stat : 13106 (glucosInc) R 13096 13095 12876 0 -1 4202496 451254 0 0 0 120223 145 0 0 20 0 1 0 383342716 4019548160 795147 33554432000 4194304 5654031 140736387321936 140736387320008 4214522 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13106/statm: 981335 795147 141 357 0 980975 0
Current children cumulated CPU time (s) 1296.51
Current children cumulated vsize (KiB) 6272436

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 13117
/proc/meminfo: memFree=15461660/32873844 swapFree=7124/7124
[pid=13095] ppid=13093 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13095/stat : 13095 (npSolver-pbo-It) S 13093 13095 12876 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383332873 9367552 274 33554432000 4194304 5064252 140734693532064 140734693530976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13095/statm: 2287 274 233 213 0 72 0
[pid=13096] ppid=13095 vsize=2337948 CPUtime=92.83 cores=1,3,5,7
/proc/13096/stat : 13096 (npSolver-pbo) S 13095 13095 12876 0 -1 4202496 57007 27003 0 0 2122 292 6466 403 20 0 1 0 383332874 2394058752 416292 33554432000 4194304 6004724 140733347311216 140733347297496 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 140 0 0
/proc/13096/statm: 584487 416292 167 442 0 584041 0
[pid=13106] ppid=13096 vsize=3926132 CPUtime=1263.66 cores=1,3,5,7
/proc/13106/stat : 13106 (glucosInc) R 13096 13095 12876 0 -1 4202496 451442 0 0 0 126221 145 0 0 20 0 1 0 383342716 4020359168 795335 33554432000 4194304 5654031 140736387321936 140736387309752 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13106/statm: 981533 795335 141 357 0 981173 0
Current children cumulated CPU time (s) 1356.49
Current children cumulated vsize (KiB) 6273228

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 13117
/proc/meminfo: memFree=15447976/32873844 swapFree=7124/7124
[pid=13095] ppid=13093 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13095/stat : 13095 (npSolver-pbo-It) S 13093 13095 12876 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383332873 9367552 274 33554432000 4194304 5064252 140734693532064 140734693530976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13095/statm: 2287 274 233 213 0 72 0
[pid=13096] ppid=13095 vsize=2337948 CPUtime=92.83 cores=1,3,5,7
/proc/13096/stat : 13096 (npSolver-pbo) S 13095 13095 12876 0 -1 4202496 57007 27003 0 0 2122 292 6466 403 20 0 1 0 383332874 2394058752 416292 33554432000 4194304 6004724 140733347311216 140733347297496 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 140 0 0
/proc/13096/statm: 584487 416292 167 442 0 584041 0
[pid=13106] ppid=13096 vsize=3926556 CPUtime=1323.66 cores=1,3,5,7
/proc/13106/stat : 13106 (glucosInc) R 13096 13095 12876 0 -1 4202496 455655 0 0 0 132219 147 0 0 20 0 1 0 383342716 4020793344 795957 33554432000 4194304 5654031 140736387321936 140736387309752 4208595 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13106/statm: 981639 795957 141 357 0 981279 0
Current children cumulated CPU time (s) 1416.49
Current children cumulated vsize (KiB) 6273652

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 13117
/proc/meminfo: memFree=15443336/32873844 swapFree=7124/7124
[pid=13095] ppid=13093 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13095/stat : 13095 (npSolver-pbo-It) S 13093 13095 12876 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383332873 9367552 274 33554432000 4194304 5064252 140734693532064 140734693530976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13095/statm: 2287 274 233 213 0 72 0
[pid=13096] ppid=13095 vsize=2337948 CPUtime=92.83 cores=1,3,5,7
/proc/13096/stat : 13096 (npSolver-pbo) S 13095 13095 12876 0 -1 4202496 57007 27003 0 0 2122 292 6466 403 20 0 1 0 383332874 2394058752 416292 33554432000 4194304 6004724 140733347311216 140733347297496 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 140 0 0
/proc/13096/statm: 584487 416292 167 442 0 584041 0
[pid=13106] ppid=13096 vsize=3926556 CPUtime=1383.65 cores=1,3,5,7
/proc/13106/stat : 13106 (glucosInc) R 13096 13095 12876 0 -1 4202496 455663 0 0 0 138218 147 0 0 20 0 1 0 383342716 4020793344 795965 33554432000 4194304 5654031 140736387321936 140736387309752 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13106/statm: 981639 795965 141 357 0 981279 0
Current children cumulated CPU time (s) 1476.48
Current children cumulated vsize (KiB) 6273652

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13117
/proc/meminfo: memFree=15437212/32873844 swapFree=7124/7124
[pid=13095] ppid=13093 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13095/stat : 13095 (npSolver-pbo-It) S 13093 13095 12876 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383332873 9367552 274 33554432000 4194304 5064252 140734693532064 140734693530976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13095/statm: 2287 274 233 213 0 72 0
[pid=13096] ppid=13095 vsize=2337948 CPUtime=92.83 cores=1,3,5,7
/proc/13096/stat : 13096 (npSolver-pbo) S 13095 13095 12876 0 -1 4202496 57007 27003 0 0 2122 292 6466 403 20 0 1 0 383332874 2394058752 416292 33554432000 4194304 6004724 140733347311216 140733347297496 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 140 0 0
/proc/13096/statm: 584487 416292 167 442 0 584041 0
[pid=13106] ppid=13096 vsize=3926708 CPUtime=1443.64 cores=1,3,5,7
/proc/13106/stat : 13106 (glucosInc) R 13096 13095 12876 0 -1 4202496 455701 0 0 0 144217 147 0 0 20 0 1 0 383342716 4020948992 796514 33554432000 4194304 5654031 140736387321936 140736387309752 4232684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13106/statm: 981677 796514 141 357 0 981317 0
Current children cumulated CPU time (s) 1536.47
Current children cumulated vsize (KiB) 6273804

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 13121
/proc/meminfo: memFree=15437224/32873844 swapFree=7124/7124
[pid=13095] ppid=13093 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13095/stat : 13095 (npSolver-pbo-It) S 13093 13095 12876 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383332873 9367552 274 33554432000 4194304 5064252 140734693532064 140734693530976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13095/statm: 2287 274 233 213 0 72 0
[pid=13096] ppid=13095 vsize=2337948 CPUtime=92.83 cores=1,3,5,7
/proc/13096/stat : 13096 (npSolver-pbo) S 13095 13095 12876 0 -1 4202496 57007 27003 0 0 2122 292 6466 403 20 0 1 0 383332874 2394058752 416292 33554432000 4194304 6004724 140733347311216 140733347297496 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 140 0 0
/proc/13096/statm: 584487 416292 167 442 0 584041 0
[pid=13106] ppid=13096 vsize=3926708 CPUtime=1503.63 cores=1,3,5,7
/proc/13106/stat : 13106 (glucosInc) R 13096 13095 12876 0 -1 4202496 455701 0 0 0 150216 147 0 0 20 0 1 0 383342716 4020948992 796514 33554432000 4194304 5654031 140736387321936 140736387309752 4232495 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13106/statm: 981677 796514 141 357 0 981317 0
Current children cumulated CPU time (s) 1596.46
Current children cumulated vsize (KiB) 6273804

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 13121
/proc/meminfo: memFree=15437000/32873844 swapFree=7124/7124
[pid=13095] ppid=13093 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13095/stat : 13095 (npSolver-pbo-It) S 13093 13095 12876 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383332873 9367552 274 33554432000 4194304 5064252 140734693532064 140734693530976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13095/statm: 2287 274 233 213 0 72 0
[pid=13096] ppid=13095 vsize=2337948 CPUtime=92.83 cores=1,3,5,7
/proc/13096/stat : 13096 (npSolver-pbo) S 13095 13095 12876 0 -1 4202496 57007 27003 0 0 2122 292 6466 403 20 0 1 0 383332874 2394058752 416292 33554432000 4194304 6004724 140733347311216 140733347297496 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 140 0 0
/proc/13096/statm: 584487 416292 167 442 0 584041 0
[pid=13106] ppid=13096 vsize=3926848 CPUtime=1563.62 cores=1,3,5,7
/proc/13106/stat : 13106 (glucosInc) R 13096 13095 12876 0 -1 4202496 455712 0 0 0 156215 147 0 0 20 0 1 0 383342716 4021092352 796525 33554432000 4194304 5654031 140736387321936 140736387309752 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13106/statm: 981712 796525 141 357 0 981352 0
Current children cumulated CPU time (s) 1656.45
Current children cumulated vsize (KiB) 6273944

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 13121
/proc/meminfo: memFree=15428168/32873844 swapFree=7124/7124
[pid=13095] ppid=13093 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13095/stat : 13095 (npSolver-pbo-It) S 13093 13095 12876 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383332873 9367552 274 33554432000 4194304 5064252 140734693532064 140734693530976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13095/statm: 2287 274 233 213 0 72 0
[pid=13096] ppid=13095 vsize=2337948 CPUtime=92.83 cores=1,3,5,7
/proc/13096/stat : 13096 (npSolver-pbo) S 13095 13095 12876 0 -1 4202496 57007 27003 0 0 2122 292 6466 403 20 0 1 0 383332874 2394058752 416292 33554432000 4194304 6004724 140733347311216 140733347297496 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 140 0 0
/proc/13096/statm: 584487 416292 167 442 0 584041 0
[pid=13106] ppid=13096 vsize=3927188 CPUtime=1623.61 cores=1,3,5,7
/proc/13106/stat : 13106 (glucosInc) R 13096 13095 12876 0 -1 4202496 464206 0 0 0 162211 150 0 0 20 0 1 0 383342716 4021440512 797150 33554432000 4194304 5654031 140736387321936 140736387320008 4232939 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13106/statm: 981797 797150 141 357 0 981437 0
Current children cumulated CPU time (s) 1716.44
Current children cumulated vsize (KiB) 6274284

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13121
/proc/meminfo: memFree=15418672/32873844 swapFree=7124/7124
[pid=13095] ppid=13093 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13095/stat : 13095 (npSolver-pbo-It) S 13093 13095 12876 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383332873 9367552 274 33554432000 4194304 5064252 140734693532064 140734693530976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13095/statm: 2287 274 233 213 0 72 0
[pid=13096] ppid=13095 vsize=2337948 CPUtime=92.83 cores=1,3,5,7
/proc/13096/stat : 13096 (npSolver-pbo) S 13095 13095 12876 0 -1 4202496 57007 27003 0 0 2122 292 6466 403 20 0 1 0 383332874 2394058752 416292 33554432000 4194304 6004724 140733347311216 140733347297496 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 140 0 0
/proc/13096/statm: 584487 416292 167 442 0 584041 0
[pid=13106] ppid=13096 vsize=3928608 CPUtime=1683.6 cores=1,3,5,7
/proc/13106/stat : 13106 (glucosInc) R 13096 13095 12876 0 -1 4202496 468661 0 0 0 168209 151 0 0 20 0 1 0 383342716 4022894592 798014 33554432000 4194304 5654031 140736387321936 140736387309752 4232767 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13106/statm: 982152 798014 141 357 0 981792 0
Current children cumulated CPU time (s) 1776.43
Current children cumulated vsize (KiB) 6275704



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.9 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 13161
/proc/meminfo: memFree=20949300/32873844 swapFree=7124/7124
[pid=13095] ppid=13093 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13095/stat : 13095 (npSolver-pbo-It) S 13093 13095 12876 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383332873 9367552 274 33554432000 4194304 5064252 140734693532064 140734693530976 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13095/statm: 2287 274 233 213 0 72 0
[pid=13096] ppid=13095 vsize=2337948 CPUtime=92.83 cores=1,3,5,7
/proc/13096/stat : 13096 (npSolver-pbo) S 13095 13095 12876 0 -1 4202496 57007 27003 0 0 2122 292 6466 403 20 0 1 0 383332874 2394058752 416292 33554432000 4194304 6004724 140733347311216 140733347297496 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 140 0 0
/proc/13096/statm: 584487 416292 167 442 0 584041 0
[pid=13106] ppid=13096 vsize=3929784 CPUtime=1707.2 cores=1,3,5,7
/proc/13106/stat : 13106 (glucosInc) R 13096 13095 12876 0 -1 4202496 473150 0 0 0 170568 152 0 0 20 0 1 0 383342716 4024098816 798824 33554432000 4194304 5654031 140736387321936 140736387319720 4209217 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13106/statm: 982446 798824 141 357 0 982086 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 6276880

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 13095 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=999
# CPU time returned by wait4() is 0.001998
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1805.92
CPU time (s): 1800.03
CPU user time (s): 1791.56
CPU system time (s): 8.47
CPU usage (%): 99.6739
Max. virtual memory (cumulated for all children) (KiB): 6316296

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

The end

Launcher Data

Begin job on node110 at 2012-06-08 18:14:04
IDJOB=3752437
IDBENCH=91120
IDSOLVER=2335
FILE ID=node110/3752437-1339172044
RUNJOBID= node110-1339170234-12893
PBS_JOBID= 14643839
Free space on /tmp= 69036 MiB

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

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

MD5SUM BENCH= 2c2ad4d860134cc053a8a3877f1b5de5
RANDOM SEED=227374888

node110.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.893
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	: 5333.78
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.893
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.893
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.893
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.893
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.92
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.893
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.90
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.893
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.893
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:       32873844 kB
MemFree:        27516752 kB
Buffers:          176904 kB
Cached:          3639616 kB
SwapCached:         3684 kB
Active:          2808860 kB
Inactive:        1681452 kB
Active(anon):     672304 kB
Inactive(anon):     3832 kB
Active(file):    2136556 kB
Inactive(file):  1677620 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67097344 kB
Dirty:             72184 kB
Writeback:             0 kB
AnonPages:        693996 kB
Mapped:             9276 kB
Shmem:                 0 kB
Slab:             706336 kB
SReclaimable:     146536 kB
SUnreclaim:       559800 kB
KernelStack:        1440 kB
PageTables:         5364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     870392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    501760 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= 67632 MiB
End job on node110 at 2012-06-08 18:44:12