Trace number 3752112

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver inc-topdown-quickBound (fixed)UNSAT 570.77 570.985

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_3.opb
MD5SUMd2b3af71376059fa940b007abcee01cc
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 benchmark25.1222
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 940
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2821
Number of bits of the biggest sum of numbers12
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.07	c run inc solver
0.00/0.07	c [INC SYSTEM] run initial solver
0.00/0.07	c [INC SYSTEM] preprocess with white file
0.00/0.66	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.66	c [INC SYSTEM] execute solver
570.77/570.98	c [INC SEARCH] formula is UNSAT
570.77/570.98	c [INC SYSTEM] solved the initial formula
570.77/570.98	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-3752112-1339127624/watcher-3752112-1339127624 -o /tmp/evaluation-result-3752112-1339127624/solver-3752112-1339127624 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752112-1339127624.opb 991783495 HOME HOME 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.04 2.02 2.00 3/178 2893
/proc/meminfo: memFree=26456884/32873844 swapFree=7628/7628
[pid=2893] ppid=2891 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2893/stat : 2893 (npSolver-pbo-It) S 2891 2893 30107 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378886810 9367552 275 33554432000 4194304 5064252 140735957535120 140735957534032 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2893/statm: 2287 275 233 213 0 72 0

[startup+0.0668351 s]
/proc/loadavg: 2.04 2.02 2.00 3/178 2893
/proc/meminfo: memFree=26456884/32873844 swapFree=7628/7628
[pid=2893] ppid=2891 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2893/stat : 2893 (npSolver-pbo-It) S 2891 2893 30107 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378886810 9367552 275 33554432000 4194304 5064252 140735957535120 140735957534032 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2893/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100255 s]
/proc/loadavg: 2.04 2.02 2.00 3/178 2893
/proc/meminfo: memFree=26456884/32873844 swapFree=7628/7628
[pid=2893] ppid=2891 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2893/stat : 2893 (npSolver-pbo-It) S 2891 2893 30107 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378886810 9367552 275 33554432000 4194304 5064252 140735957535120 140735957534032 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2893/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300211 s]
/proc/loadavg: 2.04 2.02 2.00 3/178 2893
/proc/meminfo: memFree=26456884/32873844 swapFree=7628/7628
[pid=2893] ppid=2891 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2893/stat : 2893 (npSolver-pbo-It) S 2891 2893 30107 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378886810 9367552 275 33554432000 4194304 5064252 140735957535120 140735957534032 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2893/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700286 s]
/proc/loadavg: 2.04 2.02 2.00 3/178 2893
/proc/meminfo: memFree=26456884/32873844 swapFree=7628/7628
[pid=2893] ppid=2891 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2893/stat : 2893 (npSolver-pbo-It) S 2891 2893 30107 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378886810 9367552 275 33554432000 4194304 5064252 140735957535120 140735957534032 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2893/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50042 s]
/proc/loadavg: 2.04 2.02 2.00 3/181 2899
/proc/meminfo: memFree=26438792/32873844 swapFree=7628/7628
[pid=2893] ppid=2891 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2893/stat : 2893 (npSolver-pbo-It) S 2891 2893 30107 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378886810 9367552 275 33554432000 4194304 5064252 140735957535120 140735957534032 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2893/statm: 2287 275 233 213 0 72 0
[pid=2894] ppid=2893 vsize=5816 CPUtime=0.64 cores=1,3,5,7
/proc/2894/stat : 2894 (npSolver-pbo) S 2893 2893 30107 0 -1 4202496 2428 8243 0 0 6 1 55 2 20 0 1 0 378886810 5955584 893 33554432000 4194304 6004724 140733622178176 140733622164456 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2894/statm: 1454 893 152 442 0 1008 0
[pid=2899] ppid=2894 vsize=18584 CPUtime=0.82 cores=1,3,5,7
/proc/2899/stat : 2899 (glucosInc) R 2894 2893 30107 0 -1 4202496 3019 0 0 0 82 0 0 0 20 0 1 0 378886877 19030016 3457 33554432000 4194304 5654031 140734561541616 140734561539400 4232477 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2899/statm: 4646 3457 131 357 0 4286 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 33548

