Trace number 3751492

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-quickBound (fixed)? (TO) 1800.11 1800.51

General information on the benchmark

Namenormalized-PB07/OPT-BIGINT-LIN/submittedPB07/
aksoy/trarea_ac/normalized-fir10_trarea_ac.opb
MD5SUM02b8432822ed36c096532b70d73498ae
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark93811
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables26836
Total number of constraints55586
Number of constraints which are clauses55586
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 constraint359
Number of terms in the objective function 13364
Biggest coefficient in the objective function 2444
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 23768999
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 2444
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 23768999
Number of bits of the biggest sum of numbers25
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.19	c run inc solver
0.00/0.19	c [INC SYSTEM] run initial solver
0.00/0.19	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.56	c [INC SEARCH] formula is SAT
0.00/0.56	c [INC SYSTEM] solved the initial formula
0.00/0.64	c model valid
0.00/0.64	c current solution ok
0.00/0.71	o 117384
0.00/0.71	c starting approximation
0.00/0.71	c factor = 1778.58
0.00/0.71	c factor still to low - shrinking to 4706.16
0.00/0.71	c approx number of clauses: 1e+06
0.00/0.71	c current bound: 58692
0.97/1.05	c leaving approximation
0.97/1.05	c finished approximation
0.97/1.05	c [INC SYSTEM] there exists a inc, kill it!
0.97/1.05	c write failed with 2
0.97/1.05	c [INC SEARCH] iteration: 0
0.97/1.05	c [INC BOUNDS] best value:117384 search for 117383
0.97/1.05	c [INC SYSTEM] create new solver instance
0.97/1.05	c [INC] encode full formula
0.97/1.05	c fallback to adder encoding
2.18/2.28	c set iterative enc to: adder
2.18/2.28	c set iterative enc to: none
2.38/2.56	c [INC SEARCH] isOptimum variable: 0
1800.07/1800.51	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.07/1800.51	s UNKNOWN
1800.07/1800.51	c [INC SYSTEM] there exists a inc, kill it!
1800.07/1800.51	c write failed with -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-3751492-1339130905/watcher-3751492-1339130905 -o /tmp/evaluation-result-3751492-1339130905/solver-3751492-1339130905 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751492-1339130905.opb 1705388421 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 9717
/proc/meminfo: memFree=28352356/32873844 swapFree=7120/7120
[pid=9717] ppid=9715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9717/stat : 9717 (npSolver-pbo-It) S 9715 9717 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379215414 9367552 275 33554432000 4194304 5064252 140737330697728 140737330696640 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9717/statm: 2287 275 233 213 0 72 0

