Trace number 3751596

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.41

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-ns1685374.opb
MD5SUM50acc4afebeb32cddb95c5011f072af8
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-13
Best CPU time to get the best result obtained on this benchmark276.793
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints43295
Number of constraints which are clauses9074
Number of constraints which are cardinality constraints (but not clauses)200
Number of constraints which are nor clauses,nor cardinality constraints34021
Minimum length of a constraint3
Maximum length of a constraint97
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1000000000
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 2000000032
Number of bits of the biggest sum of numbers31
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.25	c run inc solver
0.00/0.25	c [INC SYSTEM] run initial solver
0.00/0.25	c [INC SYSTEM] preprocess with white file
0.00/0.71	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.71	c [INC SYSTEM] execute solver
226.12/226.26	c [INC SEARCH] formula is SAT
226.12/226.26	c [INC SYSTEM] solved the initial formula
226.21/226.35	c model valid
226.21/226.35	c current solution ok
226.42/226.58	o -8
226.42/226.58	c starting approximation
226.42/226.58	c factor = 1
226.42/226.58	c can not find a suitable factor, leaving approximation
226.42/226.58	c finished approximation
226.42/226.58	c [INC SYSTEM] there exists a inc, kill it!
226.42/226.58	c write failed with 2
226.42/226.58	c [INC SEARCH] iteration: 0
226.42/226.58	c [INC BOUNDS] best value:92 search for 91
226.42/226.58	c [INC SYSTEM] create new solver instance
226.42/226.58	c [INC] encode full formula
226.42/226.58	c (debug) using card networks
226.42/226.58	c old isEQ: 144, new EQ is 0
226.42/226.58	c set iterative enc to: card
226.42/226.58	c set iterative enc to: none
226.42/226.59	c [INC SEARCH] isOptimum variable: 0
1800.06/1800.41	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.06/1800.41	s UNKNOWN
1800.06/1800.41	c [INC SYSTEM] there exists a inc, kill it!
1800.06/1800.41	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-3751596-1339165745/watcher-3751596-1339165745 -o /tmp/evaluation-result-3751596-1339165745/solver-3751596-1339165745 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751596-1339165745.opb 1768324497 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.07 3/176 22192
/proc/meminfo: memFree=29588956/32873852 swapFree=6864/6864
[pid=22192] ppid=22190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22192/stat : 22192 (npSolver-pbo-It) S 22190 22192 15174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382699935 9367552 274 33554432000 4194304 5064252 140737404429136 140737404428048 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22192/statm: 2287 274 233 213 0 72 0

