Trace number 3748395

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.03 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-eilB101.opb
MD5SUMfbc26082f2456029d803a788e5b95f10
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark362784496250000004
Best CPU time to get the best result obtained on this benchmark1800.46
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2818
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint61
Maximum length of a constraint759
Number of terms in the objective function 2818
Biggest coefficient in the objective function 83990681000000000
Number of bits for the biggest coefficient in the objective function 57
Sum of the numbers in the objective function 88099418004000000014
Number of bits of the sum of numbers in the objective function 67
Biggest number in a constraint 83990681000000000
Number of bits of the biggest number in a constraint 57
Biggest sum of numbers in a constraint 88099418004000000014
Number of bits of the biggest sum of numbers67
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.05	c run inc solver
0.00/0.05	c [INC SYSTEM] run initial solver
0.00/0.05	c [INC SYSTEM] preprocess with white file
0.00/0.54	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.54	c [INC SYSTEM] execute solver
0.00/0.57	c [INC SEARCH] formula is SAT
0.00/0.57	c [INC SYSTEM] solved the initial formula
0.00/0.58	c model valid
0.00/0.58	c current solution ok
0.00/0.70	o 711055329250000008
0.00/0.70	c execute binary inc search
0.00/0.70	c [INC SEARCH] current bound: 355527664625000000
0.00/0.70	c [INC SEARCH] iteration: 0
0.00/0.70	c [INC SEARCH] lower bound: 0 upperbound 711055329250000008 current bound: 355527664625000000 best value:711055329250000008
0.00/0.70	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.70	c write failed with 2
0.00/0.70	c [INC SYSTEM] create new solver instance
0.00/0.70	c [INC] encode full formula
0.00/0.70	c fallback to adder encoding
1.47/1.59	c set iterative enc to: adder
1.47/1.59	c set iterative enc to: none
1.65/1.71	c [INC SEARCH] isOptimum variable: 0
1800.03/1800.41	HOME/npSolver-pbo-I.sh: line 18:  9990 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-3748395-1339165197/watcher-3748395-1339165197 -o /tmp/evaluation-result-3748395-1339165197/solver-3748395-1339165197 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3748395-1339165197.opb 1048801929 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.02 2.23 2.18 2/178 9989
/proc/meminfo: memFree=16856936/32873844 swapFree=7380/7380
[pid=9989] ppid=9987 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo-I.) S 9987 9989 4304 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382645791 9367552 275 33554432000 4194304 5064252 140736167139296 140736167138208 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 2287 275 233 213 0 72 0

[startup+0.096506 s]
/proc/loadavg: 2.02 2.23 2.18 2/178 9989
/proc/meminfo: memFree=16856936/32873844 swapFree=7380/7380
[pid=9989] ppid=9987 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo-I.) S 9987 9989 4304 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382645791 9367552 275 33554432000 4194304 5064252 140736167139296 140736167138208 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100324 s]
/proc/loadavg: 2.02 2.23 2.18 2/178 9989
/proc/meminfo: memFree=16856936/32873844 swapFree=7380/7380
[pid=9989] ppid=9987 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo-I.) S 9987 9989 4304 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382645791 9367552 275 33554432000 4194304 5064252 140736167139296 140736167138208 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300262 s]
/proc/loadavg: 2.02 2.23 2.18 2/178 9989
/proc/meminfo: memFree=16856936/32873844 swapFree=7380/7380
[pid=9989] ppid=9987 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo-I.) S 9987 9989 4304 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382645791 9367552 275 33554432000 4194304 5064252 140736167139296 140736167138208 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700248 s]
/proc/loadavg: 2.02 2.23 2.18 2/178 9989
/proc/meminfo: memFree=16856936/32873844 swapFree=7380/7380
[pid=9989] ppid=9987 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo-I.) S 9987 9989 4304 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382645791 9367552 275 33554432000 4194304 5064252 140736167139296 140736167138208 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 2.02 2.23 2.18 3/180 9996
/proc/meminfo: memFree=16810208/32873844 swapFree=7380/7380
[pid=9989] ppid=9987 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo-I.) S 9987 9989 4304 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382645791 9367552 275 33554432000 4194304 5064252 140736167139296 140736167138208 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 2287 275 233 213 0 72 0
[pid=9990] ppid=9989 vsize=92732 CPUtime=1.47 cores=0,2,4,6
/proc/9990/stat : 9990 (npSolver-pbo) R 9989 9989 4304 0 -1 4202496 7538 6452 0 0 84 12 49 2 20 0 1 0 382645791 94957568 19720 33554432000 4194304 6004724 140737025273024 140737025264520 4579890 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9990/statm: 23183 19720 177 442 0 22737 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 101880

