Trace number 3697641

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 1819.33

General information on the benchmark

Name/OPT-BIGINT-LIN/
heinz/normalized-ds-big.opb
MD5SUM0f8cbacf22bcac8867146871fbd72f4e
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4124714222330000
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables174997
Total number of constraints1042
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1042
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint259
Maximum length of a constraint11821
Number of terms in the objective function 174997
Biggest coefficient in the objective function 60000000000000
Number of bits for the biggest coefficient in the objective function 46
Sum of the numbers in the objective function 602632800292929998
Number of bits of the sum of numbers in the objective function 60
Biggest number in a constraint 60000000000000
Number of bits of the biggest number in a constraint 46
Biggest sum of numbers in a constraint 602632800292929998
Number of bits of the biggest sum of numbers60
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

8.67/8.74	c run inc solver
8.67/8.74	c [INC SYSTEM] run initial solver
8.67/8.74	c [INC SYSTEM] preprocess with white file
46.27/46.59	c [INC SYSTEM] finished preprocessing in 37 s
46.27/46.59	c [INC SYSTEM] execute solver
55.71/55.95	c [INC SEARCH] formula is SAT
56.32/56.58	c [INC SYSTEM] solved the initial formula
57.51/57.73	c model valid
57.51/57.73	c current solution ok
79.35/81.10	o 13559032749220000
79.35/81.10	c [INC SYSTEM] there exists a inc, kill it!
79.35/81.10	c write failed with 2
79.35/81.14	c [INC SEARCH] iteration: 0
79.35/81.14	c [INC BOUNDS] best value:13559032749220000 search for 13559032749219999
79.35/81.14	c [INC SYSTEM] create new solver instance
79.35/81.14	c [INC] encode full formula
79.35/81.14	c fallback to adder encoding
136.27/137.67	c set iterative enc to: adder
136.27/137.67	c set iterative enc to: none
143.92/160.72	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-3697641-1338101373/watcher-3697641-1338101373 -o /tmp/evaluation-result-3697641-1338101373/solver-3697641-1338101373 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3697641-1338101373.opb 1234765018 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 1.86 2.59 3.35 3/177 27143
/proc/meminfo: memFree=30288044/32873648 swapFree=7108/7108
[pid=27143] ppid=27141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27143/stat : 27143 (npSolver-pbo-It) S 27141 27143 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276262986 9367552 275 33554432000 4194304 5064252 140733528405936 140733528404848 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27143/statm: 2287 275 233 213 0 72 0

[startup+0.034334 s]
/proc/loadavg: 1.86 2.59 3.35 3/177 27143
/proc/meminfo: memFree=30288044/32873648 swapFree=7108/7108
[pid=27143] ppid=27141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27143/stat : 27143 (npSolver-pbo-It) S 27141 27143 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276262986 9367552 275 33554432000 4194304 5064252 140733528405936 140733528404848 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27143/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: 1.86 2.59 3.35 3/177 27143
/proc/meminfo: memFree=30288044/32873648 swapFree=7108/7108
[pid=27143] ppid=27141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27143/stat : 27143 (npSolver-pbo-It) S 27141 27143 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276262986 9367552 275 33554432000 4194304 5064252 140733528405936 140733528404848 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27143/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300126 s]
/proc/loadavg: 1.86 2.59 3.35 3/177 27143
/proc/meminfo: memFree=30288044/32873648 swapFree=7108/7108
[pid=27143] ppid=27141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27143/stat : 27143 (npSolver-pbo-It) S 27141 27143 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276262986 9367552 275 33554432000 4194304 5064252 140733528405936 140733528404848 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27143/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700135 s]
/proc/loadavg: 1.86 2.59 3.35 3/177 27143
/proc/meminfo: memFree=30288044/32873648 swapFree=7108/7108
[pid=27143] ppid=27141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27143/stat : 27143 (npSolver-pbo-It) S 27141 27143 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276262986 9367552 275 33554432000 4194304 5064252 140733528405936 140733528404848 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27143/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50015 s]
/proc/loadavg: 1.86 2.59 3.35 3/179 27145
/proc/meminfo: memFree=30242568/32873648 swapFree=7108/7108
[pid=27143] ppid=27141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27143/stat : 27143 (npSolver-pbo-It) S 27141 27143 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276262986 9367552 275 33554432000 4194304 5064252 140733528405936 140733528404848 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27143/statm: 2287 275 233 213 0 72 0
[pid=27144] ppid=27143 vsize=40392 CPUtime=1.49 cores=0,2,4,6
/proc/27144/stat : 27144 (npSolver-pbo) R 27143 27143 25163 0 -1 4202496 10280 0 0 0 147 2 0 0 20 0 1 0 276262987 41361408 9442 33554432000 4194304 5992684 140733716130896 140733716127016 5179600 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27144/statm: 10098 9442 143 440 0 9654 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 49540

