Trace number 3747324

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 (fixed)UNSAT 525.39 525.543

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.64	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.64	c [INC SYSTEM] execute solver
525.39/525.54	c [INC SEARCH] formula is UNSAT
525.39/525.54	c [INC SYSTEM] solved the initial formula
525.39/525.54	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-3747324-1339101815/watcher-3747324-1339101815 -o /tmp/evaluation-result-3747324-1339101815/solver-3747324-1339101815 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3747324-1339101815.opb 1809036720 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.06 2.03 1.92 3/180 9447
/proc/meminfo: memFree=30888196/32873844 swapFree=6868/6868
[pid=9447] ppid=9445 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9447/stat : 9447 (npSolver-pbo-It) S 9445 9447 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20148188 9367552 275 33554432000 4194304 5064252 140736165160928 140736165159840 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9447/statm: 2287 275 233 213 0 72 0

[startup+0.048435 s]
/proc/loadavg: 2.06 2.03 1.92 3/180 9447
/proc/meminfo: memFree=30888196/32873844 swapFree=6868/6868
[pid=9447] ppid=9445 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9447/stat : 9447 (npSolver-pbo-It) S 9445 9447 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20148188 9367552 275 33554432000 4194304 5064252 140736165160928 140736165159840 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9447/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10021 s]
/proc/loadavg: 2.06 2.03 1.92 3/180 9447
/proc/meminfo: memFree=30888196/32873844 swapFree=6868/6868
[pid=9447] ppid=9445 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9447/stat : 9447 (npSolver-pbo-It) S 9445 9447 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20148188 9367552 275 33554432000 4194304 5064252 140736165160928 140736165159840 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9447/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30017 s]
/proc/loadavg: 2.06 2.03 1.92 3/180 9447
/proc/meminfo: memFree=30888196/32873844 swapFree=6868/6868
[pid=9447] ppid=9445 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9447/stat : 9447 (npSolver-pbo-It) S 9445 9447 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20148188 9367552 275 33554432000 4194304 5064252 140736165160928 140736165159840 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9447/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700239 s]
/proc/loadavg: 2.06 2.03 1.92 3/180 9447
/proc/meminfo: memFree=30888196/32873844 swapFree=6868/6868
[pid=9447] ppid=9445 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9447/stat : 9447 (npSolver-pbo-It) S 9445 9447 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20148188 9367552 275 33554432000 4194304 5064252 140736165160928 140736165159840 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9447/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 2.06 2.03 1.92 3/183 9453
/proc/meminfo: memFree=30860744/32873844 swapFree=6868/6868
[pid=9447] ppid=9445 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9447/stat : 9447 (npSolver-pbo-It) S 9445 9447 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20148188 9367552 275 33554432000 4194304 5064252 140736165160928 140736165159840 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9447/statm: 2287 275 233 213 0 72 0
[pid=9448] ppid=9447 vsize=5816 CPUtime=0.63 cores=0,2,4,6
/proc/9448/stat : 9448 (npSolver-pbo) S 9447 9447 8890 0 -1 4202496 3450 8754 0 0 6 1 54 2 20 0 1 0 20148188 5955584 893 33554432000 4194304 6004724 140735505848688 140735505834968 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/9448/statm: 1454 893 152 442 0 1008 0
[pid=9453] ppid=9448 vsize=18584 CPUtime=0.84 cores=0,2,4,6
/proc/9453/stat : 9453 (glucosInc) R 9448 9447 8890 0 -1 4202496 3386 0 0 0 84 0 0 0 20 0 1 0 20148252 19030016 3761 33554432000 4194304 5654031 140734978580384 140734978578264 4216337 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9453/statm: 4646 3761 131 357 0 4286 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 33548

