Trace number 3732590

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
PB11: Sat4j Res//CP 2.3.0OPT89 2.00369 4.28796

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-jnh217.opb
MD5SUM5f8256f2423d7410846942dcc96981a5
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark89
Best CPU time to get the best result obtained on this benchmark0.079987
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 89
Optimality of the best value was proved YES
Number of variables200
Total number of constraints900
Number of constraints which are clauses900
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 constraint11
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
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.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.09/0.10	c version 2.3.1.v20110525
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		9996466904
0.09/0.10	c Max memory 		10048897024
0.09/0.10	c Total memory 		10048897024
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3732590-1338685887.opb
0.09/0.12	c reading problem ... 
0.24/0.25	c ... done. Wall clock time 0.128s.
0.24/0.25	c #vars     200
0.24/0.25	c #constraints  900
0.24/0.25	c constraints type 
0.24/0.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 752
0.24/0.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 148
0.24/0.25	c constraints type 
0.24/0.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 148
0.24/0.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 752
0.52/0.30	c  And the winner is Resolution
0.57/0.76	c SATISFIABLE
0.57/0.76	c OPTIMIZING...
0.57/0.76	c Got one! Elapsed wall clock time (in seconds):0.631
0.57/0.76	o 95
0.57/0.78	c  And the winner is Resolution
0.80/1.26	c Got one! Elapsed wall clock time (in seconds):1.135
0.80/1.26	o 94
0.80/1.26	c  And the winner is Resolution
0.81/1.76	c Got one! Elapsed wall clock time (in seconds):1.637
0.81/1.76	o 93
0.81/1.79	c  And the winner is Resolution
0.92/2.26	c Got one! Elapsed wall clock time (in seconds):2.138
0.92/2.26	o 92
0.92/2.28	c  And the winner is Resolution
1.02/2.76	c Got one! Elapsed wall clock time (in seconds):2.64
1.02/2.76	o 91
1.12/2.85	c  And the winner is Resolution
1.48/3.27	c Got one! Elapsed wall clock time (in seconds):3.141
1.48/3.27	o 90
1.48/3.28	c  And the winner is Resolution
1.53/3.77	c Got one! Elapsed wall clock time (in seconds):3.643
1.53/3.77	o 89
1.61/3.82	c  And the winner is Resolution
1.96/4.28	c starts		: 23
1.96/4.28	c conflicts		: 3675
1.96/4.28	c decisions		: 4761
1.96/4.28	c propagations		: 129279
1.96/4.28	c inspects		: 1142421
1.96/4.28	c shortcuts		: 0
1.96/4.28	c learnt literals	: 5
1.96/4.28	c learnt binary clauses	: 33
1.96/4.28	c learnt ternary clauses	: 86
1.96/4.28	c learnt constraints	: 3669
1.96/4.28	c ignored constraints	: 0
1.96/4.28	c root simplifications	: 0
1.96/4.28	c removed literals (reason simplification)	: 113943
1.96/4.28	c reason swapping (by a shorter reason)	: 0
1.96/4.28	c Calls to reduceDB	: 0
1.96/4.28	c number of reductions to clauses (during analyze)	: 0
1.96/4.28	c number of learned constraints concerned by reduction	: 0
1.96/4.28	c number of learning phase by resolution	: 0
1.96/4.28	c number of learning phase by cutting planes	: 0
1.96/4.28	c speed (assignments/second)	: 253986.24754420432
1.96/4.28	c non guided choices	0
1.96/4.28	c learnt constraints type 
1.96/4.28	c constraints type 
1.96/4.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 752
1.96/4.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
1.96/4.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 148
1.96/4.28	c constraints type 
1.96/4.28	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 148
1.96/4.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 752
1.96/4.28	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 0
1.96/4.28	s OPTIMUM FOUND
1.96/4.28	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 x137 -x138 x139 -x140 x141 -x142 x143 -x144 x145 -x146 -x147 -x148 x149 -x150 -x151 x152 -x153 x154 x155 -x156 -x157 x158 x159 -x160 -x161 x162 x163 -x164 x165 -x166 -x167 x168 -x169 x170 x171 -x172 x173 -x174 x175 -x176 -x177 x178 -x179 -x180 x181 -x182 x183 -x184 x185 -x186 x187 -x188 x189 -x190 x191 -x192 x193 -x194 -x195 x196 x197 -x198 x199 -x200 
1.96/4.28	c objective function=89
1.96/4.28	c Total wall clock time (in seconds): 4.154