[startup+3.10017 s]
/proc/loadavg: 1.86 2.59 3.35 3/179 27145
/proc/meminfo: memFree=30193316/32873648 swapFree=7108/7108
[pid=27143] ppid=27141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27143/stat : 27143 (npSolver-pbo-It) S 27141 27143 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276262986 9367552 275 33554432000 4194304 5064252 140733528405936 140733528404848 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27143/statm: 2287 275 233 213 0 72 0
[pid=27144] ppid=27143 vsize=147496 CPUtime=3.09 cores=0,2,4,6
/proc/27144/stat : 27144 (npSolver-pbo) R 27143 27143 25163 0 -1 4202496 30609 0 0 0 303 6 0 0 20 0 1 0 276262987 151035904 35038 33554432000 4194304 5992684 140733716130896 140733716124536 4378162 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27144/statm: 36874 35038 157 440 0 36430 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 156644

[startup+6.30016 s]
/proc/loadavg: 1.87 2.58 3.34 3/179 27145
/proc/meminfo: memFree=29682856/32873648 swapFree=7108/7108
[pid=27143] ppid=27141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27143/stat : 27143 (npSolver-pbo-It) S 27141 27143 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276262986 9367552 275 33554432000 4194304 5064252 140733528405936 140733528404848 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27143/statm: 2287 275 233 213 0 72 0
[pid=27144] ppid=27143 vsize=376872 CPUtime=6.29 cores=0,2,4,6
/proc/27144/stat : 27144 (npSolver-pbo) R 27143 27143 25163 0 -1 4202496 32326 0 0 0 617 12 0 0 20 0 1 0 276262987 385916928 71902 33554432000 4194304 5992684 140733716130896 140733716124184 4606747 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27144/statm: 94218 71902 157 440 0 93774 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 386020

[startup+12.7002 s]
/proc/loadavg: 1.88 2.57 3.34 3/181 27147
/proc/meminfo: memFree=28755700/32873648 swapFree=7108/7108
[pid=27143] ppid=27141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27143/stat : 27143 (npSolver-pbo-It) S 27141 27143 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276262986 9367552 275 33554432000 4194304 5064252 140733528405936 140733528404848 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27143/statm: 2287 275 233 213 0 72 0
[pid=27144] ppid=27143 vsize=639016 CPUtime=8.98 cores=0,2,4,6
/proc/27144/stat : 27144 (npSolver-pbo) S 27143 27143 25163 0 -1 4202496 34072 0 0 0 819 79 0 0 20 0 1 0 276262987 654352384 94949 33554432000 4194304 5992684 140733716130896 140733716125344 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 2 0 0
/proc/27144/statm: 159754 94949 164 440 0 159310 0
[pid=27146] ppid=27144 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27146/stat : 27146 (cp2_pre.sh) S 27144 27143 25163 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 276263888 9367552 277 33554432000 4194304 5064252 140734279112112 140734279110816 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27146/statm: 2287 277 234 213 0 72 0
[pid=27147] ppid=27146 vsize=115056 CPUtime=3.67 cores=0,2,4,6
/proc/27147/stat : 27147 (coprocessor) R 27146 27143 25163 0 -1 4202496 12023 0 0 0 363 4 0 0 20 0 1 0 276263889 117817344 26606 33554432000 4194304 6586260 140736753773664 140736753770424 4368004 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/27147/statm: 28764 26606 138 584 0 28176 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 772368

