Trace number 3735473

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31OPT5852 3.11353 5.18837

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
poldner/PB/testset/normalized-8_16.opb
MD5SUMa50db2fb26a0b36972cba004cae6f3a3
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5852
Best CPU time to get the best result obtained on this benchmark0.009998
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5852
Optimality of the best value was proved YES
Number of variables136
Total number of constraints144
Number of constraints which are clauses128
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint8
Number of terms in the objective function 136
Biggest coefficient in the objective function 1311
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 58669
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 1311
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 58669
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.06/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.07	c See www.sat4j.org for details.
0.06/0.08	c version 2.2.0.v20100531
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		1349517296
0.06/0.08	c Max memory 		1356595200
0.06/0.08	c Total memory 		1356595200
0.06/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	
0.10/0.11	c solving HOME/instance-3735473-1338748825.opb
0.10/0.11	c reading problem ... 
0.10/0.15	c ... done. Wall clock time 0.035s.
0.10/0.15	c #vars     136
0.10/0.15	c #constraints  160
0.10/0.15	c constraints type 
0.10/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16
0.10/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 16
0.10/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.10/0.15	c constraints type 
0.10/0.15	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.10/0.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16
0.10/0.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 16
0.10/0.16	c And the winner is Resolution
0.17/1.15	c SATISFIABLE
0.17/1.15	c OPTIMIZING...
0.17/1.15	c Got one! Elapsed wall clock time (in seconds):1.038
0.17/1.15	o 6036
0.17/1.19	c And the winner is Resolution
0.37/2.15	c Got one! Elapsed wall clock time (in seconds):2.042
0.37/2.15	o 5988
0.37/2.16	c And the winner is Resolution
0.39/3.16	c Got one! Elapsed wall clock time (in seconds):3.045
0.39/3.16	o 5929
0.58/3.27	c And the winner is CuttingPlanes
1.11/4.16	c Got one! Elapsed wall clock time (in seconds):4.046
1.11/4.16	o 5852
1.64/4.34	c cleaning 2495 clauses out of 5002 with flag 5002/5002
2.39/4.50	c cleaning 4253 clauses out of 8505 with flag 11000/11000
2.74/4.67	c cleaning 5621 clauses out of 11253 with flag 18001/18001
2.74/4.69	c And the winner is CuttingPlanes
3.08/5.17	c starts		: 5
3.08/5.17	c conflicts		: 188
3.08/5.17	c decisions		: 782
3.08/5.17	c propagations		: 4634
3.08/5.17	c inspects		: 69604
3.08/5.17	c learnt literals	: 0
3.08/5.17	c learnt binary clauses	: 0
3.08/5.17	c learnt ternary clauses	: 0
3.08/5.17	c learnt clauses	: 187
3.08/5.17	c ignored clauses	: 0
3.08/5.17	c root simplifications	: 0
3.08/5.17	c removed literals (reason simplification)	: 0
3.08/5.17	c reason swapping (by a shorter reason)	: 0
3.08/5.17	c Calls to reduceDB	: 0
3.08/5.17	c number of reductions to clauses (during analyze)	: 0
3.08/5.17	c number of learned constraints concerned by reduction	: 0
3.08/5.17	c number of learning phase by resolution	: 0
3.08/5.17	c number of learning phase by cutting planes	: 0
3.08/5.17	c speed (assignments/second)	: 4597.222222222223
3.08/5.17	c non guided choices	0
3.08/5.17	c learnt constraints type 
3.08/5.17	c constraints type 
3.08/5.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16
3.08/5.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 16
3.08/5.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
3.08/5.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 0
3.08/5.17	c constraints type 
3.08/5.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
3.08/5.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16
3.08/5.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 16
3.08/5.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 0
3.08/5.17	s OPTIMUM FOUND
3.08/5.17	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 x8 -x9 -x10 -x11 -x12 -x13 -x14 x15 -x16 -x17 -x18 x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 x40 -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 x56 -x57 -x58 x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 x72 -x73 -x74 -x75 -x76 -x77 -x78 x79 -x80 -x81 -x82 x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100 -x101 -x102 x103 -x104 -x105 -x106 x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 x131 -x132 -x133 -x134 x135 x136 
3.08/5.17	c objective function=5852
3.08/5.17	c Total wall clock time (in seconds): 5.057

