Trace number 3748654

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-manna81.opb
MD5SUM6fc83a536fe9a582c06bbccccc09c709
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-13164
Best CPU time to get the best result obtained on this benchmark75.4055
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -12220
Optimality of the best value was proved NO
Number of variables10713
Total number of constraints9151
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints9151
Minimum length of a constraint2
Maximum length of a constraint8
Number of terms in the objective function 10713
Biggest coefficient in the objective function 8
Number of bits for the biggest coefficient in the objective function 4
Sum of the numbers in the objective function 30411
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 24
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 30411
Number of bits of the biggest sum of numbers15
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.11	c run inc solver
0.00/0.11	c [INC SYSTEM] run initial solver
0.00/0.11	c [INC SYSTEM] preprocess with white file
2.07/2.16	c [INC SYSTEM] finished preprocessing in 2 s
2.07/2.16	c [INC SYSTEM] execute solver
2.13/2.23	c [INC SEARCH] formula is SAT
2.13/2.23	c [INC SYSTEM] solved the initial formula
2.13/2.25	c model valid
2.13/2.25	c current solution ok
2.31/2.43	o 0
2.31/2.43	c execute binary inc search
2.31/2.43	c [INC SEARCH] current bound: 15205
2.31/2.43	c [INC SEARCH] iteration: 0
2.31/2.43	c [INC SEARCH] lower bound: 0 upperbound 30411 current bound: 15205 best value:30411
2.31/2.43	c [INC SYSTEM] there exists a inc, kill it!
2.31/2.43	c write failed with 2
2.31/2.43	c [INC SYSTEM] create new solver instance
2.31/2.43	c [INC] encode full formula
2.31/2.43	c fallback to adder encoding
3.18/3.23	c set iterative enc to: adder
3.18/3.23	c set iterative enc to: none
3.28/3.35	c [INC SEARCH] isOptimum variable: 0
1800.05/1800.41	HOME/npSolver-pbo-I.sh: line 18: 25884 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-3748654-1339114253/watcher-3748654-1339114253 -o /tmp/evaluation-result-3748654-1339114253/solver-3748654-1339114253 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3748654-1339114253.opb 973003988 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.14 2.04 1.93 2/179 25883
/proc/meminfo: memFree=29155148/32873844 swapFree=7900/7900
[pid=25883] ppid=25881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25883/stat : 25883 (npSolver-pbo-I.) S 25881 25883 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377549795 9367552 275 33554432000 4194304 5064252 140734468561344 140734468560256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25883/statm: 2287 275 233 213 0 72 0

[startup+0.0207771 s]
/proc/loadavg: 2.14 2.04 1.93 2/179 25883
/proc/meminfo: memFree=29155148/32873844 swapFree=7900/7900
[pid=25883] ppid=25881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25883/stat : 25883 (npSolver-pbo-I.) S 25881 25883 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377549795 9367552 275 33554432000 4194304 5064252 140734468561344 140734468560256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25883/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100273 s]
/proc/loadavg: 2.14 2.04 1.93 2/179 25883
/proc/meminfo: memFree=29155148/32873844 swapFree=7900/7900
[pid=25883] ppid=25881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25883/stat : 25883 (npSolver-pbo-I.) S 25881 25883 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377549795 9367552 275 33554432000 4194304 5064252 140734468561344 140734468560256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25883/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300333 s]
/proc/loadavg: 2.14 2.04 1.93 2/179 25883
/proc/meminfo: memFree=29155148/32873844 swapFree=7900/7900
[pid=25883] ppid=25881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25883/stat : 25883 (npSolver-pbo-I.) S 25881 25883 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377549795 9367552 275 33554432000 4194304 5064252 140734468561344 140734468560256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25883/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70026 s]
/proc/loadavg: 2.14 2.04 1.93 2/179 25883
/proc/meminfo: memFree=29155148/32873844 swapFree=7900/7900
[pid=25883] ppid=25881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25883/stat : 25883 (npSolver-pbo-I.) S 25881 25883 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377549795 9367552 275 33554432000 4194304 5064252 140734468561344 140734468560256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25883/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.14 2.04 1.93 3/183 25887
/proc/meminfo: memFree=29100952/32873844 swapFree=7900/7900
[pid=25883] ppid=25881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25883/stat : 25883 (npSolver-pbo-I.) S 25881 25883 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377549795 9367552 275 33554432000 4194304 5064252 140734468561344 140734468560256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25883/statm: 2287 275 233 213 0 72 0
[pid=25884] ppid=25883 vsize=12416 CPUtime=0.11 cores=1,3,5,7
/proc/25884/stat : 25884 (npSolver-pbo) S 25883 25883 23584 0 -1 4202496 4692 0 0 0 9 2 0 0 20 0 1 0 377549795 12713984 2656 33554432000 4194304 6004724 140737184866656 140737184861120 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25884/statm: 3104 2656 148 442 0 2658 0
[pid=25886] ppid=25884 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25886/stat : 25886 (cp2_pre.sh) S 25884 25883 23584 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 377549808 9367552 277 33554432000 4194304 5064252 140734679142000 140734679140704 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25886/statm: 2287 277 234 213 0 72 0
[pid=25887] ppid=25886 vsize=46008 CPUtime=1.36 cores=1,3,5,7
/proc/25887/stat : 25887 (coprocessor) R 25886 25883 23584 0 -1 4202496 9629 0 0 0 134 2 0 0 20 0 1 0 377549808 47112192 10823 33554432000 4194304 6586260 140736332902448 140736332897768 5598875 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/25887/statm: 11502 10823 191 584 0 10914 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 76720