[startup+3.10031 s]
/proc/loadavg: 2.02 2.23 2.18 3/181 9998
/proc/meminfo: memFree=16678084/32873844 swapFree=7380/7380
[pid=9989] ppid=9987 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo-I.) S 9987 9989 4304 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382645791 9367552 275 33554432000 4194304 5064252 140736167139296 140736167138208 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 2287 275 233 213 0 72 0
[pid=9990] ppid=9989 vsize=27196 CPUtime=1.67 cores=0,2,4,6
/proc/9990/stat : 9990 (npSolver-pbo) S 9989 9989 4304 0 -1 4202496 8303 6967 0 0 94 22 49 2 20 0 1 0 382645791 27848704 6222 33554432000 4194304 6004724 140737025273024 140737025257944 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/9990/statm: 6799 6222 178 442 0 6353 0
[pid=9998] ppid=9990 vsize=185540 CPUtime=1.37 cores=0,2,4,6
/proc/9998/stat : 9998 (glucosInc) R 9990 9989 4304 0 -1 4202496 34083 0 0 0 130 7 0 0 20 0 1 0 382645962 189992960 39455 33554432000 4194304 5654031 140735419381744 140735419379528 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9998/statm: 46385 39455 132 357 0 46025 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 221884

[startup+6.30032 s]
/proc/loadavg: 2.02 2.22 2.18 3/182 10001
/proc/meminfo: memFree=16604312/32873844 swapFree=7380/7380
[pid=9989] ppid=9987 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo-I.) S 9987 9989 4304 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382645791 9367552 275 33554432000 4194304 5064252 140736167139296 140736167138208 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 2287 275 233 213 0 72 0
[pid=9990] ppid=9989 vsize=27196 CPUtime=1.67 cores=0,2,4,6
/proc/9990/stat : 9990 (npSolver-pbo) S 9989 9989 4304 0 -1 4202496 8303 6967 0 0 94 22 49 2 20 0 1 0 382645791 27848704 6222 33554432000 4194304 6004724 140737025273024 140737025257944 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/9990/statm: 6799 6222 178 442 0 6353 0
[pid=9998] ppid=9990 vsize=188864 CPUtime=4.57 cores=0,2,4,6
/proc/9998/stat : 9998 (glucosInc) R 9990 9989 4304 0 -1 4202496 34928 0 0 0 450 7 0 0 20 0 1 0 382645962 193396736 40811 33554432000 4194304 5654031 140735419381744 140735419379352 4208659 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9998/statm: 47216 40811 140 357 0 46856 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 225208

[startup+12.7003 s]
/proc/loadavg: 2.10 2.24 2.18 3/182 10001
/proc/meminfo: memFree=16603196/32873844 swapFree=7380/7380
[pid=9989] ppid=9987 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo-I.) S 9987 9989 4304 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382645791 9367552 275 33554432000 4194304 5064252 140736167139296 140736167138208 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 2287 275 233 213 0 72 0
[pid=9990] ppid=9989 vsize=27196 CPUtime=1.67 cores=0,2,4,6
/proc/9990/stat : 9990 (npSolver-pbo) S 9989 9989 4304 0 -1 4202496 8303 6967 0 0 94 22 49 2 20 0 1 0 382645791 27848704 6222 33554432000 4194304 6004724 140737025273024 140737025257944 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/9990/statm: 6799 6222 178 442 0 6353 0
[pid=9998] ppid=9990 vsize=189584 CPUtime=10.97 cores=0,2,4,6
/proc/9998/stat : 9998 (glucosInc) R 9990 9989 4304 0 -1 4202496 35103 0 0 0 1090 7 0 0 20 0 1 0 382645962 194134016 40986 33554432000 4194304 5654031 140735419381744 140735419369560 4215091 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9998/statm: 47396 40986 140 357 0 47036 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 225928