Verifier Data

OK	5852

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-3735473-1338748825/watcher-3735473-1338748825 -o /tmp/evaluation-result-3735473-1338748825/solver-3735473-1338748825 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3735473-1338748825.opb 

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: 3.96 3.98 3.82 4/198 12211
/proc/meminfo: memFree=25812224/32873844 swapFree=7628/7628
[pid=12211] ppid=12209 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/12211/stat : 12211 (java) R 12209 12211 9489 0 -1 4202496 887 0 0 0 0 0 0 0 20 0 1 0 341007351 23793664 614 33554432000 1073741824 1073778376 140736208741936 140736208731000 223642434113 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12211/statm: 5809 626 466 9 0 128 0

[startup+0.0729241 s]
/proc/loadavg: 3.96 3.98 3.82 4/198 12211
/proc/meminfo: memFree=25812224/32873844 swapFree=7628/7628
[pid=12211] ppid=12209 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/12211/stat : 12211 (java) S 12209 12211 9489 0 -1 4202496 3934 0 1 0 5 1 0 0 20 0 18 0 341007351 2764726272 5142 33554432000 1073741824 1073778376 140736208741936 140736208733072 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12211/statm: 674982 5143 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2699928

[startup+0.100303 s]
/proc/loadavg: 3.96 3.98 3.82 4/198 12211
/proc/meminfo: memFree=25812224/32873844 swapFree=7628/7628
[pid=12211] ppid=12209 vsize=2699928 CPUtime=0.1 cores=1,3,5,7
/proc/12211/stat : 12211 (java) S 12209 12211 9489 0 -1 4202496 4752 0 1 0 9 1 0 0 20 0 18 0 341007351 2764726272 5941 33554432000 1073741824 1073778376 140736208741936 140736208733072 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12211/statm: 674982 5941 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2699928

[startup+0.300251 s]
/proc/loadavg: 3.96 3.98 3.82 4/198 12211
/proc/meminfo: memFree=25812224/32873844 swapFree=7628/7628
[pid=12211] ppid=12209 vsize=2966184 CPUtime=0.17 cores=1,3,5,7
/proc/12211/stat : 12211 (java) S 12209 12211 9489 0 -1 4202496 5097 0 1 0 16 1 0 0 20 0 20 0 341007351 3037372416 7758 33554432000 1073741824 1073778376 140736208741936 140736208733072 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12211/statm: 741546 7758 2181 9 0 732240 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 2966184

[startup+0.700212 s]
/proc/loadavg: 3.96 3.98 3.82 4/198 12211
/proc/meminfo: memFree=25812224/32873844 swapFree=7628/7628
[pid=12211] ppid=12209 vsize=2966184 CPUtime=0.17 cores=1,3,5,7
/proc/12211/stat : 12211 (java) S 12209 12211 9489 0 -1 4202496 5097 0 1 0 16 1 0 0 20 0 20 0 341007351 3037372416 7758 33554432000 1073741824 1073778376 140736208741936 140736208733072 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12211/statm: 741546 7758 2181 9 0 732240 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 2966184

