Trace number 3698244

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.1 1800.62

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/area_opers/normalized-fir10_area_opers.opb
MD5SUMcca2bc3212eb56e1c6b2ae84ca292ee3
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark51
Best CPU time to get the best result obtained on this benchmark151.57
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 51
Optimality of the best value was proved YES
Number of variables79024
Total number of constraints176988
Number of constraints which are clauses176988
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint511
Number of terms in the objective function 39323
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 39323
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 39323
Number of bits of the biggest sum of numbers16
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.61	c run inc solver
0.00/0.61	c [INC SYSTEM] run initial solver
0.00/0.61	c [INC SYSTEM] preprocess with white file
1.67/1.76	c [INC SYSTEM] finished preprocessing in 1 s
1.67/1.76	c [INC SYSTEM] execute solver
1.74/1.90	c [INC SEARCH] formula is SAT
1.75/1.90	c [INC SYSTEM] solved the initial formula
2.07/2.14	c model valid
2.07/2.14	c current solution ok
2.37/2.47	o 1324
2.37/2.47	c [INC SYSTEM] there exists a inc, kill it!
2.37/2.47	c write failed with 2
2.37/2.48	c [INC SEARCH] iteration: 0
2.37/2.48	c [INC BOUNDS] best value:1324 search for 1323
2.37/2.48	c [INC SYSTEM] create new solver instance
2.37/2.48	c [INC] encode full formula
2.37/2.48	c fallback to adder encoding
4.67/4.79	c set iterative enc to: cardAdder
4.67/4.79	c set iterative enc to: none
5.09/5.32	c [INC SEARCH] isOptimum variable: 0
1800.10/1800.62	HOME/npSolver-pbo-Itd.sh: line 18: 13173 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=0 -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-3698244-1338072989/watcher-3698244-1338072989 -o /tmp/evaluation-result-3698244-1338072989/solver-3698244-1338072989 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3698244-1338072989.opb 386515660 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.52 3.56 3.18 2/181 13172
/proc/meminfo: memFree=29776368/32873844 swapFree=7372/7372
[pid=13172] ppid=13170 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13172/stat : 13172 (npSolver-pbo-It) S 13170 13172 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273423740 9367552 275 33554432000 4194304 5064252 140737025582256 140737025581168 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13172/statm: 2287 275 233 213 0 72 0

[startup+0.013585 s]
/proc/loadavg: 2.52 3.56 3.18 2/181 13172
/proc/meminfo: memFree=29776368/32873844 swapFree=7372/7372
[pid=13172] ppid=13170 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13172/stat : 13172 (npSolver-pbo-It) S 13170 13172 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273423740 9367552 275 33554432000 4194304 5064252 140737025582256 140737025581168 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13172/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100244 s]
/proc/loadavg: 2.52 3.56 3.18 2/181 13172
/proc/meminfo: memFree=29776368/32873844 swapFree=7372/7372
[pid=13172] ppid=13170 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13172/stat : 13172 (npSolver-pbo-It) S 13170 13172 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273423740 9367552 275 33554432000 4194304 5064252 140737025582256 140737025581168 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13172/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300202 s]
/proc/loadavg: 2.52 3.56 3.18 2/181 13172
/proc/meminfo: memFree=29776368/32873844 swapFree=7372/7372
[pid=13172] ppid=13170 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13172/stat : 13172 (npSolver-pbo-It) S 13170 13172 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273423740 9367552 275 33554432000 4194304 5064252 140737025582256 140737025581168 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13172/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700189 s]
/proc/loadavg: 2.52 3.56 3.18 2/181 13172
/proc/meminfo: memFree=29776368/32873844 swapFree=7372/7372
[pid=13172] ppid=13170 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13172/stat : 13172 (npSolver-pbo-It) S 13170 13172 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273423740 9367552 275 33554432000 4194304 5064252 140737025582256 140737025581168 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13172/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50044 s]
/proc/loadavg: 2.52 3.56 3.18 3/185 13176
/proc/meminfo: memFree=29697912/32873844 swapFree=7372/7372
[pid=13172] ppid=13170 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13172/stat : 13172 (npSolver-pbo-It) S 13170 13172 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273423740 9367552 275 33554432000 4194304 5064252 140737025582256 140737025581168 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13172/statm: 2287 275 233 213 0 72 0
[pid=13173] ppid=13172 vsize=16788 CPUtime=0.66 cores=1,3,5,7
/proc/13173/stat : 13173 (npSolver-pbo) S 13172 13172 9054 0 -1 4202496 4029 0 0 0 60 6 0 0 20 0 1 0 273423740 17190912 3571 33554432000 4194304 5992684 140734909557856 140734909552304 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13173/statm: 4197 3571 164 440 0 3753 0
[pid=13175] ppid=13173 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13175/stat : 13175 (cp2_pre.sh) S 13173 13172 9054 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 273423807 9367552 277 33554432000 4194304 5064252 140734223550928 140734223549632 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13175/statm: 2287 277 234 213 0 72 0
[pid=13176] ppid=13175 vsize=79428 CPUtime=0.81 cores=1,3,5,7
/proc/13176/stat : 13176 (coprocessor) R 13175 13172 9054 0 -1 4202496 14927 0 0 0 78 3 0 0 20 0 1 0 273423808 81334272 18968 33554432000 4194304 6586260 140734953276064 140734953272088 4415664 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/13176/statm: 19857 18968 195 584 0 19269 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 114512