[startup+3.10035 s]
/proc/loadavg: 2.12 2.04 1.93 3/183 25887
/proc/meminfo: memFree=29099960/32873844 swapFree=7900/7900
[pid=25883] ppid=25881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25883/stat : 25883 (npSolver-pbo-I.) S 25881 25883 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377549795 9367552 275 33554432000 4194304 5064252 140734468561344 140734468560256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25883/statm: 2287 275 233 213 0 72 0
[pid=25884] ppid=25883 vsize=97164 CPUtime=3.08 cores=1,3,5,7
/proc/25884/stat : 25884 (npSolver-pbo) R 25883 25883 23584 0 -1 4202496 10383 15207 0 0 80 18 203 7 20 0 1 0 377549795 99495936 19083 33554432000 4194304 6004724 140737184866656 140737184858520 4535907 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25884/statm: 24291 19083 179 442 0 23845 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 106312

[startup+6.30029 s]
/proc/loadavg: 2.12 2.04 1.93 3/182 25892
/proc/meminfo: memFree=28923976/32873844 swapFree=7900/7900
[pid=25883] ppid=25881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25883/stat : 25883 (npSolver-pbo-I.) S 25881 25883 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377549795 9367552 275 33554432000 4194304 5064252 140734468561344 140734468560256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25883/statm: 2287 275 233 213 0 72 0
[pid=25884] ppid=25883 vsize=31628 CPUtime=3.32 cores=1,3,5,7
/proc/25884/stat : 25884 (npSolver-pbo) S 25883 25883 23584 0 -1 4202496 10709 15722 0 0 95 27 203 7 20 0 1 0 377549795 32387072 7493 33554432000 4194304 6004724 140737184866656 140737184851576 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/25884/statm: 7907 7493 180 442 0 7461 0
[pid=25892] ppid=25884 vsize=155564 CPUtime=2.94 cores=1,3,5,7
/proc/25892/stat : 25892 (glucosInc) R 25884 25883 23584 0 -1 4202496 30216 0 0 0 285 9 0 0 20 0 1 0 377550130 159297536 35116 33554432000 4194304 5654031 140733909393088 140733909390696 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25892/statm: 38891 35116 140 357 0 38531 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 196340

[startup+12.7004 s]
/proc/loadavg: 2.11 2.04 1.93 3/181 25892
/proc/meminfo: memFree=28926940/32873844 swapFree=7900/7900
[pid=25883] ppid=25881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25883/stat : 25883 (npSolver-pbo-I.) S 25881 25883 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377549795 9367552 275 33554432000 4194304 5064252 140734468561344 140734468560256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25883/statm: 2287 275 233 213 0 72 0
[pid=25884] ppid=25883 vsize=31628 CPUtime=3.32 cores=1,3,5,7
/proc/25884/stat : 25884 (npSolver-pbo) S 25883 25883 23584 0 -1 4202496 10709 15722 0 0 95 27 203 7 20 0 1 0 377549795 32387072 7493 33554432000 4194304 6004724 140737184866656 140737184851576 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/25884/statm: 7907 7493 180 442 0 7461 0
[pid=25892] ppid=25884 vsize=155564 CPUtime=9.34 cores=1,3,5,7
/proc/25892/stat : 25892 (glucosInc) R 25884 25883 23584 0 -1 4202496 30234 0 0 0 925 9 0 0 20 0 1 0 377550130 159297536 35134 33554432000 4194304 5654031 140733909393088 140733909390696 4214160 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25892/statm: 38891 35134 140 357 0 38531 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 196340