[startup+1.50069 s]
/proc/loadavg: 3.96 3.98 3.82 3/218 12233
/proc/meminfo: memFree=25790740/32873844 swapFree=7628/7628
[pid=12211] ppid=12209 vsize=2966184 CPUtime=0.37 cores=1,3,5,7
/proc/12211/stat : 12211 (java) S 12209 12211 9489 0 -1 4202496 7109 0 1 0 33 4 0 0 20 0 20 0 341007351 3037372416 9977 33554432000 1073741824 1073778376 140736208741936 140736208733072 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12211/statm: 741546 9977 2222 9 0 732240 0
[pid=12211/tid=12213] ppid=12209 vsize=2966184 CPUtime=0.13 cores=1,3,5,7
/proc/12211/task/12213/stat : 12213 (java) S 12209 12211 9489 0 -1 4202560 2836 0 1 0 11 2 0 0 20 0 20 0 341007352 3037372416 9977 33554432000 1073741824 1073778376 140736208741936 140504013046936 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12211/tid=12214] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12214/stat : 12214 (java) S 12209 12211 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341007353 3037372416 9977 33554432000 1073741824 1073778376 140736208741936 140503879457448 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12211/tid=12215] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12215/stat : 12215 (java) S 12209 12211 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341007353 3037372416 9977 33554432000 1073741824 1073778376 140736208741936 140503878404904 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12211/tid=12216] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12216/stat : 12216 (java) S 12209 12211 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341007353 3037372416 9977 33554432000 1073741824 1073778376 140736208741936 140503877352360 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12211/tid=12217] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12217/stat : 12217 (java) S 12209 12211 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341007353 3037372416 9977 33554432000 1073741824 1073778376 140736208741936 140503876299816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12211/tid=12218] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12218/stat : 12218 (java) S 12209 12211 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341007353 3037372416 9977 33554432000 1073741824 1073778376 140736208741936 140503875246248 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12211/tid=12219] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12219/stat : 12219 (java) S 12209 12211 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341007353 3037372416 9977 33554432000 1073741824 1073778376 140736208741936 140503874193704 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12211/tid=12220] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12220/stat : 12220 (java) S 12209 12211 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341007353 3037372416 9977 33554432000 1073741824 1073778376 140736208741936 140503873141160 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12211/tid=12221] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12221/stat : 12221 (java) S 12209 12211 9489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 341007353 3037372416 9977 33554432000 1073741824 1073778376 140736208741936 140503872088616 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12211/tid=12222] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12222/stat : 12222 (java) S 12209 12211 9489 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 341007354 3037372416 9977 33554432000 1073741824 1073778376 140736208741936 140503859890792 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12211/tid=12223] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12223/stat : 12223 (java) S 12209 12211 9489 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 341007355 3037372416 9977 33554432000 1073741824 1073778376 140736208741936 140503858837112 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12211/tid=12224] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12224/stat : 12224 (java) S 12209 12211 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341007355 3037372416 9977 33554432000 1073741824 1073778376 140736208741936 140503857784456 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12211/tid=12225] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12225/stat : 12225 (java) S 12209 12211 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341007357 3037372416 9977 33554432000 1073741824 1073778376 140736208741936 140503856733200 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12211/tid=12226] ppid=12209 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/12211/task/12226/stat : 12226 (java) S 12209 12211 9489 0 -1 4202560 959 0 0 0 6 0 0 0 20 0 20 0 341007357 3037372416 9977 33554432000 1073741824 1073778376 140736208741936 140503855679544 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12211/tid=12227] ppid=12209 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/12211/task/12227/stat : 12227 (java) S 12209 12211 9489 0 -1 4202560 1989 0 0 0 6 0 0 0 20 0 20 0 341007357 3037372416 9977 33554432000 1073741824 1073778376 140736208741936 140503854627000 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12211/tid=12228] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12228/stat : 12228 (java) S 12209 12211 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341007357 3037372416 9977 33554432000 1073741824 1073778376 140736208741936 140503853574648 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12211/tid=12229] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12229/stat : 12229 (java) S 12209 12211 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341007357 3037372416 9977 33554432000 1073741824 1073778376 140736208741936 140503852522312 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12211/tid=12232] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12232/stat : 12232 (java) S 12209 12211 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341007367 3037372416 9977 33554432000 1073741824 1073778376 140736208741936 140503849362984 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12211/tid=12233] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12233/stat : 12233 (java) S 12209 12211 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341007367 3037372416 9977 33554432000 1073741824 1073778376 140736208741936 140503848310440 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 2966184