[startup+0.0975781 s]
/proc/loadavg: 2.00 2.01 2.07 3/176 22192
/proc/meminfo: memFree=29588956/32873852 swapFree=6864/6864
[pid=22192] ppid=22190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22192/stat : 22192 (npSolver-pbo-It) S 22190 22192 15174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382699935 9367552 274 33554432000 4194304 5064252 140737404429136 140737404428048 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22192/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100377 s]
/proc/loadavg: 2.00 2.01 2.07 3/176 22192
/proc/meminfo: memFree=29588956/32873852 swapFree=6864/6864
[pid=22192] ppid=22190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22192/stat : 22192 (npSolver-pbo-It) S 22190 22192 15174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382699935 9367552 274 33554432000 4194304 5064252 140737404429136 140737404428048 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22192/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30018 s]
/proc/loadavg: 2.00 2.01 2.07 3/176 22192
/proc/meminfo: memFree=29588956/32873852 swapFree=6864/6864
[pid=22192] ppid=22190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22192/stat : 22192 (npSolver-pbo-It) S 22190 22192 15174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382699935 9367552 274 33554432000 4194304 5064252 140737404429136 140737404428048 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22192/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700145 s]
/proc/loadavg: 2.00 2.01 2.07 3/176 22192
/proc/meminfo: memFree=29588956/32873852 swapFree=6864/6864
[pid=22192] ppid=22190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22192/stat : 22192 (npSolver-pbo-It) S 22190 22192 15174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382699935 9367552 274 33554432000 4194304 5064252 140737404429136 140737404428048 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22192/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 2.00 2.01 2.07 3/179 22198
/proc/meminfo: memFree=29548492/32873852 swapFree=6864/6864
[pid=22192] ppid=22190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22192/stat : 22192 (npSolver-pbo-It) S 22190 22192 15174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382699935 9367552 274 33554432000 4194304 5064252 140737404429136 140737404428048 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22192/statm: 2287 274 233 213 0 72 0
[pid=22193] ppid=22192 vsize=28096 CPUtime=0.69 cores=0,2,4,6
/proc/22193/stat : 22193 (npSolver-pbo) S 22192 22192 15174 0 -1 4202496 8010 7421 0 0 22 2 44 1 20 0 1 0 382699935 28770304 6418 33554432000 4194304 6004724 140737120974224 140737120960504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22193/statm: 7024 6418 152 442 0 6578 0
[pid=22198] ppid=22193 vsize=19128 CPUtime=0.77 cores=0,2,4,6
/proc/22198/stat : 22198 (glucosInc) R 22193 22192 15174 0 -1 4202496 3345 0 0 0 77 0 0 0 20 0 1 0 382700006 19587072 3785 33554432000 4194304 5654031 140734931822432 140734931810248 4232566 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22198/statm: 4782 3785 140 357 0 4422 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 56372

[startup+3.1003 s]
/proc/loadavg: 2.00 2.01 2.07 3/179 22198
/proc/meminfo: memFree=29545268/32873852 swapFree=6864/6864
[pid=22192] ppid=22190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22192/stat : 22192 (npSolver-pbo-It) S 22190 22192 15174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382699935 9367552 274 33554432000 4194304 5064252 140737404429136 140737404428048 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22192/statm: 2287 274 233 213 0 72 0
[pid=22193] ppid=22192 vsize=28096 CPUtime=0.69 cores=0,2,4,6
/proc/22193/stat : 22193 (npSolver-pbo) S 22192 22192 15174 0 -1 4202496 8010 7421 0 0 22 2 44 1 20 0 1 0 382699935 28770304 6418 33554432000 4194304 6004724 140737120974224 140737120960504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22193/statm: 7024 6418 152 442 0 6578 0
[pid=22198] ppid=22193 vsize=19924 CPUtime=2.38 cores=0,2,4,6
/proc/22198/stat : 22198 (glucosInc) R 22193 22192 15174 0 -1 4202496 4615 0 0 0 237 1 0 0 20 0 1 0 382700006 20402176 4358 33554432000 4194304 5654031 140734931822432 140734931820216 4215009 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22198/statm: 4981 4358 141 357 0 4621 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 57168

[startup+6.30034 s]
/proc/loadavg: 2.00 2.01 2.07 3/179 22198
/proc/meminfo: memFree=29532984/32873852 swapFree=6864/6864
[pid=22192] ppid=22190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22192/stat : 22192 (npSolver-pbo-It) S 22190 22192 15174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382699935 9367552 274 33554432000 4194304 5064252 140737404429136 140737404428048 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22192/statm: 2287 274 233 213 0 72 0
[pid=22193] ppid=22192 vsize=28096 CPUtime=0.69 cores=0,2,4,6
/proc/22193/stat : 22193 (npSolver-pbo) S 22192 22192 15174 0 -1 4202496 8010 7421 0 0 22 2 44 1 20 0 1 0 382699935 28770304 6418 33554432000 4194304 6004724 140737120974224 140737120960504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22193/statm: 7024 6418 152 442 0 6578 0
[pid=22198] ppid=22193 vsize=32040 CPUtime=5.57 cores=0,2,4,6
/proc/22198/stat : 22198 (glucosInc) R 22193 22192 15174 0 -1 4202496 5976 0 0 0 554 3 0 0 20 0 1 0 382700006 32808960 7212 33554432000 4194304 5654031 140734931822432 140734931820312 4216577 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22198/statm: 8010 7212 142 357 0 7650 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 69284

