Trace number 3748097

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)UNSAT 1517.3 1517.63

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/
normalized-BeauxArts_K66.opb
MD5SUM03e282ee85097a100b1dfa3533d9978b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark871.544
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3630
Total number of constraints3764
Number of constraints which are clauses3698
Number of constraints which are cardinality constraints (but not clauses)66
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint66
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 67
Number of bits of the biggest sum of numbers7
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.03	c run inc solver
0.00/0.03	c [INC SYSTEM] run initial solver
0.00/0.03	c [INC SYSTEM] preprocess with white file
0.00/0.14	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.14	c [INC SYSTEM] execute solver
1517.30/1517.62	c [INC SEARCH] formula is UNSAT
1517.30/1517.62	c [INC SYSTEM] solved the initial formula
1517.30/1517.62	s UNSATISFIABLE

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-3748097-1339218957/watcher-3748097-1339218957 -o /tmp/evaluation-result-3748097-1339218957/solver-3748097-1339218957 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3748097-1339218957.opb 1102707098 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: 0.00 0.00 0.00 3/173 2652
/proc/meminfo: memFree=29627156/32873844 swapFree=7384/7384
[pid=2652] ppid=2650 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2652/stat : 2652 (npSolver-pbo-I.) S 2650 2652 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024210 9367552 275 33554432000 4194304 5064252 140733232634480 140733232633392 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2652/statm: 2287 275 233 213 0 72 0

[startup+0.104843 s]
/proc/loadavg: 0.00 0.00 0.00 3/173 2652
/proc/meminfo: memFree=29627156/32873844 swapFree=7384/7384
[pid=2652] ppid=2650 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2652/stat : 2652 (npSolver-pbo-I.) S 2650 2652 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024210 9367552 275 33554432000 4194304 5064252 140733232634480 140733232633392 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2652/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200291 s]
/proc/loadavg: 0.00 0.00 0.00 3/173 2652
/proc/meminfo: memFree=29627156/32873844 swapFree=7384/7384
[pid=2652] ppid=2650 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2652/stat : 2652 (npSolver-pbo-I.) S 2650 2652 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024210 9367552 275 33554432000 4194304 5064252 140733232634480 140733232633392 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2652/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300264 s]
/proc/loadavg: 0.00 0.00 0.00 3/173 2652
/proc/meminfo: memFree=29627156/32873844 swapFree=7384/7384
[pid=2652] ppid=2650 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2652/stat : 2652 (npSolver-pbo-I.) S 2650 2652 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024210 9367552 275 33554432000 4194304 5064252 140733232634480 140733232633392 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2652/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700241 s]
/proc/loadavg: 0.00 0.00 0.00 3/173 2652
/proc/meminfo: memFree=29627156/32873844 swapFree=7384/7384
[pid=2652] ppid=2650 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2652/stat : 2652 (npSolver-pbo-I.) S 2650 2652 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024210 9367552 275 33554432000 4194304 5064252 140733232634480 140733232633392 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2652/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 0.00 0.00 0.00 4/182 2671
/proc/meminfo: memFree=29527188/32873844 swapFree=7384/7384
[pid=2652] ppid=2650 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2652/stat : 2652 (npSolver-pbo-I.) S 2650 2652 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024210 9367552 275 33554432000 4194304 5064252 140733232634480 140733232633392 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2652/statm: 2287 275 233 213 0 72 0
[pid=2653] ppid=2652 vsize=4188 CPUtime=0.12 cores=0,2,4,6
/proc/2653/stat : 2653 (npSolver-pbo) S 2652 2652 2618 0 -1 4202496 2499 2362 0 0 2 0 10 0 20 0 1 0 388024210 4288512 713 33554432000 4194304 6004724 140735129845888 140735129832168 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2653/statm: 1047 713 152 442 0 601 0
[pid=2669] ppid=2653 vsize=13840 CPUtime=1.34 cores=0,2,4,6
/proc/2669/stat : 2669 (glucosInc) R 2653 2652 2618 0 -1 4202496 3090 0 0 0 134 0 0 0 20 0 1 0 388024225 14172160 2468 33554432000 4194304 5654031 140733488820576 140733488808392 4216337 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2669/statm: 3460 2468 141 357 0 3100 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 27176