Verifier Data

OK	89

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-3732590-1338685887/watcher-3732590-1338685887 -o /tmp/evaluation-result-3732590-1338685887/solver-3732590-1338685887 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3732590-1338685887.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.26 3.50 3.59 3/200 29305
/proc/meminfo: memFree=27210932/32873844 swapFree=7112/7112
[pid=29305] ppid=29303 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/29305/stat : 29305 (java) S 29303 29305 27163 0 -1 4202496 1146 0 0 0 0 0 0 0 20 0 2 0 334714049 24780800 867 33554432000 1073741824 1073778376 140734776933232 140734776924368 273592385597 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29305/statm: 6050 867 654 9 0 385 0
[pid=29305/tid=29306] ppid=29303 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29306/stat : 29306 (java) R 29303 29305 27163 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 2 0 334714049 91889664 883 33554432000 1073741824 1073778376 140734776933232 140734776922296 273588700384 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.0397501 s]
/proc/loadavg: 3.26 3.50 3.59 3/200 29305
/proc/meminfo: memFree=27210932/32873844 swapFree=7112/7112
[pid=29305] ppid=29303 vsize=11044572 CPUtime=0.02 cores=1,3,5,7
/proc/29305/stat : 29305 (java) S 29303 29305 27163 0 -1 4202496 4079 0 1 0 1 1 0 0 20 0 10 0 334714049 11309641728 11422 33554432000 1073741824 1073778376 140734776933232 140734776924368 273592385597 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29305/statm: 2761143 11422 1539 9 0 2751844 0
[pid=29305/tid=29306] ppid=29303 vsize=11044572 CPUtime=0.01 cores=1,3,5,7
/proc/29305/task/29306/stat : 29306 (java) R 29303 29305 27163 0 -1 4202560 2923 0 1 0 1 0 0 0 20 0 10 0 334714049 11309641728 11422 33554432000 1073741824 1073778376 140734776933232 139713806987968 273592411405 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11044572

[startup+0.100264 s]
/proc/loadavg: 3.26 3.50 3.59 3/200 29305
/proc/meminfo: memFree=27210932/32873844 swapFree=7112/7112
[pid=29305] ppid=29303 vsize=11586392 CPUtime=0.09 cores=1,3,5,7
/proc/29305/stat : 29305 (java) S 29303 29305 27163 0 -1 4202496 5131 0 1 0 8 1 0 0 20 0 18 0 334714049 11864465408 13483 33554432000 1073741824 1073778376 140734776933232 140734776924368 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29305/statm: 2896598 13483 2043 9 0 2887285 0
[pid=29305/tid=29306] ppid=29303 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/29305/task/29306/stat : 29306 (java) R 29303 29305 27163 0 -1 4202560 3322 0 1 0 6 1 0 0 20 0 18 0 334714049 11864465408 13484 33554432000 1073741824 1073778376 140734776933232 139713806990256 273589026485 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11586392

[startup+0.30018 s]
/proc/loadavg: 3.26 3.50 3.59 3/200 29305
/proc/meminfo: memFree=27210932/32873844 swapFree=7112/7112
[pid=29305] ppid=29303 vsize=11852648 CPUtime=0.52 cores=1,3,5,7
/proc/29305/stat : 29305 (java) S 29303 29305 27163 0 -1 4202496 7199 0 1 0 50 2 0 0 20 0 22 0 334714049 12137111552 16850 33554432000 1073741824 1073778376 140734776933232 140734776924368 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29305/statm: 2963162 16850 2233 9 0 2953849 0
[pid=29305/tid=29306] ppid=29303 vsize=11852648 CPUtime=0.23 cores=1,3,5,7
/proc/29305/task/29306/stat : 29306 (java) S 29303 29305 27163 0 -1 4202560 3412 0 1 0 21 2 0 0 20 0 22 0 334714049 12137111552 16850 33554432000 1073741824 1073778376 140734776933232 139713806992536 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 11852648