[startup+12.7003 s]
/proc/loadavg: 2.08 2.02 2.07 3/179 22198
/proc/meminfo: memFree=29523080/32873852 swapFree=6864/6864
[pid=22192] ppid=22190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22192/stat : 22192 (npSolver-pbo-It) S 22190 22192 15174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382699935 9367552 274 33554432000 4194304 5064252 140737404429136 140737404428048 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22192/statm: 2287 274 233 213 0 72 0
[pid=22193] ppid=22192 vsize=28096 CPUtime=0.69 cores=0,2,4,6
/proc/22193/stat : 22193 (npSolver-pbo) S 22192 22192 15174 0 -1 4202496 8010 7421 0 0 22 2 44 1 20 0 1 0 382699935 28770304 6418 33554432000 4194304 6004724 140737120974224 140737120960504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22193/statm: 7024 6418 152 442 0 6578 0
[pid=22198] ppid=22193 vsize=50716 CPUtime=11.97 cores=0,2,4,6
/proc/22198/stat : 22198 (glucosInc) R 22193 22192 15174 0 -1 4202496 6818 0 0 0 1194 3 0 0 20 0 1 0 382700006 51933184 9133 33554432000 4194304 5654031 140734931822432 140734931810248 4232431 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22198/statm: 12679 9133 142 357 0 12319 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 87960

[startup+25.5004 s]
/proc/loadavg: 2.07 2.02 2.07 3/179 22198
/proc/meminfo: memFree=29494472/32873852 swapFree=6864/6864
[pid=22192] ppid=22190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22192/stat : 22192 (npSolver-pbo-It) S 22190 22192 15174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382699935 9367552 274 33554432000 4194304 5064252 140737404429136 140737404428048 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22192/statm: 2287 274 233 213 0 72 0
[pid=22193] ppid=22192 vsize=28096 CPUtime=0.69 cores=0,2,4,6
/proc/22193/stat : 22193 (npSolver-pbo) S 22192 22192 15174 0 -1 4202496 8010 7421 0 0 22 2 44 1 20 0 1 0 382699935 28770304 6418 33554432000 4194304 6004724 140737120974224 140737120960504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22193/statm: 7024 6418 152 442 0 6578 0
[pid=22198] ppid=22193 vsize=69572 CPUtime=24.77 cores=0,2,4,6
/proc/22198/stat : 22198 (glucosInc) R 22193 22192 15174 0 -1 4202496 7603 0 0 0 2473 4 0 0 20 0 1 0 382700006 71241728 15233 33554432000 4194304 5654031 140734931822432 140734931810248 4232960 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22198/statm: 17393 15233 142 357 0 17033 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 106816

[startup+51.1004 s]
/proc/loadavg: 2.04 2.02 2.07 3/179 22198
/proc/meminfo: memFree=29439676/32873852 swapFree=6864/6864
[pid=22192] ppid=22190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22192/stat : 22192 (npSolver-pbo-It) S 22190 22192 15174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382699935 9367552 274 33554432000 4194304 5064252 140737404429136 140737404428048 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22192/statm: 2287 274 233 213 0 72 0
[pid=22193] ppid=22192 vsize=28096 CPUtime=0.69 cores=0,2,4,6
/proc/22193/stat : 22193 (npSolver-pbo) S 22192 22192 15174 0 -1 4202496 8010 7421 0 0 22 2 44 1 20 0 1 0 382699935 28770304 6418 33554432000 4194304 6004724 140737120974224 140737120960504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22193/statm: 7024 6418 152 442 0 6578 0
[pid=22198] ppid=22193 vsize=149616 CPUtime=50.36 cores=0,2,4,6
/proc/22198/stat : 22198 (glucosInc) R 22193 22192 15174 0 -1 4202496 8570 0 0 0 5031 5 0 0 20 0 1 0 382700006 153206784 27949 33554432000 4194304 5654031 140734931822432 140734931810248 4232408 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22198/statm: 37404 27949 142 357 0 37044 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 186860