[startup+25.5004 s]
/proc/loadavg: 2.16 2.05 1.93 3/181 25892
/proc/meminfo: memFree=28923216/32873844 swapFree=7900/7900
[pid=25883] ppid=25881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25883/stat : 25883 (npSolver-pbo-I.) S 25881 25883 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377549795 9367552 275 33554432000 4194304 5064252 140734468561344 140734468560256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25883/statm: 2287 275 233 213 0 72 0
[pid=25884] ppid=25883 vsize=31628 CPUtime=3.32 cores=1,3,5,7
/proc/25884/stat : 25884 (npSolver-pbo) S 25883 25883 23584 0 -1 4202496 10709 15722 0 0 95 27 203 7 20 0 1 0 377549795 32387072 7493 33554432000 4194304 6004724 140737184866656 140737184851576 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/25884/statm: 7907 7493 180 442 0 7461 0
[pid=25892] ppid=25884 vsize=156168 CPUtime=22.13 cores=1,3,5,7
/proc/25892/stat : 25892 (glucosInc) R 25884 25883 23584 0 -1 4202496 30359 0 0 0 2204 9 0 0 20 0 1 0 377550130 159916032 35770 33554432000 4194304 5654031 140733909393088 140733909390984 4214597 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25892/statm: 39042 35770 141 357 0 38682 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 196944

[startup+51.1004 s]
/proc/loadavg: 2.10 2.05 1.93 3/181 25892
/proc/meminfo: memFree=28919896/32873844 swapFree=7900/7900
[pid=25883] ppid=25881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25883/stat : 25883 (npSolver-pbo-I.) S 25881 25883 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377549795 9367552 275 33554432000 4194304 5064252 140734468561344 140734468560256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25883/statm: 2287 275 233 213 0 72 0
[pid=25884] ppid=25883 vsize=31628 CPUtime=3.32 cores=1,3,5,7
/proc/25884/stat : 25884 (npSolver-pbo) S 25883 25883 23584 0 -1 4202496 10709 15722 0 0 95 27 203 7 20 0 1 0 377549795 32387072 7493 33554432000 4194304 6004724 140737184866656 140737184851576 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/25884/statm: 7907 7493 180 442 0 7461 0
[pid=25892] ppid=25884 vsize=156168 CPUtime=47.73 cores=1,3,5,7
/proc/25892/stat : 25892 (glucosInc) R 25884 25883 23584 0 -1 4202496 30360 0 0 0 4764 9 0 0 20 0 1 0 377550130 159916032 35771 33554432000 4194304 5654031 140733909393088 140733909390984 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25892/statm: 39042 35771 141 357 0 38682 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 196944

[startup+102.307 s]
/proc/loadavg: 2.04 2.04 1.93 3/181 25892
/proc/meminfo: memFree=28922156/32873844 swapFree=7900/7900
[pid=25883] ppid=25881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25883/stat : 25883 (npSolver-pbo-I.) S 25881 25883 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377549795 9367552 275 33554432000 4194304 5064252 140734468561344 140734468560256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25883/statm: 2287 275 233 213 0 72 0
[pid=25884] ppid=25883 vsize=31628 CPUtime=3.32 cores=1,3,5,7
/proc/25884/stat : 25884 (npSolver-pbo) S 25883 25883 23584 0 -1 4202496 10709 15722 0 0 95 27 203 7 20 0 1 0 377549795 32387072 7493 33554432000 4194304 6004724 140737184866656 140737184851576 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/25884/statm: 7907 7493 180 442 0 7461 0
[pid=25892] ppid=25884 vsize=156168 CPUtime=98.93 cores=1,3,5,7
/proc/25892/stat : 25892 (glucosInc) R 25884 25883 23584 0 -1 4202496 30368 0 0 0 9884 9 0 0 20 0 1 0 377550130 159916032 35781 33554432000 4194304 5654031 140733909393088 140733909380904 4214475 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25892/statm: 39042 35781 141 357 0 38682 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 196944

