Trace number 3697558

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.07 1800.72

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_2000_5__647_1792__8.opb
MD5SUM72861eeea573496d1666702a4f8ef4b3
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark129834
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables81998
Total number of constraints12000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10002
Number of constraints which are nor clauses,nor cardinality constraints1998
Minimum length of a constraint8
Maximum length of a constraint353
Number of terms in the objective function 80000
Biggest coefficient in the objective function 130539
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 2772199848
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 130539
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 2772199848
Number of bits of the biggest sum of numbers32
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

4.68/4.74	c run inc solver
4.68/4.74	c [INC SYSTEM] run initial solver
4.68/4.74	c [INC SYSTEM] preprocess with white file
16.90/17.19	c [INC SYSTEM] finished preprocessing in 12 s
16.90/17.19	c [INC SYSTEM] execute solver
18.82/19.00	c [INC SEARCH] formula is SAT
18.82/19.02	c [INC SYSTEM] solved the initial formula
18.92/19.14	c model valid
18.92/19.14	c current solution ok
24.99/25.57	o 163209
24.99/25.57	c [INC SYSTEM] there exists a inc, kill it!
24.99/25.57	c write failed with 2
24.99/25.58	c [INC SEARCH] iteration: 0
24.99/25.58	c [INC BOUNDS] best value:163209 search for 163208
24.99/25.58	c [INC SYSTEM] create new solver instance
24.99/25.58	c [INC] encode full formula
24.99/25.58	c fallback to adder encoding
33.58/33.96	c set iterative enc to: adder
33.58/33.96	c set iterative enc to: none
34.96/35.33	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-3697558-1338082448/watcher-3697558-1338082448 -o /tmp/evaluation-result-3697558-1338082448/solver-3697558-1338082448 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3697558-1338082448.opb 1918434999 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.14 3/178 6261
/proc/meminfo: memFree=29116900/32873844 swapFree=7384/7384
[pid=6261] ppid=6259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6261/stat : 6261 (npSolver-pbo-It) S 6259 6261 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370302 9367552 275 33554432000 4194304 5064252 140737020260112 140737020259024 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6261/statm: 2287 275 233 213 0 72 0

[startup+0.0562529 s]
/proc/loadavg: 2.00 2.02 2.14 3/178 6261
/proc/meminfo: memFree=29116900/32873844 swapFree=7384/7384
[pid=6261] ppid=6259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6261/stat : 6261 (npSolver-pbo-It) S 6259 6261 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370302 9367552 275 33554432000 4194304 5064252 140737020260112 140737020259024 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6261/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100246 s]
/proc/loadavg: 2.00 2.02 2.14 3/178 6261
/proc/meminfo: memFree=29116900/32873844 swapFree=7384/7384
[pid=6261] ppid=6259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6261/stat : 6261 (npSolver-pbo-It) S 6259 6261 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370302 9367552 275 33554432000 4194304 5064252 140737020260112 140737020259024 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6261/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300261 s]
/proc/loadavg: 2.00 2.02 2.14 3/178 6261
/proc/meminfo: memFree=29116900/32873844 swapFree=7384/7384
[pid=6261] ppid=6259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6261/stat : 6261 (npSolver-pbo-It) S 6259 6261 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370302 9367552 275 33554432000 4194304 5064252 140737020260112 140737020259024 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6261/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700232 s]
/proc/loadavg: 2.00 2.02 2.14 3/178 6261
/proc/meminfo: memFree=29116900/32873844 swapFree=7384/7384
[pid=6261] ppid=6259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6261/stat : 6261 (npSolver-pbo-It) S 6259 6261 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370302 9367552 275 33554432000 4194304 5064252 140737020260112 140737020259024 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6261/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50025 s]
/proc/loadavg: 2.00 2.01 2.14 3/180 6263
/proc/meminfo: memFree=29082068/32873844 swapFree=7384/7384
[pid=6261] ppid=6259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6261/stat : 6261 (npSolver-pbo-It) S 6259 6261 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370302 9367552 275 33554432000 4194304 5064252 140737020260112 140737020259024 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6261/statm: 2287 275 233 213 0 72 0
[pid=6262] ppid=6261 vsize=73312 CPUtime=1.49 cores=1,3,5,7
/proc/6262/stat : 6262 (npSolver-pbo) R 6261 6261 1914 0 -1 4202496 5168 0 0 0 147 2 0 0 20 0 1 0 274370302 75071488 12661 33554432000 4194304 5992684 140735371710912 140735371694120 4809207 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6262/statm: 18328 12661 146 440 0 17884 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82460