[startup+102.306 s]
/proc/loadavg: 2.02 2.01 2.06 3/180 22201
/proc/meminfo: memFree=29458412/32873852 swapFree=6864/6864
[pid=22192] ppid=22190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22192/stat : 22192 (npSolver-pbo-It) S 22190 22192 15174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382699935 9367552 274 33554432000 4194304 5064252 140737404429136 140737404428048 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22192/statm: 2287 274 233 213 0 72 0
[pid=22193] ppid=22192 vsize=28096 CPUtime=0.69 cores=0,2,4,6
/proc/22193/stat : 22193 (npSolver-pbo) S 22192 22192 15174 0 -1 4202496 8010 7421 0 0 22 2 44 1 20 0 1 0 382699935 28770304 6418 33554432000 4194304 6004724 140737120974224 140737120960504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22193/statm: 7024 6418 152 442 0 6578 0
[pid=22198] ppid=22193 vsize=100296 CPUtime=101.55 cores=0,2,4,6
/proc/22198/stat : 22198 (glucosInc) R 22193 22192 15174 0 -1 4202496 10402 0 0 0 10147 8 0 0 20 0 1 0 382700006 102703104 19885 33554432000 4194304 5654031 140734931822432 140734931810248 4232984 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22198/statm: 25074 19885 142 357 0 24714 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 137540

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.06 3/179 22201
/proc/meminfo: memFree=29446164/32873852 swapFree=6864/6864
[pid=22192] ppid=22190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22192/stat : 22192 (npSolver-pbo-It) S 22190 22192 15174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382699935 9367552 274 33554432000 4194304 5064252 140737404429136 140737404428048 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22192/statm: 2287 274 233 213 0 72 0
[pid=22193] ppid=22192 vsize=28096 CPUtime=0.69 cores=0,2,4,6
/proc/22193/stat : 22193 (npSolver-pbo) S 22192 22192 15174 0 -1 4202496 8010 7421 0 0 22 2 44 1 20 0 1 0 382699935 28770304 6418 33554432000 4194304 6004724 140737120974224 140737120960504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22193/statm: 7024 6418 152 442 0 6578 0
[pid=22198] ppid=22193 vsize=100296 CPUtime=161.54 cores=0,2,4,6
/proc/22198/stat : 22198 (glucosInc) R 22193 22192 15174 0 -1 4202496 12919 0 0 0 16142 12 0 0 20 0 1 0 382700006 102703104 19885 33554432000 4194304 5654031 140734931822432 140734931810248 4232994 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22198/statm: 25074 19885 142 357 0 24714 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 137540

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 22201
/proc/meminfo: memFree=29367616/32873852 swapFree=6864/6864
[pid=22192] ppid=22190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22192/stat : 22192 (npSolver-pbo-It) S 22190 22192 15174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382699935 9367552 274 33554432000 4194304 5064252 140737404429136 140737404428048 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22192/statm: 2287 274 233 213 0 72 0
[pid=22193] ppid=22192 vsize=28096 CPUtime=0.69 cores=0,2,4,6
/proc/22193/stat : 22193 (npSolver-pbo) S 22192 22192 15174 0 -1 4202496 8010 7421 0 0 22 2 44 1 20 0 1 0 382699935 28770304 6418 33554432000 4194304 6004724 140737120974224 140737120960504 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22193/statm: 7024 6418 152 442 0 6578 0
[pid=22198] ppid=22193 vsize=162968 CPUtime=221.53 cores=0,2,4,6
/proc/22198/stat : 22198 (glucosInc) R 22193 22192 15174 0 -1 4202496 16558 0 0 0 22136 17 0 0 20 0 1 0 382700006 166879232 38520 33554432000 4194304 5654031 140734931822432 140734931810248 4215040 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22198/statm: 40742 38520 142 357 0 40382 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 200212

