Trace number 3699538

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? (TO) 1800.12 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii16c1.opb
MD5SUMa63171c8a8ea2fa0eedb44e836168a56
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1284
Best CPU time to get the best result obtained on this benchmark1800.17
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1246
Optimality of the best value was proved NO
Number of variables3160
Total number of constraints18047
Number of constraints which are clauses18047
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 constraint2
Maximum length of a constraint20
Number of terms in the objective function 3160
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 3160
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 3160
Number of bits of the biggest sum of numbers12
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.07	c run inc solver
0.00/0.07	c [INC SYSTEM] run initial solver
0.00/0.07	c [INC SYSTEM] preprocess with white file
0.00/0.32	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.32	c [INC SYSTEM] execute solver
0.00/0.34	c [INC SEARCH] formula is SAT
0.00/0.35	c [INC SYSTEM] solved the initial formula
0.00/0.37	c model valid
0.00/0.37	c current solution ok
0.00/0.44	o 1491
0.00/0.44	c execute binary inc search
0.00/0.44	c [INC SEARCH] current bound: 745
0.00/0.44	c [INC SEARCH] iteration: 0
0.00/0.44	c [INC SEARCH] lower bound: 0 upperbound 1491 current bound: 745 best value:1491
0.00/0.44	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.44	c write failed with 2
0.00/0.44	c [INC SYSTEM] create new solver instance
0.00/0.44	c [INC] encode full formula
0.00/0.44	c (debug) using card networks
0.00/0.55	c set iterative enc to: card
0.00/0.55	c set iterative enc to: none
0.00/0.56	c [INC SEARCH] isOptimum variable: 0
1800.07/1800.40	c an unexpexted return value has been received, exit
1800.07/1800.40	s UNKNOWN
1800.07/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.07/1800.40	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-3699538-1338060150/watcher-3699538-1338060150 -o /tmp/evaluation-result-3699538-1338060150/solver-3699538-1338060150 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699538-1338060150.opb 2027823921 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.05 2.02 2.00 3/176 18924
/proc/meminfo: memFree=28620020/32873852 swapFree=6848/6848
[pid=18924] ppid=18922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18924/stat : 18924 (npSolver-pbo-I.) S 18922 18924 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140475 9367552 274 33554432000 4194304 5064252 140735114600352 140735114599264 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18924/statm: 2287 274 233 213 0 72 0

[startup+0.098317 s]
/proc/loadavg: 2.05 2.02 2.00 3/176 18924
/proc/meminfo: memFree=28620020/32873852 swapFree=6848/6848
[pid=18924] ppid=18922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18924/stat : 18924 (npSolver-pbo-I.) S 18922 18924 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140475 9367552 274 33554432000 4194304 5064252 140735114600352 140735114599264 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18924/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.1003 s]
/proc/loadavg: 2.05 2.02 2.00 3/176 18924
/proc/meminfo: memFree=28620020/32873852 swapFree=6848/6848
[pid=18924] ppid=18922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18924/stat : 18924 (npSolver-pbo-I.) S 18922 18924 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140475 9367552 274 33554432000 4194304 5064252 140735114600352 140735114599264 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18924/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300287 s]
/proc/loadavg: 2.05 2.02 2.00 3/176 18924
/proc/meminfo: memFree=28620020/32873852 swapFree=6848/6848
[pid=18924] ppid=18922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18924/stat : 18924 (npSolver-pbo-I.) S 18922 18924 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140475 9367552 274 33554432000 4194304 5064252 140735114600352 140735114599264 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18924/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700163 s]
/proc/loadavg: 2.05 2.02 2.00 3/176 18924
/proc/meminfo: memFree=28620020/32873852 swapFree=6848/6848
[pid=18924] ppid=18922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18924/stat : 18924 (npSolver-pbo-I.) S 18922 18924 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140475 9367552 274 33554432000 4194304 5064252 140735114600352 140735114599264 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18924/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.05 2.02 2.00 3/179 18933
/proc/meminfo: memFree=28546096/32873852 swapFree=6848/6848
[pid=18924] ppid=18922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18924/stat : 18924 (npSolver-pbo-I.) S 18922 18924 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140475 9367552 274 33554432000 4194304 5064252 140735114600352 140735114599264 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18924/statm: 2287 274 233 213 0 72 0
[pid=18925] ppid=18924 vsize=8908 CPUtime=0.53 cores=0,2,4,6
/proc/18925/stat : 18925 (npSolver-pbo) S 18924 18924 18146 0 -1 4202496 4486 7149 0 0 20 7 25 1 20 0 1 0 272140475 9121792 1690 33554432000 4194304 5992684 140736273354896 140736273339800 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/18925/statm: 2227 1690 180 440 0 1783 0
[pid=18933] ppid=18925 vsize=66788 CPUtime=0.92 cores=0,2,4,6
/proc/18933/stat : 18933 (glucosInc) R 18925 18924 18146 0 -1 4202496 14694 0 0 0 90 2 0 0 20 0 1 0 272140532 68390912 15113 33554432000 4194304 5654031 140734455981648 140734455979416 4232531 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18933/statm: 16697 15113 140 357 0 16337 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 84844