[startup+25.5004 s]
/proc/loadavg: 2.07 2.22 2.18 3/182 10001
/proc/meminfo: memFree=16597084/32873844 swapFree=7380/7380
[pid=9989] ppid=9987 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo-I.) S 9987 9989 4304 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382645791 9367552 275 33554432000 4194304 5064252 140736167139296 140736167138208 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 2287 275 233 213 0 72 0
[pid=9990] ppid=9989 vsize=27196 CPUtime=1.67 cores=0,2,4,6
/proc/9990/stat : 9990 (npSolver-pbo) S 9989 9989 4304 0 -1 4202496 8303 6967 0 0 94 22 49 2 20 0 1 0 382645791 27848704 6222 33554432000 4194304 6004724 140737025273024 140737025257944 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/9990/statm: 6799 6222 178 442 0 6353 0
[pid=9998] ppid=9990 vsize=189584 CPUtime=23.77 cores=0,2,4,6
/proc/9998/stat : 9998 (glucosInc) R 9990 9989 4304 0 -1 4202496 35113 0 0 0 2369 8 0 0 20 0 1 0 382645962 194134016 42018 33554432000 4194304 5654031 140735419381744 140735419369560 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9998/statm: 47396 42018 140 357 0 47036 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 225928

[startup+51.1004 s]
/proc/loadavg: 2.05 2.21 2.17 3/182 10001
/proc/meminfo: memFree=16597536/32873844 swapFree=7380/7380
[pid=9989] ppid=9987 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo-I.) S 9987 9989 4304 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382645791 9367552 275 33554432000 4194304 5064252 140736167139296 140736167138208 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 2287 275 233 213 0 72 0
[pid=9990] ppid=9989 vsize=27196 CPUtime=1.67 cores=0,2,4,6
/proc/9990/stat : 9990 (npSolver-pbo) S 9989 9989 4304 0 -1 4202496 8303 6967 0 0 94 22 49 2 20 0 1 0 382645791 27848704 6222 33554432000 4194304 6004724 140737025273024 140737025257944 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/9990/statm: 6799 6222 178 442 0 6353 0
[pid=9998] ppid=9990 vsize=190912 CPUtime=49.36 cores=0,2,4,6
/proc/9998/stat : 9998 (glucosInc) R 9990 9989 4304 0 -1 4202496 36053 0 0 0 4927 9 0 0 20 0 1 0 382645962 195493888 41256 33554432000 4194304 5654031 140735419381744 140735419379768 4215124 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9998/statm: 47728 41256 141 357 0 47368 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 227256

[startup+102.307 s]
/proc/loadavg: 2.02 2.17 2.16 3/181 10001
/proc/meminfo: memFree=16587588/32873844 swapFree=7380/7380
[pid=9989] ppid=9987 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo-I.) S 9987 9989 4304 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382645791 9367552 275 33554432000 4194304 5064252 140736167139296 140736167138208 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 2287 275 233 213 0 72 0
[pid=9990] ppid=9989 vsize=27196 CPUtime=1.67 cores=0,2,4,6
/proc/9990/stat : 9990 (npSolver-pbo) S 9989 9989 4304 0 -1 4202496 8303 6967 0 0 94 22 49 2 20 0 1 0 382645791 27848704 6222 33554432000 4194304 6004724 140737025273024 140737025257944 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/9990/statm: 6799 6222 178 442 0 6353 0
[pid=9998] ppid=9990 vsize=193504 CPUtime=100.56 cores=0,2,4,6
/proc/9998/stat : 9998 (glucosInc) R 9990 9989 4304 0 -1 4202496 38153 0 0 0 10043 13 0 0 20 0 1 0 382645962 198148096 43049 33554432000 4194304 5654031 140735419381744 140735419379768 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9998/statm: 48376 43049 141 357 0 48016 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 229848