[startup+25.5003 s]
/proc/loadavg: 2.05 2.58 3.33 3/183 27149
/proc/meminfo: memFree=27186924/32873648 swapFree=7108/7108
[pid=27143] ppid=27141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27143/stat : 27143 (npSolver-pbo-It) S 27141 27143 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276262986 9367552 275 33554432000 4194304 5064252 140733528405936 140733528404848 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27143/statm: 2287 275 233 213 0 72 0
[pid=27144] ppid=27143 vsize=639016 CPUtime=8.98 cores=0,2,4,6
/proc/27144/stat : 27144 (npSolver-pbo) S 27143 27143 25163 0 -1 4202496 34072 0 0 0 819 79 0 0 20 0 1 0 276262987 654352384 94949 33554432000 4194304 5992684 140733716130896 140733716125344 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 2 0 0
/proc/27144/statm: 159754 94949 164 440 0 159310 0
[pid=27146] ppid=27144 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27146/stat : 27146 (cp2_pre.sh) S 27144 27143 25163 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 276263888 9367552 277 33554432000 4194304 5064252 140734279112112 140734279110816 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27146/statm: 2287 277 234 213 0 72 0
[pid=27147] ppid=27146 vsize=426108 CPUtime=16.47 cores=0,2,4,6
/proc/27147/stat : 27147 (coprocessor) R 27146 27143 25163 0 -1 4202496 19299 0 0 0 1633 14 0 0 20 0 1 0 276263889 436334592 99038 33554432000 4194304 6586260 140736753773664 140736753770424 5732400 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/27147/statm: 106527 99038 138 584 0 105939 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 1083420

[startup+51.1003 s]
/proc/loadavg: 2.19 2.56 3.30 2/183 27157
/proc/meminfo: memFree=24262584/32873648 swapFree=7108/7108
[pid=27143] ppid=27141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27143/stat : 27143 (npSolver-pbo-It) S 27141 27143 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276262986 9367552 275 33554432000 4194304 5064252 140733528405936 140733528404848 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27143/statm: 2287 275 233 213 0 72 0
[pid=27144] ppid=27143 vsize=639016 CPUtime=46.37 cores=0,2,4,6
/proc/27144/stat : 27144 (npSolver-pbo) S 27143 27143 25163 0 -1 4202496 34088 24981 0 0 819 79 3657 82 20 0 1 0 276262987 654352384 94952 33554432000 4194304 5992684 140733716130896 140733716117160 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 2 0 0
/proc/27144/statm: 159754 94952 166 440 0 159310 0
[pid=27157] ppid=27144 vsize=1130656 CPUtime=4.48 cores=0,2,4,6
/proc/27157/stat : 27157 (glucosInc) R 27144 27143 25163 0 -1 4202496 134134 0 0 0 413 35 0 0 20 0 1 0 276267646 1157791744 240014 33554432000 4194304 5654031 140733752532272 140733752530056 4215040 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/27157/statm: 282664 240014 130 357 0 282304 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 1778820

[startup+102.3 s]
/proc/loadavg: 3.29 2.81 3.34 3/182 27200
/proc/meminfo: memFree=26050920/32873648 swapFree=7108/7108
[pid=27143] ppid=27141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27143/stat : 27143 (npSolver-pbo-It) S 27141 27143 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276262986 9367552 275 33554432000 4194304 5064252 140733528405936 140733528404848 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27143/statm: 2287 275 233 213 0 72 0
[pid=27144] ppid=27143 vsize=3100604 CPUtime=100.98 cores=0,2,4,6
/proc/27144/stat : 27144 (npSolver-pbo) R 27143 27143 25163 0 -1 4202496 131458 160895 0 0 3416 1967 4546 169 20 0 1 0 276262987 3175018496 573276 33554432000 4194304 5992684 140733716130896 140733716123608 4523488 0 0 4096 0 0 0 0 17 2 0 0 115 0 0
/proc/27144/statm: 775151 573276 182 440 0 774707 0
Current children cumulated CPU time (s) 100.98
Current children cumulated vsize (KiB) 3109752

