Trace number 3751615

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)? (TO) 1800.03 1803.22

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_fibo_10null10mast_rapportOE1.0_TMAX300_K67_cod3.opb
MD5SUM6298e385d17f7fb5ad3d78ee895ec81c
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-454564
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 28908
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 55663410
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 55663410
Number of bits of the biggest sum of numbers26
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2.48/2.56	c run inc solver
2.48/2.56	c [INC SYSTEM] run initial solver
2.48/2.56	c [INC SYSTEM] preprocess with white file
11.38/11.45	c [INC SYSTEM] finished preprocessing in 8 s
11.38/11.45	c [INC SYSTEM] execute solver
866.99/867.22	c [INC SEARCH] formula is SAT
866.99/867.26	c [INC SYSTEM] solved the initial formula
867.10/867.36	c model valid
867.10/867.36	c current solution ok
871.05/871.36	o -124656
871.05/871.36	c starting approximation
871.05/871.36	c factor = 2
871.05/871.36	c factor still to low - shrinking to 4.81654e+06
871.05/871.36	c approx number of clauses: 1e+06
871.05/871.36	c current bound: 27769376
872.13/875.14	c leaving approximation
872.13/875.14	c finished approximation
872.13/875.14	c [INC SYSTEM] there exists a inc, kill it!
872.13/875.14	c write failed with 2
872.13/875.14	c [INC SEARCH] iteration: 0
872.13/875.14	c [INC BOUNDS] best value:55538754 search for 55538753
872.13/875.14	c [INC SYSTEM] create new solver instance
872.13/875.14	c [INC] encode full formula
872.13/875.14	c fallback to adder encoding
876.47/879.43	c set iterative enc to: adder
876.47/879.43	c set iterative enc to: none
877.06/880.02	c [INC SEARCH] isOptimum variable: 0
1800.03/1803.21	HOME/npSolver-pbo-Itdqb.sh: line 18: 16844 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=1 -useBinSearch=0 -useCP2=1 -useInc=1

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3751615-1339172441/watcher-3751615-1339172441 -o /tmp/evaluation-result-3751615-1339172441/solver-3751615-1339172441 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751615-1339172441.opb 660263051 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: 1.99 2.00 2.00 3/178 16843
/proc/meminfo: memFree=29000668/32873844 swapFree=7900/7900
[pid=16843] ppid=16841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16843/stat : 16843 (npSolver-pbo-It) S 16841 16843 16567 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383368675 9367552 275 33554432000 4194304 5064252 140734614672944 140734614671856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16843/statm: 2287 275 233 213 0 72 0

[startup+0.015144 s]
/proc/loadavg: 1.99 2.00 2.00 3/178 16843
/proc/meminfo: memFree=29000668/32873844 swapFree=7900/7900
[pid=16843] ppid=16841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16843/stat : 16843 (npSolver-pbo-It) S 16841 16843 16567 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383368675 9367552 275 33554432000 4194304 5064252 140734614672944 140734614671856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16843/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100268 s]
/proc/loadavg: 1.99 2.00 2.00 3/178 16843
/proc/meminfo: memFree=29000668/32873844 swapFree=7900/7900
[pid=16843] ppid=16841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16843/stat : 16843 (npSolver-pbo-It) S 16841 16843 16567 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383368675 9367552 275 33554432000 4194304 5064252 140734614672944 140734614671856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16843/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300279 s]
/proc/loadavg: 1.99 2.00 2.00 3/178 16843
/proc/meminfo: memFree=29000668/32873844 swapFree=7900/7900
[pid=16843] ppid=16841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16843/stat : 16843 (npSolver-pbo-It) S 16841 16843 16567 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383368675 9367552 275 33554432000 4194304 5064252 140734614672944 140734614671856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16843/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700267 s]
/proc/loadavg: 1.99 2.00 2.00 3/178 16843
/proc/meminfo: memFree=29000668/32873844 swapFree=7900/7900
[pid=16843] ppid=16841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16843/stat : 16843 (npSolver-pbo-It) S 16841 16843 16567 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383368675 9367552 275 33554432000 4194304 5064252 140734614672944 140734614671856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16843/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: 1.99 2.00 2.00 3/180 16845
/proc/meminfo: memFree=28715424/32873844 swapFree=7900/7900
[pid=16843] ppid=16841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16843/stat : 16843 (npSolver-pbo-It) S 16841 16843 16567 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383368675 9367552 275 33554432000 4194304 5064252 140734614672944 140734614671856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16843/statm: 2287 275 233 213 0 72 0
[pid=16844] ppid=16843 vsize=241460 CPUtime=1.49 cores=0,2,4,6
/proc/16844/stat : 16844 (npSolver-pbo) R 16843 16843 16567 0 -1 4202496 22836 0 0 0 143 6 0 0 20 0 1 0 383368675 247255040 45254 33554432000 4194304 6004724 140735055995200 140735055989832 4536089 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16844/statm: 60365 45254 154 442 0 59919 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 250608