[startup+162.3 s]
/proc/loadavg: 2.00 2.14 2.15 3/181 10001
/proc/meminfo: memFree=16552056/32873844 swapFree=7380/7380
[pid=9989] ppid=9987 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo-I.) S 9987 9989 4304 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382645791 9367552 275 33554432000 4194304 5064252 140736167139296 140736167138208 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 2287 275 233 213 0 72 0
[pid=9990] ppid=9989 vsize=27196 CPUtime=1.67 cores=0,2,4,6
/proc/9990/stat : 9990 (npSolver-pbo) S 9989 9989 4304 0 -1 4202496 8303 6967 0 0 94 22 49 2 20 0 1 0 382645791 27848704 6222 33554432000 4194304 6004724 140737025273024 140737025257944 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/9990/statm: 6799 6222 178 442 0 6353 0
[pid=9998] ppid=9990 vsize=226476 CPUtime=160.55 cores=0,2,4,6
/proc/9998/stat : 9998 (glucosInc) R 9990 9989 4304 0 -1 4202496 39443 0 0 0 16039 16 0 0 20 0 1 0 382645962 231911424 51856 33554432000 4194304 5654031 140735419381744 140735419369560 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9998/statm: 56619 51856 141 357 0 56259 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 262820

[startup+222.3 s]
/proc/loadavg: 2.00 2.11 2.14 3/181 10001
/proc/meminfo: memFree=16555652/32873844 swapFree=7380/7380
[pid=9989] ppid=9987 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo-I.) S 9987 9989 4304 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382645791 9367552 275 33554432000 4194304 5064252 140736167139296 140736167138208 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 2287 275 233 213 0 72 0
[pid=9990] ppid=9989 vsize=27196 CPUtime=1.67 cores=0,2,4,6
/proc/9990/stat : 9990 (npSolver-pbo) S 9989 9989 4304 0 -1 4202496 8303 6967 0 0 94 22 49 2 20 0 1 0 382645791 27848704 6222 33554432000 4194304 6004724 140737025273024 140737025257944 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/9990/statm: 6799 6222 178 442 0 6353 0
[pid=9998] ppid=9990 vsize=229820 CPUtime=220.53 cores=0,2,4,6
/proc/9998/stat : 9998 (glucosInc) R 9990 9989 4304 0 -1 4202496 40573 0 0 0 22036 17 0 0 20 0 1 0 382645962 235335680 50271 33554432000 4194304 5654031 140735419381744 140735419369560 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9998/statm: 57455 50271 141 357 0 57095 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 266164

[startup+282.3 s]
/proc/loadavg: 2.00 2.09 2.13 3/181 10001
/proc/meminfo: memFree=16532876/32873844 swapFree=7380/7380
[pid=9989] ppid=9987 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/loadavg: 2.00 2.00 2.02 3/180 10051
/proc/meminfo: memFree=29591744/32873844 swapFree=7380/7380
[pid=9989] ppid=9987 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo-I.) S 9987 9989 4304 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382645791 9367552 275 33554432000 4194304 5064252 140736167139296 140736167138208 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 2287 275 233 213 0 72 0
[pid=9990] ppid=9989 vsize=27196 CPUtime=1.67 cores=0,2,4,6
/proc/9990/stat : 9990 (npSolver-pbo) S 9989 9989 4304 0 -1 4202496 8303 6967 0 0 94 22 49 2 20 0 1 0 382645791 27848704 6222 33554432000 4194304 6004724 140737025273024 140737025257944 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/9990/statm: 6799 6222 178 442 0 6353 0
[pid=9998] ppid=9990 vsize=294612 CPUtime=1300.37 cores=0,2,4,6
/proc/9998/stat : 9998 (glucosInc) R 9990 9989 4304 0 -1 4202496 56887 0 0 0 129976 61 0 0 20 0 1 0 382645962 301682688 60137 33554432000 4194304 5654031 140735419381744 140735419369560 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9998/statm: 73653 60137 141 357 0 73293 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 330956

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/180 10051
/proc/meminfo: memFree=24815924/32873844 swapFree=7380/7380
[pid=9989] ppid=9987 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo-I.) S 9987 9989 4304 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382645791 9367552 275 33554432000 4194304 5064252 140736167139296 140736167138208 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 2287 275 233 213 0 72 0
[pid=9990] ppid=9989 vsize=27196 CPUtime=1.67 cores=0,2,4,6
/proc/9990/stat : 9990 (npSolver-pbo) S 9989 9989 4304 0 -1 4202496 8303 6967 0 0 94 22 49 2 20 0 1 0 382645791 27848704 6222 33554432000 4194304 6004724 140737025273024 140737025257944 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/9990/statm: 6799 6222 178 442 0 6353 0
[pid=9998] ppid=9990 vsize=294840 CPUtime=1360.33 cores=0,2,4,6
/proc/9998/stat : 9998 (glucosInc) R 9990 9989 4304 0 -1 4202496 57017 0 0 0 135972 61 0 0 20 0 1 0 382645962 301916160 68999 33554432000 4194304 5654031 140735419381744 140735419369560 4215040 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9998/statm: 73710 68999 141 357 0 73350 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 331184