[startup+3.1007 s]
/proc/loadavg: 3.96 3.98 3.82 3/217 12235
/proc/meminfo: memFree=25781404/32873844 swapFree=7628/7628
[pid=12211] ppid=12209 vsize=2966184 CPUtime=0.39 cores=1,3,5,7
/proc/12211/stat : 12211 (java) S 12209 12211 9489 0 -1 4202496 7155 0 1 0 35 4 0 0 20 0 20 0 341007351 3037372416 11032 33554432000 1073741824 1073778376 140736208741936 140736208733072 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12211/statm: 741546 11032 2222 9 0 732240 0
[pid=12211/tid=12213] ppid=12209 vsize=2966184 CPUtime=0.14 cores=1,3,5,7
/proc/12211/task/12213/stat : 12213 (java) S 12209 12211 9489 0 -1 4202560 2837 0 1 0 12 2 0 0 20 0 20 0 341007352 3037372416 11032 33554432000 1073741824 1073778376 140736208741936 140504013046936 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12211/tid=12214] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12214/stat : 12214 (java) S 12209 12211 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341007353 3037372416 11032 33554432000 1073741824 1073778376 140736208741936 140503879457448 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12211/tid=12215] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12215/stat : 12215 (java) S 12209 12211 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341007353 3037372416 11032 33554432000 1073741824 1073778376 140736208741936 140503878404904 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12211/tid=12216] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12216/stat : 12216 (java) S 12209 12211 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341007353 3037372416 11032 33554432000 1073741824 1073778376 140736208741936 140503877352360 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12211/tid=12217] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12217/stat : 12217 (java) S 12209 12211 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341007353 3037372416 11032 33554432000 1073741824 1073778376 140736208741936 140503876299816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12211/tid=12218] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12218/stat : 12218 (java) S 12209 12211 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341007353 3037372416 11032 33554432000 1073741824 1073778376 140736208741936 140503875246248 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12211/tid=12219] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12219/stat : 12219 (java) S 12209 12211 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341007353 3037372416 11032 33554432000 1073741824 1073778376 140736208741936 140503874193704 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12211/tid=12220] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12220/stat : 12220 (java) S 12209 12211 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341007353 3037372416 11032 33554432000 1073741824 1073778376 140736208741936 140503873141160 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12211/tid=12221] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12221/stat : 12221 (java) S 12209 12211 9489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 341007353 3037372416 11032 33554432000 1073741824 1073778376 140736208741936 140503872088616 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12211/tid=12222] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12222/stat : 12222 (java) S 12209 12211 9489 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 341007354 3037372416 11032 33554432000 1073741824 1073778376 140736208741936 140503859890792 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12211/tid=12223] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12223/stat : 12223 (java) S 12209 12211 9489 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 341007355 3037372416 11032 33554432000 1073741824 1073778376 140736208741936 140503858837112 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12211/tid=12224] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12224/stat : 12224 (java) S 12209 12211 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341007355 3037372416 11032 33554432000 1073741824 1073778376 140736208741936 140503857784456 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12211/tid=12225] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12225/stat : 12225 (java) S 12209 12211 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341007357 3037372416 11032 33554432000 1073741824 1073778376 140736208741936 140503856733200 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12211/tid=12226] ppid=12209 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/12211/task/12226/stat : 12226 (java) S 12209 12211 9489 0 -1 4202560 984 0 0 0 7 0 0 0 20 0 20 0 341007357 3037372416 11032 33554432000 1073741824 1073778376 140736208741936 140503855679544 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12211/tid=12227] ppid=12209 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/12211/task/12227/stat : 12227 (java) S 12209 12211 9489 0 -1 4202560 2002 0 0 0 7 0 0 0 20 0 20 0 341007357 3037372416 11032 33554432000 1073741824 1073778376 140736208741936 140503854627000 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12211/tid=12228] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12228/stat : 12228 (java) S 12209 12211 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341007357 3037372416 11032 33554432000 1073741824 1073778376 140736208741936 140503853574648 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12211/tid=12229] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12229/stat : 12229 (java) S 12209 12211 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341007357 3037372416 11032 33554432000 1073741824 1073778376 140736208741936 140503852522312 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12211/tid=12232] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12232/stat : 12232 (java) S 12209 12211 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341007367 3037372416 11032 33554432000 1073741824 1073778376 140736208741936 140503849362984 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12211/tid=12233] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12233/stat : 12233 (java) S 12209 12211 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341007367 3037372416 11032 33554432000 1073741824 1073778376 140736208741936 140503848310440 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 2966184
heavy processes:

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