[startup+282.3 s]

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

/proc/meminfo: memFree=24861480/32873852 swapFree=6864/6864
[pid=22192] ppid=22190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22192/stat : 22192 (npSolver-pbo-It) S 22190 22192 15174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382699935 9367552 274 33554432000 4194304 5064252 140737404429136 140737404428048 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22192/statm: 2287 274 233 213 0 72 0
[pid=22193] ppid=22192 vsize=28100 CPUtime=226.51 cores=0,2,4,6
/proc/22193/stat : 22193 (npSolver-pbo) S 22192 22192 15174 0 -1 4202496 8517 25028 0 0 35 20 22577 19 20 0 1 0 382699935 28774400 6456 33554432000 4194304 6004724 140737120974224 140737120960072 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22193/statm: 7025 6456 189 442 0 6579 0
[pid=22204] ppid=22193 vsize=168908 CPUtime=1015.53 cores=0,2,4,6
/proc/22204/stat : 22204 (glucosInc) R 22193 22192 15174 0 -1 4202496 17361 0 0 0 101542 11 0 0 20 0 1 0 382722594 172961792 41750 33554432000 4194304 5654031 140734594947488 140734594935304 4232408 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22204/statm: 42227 41750 141 357 0 41867 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 206156

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/180 22259
/proc/meminfo: memFree=24844092/32873852 swapFree=6864/6864
[pid=22192] ppid=22190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22192/stat : 22192 (npSolver-pbo-It) S 22190 22192 15174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382699935 9367552 274 33554432000 4194304 5064252 140737404429136 140737404428048 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22192/statm: 2287 274 233 213 0 72 0
[pid=22193] ppid=22192 vsize=28100 CPUtime=226.51 cores=0,2,4,6
/proc/22193/stat : 22193 (npSolver-pbo) S 22192 22192 15174 0 -1 4202496 8517 25028 0 0 35 20 22577 19 20 0 1 0 382699935 28774400 6456 33554432000 4194304 6004724 140737120974224 140737120960072 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22193/statm: 7025 6456 189 442 0 6579 0
[pid=22204] ppid=22193 vsize=168512 CPUtime=1075.53 cores=0,2,4,6
/proc/22204/stat : 22204 (glucosInc) R 22193 22192 15174 0 -1 4202496 18285 0 0 0 107540 13 0 0 20 0 1 0 382722594 172556288 38325 33554432000 4194304 5654031 140734594947488 140734594935304 4208700 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22204/statm: 42128 38325 141 357 0 41768 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 205760

