Trace number 3751329

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-topdown-quickBound (fixed)? (TO) 1800.1 1800.51

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K183.opb
MD5SUM0350ceeb14af28f3be070cadc324c0d3
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 variables21777
Total number of constraints22145
Number of constraints which are clauses21962
Number of constraints which are cardinality constraints (but not clauses)183
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint183
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 184
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.17	c run inc solver
0.00/0.17	c [INC SYSTEM] run initial solver
0.00/0.17	c [INC SYSTEM] preprocess with white file
0.00/0.57	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.57	c [INC SYSTEM] execute solver
1800.10/1800.51	HOME/npSolver-pbo-Itdqb.sh: line 18: 26472 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=1 -useBinSearch=0 -useCP2=1 -useInc=1

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-3751329-1339218950/watcher-3751329-1339218950 -o /tmp/evaluation-result-3751329-1339218950/solver-3751329-1339218950 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751329-1339218950.opb 298594880 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: 0.03 0.05 0.06 3/177 26471
/proc/meminfo: memFree=31258912/32873844 swapFree=7116/7116
[pid=26471] ppid=26469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26471/stat : 26471 (npSolver-pbo-It) S 26469 26471 26426 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388021947 9367552 274 33554432000 4194304 5064252 140735703096096 140735703095008 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26471/statm: 2287 274 233 213 0 72 0

[startup+0.104768 s]
/proc/loadavg: 0.03 0.05 0.06 3/177 26471
/proc/meminfo: memFree=31258912/32873844 swapFree=7116/7116
[pid=26471] ppid=26469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26471/stat : 26471 (npSolver-pbo-It) S 26469 26471 26426 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388021947 9367552 274 33554432000 4194304 5064252 140735703096096 140735703095008 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26471/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200255 s]
/proc/loadavg: 0.03 0.05 0.06 3/177 26471
/proc/meminfo: memFree=31258912/32873844 swapFree=7116/7116
[pid=26471] ppid=26469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26471/stat : 26471 (npSolver-pbo-It) S 26469 26471 26426 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388021947 9367552 274 33554432000 4194304 5064252 140735703096096 140735703095008 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26471/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300187 s]
/proc/loadavg: 0.03 0.05 0.06 3/177 26471
/proc/meminfo: memFree=31258912/32873844 swapFree=7116/7116
[pid=26471] ppid=26469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26471/stat : 26471 (npSolver-pbo-It) S 26469 26471 26426 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388021947 9367552 274 33554432000 4194304 5064252 140735703096096 140735703095008 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26471/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: 0.03 0.05 0.06 3/177 26471
/proc/meminfo: memFree=31258912/32873844 swapFree=7116/7116
[pid=26471] ppid=26469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26471/stat : 26471 (npSolver-pbo-It) S 26469 26471 26426 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388021947 9367552 274 33554432000 4194304 5064252 140735703096096 140735703095008 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26471/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 0.03 0.05 0.06 3/181 26481
/proc/meminfo: memFree=31214200/32873844 swapFree=7116/7116
[pid=26471] ppid=26469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26471/stat : 26471 (npSolver-pbo-It) S 26469 26471 26426 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388021947 9367552 274 33554432000 4194304 5064252 140735703096096 140735703095008 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26471/statm: 2287 274 233 213 0 72 0
[pid=26472] ppid=26471 vsize=17196 CPUtime=0.55 cores=1,3,5,7
/proc/26472/stat : 26472 (npSolver-pbo) S 26471 26471 26426 0 -1 4202496 6304 7060 0 0 15 1 37 2 20 0 1 0 388021948 17608704 3849 33554432000 4194304 6004724 140736050754048 140736050740328 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/26472/statm: 4299 3849 152 442 0 3853 0
[pid=26481] ppid=26472 vsize=15812 CPUtime=0.91 cores=1,3,5,7
/proc/26481/stat : 26481 (glucosInc) R 26472 26471 26426 0 -1 4202496 2999 0 0 0 91 0 0 0 20 0 1 0 388022005 16191488 3383 33554432000 4194304 5654031 140736531779328 140736531767144 4234964 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26481/statm: 3953 3383 140 357 0 3593 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 42156