[startup+162.3 s]
/proc/loadavg: 3.09 2.82 3.31 3/181 27245
/proc/meminfo: memFree=23463784/32873648 swapFree=7108/7108
[pid=27143] ppid=27141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27143/stat : 27143 (npSolver-pbo-It) S 27141 27143 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276262986 9367552 275 33554432000 4194304 5064252 140733528405936 140733528404848 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27143/statm: 2287 275 233 213 0 72 0
[pid=27144] ppid=27143 vsize=684872 CPUtime=143.94 cores=0,2,4,6
/proc/27144/stat : 27144 (npSolver-pbo) S 27143 27143 25163 0 -1 4202496 139849 161411 0 0 6890 2746 4546 212 20 0 1 0 276262987 701308928 106503 33554432000 4194304 5992684 140733716130896 140733716116728 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1659 0 0
/proc/27144/statm: 171218 106503 183 440 0 170774 0
[pid=27245] ppid=27144 vsize=472916 CPUtime=1.57 cores=0,2,4,6
/proc/27245/stat : 27245 (glucosInc) R 27144 27143 25163 0 -1 4202496 65810 0 0 0 142 15 0 0 20 0 1 0 276279058 484265984 103632 33554432000 4194304 5654031 140733683846448 140733682795800 4797458 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27245/statm: 118229 103632 108 357 0 117869 0
Current children cumulated CPU time (s) 145.51
Current children cumulated vsize (KiB) 1166936

[startup+222.3 s]
/proc/loadavg: 3.44 2.98 3.34 3/180 27245
/proc/meminfo: memFree=12326060/32873648 swapFree=7108/7108
[pid=27143] ppid=27141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27143/stat : 27143 (npSolver-pbo-It) S 27141 27143 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276262986 9367552 275 33554432000 4194304 5064252 140733528405936 140733528404848 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27143/statm: 2287 275 233 213 0 72 0
[pid=27144] ppid=27143 vsize=684872 CPUtime=143.94 cores=0,2,4,6
/proc/27144/stat : 27144 (npSolver-pbo) S 27143 27143 25163 0 -1 4202496 139849 161411 0 0 6890 2746 4546 212 20 0 1 0 276262987 701308928 106503 33554432000 4194304 5992684 140733716130896 140733716116728 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1659 0 0
/proc/27144/statm: 171218 106503 183 440 0 170774 0
[pid=27245] ppid=27144 vsize=10359800 CPUtime=61.56 cores=0,2,4,6
/proc/27245/stat : 27245 (glucosInc) R 27144 27143 25163 0 -1 4202496 1003091 0 0 0 5743 413 0 0 20 0 1 0 276279058 10608435200 2300090 33554432000 4194304 5654031 140733683846448 140733683844200 4797458 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27245/statm: 2589950 2300090 140 357 0 2589590 0
Current children cumulated CPU time (s) 205.5
Current children cumulated vsize (KiB) 11053820

[startup+282.3 s]
/proc/loadavg: 2.58 2.81 3.25 3/180 27246
/proc/meminfo: memFree=7471292/32873648 swapFree=7108/7108
[pid=27143] ppid=27141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27143/stat : 27143 (npSolver-pbo-It) S 27141 27143 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276262986 9367552 275 33554432000 4194304 5064252 140733528405936 140733528404848 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27143/statm: 2287 275 233 213 0 72 0
[pid=27144] ppid=27143 vsize=684872 CPUtime=143.94 cores=0,2,4,6

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