[startup+3.10037 s]
/proc/loadavg: 1.99 2.00 2.00 3/182 16847
/proc/meminfo: memFree=28550444/32873844 swapFree=7900/7900
[pid=16843] ppid=16841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16843/stat : 16843 (npSolver-pbo-It) S 16841 16843 16567 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383368675 9367552 275 33554432000 4194304 5064252 140734614672944 140734614671856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16843/statm: 2287 275 233 213 0 72 0
[pid=16844] ppid=16843 vsize=167792 CPUtime=2.6 cores=0,2,4,6
/proc/16844/stat : 16844 (npSolver-pbo) S 16843 16843 16567 0 -1 4202496 23667 0 0 0 230 30 0 0 20 0 1 0 383368675 171819008 41599 33554432000 4194304 6004724 140735055995200 140735055989664 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16844/statm: 41948 41599 163 442 0 41502 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 176940

[startup+6.30044 s]
/proc/loadavg: 2.07 2.02 2.00 3/184 16849
/proc/meminfo: memFree=27755924/32873844 swapFree=7900/7900
[pid=16843] ppid=16841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16843/stat : 16843 (npSolver-pbo-It) S 16841 16843 16567 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383368675 9367552 275 33554432000 4194304 5064252 140734614672944 140734614671856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16843/statm: 2287 275 233 213 0 72 0
[pid=16844] ppid=16843 vsize=167792 CPUtime=2.6 cores=0,2,4,6
/proc/16844/stat : 16844 (npSolver-pbo) S 16843 16843 16567 0 -1 4202496 23667 0 0 0 230 30 0 0 20 0 1 0 383368675 171819008 41599 33554432000 4194304 6004724 140735055995200 140735055989664 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/16844/statm: 41948 41599 163 442 0 41502 0
[pid=16848] ppid=16844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16848/stat : 16848 (cp2_pre.sh) S 16844 16843 16567 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 383368936 9367552 277 33554432000 4194304 5064252 140736063882688 140736063881392 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/16848/statm: 2287 277 234 213 0 72 0
[pid=16849] ppid=16848 vsize=564736 CPUtime=3.68 cores=0,2,4,6
/proc/16849/stat : 16849 (coprocessor) R 16848 16843 16567 0 -1 4202496 56376 0 0 0 352 16 0 0 20 0 1 0 383368936 578289664 127837 33554432000 4194304 6586260 140734397489648 140734397485912 4498521 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/16849/statm: 141184 127837 168 584 0 140596 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 750824

[startup+12.7004 s]
/proc/loadavg: 2.15 2.03 2.01 3/182 16853
/proc/meminfo: memFree=28335928/32873844 swapFree=7900/7900
[pid=16843] ppid=16841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16843/stat : 16843 (npSolver-pbo-It) S 16841 16843 16567 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383368675 9367552 275 33554432000 4194304 5064252 140734614672944 140734614671856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16843/statm: 2287 275 233 213 0 72 0
[pid=16844] ppid=16843 vsize=167792 CPUtime=11.43 cores=0,2,4,6
/proc/16844/stat : 16844 (npSolver-pbo) S 16843 16843 16567 0 -1 4202496 23684 72486 0 0 230 30 843 40 20 0 1 0 383368675 171819008 41603 33554432000 4194304 6004724 140735055995200 140735055981480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/16844/statm: 41948 41603 167 442 0 41502 0
[pid=16853] ppid=16844 vsize=270684 CPUtime=1.24 cores=0,2,4,6
/proc/16853/stat : 16853 (glucosInc) R 16844 16843 16567 0 -1 4202496 46276 0 0 0 114 10 0 0 20 0 1 0 383369820 277180416 60097 33554432000 4194304 5654031 140734470045440 140734468994792 4214475 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16853/statm: 67671 60097 140 357 0 67311 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 447624

