Trace number 3749331

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 (fixed)? (TO) 1800.08 1800.51

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_60_4.opb
MD5SUMefe239846afd4f2627c83cec32ebc27d
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark1796.86
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 17
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint61
Maximum length of a constraint107
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)37458
Sum of products size (including duplicates)74916
Number of different products37458
Sum of products size74916

Solver Data

0.00/0.08	c run inc solver
0.00/0.08	c [INC SYSTEM] run initial solver
0.00/0.08	c [INC SYSTEM] preprocess with white file
0.00/0.73	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.73	c [INC SYSTEM] execute solver
0.00/0.77	c [INC SEARCH] formula is SAT
0.00/0.77	c [INC SYSTEM] solved the initial formula
0.00/0.79	c model valid
0.00/0.79	c current solution ok
0.00/0.85	o 499
0.00/0.85	c execute binary inc search
0.00/0.85	c [INC SEARCH] current bound: 249
0.00/0.85	c [INC SEARCH] iteration: 0
0.00/0.85	c [INC SEARCH] lower bound: 0 upperbound 499 current bound: 249 best value:499
0.00/0.85	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.85	c write failed with 2
0.00/0.85	c [INC SYSTEM] create new solver instance
0.00/0.85	c [INC] encode full formula
0.00/0.85	c (debug) using card networks
0.00/0.85	c old isEQ: 160, new EQ is 0
0.00/0.86	c set iterative enc to: card
0.00/0.86	c set iterative enc to: none
0.00/0.87	c [INC SEARCH] isOptimum variable: 0
2.17/2.25	c [INC SEARCH] formula is SAT
2.17/2.25	c [INC SEARCH] copied best model
2.17/2.25	c sat variable: 1 optimum/unsat variable: 0
2.17/2.27	c model valid
2.17/2.27	c current solution ok
2.17/2.27	o 29
2.17/2.27	c [INC SEARCH] current bound: 14
2.17/2.27	c [INC SEARCH] iteration: 1
2.17/2.27	c [INC SEARCH] lower bound: 0 upperbound 29 current bound: 14 best value:29
2.17/2.27	c [INC SYSTEM] there exists a inc, kill it!
2.17/2.27	c write failed with 2
2.17/2.27	c [INC SYSTEM] create new solver instance
2.17/2.27	c [INC] encode full formula
2.17/2.28	c set iterative enc to: swc
2.17/2.28	c [INC SEARCH] isOptimum variable: 0
1800.08/1800.51	HOME/npSolver-pbo-I.sh: line 18: 29094 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=1 -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-3749331-1339128940/watcher-3749331-1339128940 -o /tmp/evaluation-result-3749331-1339128940/solver-3749331-1339128940 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3749331-1339128940.opb 2065732 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.07 2.02 2.00 3/178 29093
/proc/meminfo: memFree=28897688/32873844 swapFree=7900/7900
[pid=29093] ppid=29091 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29093/stat : 29093 (npSolver-pbo-I.) S 29091 29093 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379018494 9367552 275 33554432000 4194304 5064252 140734907495712 140734907494624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29093/statm: 2287 275 233 213 0 72 0