[startup+3.90068 s]
/proc/loadavg: 3.96 3.98 3.82 7/219 12239
/proc/meminfo: memFree=25759636/32873844 swapFree=7628/7628
[pid=12211] ppid=12209 vsize=2966184 CPUtime=1.11 cores=1,3,5,7
/proc/12211/stat : 12211 (java) S 12209 12211 9489 0 -1 4202496 14738 0 1 0 104 7 0 0 20 0 20 0 341007351 3037372416 16496 33554432000 1073741824 1073778376 140736208741936 140736208733072 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12211/statm: 741546 16496 2230 9 0 732240 0
[pid=12211/tid=12213] ppid=12209 vsize=2966184 CPUtime=0.14 cores=1,3,5,7
/proc/12211/task/12213/stat : 12213 (java) S 12209 12211 9489 0 -1 4202560 2838 0 1 0 12 2 0 0 20 0 20 0 341007352 3037372416 16496 33554432000 1073741824 1073778376 140736208741936 140504013046936 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12211/tid=12214] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12214/stat : 12214 (java) S 12209 12211 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341007353 3037372416 16496 33554432000 1073741824 1073778376 140736208741936 140503879457448 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12211/tid=12215] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12215/stat : 12215 (java) S 12209 12211 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341007353 3037372416 16496 33554432000 1073741824 1073778376 140736208741936 140503878404904 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12211/tid=12216] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12216/stat : 12216 (java) S 12209 12211 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341007353 3037372416 16496 33554432000 1073741824 1073778376 140736208741936 140503877352360 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12211/tid=12217] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12217/stat : 12217 (java) S 12209 12211 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341007353 3037372416 16496 33554432000 1073741824 1073778376 140736208741936 140503876299816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12211/tid=12218] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12218/stat : 12218 (java) S 12209 12211 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341007353 3037372416 16496 33554432000 1073741824 1073778376 140736208741936 140503875246248 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12211/tid=12219] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12219/stat : 12219 (java) S 12209 12211 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341007353 3037372416 16496 33554432000 1073741824 1073778376 140736208741936 140503874193704 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12211/tid=12220] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12220/stat : 12220 (java) S 12209 12211 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341007353 3037372416 16496 33554432000 1073741824 1073778376 140736208741936 140503873141160 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12211/tid=12221] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12221/stat : 12221 (java) S 12209 12211 9489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 341007353 3037372416 16496 33554432000 1073741824 1073778376 140736208741936 140503872088616 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12211/tid=12222] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12222/stat : 12222 (java) S 12209 12211 9489 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 341007354 3037372416 16496 33554432000 1073741824 1073778376 140736208741936 140503859890792 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12211/tid=12223] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12223/stat : 12223 (java) S 12209 12211 9489 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 341007355 3037372416 16496 33554432000 1073741824 1073778376 140736208741936 140503858837112 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12211/tid=12224] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12224/stat : 12224 (java) S 12209 12211 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341007355 3037372416 16496 33554432000 1073741824 1073778376 140736208741936 140503857784456 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12211/tid=12225] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12225/stat : 12225 (java) S 12209 12211 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341007357 3037372416 16496 33554432000 1073741824 1073778376 140736208741936 140503856733200 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12211/tid=12226] ppid=12209 vsize=2966184 CPUtime=0.32 cores=1,3,5,7
/proc/12211/task/12226/stat : 12226 (java) S 12209 12211 9489 0 -1 4202560 4039 0 0 0 32 0 0 0 20 0 20 0 341007357 3037372416 16496 33554432000 1073741824 1073778376 140736208741936 140503855679544 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12211/tid=12227] ppid=12209 vsize=2966184 CPUtime=0.3 cores=1,3,5,7
/proc/12211/task/12227/stat : 12227 (java) S 12209 12211 9489 0 -1 4202560 6518 0 0 0 30 0 0 0 20 0 20 0 341007357 3037372416 16496 33554432000 1073741824 1073778376 140736208741936 140503854627000 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12211/tid=12228] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12228/stat : 12228 (java) S 12209 12211 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341007357 3037372416 16496 33554432000 1073741824 1073778376 140736208741936 140503853574648 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12211/tid=12229] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12229/stat : 12229 (java) S 12209 12211 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341007357 3037372416 16496 33554432000 1073741824 1073778376 140736208741936 140503852522312 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12211/tid=12232] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12232/stat : 12232 (java) S 12209 12211 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341007367 3037372416 16496 33554432000 1073741824 1073778376 140736208741936 140503849362984 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12211/tid=12233] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12233/stat : 12233 (java) S 12209 12211 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341007367 3037372416 16496 33554432000 1073741824 1073778376 140736208741936 140503848310440 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 2966184