[startup+3.10037 s]
/proc/loadavg: 2.52 3.56 3.18 3/184 13178
/proc/meminfo: memFree=29728728/32873844 swapFree=7372/7372
[pid=13172] ppid=13170 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13172/stat : 13172 (npSolver-pbo-It) S 13170 13172 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273423740 9367552 275 33554432000 4194304 5064252 140737025582256 140737025581168 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13172/statm: 2287 275 233 213 0 72 0
[pid=13173] ppid=13172 vsize=113976 CPUtime=3.08 cores=1,3,5,7
/proc/13173/stat : 13173 (npSolver-pbo) R 13172 13172 9054 0 -1 4202496 13733 23709 0 0 148 38 114 8 20 0 1 0 273423740 116711424 21807 33554432000 4194304 5992684 140734909557856 140734909553328 4571333 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13173/statm: 28494 21807 182 440 0 28050 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 123124

[startup+6.30038 s]
/proc/loadavg: 2.48 3.54 3.17 3/184 13181
/proc/meminfo: memFree=29530568/32873844 swapFree=7372/7372
[pid=13172] ppid=13170 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13172/stat : 13172 (npSolver-pbo-It) S 13170 13172 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273423740 9367552 275 33554432000 4194304 5064252 140737025582256 140737025581168 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13172/statm: 2287 275 233 213 0 72 0
[pid=13173] ppid=13172 vsize=48440 CPUtime=5.11 cores=1,3,5,7
/proc/13173/stat : 13173 (npSolver-pbo) S 13172 13172 9054 0 -1 4202496 15424 24225 0 0 318 70 115 8 20 0 1 0 273423740 49602560 11305 33554432000 4194304 5992684 140734909557856 140734909543688 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 2 0 0
/proc/13173/statm: 12110 11305 183 440 0 11666 0
[pid=13181] ppid=13173 vsize=252040 CPUtime=0.96 cores=1,3,5,7
/proc/13181/stat : 13181 (glucosInc) R 13173 13172 9054 0 -1 4202496 37102 0 0 0 86 10 0 0 20 0 1 0 273424272 258088960 56069 33554432000 4194304 5654031 140735068202080 140735067151432 4238664 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13181/statm: 63010 56069 109 357 0 62650 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 309628