/proc/meminfo: memFree=18121240/32873648 swapFree=7116/7116
[pid=27143] ppid=27141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27143/stat : 27143 (npSolver-pbo-It) S 27141 27143 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276262986 9367552 271 33554432000 4194304 5064252 140733528405936 140733528404848 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27143/statm: 2287 271 229 213 0 72 0
[pid=27144] ppid=27143 vsize=684872 CPUtime=143.94 cores=0,2,4,6
/proc/27144/stat : 27144 (npSolver-pbo) S 27143 27143 25163 0 -1 4202496 139849 161411 0 0 6890 2746 4546 212 20 0 1 0 276262987 701308928 106502 33554432000 4194304 5992684 140733716130896 140733716116728 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1659 0 0
/proc/27144/statm: 171218 106502 182 440 0 170774 0
[pid=27245] ppid=27144 vsize=10496456 CPUtime=1139.18 cores=0,2,4,6
/proc/27245/stat : 27245 (glucosInc) R 27144 27143 25163 0 -1 4202496 1037862 0 0 0 113493 425 0 0 20 0 1 0 276279058 10748370944 2368468 33554432000 4194304 5654031 140733683846448 140733683834264 4208595 0 0 4096 0 0 0 0 17 2 0 0 215 0 0
/proc/27245/statm: 2624114 2368468 140 357 0 2623754 0
Current children cumulated CPU time (s) 1283.12
Current children cumulated vsize (KiB) 11190476

[startup+1362.3 s]
/proc/loadavg: 2.05 2.32 2.96 3/181 27330
/proc/meminfo: memFree=18080496/32873648 swapFree=7116/7116
[pid=27143] ppid=27141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27143/stat : 27143 (npSolver-pbo-It) S 27141 27143 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276262986 9367552 271 33554432000 4194304 5064252 140733528405936 140733528404848 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27143/statm: 2287 271 229 213 0 72 0
[pid=27144] ppid=27143 vsize=684872 CPUtime=143.94 cores=0,2,4,6
/proc/27144/stat : 27144 (npSolver-pbo) S 27143 27143 25163 0 -1 4202496 139849 161411 0 0 6890 2746 4546 212 20 0 1 0 276262987 701308928 106502 33554432000 4194304 5992684 140733716130896 140733716116728 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1659 0 0
/proc/27144/statm: 171218 106502 182 440 0 170774 0
[pid=27245] ppid=27144 vsize=10496456 CPUtime=1199.16 cores=0,2,4,6
/proc/27245/stat : 27245 (glucosInc) R 27144 27143 25163 0 -1 4202496 1037882 0 0 0 119490 426 0 0 20 0 1 0 276279058 10748370944 2377174 33554432000 4194304 5654031 140733683846448 140733683834264 4208621 0 0 4096 0 0 0 0 17 2 0 0 215 0 0
/proc/27245/statm: 2624114 2377174 140 357 0 2623754 0
Current children cumulated CPU time (s) 1343.1
Current children cumulated vsize (KiB) 11190476

[startup+1422.31 s]
/proc/loadavg: 2.05 2.27 2.90 3/181 27330
/proc/meminfo: memFree=18054868/32873648 swapFree=7116/7116
[pid=27143] ppid=27141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27143/stat : 27143 (npSolver-pbo-It) S 27141 27143 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276262986 9367552 271 33554432000 4194304 5064252 140733528405936 140733528404848 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27143/statm: 2287 271 229 213 0 72 0
[pid=27144] ppid=27143 vsize=684872 CPUtime=143.94 cores=0,2,4,6
/proc/27144/stat : 27144 (npSolver-pbo) S 27143 27143 25163 0 -1 4202496 139849 161411 0 0 6890 2746 4546 212 20 0 1 0 276262987 701308928 106502 33554432000 4194304 5992684 140733716130896 140733716116728 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1659 0 0
/proc/27144/statm: 171218 106502 182 440 0 170774 0
[pid=27245] ppid=27144 vsize=10496456 CPUtime=1259.16 cores=0,2,4,6
/proc/27245/stat : 27245 (glucosInc) R 27144 27143 25163 0 -1 4202496 1038195 0 0 0 125489 427 0 0 20 0 1 0 276279058 10748370944 2381059 33554432000 4194304 5654031 140733683846448 140733683834264 4232821 0 0 4096 0 0 0 0 17 2 0 0 215 0 0
/proc/27245/statm: 2624114 2381059 140 357 0 2623754 0
Current children cumulated CPU time (s) 1403.1
Current children cumulated vsize (KiB) 11190476