[startup+4.70098 s]
/proc/loadavg: 3.97 3.98 3.82 7/219 12241
/proc/meminfo: memFree=25710060/32873844 swapFree=7628/7628
[pid=12211] ppid=12209 vsize=2966184 CPUtime=3.07 cores=1,3,5,7
/proc/12211/stat : 12211 (java) S 12209 12211 9489 0 -1 4202496 22396 0 1 0 295 12 0 0 20 0 20 0 341007351 3037372416 41083 33554432000 1073741824 1073778376 140736208741936 140736208733072 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12211/statm: 741546 41083 2274 9 0 732240 0
[pid=12211/tid=12213] ppid=12209 vsize=2966184 CPUtime=0.14 cores=1,3,5,7
/proc/12211/task/12213/stat : 12213 (java) S 12209 12211 9489 0 -1 4202560 2839 0 1 0 12 2 0 0 20 0 20 0 341007352 3037372416 41083 33554432000 1073741824 1073778376 140736208741936 140504013046936 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12211/tid=12214] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12214/stat : 12214 (java) S 12209 12211 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341007353 3037372416 41083 33554432000 1073741824 1073778376 140736208741936 140503879457448 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12211/tid=12215] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12215/stat : 12215 (java) S 12209 12211 9489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 341007353 3037372416 41083 33554432000 1073741824 1073778376 140736208741936 140503878404904 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12211/tid=12216] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12216/stat : 12216 (java) S 12209 12211 9489 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 341007353 3037372416 41083 33554432000 1073741824 1073778376 140736208741936 140503877352360 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12211/tid=12217] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12217/stat : 12217 (java) S 12209 12211 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 341007353 3037372416 41083 33554432000 1073741824 1073778376 140736208741936 140503876299816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12211/tid=12218] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12218/stat : 12218 (java) S 12209 12211 9489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 341007353 3037372416 41083 33554432000 1073741824 1073778376 140736208741936 140503875246248 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12211/tid=12219] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12219/stat : 12219 (java) S 12209 12211 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341007353 3037372416 41083 33554432000 1073741824 1073778376 140736208741936 140503874193704 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12211/tid=12220] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12220/stat : 12220 (java) S 12209 12211 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341007353 3037372416 41083 33554432000 1073741824 1073778376 140736208741936 140503873141160 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12211/tid=12221] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12221/stat : 12221 (java) S 12209 12211 9489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 341007353 3037372416 41083 33554432000 1073741824 1073778376 140736208741936 140503872088616 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12211/tid=12222] ppid=12209 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/12211/task/12222/stat : 12222 (java) S 12209 12211 9489 0 -1 4202560 29 0 0 0 3 0 0 0 20 0 20 0 341007354 3037372416 41083 33554432000 1073741824 1073778376 140736208741936 140503859890792 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12211/tid=12223] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12223/stat : 12223 (java) S 12209 12211 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 341007355 3037372416 41083 33554432000 1073741824 1073778376 140736208741936 140503858837112 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12211/tid=12224] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12224/stat : 12224 (java) S 12209 12211 9489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 341007355 3037372416 41083 33554432000 1073741824 1073778376 140736208741936 140503857784456 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12211/tid=12225] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12225/stat : 12225 (java) S 12209 12211 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341007357 3037372416 41083 33554432000 1073741824 1073778376 140736208741936 140503856733200 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12211/tid=12226] ppid=12209 vsize=2966184 CPUtime=0.77 cores=1,3,5,7
/proc/12211/task/12226/stat : 12226 (java) S 12209 12211 9489 0 -1 4202560 11173 0 0 0 74 3 0 0 20 0 20 0 341007357 3037372416 41083 33554432000 1073741824 1073778376 140736208741936 140503855679544 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12211/tid=12227] ppid=12209 vsize=2966184 CPUtime=0.78 cores=1,3,5,7
/proc/12211/task/12227/stat : 12227 (java) R 12209 12211 9489 0 -1 4202560 6924 0 0 0 78 0 0 0 20 0 20 0 341007357 3037372416 41083 33554432000 1073741824 1073778376 140736208741936 140503854614408 223655019661 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12211/tid=12228] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12228/stat : 12228 (java) S 12209 12211 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341007357 3037372416 41083 33554432000 1073741824 1073778376 140736208741936 140503853574648 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12211/tid=12229] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12229/stat : 12229 (java) S 12209 12211 9489 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 341007357 3037372416 41083 33554432000 1073741824 1073778376 140736208741936 140503852522312 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12211/tid=12232] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12232/stat : 12232 (java) S 12209 12211 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341007367 3037372416 41083 33554432000 1073741824 1073778376 140736208741936 140503849362984 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12211/tid=12233] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12233/stat : 12233 (java) S 12209 12211 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341007367 3037372416 41083 33554432000 1073741824 1073778376 140736208741936 140503848310440 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 2966184