[startup+3.10032 s]
/proc/loadavg: 0.00 0.00 0.00 3/182 2671
/proc/meminfo: memFree=29414324/32873844 swapFree=7384/7384
[pid=2652] ppid=2650 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2652/stat : 2652 (npSolver-pbo-I.) S 2650 2652 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024210 9367552 275 33554432000 4194304 5064252 140733232634480 140733232633392 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2652/statm: 2287 275 233 213 0 72 0
[pid=2653] ppid=2652 vsize=4188 CPUtime=0.12 cores=0,2,4,6
/proc/2653/stat : 2653 (npSolver-pbo) S 2652 2652 2618 0 -1 4202496 2499 2362 0 0 2 0 10 0 20 0 1 0 388024210 4288512 713 33554432000 4194304 6004724 140735129845888 140735129832168 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2653/statm: 1047 713 152 442 0 601 0
[pid=2669] ppid=2653 vsize=15528 CPUtime=2.94 cores=0,2,4,6
/proc/2669/stat : 2669 (glucosInc) R 2653 2652 2618 0 -1 4202496 3758 0 0 0 293 1 0 0 20 0 1 0 388024225 15900672 3110 33554432000 4194304 5654031 140733488820576 140733488808392 4233173 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2669/statm: 3882 3110 141 357 0 3522 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 28864

[startup+6.30032 s]
/proc/loadavg: 0.16 0.03 0.01 3/181 2673
/proc/meminfo: memFree=29494952/32873844 swapFree=7384/7384
[pid=2652] ppid=2650 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2652/stat : 2652 (npSolver-pbo-I.) S 2650 2652 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024210 9367552 275 33554432000 4194304 5064252 140733232634480 140733232633392 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2652/statm: 2287 275 233 213 0 72 0
[pid=2653] ppid=2652 vsize=4188 CPUtime=0.12 cores=0,2,4,6
/proc/2653/stat : 2653 (npSolver-pbo) S 2652 2652 2618 0 -1 4202496 2499 2362 0 0 2 0 10 0 20 0 1 0 388024210 4288512 713 33554432000 4194304 6004724 140735129845888 140735129832168 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2653/statm: 1047 713 152 442 0 601 0
[pid=2669] ppid=2653 vsize=18384 CPUtime=6.14 cores=0,2,4,6
/proc/2669/stat : 2669 (glucosInc) R 2653 2652 2618 0 -1 4202496 6004 0 0 0 613 1 0 0 20 0 1 0 388024225 18825216 4005 33554432000 4194304 5654031 140733488820576 140733488818456 4232960 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2669/statm: 4596 4005 141 357 0 4236 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 31720

[startup+12.7003 s]
/proc/loadavg: 0.39 0.08 0.03 3/181 2676
/proc/meminfo: memFree=29459020/32873844 swapFree=7384/7384
[pid=2652] ppid=2650 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2652/stat : 2652 (npSolver-pbo-I.) S 2650 2652 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024210 9367552 275 33554432000 4194304 5064252 140733232634480 140733232633392 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2652/statm: 2287 275 233 213 0 72 0
[pid=2653] ppid=2652 vsize=4188 CPUtime=0.12 cores=0,2,4,6
/proc/2653/stat : 2653 (npSolver-pbo) S 2652 2652 2618 0 -1 4202496 2499 2362 0 0 2 0 10 0 20 0 1 0 388024210 4288512 713 33554432000 4194304 6004724 140735129845888 140735129832168 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2653/statm: 1047 713 152 442 0 601 0
[pid=2669] ppid=2653 vsize=29876 CPUtime=12.54 cores=0,2,4,6
/proc/2669/stat : 2669 (glucosInc) R 2653 2652 2618 0 -1 4202496 6402 0 0 0 1253 1 0 0 20 0 1 0 388024225 30593024 6957 33554432000 4194304 5654031 140733488820576 140733488808392 4232994 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2669/statm: 7469 6957 141 357 0 7109 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 43212