[startup+1482.3 s]
/proc/loadavg: 2.05 2.23 2.85 3/181 27330
/proc/meminfo: memFree=18078804/32873648 swapFree=7116/7116
[pid=27143] ppid=27141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27143/stat : 27143 (npSolver-pbo-It) S 27141 27143 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276262986 9367552 271 33554432000 4194304 5064252 140733528405936 140733528404848 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27143/statm: 2287 271 229 213 0 72 0
[pid=27144] ppid=27143 vsize=684872 CPUtime=143.94 cores=0,2,4,6
/proc/27144/stat : 27144 (npSolver-pbo) S 27143 27143 25163 0 -1 4202496 139849 161411 0 0 6890 2746 4546 212 20 0 1 0 276262987 701308928 106502 33554432000 4194304 5992684 140733716130896 140733716116728 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1659 0 0
/proc/27144/statm: 171218 106502 182 440 0 170774 0
[pid=27245] ppid=27144 vsize=10496456 CPUtime=1319.15 cores=0,2,4,6
/proc/27245/stat : 27245 (glucosInc) R 27144 27143 25163 0 -1 4202496 1038338 0 0 0 131488 427 0 0 20 0 1 0 276279058 10748370944 2381711 33554432000 4194304 5654031 140733683846448 140733683834264 4232821 0 0 4096 0 0 0 0 17 2 0 0 215 0 0
/proc/27245/statm: 2624114 2381711 140 357 0 2623754 0
Current children cumulated CPU time (s) 1463.09
Current children cumulated vsize (KiB) 11190476

[startup+1542.3 s]
/proc/loadavg: 2.02 2.19 2.79 3/181 27331
/proc/meminfo: memFree=18059780/32873648 swapFree=7116/7116
[pid=27143] ppid=27141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27143/stat : 27143 (npSolver-pbo-It) S 27141 27143 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276262986 9367552 271 33554432000 4194304 5064252 140733528405936 140733528404848 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27143/statm: 2287 271 229 213 0 72 0
[pid=27144] ppid=27143 vsize=684872 CPUtime=143.94 cores=0,2,4,6
/proc/27144/stat : 27144 (npSolver-pbo) S 27143 27143 25163 0 -1 4202496 139849 161411 0 0 6890 2746 4546 212 20 0 1 0 276262987 701308928 106502 33554432000 4194304 5992684 140733716130896 140733716116728 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1659 0 0
/proc/27144/statm: 171218 106502 182 440 0 170774 0
[pid=27245] ppid=27144 vsize=10496720 CPUtime=1379.13 cores=0,2,4,6
/proc/27245/stat : 27245 (glucosInc) R 27144 27143 25163 0 -1 4202496 1038559 0 0 0 137486 427 0 0 20 0 1 0 276279058 10748641280 2384483 33554432000 4194304 5654031 140733683846448 140733683844232 4232821 0 0 4096 0 0 0 0 17 2 0 0 215 0 0
/proc/27245/statm: 2624180 2384483 140 357 0 2623820 0
Current children cumulated CPU time (s) 1523.07
Current children cumulated vsize (KiB) 11190740

[startup+1602.3 s]
/proc/loadavg: 2.00 2.15 2.74 3/181 27335
/proc/meminfo: memFree=18093416/32873648 swapFree=7116/7116
[pid=27143] ppid=27141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27143/stat : 27143 (npSolver-pbo-It) S 27141 27143 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276262986 9367552 271 33554432000 4194304 5064252 140733528405936 140733528404848 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27143/statm: 2287 271 229 213 0 72 0
[pid=27144] ppid=27143 vsize=684872 CPUtime=143.94 cores=0,2,4,6
/proc/27144/stat : 27144 (npSolver-pbo) S 27143 27143 25163 0 -1 4202496 139849 161411 0 0 6890 2746 4546 212 20 0 1 0 276262987 701308928 106502 33554432000 4194304 5992684 140733716130896 140733716116728 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1659 0 0
/proc/27144/statm: 171218 106502 182 440 0 170774 0
[pid=27245] ppid=27144 vsize=10497448 CPUtime=1439.12 cores=0,2,4,6
/proc/27245/stat : 27245 (glucosInc) R 27144 27143 25163 0 -1 4202496 1038726 0 0 0 143485 427 0 0 20 0 1 0 276279058 10749386752 2385664 33554432000 4194304 5654031 140733683846448 140733683834264 4232775 0 0 4096 0 0 0 0 17 2 0 0 215 0 0
/proc/27245/statm: 2624362 2385664 140 357 0 2624002 0
Current children cumulated CPU time (s) 1583.06
Current children cumulated vsize (KiB) 11191468

