Trace number 3700096

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? (TO) 1800.08 1800.62

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null20mast_rapportOE1.0_TMAX60_K192_cod2.opb
MD5SUM768b5e23d0b4ff11a666e1cea764674d
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-11680
Best CPU time to get the best result obtained on this benchmark1314.51
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 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 370041
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 370041
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

4.09/4.19	c fallback to adder encoding
6.28/6.38	c run inc solver
6.28/6.38	c [INC SYSTEM] run initial solver
6.28/6.38	c [INC SYSTEM] preprocess with white file
20.34/20.60	c [INC SYSTEM] finished preprocessing in 14 s
20.34/20.60	c [INC SYSTEM] execute solver
1800.08/1800.61	c an unexpexted return value has been received, exit
1800.08/1800.61	s UNKNOWN

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-3700096-1338125001/watcher-3700096-1338125001 -o /tmp/evaluation-result-3700096-1338125001/solver-3700096-1338125001 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3700096-1338125001.opb 1848251967 HOME HOME 

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

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.38 2.13 2.02 3/177 12849
/proc/meminfo: memFree=30723740/32873844 swapFree=6088/6088
[pid=12849] ppid=12847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12849/stat : 12849 (npSolver-pbo-I.) S 12847 12849 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278628573 9367552 274 33554432000 4194304 5064252 140734348537488 140734348536400 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12849/statm: 2287 274 233 213 0 72 0

[startup+0.0450021 s]
/proc/loadavg: 2.38 2.13 2.02 3/177 12849
/proc/meminfo: memFree=30723740/32873844 swapFree=6088/6088
[pid=12849] ppid=12847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12849/stat : 12849 (npSolver-pbo-I.) S 12847 12849 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278628573 9367552 274 33554432000 4194304 5064252 140734348537488 140734348536400 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12849/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100265 s]
/proc/loadavg: 2.38 2.13 2.02 3/177 12849
/proc/meminfo: memFree=30723740/32873844 swapFree=6088/6088
[pid=12849] ppid=12847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12849/stat : 12849 (npSolver-pbo-I.) S 12847 12849 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278628573 9367552 274 33554432000 4194304 5064252 140734348537488 140734348536400 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12849/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30024 s]
/proc/loadavg: 2.38 2.13 2.02 3/177 12849
/proc/meminfo: memFree=30723740/32873844 swapFree=6088/6088
[pid=12849] ppid=12847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12849/stat : 12849 (npSolver-pbo-I.) S 12847 12849 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278628573 9367552 274 33554432000 4194304 5064252 140734348537488 140734348536400 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12849/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700234 s]
/proc/loadavg: 2.38 2.13 2.02 3/177 12849
/proc/meminfo: memFree=30723740/32873844 swapFree=6088/6088
[pid=12849] ppid=12847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12849/stat : 12849 (npSolver-pbo-I.) S 12847 12849 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278628573 9367552 274 33554432000 4194304 5064252 140734348537488 140734348536400 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12849/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 2.38 2.13 2.02 3/179 12851
/proc/meminfo: memFree=30717824/32873844 swapFree=6088/6088
[pid=12849] ppid=12847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12849/stat : 12849 (npSolver-pbo-I.) S 12847 12849 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278628573 9367552 274 33554432000 4194304 5064252 140734348537488 140734348536400 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12849/statm: 2287 274 233 213 0 72 0
[pid=12850] ppid=12849 vsize=13552 CPUtime=1.49 cores=0,2,4,6
/proc/12850/stat : 12850 (npSolver-pbo) R 12849 12849 12301 0 -1 4202496 2665 0 0 0 149 0 0 0 20 0 1 0 278628573 13877248 2678 33554432000 4194304 5992684 140733729868128 140733729864248 5179600 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12850/statm: 3388 2678 146 440 0 2944 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22700