[startup+3.10025 s]
/proc/loadavg: 2.00 2.01 2.14 3/180 6263
/proc/meminfo: memFree=29044708/32873844 swapFree=7384/7384
[pid=6261] ppid=6259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6261/stat : 6261 (npSolver-pbo-It) S 6259 6261 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370302 9367552 275 33554432000 4194304 5064252 140737020260112 140737020259024 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6261/statm: 2287 275 233 213 0 72 0
[pid=6262] ppid=6261 vsize=138848 CPUtime=3.09 cores=1,3,5,7
/proc/6262/stat : 6262 (npSolver-pbo) R 6261 6261 1914 0 -1 4202496 5746 0 0 0 305 4 0 0 20 0 1 0 274370302 142180352 26493 33554432000 4194304 5992684 140735371710912 140735371706648 4375626 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6262/statm: 34712 26493 146 440 0 34268 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 147996

[startup+6.30042 s]
/proc/loadavg: 2.00 2.01 2.14 3/182 6265
/proc/meminfo: memFree=28722140/32873844 swapFree=7384/7384
[pid=6261] ppid=6259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6261/stat : 6261 (npSolver-pbo-It) S 6259 6261 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370302 9367552 275 33554432000 4194304 5064252 140737020260112 140737020259024 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6261/statm: 2287 275 233 213 0 72 0
[pid=6262] ppid=6261 vsize=285668 CPUtime=4.84 cores=1,3,5,7
/proc/6262/stat : 6262 (npSolver-pbo) S 6261 6261 1914 0 -1 4202496 10975 0 0 0 442 42 0 0 20 0 1 0 274370302 292524032 43883 33554432000 4194304 5992684 140735371710912 140735371705360 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/6262/statm: 71417 43883 164 440 0 70973 0
[pid=6264] ppid=6262 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6264/stat : 6264 (cp2_pre.sh) S 6262 6261 1914 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 274370788 9367552 277 33554432000 4194304 5064252 140733645194624 140733645193328 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6264/statm: 2287 277 234 213 0 72 0
[pid=6265] ppid=6264 vsize=159516 CPUtime=1.42 cores=1,3,5,7
/proc/6265/stat : 6265 (coprocessor) R 6264 6261 1914 0 -1 4202496 26162 0 0 0 134 8 0 0 20 0 1 0 274370789 163344384 37976 33554432000 4194304 6586260 140736816229536 140736816226296 5511711 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/6265/statm: 39879 37977 137 584 0 39291 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 463480

[startup+12.7003 s]
/proc/loadavg: 2.15 2.05 2.15 3/182 6265
/proc/meminfo: memFree=28170504/32873844 swapFree=7384/7384
[pid=6261] ppid=6259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6261/stat : 6261 (npSolver-pbo-It) S 6259 6261 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370302 9367552 275 33554432000 4194304 5064252 140737020260112 140737020259024 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6261/statm: 2287 275 233 213 0 72 0
[pid=6262] ppid=6261 vsize=285668 CPUtime=4.84 cores=1,3,5,7
/proc/6262/stat : 6262 (npSolver-pbo) S 6261 6261 1914 0 -1 4202496 10975 0 0 0 442 42 0 0 20 0 1 0 274370302 292524032 43883 33554432000 4194304 5992684 140735371710912 140735371705360 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/6262/statm: 71417 43883 164 440 0 70973 0
[pid=6264] ppid=6262 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6264/stat : 6264 (cp2_pre.sh) S 6262 6261 1914 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 274370788 9367552 277 33554432000 4194304 5064252 140733645194624 140733645193328 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6264/statm: 2287 277 234 213 0 72 0
[pid=6265] ppid=6264 vsize=608404 CPUtime=7.82 cores=1,3,5,7
/proc/6265/stat : 6265 (coprocessor) R 6264 6261 1914 0 -1 4202496 99784 0 0 0 752 30 0 0 20 0 1 0 274370789 623005696 150599 33554432000 4194304 6586260 140736816229536 140736816225288 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/6265/statm: 152101 150599 195 584 0 151513 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 912368