[startup+1422.31 s]
/proc/loadavg: 2.53 2.11 2.05 2/181 10052
/proc/meminfo: memFree=15890052/32873844 swapFree=7380/7380
[pid=9989] ppid=9987 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo-I.) S 9987 9989 4304 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382645791 9367552 275 33554432000 4194304 5064252 140736167139296 140736167138208 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 2287 275 233 213 0 72 0
[pid=9990] ppid=9989 vsize=27196 CPUtime=1.67 cores=0,2,4,6
/proc/9990/stat : 9990 (npSolver-pbo) S 9989 9989 4304 0 -1 4202496 8303 6967 0 0 94 22 49 2 20 0 1 0 382645791 27848704 6222 33554432000 4194304 6004724 140737025273024 140737025257944 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/9990/statm: 6799 6222 178 442 0 6353 0
[pid=9998] ppid=9990 vsize=245048 CPUtime=1420.33 cores=0,2,4,6
/proc/9998/stat : 9998 (glucosInc) R 9990 9989 4304 0 -1 4202496 57821 0 0 0 141968 65 0 0 20 0 1 0 382645962 250929152 55727 33554432000 4194304 5654031 140735419381744 140735419379768 4215138 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9998/statm: 61262 55727 141 357 0 60902 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 281392

[startup+1482.3 s]
/proc/loadavg: 4.09 2.64 2.23 2/181 10052
/proc/meminfo: memFree=13197468/32873844 swapFree=7380/7380
[pid=9989] ppid=9987 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo-I.) S 9987 9989 4304 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382645791 9367552 275 33554432000 4194304 5064252 140736167139296 140736167138208 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 2287 275 233 213 0 72 0
[pid=9990] ppid=9989 vsize=27196 CPUtime=1.67 cores=0,2,4,6
/proc/9990/stat : 9990 (npSolver-pbo) S 9989 9989 4304 0 -1 4202496 8303 6967 0 0 94 22 49 2 20 0 1 0 382645791 27848704 6222 33554432000 4194304 6004724 140737025273024 140737025257944 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/9990/statm: 6799 6222 178 442 0 6353 0
[pid=9998] ppid=9990 vsize=295708 CPUtime=1480.31 cores=0,2,4,6
/proc/9998/stat : 9998 (glucosInc) R 9990 9989 4304 0 -1 4202496 58281 0 0 0 147965 66 0 0 20 0 1 0 382645962 302804992 65384 33554432000 4194304 5654031 140735419381744 140735419369560 4232752 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9998/statm: 73927 65384 141 357 0 73567 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 332052

[startup+1542.3 s]
/proc/loadavg: 4.70 3.08 2.41 2/181 10053
/proc/meminfo: memFree=10859964/32873844 swapFree=7380/7380
[pid=9989] ppid=9987 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo-I.) S 9987 9989 4304 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382645791 9367552 275 33554432000 4194304 5064252 140736167139296 140736167138208 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 2287 275 233 213 0 72 0
[pid=9990] ppid=9989 vsize=27196 CPUtime=1.67 cores=0,2,4,6
/proc/9990/stat : 9990 (npSolver-pbo) S 9989 9989 4304 0 -1 4202496 8303 6967 0 0 94 22 49 2 20 0 1 0 382645791 27848704 6222 33554432000 4194304 6004724 140737025273024 140737025257944 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/9990/statm: 6799 6222 178 442 0 6353 0
[pid=9998] ppid=9990 vsize=377444 CPUtime=1540.3 cores=0,2,4,6
/proc/9998/stat : 9998 (glucosInc) R 9990 9989 4304 0 -1 4202496 59073 0 0 0 153962 68 0 0 20 0 1 0 382645962 386502656 74863 33554432000 4194304 5654031 140735419381744 140735419369560 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9998/statm: 94361 74863 141 357 0 94001 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 413788