[startup+25.5004 s]
/proc/loadavg: 2.20 2.05 2.01 3/181 16853
/proc/meminfo: memFree=28330308/32873844 swapFree=7900/7900
[pid=16843] ppid=16841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16843/stat : 16843 (npSolver-pbo-It) S 16841 16843 16567 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383368675 9367552 275 33554432000 4194304 5064252 140734614672944 140734614671856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16843/statm: 2287 275 233 213 0 72 0
[pid=16844] ppid=16843 vsize=167792 CPUtime=11.43 cores=0,2,4,6
/proc/16844/stat : 16844 (npSolver-pbo) S 16843 16843 16567 0 -1 4202496 23684 72486 0 0 230 30 843 40 20 0 1 0 383368675 171819008 41603 33554432000 4194304 6004724 140735055995200 140735055981480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/16844/statm: 41948 41603 167 442 0 41502 0
[pid=16853] ppid=16844 vsize=278288 CPUtime=14.03 cores=0,2,4,6
/proc/16853/stat : 16853 (glucosInc) R 16844 16843 16567 0 -1 4202496 47506 0 0 0 1392 11 0 0 20 0 1 0 383369820 284966912 61327 33554432000 4194304 5654031 140734470045440 140734470033256 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16853/statm: 69572 61327 140 357 0 69212 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 455228

[startup+51.1069 s]
/proc/loadavg: 2.12 2.04 2.01 3/181 16853
/proc/meminfo: memFree=28327268/32873844 swapFree=7900/7900
[pid=16843] ppid=16841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16843/stat : 16843 (npSolver-pbo-It) S 16841 16843 16567 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383368675 9367552 275 33554432000 4194304 5064252 140734614672944 140734614671856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16843/statm: 2287 275 233 213 0 72 0
[pid=16844] ppid=16843 vsize=167792 CPUtime=11.43 cores=0,2,4,6
/proc/16844/stat : 16844 (npSolver-pbo) S 16843 16843 16567 0 -1 4202496 23684 72486 0 0 230 30 843 40 20 0 1 0 383368675 171819008 41603 33554432000 4194304 6004724 140735055995200 140735055981480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/16844/statm: 41948 41603 167 442 0 41502 0
[pid=16853] ppid=16844 vsize=278288 CPUtime=39.63 cores=0,2,4,6
/proc/16853/stat : 16853 (glucosInc) R 16844 16843 16567 0 -1 4202496 47762 0 0 0 3952 11 0 0 20 0 1 0 383369820 284966912 62094 33554432000 4194304 5654031 140734470045440 140734470033256 4214618 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16853/statm: 69572 62094 140 357 0 69212 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 455228

[startup+102.3 s]
/proc/loadavg: 2.05 2.03 2.01 3/181 16853
/proc/meminfo: memFree=28322120/32873844 swapFree=7900/7900
[pid=16843] ppid=16841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16843/stat : 16843 (npSolver-pbo-It) S 16841 16843 16567 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383368675 9367552 275 33554432000 4194304 5064252 140734614672944 140734614671856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16843/statm: 2287 275 233 213 0 72 0
[pid=16844] ppid=16843 vsize=167792 CPUtime=11.43 cores=0,2,4,6
/proc/16844/stat : 16844 (npSolver-pbo) S 16843 16843 16567 0 -1 4202496 23684 72486 0 0 230 30 843 40 20 0 1 0 383368675 171819008 41603 33554432000 4194304 6004724 140735055995200 140735055981480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/16844/statm: 41948 41603 167 442 0 41502 0
[pid=16853] ppid=16844 vsize=281536 CPUtime=90.82 cores=0,2,4,6
/proc/16853/stat : 16853 (glucosInc) R 16844 16843 16567 0 -1 4202496 48417 0 0 0 9071 11 0 0 20 0 1 0 383369820 288292864 63260 33554432000 4194304 5654031 140734470045440 140734470033256 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16853/statm: 70384 63260 141 357 0 70024 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 458476