[startup+3.10034 s]
/proc/loadavg: 2.06 2.03 1.92 3/183 9453
/proc/meminfo: memFree=30847588/32873844 swapFree=6868/6868
[pid=9447] ppid=9445 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9447/stat : 9447 (npSolver-pbo-It) S 9445 9447 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20148188 9367552 275 33554432000 4194304 5064252 140736165160928 140736165159840 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9447/statm: 2287 275 233 213 0 72 0
[pid=9448] ppid=9447 vsize=5816 CPUtime=0.63 cores=0,2,4,6
/proc/9448/stat : 9448 (npSolver-pbo) S 9447 9447 8890 0 -1 4202496 3450 8754 0 0 6 1 54 2 20 0 1 0 20148188 5955584 893 33554432000 4194304 6004724 140735505848688 140735505834968 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/9448/statm: 1454 893 152 442 0 1008 0
[pid=9453] ppid=9448 vsize=18728 CPUtime=2.44 cores=0,2,4,6
/proc/9453/stat : 9453 (glucosInc) R 9448 9447 8890 0 -1 4202496 3421 0 0 0 244 0 0 0 20 0 1 0 20148252 19177472 3796 33554432000 4194304 5654031 140734978580384 140734978578168 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9453/statm: 4682 3796 131 357 0 4322 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 33692

[startup+6.30034 s]
/proc/loadavg: 2.05 2.02 1.92 3/183 9453
/proc/meminfo: memFree=30910964/32873844 swapFree=6868/6868
[pid=9447] ppid=9445 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9447/stat : 9447 (npSolver-pbo-It) S 9445 9447 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20148188 9367552 275 33554432000 4194304 5064252 140736165160928 140736165159840 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9447/statm: 2287 275 233 213 0 72 0
[pid=9448] ppid=9447 vsize=5816 CPUtime=0.63 cores=0,2,4,6
/proc/9448/stat : 9448 (npSolver-pbo) S 9447 9447 8890 0 -1 4202496 3450 8754 0 0 6 1 54 2 20 0 1 0 20148188 5955584 893 33554432000 4194304 6004724 140735505848688 140735505834968 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/9448/statm: 1454 893 152 442 0 1008 0
[pid=9453] ppid=9448 vsize=17324 CPUtime=5.64 cores=0,2,4,6
/proc/9453/stat : 9453 (glucosInc) R 9448 9447 8890 0 -1 4202496 3671 0 0 0 564 0 0 0 20 0 1 0 20148252 17739776 3658 33554432000 4194304 5654031 140734978580384 140734978578168 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9453/statm: 4331 3658 132 357 0 3971 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 32288

[startup+12.7003 s]
/proc/loadavg: 2.05 2.02 1.92 3/183 9453
/proc/meminfo: memFree=30835044/32873844 swapFree=6868/6868
[pid=9447] ppid=9445 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9447/stat : 9447 (npSolver-pbo-It) S 9445 9447 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20148188 9367552 275 33554432000 4194304 5064252 140736165160928 140736165159840 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9447/statm: 2287 275 233 213 0 72 0
[pid=9448] ppid=9447 vsize=5816 CPUtime=0.63 cores=0,2,4,6
/proc/9448/stat : 9448 (npSolver-pbo) S 9447 9447 8890 0 -1 4202496 3450 8754 0 0 6 1 54 2 20 0 1 0 20148188 5955584 893 33554432000 4194304 6004724 140735505848688 140735505834968 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/9448/statm: 1454 893 152 442 0 1008 0
[pid=9453] ppid=9448 vsize=22164 CPUtime=12.04 cores=0,2,4,6
/proc/9453/stat : 9453 (glucosInc) R 9448 9447 8890 0 -1 4202496 4546 0 0 0 1204 0 0 0 20 0 1 0 20148252 22695936 4787 33554432000 4194304 5654031 140734978580384 140734978578264 4232659 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9453/statm: 5541 4787 132 357 0 5181 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 37128

[startup+25.5004 s]
/proc/loadavg: 2.04 2.02 1.92 3/183 9453
/proc/meminfo: memFree=30841056/32873844 swapFree=6868/6868
[pid=9447] ppid=9445 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9447/stat : 9447 (npSolver-pbo-It) S 9445 9447 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20148188 9367552 275 33554432000 4194304 5064252 140736165160928 140736165159840 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9447/statm: 2287 275 233 213 0 72 0
[pid=9448] ppid=9447 vsize=5816 CPUtime=0.63 cores=0,2,4,6
/proc/9448/stat : 9448 (npSolver-pbo) S 9447 9447 8890 0 -1 4202496 3450 8754 0 0 6 1 54 2 20 0 1 0 20148188 5955584 893 33554432000 4194304 6004724 140735505848688 140735505834968 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/9448/statm: 1454 893 152 442 0 1008 0
[pid=9453] ppid=9448 vsize=24932 CPUtime=24.84 cores=0,2,4,6
/proc/9453/stat : 9453 (glucosInc) R 9448 9447 8890 0 -1 4202496 5321 0 0 0 2484 0 0 0 20 0 1 0 20148252 25530368 5465 33554432000 4194304 5654031 140734978580384 140734978578184 4232611 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9453/statm: 6233 5465 132 357 0 5873 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 39896