[startup+0.700273 s]
/proc/loadavg: 3.26 3.50 3.59 3/200 29305
/proc/meminfo: memFree=27210932/32873844 swapFree=7112/7112
[pid=29305] ppid=29303 vsize=11852648 CPUtime=0.57 cores=1,3,5,7
/proc/29305/stat : 29305 (java) S 29303 29305 27163 0 -1 4202496 7444 0 1 0 54 3 0 0 20 0 19 0 334714049 12137111552 16871 33554432000 1073741824 1073778376 140734776933232 140734776924368 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29305/statm: 2963162 16871 2244 9 0 2953849 0
[pid=29305/tid=29306] ppid=29303 vsize=11852648 CPUtime=0.23 cores=1,3,5,7
/proc/29305/task/29306/stat : 29306 (java) S 29303 29305 27163 0 -1 4202560 3412 0 1 0 21 2 0 0 20 0 19 0 334714049 12137111552 16871 33554432000 1073741824 1073778376 140734776933232 139713806992536 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 11852648

[startup+1.50068 s]
/proc/loadavg: 3.26 3.50 3.59 3/219 29330
/proc/meminfo: memFree=27142804/32873844 swapFree=7112/7112
[pid=29305] ppid=29303 vsize=11852648 CPUtime=0.81 cores=1,3,5,7
/proc/29305/stat : 29305 (java) S 29303 29305 27163 0 -1 4202496 9826 0 1 0 75 6 0 0 20 0 19 0 334714049 12137111552 20214 33554432000 1073741824 1073778376 140734776933232 140734776924368 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29305/statm: 2963162 20214 2247 9 0 2953849 0
[pid=29305/tid=29306] ppid=29303 vsize=11852648 CPUtime=0.24 cores=1,3,5,7
/proc/29305/task/29306/stat : 29306 (java) S 29303 29305 27163 0 -1 4202560 3413 0 1 0 22 2 0 0 20 0 19 0 334714049 12137111552 20214 33554432000 1073741824 1073778376 140734776933232 139713806992536 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29305/tid=29308] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29308/stat : 29308 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714052 12137111552 20214 33554432000 1073741824 1073778376 140734776933232 139713745722280 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29305/tid=29309] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29309/stat : 29309 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714052 12137111552 20214 33554432000 1073741824 1073778376 140734776933232 139713744669736 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29305/tid=29310] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29310/stat : 29310 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714052 12137111552 20214 33554432000 1073741824 1073778376 140734776933232 139713641212584 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29305/tid=29311] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29311/stat : 29311 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714052 12137111552 20214 33554432000 1073741824 1073778376 140734776933232 139713640160040 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29305/tid=29312] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29312/stat : 29312 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714052 12137111552 20214 33554432000 1073741824 1073778376 140734776933232 139713639106984 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29305/tid=29313] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29313/stat : 29313 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714052 12137111552 20214 33554432000 1073741824 1073778376 140734776933232 139713638054440 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29305/tid=29314] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29314/stat : 29314 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714052 12137111552 20214 33554432000 1073741824 1073778376 140734776933232 139713637001384 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29305/tid=29315] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29315/stat : 29315 (java) S 29303 29305 27163 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334714052 12137111552 20214 33554432000 1073741824 1073778376 140734776933232 139713635948840 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29305/tid=29316] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29316/stat : 29316 (java) S 29303 29305 27163 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334714053 12137111552 20214 33554432000 1073741824 1073778376 140734776933232 139713623751528 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29305/tid=29317] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29317/stat : 29317 (java) S 29303 29305 27163 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 334714053 12137111552 20214 33554432000 1073741824 1073778376 140734776933232 139713622697848 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29305/tid=29318] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29318/stat : 29318 (java) S 29303 29305 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334714054 12137111552 20214 33554432000 1073741824 1073778376 140734776933232 139713621644680 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29305/tid=29319] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29319/stat : 29319 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714056 12137111552 20214 33554432000 1073741824 1073778376 140734776933232 139713620593424 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29305/tid=29320] ppid=29303 vsize=11852648 CPUtime=0.21 cores=1,3,5,7
/proc/29305/task/29320/stat : 29320 (java) S 29303 29305 27163 0 -1 4202560 2071 0 0 0 21 0 0 0 20 0 19 0 334714056 12137111552 20214 33554432000 1073741824 1073778376 140734776933232 139713619540280 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29305/tid=29321] ppid=29303 vsize=11852648 CPUtime=0.18 cores=1,3,5,7
/proc/29305/task/29321/stat : 29321 (java) S 29303 29305 27163 0 -1 4202560 3022 0 0 0 18 0 0 0 20 0 19 0 334714056 12137111552 20214 33554432000 1073741824 1073778376 140734776933232 139713618487736 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29305/tid=29322] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29322/stat : 29322 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714056 12137111552 20214 33554432000 1073741824 1073778376 140734776933232 139713617434872 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29305/tid=29323] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29323/stat : 29323 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714056 12137111552 20214 33554432000 1073741824 1073778376 140734776933232 139713616382536 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29305/tid=29327] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29327/stat : 29327 (java) S 29303 29305 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334714075 12137111552 20214 33554432000 1073741824 1073778376 140734776933232 139713612170664 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 11852648