[startup+12.7004 s]
/proc/loadavg: 2.44 3.51 3.17 3/184 13181
/proc/meminfo: memFree=29172512/32873844 swapFree=7372/7372
[pid=13172] ppid=13170 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13172/stat : 13172 (npSolver-pbo-It) S 13170 13172 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273423740 9367552 275 33554432000 4194304 5064252 140737025582256 140737025581168 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13172/statm: 2287 275 233 213 0 72 0
[pid=13173] ppid=13172 vsize=48440 CPUtime=5.11 cores=1,3,5,7
/proc/13173/stat : 13173 (npSolver-pbo) S 13172 13172 9054 0 -1 4202496 15424 24225 0 0 318 70 115 8 20 0 1 0 273423740 49602560 11305 33554432000 4194304 5992684 140734909557856 140734909543688 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 2 0 0
/proc/13173/statm: 12110 11305 183 440 0 11666 0
[pid=13181] ppid=13173 vsize=425196 CPUtime=7.37 cores=1,3,5,7
/proc/13181/stat : 13181 (glucosInc) R 13173 13172 9054 0 -1 4202496 67296 0 0 0 715 22 0 0 20 0 1 0 273424272 435400704 95671 33554432000 4194304 5654031 140735068202080 140735068189896 4209078 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13181/statm: 106299 95671 141 357 0 105939 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 482784

[startup+25.5004 s]
/proc/loadavg: 2.34 3.43 3.15 3/184 13181
/proc/meminfo: memFree=29176908/32873844 swapFree=7372/7372
[pid=13172] ppid=13170 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13172/stat : 13172 (npSolver-pbo-It) S 13170 13172 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273423740 9367552 275 33554432000 4194304 5064252 140737025582256 140737025581168 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13172/statm: 2287 275 233 213 0 72 0
[pid=13173] ppid=13172 vsize=48440 CPUtime=5.11 cores=1,3,5,7
/proc/13173/stat : 13173 (npSolver-pbo) S 13172 13172 9054 0 -1 4202496 15424 24225 0 0 318 70 115 8 20 0 1 0 273423740 49602560 11305 33554432000 4194304 5992684 140734909557856 140734909543688 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 2 0 0
/proc/13173/statm: 12110 11305 183 440 0 11666 0
[pid=13181] ppid=13173 vsize=425996 CPUtime=20.16 cores=1,3,5,7
/proc/13181/stat : 13181 (glucosInc) R 13173 13172 9054 0 -1 4202496 67490 0 0 0 1994 22 0 0 20 0 1 0 273424272 436219904 95865 33554432000 4194304 5654031 140735068202080 140735068199864 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13181/statm: 106499 95865 141 357 0 106139 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 483584

[startup+51.1004 s]
/proc/loadavg: 2.22 3.32 3.11 3/184 13181
/proc/meminfo: memFree=29209936/32873844 swapFree=7372/7372
[pid=13172] ppid=13170 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13172/stat : 13172 (npSolver-pbo-It) S 13170 13172 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273423740 9367552 275 33554432000 4194304 5064252 140737025582256 140737025581168 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13172/statm: 2287 275 233 213 0 72 0
[pid=13173] ppid=13172 vsize=48440 CPUtime=5.11 cores=1,3,5,7
/proc/13173/stat : 13173 (npSolver-pbo) S 13172 13172 9054 0 -1 4202496 15424 24225 0 0 318 70 115 8 20 0 1 0 273423740 49602560 11305 33554432000 4194304 5992684 140734909557856 140734909543688 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 2 0 0
/proc/13173/statm: 12110 11305 183 440 0 11666 0
[pid=13181] ppid=13173 vsize=426512 CPUtime=45.76 cores=1,3,5,7
/proc/13181/stat : 13181 (glucosInc) R 13173 13172 9054 0 -1 4202496 67634 0 0 0 4554 22 0 0 20 0 1 0 273424272 436748288 96005 33554432000 4194304 5654031 140735068202080 140735068199688 4214616 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13181/statm: 106628 96005 141 357 0 106268 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 484100