[startup+25.5004 s]
/proc/loadavg: 0.74 0.18 0.06 3/181 2676
/proc/meminfo: memFree=29450908/32873844 swapFree=7384/7384
[pid=2652] ppid=2650 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2652/stat : 2652 (npSolver-pbo-I.) S 2650 2652 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024210 9367552 275 33554432000 4194304 5064252 140733232634480 140733232633392 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2652/statm: 2287 275 233 213 0 72 0
[pid=2653] ppid=2652 vsize=4188 CPUtime=0.12 cores=0,2,4,6
/proc/2653/stat : 2653 (npSolver-pbo) S 2652 2652 2618 0 -1 4202496 2499 2362 0 0 2 0 10 0 20 0 1 0 388024210 4288512 713 33554432000 4194304 6004724 140735129845888 140735129832168 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2653/statm: 1047 713 152 442 0 601 0
[pid=2669] ppid=2653 vsize=41480 CPUtime=25.34 cores=0,2,4,6
/proc/2669/stat : 2669 (glucosInc) R 2653 2652 2618 0 -1 4202496 9290 0 0 0 2531 3 0 0 20 0 1 0 388024225 42475520 7305 33554432000 4194304 5654031 140733488820576 140733488808392 4215009 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2669/statm: 10370 7305 141 357 0 10010 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 54816

[startup+51.1004 s]
/proc/loadavg: 1.17 0.32 0.11 3/181 2676
/proc/meminfo: memFree=29396092/32873844 swapFree=7384/7384
[pid=2652] ppid=2650 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2652/stat : 2652 (npSolver-pbo-I.) S 2650 2652 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024210 9367552 275 33554432000 4194304 5064252 140733232634480 140733232633392 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2652/statm: 2287 275 233 213 0 72 0
[pid=2653] ppid=2652 vsize=4188 CPUtime=0.12 cores=0,2,4,6
/proc/2653/stat : 2653 (npSolver-pbo) S 2652 2652 2618 0 -1 4202496 2499 2362 0 0 2 0 10 0 20 0 1 0 388024210 4288512 713 33554432000 4194304 6004724 140735129845888 140735129832168 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2653/statm: 1047 713 152 442 0 601 0
[pid=2669] ppid=2653 vsize=67796 CPUtime=50.93 cores=0,2,4,6
/proc/2669/stat : 2669 (glucosInc) R 2653 2652 2618 0 -1 4202496 10978 0 0 0 5088 5 0 0 20 0 1 0 388024225 69423104 15560 33554432000 4194304 5654031 140733488820576 140733488808392 4232800 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2669/statm: 16949 15560 141 357 0 16589 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 81132

[startup+102.3 s]
/proc/loadavg: 1.64 0.58 0.20 3/181 2676
/proc/meminfo: memFree=29321040/32873844 swapFree=7384/7384
[pid=2652] ppid=2650 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2652/stat : 2652 (npSolver-pbo-I.) S 2650 2652 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024210 9367552 275 33554432000 4194304 5064252 140733232634480 140733232633392 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2652/statm: 2287 275 233 213 0 72 0
[pid=2653] ppid=2652 vsize=4188 CPUtime=0.12 cores=0,2,4,6
/proc/2653/stat : 2653 (npSolver-pbo) S 2652 2652 2618 0 -1 4202496 2499 2362 0 0 2 0 10 0 20 0 1 0 388024210 4288512 713 33554432000 4194304 6004724 140735129845888 140735129832168 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2653/statm: 1047 713 152 442 0 601 0
[pid=2669] ppid=2653 vsize=117116 CPUtime=102.13 cores=0,2,4,6
/proc/2669/stat : 2669 (glucosInc) R 2653 2652 2618 0 -1 4202496 13161 0 0 0 10205 8 0 0 20 0 1 0 388024225 119926784 27114 33554432000 4194304 5654031 140733488820576 140733488808392 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2669/statm: 29279 27114 141 357 0 28919 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 130452

[startup+162.3 s]
/proc/loadavg: 1.87 0.83 0.31 3/181 2677
/proc/meminfo: memFree=29349140/32873844 swapFree=7384/7384
[pid=2652] ppid=2650 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2652/stat : 2652 (npSolver-pbo-I.) S 2650 2652 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024210 9367552 275 33554432000 4194304 5064252 140733232634480 140733232633392 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2652/statm: 2287 275 233 213 0 72 0
[pid=2653] ppid=2652 vsize=4188 CPUtime=0.12 cores=0,2,4,6
/proc/2653/stat : 2653 (npSolver-pbo) S 2652 2652 2618 0 -1 4202496 2499 2362 0 0 2 0 10 0 20 0 1 0 388024210 4288512 713 33554432000 4194304 6004724 140735129845888 140735129832168 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2653/statm: 1047 713 152 442 0 601 0
[pid=2669] ppid=2653 vsize=79824 CPUtime=162.11 cores=0,2,4,6
/proc/2669/stat : 2669 (glucosInc) R 2653 2652 2618 0 -1 4202496 15449 0 0 0 16200 11 0 0 20 0 1 0 388024225 81739776 19444 33554432000 4194304 5654031 140733488820576 140733488808392 4232994 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2669/statm: 19956 19444 141 357 0 19596 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 93160