[startup+3.10043 s]
/proc/loadavg: 2.04 2.02 2.00 3/181 2899
/proc/meminfo: memFree=26438916/32873844 swapFree=7628/7628
[pid=2893] ppid=2891 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2893/stat : 2893 (npSolver-pbo-It) S 2891 2893 30107 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378886810 9367552 275 33554432000 4194304 5064252 140735957535120 140735957534032 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2893/statm: 2287 275 233 213 0 72 0
[pid=2894] ppid=2893 vsize=5816 CPUtime=0.64 cores=1,3,5,7
/proc/2894/stat : 2894 (npSolver-pbo) S 2893 2893 30107 0 -1 4202496 2428 8243 0 0 6 1 55 2 20 0 1 0 378886810 5955584 893 33554432000 4194304 6004724 140733622178176 140733622164456 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2894/statm: 1454 893 152 442 0 1008 0
[pid=2899] ppid=2894 vsize=18728 CPUtime=2.42 cores=1,3,5,7
/proc/2899/stat : 2899 (glucosInc) R 2894 2893 30107 0 -1 4202496 3054 0 0 0 242 0 0 0 20 0 1 0 378886877 19177472 3492 33554432000 4194304 5654031 140734561541616 140734561539400 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2899/statm: 4682 3492 131 357 0 4322 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 33692

[startup+6.30042 s]
/proc/loadavg: 2.04 2.02 2.00 3/181 2899
/proc/meminfo: memFree=26438492/32873844 swapFree=7628/7628
[pid=2893] ppid=2891 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2893/stat : 2893 (npSolver-pbo-It) S 2891 2893 30107 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378886810 9367552 275 33554432000 4194304 5064252 140735957535120 140735957534032 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2893/statm: 2287 275 233 213 0 72 0
[pid=2894] ppid=2893 vsize=5816 CPUtime=0.64 cores=1,3,5,7
/proc/2894/stat : 2894 (npSolver-pbo) S 2893 2893 30107 0 -1 4202496 2428 8243 0 0 6 1 55 2 20 0 1 0 378886810 5955584 893 33554432000 4194304 6004724 140733622178176 140733622164456 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2894/statm: 1454 893 152 442 0 1008 0
[pid=2899] ppid=2894 vsize=17324 CPUtime=5.62 cores=1,3,5,7
/proc/2899/stat : 2899 (glucosInc) R 2894 2893 30107 0 -1 4202496 3699 0 0 0 562 0 0 0 20 0 1 0 378886877 17739776 3482 33554432000 4194304 5654031 140734561541616 140734561539640 4232477 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2899/statm: 4331 3482 132 357 0 3971 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 32288

[startup+12.7005 s]
/proc/loadavg: 2.04 2.02 2.00 3/181 2899
/proc/meminfo: memFree=26436096/32873844 swapFree=7628/7628
[pid=2893] ppid=2891 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2893/stat : 2893 (npSolver-pbo-It) S 2891 2893 30107 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378886810 9367552 275 33554432000 4194304 5064252 140735957535120 140735957534032 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2893/statm: 2287 275 233 213 0 72 0
[pid=2894] ppid=2893 vsize=5816 CPUtime=0.64 cores=1,3,5,7
/proc/2894/stat : 2894 (npSolver-pbo) S 2893 2893 30107 0 -1 4202496 2428 8243 0 0 6 1 55 2 20 0 1 0 378886810 5955584 893 33554432000 4194304 6004724 140733622178176 140733622164456 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2894/statm: 1454 893 152 442 0 1008 0
[pid=2899] ppid=2894 vsize=22164 CPUtime=12.02 cores=1,3,5,7
/proc/2899/stat : 2899 (glucosInc) R 2894 2893 30107 0 -1 4202496 4535 0 0 0 1201 1 0 0 20 0 1 0 378886877 22695936 4722 33554432000 4194304 5654031 140734561541616 140734561539496 4232477 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2899/statm: 5541 4722 132 357 0 5181 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 37128

