Trace number 3748141

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver inc (fixed)? (TO) 1800.09 1800.51

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K200.opb
MD5SUM4ffc81aa318dee614e51a62344fd339d
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23800
Total number of constraints24202
Number of constraints which are clauses24002
Number of constraints which are cardinality constraints (but not clauses)200
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint200
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 201
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.18	c run inc solver
0.00/0.18	c [INC SYSTEM] run initial solver
0.00/0.18	c [INC SYSTEM] preprocess with white file
0.00/0.62	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.62	c [INC SYSTEM] execute solver
1800.09/1800.51	c an unexpexted return value has been received, exit
1800.09/1800.51	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-3748141-1339168222/watcher-3748141-1339168222 -o /tmp/evaluation-result-3748141-1339168222/solver-3748141-1339168222 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3748141-1339168222.opb 2141918626 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: 1.92 1.98 1.99 3/177 30928
/proc/meminfo: memFree=31320204/32873852 swapFree=6860/6860
[pid=30928] ppid=30926 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30928/stat : 30928 (npSolver-pbo-I.) S 30926 30928 25581 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382948108 9367552 275 33554432000 4194304 5064252 140737357348480 140737357347392 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30928/statm: 2287 275 233 213 0 72 0

[startup+0.0282539 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 30928
/proc/meminfo: memFree=31320204/32873852 swapFree=6860/6860
[pid=30928] ppid=30926 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30928/stat : 30928 (npSolver-pbo-I.) S 30926 30928 25581 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382948108 9367552 275 33554432000 4194304 5064252 140737357348480 140737357347392 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30928/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100275 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 30928
/proc/meminfo: memFree=31320204/32873852 swapFree=6860/6860
[pid=30928] ppid=30926 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30928/stat : 30928 (npSolver-pbo-I.) S 30926 30928 25581 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382948108 9367552 275 33554432000 4194304 5064252 140737357348480 140737357347392 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30928/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300258 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 30928
/proc/meminfo: memFree=31320204/32873852 swapFree=6860/6860
[pid=30928] ppid=30926 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30928/stat : 30928 (npSolver-pbo-I.) S 30926 30928 25581 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382948108 9367552 275 33554432000 4194304 5064252 140737357348480 140737357347392 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30928/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700257 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 30928
/proc/meminfo: memFree=31320204/32873852 swapFree=6860/6860
[pid=30928] ppid=30926 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30928/stat : 30928 (npSolver-pbo-I.) S 30926 30928 25581 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382948108 9367552 275 33554432000 4194304 5064252 140737357348480 140737357347392 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30928/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 1.92 1.98 1.99 3/180 30934
/proc/meminfo: memFree=31288584/32873852 swapFree=6860/6860
[pid=30928] ppid=30926 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30928/stat : 30928 (npSolver-pbo-I.) S 30926 30928 25581 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382948108 9367552 275 33554432000 4194304 5064252 140737357348480 140737357347392 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30928/statm: 2287 275 233 213 0 72 0
[pid=30929] ppid=30928 vsize=16224 CPUtime=0.59 cores=1,3,5,7
/proc/30929/stat : 30929 (npSolver-pbo) S 30928 30928 25581 0 -1 4202496 5790 7503 0 0 16 1 40 2 20 0 1 0 382948108 16613376 3731 33554432000 4194304 6004724 140736267868784 140736267855064 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/30929/statm: 4056 3731 152 442 0 3610 0
[pid=30934] ppid=30929 vsize=16072 CPUtime=0.87 cores=1,3,5,7
/proc/30934/stat : 30934 (glucosInc) R 30929 30928 25581 0 -1 4202496 3211 0 0 0 87 0 0 0 20 0 1 0 382948170 16457728 3571 33554432000 4194304 5654031 140733479109104 140733479107032 4233280 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30934/statm: 4018 3571 140 357 0 3658 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 41444

[startup+3.10038 s]
/proc/loadavg: 1.92 1.98 1.99 3/180 30934
/proc/meminfo: memFree=31286980/32873852 swapFree=6860/6860
[pid=30928] ppid=30926 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30928/stat : 30928 (npSolver-pbo-I.) S 30926 30928 25581 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382948108 9367552 275 33554432000 4194304 5064252 140737357348480 140737357347392 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30928/statm: 2287 275 233 213 0 72 0
[pid=30929] ppid=30928 vsize=16224 CPUtime=0.59 cores=1,3,5,7
/proc/30929/stat : 30929 (npSolver-pbo) S 30928 30928 25581 0 -1 4202496 5790 7503 0 0 16 1 40 2 20 0 1 0 382948108 16613376 3731 33554432000 4194304 6004724 140736267868784 140736267855064 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/30929/statm: 4056 3731 152 442 0 3610 0
[pid=30934] ppid=30929 vsize=16800 CPUtime=2.47 cores=1,3,5,7
/proc/30934/stat : 30934 (glucosInc) R 30929 30928 25581 0 -1 4202496 4422 0 0 0 247 0 0 0 20 0 1 0 382948170 17203200 3719 33554432000 4194304 5654031 140733479109104 140733479096920 4232528 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30934/statm: 4200 3719 142 357 0 3840 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 42172

[startup+6.30038 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 30934
/proc/meminfo: memFree=31272648/32873852 swapFree=6860/6860
[pid=30928] ppid=30926 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30928/stat : 30928 (npSolver-pbo-I.) S 30926 30928 25581 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382948108 9367552 275 33554432000 4194304 5064252 140737357348480 140737357347392 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30928/statm: 2287 275 233 213 0 72 0
[pid=30929] ppid=30928 vsize=16224 CPUtime=0.59 cores=1,3,5,7
/proc/30929/stat : 30929 (npSolver-pbo) S 30928 30928 25581 0 -1 4202496 5790 7503 0 0 16 1 40 2 20 0 1 0 382948108 16613376 3731 33554432000 4194304 6004724 140736267868784 140736267855064 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/30929/statm: 4056 3731 152 442 0 3610 0
[pid=30934] ppid=30929 vsize=27032 CPUtime=5.67 cores=1,3,5,7
/proc/30934/stat : 30934 (glucosInc) R 30929 30928 25581 0 -1 4202496 6384 0 0 0 566 1 0 0 20 0 1 0 382948170 27680768 5896 33554432000 4194304 5654031 140733479109104 140733479106984 4214612 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30934/statm: 6758 5896 142 357 0 6398 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 52404

[startup+12.7004 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 30934
/proc/meminfo: memFree=31256352/32873852 swapFree=6860/6860
[pid=30928] ppid=30926 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30928/stat : 30928 (npSolver-pbo-I.) S 30926 30928 25581 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382948108 9367552 275 33554432000 4194304 5064252 140737357348480 140737357347392 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30928/statm: 2287 275 233 213 0 72 0
[pid=30929] ppid=30928 vsize=16224 CPUtime=0.59 cores=1,3,5,7
/proc/30929/stat : 30929 (npSolver-pbo) S 30928 30928 25581 0 -1 4202496 5790 7503 0 0 16 1 40 2 20 0 1 0 382948108 16613376 3731 33554432000 4194304 6004724 140736267868784 140736267855064 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/30929/statm: 4056 3731 152 442 0 3610 0
[pid=30934] ppid=30929 vsize=29776 CPUtime=12.07 cores=1,3,5,7
/proc/30934/stat : 30934 (glucosInc) R 30929 30928 25581 0 -1 4202496 6561 0 0 0 1206 1 0 0 20 0 1 0 382948170 30490624 7074 33554432000 4194304 5654031 140733479109104 140733479096920 4215091 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30934/statm: 7444 7074 142 357 0 7084 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 55148

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 30934
/proc/meminfo: memFree=31345208/32873852 swapFree=6860/6860
[pid=30928] ppid=30926 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30928/stat : 30928 (npSolver-pbo-I.) S 30926 30928 25581 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382948108 9367552 275 33554432000 4194304 5064252 140737357348480 140737357347392 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30928/statm: 2287 275 233 213 0 72 0
[pid=30929] ppid=30928 vsize=16224 CPUtime=0.59 cores=1,3,5,7
/proc/30929/stat : 30929 (npSolver-pbo) S 30928 30928 25581 0 -1 4202496 5790 7503 0 0 16 1 40 2 20 0 1 0 382948108 16613376 3731 33554432000 4194304 6004724 140736267868784 140736267855064 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/30929/statm: 4056 3731 152 442 0 3610 0
[pid=30934] ppid=30929 vsize=57564 CPUtime=24.87 cores=1,3,5,7
/proc/30934/stat : 30934 (glucosInc) R 30929 30928 25581 0 -1 4202496 7673 0 0 0 2485 2 0 0 20 0 1 0 382948170 58945536 11017 33554432000 4194304 5654031 140733479109104 140733479096920 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30934/statm: 14391 11017 142 357 0 14031 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 82936

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30934
/proc/meminfo: memFree=31258884/32873852 swapFree=6860/6860
[pid=30928] ppid=30926 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30928/stat : 30928 (npSolver-pbo-I.) S 30926 30928 25581 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382948108 9367552 275 33554432000 4194304 5064252 140737357348480 140737357347392 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30928/statm: 2287 275 233 213 0 72 0
[pid=30929] ppid=30928 vsize=16224 CPUtime=0.59 cores=1,3,5,7
/proc/30929/stat : 30929 (npSolver-pbo) S 30928 30928 25581 0 -1 4202496 5790 7503 0 0 16 1 40 2 20 0 1 0 382948108 16613376 3731 33554432000 4194304 6004724 140736267868784 140736267855064 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/30929/statm: 4056 3731 152 442 0 3610 0
[pid=30934] ppid=30929 vsize=76420 CPUtime=50.46 cores=1,3,5,7
/proc/30934/stat : 30934 (glucosInc) R 30929 30928 25581 0 -1 4202496 7835 0 0 0 5043 3 0 0 20 0 1 0 382948170 78254080 17735 33554432000 4194304 5654031 140733479109104 140733479096920 4215079 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30934/statm: 19105 17735 142 357 0 18745 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 101792

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30934
/proc/meminfo: memFree=31194700/32873852 swapFree=6860/6860
[pid=30928] ppid=30926 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30928/stat : 30928 (npSolver-pbo-I.) S 30926 30928 25581 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382948108 9367552 275 33554432000 4194304 5064252 140737357348480 140737357347392 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30928/statm: 2287 275 233 213 0 72 0
[pid=30929] ppid=30928 vsize=16224 CPUtime=0.59 cores=1,3,5,7
/proc/30929/stat : 30929 (npSolver-pbo) S 30928 30928 25581 0 -1 4202496 5790 7503 0 0 16 1 40 2 20 0 1 0 382948108 16613376 3731 33554432000 4194304 6004724 140736267868784 140736267855064 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/30929/statm: 4056 3731 152 442 0 3610 0
[pid=30934] ppid=30929 vsize=156120 CPUtime=101.65 cores=1,3,5,7
/proc/30934/stat : 30934 (glucosInc) R 30929 30928 25581 0 -1 4202496 9723 0 0 0 10159 6 0 0 20 0 1 0 382948170 159866880 31194 33554432000 4194304 5654031 140733479109104 140733479096920 4215076 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30934/statm: 39030 31194 142 357 0 38670 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 181492

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30934
/proc/meminfo: memFree=31267156/32873852 swapFree=6860/6860
[pid=30928] ppid=30926 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30928/stat : 30928 (npSolver-pbo-I.) S 30926 30928 25581 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382948108 9367552 275 33554432000 4194304 5064252 140737357348480 140737357347392 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30928/statm: 2287 275 233 213 0 72 0
[pid=30929] ppid=30928 vsize=16224 CPUtime=0.59 cores=1,3,5,7
/proc/30929/stat : 30929 (npSolver-pbo) S 30928 30928 25581 0 -1 4202496 5790 7503 0 0 16 1 40 2 20 0 1 0 382948108 16613376 3731 33554432000 4194304 6004724 140736267868784 140736267855064 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/30929/statm: 4056 3731 152 442 0 3610 0
[pid=30934] ppid=30929 vsize=106800 CPUtime=161.64 cores=1,3,5,7
/proc/30934/stat : 30934 (glucosInc) R 30929 30928 25581 0 -1 4202496 11811 0 0 0 16153 11 0 0 20 0 1 0 382948170 109363200 21769 33554432000 4194304 5654031 140733479109104 140733479096920 4215061 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30934/statm: 26700 21769 142 357 0 26340 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 132172

[startup+222.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 30935
/proc/meminfo: memFree=31176228/32873852 swapFree=6860/6860
[pid=30928] ppid=30926 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30928/stat : 30928 (npSolver-pbo-I.) S 30926 30928 25581 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382948108 9367552 275 33554432000 4194304 5064252 140737357348480 140737357347392 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30928/statm: 2287 275 233 213 0 72 0
[pid=30929] ppid=30928 vsize=16224 CPUtime=0.59 cores=1,3,5,7
/proc/30929/stat : 30929 (npSolver-pbo) S 30928 30928 25581 0 -1 4202496 5790 7503 0 0 16 1 40 2 20 0 1 0 382948108 16613376 3731 33554432000 4194304 6004724 140736267868784 140736267855064 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/30929/statm: 4056 3731 152 442 0 3610 0
[pid=30934] ppid=30929 vsize=186940 CPUtime=221.63 cores=1,3,5,7
/proc/30934/stat : 30934 (glucosInc) R 30929 30928 25581 0 -1 4202496 13461 0 0 0 22148 15 0 0 20 0 1 0 382948170 191426560 40989 33554432000 4194304 5654031 140733479109104 140733479096920 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30934/statm: 46735 40989 142 357 0 46375 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 212312

[startup+282.3 s]

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

/proc/loadavg: 2.00 2.00 2.00 3/179 31076
/proc/meminfo: memFree=31269604/32873852 swapFree=6860/6860
[pid=30928] ppid=30926 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30928/stat : 30928 (npSolver-pbo-I.) S 30926 30928 25581 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382948108 9367552 275 33554432000 4194304 5064252 140737357348480 140737357347392 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30928/statm: 2287 275 233 213 0 72 0
[pid=30929] ppid=30928 vsize=16224 CPUtime=0.59 cores=1,3,5,7
/proc/30929/stat : 30929 (npSolver-pbo) S 30928 30928 25581 0 -1 4202496 5790 7503 0 0 16 1 40 2 20 0 1 0 382948108 16613376 3731 33554432000 4194304 6004724 140736267868784 140736267855064 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/30929/statm: 4056 3731 152 442 0 3610 0
[pid=30934] ppid=30929 vsize=190480 CPUtime=1361.41 cores=1,3,5,7
/proc/30934/stat : 30934 (glucosInc) R 30929 30928 25581 0 -1 4202496 45515 0 0 0 136056 85 0 0 20 0 1 0 382948170 195051520 46435 33554432000 4194304 5654031 140733479109104 140733479096920 4232968 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30934/statm: 47620 46435 142 357 0 47260 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 215852

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31076
/proc/meminfo: memFree=31159768/32873852 swapFree=6860/6860
[pid=30928] ppid=30926 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30928/stat : 30928 (npSolver-pbo-I.) S 30926 30928 25581 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382948108 9367552 275 33554432000 4194304 5064252 140737357348480 140737357347392 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30928/statm: 2287 275 233 213 0 72 0
[pid=30929] ppid=30928 vsize=16224 CPUtime=0.59 cores=1,3,5,7
/proc/30929/stat : 30929 (npSolver-pbo) S 30928 30928 25581 0 -1 4202496 5790 7503 0 0 16 1 40 2 20 0 1 0 382948108 16613376 3731 33554432000 4194304 6004724 140736267868784 140736267855064 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/30929/statm: 4056 3731 152 442 0 3610 0
[pid=30934] ppid=30929 vsize=321956 CPUtime=1421.38 cores=1,3,5,7
/proc/30934/stat : 30934 (glucosInc) R 30929 30928 25581 0 -1 4202496 46925 0 0 0 142050 88 0 0 20 0 1 0 382948170 329682944 70288 33554432000 4194304 5654031 140733479109104 140733479096920 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30934/statm: 80489 70288 142 357 0 80129 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 347328

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31077
/proc/meminfo: memFree=31208744/32873852 swapFree=6860/6860
[pid=30928] ppid=30926 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30928/stat : 30928 (npSolver-pbo-I.) S 30926 30928 25581 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382948108 9367552 275 33554432000 4194304 5064252 140737357348480 140737357347392 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30928/statm: 2287 275 233 213 0 72 0
[pid=30929] ppid=30928 vsize=16224 CPUtime=0.59 cores=1,3,5,7
/proc/30929/stat : 30929 (npSolver-pbo) S 30928 30928 25581 0 -1 4202496 5790 7503 0 0 16 1 40 2 20 0 1 0 382948108 16613376 3731 33554432000 4194304 6004724 140736267868784 140736267855064 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/30929/statm: 4056 3731 152 442 0 3610 0
[pid=30934] ppid=30929 vsize=190480 CPUtime=1481.37 cores=1,3,5,7
/proc/30934/stat : 30934 (glucosInc) R 30929 30928 25581 0 -1 4202496 48252 0 0 0 148043 94 0 0 20 0 1 0 382948170 195051520 44387 33554432000 4194304 5654031 140733479109104 140733479096920 4232968 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30934/statm: 47620 44387 142 357 0 47260 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 215852

[startup+1542.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 31077
/proc/meminfo: memFree=31122032/32873852 swapFree=6860/6860
[pid=30928] ppid=30926 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30928/stat : 30928 (npSolver-pbo-I.) S 30926 30928 25581 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382948108 9367552 275 33554432000 4194304 5064252 140737357348480 140737357347392 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30928/statm: 2287 275 233 213 0 72 0
[pid=30929] ppid=30928 vsize=16224 CPUtime=0.59 cores=1,3,5,7
/proc/30929/stat : 30929 (npSolver-pbo) S 30928 30928 25581 0 -1 4202496 5790 7503 0 0 16 1 40 2 20 0 1 0 382948108 16613376 3731 33554432000 4194304 6004724 140736267868784 140736267855064 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/30929/statm: 4056 3731 152 442 0 3610 0
[pid=30934] ppid=30929 vsize=321956 CPUtime=1541.36 cores=1,3,5,7
/proc/30934/stat : 30934 (glucosInc) R 30929 30928 25581 0 -1 4202496 49630 0 0 0 154039 97 0 0 20 0 1 0 382948170 329682944 68752 33554432000 4194304 5654031 140733479109104 140733479096920 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30934/statm: 80489 68752 142 357 0 80129 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 347328

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 31077
/proc/meminfo: memFree=31033184/32873852 swapFree=6860/6860
[pid=30928] ppid=30926 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30928/stat : 30928 (npSolver-pbo-I.) S 30926 30928 25581 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382948108 9367552 275 33554432000 4194304 5064252 140737357348480 140737357347392 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30928/statm: 2287 275 233 213 0 72 0
[pid=30929] ppid=30928 vsize=16224 CPUtime=0.59 cores=1,3,5,7
/proc/30929/stat : 30929 (npSolver-pbo) S 30928 30928 25581 0 -1 4202496 5790 7503 0 0 16 1 40 2 20 0 1 0 382948108 16613376 3731 33554432000 4194304 6004724 140736267868784 140736267855064 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/30929/statm: 4056 3731 152 442 0 3610 0
[pid=30934] ppid=30929 vsize=454216 CPUtime=1601.34 cores=1,3,5,7
/proc/30934/stat : 30934 (glucosInc) R 30929 30928 25581 0 -1 4202496 50138 0 0 0 160035 99 0 0 20 0 1 0 382948170 465117184 86625 33554432000 4194304 5654031 140733479109104 140733479096920 4232960 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30934/statm: 113554 86625 142 357 0 113194 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 479588

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31077
/proc/meminfo: memFree=31125592/32873852 swapFree=6860/6860
[pid=30928] ppid=30926 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30928/stat : 30928 (npSolver-pbo-I.) S 30926 30928 25581 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382948108 9367552 275 33554432000 4194304 5064252 140737357348480 140737357347392 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30928/statm: 2287 275 233 213 0 72 0
[pid=30929] ppid=30928 vsize=16224 CPUtime=0.59 cores=1,3,5,7
/proc/30929/stat : 30929 (npSolver-pbo) S 30928 30928 25581 0 -1 4202496 5790 7503 0 0 16 1 40 2 20 0 1 0 382948108 16613376 3731 33554432000 4194304 6004724 140736267868784 140736267855064 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/30929/statm: 4056 3731 152 442 0 3610 0
[pid=30934] ppid=30929 vsize=321956 CPUtime=1661.32 cores=1,3,5,7
/proc/30934/stat : 30934 (glucosInc) R 30929 30928 25581 0 -1 4202496 52348 0 0 0 166028 104 0 0 20 0 1 0 382948170 329682944 62608 33554432000 4194304 5654031 140733479109104 140733479096920 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30934/statm: 80489 62608 142 357 0 80129 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 347328

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31077
/proc/meminfo: memFree=31045444/32873852 swapFree=6860/6860
[pid=30928] ppid=30926 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30928/stat : 30928 (npSolver-pbo-I.) S 30926 30928 25581 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382948108 9367552 275 33554432000 4194304 5064252 140737357348480 140737357347392 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30928/statm: 2287 275 233 213 0 72 0
[pid=30929] ppid=30928 vsize=16224 CPUtime=0.59 cores=1,3,5,7
/proc/30929/stat : 30929 (npSolver-pbo) S 30928 30928 25581 0 -1 4202496 5790 7503 0 0 16 1 40 2 20 0 1 0 382948108 16613376 3731 33554432000 4194304 6004724 140736267868784 140736267855064 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/30929/statm: 4056 3731 152 442 0 3610 0
[pid=30934] ppid=30929 vsize=454216 CPUtime=1721.32 cores=1,3,5,7
/proc/30934/stat : 30934 (glucosInc) R 30929 30928 25581 0 -1 4202496 52850 0 0 0 172024 108 0 0 20 0 1 0 382948170 465117184 82017 33554432000 4194304 5654031 140733479109104 140733479096920 4233176 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30934/statm: 113554 82017 142 357 0 113194 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 479588

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 31081
/proc/meminfo: memFree=31182680/32873852 swapFree=6860/6860
[pid=30928] ppid=30926 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30928/stat : 30928 (npSolver-pbo-I.) S 30926 30928 25581 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382948108 9367552 275 33554432000 4194304 5064252 140737357348480 140737357347392 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30928/statm: 2287 275 233 213 0 72 0
[pid=30929] ppid=30928 vsize=16224 CPUtime=0.59 cores=1,3,5,7
/proc/30929/stat : 30929 (npSolver-pbo) S 30928 30928 25581 0 -1 4202496 5790 7503 0 0 16 1 40 2 20 0 1 0 382948108 16613376 3731 33554432000 4194304 6004724 140736267868784 140736267855064 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/30929/statm: 4056 3731 152 442 0 3610 0
[pid=30934] ppid=30929 vsize=240568 CPUtime=1781.3 cores=1,3,5,7
/proc/30934/stat : 30934 (glucosInc) R 30929 30928 25581 0 -1 4202496 54531 0 0 0 178018 112 0 0 20 0 1 0 382948170 246341632 52880 33554432000 4194304 5654031 140733479109104 140733479096920 4216621 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30934/statm: 60142 52880 142 357 0 59782 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 265940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 31081
/proc/meminfo: memFree=31125720/32873852 swapFree=6860/6860
[pid=30928] ppid=30926 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30928/stat : 30928 (npSolver-pbo-I.) S 30926 30928 25581 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382948108 9367552 275 33554432000 4194304 5064252 140737357348480 140737357347392 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30928/statm: 2287 275 233 213 0 72 0
[pid=30929] ppid=30928 vsize=16224 CPUtime=0.59 cores=1,3,5,7
/proc/30929/stat : 30929 (npSolver-pbo) S 30928 30928 25581 0 -1 4202496 5790 7503 0 0 16 1 40 2 20 0 1 0 382948108 16613376 3731 33554432000 4194304 6004724 140736267868784 140736267855064 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/30929/statm: 4056 3731 152 442 0 3610 0
[pid=30934] ppid=30929 vsize=321956 CPUtime=1799.5 cores=1,3,5,7
/proc/30934/stat : 30934 (glucosInc) R 30929 30928 25581 0 -1 4202496 54843 0 0 0 179837 113 0 0 20 0 1 0 382948170 329682944 59819 33554432000 4194304 5654031 140733479109104 140733479096920 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30934/statm: 80489 59819 142 357 0 80129 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 347328

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 31081
/proc/meminfo: memFree=31125720/32873852 swapFree=6860/6860
[pid=30928] ppid=30926 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/30928/stat : 30928 (npSolver-pbo-I.) S 30926 30928 25581 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 382948108 9367552 275 33554432000 4194304 5064252 140737357348480 140737357347392 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/30928/statm: 2287 275 233 213 0 72 0
[pid=30929] ppid=30928 vsize=16224 CPUtime=0.59 cores=1,3,5,7
/proc/30929/stat : 30929 (npSolver-pbo) S 30928 30928 25581 0 -1 4202496 5790 7503 0 0 16 1 40 2 20 0 1 0 382948108 16613376 3731 33554432000 4194304 6004724 140736267868784 140736267855064 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/30929/statm: 4056 3731 152 442 0 3610 0
[pid=30934] ppid=30929 vsize=321956 CPUtime=1799.5 cores=1,3,5,7
/proc/30934/stat : 30934 (glucosInc) R 30929 30928 25581 0 -1 4202496 54843 0 0 0 179837 113 0 0 20 0 1 0 382948170 329682944 59819 33554432000 4194304 5654031 140733479109104 140733479096920 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30934/statm: 80489 59819 142 357 0 80129 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 347328

Child status: 0

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

Real time (s): 1800.51
CPU time (s): 1800.09
CPU user time (s): 1798.93
CPU system time (s): 1.16
CPU usage (%): 99.9765
Max. virtual memory (cumulated for all children) (KiB): 528908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.572912
system time used= 0.048992
maximum resident set size= 42220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13670
page faults= 0
swaps= 0
block input operations= 0
block output operations= 7184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 7

runsolver used 7.14591 second user time and 18.8111 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-08 17:10:22
IDJOB=3748141
IDBENCH=90143
IDSOLVER=2333
FILE ID=node128/3748141-1339168222
RUNJOBID= node128-1339159716-29790
PBS_JOBID= 14643788
Free space on /tmp= 70752 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K200.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3748141-1339168222/watcher-3748141-1339168222 -o /tmp/evaluation-result-3748141-1339168222/solver-3748141-1339168222 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3748141-1339168222.opb 2141918626 HOME HOME

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

MD5SUM BENCH= 4ffc81aa318dee614e51a62344fd339d
RANDOM SEED=2141918626

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
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.389
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:       32873852 kB
MemFree:        31320468 kB
Buffers:          252136 kB
Cached:           198700 kB
SwapCached:         2288 kB
Active:           642592 kB
Inactive:          34972 kB
Active(anon):     220280 kB
Inactive(anon):     8956 kB
Active(file):     422312 kB
Inactive(file):    26016 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67104592 kB
Dirty:              9820 kB
Writeback:             0 kB
AnonPages:        233136 kB
Mapped:            10336 kB
Shmem:                 8 kB
Slab:             731688 kB
SReclaimable:     173700 kB
SUnreclaim:       557988 kB
KernelStack:        1456 kB
PageTables:         4520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     422876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    126976 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= 70744 MiB
End job on node128 at 2012-06-08 17:40:23