[startup+5.10069 s]
/proc/loadavg: 3.97 3.98 3.82 7/219 12241
/proc/meminfo: memFree=25710060/32873844 swapFree=7628/7628
[pid=12211] ppid=12209 vsize=2966184 CPUtime=3.08 cores=1,3,5,7
/proc/12211/stat : 12211 (java) S 12209 12211 9489 0 -1 4202496 22402 0 1 0 296 12 0 0 20 0 20 0 341007351 3037372416 40621 33554432000 1073741824 1073778376 140736208741936 140736208733072 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12211/statm: 741546 40621 2274 9 0 732240 0
[pid=12211/tid=12213] ppid=12209 vsize=2966184 CPUtime=0.14 cores=1,3,5,7
/proc/12211/task/12213/stat : 12213 (java) S 12209 12211 9489 0 -1 4202560 2839 0 1 0 12 2 0 0 20 0 20 0 341007352 3037372416 40621 33554432000 1073741824 1073778376 140736208741936 140504013046936 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12211/tid=12214] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12214/stat : 12214 (java) S 12209 12211 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341007353 3037372416 40621 33554432000 1073741824 1073778376 140736208741936 140503879457448 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12211/tid=12215] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12215/stat : 12215 (java) S 12209 12211 9489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 341007353 3037372416 40621 33554432000 1073741824 1073778376 140736208741936 140503878404904 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12211/tid=12216] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12216/stat : 12216 (java) S 12209 12211 9489 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 341007353 3037372416 40621 33554432000 1073741824 1073778376 140736208741936 140503877352360 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12211/tid=12217] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12217/stat : 12217 (java) S 12209 12211 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 341007353 3037372416 40621 33554432000 1073741824 1073778376 140736208741936 140503876299816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12211/tid=12218] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12218/stat : 12218 (java) S 12209 12211 9489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 341007353 3037372416 40621 33554432000 1073741824 1073778376 140736208741936 140503875246248 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12211/tid=12219] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12219/stat : 12219 (java) S 12209 12211 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341007353 3037372416 40621 33554432000 1073741824 1073778376 140736208741936 140503874193704 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12211/tid=12220] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12220/stat : 12220 (java) S 12209 12211 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341007353 3037372416 40621 33554432000 1073741824 1073778376 140736208741936 140503873141160 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12211/tid=12221] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12221/stat : 12221 (java) S 12209 12211 9489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 341007353 3037372416 40621 33554432000 1073741824 1073778376 140736208741936 140503872088616 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12211/tid=12222] ppid=12209 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/12211/task/12222/stat : 12222 (java) S 12209 12211 9489 0 -1 4202560 29 0 0 0 3 0 0 0 20 0 20 0 341007354 3037372416 40621 33554432000 1073741824 1073778376 140736208741936 140503859890792 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12211/tid=12223] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12223/stat : 12223 (java) S 12209 12211 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 341007355 3037372416 40621 33554432000 1073741824 1073778376 140736208741936 140503858837112 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12211/tid=12224] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12224/stat : 12224 (java) S 12209 12211 9489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 341007355 3037372416 40621 33554432000 1073741824 1073778376 140736208741936 140503857784456 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12211/tid=12225] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12225/stat : 12225 (java) S 12209 12211 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341007357 3037372416 40621 33554432000 1073741824 1073778376 140736208741936 140503856733200 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12211/tid=12226] ppid=12209 vsize=2966184 CPUtime=0.77 cores=1,3,5,7
/proc/12211/task/12226/stat : 12226 (java) S 12209 12211 9489 0 -1 4202560 11173 0 0 0 74 3 0 0 20 0 20 0 341007357 3037372416 40621 33554432000 1073741824 1073778376 140736208741936 140503855679544 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12211/tid=12227] ppid=12209 vsize=2966184 CPUtime=0.79 cores=1,3,5,7
/proc/12211/task/12227/stat : 12227 (java) S 12209 12211 9489 0 -1 4202560 6930 0 0 0 79 0 0 0 20 0 20 0 341007357 3037372416 40621 33554432000 1073741824 1073778376 140736208741936 140503854627000 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12211/tid=12228] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12228/stat : 12228 (java) S 12209 12211 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341007357 3037372416 40621 33554432000 1073741824 1073778376 140736208741936 140503853574648 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12211/tid=12229] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12229/stat : 12229 (java) S 12209 12211 9489 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 341007357 3037372416 40621 33554432000 1073741824 1073778376 140736208741936 140503852522312 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12211/tid=12232] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12232/stat : 12232 (java) S 12209 12211 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341007367 3037372416 40621 33554432000 1073741824 1073778376 140736208741936 140503849362984 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12211/tid=12233] ppid=12209 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12211/task/12233/stat : 12233 (java) S 12209 12211 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341007367 3037372416 40621 33554432000 1073741824 1073778376 140736208741936 140503848310440 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 2966184