[startup+25.5005 s]
/proc/loadavg: 2.13 2.04 2.15 3/181 6267
/proc/meminfo: memFree=28320192/32873844 swapFree=7384/7384
[pid=6261] ppid=6259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6261/stat : 6261 (npSolver-pbo-It) S 6259 6261 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370302 9367552 275 33554432000 4194304 5064252 140737020260112 140737020259024 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6261/statm: 2287 275 233 213 0 72 0
[pid=6262] ppid=6261 vsize=296816 CPUtime=23.19 cores=1,3,5,7
/proc/6262/stat : 6262 (npSolver-pbo) S 6261 6261 1914 0 -1 4202496 13357 100688 0 0 561 542 1155 61 20 0 1 0 274370302 303939584 46679 33554432000 4194304 5992684 140735371710912 140735371704944 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 15 0 0
/proc/6262/statm: 74204 46679 173 440 0 73760 0
[pid=6267] ppid=6262 vsize=313976 CPUtime=1.8 cores=1,3,5,7
/proc/6267/stat : 6267 (glucosInc) S 6262 6261 1914 0 -1 4202496 45950 0 0 0 165 15 0 0 20 0 1 0 274372021 321511424 74759 33554432000 4194304 5654031 140735476845920 140735476844232 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/6267/statm: 78494 74759 146 357 0 78134 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 619940

[startup+51.1004 s]
/proc/loadavg: 2.32 2.09 2.16 3/181 6270
/proc/meminfo: memFree=26505476/32873844 swapFree=7384/7384
[pid=6261] ppid=6259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6261/stat : 6261 (npSolver-pbo-It) S 6259 6261 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370302 9367552 275 33554432000 4194304 5064252 140737020260112 140737020259024 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6261/statm: 2287 275 233 213 0 72 0
[pid=6262] ppid=6261 vsize=320020 CPUtime=34.99 cores=1,3,5,7
/proc/6262/stat : 6262 (npSolver-pbo) S 6261 6261 1914 0 -1 4202496 37818 147676 0 0 1388 661 1320 130 20 0 1 0 274370302 327700480 52523 33554432000 4194304 5992684 140735371710912 140735371696744 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 17 0 0
/proc/6262/statm: 80005 52523 184 440 0 79561 0
[pid=6270] ppid=6262 vsize=1713392 CPUtime=15.75 cores=1,3,5,7
/proc/6270/stat : 6270 (glucosInc) R 6262 6261 1914 0 -1 4202496 194539 0 0 0 1492 83 0 0 20 0 1 0 274373835 1754513408 371643 33554432000 4194304 5654031 140735624586128 140735624583736 4208694 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6270/statm: 428348 371643 140 357 0 427988 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 2042560

[startup+102.307 s]
/proc/loadavg: 2.12 2.07 2.15 3/180 6270
/proc/meminfo: memFree=26504364/32873844 swapFree=7384/7384
[pid=6261] ppid=6259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6261/stat : 6261 (npSolver-pbo-It) S 6259 6261 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370302 9367552 275 33554432000 4194304 5064252 140737020260112 140737020259024 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6261/statm: 2287 275 233 213 0 72 0
[pid=6262] ppid=6261 vsize=320020 CPUtime=34.99 cores=1,3,5,7
/proc/6262/stat : 6262 (npSolver-pbo) S 6261 6261 1914 0 -1 4202496 37818 147676 0 0 1388 661 1320 130 20 0 1 0 274370302 327700480 52523 33554432000 4194304 5992684 140735371710912 140735371696744 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 17 0 0
/proc/6262/statm: 80005 52523 184 440 0 79561 0
[pid=6270] ppid=6262 vsize=1717780 CPUtime=66.95 cores=1,3,5,7
/proc/6270/stat : 6270 (glucosInc) R 6262 6261 1914 0 -1 4202496 195643 0 0 0 6612 83 0 0 20 0 1 0 274373835 1759006720 372747 33554432000 4194304 5654031 140735624586128 140735624583912 4208659 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6270/statm: 429445 372747 141 357 0 429085 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 2046948