[startup+51.1004 s]
/proc/loadavg: 2.02 2.02 1.92 3/183 9454
/proc/meminfo: memFree=30811416/32873844 swapFree=6868/6868
[pid=9447] ppid=9445 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9447/stat : 9447 (npSolver-pbo-It) S 9445 9447 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20148188 9367552 275 33554432000 4194304 5064252 140736165160928 140736165159840 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9447/statm: 2287 275 233 213 0 72 0
[pid=9448] ppid=9447 vsize=5816 CPUtime=0.63 cores=0,2,4,6
/proc/9448/stat : 9448 (npSolver-pbo) S 9447 9447 8890 0 -1 4202496 3450 8754 0 0 6 1 54 2 20 0 1 0 20148188 5955584 893 33554432000 4194304 6004724 140735505848688 140735505834968 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/9448/statm: 1454 893 152 442 0 1008 0
[pid=9453] ppid=9448 vsize=29316 CPUtime=50.44 cores=0,2,4,6
/proc/9453/stat : 9453 (glucosInc) R 9448 9447 8890 0 -1 4202496 5865 0 0 0 5043 1 0 0 20 0 1 0 20148252 30019584 6480 33554432000 4194304 5654031 140734978580384 140734978578184 4233204 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9453/statm: 7329 6480 132 357 0 6969 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 44280

[startup+102.3 s]
/proc/loadavg: 2.01 2.02 1.92 3/183 9454
/proc/meminfo: memFree=30770488/32873844 swapFree=6868/6868
[pid=9447] ppid=9445 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9447/stat : 9447 (npSolver-pbo-It) S 9445 9447 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20148188 9367552 275 33554432000 4194304 5064252 140736165160928 140736165159840 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9447/statm: 2287 275 233 213 0 72 0
[pid=9448] ppid=9447 vsize=5816 CPUtime=0.63 cores=0,2,4,6
/proc/9448/stat : 9448 (npSolver-pbo) S 9447 9447 8890 0 -1 4202496 3450 8754 0 0 6 1 54 2 20 0 1 0 20148188 5955584 893 33554432000 4194304 6004724 140735505848688 140735505834968 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/9448/statm: 1454 893 152 442 0 1008 0
[pid=9453] ppid=9448 vsize=32292 CPUtime=101.63 cores=0,2,4,6
/proc/9453/stat : 9453 (glucosInc) R 9448 9447 8890 0 -1 4202496 6477 0 0 0 10162 1 0 0 20 0 1 0 20148252 33067008 7356 33554432000 4194304 5654031 140734978580384 140734978578264 4208595 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9453/statm: 8073 7356 132 357 0 7713 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 47256

[startup+162.3 s]
/proc/loadavg: 2.07 2.03 1.93 3/183 9454
/proc/meminfo: memFree=30774124/32873844 swapFree=6868/6868
[pid=9447] ppid=9445 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9447/stat : 9447 (npSolver-pbo-It) S 9445 9447 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20148188 9367552 275 33554432000 4194304 5064252 140736165160928 140736165159840 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9447/statm: 2287 275 233 213 0 72 0
[pid=9448] ppid=9447 vsize=5816 CPUtime=0.63 cores=0,2,4,6
/proc/9448/stat : 9448 (npSolver-pbo) S 9447 9447 8890 0 -1 4202496 3450 8754 0 0 6 1 54 2 20 0 1 0 20148188 5955584 893 33554432000 4194304 6004724 140735505848688 140735505834968 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/9448/statm: 1454 893 152 442 0 1008 0
[pid=9453] ppid=9448 vsize=32292 CPUtime=161.62 cores=0,2,4,6
/proc/9453/stat : 9453 (glucosInc) R 9448 9447 8890 0 -1 4202496 6477 0 0 0 16161 1 0 0 20 0 1 0 20148252 33067008 7356 33554432000 4194304 5654031 140734978580384 140734978578264 4208659 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9453/statm: 8073 7356 132 357 0 7713 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 47256