Child status: 30
Real time (s): 5.18837
CPU time (s): 3.11353
CPU user time (s): 2.95255
CPU system time (s): 0.160975
CPU usage (%): 60.0097
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.95255
system time used= 0.160975
maximum resident set size= 170464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22407
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 554
involuntary context switches= 117

runsolver used 0.012998 second user time and 0.06499 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-03 20:40:25
IDJOB=3735473
IDBENCH=24966
IDSOLVER=2324
FILE ID=node144/3735473-1338748825
RUNJOBID= node144-1338739588-9506
PBS_JOBID= 14636773
Free space on /tmp= 70836 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/poldner/PB/testset/normalized-8_16.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3735473-1338748825/watcher-3735473-1338748825 -o /tmp/evaluation-result-3735473-1338748825/solver-3735473-1338748825 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3735473-1338748825.opb

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

MD5SUM BENCH= a50db2fb26a0b36972cba004cae6f3a3
RANDOM SEED=1609371422

node144.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.196
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	: 5332.39
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.196
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.196
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	: 5438.54
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.196
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.196
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.196
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.196
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.196
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:        25812752 kB
Buffers:         1718592 kB
Cached:          3669896 kB
SwapCached:          464 kB
Active:          4275332 kB
Inactive:        1895624 kB
Active(anon):     762856 kB
Inactive(anon):    11188 kB
Active(file):    3512476 kB
Inactive(file):  1884436 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108384 kB
Dirty:               364 kB
Writeback:             0 kB
AnonPages:        791160 kB
Mapped:            22604 kB
Shmem:               172 kB
Slab:             740544 kB
SReclaimable:     182188 kB
SUnreclaim:       558356 kB
KernelStack:        1632 kB
PageTables:         5428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1574688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    733184 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= 70836 MiB
End job on node144 at 2012-06-03 20:40:30