[startup+162.3 s]
/proc/loadavg: 2.04 2.06 2.14 3/181 6271
/proc/meminfo: memFree=26484820/32873844 swapFree=7384/7384
[pid=6261] ppid=6259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6261/stat : 6261 (npSolver-pbo-It) S 6259 6261 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370302 9367552 275 33554432000 4194304 5064252 140737020260112 140737020259024 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6261/statm: 2287 275 233 213 0 72 0
[pid=6262] ppid=6261 vsize=320020 CPUtime=34.99 cores=1,3,5,7
/proc/6262/stat : 6262 (npSolver-pbo) S 6261 6261 1914 0 -1 4202496 37818 147676 0 0 1388 661 1320 130 20 0 1 0 274370302 327700480 52523 33554432000 4194304 5992684 140735371710912 140735371696744 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 17 0 0
/proc/6262/statm: 80005 52523 184 440 0 79561 0
[pid=6270] ppid=6262 vsize=1730020 CPUtime=126.93 cores=1,3,5,7
/proc/6270/stat : 6270 (glucosInc) R 6262 6261 1914 0 -1 4202496 198690 0 0 0 12609 84 0 0 20 0 1 0 274373835 1771540480 376305 33554432000 4194304 5654031 140735624586128 140735624573944 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6270/statm: 432505 376305 142 357 0 432145 0
Current children cumulated CPU time (s) 161.92
Current children cumulated vsize (KiB) 2059188

[startup+222.3 s]
/proc/loadavg: 2.01 2.04 2.13 3/181 6271
/proc/meminfo: memFree=26461752/32873844 swapFree=7384/7384
[pid=6261] ppid=6259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6261/stat : 6261 (npSolver-pbo-It) S 6259 6261 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370302 9367552 275 33554432000 4194304 5064252 140737020260112 140737020259024 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6261/statm: 2287 275 233 213 0 72 0
[pid=6262] ppid=6261 vsize=320020 CPUtime=34.99 cores=1,3,5,7
/proc/6262/stat : 6262 (npSolver-pbo) S 6261 6261 1914 0 -1 4202496 37818 147676 0 0 1388 661 1320 130 20 0 1 0 274370302 327700480 52523 33554432000 4194304 5992684 140735371710912 140735371696744 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 17 0 0
/proc/6262/statm: 80005 52523 184 440 0 79561 0
[pid=6270] ppid=6262 vsize=1747088 CPUtime=186.92 cores=1,3,5,7
/proc/6270/stat : 6270 (glucosInc) R 6262 6261 1914 0 -1 4202496 203244 0 0 0 18606 86 0 0 20 0 1 0 274373835 1789018112 382387 33554432000 4194304 5654031 140735624586128 140735624573944 4214981 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6270/statm: 436772 382387 142 357 0 436412 0
Current children cumulated CPU time (s) 221.91
Current children cumulated vsize (KiB) 2076256

[startup+282.3 s]

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