[startup+222.307 s]
/proc/loadavg: 1.95 1.04 0.42 3/181 2677
/proc/meminfo: memFree=29275260/32873844 swapFree=7384/7384
[pid=2652] ppid=2650 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2652/stat : 2652 (npSolver-pbo-I.) S 2650 2652 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024210 9367552 275 33554432000 4194304 5064252 140733232634480 140733232633392 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2652/statm: 2287 275 233 213 0 72 0
[pid=2653] ppid=2652 vsize=4188 CPUtime=0.12 cores=0,2,4,6
/proc/2653/stat : 2653 (npSolver-pbo) S 2652 2652 2618 0 -1 4202496 2499 2362 0 0 2 0 10 0 20 0 1 0 388024210 4288512 713 33554432000 4194304 6004724 140735129845888 140735129832168 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2653/statm: 1047 713 152 442 0 601 0
[pid=2669] ppid=2653 vsize=129144 CPUtime=222.11 cores=0,2,4,6
/proc/2669/stat : 2669 (glucosInc) R 2653 2652 2618 0 -1 4202496 18427 0 0 0 22195 16 0 0 20 0 1 0 388024225 132243456 28590 33554432000 4194304 5654031 140733488820576 140733488808392 4233236 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2669/statm: 32286 28590 141 357 0 31926 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 142480

[startup+282.3 s]

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

/proc/2669/stat : 2669 (glucosInc) R 2653 2652 2618 0 -1 4202496 50839 0 0 0 136110 81 0 0 20 0 1 0 388024225 215093248 43301 33554432000 4194304 5654031 140733488820576 140733488808392 4232935 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2669/statm: 52513 43301 141 357 0 52153 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 223388

[startup+1422.3 s]
/proc/loadavg: 2.00 1.97 1.54 3/181 2687
/proc/meminfo: memFree=29216856/32873844 swapFree=7384/7384
[pid=2652] ppid=2650 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2652/stat : 2652 (npSolver-pbo-I.) S 2650 2652 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024210 9367552 275 33554432000 4194304 5064252 140733232634480 140733232633392 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2652/statm: 2287 275 233 213 0 72 0
[pid=2653] ppid=2652 vsize=4188 CPUtime=0.12 cores=0,2,4,6
/proc/2653/stat : 2653 (npSolver-pbo) S 2652 2652 2618 0 -1 4202496 2499 2362 0 0 2 0 10 0 20 0 1 0 388024210 4288512 713 33554432000 4194304 6004724 140735129845888 140735129832168 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2653/statm: 1047 713 152 442 0 601 0
[pid=2669] ppid=2653 vsize=210052 CPUtime=1421.9 cores=0,2,4,6
/proc/2669/stat : 2669 (glucosInc) R 2653 2652 2618 0 -1 4202496 52203 0 0 0 142106 84 0 0 20 0 1 0 388024225 215093248 40229 33554432000 4194304 5654031 140733488820576 140733488808392 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2669/statm: 52513 40229 141 357 0 52153 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 223388

[startup+1482.3 s]
/proc/loadavg: 2.07 1.99 1.57 3/182 2690
/proc/meminfo: memFree=29231792/32873844 swapFree=7384/7384
[pid=2652] ppid=2650 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2652/stat : 2652 (npSolver-pbo-I.) S 2650 2652 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024210 9367552 275 33554432000 4194304 5064252 140733232634480 140733232633392 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2652/statm: 2287 275 233 213 0 72 0
[pid=2653] ppid=2652 vsize=4188 CPUtime=0.12 cores=0,2,4,6
/proc/2653/stat : 2653 (npSolver-pbo) S 2652 2652 2618 0 -1 4202496 2499 2362 0 0 2 0 10 0 20 0 1 0 388024210 4288512 713 33554432000 4194304 6004724 140735129845888 140735129832168 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2653/statm: 1047 713 152 442 0 601 0
[pid=2669] ppid=2653 vsize=160140 CPUtime=1481.88 cores=0,2,4,6
/proc/2669/stat : 2669 (glucosInc) R 2653 2652 2618 0 -1 4202496 53301 0 0 0 148102 86 0 0 20 0 1 0 388024225 163983360 35864 33554432000 4194304 5654031 140733488820576 140733488808392 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2669/statm: 40035 35864 141 357 0 39675 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 173476

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