[startup+3.10032 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 18933
/proc/meminfo: memFree=28543304/32873852 swapFree=6848/6848
[pid=18924] ppid=18922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18924/stat : 18924 (npSolver-pbo-I.) S 18922 18924 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140475 9367552 274 33554432000 4194304 5064252 140735114600352 140735114599264 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18924/statm: 2287 274 233 213 0 72 0
[pid=18925] ppid=18924 vsize=8908 CPUtime=0.53 cores=0,2,4,6
/proc/18925/stat : 18925 (npSolver-pbo) S 18924 18924 18146 0 -1 4202496 4486 7149 0 0 20 7 25 1 20 0 1 0 272140475 9121792 1690 33554432000 4194304 5992684 140736273354896 140736273339800 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/18925/statm: 2227 1690 180 440 0 1783 0
[pid=18933] ppid=18925 vsize=66788 CPUtime=2.52 cores=0,2,4,6
/proc/18933/stat : 18933 (glucosInc) R 18925 18924 18146 0 -1 4202496 14842 0 0 0 250 2 0 0 20 0 1 0 272140532 68390912 15261 33554432000 4194304 5654031 140734455981648 140734455969464 4222688 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18933/statm: 16697 15261 140 357 0 16337 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 84844

[startup+6.30032 s]
/proc/loadavg: 2.05 2.02 2.00 2/179 18985
/proc/meminfo: memFree=28702320/32873852 swapFree=6848/6848
[pid=18924] ppid=18922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18924/stat : 18924 (npSolver-pbo-I.) S 18922 18924 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140475 9367552 274 33554432000 4194304 5064252 140735114600352 140735114599264 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18924/statm: 2287 274 233 213 0 72 0
[pid=18925] ppid=18924 vsize=8908 CPUtime=0.53 cores=0,2,4,6
/proc/18925/stat : 18925 (npSolver-pbo) S 18924 18924 18146 0 -1 4202496 4486 7149 0 0 20 7 25 1 20 0 1 0 272140475 9121792 1690 33554432000 4194304 5992684 140736273354896 140736273339800 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/18925/statm: 2227 1690 180 440 0 1783 0
[pid=18933] ppid=18925 vsize=71208 CPUtime=5.72 cores=0,2,4,6
/proc/18933/stat : 18933 (glucosInc) R 18925 18924 18146 0 -1 4202496 15007 0 0 0 569 3 0 0 20 0 1 0 272140532 72916992 15932 33554432000 4194304 5654031 140734455981648 140734455969464 4232477 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18933/statm: 17802 15932 141 357 0 17442 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 89264

[startup+12.7004 s]
/proc/loadavg: 2.04 2.02 2.00 3/172 19071
/proc/meminfo: memFree=28710096/32873852 swapFree=6848/6848
[pid=18924] ppid=18922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18924/stat : 18924 (npSolver-pbo-I.) S 18922 18924 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140475 9367552 274 33554432000 4194304 5064252 140735114600352 140735114599264 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18924/statm: 2287 274 233 213 0 72 0
[pid=18925] ppid=18924 vsize=8908 CPUtime=0.53 cores=0,2,4,6
/proc/18925/stat : 18925 (npSolver-pbo) S 18924 18924 18146 0 -1 4202496 4486 7149 0 0 20 7 25 1 20 0 1 0 272140475 9121792 1690 33554432000 4194304 5992684 140736273354896 140736273339800 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/18925/statm: 2227 1690 180 440 0 1783 0
[pid=18933] ppid=18925 vsize=72144 CPUtime=12.12 cores=0,2,4,6
/proc/18933/stat : 18933 (glucosInc) R 18925 18924 18146 0 -1 4202496 15564 0 0 0 1208 4 0 0 20 0 1 0 272140532 73875456 15649 33554432000 4194304 5654031 140734455981648 140734455969464 4232477 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18933/statm: 18036 15649 142 357 0 17676 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 90200

[startup+25.5003 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 19090
/proc/meminfo: memFree=28682104/32873852 swapFree=6848/6848
[pid=18924] ppid=18922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18924/stat : 18924 (npSolver-pbo-I.) S 18922 18924 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140475 9367552 274 33554432000 4194304 5064252 140735114600352 140735114599264 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18924/statm: 2287 274 233 213 0 72 0
[pid=18925] ppid=18924 vsize=8908 CPUtime=0.53 cores=0,2,4,6
/proc/18925/stat : 18925 (npSolver-pbo) S 18924 18924 18146 0 -1 4202496 4486 7149 0 0 20 7 25 1 20 0 1 0 272140475 9121792 1690 33554432000 4194304 5992684 140736273354896 140736273339800 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/18925/statm: 2227 1690 180 440 0 1783 0
[pid=18933] ppid=18925 vsize=84924 CPUtime=24.91 cores=0,2,4,6
/proc/18933/stat : 18933 (glucosInc) R 18925 18924 18146 0 -1 4202496 17639 0 0 0 2486 5 0 0 20 0 1 0 272140532 86962176 19409 33554432000 4194304 5654031 140734455981648 140734455969464 4214483 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18933/statm: 21231 19409 142 357 0 20871 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 102980

[startup+51.1003 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 19090
/proc/meminfo: memFree=28662180/32873852 swapFree=6848/6848
[pid=18924] ppid=18922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18924/stat : 18924 (npSolver-pbo-I.) S 18922 18924 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140475 9367552 274 33554432000 4194304 5064252 140735114600352 140735114599264 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18924/statm: 2287 274 233 213 0 72 0
[pid=18925] ppid=18924 vsize=8908 CPUtime=0.53 cores=0,2,4,6
/proc/18925/stat : 18925 (npSolver-pbo) S 18924 18924 18146 0 -1 4202496 4486 7149 0 0 20 7 25 1 20 0 1 0 272140475 9121792 1690 33554432000 4194304 5992684 140736273354896 140736273339800 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/18925/statm: 2227 1690 180 440 0 1783 0
[pid=18933] ppid=18925 vsize=89344 CPUtime=50.5 cores=0,2,4,6
/proc/18933/stat : 18933 (glucosInc) R 18925 18924 18146 0 -1 4202496 17980 0 0 0 5045 5 0 0 20 0 1 0 272140532 91488256 20815 33554432000 4194304 5654031 140734455981648 140734455969464 4232821 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18933/statm: 22336 20815 142 357 0 21976 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 107400

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 19092
/proc/meminfo: memFree=28671232/32873852 swapFree=6848/6848
[pid=18924] ppid=18922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18924/stat : 18924 (npSolver-pbo-I.) S 18922 18924 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140475 9367552 274 33554432000 4194304 5064252 140735114600352 140735114599264 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18924/statm: 2287 274 233 213 0 72 0
[pid=18925] ppid=18924 vsize=8908 CPUtime=0.53 cores=0,2,4,6
/proc/18925/stat : 18925 (npSolver-pbo) S 18924 18924 18146 0 -1 4202496 4486 7149 0 0 20 7 25 1 20 0 1 0 272140475 9121792 1690 33554432000 4194304 5992684 140736273354896 140736273339800 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/18925/statm: 2227 1690 180 440 0 1783 0
[pid=18933] ppid=18925 vsize=96528 CPUtime=101.7 cores=0,2,4,6
/proc/18933/stat : 18933 (glucosInc) R 18925 18924 18146 0 -1 4202496 20088 0 0 0 10163 7 0 0 20 0 1 0 272140532 98844672 19689 33554432000 4194304 5654031 140734455981648 140734455969464 4216401 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18933/statm: 24132 19689 142 357 0 23772 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 114584

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 19094
/proc/meminfo: memFree=28658568/32873852 swapFree=6848/6848
[pid=18924] ppid=18922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18924/stat : 18924 (npSolver-pbo-I.) S 18922 18924 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140475 9367552 274 33554432000 4194304 5064252 140735114600352 140735114599264 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18924/statm: 2287 274 233 213 0 72 0
[pid=18925] ppid=18924 vsize=8908 CPUtime=0.53 cores=0,2,4,6
/proc/18925/stat : 18925 (npSolver-pbo) S 18924 18924 18146 0 -1 4202496 4486 7149 0 0 20 7 25 1 20 0 1 0 272140475 9121792 1690 33554432000 4194304 5992684 140736273354896 140736273339800 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/18925/statm: 2227 1690 180 440 0 1783 0
[pid=18933] ppid=18925 vsize=115932 CPUtime=161.69 cores=0,2,4,6
/proc/18933/stat : 18933 (glucosInc) R 18925 18924 18146 0 -1 4202496 20805 0 0 0 16161 8 0 0 20 0 1 0 272140532 118714368 25321 33554432000 4194304 5654031 140734455981648 140734455979528 4208595 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18933/statm: 28983 25321 142 357 0 28623 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 133988

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19094
/proc/meminfo: memFree=28606076/32873852 swapFree=6848/6848
[pid=18924] ppid=18922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18924/stat : 18924 (npSolver-pbo-I.) S 18922 18924 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140475 9367552 274 33554432000 4194304 5064252 140735114600352 140735114599264 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18924/statm: 2287 274 233 213 0 72 0
[pid=18925] ppid=18924 vsize=8908 CPUtime=0.53 cores=0,2,4,6
/proc/18925/stat : 18925 (npSolver-pbo) S 18924 18924 18146 0 -1 4202496 4486 7149 0 0 20 7 25 1 20 0 1 0 272140475 9121792 1690 33554432000 4194304 5992684 140736273354896 140736273339800 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/18925/statm: 2227 1690 180 440 0 1783 0
[pid=18933] ppid=18925 vsize=127424 CPUtime=221.67 cores=0,2,4,6
/proc/18933/stat : 18933 (glucosInc) R 18925 18924 18146 0 -1 4202496 21492 0 0 0 22158 9 0 0 20 0 1 0 272140532 130482176 30563 33554432000 4194304 5654031 140734455981648 140734455969464 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18933/statm: 31856 30563 142 357 0 31496 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 145480

[startup+282.3 s]

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

/proc/meminfo: memFree=28487336/32873852 swapFree=6848/6848
[pid=18924] ppid=18922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18924/stat : 18924 (npSolver-pbo-I.) S 18922 18924 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140475 9367552 274 33554432000 4194304 5064252 140735114600352 140735114599264 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18924/statm: 2287 274 233 213 0 72 0
[pid=18925] ppid=18924 vsize=8908 CPUtime=0.53 cores=0,2,4,6
/proc/18925/stat : 18925 (npSolver-pbo) S 18924 18924 18146 0 -1 4202496 4486 7149 0 0 20 7 25 1 20 0 1 0 272140475 9121792 1690 33554432000 4194304 5992684 140736273354896 140736273339800 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/18925/statm: 2227 1690 180 440 0 1783 0
[pid=18933] ppid=18925 vsize=149340 CPUtime=1241.51 cores=0,2,4,6
/proc/18933/stat : 18933 (glucosInc) R 18925 18924 18146 0 -1 4202496 26702 0 0 0 124132 19 0 0 20 0 1 0 272140532 152924160 36086 33554432000 4194304 5654031 140734455981648 140734455969464 4215919 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18933/statm: 37335 36086 142 357 0 36975 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 167396

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19105
/proc/meminfo: memFree=28476724/32873852 swapFree=6848/6848
[pid=18924] ppid=18922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18924/stat : 18924 (npSolver-pbo-I.) S 18922 18924 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140475 9367552 274 33554432000 4194304 5064252 140735114600352 140735114599264 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18924/statm: 2287 274 233 213 0 72 0
[pid=18925] ppid=18924 vsize=8908 CPUtime=0.53 cores=0,2,4,6
/proc/18925/stat : 18925 (npSolver-pbo) S 18924 18924 18146 0 -1 4202496 4486 7149 0 0 20 7 25 1 20 0 1 0 272140475 9121792 1690 33554432000 4194304 5992684 140736273354896 140736273339800 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/18925/statm: 2227 1690 180 440 0 1783 0
[pid=18933] ppid=18925 vsize=198660 CPUtime=1301.51 cores=0,2,4,6
/proc/18933/stat : 18933 (glucosInc) R 18925 18924 18146 0 -1 4202496 27040 0 0 0 130131 20 0 0 20 0 1 0 272140532 203427840 47155 33554432000 4194304 5654031 140734455981648 140734455969464 4233216 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18933/statm: 49665 47155 142 357 0 49305 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 216716

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19105
/proc/meminfo: memFree=28490028/32873852 swapFree=6848/6848
[pid=18924] ppid=18922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18924/stat : 18924 (npSolver-pbo-I.) S 18922 18924 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140475 9367552 274 33554432000 4194304 5064252 140735114600352 140735114599264 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18924/statm: 2287 274 233 213 0 72 0
[pid=18925] ppid=18924 vsize=8908 CPUtime=0.53 cores=0,2,4,6
/proc/18925/stat : 18925 (npSolver-pbo) S 18924 18924 18146 0 -1 4202496 4486 7149 0 0 20 7 25 1 20 0 1 0 272140475 9121792 1690 33554432000 4194304 5992684 140736273354896 140736273339800 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/18925/statm: 2227 1690 180 440 0 1783 0
[pid=18933] ppid=18925 vsize=149340 CPUtime=1361.5 cores=0,2,4,6
/proc/18933/stat : 18933 (glucosInc) R 18925 18924 18146 0 -1 4202496 27630 0 0 0 136129 21 0 0 20 0 1 0 272140532 152924160 36086 33554432000 4194304 5654031 140734455981648 140734455969464 4215112 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18933/statm: 37335 36086 142 357 0 36975 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 167396

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19106
/proc/meminfo: memFree=28475064/32873852 swapFree=6848/6848
[pid=18924] ppid=18922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18924/stat : 18924 (npSolver-pbo-I.) S 18922 18924 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140475 9367552 274 33554432000 4194304 5064252 140735114600352 140735114599264 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18924/statm: 2287 274 233 213 0 72 0
[pid=18925] ppid=18924 vsize=8908 CPUtime=0.53 cores=0,2,4,6
/proc/18925/stat : 18925 (npSolver-pbo) S 18924 18924 18146 0 -1 4202496 4486 7149 0 0 20 7 25 1 20 0 1 0 272140475 9121792 1690 33554432000 4194304 5992684 140736273354896 140736273339800 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/18925/statm: 2227 1690 180 440 0 1783 0
[pid=18933] ppid=18925 vsize=198660 CPUtime=1421.5 cores=0,2,4,6
/proc/18933/stat : 18933 (glucosInc) R 18925 18924 18146 0 -1 4202496 27969 0 0 0 142128 22 0 0 20 0 1 0 272140532 203427840 47667 33554432000 4194304 5654031 140734455981648 140734455969464 4215009 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18933/statm: 49665 47667 142 357 0 49305 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 216716

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19107
/proc/meminfo: memFree=28521128/32873852 swapFree=6848/6848
[pid=18924] ppid=18922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18924/stat : 18924 (npSolver-pbo-I.) S 18922 18924 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140475 9367552 274 33554432000 4194304 5064252 140735114600352 140735114599264 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18924/statm: 2287 274 233 213 0 72 0
[pid=18925] ppid=18924 vsize=8908 CPUtime=0.53 cores=0,2,4,6
/proc/18925/stat : 18925 (npSolver-pbo) S 18924 18924 18146 0 -1 4202496 4486 7149 0 0 20 7 25 1 20 0 1 0 272140475 9121792 1690 33554432000 4194304 5992684 140736273354896 140736273339800 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/18925/statm: 2227 1690 180 440 0 1783 0
[pid=18933] ppid=18925 vsize=149340 CPUtime=1481.48 cores=0,2,4,6
/proc/18933/stat : 18933 (glucosInc) R 18925 18924 18146 0 -1 4202496 28562 0 0 0 148125 23 0 0 20 0 1 0 272140532 152924160 36086 33554432000 4194304 5654031 140734455981648 140734455969464 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18933/statm: 37335 36086 142 357 0 36975 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 167396

[startup+1542.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 19107
/proc/meminfo: memFree=28443864/32873852 swapFree=6848/6848
[pid=18924] ppid=18922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18924/stat : 18924 (npSolver-pbo-I.) S 18922 18924 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140475 9367552 274 33554432000 4194304 5064252 140735114600352 140735114599264 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18924/statm: 2287 274 233 213 0 72 0
[pid=18925] ppid=18924 vsize=8908 CPUtime=0.53 cores=0,2,4,6
/proc/18925/stat : 18925 (npSolver-pbo) S 18924 18924 18146 0 -1 4202496 4486 7149 0 0 20 7 25 1 20 0 1 0 272140475 9121792 1690 33554432000 4194304 5992684 140736273354896 140736273339800 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/18925/statm: 2227 1690 180 440 0 1783 0
[pid=18933] ppid=18925 vsize=198660 CPUtime=1541.47 cores=0,2,4,6
/proc/18933/stat : 18933 (glucosInc) R 18925 18924 18146 0 -1 4202496 28901 0 0 0 154123 24 0 0 20 0 1 0 272140532 203427840 47667 33554432000 4194304 5654031 140734455981648 140734455969464 4232421 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18933/statm: 49665 47667 142 357 0 49305 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 216716

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 19107
/proc/meminfo: memFree=28473608/32873852 swapFree=6848/6848
[pid=18924] ppid=18922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18924/stat : 18924 (npSolver-pbo-I.) S 18922 18924 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140475 9367552 274 33554432000 4194304 5064252 140735114600352 140735114599264 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18924/statm: 2287 274 233 213 0 72 0
[pid=18925] ppid=18924 vsize=8908 CPUtime=0.53 cores=0,2,4,6
/proc/18925/stat : 18925 (npSolver-pbo) S 18924 18924 18146 0 -1 4202496 4486 7149 0 0 20 7 25 1 20 0 1 0 272140475 9121792 1690 33554432000 4194304 5992684 140736273354896 140736273339800 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/18925/statm: 2227 1690 180 440 0 1783 0
[pid=18933] ppid=18925 vsize=149340 CPUtime=1601.46 cores=0,2,4,6
/proc/18933/stat : 18933 (glucosInc) R 18925 18924 18146 0 -1 4202496 29496 0 0 0 160121 25 0 0 20 0 1 0 272140532 152924160 36086 33554432000 4194304 5654031 140734455981648 140734455969464 4215132 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18933/statm: 37335 36086 142 357 0 36975 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 167396

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19110
/proc/meminfo: memFree=28465088/32873852 swapFree=6848/6848
[pid=18924] ppid=18922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18924/stat : 18924 (npSolver-pbo-I.) S 18922 18924 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140475 9367552 274 33554432000 4194304 5064252 140735114600352 140735114599264 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18924/statm: 2287 274 233 213 0 72 0
[pid=18925] ppid=18924 vsize=8908 CPUtime=0.53 cores=0,2,4,6
/proc/18925/stat : 18925 (npSolver-pbo) S 18924 18924 18146 0 -1 4202496 4486 7149 0 0 20 7 25 1 20 0 1 0 272140475 9121792 1690 33554432000 4194304 5992684 140736273354896 140736273339800 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/18925/statm: 2227 1690 180 440 0 1783 0
[pid=18933] ppid=18925 vsize=198660 CPUtime=1661.45 cores=0,2,4,6
/proc/18933/stat : 18933 (glucosInc) R 18925 18924 18146 0 -1 4202496 29834 0 0 0 166119 26 0 0 20 0 1 0 272140532 203427840 47155 33554432000 4194304 5654031 140734455981648 140734455969464 4232477 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18933/statm: 49665 47155 142 357 0 49305 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 216716

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19110
/proc/meminfo: memFree=28452260/32873852 swapFree=6848/6848
[pid=18924] ppid=18922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18924/stat : 18924 (npSolver-pbo-I.) S 18922 18924 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140475 9367552 274 33554432000 4194304 5064252 140735114600352 140735114599264 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18924/statm: 2287 274 233 213 0 72 0
[pid=18925] ppid=18924 vsize=8908 CPUtime=0.53 cores=0,2,4,6
/proc/18925/stat : 18925 (npSolver-pbo) S 18924 18924 18146 0 -1 4202496 4486 7149 0 0 20 7 25 1 20 0 1 0 272140475 9121792 1690 33554432000 4194304 5992684 140736273354896 140736273339800 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/18925/statm: 2227 1690 180 440 0 1783 0
[pid=18933] ppid=18925 vsize=229480 CPUtime=1721.44 cores=0,2,4,6
/proc/18933/stat : 18933 (glucosInc) R 18925 18924 18146 0 -1 4202496 30427 0 0 0 172117 27 0 0 20 0 1 0 272140532 234987520 50294 33554432000 4194304 5654031 140734455981648 140734455969464 4232434 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18933/statm: 57370 50294 142 357 0 57010 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 247536

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19110
/proc/meminfo: memFree=28470892/32873852 swapFree=6848/6848
[pid=18924] ppid=18922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18924/stat : 18924 (npSolver-pbo-I.) S 18922 18924 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140475 9367552 274 33554432000 4194304 5064252 140735114600352 140735114599264 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18924/statm: 2287 274 233 213 0 72 0
[pid=18925] ppid=18924 vsize=8908 CPUtime=0.53 cores=0,2,4,6
/proc/18925/stat : 18925 (npSolver-pbo) S 18924 18924 18146 0 -1 4202496 4486 7149 0 0 20 7 25 1 20 0 1 0 272140475 9121792 1690 33554432000 4194304 5992684 140736273354896 140736273339800 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/18925/statm: 2227 1690 180 440 0 1783 0
[pid=18933] ppid=18925 vsize=198660 CPUtime=1781.43 cores=0,2,4,6
/proc/18933/stat : 18933 (glucosInc) R 18925 18924 18146 0 -1 4202496 30764 0 0 0 178115 28 0 0 20 0 1 0 272140532 203427840 45619 33554432000 4194304 5654031 140734455981648 140734455969464 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18933/statm: 49665 45619 142 357 0 49305 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 216716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19111
/proc/meminfo: memFree=28433284/32873852 swapFree=6848/6848
[pid=18924] ppid=18922 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18924/stat : 18924 (npSolver-pbo-I.) S 18922 18924 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272140475 9367552 274 33554432000 4194304 5064252 140735114600352 140735114599264 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18924/statm: 2287 274 233 213 0 72 0
[pid=18925] ppid=18924 vsize=8908 CPUtime=0.53 cores=0,2,4,6
/proc/18925/stat : 18925 (npSolver-pbo) S 18924 18924 18146 0 -1 4202496 4486 7149 0 0 20 7 25 1 20 0 1 0 272140475 9121792 1690 33554432000 4194304 5992684 140736273354896 140736273339800 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/18925/statm: 2227 1690 180 440 0 1783 0
[pid=18933] ppid=18925 vsize=198660 CPUtime=1799.54 cores=0,2,4,6
/proc/18933/stat : 18933 (glucosInc) R 18925 18924 18146 0 -1 4202496 30767 0 0 0 179925 29 0 0 20 0 1 0 272140532 203427840 47155 33554432000 4194304 5654031 140734455981648 140734455969464 4232784 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18933/statm: 49665 47155 142 357 0 49305 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 216716

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.12
CPU user time (s): 1799.72
CPU system time (s): 0.39394
CPU usage (%): 99.9837
Max. virtual memory (cumulated for all children) (KiB): 247536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.72
system time used= 0.39394
maximum resident set size= 205272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42784
page faults= 0
swaps= 0
block input operations= 0
block output operations= 19128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 73
involuntary context switches= 1995

runsolver used 7.67183 second user time and 20.0819 second system time

The end

Launcher Data

Begin job on node129 at 2012-05-26 21:22:30
IDJOB=3699538
IDBENCH=2170
IDSOLVER=2276
FILE ID=node129/3699538-1338060150
RUNJOBID= node129-1338052936-18162
PBS_JOBID= 14624400
Free space on /tmp= 71100 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii16c1.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699538-1338060150/watcher-3699538-1338060150 -o /tmp/evaluation-result-3699538-1338060150/solver-3699538-1338060150 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699538-1338060150.opb 2027823921 HOME HOME

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

MD5SUM BENCH= a63171c8a8ea2fa0eedb44e836168a56
RANDOM SEED=2027823921

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:        28620424 kB
Buffers:          272976 kB
Cached:          3019600 kB
SwapCached:            0 kB
Active:          1301232 kB
Inactive:        2144552 kB
Active(anon):     155904 kB
Inactive(anon):        0 kB
Active(file):    1145328 kB
Inactive(file):  2144552 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9020 kB
Writeback:            32 kB
AnonPages:        182540 kB
Mapped:            15708 kB
Shmem:               204 kB
Slab:             648752 kB
SReclaimable:      91052 kB
SUnreclaim:       557700 kB
KernelStack:        1456 kB
PageTables:         4308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     316436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 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 node129 at 2012-05-26 21:52:31