[startup+222.307 s]
/proc/loadavg: 2.02 2.02 1.93 3/183 9454
/proc/meminfo: memFree=30728376/32873844 swapFree=6868/6868
[pid=9447] ppid=9445 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9447/stat : 9447 (npSolver-pbo-It) S 9445 9447 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20148188 9367552 275 33554432000 4194304 5064252 140736165160928 140736165159840 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9447/statm: 2287 275 233 213 0 72 0
[pid=9448] ppid=9447 vsize=5816 CPUtime=0.63 cores=0,2,4,6
/proc/9448/stat : 9448 (npSolver-pbo) S 9447 9447 8890 0 -1 4202496 3450 8754 0 0 6 1 54 2 20 0 1 0 20148188 5955584 893 33554432000 4194304 6004724 140735505848688 140735505834968 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/9448/statm: 1454 893 152 442 0 1008 0
[pid=9453] ppid=9448 vsize=43784 CPUtime=221.61 cores=0,2,4,6
/proc/9453/stat : 9453 (glucosInc) R 9448 9447 8890 0 -1 4202496 6915 0 0 0 22160 1 0 0 20 0 1 0 20148252 44834816 9004 33554432000 4194304 5654031 140734978580384 140734978578264 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9453/statm: 10946 9004 132 357 0 10586 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 58748

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/183 9454
/proc/meminfo: memFree=30793808/32873844 swapFree=6868/6868
[pid=9447] ppid=9445 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9447/stat : 9447 (npSolver-pbo-It) S 9445 9447 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20148188 9367552 275 33554432000 4194304 5064252 140736165160928 140736165159840 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9447/statm: 2287 275 233 213 0 72 0
[pid=9448] ppid=9447 vsize=5816 CPUtime=0.63 cores=0,2,4,6
/proc/9448/stat : 9448 (npSolver-pbo) S 9447 9447 8890 0 -1 4202496 3450 8754 0 0 6 1 54 2 20 0 1 0 20148188 5955584 893 33554432000 4194304 6004724 140735505848688 140735505834968 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/9448/statm: 1454 893 152 442 0 1008 0
[pid=9453] ppid=9448 vsize=43784 CPUtime=281.6 cores=0,2,4,6
/proc/9453/stat : 9453 (glucosInc) R 9448 9447 8890 0 -1 4202496 7726 0 0 0 28159 1 0 0 20 0 1 0 20148252 44834816 10262 33554432000 4194304 5654031 140734978580384 140734978578264 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9453/statm: 10946 10262 132 357 0 10586 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 58748

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/183 9455
/proc/meminfo: memFree=30697232/32873844 swapFree=6868/6868
[pid=9447] ppid=9445 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9447/stat : 9447 (npSolver-pbo-It) S 9445 9447 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20148188 9367552 275 33554432000 4194304 5064252 140736165160928 140736165159840 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9447/statm: 2287 275 233 213 0 72 0
[pid=9448] ppid=9447 vsize=5816 CPUtime=0.63 cores=0,2,4,6
/proc/9448/stat : 9448 (npSolver-pbo) S 9447 9447 8890 0 -1 4202496 3450 8754 0 0 6 1 54 2 20 0 1 0 20148188 5955584 893 33554432000 4194304 6004724 140735505848688 140735505834968 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/9448/statm: 1454 893 152 442 0 1008 0
[pid=9453] ppid=9448 vsize=43784 CPUtime=341.59 cores=0,2,4,6
/proc/9453/stat : 9453 (glucosInc) R 9448 9447 8890 0 -1 4202496 7726 0 0 0 34158 1 0 0 20 0 1 0 20148252 44834816 10262 33554432000 4194304 5654031 140734978580384 140734978578264 4232495 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9453/statm: 10946 10262 132 357 0 10586 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 58748

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/184 9458
/proc/meminfo: memFree=30766668/32873844 swapFree=6868/6868
[pid=9447] ppid=9445 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9447/stat : 9447 (npSolver-pbo-It) S 9445 9447 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20148188 9367552 275 33554432000 4194304 5064252 140736165160928 140736165159840 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9447/statm: 2287 275 233 213 0 72 0
[pid=9448] ppid=9447 vsize=5816 CPUtime=0.63 cores=0,2,4,6
/proc/9448/stat : 9448 (npSolver-pbo) S 9447 9447 8890 0 -1 4202496 3450 8754 0 0 6 1 54 2 20 0 1 0 20148188 5955584 893 33554432000 4194304 6004724 140735505848688 140735505834968 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/9448/statm: 1454 893 152 442 0 1008 0
[pid=9453] ppid=9448 vsize=55276 CPUtime=401.58 cores=0,2,4,6
/proc/9453/stat : 9453 (glucosInc) R 9448 9447 8890 0 -1 4202496 7906 0 0 0 40156 2 0 0 20 0 1 0 20148252 56602624 11452 33554432000 4194304 5654031 140734978580384 140734978578264 4232839 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9453/statm: 13819 11452 132 357 0 13459 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 70240

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/183 9458
/proc/meminfo: memFree=30745076/32873844 swapFree=6868/6868
[pid=9447] ppid=9445 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9447/stat : 9447 (npSolver-pbo-It) S 9445 9447 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20148188 9367552 275 33554432000 4194304 5064252 140736165160928 140736165159840 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9447/statm: 2287 275 233 213 0 72 0
[pid=9448] ppid=9447 vsize=5816 CPUtime=0.63 cores=0,2,4,6
/proc/9448/stat : 9448 (npSolver-pbo) S 9447 9447 8890 0 -1 4202496 3450 8754 0 0 6 1 54 2 20 0 1 0 20148188 5955584 893 33554432000 4194304 6004724 140735505848688 140735505834968 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/9448/statm: 1454 893 152 442 0 1008 0
[pid=9453] ppid=9448 vsize=44844 CPUtime=461.57 cores=0,2,4,6
/proc/9453/stat : 9453 (glucosInc) R 9448 9447 8890 0 -1 4202496 8628 0 0 0 46154 3 0 0 20 0 1 0 20148252 45920256 10129 33554432000 4194304 5654031 140734978580384 140734978578168 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9453/statm: 11211 10129 132 357 0 10851 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 59808

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/184 9459
/proc/meminfo: memFree=30636652/32873844 swapFree=6868/6868
[pid=9447] ppid=9445 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9447/stat : 9447 (npSolver-pbo-It) S 9445 9447 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20148188 9367552 275 33554432000 4194304 5064252 140736165160928 140736165159840 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9447/statm: 2287 275 233 213 0 72 0
[pid=9448] ppid=9447 vsize=5816 CPUtime=0.63 cores=0,2,4,6
/proc/9448/stat : 9448 (npSolver-pbo) S 9447 9447 8890 0 -1 4202496 3450 8754 0 0 6 1 54 2 20 0 1 0 20148188 5955584 893 33554432000 4194304 6004724 140735505848688 140735505834968 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/9448/statm: 1454 893 152 442 0 1008 0
[pid=9453] ppid=9448 vsize=44844 CPUtime=521.56 cores=0,2,4,6
/proc/9453/stat : 9453 (glucosInc) R 9448 9447 8890 0 -1 4202496 8931 0 0 0 52153 3 0 0 20 0 1 0 20148252 45920256 10400 33554432000 4194304 5654031 140734978580384 140734978578184 4232939 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9453/statm: 11211 10400 132 357 0 10851 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 59808

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