[startup+1484.8 s]
/proc/loadavg: 2.07 1.99 1.57 3/182 2690
/proc/meminfo: memFree=29231792/32873844 swapFree=7384/7384
[pid=2652] ppid=2650 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2652/stat : 2652 (npSolver-pbo-I.) S 2650 2652 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024210 9367552 275 33554432000 4194304 5064252 140733232634480 140733232633392 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2652/statm: 2287 275 233 213 0 72 0
[pid=2653] ppid=2652 vsize=4188 CPUtime=0.12 cores=0,2,4,6
/proc/2653/stat : 2653 (npSolver-pbo) S 2652 2652 2618 0 -1 4202496 2499 2362 0 0 2 0 10 0 20 0 1 0 388024210 4288512 713 33554432000 4194304 6004724 140735129845888 140735129832168 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2653/statm: 1047 713 152 442 0 601 0
[pid=2669] ppid=2653 vsize=160140 CPUtime=1484.38 cores=0,2,4,6
/proc/2669/stat : 2669 (glucosInc) R 2653 2652 2618 0 -1 4202496 53302 0 0 0 148352 86 0 0 20 0 1 0 388024225 163983360 36376 33554432000 4194304 5654031 140733488820576 140733488808392 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2669/statm: 40035 36376 141 357 0 39675 0
Current children cumulated CPU time (s) 1484.5
Current children cumulated vsize (KiB) 173476

[startup+1497.6 s]
/proc/loadavg: 2.06 1.99 1.57 3/182 2690
/proc/meminfo: memFree=29219504/32873844 swapFree=7384/7384
[pid=2652] ppid=2650 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2652/stat : 2652 (npSolver-pbo-I.) S 2650 2652 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024210 9367552 275 33554432000 4194304 5064252 140733232634480 140733232633392 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2652/statm: 2287 275 233 213 0 72 0
[pid=2653] ppid=2652 vsize=4188 CPUtime=0.12 cores=0,2,4,6
/proc/2653/stat : 2653 (npSolver-pbo) S 2652 2652 2618 0 -1 4202496 2499 2362 0 0 2 0 10 0 20 0 1 0 388024210 4288512 713 33554432000 4194304 6004724 140735129845888 140735129832168 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2653/statm: 1047 713 152 442 0 601 0
[pid=2669] ppid=2653 vsize=160140 CPUtime=1497.18 cores=0,2,4,6
/proc/2669/stat : 2669 (glucosInc) R 2653 2652 2618 0 -1 4202496 53306 0 0 0 149632 86 0 0 20 0 1 0 388024225 163983360 38424 33554432000 4194304 5654031 140733488820576 140733488808392 4232994 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2669/statm: 40035 38424 141 357 0 39675 0
Current children cumulated CPU time (s) 1497.3
Current children cumulated vsize (KiB) 173476

[startup+1510.41 s]
/proc/loadavg: 2.04 1.99 1.58 3/181 2690
/proc/meminfo: memFree=29205860/32873844 swapFree=7384/7384
[pid=2652] ppid=2650 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2652/stat : 2652 (npSolver-pbo-I.) S 2650 2652 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024210 9367552 275 33554432000 4194304 5064252 140733232634480 140733232633392 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2652/statm: 2287 275 233 213 0 72 0
[pid=2653] ppid=2652 vsize=4188 CPUtime=0.12 cores=0,2,4,6
/proc/2653/stat : 2653 (npSolver-pbo) S 2652 2652 2618 0 -1 4202496 2499 2362 0 0 2 0 10 0 20 0 1 0 388024210 4288512 713 33554432000 4194304 6004724 140735129845888 140735129832168 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2653/statm: 1047 713 152 442 0 601 0
[pid=2669] ppid=2653 vsize=210228 CPUtime=1509.98 cores=0,2,4,6
/proc/2669/stat : 2669 (glucosInc) R 2653 2652 2618 0 -1 4202496 53613 0 0 0 150911 87 0 0 20 0 1 0 388024225 215273472 40773 33554432000 4194304 5654031 140733488820576 140733488808392 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2669/statm: 52557 40773 141 357 0 52197 0
Current children cumulated CPU time (s) 1510.1
Current children cumulated vsize (KiB) 223564