[startup+25.5005 s]
/proc/loadavg: 2.10 2.03 2.00 3/181 2899
/proc/meminfo: memFree=26429336/32873844 swapFree=7628/7628
[pid=2893] ppid=2891 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2893/stat : 2893 (npSolver-pbo-It) S 2891 2893 30107 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378886810 9367552 275 33554432000 4194304 5064252 140735957535120 140735957534032 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2893/statm: 2287 275 233 213 0 72 0
[pid=2894] ppid=2893 vsize=5816 CPUtime=0.64 cores=1,3,5,7
/proc/2894/stat : 2894 (npSolver-pbo) S 2893 2893 30107 0 -1 4202496 2428 8243 0 0 6 1 55 2 20 0 1 0 378886810 5955584 893 33554432000 4194304 6004724 140733622178176 140733622164456 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2894/statm: 1454 893 152 442 0 1008 0
[pid=2899] ppid=2894 vsize=24932 CPUtime=24.82 cores=1,3,5,7
/proc/2899/stat : 2899 (glucosInc) R 2894 2893 30107 0 -1 4202496 5309 0 0 0 2481 1 0 0 20 0 1 0 378886877 25530368 5399 33554432000 4194304 5654031 140734561541616 140734561539416 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2899/statm: 6233 5399 132 357 0 5873 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 39896

[startup+51.1005 s]
/proc/loadavg: 2.12 2.05 2.01 3/181 2899
/proc/meminfo: memFree=26423556/32873844 swapFree=7628/7628
[pid=2893] ppid=2891 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2893/stat : 2893 (npSolver-pbo-It) S 2891 2893 30107 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378886810 9367552 275 33554432000 4194304 5064252 140735957535120 140735957534032 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2893/statm: 2287 275 233 213 0 72 0
[pid=2894] ppid=2893 vsize=5816 CPUtime=0.64 cores=1,3,5,7
/proc/2894/stat : 2894 (npSolver-pbo) S 2893 2893 30107 0 -1 4202496 2428 8243 0 0 6 1 55 2 20 0 1 0 378886810 5955584 893 33554432000 4194304 6004724 140733622178176 140733622164456 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2894/statm: 1454 893 152 442 0 1008 0
[pid=2899] ppid=2894 vsize=29316 CPUtime=50.41 cores=1,3,5,7
/proc/2899/stat : 2899 (glucosInc) R 2894 2893 30107 0 -1 4202496 5719 0 0 0 5040 1 0 0 20 0 1 0 378886877 30019584 6290 33554432000 4194304 5654031 140734561541616 140734561539416 4232707 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2899/statm: 7329 6290 132 357 0 6969 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 44280

[startup+102.307 s]
/proc/loadavg: 2.05 2.04 2.00 3/181 2899
/proc/meminfo: memFree=26421744/32873844 swapFree=7628/7628
[pid=2893] ppid=2891 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2893/stat : 2893 (npSolver-pbo-It) S 2891 2893 30107 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378886810 9367552 275 33554432000 4194304 5064252 140735957535120 140735957534032 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2893/statm: 2287 275 233 213 0 72 0
[pid=2894] ppid=2893 vsize=5816 CPUtime=0.64 cores=1,3,5,7
/proc/2894/stat : 2894 (npSolver-pbo) S 2893 2893 30107 0 -1 4202496 2428 8243 0 0 6 1 55 2 20 0 1 0 378886810 5955584 893 33554432000 4194304 6004724 140733622178176 140733622164456 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2894/statm: 1454 893 152 442 0 1008 0
[pid=2899] ppid=2894 vsize=32292 CPUtime=101.6 cores=1,3,5,7
/proc/2899/stat : 2899 (glucosInc) R 2894 2893 30107 0 -1 4202496 6652 0 0 0 10159 1 0 0 20 0 1 0 378886877 33067008 6761 33554432000 4194304 5654031 140734561541616 140734561539496 4232462 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2899/statm: 8073 6761 132 357 0 7713 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 47256