[startup+1362.3 s]
/proc/loadavg: 2.06 2.01 2.03 3/179 22259
/proc/meminfo: memFree=24805812/32873852 swapFree=6864/6864
[pid=22192] ppid=22190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22192/stat : 22192 (npSolver-pbo-It) S 22190 22192 15174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382699935 9367552 274 33554432000 4194304 5064252 140737404429136 140737404428048 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22192/statm: 2287 274 233 213 0 72 0
[pid=22193] ppid=22192 vsize=28100 CPUtime=226.51 cores=0,2,4,6
/proc/22193/stat : 22193 (npSolver-pbo) S 22192 22192 15174 0 -1 4202496 8517 25028 0 0 35 20 22577 19 20 0 1 0 382699935 28774400 6456 33554432000 4194304 6004724 140737120974224 140737120960072 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22193/statm: 7025 6456 189 442 0 6579 0
[pid=22204] ppid=22193 vsize=168512 CPUtime=1135.52 cores=0,2,4,6
/proc/22204/stat : 22204 (glucosInc) R 22193 22192 15174 0 -1 4202496 19072 0 0 0 113538 14 0 0 20 0 1 0 382722594 172556288 41651 33554432000 4194304 5654031 140734594947488 140734594935304 4232729 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22204/statm: 42128 41651 141 357 0 41768 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 205760

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.02 3/179 22259
/proc/meminfo: memFree=24750644/32873852 swapFree=6864/6864
[pid=22192] ppid=22190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22192/stat : 22192 (npSolver-pbo-It) S 22190 22192 15174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382699935 9367552 274 33554432000 4194304 5064252 140737404429136 140737404428048 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22192/statm: 2287 274 233 213 0 72 0
[pid=22193] ppid=22192 vsize=28100 CPUtime=226.51 cores=0,2,4,6
/proc/22193/stat : 22193 (npSolver-pbo) S 22192 22192 15174 0 -1 4202496 8517 25028 0 0 35 20 22577 19 20 0 1 0 382699935 28774400 6456 33554432000 4194304 6004724 140737120974224 140737120960072 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22193/statm: 7025 6456 189 442 0 6579 0
[pid=22204] ppid=22193 vsize=217832 CPUtime=1195.51 cores=0,2,4,6
/proc/22204/stat : 22204 (glucosInc) R 22193 22192 15174 0 -1 4202496 20117 0 0 0 119536 15 0 0 20 0 1 0 382722594 223059968 49837 33554432000 4194304 5654031 140734594947488 140734594935304 4232577 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22204/statm: 54458 49837 141 357 0 54098 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 255080

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 22260
/proc/meminfo: memFree=24701124/32873852 swapFree=6864/6864
[pid=22192] ppid=22190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22192/stat : 22192 (npSolver-pbo-It) S 22190 22192 15174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382699935 9367552 274 33554432000 4194304 5064252 140737404429136 140737404428048 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22192/statm: 2287 274 233 213 0 72 0
[pid=22193] ppid=22192 vsize=28100 CPUtime=226.51 cores=0,2,4,6
/proc/22193/stat : 22193 (npSolver-pbo) S 22192 22192 15174 0 -1 4202496 8517 25028 0 0 35 20 22577 19 20 0 1 0 382699935 28774400 6456 33554432000 4194304 6004724 140737120974224 140737120960072 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22193/statm: 7025 6456 189 442 0 6579 0
[pid=22204] ppid=22193 vsize=231188 CPUtime=1255.5 cores=0,2,4,6
/proc/22204/stat : 22204 (glucosInc) R 22193 22192 15174 0 -1 4202496 20919 0 0 0 125534 16 0 0 20 0 1 0 382722594 236736512 54712 33554432000 4194304 5654031 140734594947488 140734594935304 4232925 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22204/statm: 57797 54712 141 357 0 57437 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 268436

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 22260
/proc/meminfo: memFree=24715336/32873852 swapFree=6864/6864
[pid=22192] ppid=22190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22192/stat : 22192 (npSolver-pbo-It) S 22190 22192 15174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382699935 9367552 274 33554432000 4194304 5064252 140737404429136 140737404428048 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22192/statm: 2287 274 233 213 0 72 0
[pid=22193] ppid=22192 vsize=28100 CPUtime=226.51 cores=0,2,4,6
/proc/22193/stat : 22193 (npSolver-pbo) S 22192 22192 15174 0 -1 4202496 8517 25028 0 0 35 20 22577 19 20 0 1 0 382699935 28774400 6456 33554432000 4194304 6004724 140737120974224 140737120960072 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22193/statm: 7025 6456 189 442 0 6579 0
[pid=22204] ppid=22193 vsize=181868 CPUtime=1315.48 cores=0,2,4,6
/proc/22204/stat : 22204 (glucosInc) R 22193 22192 15174 0 -1 4202496 20920 0 0 0 131532 16 0 0 20 0 1 0 382722594 186232832 44990 33554432000 4194304 5654031 140734594947488 140734594935304 4232763 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22204/statm: 45467 44990 141 357 0 45107 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 219116

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22260
/proc/meminfo: memFree=24657064/32873852 swapFree=6864/6864
[pid=22192] ppid=22190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22192/stat : 22192 (npSolver-pbo-It) S 22190 22192 15174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382699935 9367552 274 33554432000 4194304 5064252 140737404429136 140737404428048 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22192/statm: 2287 274 233 213 0 72 0
[pid=22193] ppid=22192 vsize=28100 CPUtime=226.51 cores=0,2,4,6
/proc/22193/stat : 22193 (npSolver-pbo) S 22192 22192 15174 0 -1 4202496 8517 25028 0 0 35 20 22577 19 20 0 1 0 382699935 28774400 6456 33554432000 4194304 6004724 140737120974224 140737120960072 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22193/statm: 7025 6456 189 442 0 6579 0
[pid=22204] ppid=22193 vsize=231188 CPUtime=1375.47 cores=0,2,4,6
/proc/22204/stat : 22204 (glucosInc) R 22193 22192 15174 0 -1 4202496 21966 0 0 0 137530 17 0 0 20 0 1 0 382722594 236736512 54200 33554432000 4194304 5654031 140734594947488 140734594935304 4232752 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22204/statm: 57797 54200 141 357 0 57437 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 268436

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22260
/proc/meminfo: memFree=24624112/32873852 swapFree=6864/6864
[pid=22192] ppid=22190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22192/stat : 22192 (npSolver-pbo-It) S 22190 22192 15174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382699935 9367552 274 33554432000 4194304 5064252 140737404429136 140737404428048 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22192/statm: 2287 274 233 213 0 72 0
[pid=22193] ppid=22192 vsize=28100 CPUtime=226.51 cores=0,2,4,6
/proc/22193/stat : 22193 (npSolver-pbo) S 22192 22192 15174 0 -1 4202496 8517 25028 0 0 35 20 22577 19 20 0 1 0 382699935 28774400 6456 33554432000 4194304 6004724 140737120974224 140737120960072 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22193/statm: 7025 6456 189 442 0 6579 0
[pid=22204] ppid=22193 vsize=231188 CPUtime=1435.46 cores=0,2,4,6
/proc/22204/stat : 22204 (glucosInc) R 22193 22192 15174 0 -1 4202496 22493 0 0 0 143528 18 0 0 20 0 1 0 382722594 236736512 55224 33554432000 4194304 5654031 140734594947488 140734594935304 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22204/statm: 57797 55224 141 357 0 57437 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 268436

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22260
/proc/meminfo: memFree=24637208/32873852 swapFree=6864/6864
[pid=22192] ppid=22190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22192/stat : 22192 (npSolver-pbo-It) S 22190 22192 15174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382699935 9367552 274 33554432000 4194304 5064252 140737404429136 140737404428048 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22192/statm: 2287 274 233 213 0 72 0
[pid=22193] ppid=22192 vsize=28100 CPUtime=226.51 cores=0,2,4,6
/proc/22193/stat : 22193 (npSolver-pbo) S 22192 22192 15174 0 -1 4202496 8517 25028 0 0 35 20 22577 19 20 0 1 0 382699935 28774400 6456 33554432000 4194304 6004724 140737120974224 140737120960072 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22193/statm: 7025 6456 189 442 0 6579 0
[pid=22204] ppid=22193 vsize=181868 CPUtime=1495.46 cores=0,2,4,6
/proc/22204/stat : 22204 (glucosInc) R 22193 22192 15174 0 -1 4202496 23019 0 0 0 149527 19 0 0 20 0 1 0 382722594 186232832 44990 33554432000 4194304 5654031 140734594947488 140734594935304 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22204/statm: 45467 44990 141 357 0 45107 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 219116

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22261
/proc/meminfo: memFree=24569904/32873852 swapFree=6864/6864
[pid=22192] ppid=22190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22192/stat : 22192 (npSolver-pbo-It) S 22190 22192 15174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382699935 9367552 274 33554432000 4194304 5064252 140737404429136 140737404428048 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22192/statm: 2287 274 233 213 0 72 0
[pid=22193] ppid=22192 vsize=28100 CPUtime=226.51 cores=0,2,4,6
/proc/22193/stat : 22193 (npSolver-pbo) S 22192 22192 15174 0 -1 4202496 8517 25028 0 0 35 20 22577 19 20 0 1 0 382699935 28774400 6456 33554432000 4194304 6004724 140737120974224 140737120960072 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22193/statm: 7025 6456 189 442 0 6579 0
[pid=22204] ppid=22193 vsize=231188 CPUtime=1555.45 cores=0,2,4,6
/proc/22204/stat : 22204 (glucosInc) R 22193 22192 15174 0 -1 4202496 24072 0 0 0 155525 20 0 0 20 0 1 0 382722594 236736512 55224 33554432000 4194304 5654031 140734594947488 140734594935304 4215009 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22204/statm: 57797 55224 141 357 0 57437 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 268436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22261
/proc/meminfo: memFree=24603880/32873852 swapFree=6864/6864
[pid=22192] ppid=22190 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22192/stat : 22192 (npSolver-pbo-It) S 22190 22192 15174 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 382699935 9367552 274 33554432000 4194304 5064252 140737404429136 140737404428048 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22192/statm: 2287 274 233 213 0 72 0
[pid=22193] ppid=22192 vsize=28100 CPUtime=226.51 cores=0,2,4,6
/proc/22193/stat : 22193 (npSolver-pbo) S 22192 22192 15174 0 -1 4202496 8517 25028 0 0 35 20 22577 19 20 0 1 0 382699935 28774400 6456 33554432000 4194304 6004724 140737120974224 140737120960072 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22193/statm: 7025 6456 189 442 0 6579 0
[pid=22204] ppid=22193 vsize=181868 CPUtime=1573.55 cores=0,2,4,6
/proc/22204/stat : 22204 (glucosInc) R 22193 22192 15174 0 -1 4202496 24074 0 0 0 157335 20 0 0 20 0 1 0 382722594 186232832 44990 33554432000 4194304 5654031 140734594947488 140734594935304 4232581 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22204/statm: 45467 44990 141 357 0 45107 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 219116

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.11
CPU user time (s): 1799.49
CPU system time (s): 0.617906
CPU usage (%): 99.9832
Max. virtual memory (cumulated for all children) (KiB): 268436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.49
system time used= 0.617906
maximum resident set size= 227040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58004
page faults= 0
swaps= 0
block input operations= 0
block output operations= 22480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 87
involuntary context switches= 2008