[startup+1513.6 s]
/proc/loadavg: 2.04 1.99 1.58 3/181 2690
/proc/meminfo: memFree=29203812/32873844 swapFree=7384/7384
[pid=2652] ppid=2650 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2652/stat : 2652 (npSolver-pbo-I.) S 2650 2652 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024210 9367552 275 33554432000 4194304 5064252 140733232634480 140733232633392 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2652/statm: 2287 275 233 213 0 72 0
[pid=2653] ppid=2652 vsize=4188 CPUtime=0.12 cores=0,2,4,6
/proc/2653/stat : 2653 (npSolver-pbo) S 2652 2652 2618 0 -1 4202496 2499 2362 0 0 2 0 10 0 20 0 1 0 388024210 4288512 713 33554432000 4194304 6004724 140735129845888 140735129832168 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2653/statm: 1047 713 152 442 0 601 0
[pid=2669] ppid=2653 vsize=210228 CPUtime=1513.18 cores=0,2,4,6
/proc/2669/stat : 2669 (glucosInc) R 2653 2652 2618 0 -1 4202496 53614 0 0 0 151231 87 0 0 20 0 1 0 388024225 215273472 41285 33554432000 4194304 5654031 140733488820576 140733488808392 4232984 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2669/statm: 52557 41285 141 357 0 52197 0
Current children cumulated CPU time (s) 1513.3
Current children cumulated vsize (KiB) 223564

[startup+1515.2 s]
/proc/loadavg: 2.04 1.99 1.58 3/181 2690
/proc/meminfo: memFree=29203812/32873844 swapFree=7384/7384
[pid=2652] ppid=2650 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2652/stat : 2652 (npSolver-pbo-I.) S 2650 2652 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024210 9367552 275 33554432000 4194304 5064252 140733232634480 140733232633392 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2652/statm: 2287 275 233 213 0 72 0
[pid=2653] ppid=2652 vsize=4188 CPUtime=0.12 cores=0,2,4,6
/proc/2653/stat : 2653 (npSolver-pbo) S 2652 2652 2618 0 -1 4202496 2499 2362 0 0 2 0 10 0 20 0 1 0 388024210 4288512 713 33554432000 4194304 6004724 140735129845888 140735129832168 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2653/statm: 1047 713 152 442 0 601 0
[pid=2669] ppid=2653 vsize=210228 CPUtime=1514.78 cores=0,2,4,6
/proc/2669/stat : 2669 (glucosInc) R 2653 2652 2618 0 -1 4202496 53614 0 0 0 151391 87 0 0 20 0 1 0 388024225 215273472 41285 33554432000 4194304 5654031 140733488820576 140733488808392 4232960 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2669/statm: 52557 41285 141 357 0 52197 0
Current children cumulated CPU time (s) 1514.9
Current children cumulated vsize (KiB) 223564

[startup+1516.8 s]
/proc/loadavg: 2.04 1.99 1.58 3/181 2690
/proc/meminfo: memFree=29203812/32873844 swapFree=7384/7384
[pid=2652] ppid=2650 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2652/stat : 2652 (npSolver-pbo-I.) S 2650 2652 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024210 9367552 275 33554432000 4194304 5064252 140733232634480 140733232633392 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2652/statm: 2287 275 233 213 0 72 0
[pid=2653] ppid=2652 vsize=4188 CPUtime=0.12 cores=0,2,4,6
/proc/2653/stat : 2653 (npSolver-pbo) S 2652 2652 2618 0 -1 4202496 2499 2362 0 0 2 0 10 0 20 0 1 0 388024210 4288512 713 33554432000 4194304 6004724 140735129845888 140735129832168 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2653/statm: 1047 713 152 442 0 601 0
[pid=2669] ppid=2653 vsize=210228 CPUtime=1516.38 cores=0,2,4,6
/proc/2669/stat : 2669 (glucosInc) R 2653 2652 2618 0 -1 4202496 53614 0 0 0 151551 87 0 0 20 0 1 0 388024225 215273472 41285 33554432000 4194304 5654031 140733488820576 140733488808392 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2669/statm: 52557 41285 141 357 0 52197 0
Current children cumulated CPU time (s) 1516.5
Current children cumulated vsize (KiB) 223564