[startup+3.10041 s]
/proc/loadavg: 0.43 0.13 0.08 3/181 26481
/proc/meminfo: memFree=31213556/32873844 swapFree=7116/7116
[pid=26471] ppid=26469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26471/stat : 26471 (npSolver-pbo-It) S 26469 26471 26426 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388021947 9367552 274 33554432000 4194304 5064252 140735703096096 140735703095008 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26471/statm: 2287 274 233 213 0 72 0
[pid=26472] ppid=26471 vsize=17196 CPUtime=0.55 cores=1,3,5,7
/proc/26472/stat : 26472 (npSolver-pbo) S 26471 26471 26426 0 -1 4202496 6304 7060 0 0 15 1 37 2 20 0 1 0 388021948 17608704 3849 33554432000 4194304 6004724 140736050754048 140736050740328 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/26472/statm: 4299 3849 152 442 0 3853 0
[pid=26481] ppid=26472 vsize=19216 CPUtime=2.52 cores=1,3,5,7
/proc/26481/stat : 26481 (glucosInc) R 26472 26471 26426 0 -1 4202496 4464 0 0 0 251 1 0 0 20 0 1 0 388022005 19677184 3731 33554432000 4194304 5654031 140736531779328 140736531777416 4215327 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26481/statm: 4804 3731 141 357 0 4444 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 45560

[startup+6.3004 s]
/proc/loadavg: 0.43 0.13 0.08 3/181 26481
/proc/meminfo: memFree=31196448/32873844 swapFree=7116/7116
[pid=26471] ppid=26469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26471/stat : 26471 (npSolver-pbo-It) S 26469 26471 26426 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388021947 9367552 274 33554432000 4194304 5064252 140735703096096 140735703095008 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26471/statm: 2287 274 233 213 0 72 0
[pid=26472] ppid=26471 vsize=17196 CPUtime=0.55 cores=1,3,5,7
/proc/26472/stat : 26472 (npSolver-pbo) S 26471 26471 26426 0 -1 4202496 6304 7060 0 0 15 1 37 2 20 0 1 0 388021948 17608704 3849 33554432000 4194304 6004724 140736050754048 140736050740328 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/26472/statm: 4299 3849 152 442 0 3853 0
[pid=26481] ppid=26472 vsize=26596 CPUtime=5.72 cores=1,3,5,7
/proc/26481/stat : 26481 (glucosInc) R 26472 26471 26426 0 -1 4202496 5845 0 0 0 571 1 0 0 20 0 1 0 388022005 27234304 5344 33554432000 4194304 5654031 140736531779328 140736531767144 4232720 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26481/statm: 6649 5344 141 357 0 6289 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 52940

[startup+12.7004 s]
/proc/loadavg: 0.67 0.19 0.10 3/181 26481
/proc/meminfo: memFree=31182672/32873844 swapFree=7116/7116
[pid=26471] ppid=26469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26471/stat : 26471 (npSolver-pbo-It) S 26469 26471 26426 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388021947 9367552 274 33554432000 4194304 5064252 140735703096096 140735703095008 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26471/statm: 2287 274 233 213 0 72 0
[pid=26472] ppid=26471 vsize=17196 CPUtime=0.55 cores=1,3,5,7
/proc/26472/stat : 26472 (npSolver-pbo) S 26471 26471 26426 0 -1 4202496 6304 7060 0 0 15 1 37 2 20 0 1 0 388021948 17608704 3849 33554432000 4194304 6004724 140736050754048 140736050740328 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/26472/statm: 4299 3849 152 442 0 3853 0
[pid=26481] ppid=26472 vsize=33876 CPUtime=12.11 cores=1,3,5,7
/proc/26481/stat : 26481 (glucosInc) R 26472 26471 26426 0 -1 4202496 7003 0 0 0 1210 1 0 0 20 0 1 0 388022005 34689024 7903 33554432000 4194304 5654031 140736531779328 140736531767144 4217184 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26481/statm: 8469 7903 141 357 0 8109 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 60220