[startup+3.10074 s]
/proc/loadavg: 3.26 3.50 3.59 3/219 29336
/proc/meminfo: memFree=27134140/32873844 swapFree=7112/7112
[pid=29305] ppid=29303 vsize=11852648 CPUtime=1.48 cores=1,3,5,7
/proc/29305/stat : 29305 (java) S 29303 29305 27163 0 -1 4202496 12372 0 1 0 136 12 0 0 20 0 19 0 334714049 12137111552 25659 33554432000 1073741824 1073778376 140734776933232 140734776924368 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29305/statm: 2963162 25659 2249 9 0 2953849 0
[pid=29305/tid=29306] ppid=29303 vsize=11852648 CPUtime=0.24 cores=1,3,5,7
/proc/29305/task/29306/stat : 29306 (java) S 29303 29305 27163 0 -1 4202560 3414 0 1 0 22 2 0 0 20 0 19 0 334714049 12137111552 25659 33554432000 1073741824 1073778376 140734776933232 139713806992536 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29305/tid=29308] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29308/stat : 29308 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714052 12137111552 25659 33554432000 1073741824 1073778376 140734776933232 139713745722280 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29305/tid=29309] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29309/stat : 29309 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714052 12137111552 25659 33554432000 1073741824 1073778376 140734776933232 139713744669736 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29305/tid=29310] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29310/stat : 29310 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714052 12137111552 25659 33554432000 1073741824 1073778376 140734776933232 139713641212584 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29305/tid=29311] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29311/stat : 29311 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714052 12137111552 25659 33554432000 1073741824 1073778376 140734776933232 139713640160040 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29305/tid=29312] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29312/stat : 29312 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714052 12137111552 25659 33554432000 1073741824 1073778376 140734776933232 139713639106984 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29305/tid=29313] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29313/stat : 29313 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714052 12137111552 25659 33554432000 1073741824 1073778376 140734776933232 139713638054440 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29305/tid=29314] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29314/stat : 29314 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714052 12137111552 25659 33554432000 1073741824 1073778376 140734776933232 139713637001384 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29305/tid=29315] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29315/stat : 29315 (java) S 29303 29305 27163 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334714052 12137111552 25659 33554432000 1073741824 1073778376 140734776933232 139713635948840 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29305/tid=29316] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29316/stat : 29316 (java) S 29303 29305 27163 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334714053 12137111552 25659 33554432000 1073741824 1073778376 140734776933232 139713623751528 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29305/tid=29317] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29317/stat : 29317 (java) S 29303 29305 27163 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 334714053 12137111552 25659 33554432000 1073741824 1073778376 140734776933232 139713622697848 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29305/tid=29318] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29318/stat : 29318 (java) S 29303 29305 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334714054 12137111552 25659 33554432000 1073741824 1073778376 140734776933232 139713621644680 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29305/tid=29319] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29319/stat : 29319 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714056 12137111552 25659 33554432000 1073741824 1073778376 140734776933232 139713620593424 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29305/tid=29320] ppid=29303 vsize=11852648 CPUtime=0.41 cores=1,3,5,7
/proc/29305/task/29320/stat : 29320 (java) S 29303 29305 27163 0 -1 4202560 4483 0 0 0 41 0 0 0 20 0 19 0 334714056 12137111552 25659 33554432000 1073741824 1073778376 140734776933232 139713619540280 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29305/tid=29321] ppid=29303 vsize=11852648 CPUtime=0.37 cores=1,3,5,7
/proc/29305/task/29321/stat : 29321 (java) S 29303 29305 27163 0 -1 4202560 3093 0 0 0 37 0 0 0 20 0 19 0 334714056 12137111552 25659 33554432000 1073741824 1073778376 140734776933232 139713618487736 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29305/tid=29322] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29322/stat : 29322 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714056 12137111552 25659 33554432000 1073741824 1073778376 140734776933232 139713617434872 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29305/tid=29323] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29323/stat : 29323 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714056 12137111552 25659 33554432000 1073741824 1073778376 140734776933232 139713616382536 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29305/tid=29327] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29327/stat : 29327 (java) S 29303 29305 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334714075 12137111552 25659 33554432000 1073741824 1073778376 140734776933232 139713612170664 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 11852648
heavy processes:

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