[startup+1517.2 s]
/proc/loadavg: 2.04 1.99 1.58 3/181 2690
/proc/meminfo: memFree=29203812/32873844 swapFree=7384/7384
[pid=2652] ppid=2650 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2652/stat : 2652 (npSolver-pbo-I.) S 2650 2652 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024210 9367552 275 33554432000 4194304 5064252 140733232634480 140733232633392 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2652/statm: 2287 275 233 213 0 72 0
[pid=2653] ppid=2652 vsize=4188 CPUtime=0.12 cores=0,2,4,6
/proc/2653/stat : 2653 (npSolver-pbo) S 2652 2652 2618 0 -1 4202496 2499 2362 0 0 2 0 10 0 20 0 1 0 388024210 4288512 713 33554432000 4194304 6004724 140735129845888 140735129832168 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2653/statm: 1047 713 152 442 0 601 0
[pid=2669] ppid=2653 vsize=210228 CPUtime=1516.78 cores=0,2,4,6
/proc/2669/stat : 2669 (glucosInc) R 2653 2652 2618 0 -1 4202496 53614 0 0 0 151591 87 0 0 20 0 1 0 388024225 215273472 41285 33554432000 4194304 5654031 140733488820576 140733488808392 4232752 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2669/statm: 52557 41285 141 357 0 52197 0
Current children cumulated CPU time (s) 1516.9
Current children cumulated vsize (KiB) 223564

[startup+1517.6 s]
/proc/loadavg: 2.04 1.99 1.58 3/181 2690
/proc/meminfo: memFree=29203812/32873844 swapFree=7384/7384
[pid=2652] ppid=2650 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2652/stat : 2652 (npSolver-pbo-I.) S 2650 2652 2618 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 388024210 9367552 275 33554432000 4194304 5064252 140733232634480 140733232633392 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2652/statm: 2287 275 233 213 0 72 0
[pid=2653] ppid=2652 vsize=4188 CPUtime=0.12 cores=0,2,4,6
/proc/2653/stat : 2653 (npSolver-pbo) S 2652 2652 2618 0 -1 4202496 2499 2362 0 0 2 0 10 0 20 0 1 0 388024210 4288512 713 33554432000 4194304 6004724 140735129845888 140735129832168 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/2653/statm: 1047 713 152 442 0 601 0
[pid=2669] ppid=2653 vsize=210228 CPUtime=1517.18 cores=0,2,4,6
/proc/2669/stat : 2669 (glucosInc) R 2653 2652 2618 0 -1 4202496 53614 0 0 0 151631 87 0 0 20 0 1 0 388024225 215273472 41285 33554432000 4194304 5654031 140733488820576 140733488808392 4232963 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2669/statm: 52557 41285 141 357 0 52197 0
Current children cumulated CPU time (s) 1517.3
Current children cumulated vsize (KiB) 223564

Child status: 0

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

Real time (s): 1517.63
CPU time (s): 1517.3
CPU user time (s): 1516.43
CPU system time (s): 0.87
CPU usage (%): 99.9783
Max. virtual memory (cumulated for all children) (KiB): 223564

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

runsolver used 2.91156 second user time and 6.31604 second system time

The end

Launcher Data

Begin job on node106 at 2012-06-09 07:15:57
IDJOB=3748097
IDBENCH=90220
IDSOLVER=2333
FILE ID=node106/3748097-1339218957
RUNJOBID= node106-1339218957-2634
PBS_JOBID= 14644322
Free space on /tmp= 71044 MiB

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

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

MD5SUM BENCH= 03e282ee85097a100b1dfa3533d9978b
RANDOM SEED=1102707098

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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		: 2667.065
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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		: 2667.065
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:        29628428 kB
Buffers:          466136 kB
Cached:          1827668 kB
SwapCached:         2376 kB
Active:           563296 kB
Inactive:        1740764 kB
Active(anon):       5800 kB
Inactive(anon):     5560 kB
Active(file):     557496 kB
Inactive(file):  1735204 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67100756 kB
Dirty:              9340 kB
Writeback:             0 kB
AnonPages:         13352 kB
Mapped:             8140 kB
Shmem:                 0 kB
Slab:             801104 kB
SReclaimable:     243248 kB
SUnreclaim:       557856 kB
KernelStack:        1376 kB
PageTables:         3912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     108612 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= 71004 MiB
End job on node106 at 2012-06-09 07:41:15