[startup+1662.3 s]
/proc/loadavg: 2.00 2.12 2.69 3/181 27335
/proc/meminfo: memFree=18065444/32873648 swapFree=7116/7116
[pid=27143] ppid=27141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27143/stat : 27143 (npSolver-pbo-It) S 27141 27143 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276262986 9367552 271 33554432000 4194304 5064252 140733528405936 140733528404848 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27143/statm: 2287 271 229 213 0 72 0
[pid=27144] ppid=27143 vsize=684872 CPUtime=143.94 cores=0,2,4,6
/proc/27144/stat : 27144 (npSolver-pbo) S 27143 27143 25163 0 -1 4202496 139849 161411 0 0 6890 2746 4546 212 20 0 1 0 276262987 701308928 106502 33554432000 4194304 5992684 140733716130896 140733716116728 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1659 0 0
/proc/27144/statm: 171218 106502 182 440 0 170774 0
[pid=27245] ppid=27144 vsize=10498260 CPUtime=1499.12 cores=0,2,4,6
/proc/27245/stat : 27245 (glucosInc) R 27144 27143 25163 0 -1 4202496 1038928 0 0 0 149484 428 0 0 20 0 1 0 276279058 10750218240 2387395 33554432000 4194304 5654031 140733683846448 140733683834264 4232775 0 0 4096 0 0 0 0 17 2 0 0 215 0 0
/proc/27245/statm: 2624565 2387395 140 357 0 2624205 0
Current children cumulated CPU time (s) 1643.06
Current children cumulated vsize (KiB) 11192280

[startup+1722.3 s]
/proc/loadavg: 2.00 2.10 2.64 3/181 27337
/proc/meminfo: memFree=17998588/32873648 swapFree=7116/7116
[pid=27143] ppid=27141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27143/stat : 27143 (npSolver-pbo-It) S 27141 27143 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276262986 9367552 271 33554432000 4194304 5064252 140733528405936 140733528404848 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27143/statm: 2287 271 229 213 0 72 0
[pid=27144] ppid=27143 vsize=684872 CPUtime=143.94 cores=0,2,4,6
/proc/27144/stat : 27144 (npSolver-pbo) S 27143 27143 25163 0 -1 4202496 139849 161411 0 0 6890 2746 4546 212 20 0 1 0 276262987 701308928 106502 33554432000 4194304 5992684 140733716130896 140733716116728 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1659 0 0
/proc/27144/statm: 171218 106502 182 440 0 170774 0
[pid=27245] ppid=27144 vsize=11997412 CPUtime=1559.11 cores=0,2,4,6
/proc/27245/stat : 27245 (glucosInc) R 27144 27143 25163 0 -1 4202496 1039406 0 0 0 155465 446 0 0 20 0 1 0 276279058 12285349888 2407800 33554432000 4194304 5654031 140733683846448 140733683844536 4232495 0 0 4096 0 0 0 0 17 2 0 0 215 0 0
/proc/27245/statm: 2999353 2407800 140 357 0 2998993 0
Current children cumulated CPU time (s) 1703.05
Current children cumulated vsize (KiB) 12691432