[startup+3.9007 s]
/proc/loadavg: 3.26 3.50 3.59 2/219 29342
/proc/meminfo: memFree=27116124/32873844 swapFree=7112/7112
[pid=29305] ppid=29303 vsize=11852648 CPUtime=1.87 cores=1,3,5,7
/proc/29305/stat : 29305 (java) S 29303 29305 27163 0 -1 4202496 18474 0 1 0 169 18 0 0 20 0 19 0 334714049 12137111552 35064 33554432000 1073741824 1073778376 140734776933232 140734776924368 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29305/statm: 2963162 35064 2249 9 0 2953849 0
[pid=29305/tid=29306] ppid=29303 vsize=11852648 CPUtime=0.24 cores=1,3,5,7
/proc/29305/task/29306/stat : 29306 (java) S 29303 29305 27163 0 -1 4202560 3416 0 1 0 22 2 0 0 20 0 19 0 334714049 12137111552 35064 33554432000 1073741824 1073778376 140734776933232 139713806992536 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29305/tid=29308] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29308/stat : 29308 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714052 12137111552 35064 33554432000 1073741824 1073778376 140734776933232 139713745722280 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29305/tid=29309] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29309/stat : 29309 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714052 12137111552 35064 33554432000 1073741824 1073778376 140734776933232 139713744669736 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29305/tid=29310] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29310/stat : 29310 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714052 12137111552 35064 33554432000 1073741824 1073778376 140734776933232 139713641212584 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29305/tid=29311] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29311/stat : 29311 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714052 12137111552 35064 33554432000 1073741824 1073778376 140734776933232 139713640160040 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29305/tid=29312] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29312/stat : 29312 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714052 12137111552 35064 33554432000 1073741824 1073778376 140734776933232 139713639106984 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29305/tid=29313] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29313/stat : 29313 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714052 12137111552 35064 33554432000 1073741824 1073778376 140734776933232 139713638054440 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29305/tid=29314] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29314/stat : 29314 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714052 12137111552 35064 33554432000 1073741824 1073778376 140734776933232 139713637001384 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29305/tid=29315] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29315/stat : 29315 (java) S 29303 29305 27163 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334714052 12137111552 35064 33554432000 1073741824 1073778376 140734776933232 139713635948840 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29305/tid=29316] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29316/stat : 29316 (java) S 29303 29305 27163 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334714053 12137111552 35064 33554432000 1073741824 1073778376 140734776933232 139713623751528 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29305/tid=29317] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29317/stat : 29317 (java) S 29303 29305 27163 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 334714053 12137111552 35064 33554432000 1073741824 1073778376 140734776933232 139713622697848 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29305/tid=29318] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29318/stat : 29318 (java) S 29303 29305 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334714054 12137111552 35064 33554432000 1073741824 1073778376 140734776933232 139713621644680 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29305/tid=29319] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29319/stat : 29319 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714056 12137111552 35064 33554432000 1073741824 1073778376 140734776933232 139713620593424 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29305/tid=29320] ppid=29303 vsize=11852648 CPUtime=0.51 cores=1,3,5,7
/proc/29305/task/29320/stat : 29320 (java) R 29303 29305 27163 0 -1 4202560 7277 0 0 0 50 1 0 0 20 0 19 0 334714056 12137111552 35064 33554432000 1073741824 1073778376 140734776933232 139713619517432 139713813966137 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29305/tid=29321] ppid=29303 vsize=11852648 CPUtime=0.49 cores=1,3,5,7
/proc/29305/task/29321/stat : 29321 (java) R 29303 29305 27163 0 -1 4202560 6374 0 0 0 49 0 0 0 20 0 19 0 334714056 12137111552 35064 33554432000 1073741824 1073778376 140734776933232 139713618475016 139713813807054 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=29305/tid=29322] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29322/stat : 29322 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714056 12137111552 35064 33554432000 1073741824 1073778376 140734776933232 139713617434872 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29305/tid=29323] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29323/stat : 29323 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714056 12137111552 35064 33554432000 1073741824 1073778376 140734776933232 139713616382536 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29305/tid=29327] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29327/stat : 29327 (java) S 29303 29305 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334714075 12137111552 35064 33554432000 1073741824 1073778376 140734776933232 139713612170664 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 11852648