/proc/meminfo: memFree=24183104/32873844 swapFree=7384/7384
[pid=6261] ppid=6259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6261/stat : 6261 (npSolver-pbo-It) S 6259 6261 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370302 9367552 275 33554432000 4194304 5064252 140737020260112 140737020259024 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6261/statm: 2287 275 233 213 0 72 0
[pid=6262] ppid=6261 vsize=320020 CPUtime=34.99 cores=1,3,5,7
/proc/6262/stat : 6262 (npSolver-pbo) S 6261 6261 1914 0 -1 4202496 37818 147676 0 0 1388 661 1320 130 20 0 1 0 274370302 327700480 52523 33554432000 4194304 5992684 140735371710912 140735371696744 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 17 0 0
/proc/6262/statm: 80005 52523 184 440 0 79561 0
[pid=6270] ppid=6262 vsize=1756544 CPUtime=1326.73 cores=1,3,5,7
/proc/6270/stat : 6270 (glucosInc) R 6262 6261 1914 0 -1 4202496 205637 0 0 0 132586 87 0 0 20 0 1 0 274373835 1798701056 388296 33554432000 4194304 5654031 140735624586128 140735624583912 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6270/statm: 439136 388296 142 357 0 438776 0
Current children cumulated CPU time (s) 1361.72
Current children cumulated vsize (KiB) 2085712

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.02 3/181 6329
/proc/meminfo: memFree=24178776/32873844 swapFree=7384/7384
[pid=6261] ppid=6259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6261/stat : 6261 (npSolver-pbo-It) S 6259 6261 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370302 9367552 275 33554432000 4194304 5064252 140737020260112 140737020259024 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6261/statm: 2287 275 233 213 0 72 0
[pid=6262] ppid=6261 vsize=320020 CPUtime=34.99 cores=1,3,5,7
/proc/6262/stat : 6262 (npSolver-pbo) S 6261 6261 1914 0 -1 4202496 37818 147676 0 0 1388 661 1320 130 20 0 1 0 274370302 327700480 52523 33554432000 4194304 5992684 140735371710912 140735371696744 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 17 0 0
/proc/6262/statm: 80005 52523 184 440 0 79561 0
[pid=6270] ppid=6262 vsize=1756676 CPUtime=1386.73 cores=1,3,5,7
/proc/6270/stat : 6270 (glucosInc) R 6262 6261 1914 0 -1 4202496 205672 0 0 0 138586 87 0 0 20 0 1 0 274373835 1798836224 388331 33554432000 4194304 5654031 140735624586128 140735624583912 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6270/statm: 439169 388331 142 357 0 438809 0
Current children cumulated CPU time (s) 1421.72
Current children cumulated vsize (KiB) 2085844

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/181 6329
/proc/meminfo: memFree=24178556/32873844 swapFree=7384/7384
[pid=6261] ppid=6259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6261/stat : 6261 (npSolver-pbo-It) S 6259 6261 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370302 9367552 275 33554432000 4194304 5064252 140737020260112 140737020259024 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6261/statm: 2287 275 233 213 0 72 0
[pid=6262] ppid=6261 vsize=320020 CPUtime=34.99 cores=1,3,5,7
/proc/6262/stat : 6262 (npSolver-pbo) S 6261 6261 1914 0 -1 4202496 37818 147676 0 0 1388 661 1320 130 20 0 1 0 274370302 327700480 52523 33554432000 4194304 5992684 140735371710912 140735371696744 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 17 0 0
/proc/6262/statm: 80005 52523 184 440 0 79561 0
[pid=6270] ppid=6262 vsize=1756808 CPUtime=1446.71 cores=1,3,5,7
/proc/6270/stat : 6270 (glucosInc) R 6262 6261 1914 0 -1 4202496 205711 0 0 0 144584 87 0 0 20 0 1 0 274373835 1798971392 388370 33554432000 4194304 5654031 140735624586128 140735624583912 4208595 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6270/statm: 439202 388370 142 357 0 438842 0
Current children cumulated CPU time (s) 1481.7
Current children cumulated vsize (KiB) 2085976

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/181 6329
/proc/meminfo: memFree=24176164/32873844 swapFree=7384/7384
[pid=6261] ppid=6259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6261/stat : 6261 (npSolver-pbo-It) S 6259 6261 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370302 9367552 275 33554432000 4194304 5064252 140737020260112 140737020259024 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6261/statm: 2287 275 233 213 0 72 0
[pid=6262] ppid=6261 vsize=320020 CPUtime=34.99 cores=1,3,5,7
/proc/6262/stat : 6262 (npSolver-pbo) S 6261 6261 1914 0 -1 4202496 37818 147676 0 0 1388 661 1320 130 20 0 1 0 274370302 327700480 52523 33554432000 4194304 5992684 140735371710912 140735371696744 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 17 0 0
/proc/6262/statm: 80005 52523 184 440 0 79561 0
[pid=6270] ppid=6262 vsize=1757328 CPUtime=1506.7 cores=1,3,5,7
/proc/6270/stat : 6270 (glucosInc) R 6262 6261 1914 0 -1 4202496 205800 0 0 0 150583 87 0 0 20 0 1 0 274373835 1799503872 388459 33554432000 4194304 5654031 140735624586128 140735624584024 4232380 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6270/statm: 439332 388459 142 357 0 438972 0
Current children cumulated CPU time (s) 1541.69
Current children cumulated vsize (KiB) 2086496

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/182 6332
/proc/meminfo: memFree=24176184/32873844 swapFree=7384/7384
[pid=6261] ppid=6259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6261/stat : 6261 (npSolver-pbo-It) S 6259 6261 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370302 9367552 275 33554432000 4194304 5064252 140737020260112 140737020259024 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6261/statm: 2287 275 233 213 0 72 0
[pid=6262] ppid=6261 vsize=320020 CPUtime=34.99 cores=1,3,5,7
/proc/6262/stat : 6262 (npSolver-pbo) S 6261 6261 1914 0 -1 4202496 37818 147676 0 0 1388 661 1320 130 20 0 1 0 274370302 327700480 52523 33554432000 4194304 5992684 140735371710912 140735371696744 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 17 0 0
/proc/6262/statm: 80005 52523 184 440 0 79561 0
[pid=6270] ppid=6262 vsize=1757328 CPUtime=1566.69 cores=1,3,5,7
/proc/6270/stat : 6270 (glucosInc) R 6262 6261 1914 0 -1 4202496 205833 0 0 0 156582 87 0 0 20 0 1 0 274373835 1799503872 388492 33554432000 4194304 5654031 140735624586128 140735624584024 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6270/statm: 439332 388492 142 357 0 438972 0
Current children cumulated CPU time (s) 1601.68
Current children cumulated vsize (KiB) 2086496

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 6356
/proc/meminfo: memFree=24175344/32873844 swapFree=7384/7384
[pid=6261] ppid=6259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6261/stat : 6261 (npSolver-pbo-It) S 6259 6261 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370302 9367552 275 33554432000 4194304 5064252 140737020260112 140737020259024 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6261/statm: 2287 275 233 213 0 72 0
[pid=6262] ppid=6261 vsize=320020 CPUtime=34.99 cores=1,3,5,7
/proc/6262/stat : 6262 (npSolver-pbo) S 6261 6261 1914 0 -1 4202496 37818 147676 0 0 1388 661 1320 130 20 0 1 0 274370302 327700480 52523 33554432000 4194304 5992684 140735371710912 140735371696744 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 17 0 0
/proc/6262/statm: 80005 52523 184 440 0 79561 0
[pid=6270] ppid=6262 vsize=1757592 CPUtime=1626.68 cores=1,3,5,7
/proc/6270/stat : 6270 (glucosInc) R 6262 6261 1914 0 -1 4202496 205878 0 0 0 162581 87 0 0 20 0 1 0 274373835 1799774208 388537 33554432000 4194304 5654031 140735624586128 140735624583912 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6270/statm: 439398 388537 142 357 0 439038 0
Current children cumulated CPU time (s) 1661.67
Current children cumulated vsize (KiB) 2086760

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6356
/proc/meminfo: memFree=24175256/32873844 swapFree=7384/7384
[pid=6261] ppid=6259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6261/stat : 6261 (npSolver-pbo-It) S 6259 6261 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370302 9367552 275 33554432000 4194304 5064252 140737020260112 140737020259024 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6261/statm: 2287 275 233 213 0 72 0
[pid=6262] ppid=6261 vsize=320020 CPUtime=34.99 cores=1,3,5,7
/proc/6262/stat : 6262 (npSolver-pbo) S 6261 6261 1914 0 -1 4202496 37818 147676 0 0 1388 661 1320 130 20 0 1 0 274370302 327700480 52523 33554432000 4194304 5992684 140735371710912 140735371696744 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 17 0 0
/proc/6262/statm: 80005 52523 184 440 0 79561 0
[pid=6270] ppid=6262 vsize=1757724 CPUtime=1686.67 cores=1,3,5,7
/proc/6270/stat : 6270 (glucosInc) R 6262 6261 1914 0 -1 4202496 205913 0 0 0 168580 87 0 0 20 0 1 0 274373835 1799909376 388572 33554432000 4194304 5654031 140735624586128 140735624583912 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6270/statm: 439431 388572 142 357 0 439071 0
Current children cumulated CPU time (s) 1721.66
Current children cumulated vsize (KiB) 2086892

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6356
/proc/meminfo: memFree=24175108/32873844 swapFree=7384/7384
[pid=6261] ppid=6259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6261/stat : 6261 (npSolver-pbo-It) S 6259 6261 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370302 9367552 275 33554432000 4194304 5064252 140737020260112 140737020259024 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6261/statm: 2287 275 233 213 0 72 0
[pid=6262] ppid=6261 vsize=320020 CPUtime=34.99 cores=1,3,5,7
/proc/6262/stat : 6262 (npSolver-pbo) S 6261 6261 1914 0 -1 4202496 37818 147676 0 0 1388 661 1320 130 20 0 1 0 274370302 327700480 52523 33554432000 4194304 5992684 140735371710912 140735371696744 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 17 0 0
/proc/6262/statm: 80005 52523 184 440 0 79561 0
[pid=6270] ppid=6262 vsize=1757724 CPUtime=1746.67 cores=1,3,5,7
/proc/6270/stat : 6270 (glucosInc) R 6262 6261 1914 0 -1 4202496 205937 0 0 0 174580 87 0 0 20 0 1 0 274373835 1799909376 388596 33554432000 4194304 5654031 140735624586128 140735624583912 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6270/statm: 439431 388596 142 357 0 439071 0
Current children cumulated CPU time (s) 1781.66
Current children cumulated vsize (KiB) 2086892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6356
/proc/meminfo: memFree=24174920/32873844 swapFree=7384/7384
[pid=6261] ppid=6259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6261/stat : 6261 (npSolver-pbo-It) S 6259 6261 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370302 9367552 275 33554432000 4194304 5064252 140737020260112 140737020259024 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6261/statm: 2287 275 233 213 0 72 0
[pid=6262] ppid=6261 vsize=320020 CPUtime=34.99 cores=1,3,5,7
/proc/6262/stat : 6262 (npSolver-pbo) S 6261 6261 1914 0 -1 4202496 37818 147676 0 0 1388 661 1320 130 20 0 1 0 274370302 327700480 52523 33554432000 4194304 5992684 140735371710912 140735371696744 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 17 0 0
/proc/6262/statm: 80005 52523 184 440 0 79561 0
[pid=6270] ppid=6262 vsize=1757856 CPUtime=1765.08 cores=1,3,5,7
/proc/6270/stat : 6270 (glucosInc) R 6262 6261 1914 0 -1 4202496 205949 0 0 0 176421 87 0 0 20 0 1 0 274373835 1800044544 388608 33554432000 4194304 5654031 140735624586128 140735624583912 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6270/statm: 439464 388608 142 357 0 439104 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 2087024

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.00 2.00 2.00 3/181 6356
/proc/meminfo: memFree=24174920/32873844 swapFree=7384/7384
[pid=6261] ppid=6259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6261/stat : 6261 (npSolver-pbo-It) S 6259 6261 1914 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274370302 9367552 275 33554432000 4194304 5064252 140737020260112 140737020259024 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6261/statm: 2287 275 233 213 0 72 0
[pid=6262] ppid=6261 vsize=320020 CPUtime=34.99 cores=1,3,5,7
/proc/6262/stat : 6262 (npSolver-pbo) S 6261 6261 1914 0 -1 4202496 37818 147676 0 0 1388 661 1320 130 20 0 1 0 274370302 327700480 52523 33554432000 4194304 5992684 140735371710912 140735371696744 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 17 0 0
/proc/6262/statm: 80005 52523 184 440 0 79561 0
[pid=6270] ppid=6262 vsize=1757856 CPUtime=1765.08 cores=1,3,5,7
/proc/6270/stat : 6270 (glucosInc) R 6262 6261 1914 0 -1 4202496 205949 0 0 0 176421 87 0 0 20 0 1 0 274373835 1800044544 388608 33554432000 4194304 5654031 140735624586128 140735624583912 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6270/statm: 439464 388608 142 357 0 439104 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 2087024

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6261 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1800.07
#
# 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.07
CPU user time (s): 1791.29
CPU system time (s): 8.78
CPU usage (%): 99.9637
Max. virtual memory (cumulated for all children) (KiB): 2592724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
maximum resident set size= 1100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 358
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 4.5903 second user time and 10.8134 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-27 03:34:08
IDJOB=3697558
IDBENCH=71860
IDSOLVER=2275
FILE ID=node136/3697558-1338082448
RUNJOBID= node136-1338052928-1931
PBS_JOBID= 14624396
Free space on /tmp= 71616 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_2000_5__647_1792__8.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3697558-1338082448/watcher-3697558-1338082448 -o /tmp/evaluation-result-3697558-1338082448/solver-3697558-1338082448 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3697558-1338082448.opb 1918434999 HOME HOME

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

MD5SUM BENCH= 72861eeea573496d1666702a4f8ef4b3
RANDOM SEED=1918434999

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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:        29116792 kB
Buffers:          356944 kB
Cached:          2404912 kB
SwapCached:        24460 kB
Active:          1025648 kB
Inactive:        1943464 kB
Active(anon):     181488 kB
Inactive(anon):    25096 kB
Active(file):     844160 kB
Inactive(file):  1918368 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:             11692 kB
Writeback:             0 kB
AnonPages:        187928 kB
Mapped:            10956 kB
Shmem:                 0 kB
Slab:             648500 kB
SReclaimable:      90220 kB
SUnreclaim:       558280 kB
KernelStack:        1464 kB
PageTables:         4804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     325216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     43008 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= 70068 MiB
End job on node136 at 2012-05-27 04:04:11