[startup+0.068005 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 9717
/proc/meminfo: memFree=28352356/32873844 swapFree=7120/7120
[pid=9717] ppid=9715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9717/stat : 9717 (npSolver-pbo-It) S 9715 9717 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379215414 9367552 275 33554432000 4194304 5064252 140737330697728 140737330696640 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9717/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100359 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 9717
/proc/meminfo: memFree=28352356/32873844 swapFree=7120/7120
[pid=9717] ppid=9715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9717/stat : 9717 (npSolver-pbo-It) S 9715 9717 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379215414 9367552 275 33554432000 4194304 5064252 140737330697728 140737330696640 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9717/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300292 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 9717
/proc/meminfo: memFree=28352356/32873844 swapFree=7120/7120
[pid=9717] ppid=9715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9717/stat : 9717 (npSolver-pbo-It) S 9715 9717 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379215414 9367552 275 33554432000 4194304 5064252 140737330697728 140737330696640 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9717/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700276 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 9717
/proc/meminfo: memFree=28352356/32873844 swapFree=7120/7120
[pid=9717] ppid=9715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9717/stat : 9717 (npSolver-pbo-It) S 9715 9717 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379215414 9367552 275 33554432000 4194304 5064252 140737330697728 140737330696640 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9717/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.00 2.03 2.00 3/184 9726
/proc/meminfo: memFree=28253112/32873844 swapFree=7120/7120
[pid=9717] ppid=9715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9717/stat : 9717 (npSolver-pbo-It) S 9715 9717 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379215414 9367552 275 33554432000 4194304 5064252 140737330697728 140737330696640 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9717/statm: 2287 275 233 213 0 72 0
[pid=9718] ppid=9717 vsize=76672 CPUtime=1.48 cores=1,3,5,7
/proc/9718/stat : 9718 (npSolver-pbo) R 9717 9717 22344 0 -1 4202496 13882 23623 0 0 78 12 49 9 20 0 1 0 379215414 78512128 17908 33554432000 4194304 6004724 140734616940848 140734616936928 5055511 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9718/statm: 19168 17908 194 442 0 18722 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 85820

[startup+3.10025 s]
/proc/loadavg: 2.00 2.03 2.00 3/181 9731
/proc/meminfo: memFree=28237188/32873844 swapFree=7120/7120
[pid=9717] ppid=9715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9717/stat : 9717 (npSolver-pbo-It) S 9715 9717 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379215414 9367552 275 33554432000 4194304 5064252 140737330697728 140737330696640 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9717/statm: 2287 275 233 213 0 72 0
[pid=9718] ppid=9717 vsize=43904 CPUtime=2.44 cores=1,3,5,7
/proc/9718/stat : 9718 (npSolver-pbo) S 9717 9717 22344 0 -1 4202496 15613 24139 0 0 157 28 49 10 20 0 1 0 379215414 44957696 10667 33554432000 4194304 6004724 140734616940848 140734616926696 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9718/statm: 10976 10667 194 442 0 10530 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 53052
heavy processes:

[startup+6.3004 s]
/proc/loadavg: 2.00 2.03 2.00 3/182 9733
/proc/meminfo: memFree=28022484/32873844 swapFree=7120/7120
[pid=9717] ppid=9715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9717/stat : 9717 (npSolver-pbo-It) S 9715 9717 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379215414 9367552 275 33554432000 4194304 5064252 140737330697728 140737330696640 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9717/statm: 2287 275 233 213 0 72 0
[pid=9718] ppid=9717 vsize=43904 CPUtime=2.44 cores=1,3,5,7
/proc/9718/stat : 9718 (npSolver-pbo) S 9717 9717 22344 0 -1 4202496 15613 24139 0 0 157 28 49 10 20 0 1 0 379215414 44957696 10667 33554432000 4194304 6004724 140734616940848 140734616926696 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9718/statm: 10976 10667 194 442 0 10530 0
[pid=9733] ppid=9718 vsize=258560 CPUtime=3.72 cores=1,3,5,7
/proc/9733/stat : 9733 (glucosInc) R 9718 9717 22344 0 -1 4202496 39924 0 0 0 362 10 0 0 20 0 1 0 379215670 264765440 51269 33554432000 4194304 5654031 140736250813888 140736250811576 4233194 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9733/statm: 64640 51269 142 357 0 64280 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 311612

[startup+12.7004 s]
/proc/loadavg: 2.00 2.03 2.00 3/182 9734
/proc/meminfo: memFree=28011712/32873844 swapFree=7120/7120
[pid=9717] ppid=9715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9717/stat : 9717 (npSolver-pbo-It) S 9715 9717 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379215414 9367552 275 33554432000 4194304 5064252 140737330697728 140737330696640 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9717/statm: 2287 275 233 213 0 72 0
[pid=9718] ppid=9717 vsize=43904 CPUtime=2.44 cores=1,3,5,7
/proc/9718/stat : 9718 (npSolver-pbo) S 9717 9717 22344 0 -1 4202496 15613 24139 0 0 157 28 49 10 20 0 1 0 379215414 44957696 10667 33554432000 4194304 6004724 140734616940848 140734616926696 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9718/statm: 10976 10667 194 442 0 10530 0
[pid=9733] ppid=9718 vsize=260932 CPUtime=10.13 cores=1,3,5,7
/proc/9733/stat : 9733 (glucosInc) R 9718 9717 22344 0 -1 4202496 40538 0 0 0 1002 11 0 0 20 0 1 0 379215670 267194368 53416 33554432000 4194304 5654031 140736250813888 140736250801704 4232803 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9733/statm: 65233 53416 142 357 0 64873 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 313984

[startup+25.5004 s]
/proc/loadavg: 2.08 2.04 2.01 3/182 9734
/proc/meminfo: memFree=28006488/32873844 swapFree=7120/7120
[pid=9717] ppid=9715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9717/stat : 9717 (npSolver-pbo-It) S 9715 9717 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379215414 9367552 275 33554432000 4194304 5064252 140737330697728 140737330696640 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9717/statm: 2287 275 233 213 0 72 0
[pid=9718] ppid=9717 vsize=43904 CPUtime=2.44 cores=1,3,5,7
/proc/9718/stat : 9718 (npSolver-pbo) S 9717 9717 22344 0 -1 4202496 15613 24139 0 0 157 28 49 10 20 0 1 0 379215414 44957696 10667 33554432000 4194304 6004724 140734616940848 140734616926696 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9718/statm: 10976 10667 194 442 0 10530 0
[pid=9733] ppid=9718 vsize=264920 CPUtime=22.92 cores=1,3,5,7
/proc/9733/stat : 9733 (glucosInc) R 9718 9717 22344 0 -1 4202496 42537 0 0 0 2279 13 0 0 20 0 1 0 379215670 271278080 55468 33554432000 4194304 5654031 140736250813888 140736250801704 4232466 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9733/statm: 66230 55468 142 357 0 65870 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 317972

[startup+51.1003 s]
/proc/loadavg: 2.05 2.04 2.00 3/182 9734
/proc/meminfo: memFree=28007080/32873844 swapFree=7120/7120
[pid=9717] ppid=9715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9717/stat : 9717 (npSolver-pbo-It) S 9715 9717 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379215414 9367552 275 33554432000 4194304 5064252 140737330697728 140737330696640 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9717/statm: 2287 275 233 213 0 72 0
[pid=9718] ppid=9717 vsize=43904 CPUtime=2.44 cores=1,3,5,7
/proc/9718/stat : 9718 (npSolver-pbo) S 9717 9717 22344 0 -1 4202496 15613 24139 0 0 157 28 49 10 20 0 1 0 379215414 44957696 10667 33554432000 4194304 6004724 140734616940848 140734616926696 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9718/statm: 10976 10667 194 442 0 10530 0
[pid=9733] ppid=9718 vsize=268608 CPUtime=48.52 cores=1,3,5,7
/proc/9733/stat : 9733 (glucosInc) R 9718 9717 22344 0 -1 4202496 44958 0 0 0 4833 19 0 0 20 0 1 0 379215670 275054592 54881 33554432000 4194304 5654031 140736250813888 140736250801704 4215097 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9733/statm: 67152 54881 142 357 0 66792 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 321660

[startup+102.307 s]
/proc/loadavg: 2.02 2.03 2.00 3/182 9737
/proc/meminfo: memFree=28000616/32873844 swapFree=7120/7120
[pid=9717] ppid=9715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9717/stat : 9717 (npSolver-pbo-It) S 9715 9717 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379215414 9367552 275 33554432000 4194304 5064252 140737330697728 140737330696640 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9717/statm: 2287 275 233 213 0 72 0
[pid=9718] ppid=9717 vsize=43904 CPUtime=2.44 cores=1,3,5,7
/proc/9718/stat : 9718 (npSolver-pbo) S 9717 9717 22344 0 -1 4202496 15613 24139 0 0 157 28 49 10 20 0 1 0 379215414 44957696 10667 33554432000 4194304 6004724 140734616940848 140734616926696 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9718/statm: 10976 10667 194 442 0 10530 0
[pid=9733] ppid=9718 vsize=274252 CPUtime=99.72 cores=1,3,5,7
/proc/9733/stat : 9733 (glucosInc) R 9718 9717 22344 0 -1 4202496 47244 0 0 0 9950 22 0 0 20 0 1 0 379215670 280834048 56720 33554432000 4194304 5654031 140736250813888 140736250801704 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9733/statm: 68563 56720 142 357 0 68203 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 327304

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 9737
/proc/meminfo: memFree=27984008/32873844 swapFree=7120/7120
[pid=9717] ppid=9715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9717/stat : 9717 (npSolver-pbo-It) S 9715 9717 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379215414 9367552 275 33554432000 4194304 5064252 140737330697728 140737330696640 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9717/statm: 2287 275 233 213 0 72 0
[pid=9718] ppid=9717 vsize=43904 CPUtime=2.44 cores=1,3,5,7
/proc/9718/stat : 9718 (npSolver-pbo) S 9717 9717 22344 0 -1 4202496 15613 24139 0 0 157 28 49 10 20 0 1 0 379215414 44957696 10667 33554432000 4194304 6004724 140734616940848 140734616926696 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9718/statm: 10976 10667 194 442 0 10530 0
[pid=9733] ppid=9718 vsize=280220 CPUtime=159.7 cores=1,3,5,7
/proc/9733/stat : 9733 (glucosInc) R 9718 9717 22344 0 -1 4202496 49294 0 0 0 15946 24 0 0 20 0 1 0 379215670 286945280 60835 33554432000 4194304 5654031 140736250813888 140736250801704 4215028 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9733/statm: 70055 60835 142 357 0 69695 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 333272

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 9737
/proc/meminfo: memFree=27980424/32873844 swapFree=7120/7120
[pid=9717] ppid=9715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9717/stat : 9717 (npSolver-pbo-It) S 9715 9717 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379215414 9367552 275 33554432000 4194304 5064252 140737330697728 140737330696640 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9717/statm: 2287 275 233 213 0 72 0
[pid=9718] ppid=9717 vsize=43904 CPUtime=2.44 cores=1,3,5,7
/proc/9718/stat : 9718 (npSolver-pbo) S 9717 9717 22344 0 -1 4202496 15613 24139 0 0 157 28 49 10 20 0 1 0 379215414 44957696 10667 33554432000 4194304 6004724 140734616940848 140734616926696 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9718/statm: 10976 10667 194 442 0 10530 0
[pid=9733] ppid=9718 vsize=283584 CPUtime=219.69 cores=1,3,5,7
/proc/9733/stat : 9733 (glucosInc) R 9718 9717 22344 0 -1 4202496 50926 0 0 0 21943 26 0 0 20 0 1 0 379215670 290390016 61552 33554432000 4194304 5654031 140736250813888 140736250801704 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9733/statm: 70896 61552 142 357 0 70536 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 336636

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 9737
/proc/meminfo: memFree=27970684/32873844 swapFree=7120/7120
[pid=9717] ppid=9715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9717/stat : 9717 (npSolver-pbo-It) S 9715 9717 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379215414 9367552 275 33554432000 4194304 5064252 140737330697728 140737330696640 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9717/statm: 2287 275 233 213 0 72 0

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

/proc/meminfo: memFree=27927032/32873844 swapFree=7120/7120
[pid=9717] ppid=9715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9717/stat : 9717 (npSolver-pbo-It) S 9715 9717 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379215414 9367552 275 33554432000 4194304 5064252 140737330697728 140737330696640 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9717/statm: 2287 275 233 213 0 72 0
[pid=9718] ppid=9717 vsize=43904 CPUtime=2.44 cores=1,3,5,7
/proc/9718/stat : 9718 (npSolver-pbo) S 9717 9717 22344 0 -1 4202496 15613 24139 0 0 157 28 49 10 20 0 1 0 379215414 44957696 10667 33554432000 4194304 6004724 140734616940848 140734616926696 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9718/statm: 10976 10667 194 442 0 10530 0
[pid=9733] ppid=9718 vsize=354328 CPUtime=1299.52 cores=1,3,5,7
/proc/9733/stat : 9733 (glucosInc) R 9718 9717 22344 0 -1 4202496 63485 0 0 0 129890 62 0 0 20 0 1 0 379215670 362831872 72602 33554432000 4194304 5654031 140736250813888 140736250801704 4232438 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9733/statm: 88582 72602 142 357 0 88222 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 407380

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9771
/proc/meminfo: memFree=27910424/32873844 swapFree=7120/7120
[pid=9717] ppid=9715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9717/stat : 9717 (npSolver-pbo-It) S 9715 9717 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379215414 9367552 275 33554432000 4194304 5064252 140737330697728 140737330696640 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9717/statm: 2287 275 233 213 0 72 0
[pid=9718] ppid=9717 vsize=43904 CPUtime=2.44 cores=1,3,5,7
/proc/9718/stat : 9718 (npSolver-pbo) S 9717 9717 22344 0 -1 4202496 15613 24139 0 0 157 28 49 10 20 0 1 0 379215414 44957696 10667 33554432000 4194304 6004724 140734616940848 140734616926696 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9718/statm: 10976 10667 194 442 0 10530 0
[pid=9733] ppid=9718 vsize=354764 CPUtime=1359.5 cores=1,3,5,7
/proc/9733/stat : 9733 (glucosInc) R 9718 9717 22344 0 -1 4202496 63584 0 0 0 135888 62 0 0 20 0 1 0 379215670 363278336 76278 33554432000 4194304 5654031 140736250813888 140736250811576 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9733/statm: 88691 76278 142 357 0 88331 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 407816

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9771
/proc/meminfo: memFree=27895468/32873844 swapFree=7120/7120
[pid=9717] ppid=9715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9717/stat : 9717 (npSolver-pbo-It) S 9715 9717 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379215414 9367552 275 33554432000 4194304 5064252 140737330697728 140737330696640 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9717/statm: 2287 275 233 213 0 72 0
[pid=9718] ppid=9717 vsize=43904 CPUtime=2.44 cores=1,3,5,7
/proc/9718/stat : 9718 (npSolver-pbo) S 9717 9717 22344 0 -1 4202496 15613 24139 0 0 157 28 49 10 20 0 1 0 379215414 44957696 10667 33554432000 4194304 6004724 140734616940848 140734616926696 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9718/statm: 10976 10667 194 442 0 10530 0
[pid=9733] ppid=9718 vsize=355464 CPUtime=1419.49 cores=1,3,5,7
/proc/9733/stat : 9733 (glucosInc) R 9718 9717 22344 0 -1 4202496 63780 0 0 0 141887 62 0 0 20 0 1 0 379215670 363995136 80051 33554432000 4194304 5654031 140736250813888 140736250811672 4215334 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9733/statm: 88866 80051 142 357 0 88506 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 408516

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9771
/proc/meminfo: memFree=27895344/32873844 swapFree=7120/7120
[pid=9717] ppid=9715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9717/stat : 9717 (npSolver-pbo-It) S 9715 9717 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379215414 9367552 275 33554432000 4194304 5064252 140737330697728 140737330696640 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9717/statm: 2287 275 233 213 0 72 0
[pid=9718] ppid=9717 vsize=43904 CPUtime=2.44 cores=1,3,5,7
/proc/9718/stat : 9718 (npSolver-pbo) S 9717 9717 22344 0 -1 4202496 15613 24139 0 0 157 28 49 10 20 0 1 0 379215414 44957696 10667 33554432000 4194304 6004724 140734616940848 140734616926696 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9718/statm: 10976 10667 194 442 0 10530 0
[pid=9733] ppid=9718 vsize=355464 CPUtime=1479.48 cores=1,3,5,7
/proc/9733/stat : 9733 (glucosInc) R 9718 9717 22344 0 -1 4202496 63781 0 0 0 147886 62 0 0 20 0 1 0 379215670 363995136 80052 33554432000 4194304 5654031 140736250813888 140736250801704 4215566 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9733/statm: 88866 80052 142 357 0 88506 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 408516

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9772
/proc/meminfo: memFree=27923396/32873844 swapFree=7120/7120
[pid=9717] ppid=9715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9717/stat : 9717 (npSolver-pbo-It) S 9715 9717 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379215414 9367552 275 33554432000 4194304 5064252 140737330697728 140737330696640 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9717/statm: 2287 275 233 213 0 72 0
[pid=9718] ppid=9717 vsize=43904 CPUtime=2.44 cores=1,3,5,7
/proc/9718/stat : 9718 (npSolver-pbo) S 9717 9717 22344 0 -1 4202496 15613 24139 0 0 157 28 49 10 20 0 1 0 379215414 44957696 10667 33554432000 4194304 6004724 140734616940848 140734616926696 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9718/statm: 10976 10667 194 442 0 10530 0
[pid=9733] ppid=9718 vsize=356176 CPUtime=1539.47 cores=1,3,5,7
/proc/9733/stat : 9733 (glucosInc) R 9718 9717 22344 0 -1 4202496 64661 0 0 0 153882 65 0 0 20 0 1 0 379215670 364724224 73069 33554432000 4194304 5654031 140736250813888 140736250801704 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9733/statm: 89044 73069 142 357 0 88684 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 409228

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9772
/proc/meminfo: memFree=27908280/32873844 swapFree=7120/7120
[pid=9717] ppid=9715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9717/stat : 9717 (npSolver-pbo-It) S 9715 9717 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379215414 9367552 275 33554432000 4194304 5064252 140737330697728 140737330696640 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9717/statm: 2287 275 233 213 0 72 0
[pid=9718] ppid=9717 vsize=43904 CPUtime=2.44 cores=1,3,5,7
/proc/9718/stat : 9718 (npSolver-pbo) S 9717 9717 22344 0 -1 4202496 15613 24139 0 0 157 28 49 10 20 0 1 0 379215414 44957696 10667 33554432000 4194304 6004724 140734616940848 140734616926696 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9718/statm: 10976 10667 194 442 0 10530 0
[pid=9733] ppid=9718 vsize=356452 CPUtime=1599.46 cores=1,3,5,7
/proc/9733/stat : 9733 (glucosInc) R 9718 9717 22344 0 -1 4202496 64757 0 0 0 159880 66 0 0 20 0 1 0 379215670 365006848 76736 33554432000 4194304 5654031 140736250813888 140736250801704 4215124 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9733/statm: 89113 76736 142 357 0 88753 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 409504

[startup+1662.3 s]
/proc/loadavg: 1.89 1.97 1.99 3/183 12892
/proc/meminfo: memFree=28620504/32873844 swapFree=7120/7120
[pid=9717] ppid=9715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9717/stat : 9717 (npSolver-pbo-It) S 9715 9717 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379215414 9367552 275 33554432000 4194304 5064252 140737330697728 140737330696640 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9717/statm: 2287 275 233 213 0 72 0
[pid=9718] ppid=9717 vsize=43904 CPUtime=2.44 cores=1,3,5,7
/proc/9718/stat : 9718 (npSolver-pbo) S 9717 9717 22344 0 -1 4202496 15613 24139 0 0 157 28 49 10 20 0 1 0 379215414 44957696 10667 33554432000 4194304 6004724 140734616940848 140734616926696 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9718/statm: 10976 10667 194 442 0 10530 0
[pid=9733] ppid=9718 vsize=357132 CPUtime=1659.45 cores=1,3,5,7
/proc/9733/stat : 9733 (glucosInc) R 9718 9717 22344 0 -1 4202496 64922 0 0 0 165879 66 0 0 20 0 1 0 379215670 365703168 79967 33554432000 4194304 5654031 140736250813888 140736250801704 4232518 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9733/statm: 89283 79967 142 357 0 88923 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 410184

[startup+1722.3 s]
/proc/loadavg: 1.89 1.94 1.98 3/183 17997
/proc/meminfo: memFree=28649728/32873844 swapFree=7120/7120
[pid=9717] ppid=9715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9717/stat : 9717 (npSolver-pbo-It) S 9715 9717 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379215414 9367552 275 33554432000 4194304 5064252 140737330697728 140737330696640 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9717/statm: 2287 275 233 213 0 72 0
[pid=9718] ppid=9717 vsize=43904 CPUtime=2.44 cores=1,3,5,7
/proc/9718/stat : 9718 (npSolver-pbo) S 9717 9717 22344 0 -1 4202496 15613 24139 0 0 157 28 49 10 20 0 1 0 379215414 44957696 10667 33554432000 4194304 6004724 140734616940848 140734616926696 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9718/statm: 10976 10667 194 442 0 10530 0
[pid=9733] ppid=9718 vsize=358120 CPUtime=1719.45 cores=1,3,5,7
/proc/9733/stat : 9733 (glucosInc) R 9718 9717 22344 0 -1 4202496 65887 0 0 0 171876 69 0 0 20 0 1 0 379215670 366714880 73049 33554432000 4194304 5654031 140736250813888 140736250801704 4215026 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9733/statm: 89530 73049 142 357 0 89170 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 411172

[startup+1782.3 s]
/proc/loadavg: 1.75 1.89 1.96 3/183 23159
/proc/meminfo: memFree=28633908/32873844 swapFree=7120/7120
[pid=9717] ppid=9715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9717/stat : 9717 (npSolver-pbo-It) S 9715 9717 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379215414 9367552 275 33554432000 4194304 5064252 140737330697728 140737330696640 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9717/statm: 2287 275 233 213 0 72 0
[pid=9718] ppid=9717 vsize=43904 CPUtime=2.44 cores=1,3,5,7
/proc/9718/stat : 9718 (npSolver-pbo) S 9717 9717 22344 0 -1 4202496 15613 24139 0 0 157 28 49 10 20 0 1 0 379215414 44957696 10667 33554432000 4194304 6004724 140734616940848 140734616926696 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9718/statm: 10976 10667 194 442 0 10530 0
[pid=9733] ppid=9718 vsize=358696 CPUtime=1779.43 cores=1,3,5,7
/proc/9733/stat : 9733 (glucosInc) R 9718 9717 22344 0 -1 4202496 66024 0 0 0 177874 69 0 0 20 0 1 0 379215670 367304704 77272 33554432000 4194304 5654031 140736250813888 140736250811576 4215168 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9733/statm: 89674 77272 142 357 0 89314 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 411748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.77 1.88 1.95 3/183 24746
/proc/meminfo: memFree=28625784/32873844 swapFree=7120/7120
[pid=9717] ppid=9715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9717/stat : 9717 (npSolver-pbo-It) S 9715 9717 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379215414 9367552 275 33554432000 4194304 5064252 140737330697728 140737330696640 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9717/statm: 2287 275 233 213 0 72 0
[pid=9718] ppid=9717 vsize=43904 CPUtime=2.44 cores=1,3,5,7
/proc/9718/stat : 9718 (npSolver-pbo) S 9717 9717 22344 0 -1 4202496 15613 24139 0 0 157 28 49 10 20 0 1 0 379215414 44957696 10667 33554432000 4194304 6004724 140734616940848 140734616926696 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9718/statm: 10976 10667 194 442 0 10530 0
[pid=9733] ppid=9718 vsize=358696 CPUtime=1797.63 cores=1,3,5,7
/proc/9733/stat : 9733 (glucosInc) R 9718 9717 22344 0 -1 4202496 66061 0 0 0 179694 69 0 0 20 0 1 0 379215670 367304704 78328 33554432000 4194304 5654031 140736250813888 140736250801704 4215290 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9733/statm: 89674 78328 142 357 0 89314 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 411748

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 1.77 1.88 1.95 3/183 24746
/proc/meminfo: memFree=28625784/32873844 swapFree=7120/7120
[pid=9717] ppid=9715 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9717/stat : 9717 (npSolver-pbo-It) S 9715 9717 22344 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 379215414 9367552 275 33554432000 4194304 5064252 140737330697728 140737330696640 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9717/statm: 2287 275 233 213 0 72 0
[pid=9718] ppid=9717 vsize=43904 CPUtime=2.44 cores=1,3,5,7
/proc/9718/stat : 9718 (npSolver-pbo) S 9717 9717 22344 0 -1 4202496 15613 24139 0 0 157 28 49 10 20 0 1 0 379215414 44957696 10667 33554432000 4194304 6004724 140734616940848 140734616926696 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9718/statm: 10976 10667 194 442 0 10530 0
[pid=9733] ppid=9718 vsize=358696 CPUtime=1797.63 cores=1,3,5,7
/proc/9733/stat : 9733 (glucosInc) R 9718 9717 22344 0 -1 4202496 66061 0 0 0 179694 69 0 0 20 0 1 0 379215670 367304704 78328 33554432000 4194304 5654031 140736250813888 140736250801704 4215290 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9733/statm: 89674 78328 142 357 0 89314 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 411748

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.11
CPU user time (s): 1799.02
CPU system time (s): 1.09483
CPU usage (%): 99.9777
Max. virtual memory (cumulated for all children) (KiB): 491020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.02
system time used= 1.09483
maximum resident set size= 410196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106194
page faults= 0
swaps= 0
block input operations= 0
block output operations= 185720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 129
involuntary context switches= 2021

runsolver used 3.35249 second user time and 9.37058 second system time

The end

Launcher Data

Begin job on node142 at 2012-06-08 06:48:25
IDJOB=3751492
IDBENCH=25049
IDSOLVER=2335
FILE ID=node142/3751492-1339130905
RUNJOBID= node142-1339112485-23579
PBS_JOBID= 14643711
Free space on /tmp= 71012 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB07/normalized-PB07/OPT-BIGINT-LIN/submittedPB07/aksoy/trarea_ac/normalized-fir10_trarea_ac.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3751492-1339130905/watcher-3751492-1339130905 -o /tmp/evaluation-result-3751492-1339130905/solver-3751492-1339130905 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751492-1339130905.opb 1705388421 HOME HOME

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

MD5SUM BENCH= 02b8432822ed36c096532b70d73498ae
RANDOM SEED=1705388421

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
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.776
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.776
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:        28352884 kB
Buffers:          421824 kB
Cached:          2663352 kB
SwapCached:          112 kB
Active:          2219340 kB
Inactive:        1429128 kB
Active(anon):     553240 kB
Inactive(anon):    11164 kB
Active(file):    1666100 kB
Inactive(file):  1417964 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108744 kB
Dirty:             10436 kB
Writeback:             0 kB
AnonPages:        570964 kB
Mapped:            12036 kB
Shmem:               188 kB
Slab:             726800 kB
SReclaimable:     168104 kB
SUnreclaim:       558696 kB
KernelStack:        1520 kB
PageTables:         5012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     717508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    176128 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= 71088 MiB
End job on node142 at 2012-06-08 07:18:26