[startup+1782.3 s]
/proc/loadavg: 2.04 2.09 2.61 3/181 27337
/proc/meminfo: memFree=17902448/32873648 swapFree=7116/7116
[pid=27143] ppid=27141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27143/stat : 27143 (npSolver-pbo-It) S 27141 27143 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276262986 9367552 271 33554432000 4194304 5064252 140733528405936 140733528404848 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27143/statm: 2287 271 229 213 0 72 0
[pid=27144] ppid=27143 vsize=684872 CPUtime=143.94 cores=0,2,4,6
/proc/27144/stat : 27144 (npSolver-pbo) S 27143 27143 25163 0 -1 4202496 139849 161411 0 0 6890 2746 4546 212 20 0 1 0 276262987 701308928 106502 33554432000 4194304 5992684 140733716130896 140733716116728 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1659 0 0
/proc/27144/statm: 171218 106502 182 440 0 170774 0
[pid=27245] ppid=27144 vsize=11998008 CPUtime=1619.09 cores=0,2,4,6
/proc/27245/stat : 27245 (glucosInc) R 27144 27143 25163 0 -1 4202496 1039584 0 0 0 161462 447 0 0 20 0 1 0 276279058 12285960192 2426883 33554432000 4194304 5654031 140733683846448 140733683844136 4232453 0 0 4096 0 0 0 0 17 2 0 0 215 0 0
/proc/27245/statm: 2999502 2426883 140 357 0 2999142 0
Current children cumulated CPU time (s) 1763.03
Current children cumulated vsize (KiB) 12692028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1819.3 s]
/proc/loadavg: 2.02 2.08 2.58 3/181 27338
/proc/meminfo: memFree=17890920/32873648 swapFree=7116/7116
[pid=27143] ppid=27141 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27143/stat : 27143 (npSolver-pbo-It) S 27141 27143 25163 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276262986 9367552 271 33554432000 4194304 5064252 140733528405936 140733528404848 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27143/statm: 2287 271 229 213 0 72 0
[pid=27144] ppid=27143 vsize=684872 CPUtime=143.94 cores=0,2,4,6
/proc/27144/stat : 27144 (npSolver-pbo) S 27143 27143 25163 0 -1 4202496 139849 161411 0 0 6890 2746 4546 212 20 0 1 0 276262987 701308928 106502 33554432000 4194304 5992684 140733716130896 140733716116728 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1659 0 0
/proc/27144/statm: 171218 106502 182 440 0 170774 0
[pid=27245] ppid=27144 vsize=11998324 CPUtime=1656.1 cores=0,2,4,6
/proc/27245/stat : 27245 (glucosInc) R 27144 27143 25163 0 -1 4202496 1039689 0 0 0 165163 447 0 0 20 0 1 0 276279058 12286283776 2426981 33554432000 4194304 5654031 140733683846448 140733683834264 4232707 0 0 4096 0 0 0 0 17 2 0 0 215 0 0
/proc/27245/statm: 2999581 2426981 140 357 0 2999221 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 12692344

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27143 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.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1819.33
CPU time (s): 1800.04
CPU user time (s): 1765.99
CPU system time (s): 34.05
CPU usage (%): 98.9398
Max. virtual memory (cumulated for all children) (KiB): 14717540

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= 2

runsolver used 3.9514 second user time and 10.5944 second system time

The end

Launcher Data

Begin job on node123 at 2012-05-27 08:49:35
IDJOB=3697641
IDBENCH=89879
IDSOLVER=2275
FILE ID=node123/3697641-1338101373
RUNJOBID= node123-1338101373-27114
PBS_JOBID= 14624452
Free space on /tmp= 71624 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-ds-big.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3697641-1338101373/watcher-3697641-1338101373 -o /tmp/evaluation-result-3697641-1338101373/solver-3697641-1338101373 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3697641-1338101373.opb 1234765018 HOME HOME

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

MD5SUM BENCH= 0f8cbacf22bcac8867146871fbd72f4e
RANDOM SEED=1234765018

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
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.217
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:       32873648 kB
MemFree:        30288308 kB
Buffers:          277416 kB
Cached:          1453964 kB
SwapCached:         1808 kB
Active:           785728 kB
Inactive:         992444 kB
Active(anon):      37944 kB
Inactive(anon):    10968 kB
Active(file):     747784 kB
Inactive(file):   981476 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67104820 kB
Dirty:             75740 kB
Writeback:             0 kB
AnonPages:         52240 kB
Mapped:            14776 kB
Shmem:               100 kB
Slab:             663772 kB
SReclaimable:     104540 kB
SUnreclaim:       559232 kB
KernelStack:        1456 kB
PageTables:         4088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     192456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 66852 MiB
End job on node123 at 2012-05-27 09:19:57