[startup+523.2 s]
/proc/loadavg: 2.00 2.00 1.93 3/184 9459
/proc/meminfo: memFree=30632556/32873844 swapFree=6868/6868
[pid=9447] ppid=9445 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9447/stat : 9447 (npSolver-pbo-It) S 9445 9447 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20148188 9367552 275 33554432000 4194304 5064252 140736165160928 140736165159840 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9447/statm: 2287 275 233 213 0 72 0
[pid=9448] ppid=9447 vsize=5816 CPUtime=0.63 cores=0,2,4,6
/proc/9448/stat : 9448 (npSolver-pbo) S 9447 9447 8890 0 -1 4202496 3450 8754 0 0 6 1 54 2 20 0 1 0 20148188 5955584 893 33554432000 4194304 6004724 140735505848688 140735505834968 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/9448/statm: 1454 893 152 442 0 1008 0
[pid=9453] ppid=9448 vsize=44844 CPUtime=522.46 cores=0,2,4,6
/proc/9453/stat : 9453 (glucosInc) R 9448 9447 8890 0 -1 4202496 8931 0 0 0 52243 3 0 0 20 0 1 0 20148252 45920256 10400 33554432000 4194304 5654031 140734978580384 140734978578184 4233204 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9453/statm: 11211 10400 132 357 0 10851 0
Current children cumulated CPU time (s) 523.09
Current children cumulated vsize (KiB) 59808