[startup+162.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/181 16854
/proc/meminfo: memFree=28320260/32873844 swapFree=7900/7900
[pid=16843] ppid=16841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16843/stat : 16843 (npSolver-pbo-It) S 16841 16843 16567 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383368675 9367552 275 33554432000 4194304 5064252 140734614672944 140734614671856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16843/statm: 2287 275 233 213 0 72 0
[pid=16844] ppid=16843 vsize=167792 CPUtime=11.43 cores=0,2,4,6
/proc/16844/stat : 16844 (npSolver-pbo) S 16843 16843 16567 0 -1 4202496 23684 72486 0 0 230 30 843 40 20 0 1 0 383368675 171819008 41603 33554432000 4194304 6004724 140735055995200 140735055981480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/16844/statm: 41948 41603 167 442 0 41502 0
[pid=16853] ppid=16844 vsize=312356 CPUtime=150.81 cores=0,2,4,6
/proc/16853/stat : 16853 (glucosInc) R 16844 16843 16567 0 -1 4202496 48838 0 0 0 15070 11 0 0 20 0 1 0 383369820 319852544 63667 33554432000 4194304 5654031 140734470045440 140734470033256 4215112 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16853/statm: 78089 63667 141 357 0 77729 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 489296

[startup+222.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/181 16854
/proc/meminfo: memFree=28312680/32873844 swapFree=7900/7900
[pid=16843] ppid=16841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16843/stat : 16843 (npSolver-pbo-It) S 16841 16843 16567 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383368675 9367552 275 33554432000 4194304 5064252 140734614672944 140734614671856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16843/statm: 2287 275 233 213 0 72 0
[pid=16844] ppid=16843 vsize=167792 CPUtime=11.43 cores=0,2,4,6
/proc/16844/stat : 16844 (npSolver-pbo) S 16843 16843 16567 0 -1 4202496 23684 72486 0 0 230 30 843 40 20 0 1 0 383368675 171819008 41603 33554432000 4194304 6004724 140735055995200 140735055981480 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/16844/statm: 41948 41603 167 442 0 41502 0
[pid=16853] ppid=16844 vsize=315564 CPUtime=210.8 cores=0,2,4,6
/proc/16853/stat : 16853 (glucosInc) R 16844 16843 16567 0 -1 4202496 49109 0 0 0 21068 12 0 0 20 0 1 0 383369820 323137536 64954 33554432000 4194304 5654031 140734470045440 140734470033256 4209217 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16853/statm: 78891 64954 141 357 0 78531 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 492504

[startup+282.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 16854
/proc/meminfo: memFree=28310228/32873844 swapFree=7900/7900
[pid=16843] ppid=16841 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/meminfo: memFree=27229116/32873844 swapFree=7900/7900
[pid=16843] ppid=16841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16843/stat : 16843 (npSolver-pbo-It) S 16841 16843 16567 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383368675 9367552 275 33554432000 4194304 5064252 140734614672944 140734614671856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16843/statm: 2287 275 233 213 0 72 0
[pid=16844] ppid=16843 vsize=193164 CPUtime=877.09 cores=0,2,4,6
/proc/16844/stat : 16844 (npSolver-pbo) S 16843 16843 16567 0 -1 4202496 42549 177136 0 0 738 418 86458 95 20 0 1 0 383368675 197799936 47974 33554432000 4194304 6004724 140735055995200 140735055981048 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/16844/statm: 48291 47974 195 442 0 47845 0
[pid=16869] ppid=16844 vsize=1023700 CPUtime=482.12 cores=0,2,4,6
/proc/16869/stat : 16869 (glucosInc) R 16844 16843 16567 0 -1 4202496 138289 0 0 0 48165 47 0 0 20 0 1 0 383456678 1048268800 237239 33554432000 4194304 5654031 140734063462624 140734063450440 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16869/statm: 255925 237239 141 357 0 255565 0
Current children cumulated CPU time (s) 1359.21
Current children cumulated vsize (KiB) 1226012

[startup+1422.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 16875
/proc/meminfo: memFree=27229052/32873844 swapFree=7904/7904
[pid=16843] ppid=16841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16843/stat : 16843 (npSolver-pbo-It) S 16841 16843 16567 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383368675 9367552 275 33554432000 4194304 5064252 140734614672944 140734614671856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16843/statm: 2287 275 233 213 0 72 0
[pid=16844] ppid=16843 vsize=193164 CPUtime=877.09 cores=0,2,4,6
/proc/16844/stat : 16844 (npSolver-pbo) S 16843 16843 16567 0 -1 4202496 42549 177136 0 0 738 418 86458 95 20 0 1 0 383368675 197799936 47974 33554432000 4194304 6004724 140735055995200 140735055981048 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/16844/statm: 48291 47974 195 442 0 47845 0
[pid=16869] ppid=16844 vsize=1023700 CPUtime=542.1 cores=0,2,4,6
/proc/16869/stat : 16869 (glucosInc) R 16844 16843 16567 0 -1 4202496 138289 0 0 0 54163 47 0 0 20 0 1 0 383456678 1048268800 237239 33554432000 4194304 5654031 140734063462624 140734063450440 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16869/statm: 255925 237239 141 357 0 255565 0
Current children cumulated CPU time (s) 1419.19
Current children cumulated vsize (KiB) 1226012

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 16875
/proc/meminfo: memFree=27229112/32873844 swapFree=7900/7900
[pid=16843] ppid=16841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16843/stat : 16843 (npSolver-pbo-It) S 16841 16843 16567 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383368675 9367552 275 33554432000 4194304 5064252 140734614672944 140734614671856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16843/statm: 2287 275 233 213 0 72 0
[pid=16844] ppid=16843 vsize=193164 CPUtime=877.09 cores=0,2,4,6
/proc/16844/stat : 16844 (npSolver-pbo) S 16843 16843 16567 0 -1 4202496 42549 177136 0 0 738 418 86458 95 20 0 1 0 383368675 197799936 47974 33554432000 4194304 6004724 140735055995200 140735055981048 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/16844/statm: 48291 47974 195 442 0 47845 0
[pid=16869] ppid=16844 vsize=1023700 CPUtime=602.09 cores=0,2,4,6
/proc/16869/stat : 16869 (glucosInc) R 16844 16843 16567 0 -1 4202496 138295 0 0 0 60162 47 0 0 20 0 1 0 383456678 1048268800 237239 33554432000 4194304 5654031 140734063462624 140734063450440 4216105 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16869/statm: 255925 237239 141 357 0 255565 0
Current children cumulated CPU time (s) 1479.18
Current children cumulated vsize (KiB) 1226012

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 16875
/proc/meminfo: memFree=27222548/32873844 swapFree=7900/7900
[pid=16843] ppid=16841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16843/stat : 16843 (npSolver-pbo-It) S 16841 16843 16567 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383368675 9367552 275 33554432000 4194304 5064252 140734614672944 140734614671856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16843/statm: 2287 275 233 213 0 72 0
[pid=16844] ppid=16843 vsize=193164 CPUtime=877.09 cores=0,2,4,6
/proc/16844/stat : 16844 (npSolver-pbo) S 16843 16843 16567 0 -1 4202496 42549 177136 0 0 738 418 86458 95 20 0 1 0 383368675 197799936 47974 33554432000 4194304 6004724 140735055995200 140735055981048 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/16844/statm: 48291 47974 195 442 0 47845 0
[pid=16869] ppid=16844 vsize=1155960 CPUtime=662.08 cores=0,2,4,6
/proc/16869/stat : 16869 (glucosInc) R 16844 16843 16567 0 -1 4202496 138787 0 0 0 66159 49 0 0 20 0 1 0 383456678 1183703040 239410 33554432000 4194304 5654031 140734063462624 140734063450440 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16869/statm: 288990 239410 141 357 0 288630 0
Current children cumulated CPU time (s) 1539.17
Current children cumulated vsize (KiB) 1358272

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 16875
/proc/meminfo: memFree=27216160/32873844 swapFree=7900/7900
[pid=16843] ppid=16841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16843/stat : 16843 (npSolver-pbo-It) S 16841 16843 16567 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383368675 9367552 275 33554432000 4194304 5064252 140734614672944 140734614671856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16843/statm: 2287 275 233 213 0 72 0
[pid=16844] ppid=16843 vsize=193164 CPUtime=877.09 cores=0,2,4,6
/proc/16844/stat : 16844 (npSolver-pbo) S 16843 16843 16567 0 -1 4202496 42549 177136 0 0 738 418 86458 95 20 0 1 0 383368675 197799936 47974 33554432000 4194304 6004724 140735055995200 140735055981048 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/16844/statm: 48291 47974 195 442 0 47845 0
[pid=16869] ppid=16844 vsize=1155960 CPUtime=722.07 cores=0,2,4,6
/proc/16869/stat : 16869 (glucosInc) R 16844 16843 16567 0 -1 4202496 138789 0 0 0 72158 49 0 0 20 0 1 0 383456678 1183703040 240484 33554432000 4194304 5654031 140734063462624 140734063450440 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16869/statm: 288990 240484 141 357 0 288630 0
Current children cumulated CPU time (s) 1599.16
Current children cumulated vsize (KiB) 1358272

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 16876
/proc/meminfo: memFree=27210692/32873844 swapFree=7900/7900
[pid=16843] ppid=16841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16843/stat : 16843 (npSolver-pbo-It) S 16841 16843 16567 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383368675 9367552 275 33554432000 4194304 5064252 140734614672944 140734614671856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16843/statm: 2287 275 233 213 0 72 0
[pid=16844] ppid=16843 vsize=193164 CPUtime=877.09 cores=0,2,4,6
/proc/16844/stat : 16844 (npSolver-pbo) S 16843 16843 16567 0 -1 4202496 42549 177136 0 0 738 418 86458 95 20 0 1 0 383368675 197799936 47974 33554432000 4194304 6004724 140735055995200 140735055981048 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/16844/statm: 48291 47974 195 442 0 47845 0
[pid=16869] ppid=16844 vsize=1155960 CPUtime=782.05 cores=0,2,4,6
/proc/16869/stat : 16869 (glucosInc) R 16844 16843 16567 0 -1 4202496 138792 0 0 0 78156 49 0 0 20 0 1 0 383456678 1183703040 241827 33554432000 4194304 5654031 140734063462624 140734063450440 4208619 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16869/statm: 288990 241827 141 357 0 288630 0
Current children cumulated CPU time (s) 1659.14
Current children cumulated vsize (KiB) 1358272

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 16876
/proc/meminfo: memFree=27200576/32873844 swapFree=7900/7900
[pid=16843] ppid=16841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16843/stat : 16843 (npSolver-pbo-It) S 16841 16843 16567 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383368675 9367552 275 33554432000 4194304 5064252 140734614672944 140734614671856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16843/statm: 2287 275 233 213 0 72 0
[pid=16844] ppid=16843 vsize=193164 CPUtime=877.09 cores=0,2,4,6
/proc/16844/stat : 16844 (npSolver-pbo) S 16843 16843 16567 0 -1 4202496 42549 177136 0 0 738 418 86458 95 20 0 1 0 383368675 197799936 47974 33554432000 4194304 6004724 140735055995200 140735055981048 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/16844/statm: 48291 47974 195 442 0 47845 0
[pid=16869] ppid=16844 vsize=1166084 CPUtime=842.04 cores=0,2,4,6
/proc/16869/stat : 16869 (glucosInc) R 16844 16843 16567 0 -1 4202496 138798 0 0 0 84155 49 0 0 20 0 1 0 383456678 1194070016 244388 33554432000 4194304 5654031 140734063462624 140734063450440 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16869/statm: 291521 244388 141 357 0 291161 0
Current children cumulated CPU time (s) 1719.13
Current children cumulated vsize (KiB) 1368396

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/182 16879
/proc/meminfo: memFree=27200568/32873844 swapFree=7900/7900
[pid=16843] ppid=16841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16843/stat : 16843 (npSolver-pbo-It) S 16841 16843 16567 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383368675 9367552 275 33554432000 4194304 5064252 140734614672944 140734614671856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16843/statm: 2287 275 233 213 0 72 0
[pid=16844] ppid=16843 vsize=193164 CPUtime=877.09 cores=0,2,4,6
/proc/16844/stat : 16844 (npSolver-pbo) S 16843 16843 16567 0 -1 4202496 42549 177136 0 0 738 418 86458 95 20 0 1 0 383368675 197799936 47974 33554432000 4194304 6004724 140735055995200 140735055981048 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/16844/statm: 48291 47974 195 442 0 47845 0
[pid=16869] ppid=16844 vsize=1166084 CPUtime=902.03 cores=0,2,4,6
/proc/16869/stat : 16869 (glucosInc) R 16844 16843 16567 0 -1 4202496 138798 0 0 0 90154 49 0 0 20 0 1 0 383456678 1194070016 244388 33554432000 4194304 5654031 140734063462624 140734063450440 4232830 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16869/statm: 291521 244388 141 357 0 291161 0
Current children cumulated CPU time (s) 1779.12
Current children cumulated vsize (KiB) 1368396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16921
/proc/meminfo: memFree=27109540/32873844 swapFree=7900/7900
[pid=16843] ppid=16841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16843/stat : 16843 (npSolver-pbo-It) S 16841 16843 16567 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383368675 9367552 275 33554432000 4194304 5064252 140734614672944 140734614671856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16843/statm: 2287 275 233 213 0 72 0
[pid=16844] ppid=16843 vsize=193164 CPUtime=877.09 cores=0,2,4,6
/proc/16844/stat : 16844 (npSolver-pbo) S 16843 16843 16567 0 -1 4202496 42549 177136 0 0 738 418 86458 95 20 0 1 0 383368675 197799936 47974 33554432000 4194304 6004724 140735055995200 140735055981048 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/16844/statm: 48291 47974 195 442 0 47845 0
[pid=16869] ppid=16844 vsize=1166084 CPUtime=922.94 cores=0,2,4,6
/proc/16869/stat : 16869 (glucosInc) R 16844 16843 16567 0 -1 4202496 138798 0 0 0 92245 49 0 0 20 0 1 0 383456678 1194070016 244388 33554432000 4194304 5654031 140734063462624 140734063450440 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16869/statm: 291521 244388 141 357 0 291161 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1368396

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1803.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16921
/proc/meminfo: memFree=27109540/32873844 swapFree=7900/7900
[pid=16843] ppid=16841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/16843/stat : 16843 (npSolver-pbo-It) S 16841 16843 16567 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 383368675 9367552 275 33554432000 4194304 5064252 140734614672944 140734614671856 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/16843/statm: 2287 275 233 213 0 72 0
[pid=16844] ppid=16843 vsize=193164 CPUtime=877.09 cores=0,2,4,6
/proc/16844/stat : 16844 (npSolver-pbo) S 16843 16843 16567 0 -1 4202496 42549 177136 0 0 738 418 86458 95 20 0 1 0 383368675 197799936 47974 33554432000 4194304 6004724 140735055995200 140735055981048 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/16844/statm: 48291 47974 195 442 0 47845 0
[pid=16869] ppid=16844 vsize=1166084 CPUtime=922.94 cores=0,2,4,6
/proc/16869/stat : 16869 (glucosInc) R 16844 16843 16567 0 -1 4202496 138798 0 0 0 92245 49 0 0 20 0 1 0 383456678 1194070016 244388 33554432000 4194304 5654031 140734063462624 140734063450440 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16869/statm: 291521 244388 141 357 0 291161 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1368396

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16843 and gives
#  childrusage.ru_utime.tv_sec=871
#  childrusage.ru_utime.tv_usec=971440
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=147217
# CPU time returned by wait4() is 877.119
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1803.22
CPU time (s): 1800.03
CPU user time (s): 1794.41
CPU system time (s): 5.62
CPU usage (%): 99.8233
Max. virtual memory (cumulated for all children) (KiB): 1560748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 871.971
system time used= 5.14722
maximum resident set size= 812384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 220052
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1417168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1482
involuntary context switches= 1486

runsolver used 2.70259 second user time and 12.0312 second system time

The end

Launcher Data

Begin job on node137 at 2012-06-08 18:20:41
IDJOB=3751615
IDBENCH=91808
IDSOLVER=2335
FILE ID=node137/3751615-1339172441
RUNJOBID= node137-1339168837-16583
PBS_JOBID= 14643809
Free space on /tmp= 70632 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_fibo_10null10mast_rapportOE1.0_TMAX300_K67_cod3.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3751615-1339172441/watcher-3751615-1339172441 -o /tmp/evaluation-result-3751615-1339172441/solver-3751615-1339172441 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751615-1339172441.opb 660263051 HOME HOME

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

MD5SUM BENCH= 6298e385d17f7fb5ad3d78ee895ec81c
RANDOM SEED=660263051

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
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.90
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.600
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.600
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:        29001792 kB
Buffers:          448040 kB
Cached:          2542588 kB
SwapCached:         4640 kB
Active:          1347088 kB
Inactive:        1659484 kB
Active(anon):       5748 kB
Inactive(anon):     5860 kB
Active(file):    1341340 kB
Inactive(file):  1653624 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67097908 kB
Dirty:             22136 kB
Writeback:            32 kB
AnonPages:         14264 kB
Mapped:            10268 kB
Shmem:                 0 kB
Slab:             722456 kB
SReclaimable:     163160 kB
SUnreclaim:       559296 kB
KernelStack:        1448 kB
PageTables:         3968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     129280 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= 70208 MiB
End job on node137 at 2012-06-08 18:50:47