[startup+3.10029 s]
/proc/loadavg: 2.35 2.12 2.02 3/179 12851
/proc/meminfo: memFree=30710688/32873844 swapFree=6088/6088
[pid=12849] ppid=12847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12849/stat : 12849 (npSolver-pbo-I.) S 12847 12849 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278628573 9367552 274 33554432000 4194304 5064252 140734348537488 140734348536400 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12849/statm: 2287 274 233 213 0 72 0
[pid=12850] ppid=12849 vsize=49780 CPUtime=3.09 cores=0,2,4,6
/proc/12850/stat : 12850 (npSolver-pbo) R 12849 12849 12301 0 -1 4202496 10104 0 0 0 307 2 0 0 20 0 1 0 278628573 50974720 11135 33554432000 4194304 5992684 140733729868128 140733729863864 4523497 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12850/statm: 12445 11135 159 440 0 12001 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58928

[startup+6.30033 s]
/proc/loadavg: 2.35 2.12 2.02 3/179 12851
/proc/meminfo: memFree=30471732/32873844 swapFree=6088/6088
[pid=12849] ppid=12847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12849/stat : 12849 (npSolver-pbo-I.) S 12847 12849 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278628573 9367552 274 33554432000 4194304 5064252 140734348537488 140734348536400 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12849/statm: 2287 274 233 213 0 72 0
[pid=12850] ppid=12849 vsize=565560 CPUtime=6.28 cores=0,2,4,6
/proc/12850/stat : 12850 (npSolver-pbo) R 12849 12849 12301 0 -1 4202496 29992 0 0 0 596 32 0 0 20 0 1 0 278628573 579133440 126460 33554432000 4194304 5992684 140733729868128 140733729863096 5182699 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12850/statm: 141390 126460 168 440 0 140946 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 574708

[startup+12.7004 s]
/proc/loadavg: 2.37 2.13 2.03 3/181 12853
/proc/meminfo: memFree=29263556/32873844 swapFree=6088/6088
[pid=12849] ppid=12847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12849/stat : 12849 (npSolver-pbo-I.) S 12847 12849 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278628573 9367552 274 33554432000 4194304 5064252 140734348537488 140734348536400 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12849/statm: 2287 274 233 213 0 72 0
[pid=12850] ppid=12849 vsize=362840 CPUtime=6.37 cores=0,2,4,6
/proc/12850/stat : 12850 (npSolver-pbo) S 12849 12849 12301 0 -1 4202496 29999 0 0 0 596 41 0 0 20 0 1 0 278628573 371548160 75786 33554432000 4194304 5992684 140733729868128 140733729862576 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12850/statm: 90710 75786 174 440 0 90266 0
[pid=12852] ppid=12850 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12852/stat : 12852 (cp2_pre.sh) S 12850 12849 12301 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 278629211 9367552 277 33554432000 4194304 5064252 140735358615408 140735358614112 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12852/statm: 2287 277 234 213 0 72 0
[pid=12853] ppid=12852 vsize=1064720 CPUtime=6.29 cores=0,2,4,6
/proc/12853/stat : 12853 (coprocessor) R 12852 12849 12301 0 -1 4202496 88974 0 0 0 601 28 0 0 20 0 1 0 278629212 1090273280 261281 33554432000 4194304 6586260 140735709114704 140735709110856 4788704 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/12853/statm: 266180 261281 170 584 0 265592 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 1445856

[startup+25.5004 s]
/proc/loadavg: 2.32 2.13 2.03 3/180 12855
/proc/meminfo: memFree=29853452/32873844 swapFree=6088/6088
[pid=12849] ppid=12847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12849/stat : 12849 (npSolver-pbo-I.) S 12847 12849 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278628573 9367552 274 33554432000 4194304 5064252 140734348537488 140734348536400 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12849/statm: 2287 274 233 213 0 72 0
[pid=12850] ppid=12849 vsize=362840 CPUtime=20.38 cores=0,2,4,6
/proc/12850/stat : 12850 (npSolver-pbo) S 12849 12849 12301 0 -1 4202496 30016 108500 0 0 596 41 1344 57 20 0 1 0 278628573 371548160 75788 33554432000 4194304 5992684 140733729868128 140733729854392 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12850/statm: 90710 75788 176 440 0 90266 0
[pid=12855] ppid=12850 vsize=521732 CPUtime=4.88 cores=0,2,4,6
/proc/12855/stat : 12855 (glucosInc) R 12850 12849 12301 0 -1 4202496 79078 0 0 0 469 19 0 0 20 0 1 0 278630634 534253568 117508 33554432000 4194304 5654031 140736085525392 140736085523000 4232800 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12855/statm: 130433 117508 140 357 0 130073 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 893720