[startup+162.3 s]
/proc/loadavg: 2.01 2.03 1.93 3/181 25892
/proc/meminfo: memFree=28917700/32873844 swapFree=7900/7900
[pid=25883] ppid=25881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25883/stat : 25883 (npSolver-pbo-I.) S 25881 25883 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377549795 9367552 275 33554432000 4194304 5064252 140734468561344 140734468560256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25883/statm: 2287 275 233 213 0 72 0
[pid=25884] ppid=25883 vsize=31628 CPUtime=3.32 cores=1,3,5,7
/proc/25884/stat : 25884 (npSolver-pbo) S 25883 25883 23584 0 -1 4202496 10709 15722 0 0 95 27 203 7 20 0 1 0 377549795 32387072 7493 33554432000 4194304 6004724 140737184866656 140737184851576 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/25884/statm: 7907 7493 180 442 0 7461 0
[pid=25892] ppid=25884 vsize=157972 CPUtime=158.9 cores=1,3,5,7
/proc/25892/stat : 25892 (glucosInc) R 25884 25883 23584 0 -1 4202496 30839 0 0 0 15881 9 0 0 20 0 1 0 377550130 161763328 36870 33554432000 4194304 5654031 140733909393088 140733909390872 4214469 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25892/statm: 39493 36870 141 357 0 39133 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 198748

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 1.93 3/181 25893
/proc/meminfo: memFree=28885680/32873844 swapFree=7900/7900
[pid=25883] ppid=25881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25883/stat : 25883 (npSolver-pbo-I.) S 25881 25883 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377549795 9367552 275 33554432000 4194304 5064252 140734468561344 140734468560256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25883/statm: 2287 275 233 213 0 72 0
[pid=25884] ppid=25883 vsize=31628 CPUtime=3.32 cores=1,3,5,7
/proc/25884/stat : 25884 (npSolver-pbo) S 25883 25883 23584 0 -1 4202496 10709 15722 0 0 95 27 203 7 20 0 1 0 377549795 32387072 7493 33554432000 4194304 6004724 140737184866656 140737184851576 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/25884/statm: 7907 7493 180 442 0 7461 0
[pid=25892] ppid=25884 vsize=180668 CPUtime=218.9 cores=1,3,5,7
/proc/25892/stat : 25892 (glucosInc) R 25884 25883 23584 0 -1 4202496 31764 0 0 0 21880 10 0 0 20 0 1 0 377550130 185004032 38814 33554432000 4194304 5654031 140733909393088 140733909380904 4232880 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25892/statm: 45167 38814 141 357 0 44807 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 221444

[startup+282.3 s]

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