[startup+524.807 s]
/proc/loadavg: 2.00 2.00 1.93 3/184 9459
/proc/meminfo: memFree=30626412/32873844 swapFree=6868/6868
[pid=9447] ppid=9445 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9447/stat : 9447 (npSolver-pbo-It) S 9445 9447 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20148188 9367552 275 33554432000 4194304 5064252 140736165160928 140736165159840 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9447/statm: 2287 275 233 213 0 72 0
[pid=9448] ppid=9447 vsize=5816 CPUtime=0.63 cores=0,2,4,6
/proc/9448/stat : 9448 (npSolver-pbo) S 9447 9447 8890 0 -1 4202496 3450 8754 0 0 6 1 54 2 20 0 1 0 20148188 5955584 893 33554432000 4194304 6004724 140735505848688 140735505834968 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/9448/statm: 1454 893 152 442 0 1008 0
[pid=9453] ppid=9448 vsize=44844 CPUtime=524.07 cores=0,2,4,6
/proc/9453/stat : 9453 (glucosInc) R 9448 9447 8890 0 -1 4202496 8931 0 0 0 52404 3 0 0 20 0 1 0 20148252 45920256 10400 33554432000 4194304 5654031 140734978580384 140734978578184 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9453/statm: 11211 10400 132 357 0 10851 0
Current children cumulated CPU time (s) 524.7
Current children cumulated vsize (KiB) 59808

[startup+525.2 s]
/proc/loadavg: 2.00 2.00 1.93 3/184 9459
/proc/meminfo: memFree=30626412/32873844 swapFree=6868/6868
[pid=9447] ppid=9445 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9447/stat : 9447 (npSolver-pbo-It) S 9445 9447 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20148188 9367552 275 33554432000 4194304 5064252 140736165160928 140736165159840 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9447/statm: 2287 275 233 213 0 72 0
[pid=9448] ppid=9447 vsize=5816 CPUtime=0.63 cores=0,2,4,6
/proc/9448/stat : 9448 (npSolver-pbo) S 9447 9447 8890 0 -1 4202496 3450 8754 0 0 6 1 54 2 20 0 1 0 20148188 5955584 893 33554432000 4194304 6004724 140735505848688 140735505834968 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/9448/statm: 1454 893 152 442 0 1008 0
[pid=9453] ppid=9448 vsize=44844 CPUtime=524.46 cores=0,2,4,6
/proc/9453/stat : 9453 (glucosInc) R 9448 9447 8890 0 -1 4202496 8931 0 0 0 52443 3 0 0 20 0 1 0 20148252 45920256 10400 33554432000 4194304 5654031 140734978580384 140734978578184 4233213 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9453/statm: 11211 10400 132 357 0 10851 0
Current children cumulated CPU time (s) 525.09
Current children cumulated vsize (KiB) 59808