[startup+102.307 s]
/proc/loadavg: 2.10 3.11 3.05 3/183 13181
/proc/meminfo: memFree=29210236/32873844 swapFree=7372/7372
[pid=13172] ppid=13170 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13172/stat : 13172 (npSolver-pbo-It) S 13170 13172 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273423740 9367552 275 33554432000 4194304 5064252 140737025582256 140737025581168 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13172/statm: 2287 275 233 213 0 72 0
[pid=13173] ppid=13172 vsize=48440 CPUtime=5.11 cores=1,3,5,7
/proc/13173/stat : 13173 (npSolver-pbo) S 13172 13172 9054 0 -1 4202496 15424 24225 0 0 318 70 115 8 20 0 1 0 273423740 49602560 11305 33554432000 4194304 5992684 140734909557856 140734909543688 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 2 0 0
/proc/13173/statm: 12110 11305 183 440 0 11666 0
[pid=13181] ppid=13173 vsize=426512 CPUtime=96.95 cores=1,3,5,7
/proc/13181/stat : 13181 (glucosInc) R 13173 13172 9054 0 -1 4202496 67634 0 0 0 9673 22 0 0 20 0 1 0 273424272 436748288 96005 33554432000 4194304 5654031 140735068202080 140735068199688 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13181/statm: 106628 96005 141 357 0 106268 0
Current children cumulated CPU time (s) 102.06
Current children cumulated vsize (KiB) 484100

[startup+162.3 s]
/proc/loadavg: 2.03 2.91 2.98 3/183 13181
/proc/meminfo: memFree=29208604/32873844 swapFree=7372/7372
[pid=13172] ppid=13170 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13172/stat : 13172 (npSolver-pbo-It) S 13170 13172 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273423740 9367552 275 33554432000 4194304 5064252 140737025582256 140737025581168 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13172/statm: 2287 275 233 213 0 72 0
[pid=13173] ppid=13172 vsize=48440 CPUtime=5.11 cores=1,3,5,7
/proc/13173/stat : 13173 (npSolver-pbo) S 13172 13172 9054 0 -1 4202496 15424 24225 0 0 318 70 115 8 20 0 1 0 273423740 49602560 11305 33554432000 4194304 5992684 140734909557856 140734909543688 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 2 0 0
/proc/13173/statm: 12110 11305 183 440 0 11666 0
[pid=13181] ppid=13173 vsize=426512 CPUtime=156.94 cores=1,3,5,7
/proc/13181/stat : 13181 (glucosInc) R 13173 13172 9054 0 -1 4202496 67634 0 0 0 15672 22 0 0 20 0 1 0 273424272 436748288 96420 33554432000 4194304 5654031 140735068202080 140735068199688 4214432 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13181/statm: 106628 96420 141 357 0 106268 0
Current children cumulated CPU time (s) 162.05
Current children cumulated vsize (KiB) 484100

[startup+222.3 s]
/proc/loadavg: 2.01 2.74 2.92 3/184 13184
/proc/meminfo: memFree=29207384/32873844 swapFree=7372/7372
[pid=13172] ppid=13170 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13172/stat : 13172 (npSolver-pbo-It) S 13170 13172 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273423740 9367552 275 33554432000 4194304 5064252 140737025582256 140737025581168 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13172/statm: 2287 275 233 213 0 72 0
[pid=13173] ppid=13172 vsize=48440 CPUtime=5.11 cores=1,3,5,7
/proc/13173/stat : 13173 (npSolver-pbo) S 13172 13172 9054 0 -1 4202496 15424 24225 0 0 318 70 115 8 20 0 1 0 273423740 49602560 11305 33554432000 4194304 5992684 140734909557856 140734909543688 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 2 0 0
/proc/13173/statm: 12110 11305 183 440 0 11666 0
[pid=13181] ppid=13173 vsize=426744 CPUtime=216.92 cores=1,3,5,7
/proc/13181/stat : 13181 (glucosInc) R 13173 13172 9054 0 -1 4202496 67663 0 0 0 21670 22 0 0 20 0 1 0 273424272 436985856 96662 33554432000 4194304 5654031 140735068202080 140735068199976 4215307 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13181/statm: 106686 96662 141 357 0 106326 0
Current children cumulated CPU time (s) 222.03
Current children cumulated vsize (KiB) 484332