[startup+4.1008 s]
/proc/loadavg: 3.26 3.50 3.59 2/219 29342
/proc/meminfo: memFree=27116124/32873844 swapFree=7112/7112
[pid=29305] ppid=29303 vsize=11852648 CPUtime=1.96 cores=1,3,5,7
/proc/29305/stat : 29305 (java) S 29303 29305 27163 0 -1 4202496 19568 0 1 0 178 18 0 0 20 0 19 0 334714049 12137111552 34735 33554432000 1073741824 1073778376 140734776933232 140734776924368 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29305/statm: 2963162 34735 2250 9 0 2953849 0
[pid=29305/tid=29306] ppid=29303 vsize=11852648 CPUtime=0.24 cores=1,3,5,7
/proc/29305/task/29306/stat : 29306 (java) S 29303 29305 27163 0 -1 4202560 3416 0 1 0 22 2 0 0 20 0 19 0 334714049 12137111552 34735 33554432000 1073741824 1073778376 140734776933232 139713806992536 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29305/tid=29308] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29308/stat : 29308 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714052 12137111552 34735 33554432000 1073741824 1073778376 140734776933232 139713745722280 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29305/tid=29309] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29309/stat : 29309 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714052 12137111552 34735 33554432000 1073741824 1073778376 140734776933232 139713744669736 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29305/tid=29310] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29310/stat : 29310 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714052 12137111552 34735 33554432000 1073741824 1073778376 140734776933232 139713641212584 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29305/tid=29311] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29311/stat : 29311 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714052 12137111552 34735 33554432000 1073741824 1073778376 140734776933232 139713640160040 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29305/tid=29312] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29312/stat : 29312 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714052 12137111552 34735 33554432000 1073741824 1073778376 140734776933232 139713639106984 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29305/tid=29313] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29313/stat : 29313 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714052 12137111552 34735 33554432000 1073741824 1073778376 140734776933232 139713638054440 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29305/tid=29314] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29314/stat : 29314 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714052 12137111552 34735 33554432000 1073741824 1073778376 140734776933232 139713637001384 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29305/tid=29315] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29315/stat : 29315 (java) S 29303 29305 27163 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334714052 12137111552 34735 33554432000 1073741824 1073778376 140734776933232 139713635948840 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29305/tid=29316] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29316/stat : 29316 (java) S 29303 29305 27163 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334714053 12137111552 34735 33554432000 1073741824 1073778376 140734776933232 139713623751528 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29305/tid=29317] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29317/stat : 29317 (java) S 29303 29305 27163 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 334714053 12137111552 34735 33554432000 1073741824 1073778376 140734776933232 139713622697848 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29305/tid=29318] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29318/stat : 29318 (java) S 29303 29305 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334714054 12137111552 34735 33554432000 1073741824 1073778376 140734776933232 139713621644680 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29305/tid=29319] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29319/stat : 29319 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714056 12137111552 34735 33554432000 1073741824 1073778376 140734776933232 139713620593424 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29305/tid=29320] ppid=29303 vsize=11852648 CPUtime=0.59 cores=1,3,5,7
/proc/29305/task/29320/stat : 29320 (java) S 29303 29305 27163 0 -1 4202560 8343 0 0 0 57 2 0 0 20 0 19 0 334714056 12137111552 34735 33554432000 1073741824 1073778376 140734776933232 139713619540280 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29305/tid=29321] ppid=29303 vsize=11852648 CPUtime=0.51 cores=1,3,5,7
/proc/29305/task/29321/stat : 29321 (java) S 29303 29305 27163 0 -1 4202560 6401 0 0 0 51 0 0 0 20 0 19 0 334714056 12137111552 34735 33554432000 1073741824 1073778376 140734776933232 139713618487736 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29305/tid=29322] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29322/stat : 29322 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714056 12137111552 34735 33554432000 1073741824 1073778376 140734776933232 139713617434872 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29305/tid=29323] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29323/stat : 29323 (java) S 29303 29305 27163 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334714056 12137111552 34735 33554432000 1073741824 1073778376 140734776933232 139713616382536 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29305/tid=29327] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29327/stat : 29327 (java) S 29303 29305 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334714075 12137111552 34735 33554432000 1073741824 1073778376 140734776933232 139713612170664 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 11852648