[startup+51.1004 s]
/proc/loadavg: 2.27 2.13 2.03 3/180 12855
/proc/meminfo: memFree=29846444/32873844 swapFree=6088/6088
[pid=12849] ppid=12847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12849/stat : 12849 (npSolver-pbo-I.) S 12847 12849 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278628573 9367552 274 33554432000 4194304 5064252 140734348537488 140734348536400 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12849/statm: 2287 274 233 213 0 72 0
[pid=12850] ppid=12849 vsize=362840 CPUtime=20.38 cores=0,2,4,6
/proc/12850/stat : 12850 (npSolver-pbo) S 12849 12849 12301 0 -1 4202496 30016 108500 0 0 596 41 1344 57 20 0 1 0 278628573 371548160 75788 33554432000 4194304 5992684 140733729868128 140733729854392 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12850/statm: 90710 75788 176 440 0 90266 0
[pid=12855] ppid=12850 vsize=530976 CPUtime=30.47 cores=0,2,4,6
/proc/12855/stat : 12855 (glucosInc) R 12850 12849 12301 0 -1 4202496 80456 0 0 0 3028 19 0 0 20 0 1 0 278630634 543719424 119397 33554432000 4194304 5654031 140736085525392 140736085513208 4232438 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12855/statm: 132744 119397 140 357 0 132384 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 902964

[startup+102.307 s]
/proc/loadavg: 2.18 2.13 2.03 3/179 12855
/proc/meminfo: memFree=29846204/32873844 swapFree=6088/6088
[pid=12849] ppid=12847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12849/stat : 12849 (npSolver-pbo-I.) S 12847 12849 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278628573 9367552 274 33554432000 4194304 5064252 140734348537488 140734348536400 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12849/statm: 2287 274 233 213 0 72 0
[pid=12850] ppid=12849 vsize=362840 CPUtime=20.38 cores=0,2,4,6
/proc/12850/stat : 12850 (npSolver-pbo) S 12849 12849 12301 0 -1 4202496 30016 108500 0 0 596 41 1344 57 20 0 1 0 278628573 371548160 75788 33554432000 4194304 5992684 140733729868128 140733729854392 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12850/statm: 90710 75788 176 440 0 90266 0
[pid=12855] ppid=12850 vsize=530976 CPUtime=81.67 cores=0,2,4,6
/proc/12855/stat : 12855 (glucosInc) R 12850 12849 12301 0 -1 4202496 80456 0 0 0 8148 19 0 0 20 0 1 0 278630634 543719424 119397 33554432000 4194304 5654031 140736085525392 140736085513208 4232794 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12855/statm: 132744 119397 140 357 0 132384 0
Current children cumulated CPU time (s) 102.05
Current children cumulated vsize (KiB) 902964

[startup+162.3 s]
/proc/loadavg: 2.14 2.12 2.03 3/179 12855
/proc/meminfo: memFree=29842792/32873844 swapFree=6088/6088
[pid=12849] ppid=12847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12849/stat : 12849 (npSolver-pbo-I.) S 12847 12849 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278628573 9367552 274 33554432000 4194304 5064252 140734348537488 140734348536400 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12849/statm: 2287 274 233 213 0 72 0
[pid=12850] ppid=12849 vsize=362840 CPUtime=20.38 cores=0,2,4,6
/proc/12850/stat : 12850 (npSolver-pbo) S 12849 12849 12301 0 -1 4202496 30016 108500 0 0 596 41 1344 57 20 0 1 0 278628573 371548160 75788 33554432000 4194304 5992684 140733729868128 140733729854392 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12850/statm: 90710 75788 176 440 0 90266 0
[pid=12855] ppid=12850 vsize=530976 CPUtime=141.65 cores=0,2,4,6
/proc/12855/stat : 12855 (glucosInc) R 12850 12849 12301 0 -1 4202496 80456 0 0 0 14146 19 0 0 20 0 1 0 278630634 543719424 119397 33554432000 4194304 5654031 140736085525392 140736085513208 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12855/statm: 132744 119397 140 357 0 132384 0
Current children cumulated CPU time (s) 162.03
Current children cumulated vsize (KiB) 902964