[startup+25.5004 s]
/proc/loadavg: 0.87 0.25 0.12 3/181 26481
/proc/meminfo: memFree=31155296/32873844 swapFree=7116/7116
[pid=26471] ppid=26469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26471/stat : 26471 (npSolver-pbo-It) S 26469 26471 26426 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388021947 9367552 274 33554432000 4194304 5064252 140735703096096 140735703095008 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26471/statm: 2287 274 233 213 0 72 0
[pid=26472] ppid=26471 vsize=17196 CPUtime=0.55 cores=1,3,5,7
/proc/26472/stat : 26472 (npSolver-pbo) S 26471 26471 26426 0 -1 4202496 6304 7060 0 0 15 1 37 2 20 0 1 0 388021948 17608704 3849 33554432000 4194304 6004724 140736050754048 140736050740328 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/26472/statm: 4299 3849 152 442 0 3853 0
[pid=26481] ppid=26472 vsize=75720 CPUtime=24.91 cores=1,3,5,7
/proc/26481/stat : 26481 (glucosInc) R 26472 26471 26426 0 -1 4202496 7989 0 0 0 2489 2 0 0 20 0 1 0 388022005 77537280 15529 33554432000 4194304 5654031 140736531779328 140736531767144 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26481/statm: 18930 15529 141 357 0 18570 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 102064

[startup+51.1004 s]
/proc/loadavg: 1.32 0.40 0.18 3/181 26481
/proc/meminfo: memFree=31097580/32873844 swapFree=7116/7116
[pid=26471] ppid=26469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26471/stat : 26471 (npSolver-pbo-It) S 26469 26471 26426 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388021947 9367552 274 33554432000 4194304 5064252 140735703096096 140735703095008 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26471/statm: 2287 274 233 213 0 72 0
[pid=26472] ppid=26471 vsize=17196 CPUtime=0.55 cores=1,3,5,7
/proc/26472/stat : 26472 (npSolver-pbo) S 26471 26471 26426 0 -1 4202496 6304 7060 0 0 15 1 37 2 20 0 1 0 388021948 17608704 3849 33554432000 4194304 6004724 140736050754048 140736050740328 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/26472/statm: 4299 3849 152 442 0 3853 0
[pid=26481] ppid=26472 vsize=69120 CPUtime=50.51 cores=1,3,5,7
/proc/26481/stat : 26481 (glucosInc) R 26472 26471 26426 0 -1 4202496 8834 0 0 0 5047 4 0 0 20 0 1 0 388022005 70778880 16835 33554432000 4194304 5654031 140736531779328 140736531767144 4232386 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26481/statm: 17280 16835 141 357 0 16920 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 95464

[startup+102.3 s]
/proc/loadavg: 1.79 0.69 0.29 3/181 26481
/proc/meminfo: memFree=31082872/32873844 swapFree=7116/7116
[pid=26471] ppid=26469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26471/stat : 26471 (npSolver-pbo-It) S 26469 26471 26426 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388021947 9367552 274 33554432000 4194304 5064252 140735703096096 140735703095008 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26471/statm: 2287 274 233 213 0 72 0
[pid=26472] ppid=26471 vsize=17196 CPUtime=0.55 cores=1,3,5,7
/proc/26472/stat : 26472 (npSolver-pbo) S 26471 26471 26426 0 -1 4202496 6304 7060 0 0 15 1 37 2 20 0 1 0 388021948 17608704 3849 33554432000 4194304 6004724 140736050754048 140736050740328 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/26472/statm: 4299 3849 152 442 0 3853 0
[pid=26481] ppid=26472 vsize=69120 CPUtime=101.69 cores=1,3,5,7
/proc/26481/stat : 26481 (glucosInc) R 26472 26471 26426 0 -1 4202496 9496 0 0 0 10163 6 0 0 20 0 1 0 388022005 70778880 16835 33554432000 4194304 5654031 140736531779328 140736531767144 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26481/statm: 17280 16835 141 357 0 16920 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 95464