[startup+4.20071 s]
/proc/loadavg: 3.26 3.50 3.59 2/219 29342
/proc/meminfo: memFree=27116124/32873844 swapFree=7112/7112
[pid=29305] ppid=29303 vsize=11852648 CPUtime=1.96 cores=1,3,5,7
/proc/29305/stat : 29305 (java) S 29303 29305 27163 0 -1 4202496 19568 0 1 0 178 18 0 0 20 0 19 0 334714049 12137111552 34735 33554432000 1073741824 1073778376 140734776933232 140734776924368 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29305/statm: 2963162 34735 2250 9 0 2953849 0
[pid=29305/tid=29306] ppid=29303 vsize=11852648 CPUtime=0.24 cores=1,3,5,7
/proc/29305/task/29306/stat : 29306 (java) S 29303 29305 27163 0 -1 4202560 3416 0 1 0 22 2 0 0 20 0 19 0 334714049 12137111552 34735 33554432000 1073741824 1073778376 140734776933232 139713806992536 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29305/tid=29308] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29308/stat : 29308 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714052 12137111552 34735 33554432000 1073741824 1073778376 140734776933232 139713745722280 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29305/tid=29309] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29309/stat : 29309 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714052 12137111552 34735 33554432000 1073741824 1073778376 140734776933232 139713744669736 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29305/tid=29310] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29310/stat : 29310 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714052 12137111552 34735 33554432000 1073741824 1073778376 140734776933232 139713641212584 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29305/tid=29311] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29311/stat : 29311 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714052 12137111552 34735 33554432000 1073741824 1073778376 140734776933232 139713640160040 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29305/tid=29312] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29312/stat : 29312 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714052 12137111552 34735 33554432000 1073741824 1073778376 140734776933232 139713639106984 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29305/tid=29313] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29313/stat : 29313 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714052 12137111552 34735 33554432000 1073741824 1073778376 140734776933232 139713638054440 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29305/tid=29314] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29314/stat : 29314 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714052 12137111552 34735 33554432000 1073741824 1073778376 140734776933232 139713637001384 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29305/tid=29315] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29315/stat : 29315 (java) S 29303 29305 27163 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334714052 12137111552 34735 33554432000 1073741824 1073778376 140734776933232 139713635948840 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29305/tid=29316] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29316/stat : 29316 (java) S 29303 29305 27163 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334714053 12137111552 34735 33554432000 1073741824 1073778376 140734776933232 139713623751528 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29305/tid=29317] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29317/stat : 29317 (java) S 29303 29305 27163 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 334714053 12137111552 34735 33554432000 1073741824 1073778376 140734776933232 139713622697848 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29305/tid=29318] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29318/stat : 29318 (java) S 29303 29305 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334714054 12137111552 34735 33554432000 1073741824 1073778376 140734776933232 139713621644680 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29305/tid=29319] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29319/stat : 29319 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714056 12137111552 34735 33554432000 1073741824 1073778376 140734776933232 139713620593424 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29305/tid=29320] ppid=29303 vsize=11852648 CPUtime=0.59 cores=1,3,5,7
/proc/29305/task/29320/stat : 29320 (java) S 29303 29305 27163 0 -1 4202560 8343 0 0 0 57 2 0 0 20 0 19 0 334714056 12137111552 34735 33554432000 1073741824 1073778376 140734776933232 139713619540280 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29305/tid=29321] ppid=29303 vsize=11852648 CPUtime=0.51 cores=1,3,5,7
/proc/29305/task/29321/stat : 29321 (java) S 29303 29305 27163 0 -1 4202560 6401 0 0 0 51 0 0 0 20 0 19 0 334714056 12137111552 34735 33554432000 1073741824 1073778376 140734776933232 139713618487736 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29305/tid=29322] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29322/stat : 29322 (java) S 29303 29305 27163 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334714056 12137111552 34735 33554432000 1073741824 1073778376 140734776933232 139713617434872 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29305/tid=29323] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29323/stat : 29323 (java) S 29303 29305 27163 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334714056 12137111552 34735 33554432000 1073741824 1073778376 140734776933232 139713616382536 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29305/tid=29327] ppid=29303 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/29305/task/29327/stat : 29327 (java) S 29303 29305 27163 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334714075 12137111552 34735 33554432000 1073741824 1073778376 140734776933232 139713612170664 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 11852648