[startup+1602.3 s]
/proc/loadavg: 4.89 3.43 2.57 2/181 10053
/proc/meminfo: memFree=8254476/32873844 swapFree=7380/7380
[pid=9989] ppid=9987 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo-I.) S 9987 9989 4304 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382645791 9367552 275 33554432000 4194304 5064252 140736167139296 140736167138208 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 2287 275 233 213 0 72 0
[pid=9990] ppid=9989 vsize=27196 CPUtime=1.67 cores=0,2,4,6
/proc/9990/stat : 9990 (npSolver-pbo) S 9989 9989 4304 0 -1 4202496 8303 6967 0 0 94 22 49 2 20 0 1 0 382645791 27848704 6222 33554432000 4194304 6004724 140737025273024 140737025257944 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/9990/statm: 6799 6222 178 442 0 6353 0
[pid=9998] ppid=9990 vsize=377444 CPUtime=1600.29 cores=0,2,4,6
/proc/9998/stat : 9998 (glucosInc) R 9990 9989 4304 0 -1 4202496 59111 0 0 0 159960 69 0 0 20 0 1 0 382645962 386502656 86654 33554432000 4194304 5654031 140735419381744 140735419369560 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9998/statm: 94361 86654 141 357 0 94001 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 413788

[startup+1662.3 s]
/proc/loadavg: 4.85 3.68 2.70 2/181 10053
/proc/meminfo: memFree=7313100/32873844 swapFree=7380/7380
[pid=9989] ppid=9987 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo-I.) S 9987 9989 4304 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382645791 9367552 275 33554432000 4194304 5064252 140736167139296 140736167138208 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 2287 275 233 213 0 72 0
[pid=9990] ppid=9989 vsize=27196 CPUtime=1.67 cores=0,2,4,6
/proc/9990/stat : 9990 (npSolver-pbo) S 9989 9989 4304 0 -1 4202496 8303 6967 0 0 94 22 49 2 20 0 1 0 382645791 27848704 6222 33554432000 4194304 6004724 140737025273024 140737025257944 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/9990/statm: 6799 6222 178 442 0 6353 0
[pid=9998] ppid=9990 vsize=296196 CPUtime=1660.28 cores=0,2,4,6
/proc/9998/stat : 9998 (glucosInc) R 9990 9989 4304 0 -1 4202496 59504 0 0 0 165954 74 0 0 20 0 1 0 382645962 303304704 63984 33554432000 4194304 5654031 140735419381744 140735419379832 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9998/statm: 74049 63984 141 357 0 73689 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 332540

[startup+1722.3 s]
/proc/loadavg: 5.11 3.96 2.86 2/181 10053
/proc/meminfo: memFree=7269272/32873844 swapFree=7380/7380
[pid=9989] ppid=9987 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo-I.) S 9987 9989 4304 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382645791 9367552 275 33554432000 4194304 5064252 140736167139296 140736167138208 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 2287 275 233 213 0 72 0
[pid=9990] ppid=9989 vsize=27196 CPUtime=1.67 cores=0,2,4,6
/proc/9990/stat : 9990 (npSolver-pbo) S 9989 9989 4304 0 -1 4202496 8303 6967 0 0 94 22 49 2 20 0 1 0 382645791 27848704 6222 33554432000 4194304 6004724 140737025273024 140737025257944 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/9990/statm: 6799 6222 178 442 0 6353 0
[pid=9998] ppid=9990 vsize=378076 CPUtime=1720.27 cores=0,2,4,6
/proc/9998/stat : 9998 (glucosInc) R 9990 9989 4304 0 -1 4202496 60321 0 0 0 171951 76 0 0 20 0 1 0 382645962 387149824 75021 33554432000 4194304 5654031 140735419381744 140735419369560 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9998/statm: 94519 75021 141 357 0 94159 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 414420