[startup+162.3 s]
/proc/loadavg: 1.99 0.94 0.40 3/181 26481
/proc/meminfo: memFree=30983020/32873844 swapFree=7116/7116
[pid=26471] ppid=26469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26471/stat : 26471 (npSolver-pbo-It) S 26469 26471 26426 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388021947 9367552 274 33554432000 4194304 5064252 140735703096096 140735703095008 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26471/statm: 2287 274 233 213 0 72 0
[pid=26472] ppid=26471 vsize=17196 CPUtime=0.55 cores=1,3,5,7
/proc/26472/stat : 26472 (npSolver-pbo) S 26471 26471 26426 0 -1 4202496 6304 7060 0 0 15 1 37 2 20 0 1 0 388021948 17608704 3849 33554432000 4194304 6004724 140736050754048 140736050740328 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/26472/statm: 4299 3849 152 442 0 3853 0
[pid=26481] ppid=26472 vsize=118440 CPUtime=161.68 cores=1,3,5,7
/proc/26481/stat : 26481 (glucosInc) R 26472 26471 26426 0 -1 4202496 11313 0 0 0 16158 10 0 0 20 0 1 0 388022005 121282560 29029 33554432000 4194304 5654031 140736531779328 140736531767144 4232880 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26481/statm: 29610 29029 141 357 0 29250 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 144784

[startup+222.3 s]
/proc/loadavg: 2.07 1.13 0.49 3/181 26481
/proc/meminfo: memFree=30974456/32873844 swapFree=7116/7116
[pid=26471] ppid=26469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26471/stat : 26471 (npSolver-pbo-It) S 26469 26471 26426 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388021947 9367552 274 33554432000 4194304 5064252 140735703096096 140735703095008 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26471/statm: 2287 274 233 213 0 72 0
[pid=26472] ppid=26471 vsize=17196 CPUtime=0.55 cores=1,3,5,7
/proc/26472/stat : 26472 (npSolver-pbo) S 26471 26471 26426 0 -1 4202496 6304 7060 0 0 15 1 37 2 20 0 1 0 388021948 17608704 3849 33554432000 4194304 6004724 140736050754048 140736050740328 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/26472/statm: 4299 3849 152 442 0 3853 0
[pid=26481] ppid=26472 vsize=139736 CPUtime=221.68 cores=1,3,5,7
/proc/26481/stat : 26481 (glucosInc) R 26472 26471 26426 0 -1 4202496 13090 0 0 0 22152 16 0 0 20 0 1 0 388022005 143089664 29928 33554432000 4194304 5654031 140736531779328 140736531767144 4232800 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26481/statm: 34934 29928 141 357 0 34574 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 166080

[startup+282.3 s]

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

/proc/loadavg: 2.03 2.00 1.55 3/181 26491
/proc/meminfo: memFree=30794584/32873844 swapFree=7116/7116
[pid=26471] ppid=26469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26471/stat : 26471 (npSolver-pbo-It) S 26469 26471 26426 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388021947 9367552 274 33554432000 4194304 5064252 140735703096096 140735703095008 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26471/statm: 2287 274 233 213 0 72 0
[pid=26472] ppid=26471 vsize=17196 CPUtime=0.55 cores=1,3,5,7
/proc/26472/stat : 26472 (npSolver-pbo) S 26471 26471 26426 0 -1 4202496 6304 7060 0 0 15 1 37 2 20 0 1 0 388021948 17608704 3849 33554432000 4194304 6004724 140736050754048 140736050740328 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/26472/statm: 4299 3849 152 442 0 3853 0
[pid=26481] ppid=26472 vsize=234212 CPUtime=1361.45 cores=1,3,5,7
/proc/26481/stat : 26481 (glucosInc) R 26472 26471 26426 0 -1 4202496 46070 0 0 0 136056 89 0 0 20 0 1 0 388022005 239833088 49038 33554432000 4194304 5654031 140736531779328 140736531767144 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26481/statm: 58553 49038 141 357 0 58193 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 260556