Child status: 30
Real time (s): 4.28796
CPU time (s): 2.00369
CPU user time (s): 1.79173
CPU system time (s): 0.211967
CPU usage (%): 46.7284
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.79173
system time used= 0.211967
maximum resident set size= 140996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19574
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= 487
involuntary context switches= 90

runsolver used 0.018997 second user time and 0.051992 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-03 03:11:27
IDJOB=3732590
IDBENCH=2129
IDSOLVER=2328
FILE ID=node132/3732590-1338685887
RUNJOBID= node132-1338678626-27183
PBS_JOBID= 14636681
Free space on /tmp= 71216 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-jnh217.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3732590-1338685887/watcher-3732590-1338685887 -o /tmp/evaluation-result-3732590-1338685887/solver-3732590-1338685887 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3732590-1338685887.opb

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

MD5SUM BENCH= 5f8256f2423d7410846942dcc96981a5
RANDOM SEED=1972699569

node132.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.832
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.66
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27211196 kB
Buffers:          600112 kB
Cached:          3071252 kB
SwapCached:         2292 kB
Active:          2624444 kB
Inactive:        2119144 kB
Active(anon):    1064848 kB
Inactive(anon):     7120 kB
Active(file):    1559596 kB
Inactive(file):  2112024 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67102708 kB
Dirty:               552 kB
Writeback:             0 kB
AnonPages:       1117672 kB
Mapped:            19340 kB
Shmem:                 8 kB
Slab:             774936 kB
SReclaimable:     215896 kB
SUnreclaim:       559040 kB
KernelStack:        1808 kB
PageTables:         5972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10459004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1064960 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= 71216 MiB
End job on node132 at 2012-06-03 03:11:32