/proc/loadavg: 2.00 2.00 1.94 3/181 25906
/proc/meminfo: memFree=28739772/32873844 swapFree=7900/7900
[pid=25883] ppid=25881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25883/stat : 25883 (npSolver-pbo-I.) S 25881 25883 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377549795 9367552 275 33554432000 4194304 5064252 140734468561344 140734468560256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25883/statm: 2287 275 233 213 0 72 0
[pid=25884] ppid=25883 vsize=31628 CPUtime=3.32 cores=1,3,5,7
/proc/25884/stat : 25884 (npSolver-pbo) S 25883 25883 23584 0 -1 4202496 10709 15722 0 0 95 27 203 7 20 0 1 0 377549795 32387072 7493 33554432000 4194304 6004724 140737184866656 140737184851576 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/25884/statm: 7907 7493 180 442 0 7461 0
[pid=25892] ppid=25884 vsize=333744 CPUtime=1298.71 cores=1,3,5,7
/proc/25892/stat : 25892 (glucosInc) R 25884 25883 23584 0 -1 4202496 56065 0 0 0 129817 54 0 0 20 0 1 0 377550130 341753856 70751 33554432000 4194304 5654031 140733909393088 140733909380904 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25892/statm: 83436 70751 141 357 0 83076 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 374520

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/181 25906
/proc/meminfo: memFree=28743852/32873844 swapFree=7900/7900
[pid=25883] ppid=25881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25883/stat : 25883 (npSolver-pbo-I.) S 25881 25883 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377549795 9367552 275 33554432000 4194304 5064252 140734468561344 140734468560256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25883/statm: 2287 275 233 213 0 72 0
[pid=25884] ppid=25883 vsize=31628 CPUtime=3.32 cores=1,3,5,7
/proc/25884/stat : 25884 (npSolver-pbo) S 25883 25883 23584 0 -1 4202496 10709 15722 0 0 95 27 203 7 20 0 1 0 377549795 32387072 7493 33554432000 4194304 6004724 140737184866656 140737184851576 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/25884/statm: 7907 7493 180 442 0 7461 0
[pid=25892] ppid=25884 vsize=333744 CPUtime=1358.7 cores=1,3,5,7
/proc/25892/stat : 25892 (glucosInc) R 25884 25883 23584 0 -1 4202496 56752 0 0 0 135813 57 0 0 20 0 1 0 377550130 341753856 68981 33554432000 4194304 5654031 140733909393088 140733909380904 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25892/statm: 83436 68981 141 357 0 83076 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 374520

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 25906
/proc/meminfo: memFree=28709480/32873844 swapFree=7900/7900
[pid=25883] ppid=25881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25883/stat : 25883 (npSolver-pbo-I.) S 25881 25883 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377549795 9367552 275 33554432000 4194304 5064252 140734468561344 140734468560256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25883/statm: 2287 275 233 213 0 72 0
[pid=25884] ppid=25883 vsize=31628 CPUtime=3.32 cores=1,3,5,7
/proc/25884/stat : 25884 (npSolver-pbo) S 25883 25883 23584 0 -1 4202496 10709 15722 0 0 95 27 203 7 20 0 1 0 377549795 32387072 7493 33554432000 4194304 6004724 140737184866656 140737184851576 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/25884/statm: 7907 7493 180 442 0 7461 0
[pid=25892] ppid=25884 vsize=334412 CPUtime=1418.69 cores=1,3,5,7
/proc/25892/stat : 25892 (glucosInc) R 25884 25883 23584 0 -1 4202496 57090 0 0 0 141812 57 0 0 20 0 1 0 377550130 342437888 73407 33554432000 4194304 5654031 140733909393088 140733909380904 4215017 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25892/statm: 83603 73407 141 357 0 83243 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 375188

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/181 25907
/proc/meminfo: memFree=28722676/32873844 swapFree=7900/7900
[pid=25883] ppid=25881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25883/stat : 25883 (npSolver-pbo-I.) S 25881 25883 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377549795 9367552 275 33554432000 4194304 5064252 140734468561344 140734468560256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25883/statm: 2287 275 233 213 0 72 0
[pid=25884] ppid=25883 vsize=31628 CPUtime=3.32 cores=1,3,5,7
/proc/25884/stat : 25884 (npSolver-pbo) S 25883 25883 23584 0 -1 4202496 10709 15722 0 0 95 27 203 7 20 0 1 0 377549795 32387072 7493 33554432000 4194304 6004724 140737184866656 140737184851576 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/25884/statm: 7907 7493 180 442 0 7461 0
[pid=25892] ppid=25884 vsize=338204 CPUtime=1478.68 cores=1,3,5,7
/proc/25892/stat : 25892 (glucosInc) R 25884 25883 23584 0 -1 4202496 57786 0 0 0 147807 61 0 0 20 0 1 0 377550130 346320896 70107 33554432000 4194304 5654031 140733909393088 140733909380904 4214993 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25892/statm: 84551 70107 141 357 0 84191 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 378980