[startup+1782.3 s]
/proc/loadavg: 4.20 3.96 2.93 3/182 10097
/proc/meminfo: memFree=31080400/32873844 swapFree=7380/7380
[pid=9989] ppid=9987 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo-I.) S 9987 9989 4304 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382645791 9367552 275 33554432000 4194304 5064252 140736167139296 140736167138208 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 2287 275 233 213 0 72 0
[pid=9990] ppid=9989 vsize=27196 CPUtime=1.67 cores=0,2,4,6
/proc/9990/stat : 9990 (npSolver-pbo) S 9989 9989 4304 0 -1 4202496 8303 6967 0 0 94 22 49 2 20 0 1 0 382645791 27848704 6222 33554432000 4194304 6004724 140737025273024 140737025257944 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/9990/statm: 6799 6222 178 442 0 6353 0
[pid=9998] ppid=9990 vsize=378848 CPUtime=1780.26 cores=0,2,4,6
/proc/9998/stat : 9998 (glucosInc) R 9990 9989 4304 0 -1 4202496 60527 0 0 0 177949 77 0 0 20 0 1 0 382645962 387940352 87491 33554432000 4194304 5654031 140735419381744 140735419369560 4216720 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9998/statm: 94712 87491 141 357 0 94352 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 415192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 3.58 3.83 2.91 3/182 10097
/proc/meminfo: memFree=31013500/32873844 swapFree=7380/7380
[pid=9989] ppid=9987 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9989/stat : 9989 (npSolver-pbo-I.) S 9987 9989 4304 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382645791 9367552 275 33554432000 4194304 5064252 140736167139296 140736167138208 251031873102 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9989/statm: 2287 275 233 213 0 72 0
[pid=9990] ppid=9989 vsize=27196 CPUtime=1.67 cores=0,2,4,6
/proc/9990/stat : 9990 (npSolver-pbo) S 9989 9989 4304 0 -1 4202496 8303 6967 0 0 94 22 49 2 20 0 1 0 382645791 27848704 6222 33554432000 4194304 6004724 140737025273024 140737025257944 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/9990/statm: 6799 6222 178 442 0 6353 0
[pid=9998] ppid=9990 vsize=511248 CPUtime=1798.36 cores=0,2,4,6
/proc/9998/stat : 9998 (glucosInc) R 9990 9989 4304 0 -1 4202496 61123 0 0 0 179758 78 0 0 20 0 1 0 382645962 523517952 96774 33554432000 4194304 5654031 140735419381744 140735419379528 4215091 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9998/statm: 127812 96774 141 357 0 127452 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 547592

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

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

Real time (s): 1800.41
CPU time (s): 1800.03
CPU user time (s): 1799.01
CPU system time (s): 1.02
CPU usage (%): 99.9787
Max. virtual memory (cumulated for all children) (KiB): 547592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.44978
system time used= 0.249962
maximum resident set size= 147268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15644
page faults= 0
swaps= 0
block input operations= 8
block output operations= 131056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44
involuntary context switches= 13

runsolver used 3.18751 second user time and 8.69568 second system time

The end

Launcher Data

Begin job on node118 at 2012-06-08 16:19:57
IDJOB=3748395
IDBENCH=89889
IDSOLVER=2333
FILE ID=node118/3748395-1339165197
RUNJOBID= node118-1339159790-8689
PBS_JOBID= 14643756
Free space on /tmp= 66132 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-eilB101.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3748395-1339165197/watcher-3748395-1339165197 -o /tmp/evaluation-result-3748395-1339165197/solver-3748395-1339165197 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3748395-1339165197.opb 1048801929 HOME HOME

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

MD5SUM BENCH= fbc26082f2456029d803a788e5b95f10
RANDOM SEED=1048801929

node118.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.212
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	: 5332.42
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.212
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	: 5438.55
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.212
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.212
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.212
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	: 5320.68
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.212
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		: 2666.212
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.212
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        16857464 kB
Buffers:          201916 kB
Cached:          5020700 kB
SwapCached:         6484 kB
Active:         14835252 kB
Inactive:         241632 kB
Active(anon):    9849280 kB
Inactive(anon):     6596 kB
Active(file):    4985972 kB
Inactive(file):   235036 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108856 kB
SwapFree:       67095448 kB
Dirty:              8564 kB
Writeback:             0 kB
AnonPages:      10030844 kB
Mapped:            10192 kB
Shmem:                 0 kB
Slab:             779728 kB
SReclaimable:     220008 kB
SUnreclaim:       559720 kB
KernelStack:        1504 kB
PageTables:        23656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   11145064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3653632 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= 70740 MiB
End job on node118 at 2012-06-08 16:49:57