[startup+282.3 s]

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

/proc/loadavg: 2.07 2.03 2.27 3/183 13352
/proc/meminfo: memFree=27627940/32873844 swapFree=7372/7372
[pid=13172] ppid=13170 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13172/stat : 13172 (npSolver-pbo-It) S 13170 13172 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273423740 9367552 275 33554432000 4194304 5064252 140737025582256 140737025581168 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13172/statm: 2287 275 233 213 0 72 0
[pid=13173] ppid=13172 vsize=48440 CPUtime=5.11 cores=1,3,5,7
/proc/13173/stat : 13173 (npSolver-pbo) S 13172 13172 9054 0 -1 4202496 15424 24225 0 0 318 70 115 8 20 0 1 0 273423740 49602560 11305 33554432000 4194304 5992684 140734909557856 140734909543688 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 2 0 0
/proc/13173/statm: 12110 11305 183 440 0 11666 0
[pid=13181] ppid=13173 vsize=428428 CPUtime=1296.76 cores=1,3,5,7
/proc/13181/stat : 13181 (glucosInc) R 13173 13172 9054 0 -1 4202496 68203 0 0 0 129653 23 0 0 20 0 1 0 273424272 438710272 98603 33554432000 4194304 5654031 140735068202080 140735068189896 4209151 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13181/statm: 107107 98603 142 357 0 106747 0
Current children cumulated CPU time (s) 1301.87
Current children cumulated vsize (KiB) 486016

[startup+1362.3 s]
/proc/loadavg: 2.02 2.02 2.25 3/183 13352
/proc/meminfo: memFree=27626332/32873844 swapFree=7372/7372
[pid=13172] ppid=13170 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13172/stat : 13172 (npSolver-pbo-It) S 13170 13172 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273423740 9367552 275 33554432000 4194304 5064252 140737025582256 140737025581168 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13172/statm: 2287 275 233 213 0 72 0
[pid=13173] ppid=13172 vsize=48440 CPUtime=5.11 cores=1,3,5,7
/proc/13173/stat : 13173 (npSolver-pbo) S 13172 13172 9054 0 -1 4202496 15424 24225 0 0 318 70 115 8 20 0 1 0 273423740 49602560 11305 33554432000 4194304 5992684 140734909557856 140734909543688 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 2 0 0
/proc/13173/statm: 12110 11305 183 440 0 11666 0
[pid=13181] ppid=13173 vsize=428428 CPUtime=1356.74 cores=1,3,5,7
/proc/13181/stat : 13181 (glucosInc) R 13173 13172 9054 0 -1 4202496 68233 0 0 0 135651 23 0 0 20 0 1 0 273424272 438710272 98628 33554432000 4194304 5654031 140735068202080 140735068189896 4209087 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13181/statm: 107107 98628 142 357 0 106747 0
Current children cumulated CPU time (s) 1361.85
Current children cumulated vsize (KiB) 486016