[startup+1542.3 s]
/proc/loadavg: 2.06 2.02 1.95 3/182 25908
/proc/meminfo: memFree=28703304/32873844 swapFree=7900/7900
[pid=25883] ppid=25881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25883/stat : 25883 (npSolver-pbo-I.) S 25881 25883 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377549795 9367552 275 33554432000 4194304 5064252 140734468561344 140734468560256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25883/statm: 2287 275 233 213 0 72 0
[pid=25884] ppid=25883 vsize=31628 CPUtime=3.32 cores=1,3,5,7
/proc/25884/stat : 25884 (npSolver-pbo) S 25883 25883 23584 0 -1 4202496 10709 15722 0 0 95 27 203 7 20 0 1 0 377549795 32387072 7493 33554432000 4194304 6004724 140737184866656 140737184851576 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/25884/statm: 7907 7493 180 442 0 7461 0
[pid=25892] ppid=25884 vsize=339280 CPUtime=1538.67 cores=1,3,5,7
/proc/25892/stat : 25892 (glucosInc) R 25884 25883 23584 0 -1 4202496 58085 0 0 0 153805 62 0 0 20 0 1 0 377550130 347422720 74490 33554432000 4194304 5654031 140733909393088 140733909380904 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25892/statm: 84820 74490 141 357 0 84460 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 380056

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/181 25908
/proc/meminfo: memFree=28715272/32873844 swapFree=7900/7900
[pid=25883] ppid=25881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25883/stat : 25883 (npSolver-pbo-I.) S 25881 25883 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377549795 9367552 275 33554432000 4194304 5064252 140734468561344 140734468560256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25883/statm: 2287 275 233 213 0 72 0
[pid=25884] ppid=25883 vsize=31628 CPUtime=3.32 cores=1,3,5,7
/proc/25884/stat : 25884 (npSolver-pbo) S 25883 25883 23584 0 -1 4202496 10709 15722 0 0 95 27 203 7 20 0 1 0 377549795 32387072 7493 33554432000 4194304 6004724 140737184866656 140737184851576 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/25884/statm: 7907 7493 180 442 0 7461 0
[pid=25892] ppid=25884 vsize=343220 CPUtime=1598.66 cores=1,3,5,7
/proc/25892/stat : 25892 (glucosInc) R 25884 25883 23584 0 -1 4202496 59156 0 0 0 159801 65 0 0 20 0 1 0 377550130 351457280 72077 33554432000 4194304 5654031 140733909393088 140733909380904 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25892/statm: 85805 72077 141 357 0 85445 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 383996

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 1.95 3/181 25908
/proc/meminfo: memFree=28686972/32873844 swapFree=7900/7900
[pid=25883] ppid=25881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25883/stat : 25883 (npSolver-pbo-I.) S 25881 25883 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377549795 9367552 275 33554432000 4194304 5064252 140734468561344 140734468560256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25883/statm: 2287 275 233 213 0 72 0
[pid=25884] ppid=25883 vsize=31628 CPUtime=3.32 cores=1,3,5,7
/proc/25884/stat : 25884 (npSolver-pbo) S 25883 25883 23584 0 -1 4202496 10709 15722 0 0 95 27 203 7 20 0 1 0 377549795 32387072 7493 33554432000 4194304 6004724 140737184866656 140737184851576 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/25884/statm: 7907 7493 180 442 0 7461 0
[pid=25892] ppid=25884 vsize=344724 CPUtime=1658.64 cores=1,3,5,7
/proc/25892/stat : 25892 (glucosInc) R 25884 25883 23584 0 -1 4202496 59530 0 0 0 165799 65 0 0 20 0 1 0 377550130 352997376 78621 33554432000 4194304 5654031 140733909393088 140733909380904 4216035 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25892/statm: 86181 78621 141 357 0 85821 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 385500

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/181 25908
/proc/meminfo: memFree=28680936/32873844 swapFree=7900/7900
[pid=25883] ppid=25881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25883/stat : 25883 (npSolver-pbo-I.) S 25881 25883 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377549795 9367552 275 33554432000 4194304 5064252 140734468561344 140734468560256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25883/statm: 2287 275 233 213 0 72 0
[pid=25884] ppid=25883 vsize=31628 CPUtime=3.32 cores=1,3,5,7
/proc/25884/stat : 25884 (npSolver-pbo) S 25883 25883 23584 0 -1 4202496 10709 15722 0 0 95 27 203 7 20 0 1 0 377549795 32387072 7493 33554432000 4194304 6004724 140737184866656 140737184851576 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/25884/statm: 7907 7493 180 442 0 7461 0
[pid=25892] ppid=25884 vsize=345784 CPUtime=1718.64 cores=1,3,5,7
/proc/25892/stat : 25892 (glucosInc) R 25884 25883 23584 0 -1 4202496 60392 0 0 0 171795 69 0 0 20 0 1 0 377550130 354082816 78541 33554432000 4194304 5654031 140733909393088 140733909380904 4208659 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25892/statm: 86446 78541 141 357 0 86086 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 386560

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/181 25959
/proc/meminfo: memFree=28427388/32873844 swapFree=7900/7900
[pid=25883] ppid=25881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25883/stat : 25883 (npSolver-pbo-I.) S 25881 25883 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377549795 9367552 275 33554432000 4194304 5064252 140734468561344 140734468560256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25883/statm: 2287 275 233 213 0 72 0
[pid=25884] ppid=25883 vsize=31628 CPUtime=3.32 cores=1,3,5,7
/proc/25884/stat : 25884 (npSolver-pbo) S 25883 25883 23584 0 -1 4202496 10709 15722 0 0 95 27 203 7 20 0 1 0 377549795 32387072 7493 33554432000 4194304 6004724 140737184866656 140737184851576 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/25884/statm: 7907 7493 180 442 0 7461 0
[pid=25892] ppid=25884 vsize=346852 CPUtime=1778.62 cores=1,3,5,7
/proc/25892/stat : 25892 (glucosInc) R 25884 25883 23584 0 -1 4202496 61037 0 0 0 177792 70 0 0 20 0 1 0 377550130 355176448 76898 33554432000 4194304 5654031 140733909393088 140733909380904 4232479 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25892/statm: 86713 76898 141 357 0 86353 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 387628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.95 3/182 25960
/proc/meminfo: memFree=28412876/32873844 swapFree=7900/7900
[pid=25883] ppid=25881 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25883/stat : 25883 (npSolver-pbo-I.) S 25881 25883 23584 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377549795 9367552 275 33554432000 4194304 5064252 140734468561344 140734468560256 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/25883/statm: 2287 275 233 213 0 72 0
[pid=25884] ppid=25883 vsize=31628 CPUtime=3.32 cores=1,3,5,7
/proc/25884/stat : 25884 (npSolver-pbo) S 25883 25883 23584 0 -1 4202496 10709 15722 0 0 95 27 203 7 20 0 1 0 377549795 32387072 7493 33554432000 4194304 6004724 140737184866656 140737184851576 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/25884/statm: 7907 7493 180 442 0 7461 0
[pid=25892] ppid=25884 vsize=347248 CPUtime=1796.73 cores=1,3,5,7
/proc/25892/stat : 25892 (glucosInc) R 25884 25883 23584 0 -1 4202496 61142 0 0 0 179603 70 0 0 20 0 1 0 377550130 355581952 78536 33554432000 4194304 5654031 140733909393088 140733909380904 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25892/statm: 86812 78536 141 357 0 86452 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 388024

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 25883 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=995544
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=359945
# CPU time returned by wait4() is 3.35549
# while last known CPU time is 1800.05
#
# 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.05
CPU user time (s): 1799.01
CPU system time (s): 1.04
CPU usage (%): 99.9797
Max. virtual memory (cumulated for all children) (KiB): 517324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.99554
system time used= 0.359945
maximum resident set size= 138864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26805
page faults= 0
swaps= 0
block input operations= 0
block output operations= 125072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 138
involuntary context switches= 14