[startup+222.3 s]
/proc/loadavg: 2.12 2.11 2.03 3/179 12855
/proc/meminfo: memFree=29840744/32873844 swapFree=6088/6088
[pid=12849] ppid=12847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12849/stat : 12849 (npSolver-pbo-I.) S 12847 12849 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278628573 9367552 274 33554432000 4194304 5064252 140734348537488 140734348536400 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12849/statm: 2287 274 233 213 0 72 0
[pid=12850] ppid=12849 vsize=362840 CPUtime=20.38 cores=0,2,4,6
/proc/12850/stat : 12850 (npSolver-pbo) S 12849 12849 12301 0 -1 4202496 30016 108500 0 0 596 41 1344 57 20 0 1 0 278628573 371548160 75788 33554432000 4194304 5992684 140733729868128 140733729854392 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12850/statm: 90710 75788 176 440 0 90266 0
[pid=12855] ppid=12850 vsize=530976 CPUtime=201.64 cores=0,2,4,6
/proc/12855/stat : 12855 (glucosInc) R 12850 12849 12301 0 -1 4202496 80456 0 0 0 20145 19 0 0 20 0 1 0 278630634 543719424 119397 33554432000 4194304 5654031 140736085525392 140736085513208 4232994 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12855/statm: 132744 119397 140 357 0 132384 0
Current children cumulated CPU time (s) 222.02
Current children cumulated vsize (KiB) 902964

[startup+282.3 s]
/proc/loadavg: 2.04 2.09 2.02 3/179 12855
/proc/meminfo: memFree=29836704/32873844 swapFree=6088/6088
[pid=12849] ppid=12847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12849/stat : 12849 (npSolver-pbo-I.) S 12847 12849 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278628573 9367552 274 33554432000 4194304 5064252 140734348537488 140734348536400 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12849/statm: 2287 274 233 213 0 72 0
[pid=12850] ppid=12849 vsize=362840 CPUtime=20.38 cores=0,2,4,6

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