runsolver used 3.2885 second user time and 13.6129 second system time

The end

Launcher Data

Begin job on node129 at 2012-06-08 16:29:05
IDJOB=3751596
IDBENCH=89891
IDSOLVER=2335
FILE ID=node129/3751596-1339165745
RUNJOBID= node129-1339159705-19682
PBS_JOBID= 14643765
Free space on /tmp= 70380 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-ns1685374.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3751596-1339165745/watcher-3751596-1339165745 -o /tmp/evaluation-result-3751596-1339165745/solver-3751596-1339165745 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751596-1339165745.opb 1768324497 HOME HOME

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

MD5SUM BENCH= 50acc4afebeb32cddb95c5011f072af8
RANDOM SEED=1768324497

node129.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.957
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.91
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.957
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.957
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.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.957
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.957
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.957
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.92
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.957
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.90
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.957
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        29588956 kB
Buffers:          266724 kB
Cached:           633272 kB
SwapCached:         2008 kB
Active:          2241872 kB
Inactive:         159688 kB
Active(anon):    1499532 kB
Inactive(anon):     4184 kB
Active(file):     742340 kB
Inactive(file):   155504 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67100448 kB
Dirty:             10508 kB
Writeback:             0 kB
AnonPages:       1588028 kB
Mapped:            10072 kB
Shmem:                 0 kB
Slab:             737768 kB
SReclaimable:     180092 kB
SUnreclaim:       557676 kB
KernelStack:        1488 kB
PageTables:         6516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    1899856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1468416 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= 69292 MiB
End job on node129 at 2012-06-08 16:59:05