Trace number 3698521

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? (TO) 1800.04 1800.72

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_50null50mast_rapportOE1.0_TMAX180_K192_cod2.opb
MD5SUM765f9ba042cd825181247f9fbcec5226
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-35819
Best CPU time to get the best result obtained on this benchmark746.384
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 892
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 891819
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 891819
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

4.09/4.13	c fallback to adder encoding
6.98/7.03	c run inc solver
6.98/7.03	c [INC SYSTEM] run initial solver
6.98/7.03	c [INC SYSTEM] preprocess with white file
24.38/24.68	c [INC SYSTEM] finished preprocessing in 17 s
24.38/24.68	c [INC SYSTEM] execute solver
38.61/38.80	c [INC SEARCH] formula is SAT
38.71/38.91	c [INC SYSTEM] solved the initial formula
39.61/39.84	c model valid
39.61/39.84	c current solution ok
47.58/48.15	o -7000
47.58/48.15	c [INC SYSTEM] there exists a inc, kill it!
47.58/48.15	c write failed with 2
47.58/48.19	c [INC SEARCH] iteration: 0
47.58/48.19	c [INC BOUNDS] best value:884819 search for 884818
47.58/48.19	c [INC SYSTEM] create new solver instance
47.58/48.19	c [INC] encode full formula
47.58/48.19	c fallback to adder encoding
47.83/48.28	c set iterative enc to: adder
47.83/48.28	c set iterative enc to: none
48.13/48.50	c [INC SEARCH] isOptimum variable: 0

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-3698521-1338111265/watcher-3698521-1338111265 -o /tmp/evaluation-result-3698521-1338111265/solver-3698521-1338111265 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3698521-1338111265.opb 100413835 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.00 2.02 2.00 3/180 13983
/proc/meminfo: memFree=27013148/32873844 swapFree=7124/7124
[pid=13983] ppid=13981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13983/stat : 13983 (npSolver-pbo-It) S 13981 13983 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277251973 9367552 275 33554432000 4194304 5064252 140734547802128 140734547801040 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13983/statm: 2287 275 233 213 0 72 0

[startup+0.0983881 s]
/proc/loadavg: 2.00 2.02 2.00 3/180 13983
/proc/meminfo: memFree=27013148/32873844 swapFree=7124/7124
[pid=13983] ppid=13981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13983/stat : 13983 (npSolver-pbo-It) S 13981 13983 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277251973 9367552 275 33554432000 4194304 5064252 140734547802128 140734547801040 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13983/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100114 s]
/proc/loadavg: 2.00 2.02 2.00 3/180 13983
/proc/meminfo: memFree=27013148/32873844 swapFree=7124/7124
[pid=13983] ppid=13981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13983/stat : 13983 (npSolver-pbo-It) S 13981 13983 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277251973 9367552 275 33554432000 4194304 5064252 140734547802128 140734547801040 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13983/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300217 s]
/proc/loadavg: 2.00 2.02 2.00 3/180 13983
/proc/meminfo: memFree=27013148/32873844 swapFree=7124/7124
[pid=13983] ppid=13981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13983/stat : 13983 (npSolver-pbo-It) S 13981 13983 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277251973 9367552 275 33554432000 4194304 5064252 140734547802128 140734547801040 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13983/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700223 s]
/proc/loadavg: 2.00 2.02 2.00 3/180 13983
/proc/meminfo: memFree=27013148/32873844 swapFree=7124/7124
[pid=13983] ppid=13981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13983/stat : 13983 (npSolver-pbo-It) S 13981 13983 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277251973 9367552 275 33554432000 4194304 5064252 140734547802128 140734547801040 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13983/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 13985
/proc/meminfo: memFree=27006720/32873844 swapFree=7124/7124
[pid=13983] ppid=13981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13983/stat : 13983 (npSolver-pbo-It) S 13981 13983 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277251973 9367552 275 33554432000 4194304 5064252 140734547802128 140734547801040 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13983/statm: 2287 275 233 213 0 72 0
[pid=13984] ppid=13983 vsize=13524 CPUtime=1.49 cores=0,2,4,6
/proc/13984/stat : 13984 (npSolver-pbo) R 13983 13983 10899 0 -1 4202496 2733 0 0 0 149 0 0 0 20 0 1 0 277251973 13848576 2748 33554432000 4194304 5992684 140736748297008 140736748293128 5179600 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13984/statm: 3381 2748 146 440 0 2937 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22672