/proc/meminfo: memFree=29379356/32873844 swapFree=6088/6088
[pid=12849] ppid=12847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12849/stat : 12849 (npSolver-pbo-I.) S 12847 12849 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278628573 9367552 274 33554432000 4194304 5064252 140734348537488 140734348536400 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12849/statm: 2287 274 233 213 0 72 0
[pid=12850] ppid=12849 vsize=362840 CPUtime=20.38 cores=0,2,4,6
/proc/12850/stat : 12850 (npSolver-pbo) S 12849 12849 12301 0 -1 4202496 30016 108500 0 0 596 41 1344 57 20 0 1 0 278628573 371548160 75788 33554432000 4194304 5992684 140733729868128 140733729854392 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12850/statm: 90710 75788 176 440 0 90266 0
[pid=12855] ppid=12850 vsize=530976 CPUtime=1281.48 cores=0,2,4,6
/proc/12855/stat : 12855 (glucosInc) R 12850 12849 12301 0 -1 4202496 80699 0 0 0 128128 20 0 0 20 0 1 0 278630634 543719424 119827 33554432000 4194304 5654031 140736085525392 140736085513208 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12855/statm: 132744 119827 141 357 0 132384 0
Current children cumulated CPU time (s) 1301.86
Current children cumulated vsize (KiB) 902964

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12912
/proc/meminfo: memFree=29367440/32873844 swapFree=6088/6088
[pid=12849] ppid=12847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12849/stat : 12849 (npSolver-pbo-I.) S 12847 12849 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278628573 9367552 274 33554432000 4194304 5064252 140734348537488 140734348536400 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12849/statm: 2287 274 233 213 0 72 0
[pid=12850] ppid=12849 vsize=362840 CPUtime=20.38 cores=0,2,4,6
/proc/12850/stat : 12850 (npSolver-pbo) S 12849 12849 12301 0 -1 4202496 30016 108500 0 0 596 41 1344 57 20 0 1 0 278628573 371548160 75788 33554432000 4194304 5992684 140733729868128 140733729854392 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12850/statm: 90710 75788 176 440 0 90266 0
[pid=12855] ppid=12850 vsize=530976 CPUtime=1341.46 cores=0,2,4,6
/proc/12855/stat : 12855 (glucosInc) R 12850 12849 12301 0 -1 4202496 80711 0 0 0 134126 20 0 0 20 0 1 0 278630634 543719424 119835 33554432000 4194304 5654031 140736085525392 140736085513208 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12855/statm: 132744 119835 141 357 0 132384 0
Current children cumulated CPU time (s) 1361.84
Current children cumulated vsize (KiB) 902964

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12912
/proc/meminfo: memFree=29354780/32873844 swapFree=6088/6088
[pid=12849] ppid=12847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12849/stat : 12849 (npSolver-pbo-I.) S 12847 12849 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278628573 9367552 274 33554432000 4194304 5064252 140734348537488 140734348536400 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12849/statm: 2287 274 233 213 0 72 0
[pid=12850] ppid=12849 vsize=362840 CPUtime=20.38 cores=0,2,4,6
/proc/12850/stat : 12850 (npSolver-pbo) S 12849 12849 12301 0 -1 4202496 30016 108500 0 0 596 41 1344 57 20 0 1 0 278628573 371548160 75788 33554432000 4194304 5992684 140733729868128 140733729854392 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12850/statm: 90710 75788 176 440 0 90266 0
[pid=12855] ppid=12850 vsize=530976 CPUtime=1401.46 cores=0,2,4,6
/proc/12855/stat : 12855 (glucosInc) R 12850 12849 12301 0 -1 4202496 80723 0 0 0 140126 20 0 0 20 0 1 0 278630634 543719424 119844 33554432000 4194304 5654031 140736085525392 140736085513208 4214653 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12855/statm: 132744 119844 141 357 0 132384 0
Current children cumulated CPU time (s) 1421.84
Current children cumulated vsize (KiB) 902964

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12912
/proc/meminfo: memFree=29370964/32873844 swapFree=6088/6088
[pid=12849] ppid=12847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12849/stat : 12849 (npSolver-pbo-I.) S 12847 12849 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278628573 9367552 274 33554432000 4194304 5064252 140734348537488 140734348536400 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12849/statm: 2287 274 233 213 0 72 0
[pid=12850] ppid=12849 vsize=362840 CPUtime=20.38 cores=0,2,4,6
/proc/12850/stat : 12850 (npSolver-pbo) S 12849 12849 12301 0 -1 4202496 30016 108500 0 0 596 41 1344 57 20 0 1 0 278628573 371548160 75788 33554432000 4194304 5992684 140733729868128 140733729854392 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12850/statm: 90710 75788 176 440 0 90266 0
[pid=12855] ppid=12850 vsize=530976 CPUtime=1461.44 cores=0,2,4,6
/proc/12855/stat : 12855 (glucosInc) R 12850 12849 12301 0 -1 4202496 80735 0 0 0 146124 20 0 0 20 0 1 0 278630634 543719424 119853 33554432000 4194304 5654031 140736085525392 140736085513208 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12855/statm: 132744 119853 141 357 0 132384 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 902964

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12913
/proc/meminfo: memFree=29356628/32873844 swapFree=6088/6088
[pid=12849] ppid=12847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12849/stat : 12849 (npSolver-pbo-I.) S 12847 12849 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278628573 9367552 274 33554432000 4194304 5064252 140734348537488 140734348536400 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12849/statm: 2287 274 233 213 0 72 0
[pid=12850] ppid=12849 vsize=362840 CPUtime=20.38 cores=0,2,4,6
/proc/12850/stat : 12850 (npSolver-pbo) S 12849 12849 12301 0 -1 4202496 30016 108500 0 0 596 41 1344 57 20 0 1 0 278628573 371548160 75788 33554432000 4194304 5992684 140733729868128 140733729854392 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12850/statm: 90710 75788 176 440 0 90266 0
[pid=12855] ppid=12850 vsize=530976 CPUtime=1521.43 cores=0,2,4,6
/proc/12855/stat : 12855 (glucosInc) R 12850 12849 12301 0 -1 4202496 80769 0 0 0 152123 20 0 0 20 0 1 0 278630634 543719424 119882 33554432000 4194304 5654031 140736085525392 140736085513208 4208611 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12855/statm: 132744 119882 141 357 0 132384 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 902964

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 12916
/proc/meminfo: memFree=29371972/32873844 swapFree=6088/6088
[pid=12849] ppid=12847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12849/stat : 12849 (npSolver-pbo-I.) S 12847 12849 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278628573 9367552 274 33554432000 4194304 5064252 140734348537488 140734348536400 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12849/statm: 2287 274 233 213 0 72 0
[pid=12850] ppid=12849 vsize=362840 CPUtime=20.38 cores=0,2,4,6
/proc/12850/stat : 12850 (npSolver-pbo) S 12849 12849 12301 0 -1 4202496 30016 108500 0 0 596 41 1344 57 20 0 1 0 278628573 371548160 75788 33554432000 4194304 5992684 140733729868128 140733729854392 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12850/statm: 90710 75788 176 440 0 90266 0
[pid=12855] ppid=12850 vsize=530976 CPUtime=1581.42 cores=0,2,4,6
/proc/12855/stat : 12855 (glucosInc) R 12850 12849 12301 0 -1 4202496 80799 0 0 0 158122 20 0 0 20 0 1 0 278630634 543719424 119912 33554432000 4194304 5654031 140736085525392 140736085513208 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12855/statm: 132744 119912 141 357 0 132384 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 902964

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12916
/proc/meminfo: memFree=29354084/32873844 swapFree=6088/6088
[pid=12849] ppid=12847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12849/stat : 12849 (npSolver-pbo-I.) S 12847 12849 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278628573 9367552 274 33554432000 4194304 5064252 140734348537488 140734348536400 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12849/statm: 2287 274 233 213 0 72 0
[pid=12850] ppid=12849 vsize=362840 CPUtime=20.38 cores=0,2,4,6
/proc/12850/stat : 12850 (npSolver-pbo) S 12849 12849 12301 0 -1 4202496 30016 108500 0 0 596 41 1344 57 20 0 1 0 278628573 371548160 75788 33554432000 4194304 5992684 140733729868128 140733729854392 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12850/statm: 90710 75788 176 440 0 90266 0
[pid=12855] ppid=12850 vsize=530976 CPUtime=1641.42 cores=0,2,4,6
/proc/12855/stat : 12855 (glucosInc) R 12850 12849 12301 0 -1 4202496 80834 0 0 0 164122 20 0 0 20 0 1 0 278630634 543719424 119947 33554432000 4194304 5654031 140736085525392 140736085513208 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12855/statm: 132744 119947 141 357 0 132384 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 902964

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12916
/proc/meminfo: memFree=29328768/32873844 swapFree=6088/6088
[pid=12849] ppid=12847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12849/stat : 12849 (npSolver-pbo-I.) S 12847 12849 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278628573 9367552 274 33554432000 4194304 5064252 140734348537488 140734348536400 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12849/statm: 2287 274 233 213 0 72 0
[pid=12850] ppid=12849 vsize=362840 CPUtime=20.38 cores=0,2,4,6
/proc/12850/stat : 12850 (npSolver-pbo) S 12849 12849 12301 0 -1 4202496 30016 108500 0 0 596 41 1344 57 20 0 1 0 278628573 371548160 75788 33554432000 4194304 5992684 140733729868128 140733729854392 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12850/statm: 90710 75788 176 440 0 90266 0
[pid=12855] ppid=12850 vsize=530976 CPUtime=1701.41 cores=0,2,4,6
/proc/12855/stat : 12855 (glucosInc) R 12850 12849 12301 0 -1 4202496 81380 0 0 0 170121 20 0 0 20 0 1 0 278630634 543719424 120491 33554432000 4194304 5654031 140736085525392 140736085513208 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12855/statm: 132744 120491 141 357 0 132384 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 902964

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12916
/proc/meminfo: memFree=29353776/32873844 swapFree=6088/6088
[pid=12849] ppid=12847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12849/stat : 12849 (npSolver-pbo-I.) S 12847 12849 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278628573 9367552 274 33554432000 4194304 5064252 140734348537488 140734348536400 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12849/statm: 2287 274 233 213 0 72 0
[pid=12850] ppid=12849 vsize=362840 CPUtime=20.38 cores=0,2,4,6
/proc/12850/stat : 12850 (npSolver-pbo) S 12849 12849 12301 0 -1 4202496 30016 108500 0 0 596 41 1344 57 20 0 1 0 278628573 371548160 75788 33554432000 4194304 5992684 140733729868128 140733729854392 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12850/statm: 90710 75788 176 440 0 90266 0
[pid=12855] ppid=12850 vsize=530976 CPUtime=1761.4 cores=0,2,4,6
/proc/12855/stat : 12855 (glucosInc) R 12850 12849 12301 0 -1 4202496 81387 0 0 0 176120 20 0 0 20 0 1 0 278630634 543719424 120498 33554432000 4194304 5654031 140736085525392 140736085513208 4214417 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12855/statm: 132744 120498 141 357 0 132384 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 902964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12916
/proc/meminfo: memFree=29347420/32873844 swapFree=6088/6088
[pid=12849] ppid=12847 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12849/stat : 12849 (npSolver-pbo-I.) S 12847 12849 12301 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278628573 9367552 274 33554432000 4194304 5064252 140734348537488 140734348536400 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12849/statm: 2287 274 233 213 0 72 0
[pid=12850] ppid=12849 vsize=362840 CPUtime=20.38 cores=0,2,4,6
/proc/12850/stat : 12850 (npSolver-pbo) S 12849 12849 12301 0 -1 4202496 30016 108500 0 0 596 41 1344 57 20 0 1 0 278628573 371548160 75788 33554432000 4194304 5992684 140733729868128 140733729854392 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/12850/statm: 90710 75788 176 440 0 90266 0
[pid=12855] ppid=12850 vsize=530976 CPUtime=1779.7 cores=0,2,4,6
/proc/12855/stat : 12855 (glucosInc) R 12850 12849 12301 0 -1 4202496 81389 0 0 0 177950 20 0 0 20 0 1 0 278630634 543719424 120500 33554432000 4194304 5654031 140736085525392 140736085513208 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12855/statm: 132744 120500 141 357 0 132384 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 902964

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 12849 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.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.62
CPU time (s): 1800.08
CPU user time (s): 1798.9
CPU system time (s): 1.18
CPU usage (%): 99.9699
Max. virtual memory (cumulated for all children) (KiB): 1603196

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 3.97939 second user time and 9.82451 second system time

The end

Launcher Data

Begin job on node110 at 2012-05-27 15:23:21
IDJOB=3700096
IDBENCH=91029
IDSOLVER=2276
FILE ID=node110/3700096-1338125001
RUNJOBID= node110-1338119844-12317
PBS_JOBID= 14624477
Free space on /tmp= 71548 MiB

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

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

MD5SUM BENCH= 768b5e23d0b4ff11a666e1cea764674d
RANDOM SEED=1848251967

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:        30724128 kB
Buffers:          237360 kB
Cached:           440444 kB
SwapCached:          148 kB
Active:          1264452 kB
Inactive:          94660 kB
Active(anon):     671444 kB
Inactive(anon):    12496 kB
Active(file):     593008 kB
Inactive(file):    82164 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67108004 kB
Dirty:             36996 kB
Writeback:             0 kB
AnonPages:        689512 kB
Mapped:            15532 kB
Shmem:               196 kB
Slab:             647868 kB
SReclaimable:      89116 kB
SUnreclaim:       558752 kB
KernelStack:        1448 kB
PageTables:         5412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     920592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    542720 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= 71284 MiB
End job on node110 at 2012-05-27 15:53:24