[startup+162.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/181 2899
/proc/meminfo: memFree=26405112/32873844 swapFree=7628/7628
[pid=2893] ppid=2891 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2893/stat : 2893 (npSolver-pbo-It) S 2891 2893 30107 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378886810 9367552 275 33554432000 4194304 5064252 140735957535120 140735957534032 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2893/statm: 2287 275 233 213 0 72 0
[pid=2894] ppid=2893 vsize=5816 CPUtime=0.64 cores=1,3,5,7
/proc/2894/stat : 2894 (npSolver-pbo) S 2893 2893 30107 0 -1 4202496 2428 8243 0 0 6 1 55 2 20 0 1 0 378886810 5955584 893 33554432000 4194304 6004724 140733622178176 140733622164456 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2894/statm: 1454 893 152 442 0 1008 0
[pid=2899] ppid=2894 vsize=32292 CPUtime=161.59 cores=1,3,5,7
/proc/2899/stat : 2899 (glucosInc) R 2894 2893 30107 0 -1 4202496 6720 0 0 0 16158 1 0 0 20 0 1 0 378886877 33067008 7337 33554432000 4194304 5654031 140734561541616 140734561539496 4232477 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2899/statm: 8073 7337 132 357 0 7713 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 47256

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 2899
/proc/meminfo: memFree=26403932/32873844 swapFree=7628/7628
[pid=2893] ppid=2891 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2893/stat : 2893 (npSolver-pbo-It) S 2891 2893 30107 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378886810 9367552 275 33554432000 4194304 5064252 140735957535120 140735957534032 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2893/statm: 2287 275 233 213 0 72 0
[pid=2894] ppid=2893 vsize=5816 CPUtime=0.64 cores=1,3,5,7
/proc/2894/stat : 2894 (npSolver-pbo) S 2893 2893 30107 0 -1 4202496 2428 8243 0 0 6 1 55 2 20 0 1 0 378886810 5955584 893 33554432000 4194304 6004724 140733622178176 140733622164456 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2894/statm: 1454 893 152 442 0 1008 0
[pid=2899] ppid=2894 vsize=32292 CPUtime=221.58 cores=1,3,5,7
/proc/2899/stat : 2899 (glucosInc) R 2894 2893 30107 0 -1 4202496 6792 0 0 0 22157 1 0 0 20 0 1 0 378886877 33067008 7389 33554432000 4194304 5654031 140734561541616 140734561539640 4232794 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2899/statm: 8073 7389 132 357 0 7713 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 47256

[startup+282.3 s]

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

/proc/2899/stat : 2899 (glucosInc) R 2894 2893 30107 0 -1 4202496 7684 0 0 0 40153 2 0 0 20 0 1 0 378886877 44834816 10262 33554432000 4194304 5654031 140734561541616 140734561539496 4232632 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2899/statm: 10946 10262 132 357 0 10586 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 58748

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 2926
/proc/meminfo: memFree=26364576/32873844 swapFree=7628/7628
[pid=2893] ppid=2891 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2893/stat : 2893 (npSolver-pbo-It) S 2891 2893 30107 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378886810 9367552 275 33554432000 4194304 5064252 140735957535120 140735957534032 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2893/statm: 2287 275 233 213 0 72 0
[pid=2894] ppid=2893 vsize=5816 CPUtime=0.64 cores=1,3,5,7
/proc/2894/stat : 2894 (npSolver-pbo) S 2893 2893 30107 0 -1 4202496 2428 8243 0 0 6 1 55 2 20 0 1 0 378886810 5955584 893 33554432000 4194304 6004724 140733622178176 140733622164456 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2894/statm: 1454 893 152 442 0 1008 0
[pid=2899] ppid=2894 vsize=55276 CPUtime=461.54 cores=1,3,5,7
/proc/2899/stat : 2899 (glucosInc) R 2894 2893 30107 0 -1 4202496 7796 0 0 0 46152 2 0 0 20 0 1 0 378886877 56602624 11387 33554432000 4194304 5654031 140734561541616 140734561539496 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2899/statm: 13819 11387 132 357 0 13459 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 70240

[startup+522.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 2926
/proc/meminfo: memFree=26366444/32873844 swapFree=7628/7628
[pid=2893] ppid=2891 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2893/stat : 2893 (npSolver-pbo-It) S 2891 2893 30107 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378886810 9367552 275 33554432000 4194304 5064252 140735957535120 140735957534032 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2893/statm: 2287 275 233 213 0 72 0
[pid=2894] ppid=2893 vsize=5816 CPUtime=0.64 cores=1,3,5,7
/proc/2894/stat : 2894 (npSolver-pbo) S 2893 2893 30107 0 -1 4202496 2428 8243 0 0 6 1 55 2 20 0 1 0 378886810 5955584 893 33554432000 4194304 6004724 140733622178176 140733622164456 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2894/statm: 1454 893 152 442 0 1008 0
[pid=2899] ppid=2894 vsize=44844 CPUtime=521.53 cores=1,3,5,7
/proc/2899/stat : 2899 (glucosInc) R 2894 2893 30107 0 -1 4202496 8930 0 0 0 52150 3 0 0 20 0 1 0 378886877 45920256 10363 33554432000 4194304 5654031 140734561541616 140734561539416 4232421 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2899/statm: 11211 10363 132 357 0 10851 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 59808

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

[startup+537.5 s]
/proc/loadavg: 2.06 2.01 2.00 3/181 2926
/proc/meminfo: memFree=26366692/32873844 swapFree=7628/7628
[pid=2893] ppid=2891 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2893/stat : 2893 (npSolver-pbo-It) S 2891 2893 30107 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378886810 9367552 275 33554432000 4194304 5064252 140735957535120 140735957534032 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2893/statm: 2287 275 233 213 0 72 0
[pid=2894] ppid=2893 vsize=5816 CPUtime=0.64 cores=1,3,5,7
/proc/2894/stat : 2894 (npSolver-pbo) S 2893 2893 30107 0 -1 4202496 2428 8243 0 0 6 1 55 2 20 0 1 0 378886810 5955584 893 33554432000 4194304 6004724 140733622178176 140733622164456 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2894/statm: 1454 893 152 442 0 1008 0
[pid=2899] ppid=2894 vsize=44844 CPUtime=536.73 cores=1,3,5,7
/proc/2899/stat : 2899 (glucosInc) R 2894 2893 30107 0 -1 4202496 8930 0 0 0 53670 3 0 0 20 0 1 0 378886877 45920256 10363 33554432000 4194304 5654031 140734561541616 140734561539416 4216105 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2899/statm: 11211 10363 132 357 0 10851 0
Current children cumulated CPU time (s) 537.37
Current children cumulated vsize (KiB) 59808

[startup+550.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 2927
/proc/meminfo: memFree=26366816/32873844 swapFree=7628/7628
[pid=2893] ppid=2891 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2893/stat : 2893 (npSolver-pbo-It) S 2891 2893 30107 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378886810 9367552 275 33554432000 4194304 5064252 140735957535120 140735957534032 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2893/statm: 2287 275 233 213 0 72 0
[pid=2894] ppid=2893 vsize=5816 CPUtime=0.64 cores=1,3,5,7
/proc/2894/stat : 2894 (npSolver-pbo) S 2893 2893 30107 0 -1 4202496 2428 8243 0 0 6 1 55 2 20 0 1 0 378886810 5955584 893 33554432000 4194304 6004724 140733622178176 140733622164456 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2894/statm: 1454 893 152 442 0 1008 0
[pid=2899] ppid=2894 vsize=44844 CPUtime=549.53 cores=1,3,5,7
/proc/2899/stat : 2899 (glucosInc) R 2894 2893 30107 0 -1 4202496 8930 0 0 0 54950 3 0 0 20 0 1 0 378886877 45920256 10363 33554432000 4194304 5654031 140734561541616 140734561539416 4232531 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2899/statm: 11211 10363 132 357 0 10851 0
Current children cumulated CPU time (s) 550.17
Current children cumulated vsize (KiB) 59808

[startup+563.1 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 2927
/proc/meminfo: memFree=26366816/32873844 swapFree=7628/7628
[pid=2893] ppid=2891 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2893/stat : 2893 (npSolver-pbo-It) S 2891 2893 30107 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378886810 9367552 275 33554432000 4194304 5064252 140735957535120 140735957534032 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2893/statm: 2287 275 233 213 0 72 0
[pid=2894] ppid=2893 vsize=5816 CPUtime=0.64 cores=1,3,5,7
/proc/2894/stat : 2894 (npSolver-pbo) S 2893 2893 30107 0 -1 4202496 2428 8243 0 0 6 1 55 2 20 0 1 0 378886810 5955584 893 33554432000 4194304 6004724 140733622178176 140733622164456 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2894/statm: 1454 893 152 442 0 1008 0
[pid=2899] ppid=2894 vsize=44844 CPUtime=562.33 cores=1,3,5,7
/proc/2899/stat : 2899 (glucosInc) R 2894 2893 30107 0 -1 4202496 8930 0 0 0 56230 3 0 0 20 0 1 0 378886877 45920256 10363 33554432000 4194304 5654031 140734561541616 140734561539416 4232477 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2899/statm: 11211 10363 132 357 0 10851 0
Current children cumulated CPU time (s) 562.97
Current children cumulated vsize (KiB) 59808

[startup+566.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 2927
/proc/meminfo: memFree=26366816/32873844 swapFree=7628/7628
[pid=2893] ppid=2891 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2893/stat : 2893 (npSolver-pbo-It) S 2891 2893 30107 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378886810 9367552 275 33554432000 4194304 5064252 140735957535120 140735957534032 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2893/statm: 2287 275 233 213 0 72 0
[pid=2894] ppid=2893 vsize=5816 CPUtime=0.64 cores=1,3,5,7
/proc/2894/stat : 2894 (npSolver-pbo) S 2893 2893 30107 0 -1 4202496 2428 8243 0 0 6 1 55 2 20 0 1 0 378886810 5955584 893 33554432000 4194304 6004724 140733622178176 140733622164456 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2894/statm: 1454 893 152 442 0 1008 0
[pid=2899] ppid=2894 vsize=44844 CPUtime=565.53 cores=1,3,5,7
/proc/2899/stat : 2899 (glucosInc) R 2894 2893 30107 0 -1 4202496 8930 0 0 0 56550 3 0 0 20 0 1 0 378886877 45920256 10363 33554432000 4194304 5654031 140734561541616 140734561539416 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2899/statm: 11211 10363 132 357 0 10851 0
Current children cumulated CPU time (s) 566.17
Current children cumulated vsize (KiB) 59808

[startup+569.5 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 2927
/proc/meminfo: memFree=26366816/32873844 swapFree=7628/7628
[pid=2893] ppid=2891 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2893/stat : 2893 (npSolver-pbo-It) S 2891 2893 30107 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378886810 9367552 275 33554432000 4194304 5064252 140735957535120 140735957534032 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2893/statm: 2287 275 233 213 0 72 0
[pid=2894] ppid=2893 vsize=5816 CPUtime=0.64 cores=1,3,5,7
/proc/2894/stat : 2894 (npSolver-pbo) S 2893 2893 30107 0 -1 4202496 2428 8243 0 0 6 1 55 2 20 0 1 0 378886810 5955584 893 33554432000 4194304 6004724 140733622178176 140733622164456 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2894/statm: 1454 893 152 442 0 1008 0
[pid=2899] ppid=2894 vsize=44844 CPUtime=568.73 cores=1,3,5,7
/proc/2899/stat : 2899 (glucosInc) R 2894 2893 30107 0 -1 4202496 8930 0 0 0 56870 3 0 0 20 0 1 0 378886877 45920256 10363 33554432000 4194304 5654031 140734561541616 140734561539416 4232477 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2899/statm: 11211 10363 132 357 0 10851 0
Current children cumulated CPU time (s) 569.37
Current children cumulated vsize (KiB) 59808

[startup+570.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 2927
/proc/meminfo: memFree=26366816/32873844 swapFree=7628/7628
[pid=2893] ppid=2891 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2893/stat : 2893 (npSolver-pbo-It) S 2891 2893 30107 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378886810 9367552 275 33554432000 4194304 5064252 140735957535120 140735957534032 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2893/statm: 2287 275 233 213 0 72 0
[pid=2894] ppid=2893 vsize=5816 CPUtime=0.64 cores=1,3,5,7
/proc/2894/stat : 2894 (npSolver-pbo) S 2893 2893 30107 0 -1 4202496 2428 8243 0 0 6 1 55 2 20 0 1 0 378886810 5955584 893 33554432000 4194304 6004724 140733622178176 140733622164456 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2894/statm: 1454 893 152 442 0 1008 0
[pid=2899] ppid=2894 vsize=44844 CPUtime=569.53 cores=1,3,5,7
/proc/2899/stat : 2899 (glucosInc) R 2894 2893 30107 0 -1 4202496 8930 0 0 0 56950 3 0 0 20 0 1 0 378886877 45920256 10363 33554432000 4194304 5654031 140734561541616 140734561539416 4233168 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2899/statm: 11211 10363 132 357 0 10851 0
Current children cumulated CPU time (s) 570.17
Current children cumulated vsize (KiB) 59808

[startup+570.7 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 2927
/proc/meminfo: memFree=26366816/32873844 swapFree=7628/7628
[pid=2893] ppid=2891 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2893/stat : 2893 (npSolver-pbo-It) S 2891 2893 30107 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378886810 9367552 275 33554432000 4194304 5064252 140735957535120 140735957534032 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2893/statm: 2287 275 233 213 0 72 0
[pid=2894] ppid=2893 vsize=5816 CPUtime=0.64 cores=1,3,5,7
/proc/2894/stat : 2894 (npSolver-pbo) S 2893 2893 30107 0 -1 4202496 2428 8243 0 0 6 1 55 2 20 0 1 0 378886810 5955584 893 33554432000 4194304 6004724 140733622178176 140733622164456 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2894/statm: 1454 893 152 442 0 1008 0
[pid=2899] ppid=2894 vsize=44844 CPUtime=569.93 cores=1,3,5,7
/proc/2899/stat : 2899 (glucosInc) R 2894 2893 30107 0 -1 4202496 8930 0 0 0 56990 3 0 0 20 0 1 0 378886877 45920256 10363 33554432000 4194304 5654031 140734561541616 140734561539416 4232477 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2899/statm: 11211 10363 132 357 0 10851 0
Current children cumulated CPU time (s) 570.57
Current children cumulated vsize (KiB) 59808

[startup+570.907 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 2927
/proc/meminfo: memFree=26366816/32873844 swapFree=7628/7628
[pid=2893] ppid=2891 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2893/stat : 2893 (npSolver-pbo-It) S 2891 2893 30107 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 378886810 9367552 275 33554432000 4194304 5064252 140735957535120 140735957534032 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2893/statm: 2287 275 233 213 0 72 0
[pid=2894] ppid=2893 vsize=5816 CPUtime=0.64 cores=1,3,5,7
/proc/2894/stat : 2894 (npSolver-pbo) S 2893 2893 30107 0 -1 4202496 2428 8243 0 0 6 1 55 2 20 0 1 0 378886810 5955584 893 33554432000 4194304 6004724 140733622178176 140733622164456 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/2894/statm: 1454 893 152 442 0 1008 0
[pid=2899] ppid=2894 vsize=44844 CPUtime=570.13 cores=1,3,5,7
/proc/2899/stat : 2899 (glucosInc) R 2894 2893 30107 0 -1 4202496 8930 0 0 0 57010 3 0 0 20 0 1 0 378886877 45920256 10363 33554432000 4194304 5654031 140734561541616 140734561539416 4208595 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2899/statm: 11211 10363 132 357 0 10851 0
Current children cumulated CPU time (s) 570.77
Current children cumulated vsize (KiB) 59808

Child status: 0

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

Real time (s): 570.985
CPU time (s): 570.77
CPU user time (s): 570.71
CPU system time (s): 0.06
CPU usage (%): 99.9623
Max. virtual memory (cumulated for all children) (KiB): 70240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.622905
system time used= 0.040993
maximum resident set size= 31620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11058
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 13

runsolver used 0.998848 second user time and 2.29465 second system time

The end

Launcher Data

Begin job on node145 at 2012-06-08 05:53:44
IDJOB=3752112
IDBENCH=2897
IDSOLVER=2335
FILE ID=node145/3752112-1339127624
RUNJOBID= node145-1339110947-31549
PBS_JOBID= 14643708
Free space on /tmp= 71024 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_3.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3752112-1339127624/watcher-3752112-1339127624 -o /tmp/evaluation-result-3752112-1339127624/solver-3752112-1339127624 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752112-1339127624.opb 991783495 HOME HOME

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

MD5SUM BENCH= d2b3af71376059fa940b007abcee01cc
RANDOM SEED=991783495

node145.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.149
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.29
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.149
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.149
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	: 5313.38
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.149
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		: 2667.149
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.149
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.149
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.149
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.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26457156 kB
Buffers:          486632 kB
Cached:          4934956 kB
SwapCached:            4 kB
Active:          2139712 kB
Inactive:        3398752 kB
Active(anon):     108072 kB
Inactive(anon):    10864 kB
Active(file):    2031640 kB
Inactive(file):  3387888 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108852 kB
Dirty:              8176 kB
Writeback:             0 kB
AnonPages:        149800 kB
Mapped:            15520 kB
Shmem:               200 kB
Slab:             737548 kB
SReclaimable:     178920 kB
SUnreclaim:       558628 kB
KernelStack:        1520 kB
PageTables:         4652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     243676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     90112 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= 71012 MiB
End job on node145 at 2012-06-08 06:03:15