[startup+525.4 s]
/proc/loadavg: 2.00 2.00 1.93 3/184 9459
/proc/meminfo: memFree=30626412/32873844 swapFree=6868/6868
[pid=9447] ppid=9445 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9447/stat : 9447 (npSolver-pbo-It) S 9445 9447 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20148188 9367552 275 33554432000 4194304 5064252 140736165160928 140736165159840 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9447/statm: 2287 275 233 213 0 72 0
[pid=9448] ppid=9447 vsize=5816 CPUtime=0.63 cores=0,2,4,6
/proc/9448/stat : 9448 (npSolver-pbo) S 9447 9447 8890 0 -1 4202496 3450 8754 0 0 6 1 54 2 20 0 1 0 20148188 5955584 893 33554432000 4194304 6004724 140735505848688 140735505834968 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/9448/statm: 1454 893 152 442 0 1008 0
[pid=9453] ppid=9448 vsize=44844 CPUtime=524.66 cores=0,2,4,6
/proc/9453/stat : 9453 (glucosInc) R 9448 9447 8890 0 -1 4202496 8931 0 0 0 52463 3 0 0 20 0 1 0 20148252 45920256 10400 33554432000 4194304 5654031 140734978580384 140734978578184 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9453/statm: 11211 10400 132 357 0 10851 0
Current children cumulated CPU time (s) 525.29
Current children cumulated vsize (KiB) 59808

[startup+525.5 s]
/proc/loadavg: 2.00 2.00 1.93 3/184 9459
/proc/meminfo: memFree=30626412/32873844 swapFree=6868/6868
[pid=9447] ppid=9445 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9447/stat : 9447 (npSolver-pbo-It) S 9445 9447 8890 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 20148188 9367552 275 33554432000 4194304 5064252 140736165160928 140736165159840 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9447/statm: 2287 275 233 213 0 72 0
[pid=9448] ppid=9447 vsize=5816 CPUtime=0.63 cores=0,2,4,6
/proc/9448/stat : 9448 (npSolver-pbo) S 9447 9447 8890 0 -1 4202496 3450 8754 0 0 6 1 54 2 20 0 1 0 20148188 5955584 893 33554432000 4194304 6004724 140735505848688 140735505834968 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/9448/statm: 1454 893 152 442 0 1008 0
[pid=9453] ppid=9448 vsize=44844 CPUtime=524.76 cores=0,2,4,6
/proc/9453/stat : 9453 (glucosInc) R 9448 9447 8890 0 -1 4202496 8931 0 0 0 52473 3 0 0 20 0 1 0 20148252 45920256 10400 33554432000 4194304 5654031 140734978580384 140734978578184 4226484 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9453/statm: 11211 10400 132 357 0 10851 0
Current children cumulated CPU time (s) 525.39
Current children cumulated vsize (KiB) 59808

Child status: 0

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

Real time (s): 525.543
CPU time (s): 525.39
CPU user time (s): 525.33
CPU system time (s): 0.06
CPU usage (%): 99.9709
Max. virtual memory (cumulated for all children) (KiB): 70240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.605907
system time used= 0.034994
maximum resident set size= 31620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12591
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 1.11583 second user time and 2.6306 second system time

The end

Launcher Data

Begin job on node135 at 2012-06-07 22:43:35
IDJOB=3747324
IDBENCH=2897
IDSOLVER=2332
FILE ID=node135/3747324-1339101815
RUNJOBID= node135-1339098177-8906
PBS_JOBID= 14643718
Free space on /tmp= 70752 MiB

SOLVER NAME= npSolver inc-topDown
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-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3747324-1339101815/watcher-3747324-1339101815 -o /tmp/evaluation-result-3747324-1339101815/solver-3747324-1339101815 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3747324-1339101815.opb 1809036720 HOME HOME

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

MD5SUM BENCH= d2b3af71376059fa940b007abcee01cc
RANDOM SEED=1809036720

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30888196 kB
Buffers:           71988 kB
Cached:          1069340 kB
SwapCached:         2848 kB
Active:           252248 kB
Inactive:         968352 kB
Active(anon):      79732 kB
Inactive(anon):     2152 kB
Active(file):     172516 kB
Inactive(file):   966200 kB
Unevictable:        6868 kB
Mlocked:            6868 kB
SwapTotal:      67108856 kB
SwapFree:       67098820 kB
Dirty:             17692 kB
Writeback:             0 kB
AnonPages:        107440 kB
Mapped:             8804 kB
Shmem:                 0 kB
Slab:             604200 kB
SReclaimable:      45384 kB
SUnreclaim:       558816 kB
KernelStack:        1464 kB
PageTables:         4164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     244024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     83968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70744 MiB
End job on node135 at 2012-06-07 22:52:21