[startup+1422.3 s]
/proc/loadavg: 2.08 2.02 1.58 3/181 26491
/proc/meminfo: memFree=30617964/32873844 swapFree=7116/7116
[pid=26471] ppid=26469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26471/stat : 26471 (npSolver-pbo-It) S 26469 26471 26426 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388021947 9367552 274 33554432000 4194304 5064252 140735703096096 140735703095008 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26471/statm: 2287 274 233 213 0 72 0
[pid=26472] ppid=26471 vsize=17196 CPUtime=0.55 cores=1,3,5,7
/proc/26472/stat : 26472 (npSolver-pbo) S 26471 26471 26426 0 -1 4202496 6304 7060 0 0 15 1 37 2 20 0 1 0 388021948 17608704 3849 33554432000 4194304 6004724 140736050754048 140736050740328 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/26472/statm: 4299 3849 152 442 0 3853 0
[pid=26481] ppid=26472 vsize=315600 CPUtime=1421.44 cores=1,3,5,7
/proc/26481/stat : 26481 (glucosInc) R 26472 26471 26426 0 -1 4202496 46625 0 0 0 142053 91 0 0 20 0 1 0 388022005 323174400 71566 33554432000 4194304 5654031 140736531779328 140736531767144 4233232 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26481/statm: 78900 71566 141 357 0 78540 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 341944

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 1.61 3/182 26495
/proc/meminfo: memFree=30802648/32873844 swapFree=7116/7116
[pid=26471] ppid=26469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26471/stat : 26471 (npSolver-pbo-It) S 26469 26471 26426 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388021947 9367552 274 33554432000 4194304 5064252 140735703096096 140735703095008 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26471/statm: 2287 274 233 213 0 72 0
[pid=26472] ppid=26471 vsize=17196 CPUtime=0.55 cores=1,3,5,7
/proc/26472/stat : 26472 (npSolver-pbo) S 26471 26471 26426 0 -1 4202496 6304 7060 0 0 15 1 37 2 20 0 1 0 388021948 17608704 3849 33554432000 4194304 6004724 140736050754048 140736050740328 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/26472/statm: 4299 3849 152 442 0 3853 0
[pid=26481] ppid=26472 vsize=234212 CPUtime=1481.44 cores=1,3,5,7
/proc/26481/stat : 26481 (glucosInc) R 26472 26471 26426 0 -1 4202496 48628 0 0 0 148046 98 0 0 20 0 1 0 388022005 239833088 46990 33554432000 4194304 5654031 140736531779328 140736531767144 4215033 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26481/statm: 58553 46990 141 357 0 58193 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 260556

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 1.63 3/181 26495
/proc/meminfo: memFree=30617856/32873844 swapFree=7116/7116
[pid=26471] ppid=26469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26471/stat : 26471 (npSolver-pbo-It) S 26469 26471 26426 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388021947 9367552 274 33554432000 4194304 5064252 140735703096096 140735703095008 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26471/statm: 2287 274 233 213 0 72 0
[pid=26472] ppid=26471 vsize=17196 CPUtime=0.55 cores=1,3,5,7
/proc/26472/stat : 26472 (npSolver-pbo) S 26471 26471 26426 0 -1 4202496 6304 7060 0 0 15 1 37 2 20 0 1 0 388021948 17608704 3849 33554432000 4194304 6004724 140736050754048 140736050740328 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/26472/statm: 4299 3849 152 442 0 3853 0
[pid=26481] ppid=26472 vsize=315600 CPUtime=1541.42 cores=1,3,5,7
/proc/26481/stat : 26481 (glucosInc) R 26472 26471 26426 0 -1 4202496 49213 0 0 0 154042 100 0 0 20 0 1 0 388022005 323174400 70542 33554432000 4194304 5654031 140736531779328 140736531767144 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26481/statm: 78900 70542 141 357 0 78540 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 341944

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.65 3/181 26495
/proc/meminfo: memFree=30848844/32873844 swapFree=7116/7116
[pid=26471] ppid=26469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26471/stat : 26471 (npSolver-pbo-It) S 26469 26471 26426 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388021947 9367552 274 33554432000 4194304 5064252 140735703096096 140735703095008 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26471/statm: 2287 274 233 213 0 72 0
[pid=26472] ppid=26471 vsize=17196 CPUtime=0.55 cores=1,3,5,7
/proc/26472/stat : 26472 (npSolver-pbo) S 26471 26471 26426 0 -1 4202496 6304 7060 0 0 15 1 37 2 20 0 1 0 388021948 17608704 3849 33554432000 4194304 6004724 140736050754048 140736050740328 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/26472/statm: 4299 3849 152 442 0 3853 0
[pid=26481] ppid=26472 vsize=184124 CPUtime=1601.4 cores=1,3,5,7
/proc/26481/stat : 26481 (glucosInc) R 26472 26471 26426 0 -1 4202496 50405 0 0 0 160035 105 0 0 20 0 1 0 388022005 188542976 39009 33554432000 4194304 5654031 140736531779328 140736531767144 4215124 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26481/statm: 46031 39009 141 357 0 45671 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 210468

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.67 3/181 26495
/proc/meminfo: memFree=30654824/32873844 swapFree=7116/7116
[pid=26471] ppid=26469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26471/stat : 26471 (npSolver-pbo-It) S 26469 26471 26426 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388021947 9367552 274 33554432000 4194304 5064252 140735703096096 140735703095008 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26471/statm: 2287 274 233 213 0 72 0
[pid=26472] ppid=26471 vsize=17196 CPUtime=0.55 cores=1,3,5,7
/proc/26472/stat : 26472 (npSolver-pbo) S 26471 26471 26426 0 -1 4202496 6304 7060 0 0 15 1 37 2 20 0 1 0 388021948 17608704 3849 33554432000 4194304 6004724 140736050754048 140736050740328 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/26472/statm: 4299 3849 152 442 0 3853 0
[pid=26481] ppid=26472 vsize=315600 CPUtime=1661.39 cores=1,3,5,7
/proc/26481/stat : 26481 (glucosInc) R 26472 26471 26426 0 -1 4202496 51782 0 0 0 166032 107 0 0 20 0 1 0 388022005 323174400 64398 33554432000 4194304 5654031 140736531779328 140736531767144 4233168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26481/statm: 78900 64398 141 357 0 78540 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 341944

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.68 3/181 26495
/proc/meminfo: memFree=30691592/32873844 swapFree=7116/7116
[pid=26471] ppid=26469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26471/stat : 26471 (npSolver-pbo-It) S 26469 26471 26426 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388021947 9367552 274 33554432000 4194304 5064252 140735703096096 140735703095008 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26471/statm: 2287 274 233 213 0 72 0
[pid=26472] ppid=26471 vsize=17196 CPUtime=0.55 cores=1,3,5,7
/proc/26472/stat : 26472 (npSolver-pbo) S 26471 26471 26426 0 -1 4202496 6304 7060 0 0 15 1 37 2 20 0 1 0 388021948 17608704 3849 33554432000 4194304 6004724 140736050754048 140736050740328 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/26472/statm: 4299 3849 152 442 0 3853 0
[pid=26481] ppid=26472 vsize=447860 CPUtime=1721.38 cores=1,3,5,7
/proc/26481/stat : 26481 (glucosInc) R 26472 26471 26426 0 -1 4202496 52296 0 0 0 172028 110 0 0 20 0 1 0 388022005 458608640 84319 33554432000 4194304 5654031 140736531779328 140736531767144 4215076 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26481/statm: 111965 84319 141 357 0 111605 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 474204

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.70 3/181 26496
/proc/meminfo: memFree=30710120/32873844 swapFree=7116/7116
[pid=26471] ppid=26469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26471/stat : 26471 (npSolver-pbo-It) S 26469 26471 26426 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388021947 9367552 274 33554432000 4194304 5064252 140735703096096 140735703095008 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26471/statm: 2287 274 233 213 0 72 0
[pid=26472] ppid=26471 vsize=17196 CPUtime=0.55 cores=1,3,5,7
/proc/26472/stat : 26472 (npSolver-pbo) S 26471 26471 26426 0 -1 4202496 6304 7060 0 0 15 1 37 2 20 0 1 0 388021948 17608704 3849 33554432000 4194304 6004724 140736050754048 140736050740328 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/26472/statm: 4299 3849 152 442 0 3853 0
[pid=26481] ppid=26472 vsize=234212 CPUtime=1781.35 cores=1,3,5,7
/proc/26481/stat : 26481 (glucosInc) R 26472 26471 26426 0 -1 4202496 53870 0 0 0 178021 114 0 0 20 0 1 0 388022005 239833088 54158 33554432000 4194304 5654031 140736531779328 140736531767144 4232973 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26481/statm: 58553 54158 141 357 0 58193 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 260556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 1.71 2/173 26521
/proc/meminfo: memFree=31017072/32873844 swapFree=7116/7116
[pid=26471] ppid=26469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26471/stat : 26471 (npSolver-pbo-It) S 26469 26471 26426 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388021947 9367552 274 33554432000 4194304 5064252 140735703096096 140735703095008 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26471/statm: 2287 274 233 213 0 72 0
[pid=26472] ppid=26471 vsize=17196 CPUtime=0.55 cores=1,3,5,7
/proc/26472/stat : 26472 (npSolver-pbo) S 26471 26471 26426 0 -1 4202496 6304 7060 0 0 15 1 37 2 20 0 1 0 388021948 17608704 3849 33554432000 4194304 6004724 140736050754048 140736050740328 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/26472/statm: 4299 3849 152 442 0 3853 0
[pid=26481] ppid=26472 vsize=315600 CPUtime=1799.55 cores=1,3,5,7
/proc/26481/stat : 26481 (glucosInc) R 26472 26471 26426 0 -1 4202496 54398 0 0 0 179840 115 0 0 20 0 1 0 388022005 323174400 62350 33554432000 4194304 5654031 140736531779328 140736531767144 4232830 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26481/statm: 78900 62350 141 357 0 78540 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 341944

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 1.71 2/173 26521
/proc/meminfo: memFree=31017072/32873844 swapFree=7116/7116
[pid=26471] ppid=26469 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26471/stat : 26471 (npSolver-pbo-It) S 26469 26471 26426 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388021947 9367552 274 33554432000 4194304 5064252 140735703096096 140735703095008 233411601998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26471/statm: 2287 274 233 213 0 72 0
[pid=26472] ppid=26471 vsize=17196 CPUtime=0.55 cores=1,3,5,7
/proc/26472/stat : 26472 (npSolver-pbo) S 26471 26471 26426 0 -1 4202496 6304 7060 0 0 15 1 37 2 20 0 1 0 388021948 17608704 3849 33554432000 4194304 6004724 140736050754048 140736050740328 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/26472/statm: 4299 3849 152 442 0 3853 0
[pid=26481] ppid=26472 vsize=315600 CPUtime=1799.55 cores=1,3,5,7
/proc/26481/stat : 26481 (glucosInc) R 26472 26471 26426 0 -1 4202496 54398 0 0 0 179840 115 0 0 20 0 1 0 388022005 323174400 62350 33554432000 4194304 5654031 140736531779328 140736531767144 4232830 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26481/statm: 78900 62350 141 357 0 78540 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 341944

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26471 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=528919
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=47992
# CPU time returned by wait4() is 0.576911
# while last known CPU time is 1800.1
#
# 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.1
CPU user time (s): 1798.92
CPU system time (s): 1.18
CPU usage (%): 99.977
Max. virtual memory (cumulated for all children) (KiB): 523524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.528919
system time used= 0.047992
maximum resident set size= 42692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13738
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 12