[startup+3.10027 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 13985
/proc/meminfo: memFree=26997600/32873844 swapFree=7124/7124
[pid=13983] ppid=13981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13983/stat : 13983 (npSolver-pbo-It) S 13981 13983 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277251973 9367552 275 33554432000 4194304 5064252 140734547802128 140734547801040 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13983/statm: 2287 275 233 213 0 72 0
[pid=13984] ppid=13983 vsize=49764 CPUtime=3.09 cores=0,2,4,6
/proc/13984/stat : 13984 (npSolver-pbo) R 13983 13983 10899 0 -1 4202496 10176 0 0 0 307 2 0 0 20 0 1 0 277251973 50958336 11720 33554432000 4194304 5992684 140736748297008 140736748293128 4524664 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13984/statm: 12441 11720 159 440 0 11997 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58912

[startup+6.30031 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 13985
/proc/meminfo: memFree=26746232/32873844 swapFree=7124/7124
[pid=13983] ppid=13981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13983/stat : 13983 (npSolver-pbo-It) S 13981 13983 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277251973 9367552 275 33554432000 4194304 5064252 140734547802128 140734547801040 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13983/statm: 2287 275 233 213 0 72 0
[pid=13984] ppid=13983 vsize=372736 CPUtime=6.28 cores=0,2,4,6
/proc/13984/stat : 13984 (npSolver-pbo) R 13983 13983 10899 0 -1 4202496 31915 0 0 0 616 12 0 0 20 0 1 0 277251973 381681664 84950 33554432000 4194304 5992684 140736748297008 140736748291976 4523464 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13984/statm: 93184 84950 167 440 0 92740 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 381884

[startup+12.7003 s]
/proc/loadavg: 2.08 2.03 2.01 3/184 13987
/proc/meminfo: memFree=25413356/32873844 swapFree=7124/7124
[pid=13983] ppid=13981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13983/stat : 13983 (npSolver-pbo-It) S 13981 13983 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277251973 9367552 275 33554432000 4194304 5064252 140734547802128 140734547801040 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13983/statm: 2287 275 233 213 0 72 0
[pid=13984] ppid=13983 vsize=372736 CPUtime=7.03 cores=0,2,4,6
/proc/13984/stat : 13984 (npSolver-pbo) S 13983 13983 10899 0 -1 4202496 32637 0 0 0 652 51 0 0 20 0 1 0 277251973 381681664 91142 33554432000 4194304 5992684 140736748297008 140736748291456 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13984/statm: 93184 91142 174 440 0 92740 0
[pid=13986] ppid=13984 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13986/stat : 13986 (cp2_pre.sh) S 13984 13983 10899 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 277252677 9367552 277 33554432000 4194304 5064252 140733412181104 140733412179808 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13986/statm: 2287 277 234 213 0 72 0
[pid=13987] ppid=13986 vsize=1158500 CPUtime=5.64 cores=0,2,4,6
/proc/13987/stat : 13987 (coprocessor) R 13986 13983 10899 0 -1 4202496 78038 0 0 0 532 32 0 0 20 0 1 0 277252678 1186304000 256140 33554432000 4194304 6586260 140734342838384 140734342834712 5511711 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/13987/statm: 289625 256141 164 584 0 289037 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1549532

[startup+25.5003 s]
/proc/loadavg: 2.14 2.05 2.01 3/183 13990
/proc/meminfo: memFree=26246996/32873844 swapFree=7124/7124
[pid=13983] ppid=13981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13983/stat : 13983 (npSolver-pbo-It) S 13981 13983 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277251973 9367552 275 33554432000 4194304 5064252 140734547802128 140734547801040 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13983/statm: 2287 275 233 213 0 72 0
[pid=13984] ppid=13983 vsize=372736 CPUtime=24.48 cores=0,2,4,6
/proc/13984/stat : 13984 (npSolver-pbo) S 13983 13983 10899 0 -1 4202496 32653 118686 0 0 652 51 1667 78 20 0 1 0 277251973 381681664 91144 33554432000 4194304 5992684 140736748297008 140736748283272 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/13984/statm: 93184 91144 176 440 0 92740 0
[pid=13990] ppid=13984 vsize=394564 CPUtime=0.8 cores=0,2,4,6
/proc/13990/stat : 13990 (glucosInc) R 13984 13983 10899 0 -1 4202496 53008 0 0 0 68 12 0 0 20 0 1 0 277254442 404033536 87540 33554432000 4194304 5654031 140735706470768 140735705420216 4240850 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13990/statm: 98641 87541 109 357 0 98281 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 776448

[startup+51.1003 s]
/proc/loadavg: 2.25 2.07 2.02 3/183 13993
/proc/meminfo: memFree=25845956/32873844 swapFree=7124/7124
[pid=13983] ppid=13981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13983/stat : 13983 (npSolver-pbo-It) S 13981 13983 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277251973 9367552 275 33554432000 4194304 5064252 140734547802128 140734547801040 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13983/statm: 2287 275 233 213 0 72 0
[pid=13984] ppid=13983 vsize=404400 CPUtime=48.13 cores=0,2,4,6
/proc/13984/stat : 13984 (npSolver-pbo) S 13983 13983 10899 0 -1 4202496 43600 211057 0 0 910 710 3054 139 20 0 1 0 277251973 414105600 99047 33554432000 4194304 5992684 140736748297008 140736748282840 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 18 0 0
/proc/13984/statm: 101100 99047 185 440 0 100656 0
[pid=13993] ppid=13984 vsize=594088 CPUtime=2.58 cores=0,2,4,6
/proc/13993/stat : 13993 (glucosInc) R 13984 13983 10899 0 -1 4202496 83566 0 0 0 237 21 0 0 20 0 1 0 277256823 608346112 130680 33554432000 4194304 5654031 140733554690576 140733554688360 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13993/statm: 148522 130680 130 357 0 148162 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 1007636

[startup+102.307 s]
/proc/loadavg: 2.10 2.06 2.01 3/183 13993
/proc/meminfo: memFree=25798908/32873844 swapFree=7124/7124
[pid=13983] ppid=13981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13983/stat : 13983 (npSolver-pbo-It) S 13981 13983 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277251973 9367552 275 33554432000 4194304 5064252 140734547802128 140734547801040 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13983/statm: 2287 275 233 213 0 72 0
[pid=13984] ppid=13983 vsize=404400 CPUtime=48.13 cores=0,2,4,6
/proc/13984/stat : 13984 (npSolver-pbo) S 13983 13983 10899 0 -1 4202496 43600 211057 0 0 910 710 3054 139 20 0 1 0 277251973 414105600 99047 33554432000 4194304 5992684 140736748297008 140736748282840 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 18 0 0
/proc/13984/statm: 101100 99047 185 440 0 100656 0
[pid=13993] ppid=13984 vsize=634196 CPUtime=53.79 cores=0,2,4,6
/proc/13993/stat : 13993 (glucosInc) R 13984 13983 10899 0 -1 4202496 88430 0 0 0 5353 26 0 0 20 0 1 0 277256823 649416704 144751 33554432000 4194304 5654031 140733554690576 140733554678392 4243644 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13993/statm: 158549 144751 142 357 0 158189 0
Current children cumulated CPU time (s) 101.92
Current children cumulated vsize (KiB) 1047744

[startup+162.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/183 13993
/proc/meminfo: memFree=25784328/32873844 swapFree=7124/7124
[pid=13983] ppid=13981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13983/stat : 13983 (npSolver-pbo-It) S 13981 13983 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277251973 9367552 275 33554432000 4194304 5064252 140734547802128 140734547801040 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13983/statm: 2287 275 233 213 0 72 0
[pid=13984] ppid=13983 vsize=404400 CPUtime=48.13 cores=0,2,4,6
/proc/13984/stat : 13984 (npSolver-pbo) S 13983 13983 10899 0 -1 4202496 43600 211057 0 0 910 710 3054 139 20 0 1 0 277251973 414105600 99047 33554432000 4194304 5992684 140736748297008 140736748282840 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 18 0 0
/proc/13984/statm: 101100 99047 185 440 0 100656 0
[pid=13993] ppid=13984 vsize=642408 CPUtime=113.77 cores=0,2,4,6
/proc/13993/stat : 13993 (glucosInc) R 13984 13983 10899 0 -1 4202496 91544 0 0 0 11344 33 0 0 20 0 1 0 277256823 657825792 148335 33554432000 4194304 5654031 140733554690576 140733554678392 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13993/statm: 160602 148335 142 357 0 160242 0
Current children cumulated CPU time (s) 161.9
Current children cumulated vsize (KiB) 1055956

[startup+222.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/183 13993
/proc/meminfo: memFree=25760876/32873844 swapFree=7124/7124
[pid=13983] ppid=13981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13983/stat : 13983 (npSolver-pbo-It) S 13981 13983 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277251973 9367552 275 33554432000 4194304 5064252 140734547802128 140734547801040 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13983/statm: 2287 275 233 213 0 72 0
[pid=13984] ppid=13983 vsize=404400 CPUtime=48.13 cores=0,2,4,6
/proc/13984/stat : 13984 (npSolver-pbo) S 13983 13983 10899 0 -1 4202496 43600 211057 0 0 910 710 3054 139 20 0 1 0 277251973 414105600 99047 33554432000 4194304 5992684 140736748297008 140736748282840 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 18 0 0
/proc/13984/statm: 101100 99047 185 440 0 100656 0
[pid=13993] ppid=13984 vsize=732292 CPUtime=173.75 cores=0,2,4,6
/proc/13993/stat : 13993 (glucosInc) R 13984 13983 10899 0 -1 4202496 95710 0 0 0 17334 41 0 0 20 0 1 0 277256823 749867008 154209 33554432000 4194304 5654031 140733554690576 140733554678392 4232968 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13993/statm: 183073 154209 142 357 0 182713 0
Current children cumulated CPU time (s) 221.88
Current children cumulated vsize (KiB) 1145840

[startup+282.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/183 13993
/proc/meminfo: memFree=25771612/32873844 swapFree=7124/7124
[pid=13983] ppid=13981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13983/stat : 13983 (npSolver-pbo-It) S 13981 13983 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277251973 9367552 275 33554432000 4194304 5064252 140734547802128 140734547801040 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13983/statm: 2287 275 233 213 0 72 0
[pid=13984] ppid=13983 vsize=404400 CPUtime=48.13 cores=0,2,4,6

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

/proc/meminfo: memFree=25556780/32873844 swapFree=7124/7124
[pid=13983] ppid=13981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13983/stat : 13983 (npSolver-pbo-It) S 13981 13983 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277251973 9367552 275 33554432000 4194304 5064252 140734547802128 140734547801040 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13983/statm: 2287 275 233 213 0 72 0
[pid=13984] ppid=13983 vsize=404400 CPUtime=48.13 cores=0,2,4,6
/proc/13984/stat : 13984 (npSolver-pbo) S 13983 13983 10899 0 -1 4202496 43600 211057 0 0 910 710 3054 139 20 0 1 0 277251973 414105600 99047 33554432000 4194304 5992684 140736748297008 140736748282840 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 18 0 0
/proc/13984/statm: 101100 99047 185 440 0 100656 0
[pid=13993] ppid=13984 vsize=817840 CPUtime=1313.57 cores=0,2,4,6
/proc/13993/stat : 13993 (glucosInc) R 13984 13983 10899 0 -1 4202496 123006 0 0 0 131223 134 0 0 20 0 1 0 277256823 837468160 184050 33554432000 4194304 5654031 140733554690576 140733554678392 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13993/statm: 204460 184050 142 357 0 204100 0
Current children cumulated CPU time (s) 1361.7
Current children cumulated vsize (KiB) 1231388

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 14092
/proc/meminfo: memFree=25556284/32873844 swapFree=7124/7124
[pid=13983] ppid=13981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13983/stat : 13983 (npSolver-pbo-It) S 13981 13983 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277251973 9367552 275 33554432000 4194304 5064252 140734547802128 140734547801040 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13983/statm: 2287 275 233 213 0 72 0
[pid=13984] ppid=13983 vsize=404400 CPUtime=48.13 cores=0,2,4,6
/proc/13984/stat : 13984 (npSolver-pbo) S 13983 13983 10899 0 -1 4202496 43600 211057 0 0 910 710 3054 139 20 0 1 0 277251973 414105600 99047 33554432000 4194304 5992684 140736748297008 140736748282840 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 18 0 0
/proc/13984/statm: 101100 99047 185 440 0 100656 0
[pid=13993] ppid=13984 vsize=817840 CPUtime=1373.57 cores=0,2,4,6
/proc/13993/stat : 13993 (glucosInc) R 13984 13983 10899 0 -1 4202496 123006 0 0 0 137223 134 0 0 20 0 1 0 277256823 837468160 184050 33554432000 4194304 5654031 140733554690576 140733554678392 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13993/statm: 204460 184050 142 357 0 204100 0
Current children cumulated CPU time (s) 1421.7
Current children cumulated vsize (KiB) 1231388

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 14092
/proc/meminfo: memFree=25546840/32873844 swapFree=7124/7124
[pid=13983] ppid=13981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13983/stat : 13983 (npSolver-pbo-It) S 13981 13983 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277251973 9367552 275 33554432000 4194304 5064252 140734547802128 140734547801040 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13983/statm: 2287 275 233 213 0 72 0
[pid=13984] ppid=13983 vsize=404400 CPUtime=48.13 cores=0,2,4,6
/proc/13984/stat : 13984 (npSolver-pbo) S 13983 13983 10899 0 -1 4202496 43600 211057 0 0 910 710 3054 139 20 0 1 0 277251973 414105600 99047 33554432000 4194304 5992684 140736748297008 140736748282840 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 18 0 0
/proc/13984/statm: 101100 99047 185 440 0 100656 0
[pid=13993] ppid=13984 vsize=817840 CPUtime=1433.55 cores=0,2,4,6
/proc/13993/stat : 13993 (glucosInc) R 13984 13983 10899 0 -1 4202496 123006 0 0 0 143221 134 0 0 20 0 1 0 277256823 837468160 184050 33554432000 4194304 5654031 140733554690576 140733554678392 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13993/statm: 204460 184050 142 357 0 204100 0
Current children cumulated CPU time (s) 1481.68
Current children cumulated vsize (KiB) 1231388

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 14095
/proc/meminfo: memFree=25546728/32873844 swapFree=7124/7124
[pid=13983] ppid=13981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13983/stat : 13983 (npSolver-pbo-It) S 13981 13983 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277251973 9367552 275 33554432000 4194304 5064252 140734547802128 140734547801040 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13983/statm: 2287 275 233 213 0 72 0
[pid=13984] ppid=13983 vsize=404400 CPUtime=48.13 cores=0,2,4,6
/proc/13984/stat : 13984 (npSolver-pbo) S 13983 13983 10899 0 -1 4202496 43600 211057 0 0 910 710 3054 139 20 0 1 0 277251973 414105600 99047 33554432000 4194304 5992684 140736748297008 140736748282840 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 18 0 0
/proc/13984/statm: 101100 99047 185 440 0 100656 0
[pid=13993] ppid=13984 vsize=817840 CPUtime=1493.54 cores=0,2,4,6
/proc/13993/stat : 13993 (glucosInc) R 13984 13983 10899 0 -1 4202496 123006 0 0 0 149220 134 0 0 20 0 1 0 277256823 837468160 184050 33554432000 4194304 5654031 140733554690576 140733554678392 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13993/statm: 204460 184050 142 357 0 204100 0
Current children cumulated CPU time (s) 1541.67
Current children cumulated vsize (KiB) 1231388

[startup+1602.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/184 14119
/proc/meminfo: memFree=25547240/32873844 swapFree=7124/7124
[pid=13983] ppid=13981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13983/stat : 13983 (npSolver-pbo-It) S 13981 13983 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277251973 9367552 275 33554432000 4194304 5064252 140734547802128 140734547801040 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13983/statm: 2287 275 233 213 0 72 0
[pid=13984] ppid=13983 vsize=404400 CPUtime=48.13 cores=0,2,4,6
/proc/13984/stat : 13984 (npSolver-pbo) S 13983 13983 10899 0 -1 4202496 43600 211057 0 0 910 710 3054 139 20 0 1 0 277251973 414105600 99047 33554432000 4194304 5992684 140736748297008 140736748282840 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 18 0 0
/proc/13984/statm: 101100 99047 185 440 0 100656 0
[pid=13993] ppid=13984 vsize=817840 CPUtime=1553.53 cores=0,2,4,6
/proc/13993/stat : 13993 (glucosInc) R 13984 13983 10899 0 -1 4202496 123006 0 0 0 155219 134 0 0 20 0 1 0 277256823 837468160 184050 33554432000 4194304 5654031 140733554690576 140733554678392 4214475 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13993/statm: 204460 184050 142 357 0 204100 0
Current children cumulated CPU time (s) 1601.66
Current children cumulated vsize (KiB) 1231388

[startup+1662.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/183 14119
/proc/meminfo: memFree=25545320/32873844 swapFree=7124/7124
[pid=13983] ppid=13981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13983/stat : 13983 (npSolver-pbo-It) S 13981 13983 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277251973 9367552 275 33554432000 4194304 5064252 140734547802128 140734547801040 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13983/statm: 2287 275 233 213 0 72 0
[pid=13984] ppid=13983 vsize=404400 CPUtime=48.13 cores=0,2,4,6
/proc/13984/stat : 13984 (npSolver-pbo) S 13983 13983 10899 0 -1 4202496 43600 211057 0 0 910 710 3054 139 20 0 1 0 277251973 414105600 99047 33554432000 4194304 5992684 140736748297008 140736748282840 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 18 0 0
/proc/13984/statm: 101100 99047 185 440 0 100656 0
[pid=13993] ppid=13984 vsize=817840 CPUtime=1613.52 cores=0,2,4,6
/proc/13993/stat : 13993 (glucosInc) R 13984 13983 10899 0 -1 4202496 123006 0 0 0 161218 134 0 0 20 0 1 0 277256823 837468160 184050 33554432000 4194304 5654031 140733554690576 140733554678392 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13993/statm: 204460 184050 142 357 0 204100 0
Current children cumulated CPU time (s) 1661.65
Current children cumulated vsize (KiB) 1231388

[startup+1722.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/183 14119
/proc/meminfo: memFree=25544636/32873844 swapFree=7124/7124
[pid=13983] ppid=13981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13983/stat : 13983 (npSolver-pbo-It) S 13981 13983 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277251973 9367552 275 33554432000 4194304 5064252 140734547802128 140734547801040 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13983/statm: 2287 275 233 213 0 72 0
[pid=13984] ppid=13983 vsize=404400 CPUtime=48.13 cores=0,2,4,6
/proc/13984/stat : 13984 (npSolver-pbo) S 13983 13983 10899 0 -1 4202496 43600 211057 0 0 910 710 3054 139 20 0 1 0 277251973 414105600 99047 33554432000 4194304 5992684 140736748297008 140736748282840 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 18 0 0
/proc/13984/statm: 101100 99047 185 440 0 100656 0
[pid=13993] ppid=13984 vsize=817840 CPUtime=1673.51 cores=0,2,4,6
/proc/13993/stat : 13993 (glucosInc) R 13984 13983 10899 0 -1 4202496 123006 0 0 0 167217 134 0 0 20 0 1 0 277256823 837468160 184050 33554432000 4194304 5654031 140733554690576 140733554678392 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13993/statm: 204460 184050 142 357 0 204100 0
Current children cumulated CPU time (s) 1721.64
Current children cumulated vsize (KiB) 1231388

[startup+1782.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 14119
/proc/meminfo: memFree=25544756/32873844 swapFree=7124/7124
[pid=13983] ppid=13981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13983/stat : 13983 (npSolver-pbo-It) S 13981 13983 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277251973 9367552 275 33554432000 4194304 5064252 140734547802128 140734547801040 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13983/statm: 2287 275 233 213 0 72 0
[pid=13984] ppid=13983 vsize=404400 CPUtime=48.13 cores=0,2,4,6
/proc/13984/stat : 13984 (npSolver-pbo) S 13983 13983 10899 0 -1 4202496 43600 211057 0 0 910 710 3054 139 20 0 1 0 277251973 414105600 99047 33554432000 4194304 5992684 140736748297008 140736748282840 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 18 0 0
/proc/13984/statm: 101100 99047 185 440 0 100656 0
[pid=13993] ppid=13984 vsize=817840 CPUtime=1733.5 cores=0,2,4,6
/proc/13993/stat : 13993 (glucosInc) R 13984 13983 10899 0 -1 4202496 123006 0 0 0 173216 134 0 0 20 0 1 0 277256823 837468160 184050 33554432000 4194304 5654031 140733554690576 140733554678392 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13993/statm: 204460 184050 142 357 0 204100 0
Current children cumulated CPU time (s) 1781.63
Current children cumulated vsize (KiB) 1231388



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 14119
/proc/meminfo: memFree=25544756/32873844 swapFree=7124/7124
[pid=13983] ppid=13981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13983/stat : 13983 (npSolver-pbo-It) S 13981 13983 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277251973 9367552 275 33554432000 4194304 5064252 140734547802128 140734547801040 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13983/statm: 2287 275 233 213 0 72 0
[pid=13984] ppid=13983 vsize=404400 CPUtime=48.13 cores=0,2,4,6
/proc/13984/stat : 13984 (npSolver-pbo) S 13983 13983 10899 0 -1 4202496 43600 211057 0 0 910 710 3054 139 20 0 1 0 277251973 414105600 99047 33554432000 4194304 5992684 140736748297008 140736748282840 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 18 0 0
/proc/13984/statm: 101100 99047 185 440 0 100656 0
[pid=13993] ppid=13984 vsize=817840 CPUtime=1751.91 cores=0,2,4,6
/proc/13993/stat : 13993 (glucosInc) R 13984 13983 10899 0 -1 4202496 123006 0 0 0 175057 134 0 0 20 0 1 0 277256823 837468160 184050 33554432000 4194304 5654031 140733554690576 140733554678392 4232488 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13993/statm: 204460 184050 142 357 0 204100 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1231388

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

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

[startup+1800.71 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 14119
/proc/meminfo: memFree=25544756/32873844 swapFree=7124/7124
[pid=13983] ppid=13981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13983/stat : 13983 (npSolver-pbo-It) S 13981 13983 10899 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 277251973 9367552 275 33554432000 4194304 5064252 140734547802128 140734547801040 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13983/statm: 2287 275 233 213 0 72 0
[pid=13984] ppid=13983 vsize=404400 CPUtime=48.13 cores=0,2,4,6
/proc/13984/stat : 13984 (npSolver-pbo) S 13983 13983 10899 0 -1 4202496 43600 211057 0 0 910 710 3054 139 20 0 1 0 277251973 414105600 99047 33554432000 4194304 5992684 140736748297008 140736748282840 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 18 0 0
/proc/13984/statm: 101100 99047 185 440 0 100656 0
[pid=13993] ppid=13984 vsize=817840 CPUtime=1751.91 cores=0,2,4,6
/proc/13993/stat : 13993 (glucosInc) R 13984 13983 10899 0 -1 4202496 123006 0 0 0 175057 134 0 0 20 0 1 0 277256823 837468160 184050 33554432000 4194304 5654031 140733554690576 140733554678392 4232488 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13993/statm: 204460 184050 142 357 0 204100 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1231388

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1800.72
CPU time (s): 1800.04
CPU user time (s): 1790.21
CPU system time (s): 9.83
CPU usage (%): 99.9621
Max. virtual memory (cumulated for all children) (KiB): 1919572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 359
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 1

runsolver used 3.74043 second user time and 10.2744 second system time

The end

Launcher Data

Begin job on node134 at 2012-05-27 11:34:26
IDJOB=3698521
IDBENCH=91064
IDSOLVER=2275
FILE ID=node134/3698521-1338111265
RUNJOBID= node134-1338099212-12765
PBS_JOBID= 14624458
Free space on /tmp= 70896 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_unif_50null50mast_rapportOE1.0_TMAX180_K192_cod2.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3698521-1338111265/watcher-3698521-1338111265 -o /tmp/evaluation-result-3698521-1338111265/solver-3698521-1338111265 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3698521-1338111265.opb 100413835 HOME HOME

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

MD5SUM BENCH= 765f9ba042cd825181247f9fbcec5226
RANDOM SEED=100413835

node134.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.278
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.55
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.278
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	: 5332.56
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.278
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	: 5332.55
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.278
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	: 5332.59
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.278
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	: 5332.55
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.278
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	: 5332.55
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.278
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	: 5332.57
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.278
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27013304 kB
Buffers:          388148 kB
Cached:          3823760 kB
SwapCached:            0 kB
Active:          2416396 kB
Inactive:        2588296 kB
Active(anon):     788892 kB
Inactive(anon):     5996 kB
Active(file):    1627504 kB
Inactive(file):  2582300 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             36024 kB
Writeback:            16 kB
AnonPages:        797772 kB
Mapped:            15776 kB
Shmem:               212 kB
Slab:             714036 kB
SReclaimable:     156092 kB
SUnreclaim:       557944 kB
KernelStack:        1496 kB
PageTables:         5544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1017772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    653312 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= 70644 MiB
End job on node134 at 2012-05-27 12:04:29