[startup+0.0129731 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 29093
/proc/meminfo: memFree=28897688/32873844 swapFree=7900/7900
[pid=29093] ppid=29091 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29093/stat : 29093 (npSolver-pbo-I.) S 29091 29093 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379018494 9367552 275 33554432000 4194304 5064252 140734907495712 140734907494624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29093/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100156 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 29093
/proc/meminfo: memFree=28897688/32873844 swapFree=7900/7900
[pid=29093] ppid=29091 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29093/stat : 29093 (npSolver-pbo-I.) S 29091 29093 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379018494 9367552 275 33554432000 4194304 5064252 140734907495712 140734907494624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29093/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300159 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 29093
/proc/meminfo: memFree=28897688/32873844 swapFree=7900/7900
[pid=29093] ppid=29091 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29093/stat : 29093 (npSolver-pbo-I.) S 29091 29093 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379018494 9367552 275 33554432000 4194304 5064252 140734907495712 140734907494624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29093/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700126 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 29093
/proc/meminfo: memFree=28897688/32873844 swapFree=7900/7900
[pid=29093] ppid=29091 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29093/stat : 29093 (npSolver-pbo-I.) S 29091 29093 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379018494 9367552 275 33554432000 4194304 5064252 140734907495712 140734907494624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29093/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.07 2.02 2.00 3/181 29102
/proc/meminfo: memFree=28875312/32873844 swapFree=7900/7900
[pid=29093] ppid=29091 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29093/stat : 29093 (npSolver-pbo-I.) S 29091 29093 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379018494 9367552 275 33554432000 4194304 5064252 140734907495712 140734907494624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29093/statm: 2287 275 233 213 0 72 0
[pid=29094] ppid=29093 vsize=8452 CPUtime=0.85 cores=0,2,4,6
/proc/29094/stat : 29094 (npSolver-pbo) S 29093 29093 23584 0 -1 4202496 3860 13267 0 0 11 6 47 21 20 0 1 0 379018495 8654848 1710 33554432000 4194304 6004724 140736001719760 140736001704680 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29094/statm: 2113 1710 177 442 0 1667 0
[pid=29102] ppid=29094 vsize=18952 CPUtime=0.62 cores=0,2,4,6
/proc/29102/stat : 29102 (glucosInc) R 29094 29093 23584 0 -1 4202496 3702 0 0 0 62 0 0 0 20 0 1 0 379018581 19406848 3960 33554432000 4194304 5654031 140736472212112 140736001705912 4232659 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29102/statm: 4738 3960 131 357 0 4378 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 36552

[startup+3.10022 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 29102
/proc/meminfo: memFree=28870792/32873844 swapFree=7900/7900
[pid=29093] ppid=29091 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29093/stat : 29093 (npSolver-pbo-I.) S 29091 29093 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379018494 9367552 275 33554432000 4194304 5064252 140734907495712 140734907494624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29093/statm: 2287 275 233 213 0 72 0
[pid=29094] ppid=29093 vsize=8452 CPUtime=2.26 cores=0,2,4,6
/proc/29094/stat : 29094 (npSolver-pbo) S 29093 29093 23584 0 -1 4202496 4462 18046 0 0 13 6 185 22 20 0 1 0 379018495 8654848 1713 33554432000 4194304 6004724 140736001719760 140736001704680 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29094/statm: 2113 1713 180 442 0 1667 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 17600
heavy processes:

[startup+6.30031 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 29104
/proc/meminfo: memFree=28856396/32873844 swapFree=7900/7900
[pid=29093] ppid=29091 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29093/stat : 29093 (npSolver-pbo-I.) S 29091 29093 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379018494 9367552 275 33554432000 4194304 5064252 140734907495712 140734907494624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29093/statm: 2287 275 233 213 0 72 0
[pid=29094] ppid=29093 vsize=8452 CPUtime=2.26 cores=0,2,4,6
/proc/29094/stat : 29094 (npSolver-pbo) S 29093 29093 23584 0 -1 4202496 4462 18046 0 0 13 6 185 22 20 0 1 0 379018495 8654848 1713 33554432000 4194304 6004724 140736001719760 140736001704680 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29094/statm: 2113 1713 180 442 0 1667 0
[pid=29104] ppid=29094 vsize=31336 CPUtime=4 cores=0,2,4,6
/proc/29104/stat : 29104 (glucosInc) R 29094 29093 23584 0 -1 4202496 7169 0 0 0 399 1 0 0 20 0 1 0 379018723 32088064 6723 33554432000 4194304 5654031 140734380713936 140734380711960 4232960 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29104/statm: 7834 6723 132 357 0 7474 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 48936

[startup+12.7003 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 29104
/proc/meminfo: memFree=28816984/32873844 swapFree=7900/7900
[pid=29093] ppid=29091 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29093/stat : 29093 (npSolver-pbo-I.) S 29091 29093 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379018494 9367552 275 33554432000 4194304 5064252 140734907495712 140734907494624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29093/statm: 2287 275 233 213 0 72 0
[pid=29094] ppid=29093 vsize=8452 CPUtime=2.26 cores=0,2,4,6
/proc/29094/stat : 29094 (npSolver-pbo) S 29093 29093 23584 0 -1 4202496 4462 18046 0 0 13 6 185 22 20 0 1 0 379018495 8654848 1713 33554432000 4194304 6004724 140736001719760 140736001704680 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29094/statm: 2113 1713 180 442 0 1667 0
[pid=29104] ppid=29094 vsize=68868 CPUtime=10.4 cores=0,2,4,6
/proc/29104/stat : 29104 (glucosInc) R 29094 29093 23584 0 -1 4202496 7749 0 0 0 1038 2 0 0 20 0 1 0 379018723 70520832 16500 33554432000 4194304 5654031 140734380713936 140734380701752 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29104/statm: 17217 16500 139 357 0 16857 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 86468

[startup+25.5003 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 29104
/proc/meminfo: memFree=28814060/32873844 swapFree=7900/7900
[pid=29093] ppid=29091 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29093/stat : 29093 (npSolver-pbo-I.) S 29091 29093 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379018494 9367552 275 33554432000 4194304 5064252 140734907495712 140734907494624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29093/statm: 2287 275 233 213 0 72 0
[pid=29094] ppid=29093 vsize=8452 CPUtime=2.26 cores=0,2,4,6
/proc/29094/stat : 29094 (npSolver-pbo) S 29093 29093 23584 0 -1 4202496 4462 18046 0 0 13 6 185 22 20 0 1 0 379018495 8654848 1713 33554432000 4194304 6004724 140736001719760 140736001704680 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29094/statm: 2113 1713 180 442 0 1667 0
[pid=29104] ppid=29094 vsize=68868 CPUtime=23.2 cores=0,2,4,6
/proc/29104/stat : 29104 (glucosInc) R 29094 29093 23584 0 -1 4202496 7802 0 0 0 2318 2 0 0 20 0 1 0 379018723 70520832 16553 33554432000 4194304 5654031 140734380713936 140734380701752 4215353 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29104/statm: 17217 16553 139 357 0 16857 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 86468

[startup+51.1004 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 29104
/proc/meminfo: memFree=28832532/32873844 swapFree=7900/7900
[pid=29093] ppid=29091 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29093/stat : 29093 (npSolver-pbo-I.) S 29091 29093 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379018494 9367552 275 33554432000 4194304 5064252 140734907495712 140734907494624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29093/statm: 2287 275 233 213 0 72 0
[pid=29094] ppid=29093 vsize=8452 CPUtime=2.26 cores=0,2,4,6
/proc/29094/stat : 29094 (npSolver-pbo) S 29093 29093 23584 0 -1 4202496 4462 18046 0 0 13 6 185 22 20 0 1 0 379018495 8654848 1713 33554432000 4194304 6004724 140736001719760 140736001704680 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29094/statm: 2113 1713 180 442 0 1667 0
[pid=29104] ppid=29094 vsize=80856 CPUtime=48.79 cores=0,2,4,6
/proc/29104/stat : 29104 (glucosInc) R 29094 29093 23584 0 -1 4202496 9996 0 0 0 4875 4 0 0 20 0 1 0 379018723 82796544 14924 33554432000 4194304 5654031 140734380713936 140734380711816 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29104/statm: 20214 14924 139 357 0 19854 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 98456

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 29104
/proc/meminfo: memFree=28793352/32873844 swapFree=7900/7900
[pid=29093] ppid=29091 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29093/stat : 29093 (npSolver-pbo-I.) S 29091 29093 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379018494 9367552 275 33554432000 4194304 5064252 140734907495712 140734907494624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29093/statm: 2287 275 233 213 0 72 0
[pid=29094] ppid=29093 vsize=8452 CPUtime=2.26 cores=0,2,4,6
/proc/29094/stat : 29094 (npSolver-pbo) S 29093 29093 23584 0 -1 4202496 4462 18046 0 0 13 6 185 22 20 0 1 0 379018495 8654848 1713 33554432000 4194304 6004724 140736001719760 140736001704680 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29094/statm: 2113 1713 180 442 0 1667 0
[pid=29104] ppid=29094 vsize=80856 CPUtime=99.99 cores=0,2,4,6
/proc/29104/stat : 29104 (glucosInc) R 29094 29093 23584 0 -1 4202496 11388 0 0 0 9992 7 0 0 20 0 1 0 379018723 82796544 19551 33554432000 4194304 5654031 140734380713936 140734380711960 4233144 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29104/statm: 20214 19551 140 357 0 19854 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 98456

[startup+162.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/181 29105
/proc/meminfo: memFree=28799388/32873844 swapFree=7900/7900
[pid=29093] ppid=29091 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29093/stat : 29093 (npSolver-pbo-I.) S 29091 29093 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379018494 9367552 275 33554432000 4194304 5064252 140734907495712 140734907494624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29093/statm: 2287 275 233 213 0 72 0
[pid=29094] ppid=29093 vsize=8452 CPUtime=2.26 cores=0,2,4,6
/proc/29094/stat : 29094 (npSolver-pbo) S 29093 29093 23584 0 -1 4202496 4462 18046 0 0 13 6 185 22 20 0 1 0 379018495 8654848 1713 33554432000 4194304 6004724 140736001719760 140736001704680 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29094/statm: 2113 1713 180 442 0 1667 0
[pid=29104] ppid=29094 vsize=82544 CPUtime=159.97 cores=0,2,4,6
/proc/29104/stat : 29104 (glucosInc) R 29094 29093 23584 0 -1 4202496 14953 0 0 0 15985 12 0 0 20 0 1 0 379018723 84525056 19993 33554432000 4194304 5654031 140734380713936 140734380711960 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29104/statm: 20636 19993 140 357 0 20276 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 100144

[startup+222.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 29105
/proc/meminfo: memFree=28727744/32873844 swapFree=7900/7900
[pid=29093] ppid=29091 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29093/stat : 29093 (npSolver-pbo-I.) S 29091 29093 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379018494 9367552 275 33554432000 4194304 5064252 140734907495712 140734907494624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29093/statm: 2287 275 233 213 0 72 0
[pid=29094] ppid=29093 vsize=8452 CPUtime=2.26 cores=0,2,4,6
/proc/29094/stat : 29094 (npSolver-pbo) S 29093 29093 23584 0 -1 4202496 4462 18046 0 0 13 6 185 22 20 0 1 0 379018495 8654848 1713 33554432000 4194304 6004724 140736001719760 140736001704680 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29094/statm: 2113 1713 180 442 0 1667 0
[pid=29104] ppid=29094 vsize=145508 CPUtime=219.95 cores=0,2,4,6
/proc/29104/stat : 29104 (glucosInc) R 29094 29093 23584 0 -1 4202496 17854 0 0 0 21979 16 0 0 20 0 1 0 379018723 149000192 34593 33554432000 4194304 5654031 140734380713936 140734380711864 4208595 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29104/statm: 36377 34593 140 357 0 36017 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 163108

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 29108
/proc/meminfo: memFree=28714848/32873844 swapFree=7900/7900

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

/proc/loadavg: 2.00 2.00 2.00 3/181 29115
/proc/meminfo: memFree=28568644/32873844 swapFree=7900/7900
[pid=29093] ppid=29091 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29093/stat : 29093 (npSolver-pbo-I.) S 29091 29093 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379018494 9367552 275 33554432000 4194304 5064252 140734907495712 140734907494624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29093/statm: 2287 275 233 213 0 72 0
[pid=29094] ppid=29093 vsize=8452 CPUtime=2.26 cores=0,2,4,6
/proc/29094/stat : 29094 (npSolver-pbo) S 29093 29093 23584 0 -1 4202496 4462 18046 0 0 13 6 185 22 20 0 1 0 379018495 8654848 1713 33554432000 4194304 6004724 140736001719760 140736001704680 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29094/statm: 2113 1713 180 442 0 1667 0
[pid=29104] ppid=29094 vsize=235056 CPUtime=1359.72 cores=0,2,4,6
/proc/29104/stat : 29104 (glucosInc) R 29094 29093 23584 0 -1 4202496 55675 0 0 0 135880 92 0 0 20 0 1 0 379018723 240697344 55033 33554432000 4194304 5654031 140734380713936 140734380701752 4232386 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29104/statm: 58764 55033 140 357 0 58404 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 252656

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29116
/proc/meminfo: memFree=28622996/32873844 swapFree=7900/7900
[pid=29093] ppid=29091 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29093/stat : 29093 (npSolver-pbo-I.) S 29091 29093 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379018494 9367552 275 33554432000 4194304 5064252 140734907495712 140734907494624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29093/statm: 2287 275 233 213 0 72 0
[pid=29094] ppid=29093 vsize=8452 CPUtime=2.26 cores=0,2,4,6
/proc/29094/stat : 29094 (npSolver-pbo) S 29093 29093 23584 0 -1 4202496 4462 18046 0 0 13 6 185 22 20 0 1 0 379018495 8654848 1713 33554432000 4194304 6004724 140736001719760 140736001704680 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29094/statm: 2113 1713 180 442 0 1667 0
[pid=29104] ppid=29094 vsize=238468 CPUtime=1419.72 cores=0,2,4,6
/proc/29104/stat : 29104 (glucosInc) R 29094 29093 23584 0 -1 4202496 58380 0 0 0 141875 97 0 0 20 0 1 0 379018723 244191232 55315 33554432000 4194304 5654031 140734380713936 140734380711720 4214996 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29104/statm: 59617 55315 140 357 0 59257 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 256068

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 29119
/proc/meminfo: memFree=28665736/32873844 swapFree=7900/7900
[pid=29093] ppid=29091 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29093/stat : 29093 (npSolver-pbo-I.) S 29091 29093 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379018494 9367552 275 33554432000 4194304 5064252 140734907495712 140734907494624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29093/statm: 2287 275 233 213 0 72 0
[pid=29094] ppid=29093 vsize=8452 CPUtime=2.26 cores=0,2,4,6
/proc/29094/stat : 29094 (npSolver-pbo) S 29093 29093 23584 0 -1 4202496 4462 18046 0 0 13 6 185 22 20 0 1 0 379018495 8654848 1713 33554432000 4194304 6004724 140736001719760 140736001704680 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29094/statm: 2113 1713 180 442 0 1667 0
[pid=29104] ppid=29094 vsize=191896 CPUtime=1479.7 cores=0,2,4,6
/proc/29104/stat : 29104 (glucosInc) R 29094 29093 23584 0 -1 4202496 60647 0 0 0 147870 100 0 0 20 0 1 0 379018723 196501504 40318 33554432000 4194304 5654031 140734380713936 140734380712024 4232939 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29104/statm: 47974 40318 140 357 0 47614 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 209496

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29119
/proc/meminfo: memFree=28526176/32873844 swapFree=7900/7900
[pid=29093] ppid=29091 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29093/stat : 29093 (npSolver-pbo-I.) S 29091 29093 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379018494 9367552 275 33554432000 4194304 5064252 140734907495712 140734907494624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29093/statm: 2287 275 233 213 0 72 0
[pid=29094] ppid=29093 vsize=8452 CPUtime=2.26 cores=0,2,4,6
/proc/29094/stat : 29094 (npSolver-pbo) S 29093 29093 23584 0 -1 4202496 4462 18046 0 0 13 6 185 22 20 0 1 0 379018495 8654848 1713 33554432000 4194304 6004724 140736001719760 140736001704680 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29094/statm: 2113 1713 180 442 0 1667 0
[pid=29104] ppid=29094 vsize=325048 CPUtime=1539.69 cores=0,2,4,6
/proc/29104/stat : 29104 (glucosInc) R 29094 29093 23584 0 -1 4202496 62156 0 0 0 153867 102 0 0 20 0 1 0 379018723 332849152 69928 33554432000 4194304 5654031 140734380713936 140734380711720 4215040 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29104/statm: 81262 69928 140 357 0 80902 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 342648

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29168
/proc/meminfo: memFree=28999336/32873844 swapFree=7900/7900
[pid=29093] ppid=29091 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29093/stat : 29093 (npSolver-pbo-I.) S 29091 29093 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379018494 9367552 275 33554432000 4194304 5064252 140734907495712 140734907494624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29093/statm: 2287 275 233 213 0 72 0
[pid=29094] ppid=29093 vsize=8452 CPUtime=2.26 cores=0,2,4,6
/proc/29094/stat : 29094 (npSolver-pbo) S 29093 29093 23584 0 -1 4202496 4462 18046 0 0 13 6 185 22 20 0 1 0 379018495 8654848 1713 33554432000 4194304 6004724 140736001719760 140736001704680 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29094/statm: 2113 1713 180 442 0 1667 0
[pid=29104] ppid=29094 vsize=246024 CPUtime=1599.67 cores=0,2,4,6
/proc/29104/stat : 29104 (glucosInc) R 29094 29093 23584 0 -1 4202496 64540 0 0 0 159859 108 0 0 20 0 1 0 379018723 251928576 53000 33554432000 4194304 5654031 140734380713936 140734380711720 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29104/statm: 61506 53000 140 357 0 61146 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 263624

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29168
/proc/meminfo: memFree=28894664/32873844 swapFree=7900/7900
[pid=29093] ppid=29091 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29093/stat : 29093 (npSolver-pbo-I.) S 29091 29093 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379018494 9367552 275 33554432000 4194304 5064252 140734907495712 140734907494624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29093/statm: 2287 275 233 213 0 72 0
[pid=29094] ppid=29093 vsize=8452 CPUtime=2.26 cores=0,2,4,6
/proc/29094/stat : 29094 (npSolver-pbo) S 29093 29093 23584 0 -1 4202496 4462 18046 0 0 13 6 185 22 20 0 1 0 379018495 8654848 1713 33554432000 4194304 6004724 140736001719760 140736001704680 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29094/statm: 2113 1713 180 442 0 1667 0
[pid=29104] ppid=29094 vsize=328560 CPUtime=1659.65 cores=0,2,4,6
/proc/29104/stat : 29104 (glucosInc) R 29094 29093 23584 0 -1 4202496 65422 0 0 0 165855 110 0 0 20 0 1 0 379018723 336445440 77025 33554432000 4194304 5654031 140734380713936 140734380711720 4233204 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29104/statm: 82140 77025 140 357 0 81780 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 346160

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29169
/proc/meminfo: memFree=28935552/32873844 swapFree=7900/7900
[pid=29093] ppid=29091 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29093/stat : 29093 (npSolver-pbo-I.) S 29091 29093 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379018494 9367552 275 33554432000 4194304 5064252 140734907495712 140734907494624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29093/statm: 2287 275 233 213 0 72 0
[pid=29094] ppid=29093 vsize=8452 CPUtime=2.26 cores=0,2,4,6
/proc/29094/stat : 29094 (npSolver-pbo) S 29093 29093 23584 0 -1 4202496 4462 18046 0 0 13 6 185 22 20 0 1 0 379018495 8654848 1713 33554432000 4194304 6004724 140736001719760 140736001704680 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29094/statm: 2113 1713 180 442 0 1667 0
[pid=29104] ppid=29094 vsize=329808 CPUtime=1719.62 cores=0,2,4,6
/proc/29104/stat : 29104 (glucosInc) R 29094 29093 23584 0 -1 4202496 67722 0 0 0 171846 116 0 0 20 0 1 0 379018723 337723392 61563 33554432000 4194304 5654031 140734380713936 140734380711720 4234964 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29104/statm: 82452 61563 140 357 0 82092 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 347408

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29169
/proc/meminfo: memFree=29004676/32873844 swapFree=7900/7900
[pid=29093] ppid=29091 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29093/stat : 29093 (npSolver-pbo-I.) S 29091 29093 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379018494 9367552 275 33554432000 4194304 5064252 140734907495712 140734907494624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29093/statm: 2287 275 233 213 0 72 0
[pid=29094] ppid=29093 vsize=8452 CPUtime=2.26 cores=0,2,4,6
/proc/29094/stat : 29094 (npSolver-pbo) S 29093 29093 23584 0 -1 4202496 4462 18046 0 0 13 6 185 22 20 0 1 0 379018495 8654848 1713 33554432000 4194304 6004724 140736001719760 140736001704680 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29094/statm: 2113 1713 180 442 0 1667 0
[pid=29104] ppid=29094 vsize=200004 CPUtime=1779.62 cores=0,2,4,6
/proc/29104/stat : 29104 (glucosInc) R 29094 29093 23584 0 -1 4202496 70040 0 0 0 177840 122 0 0 20 0 1 0 379018723 204804096 45118 33554432000 4194304 5654031 140734380713936 140734380712024 4232551 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29104/statm: 50001 45118 140 357 0 49641 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 217604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29169
/proc/meminfo: memFree=28963284/32873844 swapFree=7900/7900
[pid=29093] ppid=29091 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29093/stat : 29093 (npSolver-pbo-I.) S 29091 29093 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379018494 9367552 275 33554432000 4194304 5064252 140734907495712 140734907494624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29093/statm: 2287 275 233 213 0 72 0
[pid=29094] ppid=29093 vsize=8452 CPUtime=2.26 cores=0,2,4,6
/proc/29094/stat : 29094 (npSolver-pbo) S 29093 29093 23584 0 -1 4202496 4462 18046 0 0 13 6 185 22 20 0 1 0 379018495 8654848 1713 33554432000 4194304 6004724 140736001719760 140736001704680 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29094/statm: 2113 1713 180 442 0 1667 0
[pid=29104] ppid=29094 vsize=250092 CPUtime=1797.82 cores=0,2,4,6
/proc/29104/stat : 29104 (glucosInc) R 29094 29093 23584 0 -1 4202496 70360 0 0 0 179659 123 0 0 20 0 1 0 379018723 256094208 55147 33554432000 4194304 5654031 140734380713936 140734380712024 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29104/statm: 62523 55147 140 357 0 62163 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 267692

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29169
/proc/meminfo: memFree=28963284/32873844 swapFree=7900/7900
[pid=29093] ppid=29091 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29093/stat : 29093 (npSolver-pbo-I.) S 29091 29093 23584 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379018494 9367552 275 33554432000 4194304 5064252 140734907495712 140734907494624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29093/statm: 2287 275 233 213 0 72 0
[pid=29094] ppid=29093 vsize=8452 CPUtime=2.26 cores=0,2,4,6
/proc/29094/stat : 29094 (npSolver-pbo) S 29093 29093 23584 0 -1 4202496 4462 18046 0 0 13 6 185 22 20 0 1 0 379018495 8654848 1713 33554432000 4194304 6004724 140736001719760 140736001704680 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29094/statm: 2113 1713 180 442 0 1667 0
[pid=29104] ppid=29094 vsize=250092 CPUtime=1797.82 cores=0,2,4,6
/proc/29104/stat : 29104 (glucosInc) R 29094 29093 23584 0 -1 4202496 70360 0 0 0 179659 123 0 0 20 0 1 0 379018723 256094208 55147 33554432000 4194304 5654031 140734380713936 140734380712024 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29104/statm: 62523 55147 140 357 0 62163 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 267692

Child status: 0

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

Real time (s): 1800.51
CPU time (s): 1800.08
CPU user time (s): 1798.57
CPU system time (s): 1.51
CPU usage (%): 99.976
Max. virtual memory (cumulated for all children) (KiB): 528436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.9917
system time used= 0.294955
maximum resident set size= 42436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22883
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 178
involuntary context switches= 24

runsolver used 3.23451 second user time and 8.25174 second system time

The end

Launcher Data

Begin job on node137 at 2012-06-08 06:15:40
IDJOB=3749331
IDBENCH=48104
IDSOLVER=2333
FILE ID=node137/3749331-1339128940
RUNJOBID= node137-1339112420-25565
PBS_JOBID= 14643716
Free space on /tmp= 70624 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_500_60_4.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3749331-1339128940/watcher-3749331-1339128940 -o /tmp/evaluation-result-3749331-1339128940/solver-3749331-1339128940 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3749331-1339128940.opb 2065732 HOME HOME

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

MD5SUM BENCH= efe239846afd4f2627c83cec32ebc27d
RANDOM SEED=2065732

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:        28897952 kB
Buffers:          309696 kB
Cached:          2529964 kB
SwapCached:         4640 kB
Active:          1477972 kB
Inactive:        1636184 kB
Active(anon):     269952 kB
Inactive(anon):     6608 kB
Active(file):    1208020 kB
Inactive(file):  1629576 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67097908 kB
Dirty:              8640 kB
Writeback:             0 kB
AnonPages:        282700 kB
Mapped:            10680 kB
Shmem:                 0 kB
Slab:             716876 kB
SReclaimable:     157820 kB
SUnreclaim:       559056 kB
KernelStack:        1504 kB
PageTables:         4356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     421368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    104448 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= 70692 MiB
End job on node137 at 2012-06-08 06:45:40