runsolver used 6.61399 second user time and 19.539 second system time

The end

Launcher Data

Begin job on node111 at 2012-06-09 07:15:50
IDJOB=3751329
IDBENCH=90144
IDSOLVER=2335
FILE ID=node111/3751329-1339218950
RUNJOBID= node111-1339218949-26443
PBS_JOBID= 14644317
Free space on /tmp= 71264 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K183.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3751329-1339218950/watcher-3751329-1339218950 -o /tmp/evaluation-result-3751329-1339218950/solver-3751329-1339218950 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751329-1339218950.opb 298594880 HOME HOME

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

MD5SUM BENCH= 0350ceeb14af28f3be070cadc324c0d3
RANDOM SEED=298594880

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31264940 kB
Buffers:          390992 kB
Cached:           315620 kB
SwapCached:         1308 kB
Active:           536148 kB
Inactive:         186352 kB
Active(anon):      12308 kB
Inactive(anon):     4264 kB
Active(file):     523840 kB
Inactive(file):   182088 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100188 kB
Dirty:             20212 kB
Writeback:             0 kB
AnonPages:         18028 kB
Mapped:             9140 kB
Shmem:                 0 kB
Slab:             747268 kB
SReclaimable:     189628 kB
SUnreclaim:       557640 kB
KernelStack:        1376 kB
PageTables:         3852 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     136052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71264 MiB
End job on node111 at 2012-06-09 07:45:50