runsolver used 3.08653 second user time and 8.5357 second system time

The end

Launcher Data

Begin job on node137 at 2012-06-08 02:10:53
IDJOB=3748654
IDBENCH=1869
IDSOLVER=2333
FILE ID=node137/3748654-1339114253
RUNJOBID= node137-1339112420-25566
PBS_JOBID= 14643716
Free space on /tmp= 70436 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-manna81.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3748654-1339114253/watcher-3748654-1339114253 -o /tmp/evaluation-result-3748654-1339114253/solver-3748654-1339114253 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3748654-1339114253.opb 973003988 HOME HOME

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

MD5SUM BENCH= 6fc83a536fe9a582c06bbccccc09c709
RANDOM SEED=973003988

node137.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29154776 kB
Buffers:          294492 kB
Cached:          2467116 kB
SwapCached:         4640 kB
Active:          1239284 kB
Inactive:        1622640 kB
Active(anon):      96276 kB
Inactive(anon):     6612 kB
Active(file):    1143008 kB
Inactive(file):  1616028 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67097908 kB
Dirty:             26964 kB
Writeback:             0 kB
AnonPages:        104948 kB
Mapped:            10592 kB
Shmem:                 0 kB
Slab:             715300 kB
SReclaimable:     156180 kB
SUnreclaim:       559120 kB
KernelStack:        1488 kB
PageTables:         4316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     224900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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= 70308 MiB
End job on node137 at 2012-06-08 02:40:53