[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 2.23 3/184 13355
/proc/meminfo: memFree=27621968/32873844 swapFree=7372/7372
[pid=13172] ppid=13170 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13172/stat : 13172 (npSolver-pbo-It) S 13170 13172 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273423740 9367552 275 33554432000 4194304 5064252 140737025582256 140737025581168 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13172/statm: 2287 275 233 213 0 72 0
[pid=13173] ppid=13172 vsize=48440 CPUtime=5.11 cores=1,3,5,7
/proc/13173/stat : 13173 (npSolver-pbo) S 13172 13172 9054 0 -1 4202496 15424 24225 0 0 318 70 115 8 20 0 1 0 273423740 49602560 11305 33554432000 4194304 5992684 140734909557856 140734909543688 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 2 0 0
/proc/13173/statm: 12110 11305 183 440 0 11666 0
[pid=13181] ppid=13173 vsize=428428 CPUtime=1416.74 cores=1,3,5,7
/proc/13181/stat : 13181 (glucosInc) R 13173 13172 9054 0 -1 4202496 68357 0 0 0 141651 23 0 0 20 0 1 0 273424272 438710272 98747 33554432000 4194304 5654031 140735068202080 140735068189896 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13181/statm: 107107 98747 142 357 0 106747 0
Current children cumulated CPU time (s) 1421.85
Current children cumulated vsize (KiB) 486016

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.22 3/183 13355
/proc/meminfo: memFree=27621424/32873844 swapFree=7372/7372
[pid=13172] ppid=13170 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13172/stat : 13172 (npSolver-pbo-It) S 13170 13172 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273423740 9367552 275 33554432000 4194304 5064252 140737025582256 140737025581168 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13172/statm: 2287 275 233 213 0 72 0
[pid=13173] ppid=13172 vsize=48440 CPUtime=5.11 cores=1,3,5,7
/proc/13173/stat : 13173 (npSolver-pbo) S 13172 13172 9054 0 -1 4202496 15424 24225 0 0 318 70 115 8 20 0 1 0 273423740 49602560 11305 33554432000 4194304 5992684 140734909557856 140734909543688 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 2 0 0
/proc/13173/statm: 12110 11305 183 440 0 11666 0
[pid=13181] ppid=13173 vsize=478516 CPUtime=1476.72 cores=1,3,5,7
/proc/13181/stat : 13181 (glucosInc) R 13173 13172 9054 0 -1 4202496 68517 0 0 0 147648 24 0 0 20 0 1 0 273424272 490000384 98884 33554432000 4194304 5654031 140735068202080 140735068200168 4214475 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13181/statm: 119629 98884 142 357 0 119269 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 536104

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.20 3/183 13356
/proc/meminfo: memFree=27618508/32873844 swapFree=7372/7372
[pid=13172] ppid=13170 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13172/stat : 13172 (npSolver-pbo-It) S 13170 13172 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273423740 9367552 275 33554432000 4194304 5064252 140737025582256 140737025581168 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13172/statm: 2287 275 233 213 0 72 0
[pid=13173] ppid=13172 vsize=48440 CPUtime=5.11 cores=1,3,5,7
/proc/13173/stat : 13173 (npSolver-pbo) S 13172 13172 9054 0 -1 4202496 15424 24225 0 0 318 70 115 8 20 0 1 0 273423740 49602560 11305 33554432000 4194304 5992684 140734909557856 140734909543688 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 2 0 0
/proc/13173/statm: 12110 11305 183 440 0 11666 0
[pid=13181] ppid=13173 vsize=479512 CPUtime=1536.71 cores=1,3,5,7
/proc/13181/stat : 13181 (glucosInc) R 13173 13172 9054 0 -1 4202496 68728 0 0 0 153647 24 0 0 20 0 1 0 273424272 491020288 99093 33554432000 4194304 5654031 140735068202080 140735068199976 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13181/statm: 119878 99093 142 357 0 119518 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 537100

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.18 3/183 13356
/proc/meminfo: memFree=27618136/32873844 swapFree=7372/7372
[pid=13172] ppid=13170 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13172/stat : 13172 (npSolver-pbo-It) S 13170 13172 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273423740 9367552 275 33554432000 4194304 5064252 140737025582256 140737025581168 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13172/statm: 2287 275 233 213 0 72 0
[pid=13173] ppid=13172 vsize=48440 CPUtime=5.11 cores=1,3,5,7
/proc/13173/stat : 13173 (npSolver-pbo) S 13172 13172 9054 0 -1 4202496 15424 24225 0 0 318 70 115 8 20 0 1 0 273423740 49602560 11305 33554432000 4194304 5992684 140734909557856 140734909543688 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 2 0 0
/proc/13173/statm: 12110 11305 183 440 0 11666 0
[pid=13181] ppid=13173 vsize=479512 CPUtime=1596.71 cores=1,3,5,7
/proc/13181/stat : 13181 (glucosInc) R 13173 13172 9054 0 -1 4202496 68762 0 0 0 159647 24 0 0 20 0 1 0 273424272 491020288 99127 33554432000 4194304 5654031 140735068202080 140735068199976 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13181/statm: 119878 99127 142 357 0 119518 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 537100

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.17 3/183 13356
/proc/meminfo: memFree=27615840/32873844 swapFree=7372/7372
[pid=13172] ppid=13170 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13172/stat : 13172 (npSolver-pbo-It) S 13170 13172 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273423740 9367552 275 33554432000 4194304 5064252 140737025582256 140737025581168 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13172/statm: 2287 275 233 213 0 72 0
[pid=13173] ppid=13172 vsize=48440 CPUtime=5.11 cores=1,3,5,7
/proc/13173/stat : 13173 (npSolver-pbo) S 13172 13172 9054 0 -1 4202496 15424 24225 0 0 318 70 115 8 20 0 1 0 273423740 49602560 11305 33554432000 4194304 5992684 140734909557856 140734909543688 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 2 0 0
/proc/13173/statm: 12110 11305 183 440 0 11666 0
[pid=13181] ppid=13173 vsize=479512 CPUtime=1656.7 cores=1,3,5,7
/proc/13181/stat : 13181 (glucosInc) R 13173 13172 9054 0 -1 4202496 68802 0 0 0 165646 24 0 0 20 0 1 0 273424272 491020288 99167 33554432000 4194304 5654031 140735068202080 140735068199976 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13181/statm: 119878 99167 142 357 0 119518 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 537100

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.16 3/183 13356
/proc/meminfo: memFree=27613544/32873844 swapFree=7372/7372
[pid=13172] ppid=13170 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13172/stat : 13172 (npSolver-pbo-It) S 13170 13172 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273423740 9367552 275 33554432000 4194304 5064252 140737025582256 140737025581168 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13172/statm: 2287 275 233 213 0 72 0
[pid=13173] ppid=13172 vsize=48440 CPUtime=5.11 cores=1,3,5,7
/proc/13173/stat : 13173 (npSolver-pbo) S 13172 13172 9054 0 -1 4202496 15424 24225 0 0 318 70 115 8 20 0 1 0 273423740 49602560 11305 33554432000 4194304 5992684 140734909557856 140734909543688 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 2 0 0
/proc/13173/statm: 12110 11305 183 440 0 11666 0
[pid=13181] ppid=13173 vsize=479512 CPUtime=1716.69 cores=1,3,5,7
/proc/13181/stat : 13181 (glucosInc) R 13173 13172 9054 0 -1 4202496 68888 0 0 0 171645 24 0 0 20 0 1 0 273424272 491020288 99253 33554432000 4194304 5654031 140735068202080 140735068199976 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13181/statm: 119878 99253 142 357 0 119518 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 537100

[startup+1782.3 s]
/proc/loadavg: 2.08 2.02 2.15 3/183 13356
/proc/meminfo: memFree=27613048/32873844 swapFree=7372/7372
[pid=13172] ppid=13170 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13172/stat : 13172 (npSolver-pbo-It) S 13170 13172 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273423740 9367552 275 33554432000 4194304 5064252 140737025582256 140737025581168 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13172/statm: 2287 275 233 213 0 72 0
[pid=13173] ppid=13172 vsize=48440 CPUtime=5.11 cores=1,3,5,7
/proc/13173/stat : 13173 (npSolver-pbo) S 13172 13172 9054 0 -1 4202496 15424 24225 0 0 318 70 115 8 20 0 1 0 273423740 49602560 11305 33554432000 4194304 5992684 140734909557856 140734909543688 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 2 0 0
/proc/13173/statm: 12110 11305 183 440 0 11666 0
[pid=13181] ppid=13173 vsize=479512 CPUtime=1776.68 cores=1,3,5,7
/proc/13181/stat : 13181 (glucosInc) R 13173 13172 9054 0 -1 4202496 68994 0 0 0 177644 24 0 0 20 0 1 0 273424272 491020288 99348 33554432000 4194304 5654031 140735068202080 140735068189896 4209217 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13181/statm: 119878 99348 142 357 0 119518 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 537100



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.06 2.01 2.15 3/182 13356
/proc/meminfo: memFree=27612852/32873844 swapFree=7372/7372
[pid=13172] ppid=13170 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13172/stat : 13172 (npSolver-pbo-It) S 13170 13172 9054 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273423740 9367552 275 33554432000 4194304 5064252 140737025582256 140737025581168 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13172/statm: 2287 275 233 213 0 72 0
[pid=13173] ppid=13172 vsize=48440 CPUtime=5.11 cores=1,3,5,7
/proc/13173/stat : 13173 (npSolver-pbo) S 13172 13172 9054 0 -1 4202496 15424 24225 0 0 318 70 115 8 20 0 1 0 273423740 49602560 11305 33554432000 4194304 5992684 140734909557856 140734909543688 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 2 0 0
/proc/13173/statm: 12110 11305 183 440 0 11666 0
[pid=13181] ppid=13173 vsize=479512 CPUtime=1794.99 cores=1,3,5,7
/proc/13181/stat : 13181 (glucosInc) R 13173 13172 9054 0 -1 4202496 69004 0 0 0 179475 24 0 0 20 0 1 0 273424272 491020288 99373 33554432000 4194304 5654031 140735068202080 140735068189896 4214612 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13181/statm: 119878 99373 142 357 0 119518 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 537100

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 13172 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=336340
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=802877
# CPU time returned by wait4() is 5.13922
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.62
CPU time (s): 1800.1
CPU user time (s): 1799.08
CPU system time (s): 1.02
CPU usage (%): 99.9709
Max. virtual memory (cumulated for all children) (KiB): 611212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.33634
system time used= 0.802877
maximum resident set size= 369472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40023
page faults= 0
swaps= 0
block input operations= 8
block output operations= 362104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 223
involuntary context switches= 22

runsolver used 2.94055 second user time and 8.5337 second system time

The end

Launcher Data

Begin job on node133 at 2012-05-27 00:56:29
IDJOB=3698244
IDBENCH=25033
IDSOLVER=2275
FILE ID=node133/3698244-1338072989
RUNJOBID= node133-1338048810-9071
PBS_JOBID= 14624373
Free space on /tmp= 71596 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/area_opers/normalized-fir10_area_opers.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3698244-1338072989/watcher-3698244-1338072989 -o /tmp/evaluation-result-3698244-1338072989/solver-3698244-1338072989 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3698244-1338072989.opb 386515660 HOME HOME

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

MD5SUM BENCH= cca2bc3212eb56e1c6b2ae84ca292ee3
RANDOM SEED=386515660

node133.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.540
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.08
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.540
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.92
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.540
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.540
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.540
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.540
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.540
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.540
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:        29777012 kB
Buffers:          309836 kB
Cached:          1782364 kB
SwapCached:          112 kB
Active:           597748 kB
Inactive:        1670040 kB
Active(anon):      34416 kB
Inactive(anon):   143328 kB
Active(file):     563332 kB
Inactive(file):  1526712 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108744 kB
Dirty:             14812 kB
Writeback:             0 kB
AnonPages:        155808 kB
Mapped:            15700 kB
Shmem:               212 kB
Slab:             687204 kB
SReclaimable:     127956 kB
SUnreclaim:       559248 kB
KernelStack:        1544 kB
PageTables:         3760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     321320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    104448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71160 MiB
End job on node133 at 2012-05-27 01:26:30