Trace number 4117628

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
Sat4j PB 2.3.6 Res+CP PB16SAT (TO)96 1800.19 884.369

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
dt-problems/normalized-lo_14x14_004.opb.metafix.opb
MD5SUMc713ec17cedc4572aaaa28d2867babdb
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark96
Best CPU time to get the best result obtained on this benchmark129.92
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables196
Total number of constraints82
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint14
Number of terms in the objective function 196
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 196
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 11
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 196
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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	16
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@22c84d9
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 Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@3f7fa65e
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
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 org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@558385e3
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 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@3f7fa65e
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4117628-1467213779.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.10/0.17	c ... done. Wall clock time 0.057s.
0.10/0.17	c declared #vars     196
0.10/0.17	c #constraints  164
0.10/0.17	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8
0.10/0.17	c org.sat4j.minisat.constraints.cnf.UnitClauses => 5
0.10/0.17	c org.sat4j.specs.Constr$1 => 9
0.10/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 134
0.10/0.17	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.10/0.17	c 164 constraints processed.
0.10/0.17	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.10/0.17	c org.sat4j.specs.Constr$1 => 9
0.10/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 8
0.10/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 134
0.10/0.17	c org.sat4j.pb.constraints.pb.UnitClausesPB => 5
0.10/0.17	c org.sat4j.pb.constraints.pb.UnitClausePB => 4
0.10/0.17	c 164 constraints processed.
0.10/0.17	c objective function length is 196 literals
1.08/0.44	c And the winner is solver0
1.56/0.67	c SATISFIABLE
1.56/0.67	c OPTIMIZING...
1.56/0.68	c Got one! Elapsed wall clock time (in seconds):0.562
1.56/0.68	o 96
2.39/0.96	c cleaning 2608 clauses out of 5218 with flag 14492/5218
3.88/1.37	c cleaning 4299 clauses out of 8608 with flag 41550/11216
5.04/1.83	c cleaning 5648 clauses out of 11309 with flag 72391/18216
6.42/2.41	c cleaning 6819 clauses out of 13662 with flag 104311/26217
8.02/3.11	c cleaning 7919 clauses out of 15842 with flag 151608/35216
9.61/3.95	c cleaning 8952 clauses out of 17923 with flag 207775/45216
11.99/5.05	c cleaning 9981 clauses out of 19974 with flag 277089/56219
14.61/6.28	c cleaning 10983 clauses out of 21990 with flag 343380/68216
17.01/7.49	c cleaning 11997 clauses out of 24009 with flag 401047/81218
20.31/8.92	c cleaning 13001 clauses out of 26010 with flag 483809/95216
23.32/10.49	c cleaning 14000 clauses out of 28010 with flag 588696/110217
27.53/12.44	c cleaning 15000 clauses out of 30009 with flag 680656/126216
32.34/14.80	c cleaning 15996 clauses out of 32009 with flag 807913/143216
37.99/17.53	c cleaning 17002 clauses out of 34015 with flag 957259/161218
43.60/20.38	c cleaning 17990 clauses out of 36014 with flag 1139390/180219
50.07/23.48	c cleaning 19007 clauses out of 38022 with flag 1296749/200217
56.89/26.81	c cleaning 19998 clauses out of 40015 with flag 1421682/221217
63.39/30.04	c cleaning 21005 clauses out of 42017 with flag 1541376/243217
70.86/33.69	c cleaning 21999 clauses out of 44012 with flag 1676856/266217
79.47/37.95	c cleaning 23004 clauses out of 46019 with flag 1825077/290223
88.81/42.60	c cleaning 23994 clauses out of 48008 with flag 1991695/315216
97.82/47.05	c cleaning 24997 clauses out of 50014 with flag 2134009/341216
107.90/51.93	c cleaning 26003 clauses out of 52017 with flag 2329239/368216
118.10/57.08	c cleaning 26989 clauses out of 54015 with flag 2523516/396217
128.90/62.45	c cleaning 28010 clauses out of 56027 with flag 2690028/425218
139.35/67.59	c cleaning 28995 clauses out of 58015 with flag 2862884/455216
151.55/73.62	c cleaning 29998 clauses out of 60022 with flag 3054381/486218
165.77/80.65	c cleaning 31007 clauses out of 62023 with flag 3255837/518217
183.96/89.70	c cleaning 32004 clauses out of 64017 with flag 3494083/551218
197.94/96.53	c cleaning 0 clauses out of 5064 with flag 0/5064
201.65/98.20	c cleaning 33001 clauses out of 66015 with flag 3721703/585220
219.86/107.16	c cleaning 33999 clauses out of 68011 with flag 3971422/620217
238.66/116.49	c cleaning 34993 clauses out of 70012 with flag 4186267/656217
262.64/128.32	c cleaning 36001 clauses out of 72019 with flag 4504671/693217
288.50/141.18	c cleaning 36994 clauses out of 74018 with flag 4842926/731217
314.98/154.29	c cleaning 38005 clauses out of 76023 with flag 5111354/770216
343.27/168.24	c cleaning 39005 clauses out of 78019 with flag 5416302/810217
366.81/179.86	c cleaning 39995 clauses out of 80014 with flag 5657375/851217
393.23/192.81	c cleaning 40991 clauses out of 82018 with flag 5929890/893216
422.55/207.22	c cleaning 42009 clauses out of 84028 with flag 6206730/936217
455.80/223.50	c cleaning 42997 clauses out of 86020 with flag 6568653/980218
493.70/242.07	c cleaning 44005 clauses out of 88022 with flag 6966841/1025217
534.68/262.17	c cleaning 44996 clauses out of 90016 with flag 7358614/1071216
574.34/281.53	c cleaning 46001 clauses out of 92020 with flag 7701942/1118216
617.64/302.78	c cleaning 47003 clauses out of 94020 with flag 8126069/1166217
661.62/324.21	c cleaning 47998 clauses out of 96019 with flag 8600935/1215219
705.37/346.09	c cleaning 49000 clauses out of 98018 with flag 9084467/1265216
756.98/371.49	c cleaning 50003 clauses out of 100018 with flag 9541073/1316216
808.54/396.72	c cleaning 51000 clauses out of 102015 with flag 9995086/1368216
861.79/422.94	c cleaning 52002 clauses out of 104017 with flag 10438513/1421218
913.42/448.24	c cleaning 53002 clauses out of 106014 with flag 10821271/1475217
965.52/473.89	c cleaning 53995 clauses out of 108011 with flag 11192868/1530216
1021.38/501.20	c cleaning 55003 clauses out of 110018 with flag 11605781/1586218
1028.47/504.73	c cleaning 0 clauses out of 11066 with flag 0/11066
1080.71/530.47	c cleaning 55998 clauses out of 112013 with flag 12110246/1643216
1145.20/562.41	c cleaning 56997 clauses out of 114016 with flag 12543251/1701217
1210.34/594.40	c cleaning 57994 clauses out of 116018 with flag 13084844/1760216
1272.86/625.10	c cleaning 59002 clauses out of 118025 with flag 13572083/1820217
1340.21/658.37	c cleaning 60005 clauses out of 120025 with flag 14046188/1881219
1411.65/693.48	c cleaning 61000 clauses out of 122018 with flag 14524321/1943217
1487.29/730.61	c cleaning 62000 clauses out of 124017 with flag 15096516/2006216
1568.50/770.51	c cleaning 63002 clauses out of 126017 with flag 15742016/2070216
1653.44/812.26	c cleaning 63998 clauses out of 128016 with flag 16316120/2135217
1738.74/854.10	c cleaning 65001 clauses out of 130017 with flag 16976458/2201216
1800.19/884.30	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
1800.19/884.30	c starts		: 2449
1800.19/884.30	c conflicts		: 2253131
1800.19/884.30	c decisions		: 2714419
1800.19/884.30	c propagations		: 86684296
1800.19/884.30	c inspects		: 12245974083
1800.19/884.30	c shortcuts		: 0
1800.19/884.30	c learnt literals	: 0
1800.19/884.30	c learnt binary clauses	: 0
1800.19/884.30	c learnt ternary clauses	: 0
1800.19/884.30	c learnt constraints	: 2253131
1800.19/884.30	c ignored constraints	: 0
1800.19/884.30	c root simplifications	: 0
1800.19/884.30	c removed literals (reason simplification)	: 17658869
1800.19/884.30	c reason swapping (by a shorter reason)	: 0
1800.19/884.30	c Calls to reduceDB	: 62
1800.19/884.30	c Number of update (reduction) of LBD	: 889278
1800.19/884.30	c Imported unit clauses	: 0
1800.19/884.30	c number of reductions to clauses (during analyze)	: 0
1800.19/884.30	c number of learned constraints concerned by reduction	: 0
1800.19/884.30	c number of learning phase by resolution	: 0
1800.19/884.30	c number of learning phase by cutting planes	: 0
1800.19/884.30	c speed (assignments/second)	: 98044.74002691911
1800.19/884.30	c non guided choices	0
1800.19/884.33	c learnt constraints type 
1800.19/884.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 116931
1800.19/884.33	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.19/884.33	c starts		: 43
1800.19/884.33	c conflicts		: 14652
1800.19/884.33	c decisions		: 35572
1800.19/884.33	c propagations		: 389629
1800.19/884.33	c inspects		: 732453912
1800.19/884.33	c shortcuts		: 0
1800.19/884.33	c learnt literals	: 0
1800.19/884.33	c learnt binary clauses	: 0
1800.19/884.33	c learnt ternary clauses	: 0
1800.19/884.33	c learnt constraints	: 14651
1800.19/884.33	c ignored constraints	: 0
1800.19/884.33	c root simplifications	: 0
1800.19/884.33	c removed literals (reason simplification)	: 0
1800.19/884.33	c reason swapping (by a shorter reason)	: 0
1800.19/884.33	c Calls to reduceDB	: 2
1800.19/884.33	c Number of update (reduction) of LBD	: 0
1800.19/884.33	c Imported unit clauses	: 0
1800.19/884.33	c number of reductions to clauses (during analyze)	: 0
1800.19/884.33	c number of learned constraints concerned by reduction	: 0
1800.19/884.33	c number of learning phase by resolution	: 0
1800.19/884.33	c number of learning phase by cutting planes	: 0
1800.19/884.33	c speed (assignments/second)	: 440.92687337536313
1800.19/884.33	c non guided choices	0
1800.19/884.34	c learnt constraints type 
1800.19/884.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10
1800.19/884.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14641
1800.19/884.34	s SATISFIABLE
1800.19/884.34	c Found 1 solution(s)
1800.19/884.34	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 
1800.19/884.34	c objective function=96
1800.19/884.34	c Total wall clock time (in seconds): 884.235

Verifier Data

OK	96

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4117628-1467213779/watcher-4117628-1467213779 -o /tmp/evaluation-result-4117628-1467213779/solver-4117628-1467213779 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467209088-6737 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4117628-1467213779.opb 

pid=8607
running on 8 cores: 0-3,8-11

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.79 3.96 3.81 4/284 8610
/proc/meminfo: memFree=27758720/32872528 swapFree=8828/8828
[pid=8610] ppid=8607 vsize=101528 CPUtime=0 cores=0-3,8-11
/proc/8610/stat : 8610 (java) S 8607 8610 6721 0 -1 4202496 1459 0 0 0 0 0 0 0 20 0 2 0 2330656 103964672 1061 33554432000 1073741824 1073778376 140733331575856 140733331566992 216811995197 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8610/statm: 25390 1061 812 9 0 16774 0
[pid=8610/tid=8611] ppid=8607 vsize=101560 CPUtime=0 cores=0-3,8-11
/proc/8610/task/8611/stat : 8611 (java) R 8607 8610 6721 0 -1 4202560 274 0 1 0 0 0 0 0 20 0 2 0 2330657 103997440 1102 33554432000 1073741824 1073778376 140733331575856 140157130397328 216799472935 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 3.79 3.96 3.81 4/284 8610
/proc/meminfo: memFree=27758720/32872528 swapFree=8828/8828
[pid=8610] ppid=8607 vsize=9896436 CPUtime=0.1 cores=0-3,8-11
/proc/8610/stat : 8610 (java) S 8607 8610 6721 0 -1 4202496 4532 0 1 0 9 1 0 0 20 0 23 0 2330656 10133950464 5650 33554432000 1073741824 1073778376 140733331575856 140733331566992 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8610/statm: 2474109 5650 2141 9 0 2464786 0
[pid=8610/tid=8611] ppid=8607 vsize=9896436 CPUtime=0.07 cores=0-3,8-11
/proc/8610/task/8611/stat : 8611 (java) R 8607 8610 6721 0 -1 4202560 2463 0 1 0 7 0 0 0 20 0 23 0 2330657 10133950464 5650 33554432000 1073741824 1073778376 140733331575856 140157130394528 140157134528026 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9896436

[startup+0.200238 s]
/proc/loadavg: 3.79 3.96 3.81 4/284 8610
/proc/meminfo: memFree=27758720/32872528 swapFree=8828/8828
[pid=8610] ppid=8607 vsize=10162692 CPUtime=0.27 cores=0-3,8-11
/proc/8610/stat : 8610 (java) S 8607 8610 6721 0 -1 4202496 5271 0 1 0 26 1 0 0 20 0 27 0 2330656 10406596608 7787 33554432000 1073741824 1073778376 140733331575856 140733331566992 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8610/statm: 2540673 7787 2218 9 0 2531350 0
[pid=8610/tid=8611] ppid=8607 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/8610/task/8611/stat : 8611 (java) S 8607 8610 6721 0 -1 4202560 2501 0 1 0 15 0 0 0 20 0 27 0 2330657 10406596608 7787 33554432000 1073741824 1073778376 140733331575856 140157130396536 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 10162692

[startup+0.300243 s]
/proc/loadavg: 3.79 3.96 3.81 4/284 8610
/proc/meminfo: memFree=27758720/32872528 swapFree=8828/8828
[pid=8610] ppid=8607 vsize=10162692 CPUtime=0.68 cores=0-3,8-11
/proc/8610/stat : 8610 (java) S 8607 8610 6721 0 -1 4202496 7429 0 1 0 66 2 0 0 20 0 27 0 2330656 10406596608 9513 33554432000 1073741824 1073778376 140733331575856 140733331566992 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8610/statm: 2540673 9513 2242 9 0 2531350 0
[pid=8610/tid=8611] ppid=8607 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/8610/task/8611/stat : 8611 (java) S 8607 8610 6721 0 -1 4202560 2501 0 1 0 15 0 0 0 20 0 27 0 2330657 10406596608 9513 33554432000 1073741824 1073778376 140733331575856 140157130396536 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 10162692

[startup+0.70022 s]
/proc/loadavg: 3.79 3.96 3.81 4/284 8610
/proc/meminfo: memFree=27758720/32872528 swapFree=8828/8828
[pid=8610] ppid=8607 vsize=10162692 CPUtime=1.67 cores=0-3,8-11
/proc/8610/stat : 8610 (java) S 8607 8610 6721 0 -1 4202496 16332 0 1 0 162 5 0 0 20 0 27 0 2330656 10406596608 18624 33554432000 1073741824 1073778376 140733331575856 140733331566992 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8610/statm: 2540673 18624 2257 9 0 2531350 0
[pid=8610/tid=8611] ppid=8607 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/8610/task/8611/stat : 8611 (java) S 8607 8610 6721 0 -1 4202560 2501 0 1 0 15 0 0 0 20 0 27 0 2330657 10406596608 18624 33554432000 1073741824 1073778376 140733331575856 140157130396536 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 10162692

[startup+1.5011 s]
/proc/loadavg: 3.79 3.96 3.81 7/311 8640
/proc/meminfo: memFree=27380268/32872528 swapFree=8828/8828
[pid=8610] ppid=8607 vsize=10162692 CPUtime=4.42 cores=0-3,8-11
/proc/8610/stat : 8610 (java) S 8607 8610 6721 0 -1 4202496 22177 0 1 0 429 13 0 0 20 0 27 0 2330656 10406596608 49574 33554432000 1073741824 1073778376 140733331575856 140733331566992 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8610/statm: 2540673 49574 2284 9 0 2531350 0
[pid=8610/tid=8611] ppid=8607 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/8610/task/8611/stat : 8611 (java) S 8607 8610 6721 0 -1 4202560 2501 0 1 0 15 0 0 0 20 0 27 0 2330657 10406596608 49574 33554432000 1073741824 1073778376 140733331575856 140157130396536 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8610/tid=8613] ppid=8607 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/8610/task/8613/stat : 8613 (java) S 8607 8610 6721 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 27 0 2330658 10406596608 49574 33554432000 1073741824 1073778376 140733331575856 140157069126440 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8610/tid=8614] ppid=8607 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/8610/task/8614/stat : 8614 (java) S 8607 8610 6721 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 27 0 2330658 10406596608 49574 33554432000 1073741824 1073778376 140733331575856 140157068073640 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8610/tid=8615] ppid=8607 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/8610/task/8615/stat : 8615 (java) S 8607 8610 6721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 2330658 10406596608 49574 33554432000 1073741824 1073778376 140733331575856 140157067021352 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=8610/tid=8616] ppid=8607 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/8610/task/8616/stat : 8616 (java) S 8607 8610 6721 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 27 0 2330658 10406596608 49574 33554432000 1073741824 1073778376 140733331575856 140157065968552 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8610/tid=8617] ppid=8607 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/8610/task/8617/stat : 8617 (java) S 8607 8610 6721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 27 0 2330658 10406596608 49574 33554432000 1073741824 1073778376 140733331575856 140157064915240 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8610/tid=8618] ppid=8607 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/8610/task/8618/stat : 8618 (java) S 8607 8610 6721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 27 0 2330658 10406596608 49574 33554432000 1073741824 1073778376 140733331575856 140156969105576 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=8610/tid=8619] ppid=8607 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/8610/task/8619/stat : 8619 (java) S 8607 8610 6721 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 27 0 2330658 10406596608 49574 33554432000 1073741824 1073778376 140733331575856 140156968053288 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8610/tid=8620] ppid=8607 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/8610/task/8620/stat : 8620 (java) S 8607 8610 6721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 2330658 10406596608 49574 33554432000 1073741824 1073778376 140733331575856 140156967000488 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=8610/tid=8621] ppid=8607 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/8610/task/8621/stat : 8621 (java) S 8607 8610 6721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 2330658 10406596608 49574 33554432000 1073741824 1073778376 140733331575856 140156965948200 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8610/tid=8622] ppid=8607 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/8610/task/8622/stat : 8622 (java) S 8607 8610 6721 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 27 0 2330658 10406596608 49574 33554432000 1073741824 1073778376 140733331575856 140156964895400 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8610/tid=8623] ppid=8607 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/8610/task/8623/stat : 8623 (java) S 8607 8610 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 2330658 10406596608 49574 33554432000 1073741824 1073778376 140733331575856 140156963843112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=8610/tid=8624] ppid=8607 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/8610/task/8624/stat : 8624 (java) S 8607 8610 6721 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 27 0 2330658 10406596608 49574 33554432000 1073741824 1073778376 140733331575856 140156962790312 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8610/tid=8625] ppid=8607 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/8610/task/8625/stat : 8625 (java) S 8607 8610 6721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 2330658 10406596608 49574 33554432000 1073741824 1073778376 140733331575856 140156961737000 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8610/tid=8626] ppid=8607 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/8610/task/8626/stat : 8626 (java) S 8607 8610 6721 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 27 0 2330659 10406596608 49574 33554432000 1073741824 1073778376 140733331575856 140156944062568 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8610/tid=8627] ppid=8607 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/8610/task/8627/stat : 8627 (java) S 8607 8610 6721 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 2330659 10406596608 49574 33554432000 1073741824 1073778376 140733331575856 140156943009144 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=8610/tid=8628] ppid=8607 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/8610/task/8628/stat : 8628 (java) S 8607 8610 6721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 2330659 10406596608 49574 33554432000 1073741824 1073778376 140733331575856 140156941956232 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=8610/tid=8629] ppid=8607 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/8610/task/8629/stat : 8629 (java) S 8607 8610 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2330662 10406596608 49574 33554432000 1073741824 1073778376 140733331575856 140156940905232 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=8610/tid=8630] ppid=8607 vsize=10162692 CPUtime=0.94 cores=0-3,8-11
/proc/8610/task/8630/stat : 8630 (java) S 8607 8610 6721 0 -1 4202560 10772 0 0 0 91 3 0 0 20 0 27 0 2330662 10406596608 49574 33554432000 1073741824 1073778376 140733331575856 140156939852344 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8610/tid=8631] ppid=8607 vsize=10162692 CPUtime=0.94 cores=0-3,8-11
/proc/8610/task/8631/stat : 8631 (java) S 8607 8610 6721 0 -1 4202560 7348 0 0 0 93 1 0 0 20 0 27 0 2330662 10406596608 49574 33554432000 1073741824 1073778376 140733331575856 140156938800056 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8610/tid=8632] ppid=8607 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/8610/task/8632/stat : 8632 (java) S 8607 8610 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2330662 10406596608 49574 33554432000 1073741824 1073778376 140733331575856 140156937747448 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=8610/tid=8633] ppid=8607 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/8610/task/8633/stat : 8633 (java) S 8607 8610 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2330662 10406596608 49574 33554432000 1073741824 1073778376 140733331575856 140156936694344 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=8610/tid=8636] ppid=8607 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/8610/task/8636/stat : 8636 (java) S 8607 8610 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 2330674 10406596608 49574 33554432000 1073741824 1073778376 140733331575856 140156933436456 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=8610/tid=8638] ppid=8607 vsize=10162692 CPUtime=0.76 cores=0-3,8-11
/proc/8610/task/8638/stat : 8638 (java) R 8607 8610 6721 0 -1 4202560 7 0 0 0 76 0 0 0 20 0 27 0 2330724 10406596608 49574 33554432000 1073741824 1073778376 140733331575856 140156934489048 140157070699808 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8610/tid=8639] ppid=8607 vsize=10162692 CPUtime=0.77 cores=0-3,8-11
/proc/8610/task/8639/stat : 8639 (java) R 8607 8610 6721 0 -1 4202560 66 0 0 0 75 2 0 0 20 0 27 0 2330724 10406596608 49574 33554432000 1073741824 1073778376 140733331575856 140156935540648 140157070690266 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0
[pid=8610/tid=8640] ppid=8607 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/8610/task/8640/stat : 8640 (java) S 8607 8610 6721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 27 0 2330724 10406596608 49574 33554432000 1073741824 1073778376 140733331575856 140155386062376 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 10162692

[startup+3.10112 s]
/proc/loadavg: 3.79 3.96 3.81 5/311 8640
/proc/meminfo: memFree=27210140/32872528 swapFree=8828/8828
[pid=8610] ppid=8607 vsize=10162692 CPUtime=8.02 cores=0-3,8-11
/proc/8610/stat : 8610 (java) S 8607 8610 6721 0 -1 4202496 22486 0 1 0 773 29 0 0 20 0 27 0 2330656 10406596608 88623 33554432000 1073741824 1073778376 140733331575856 140733331566992 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8610/statm: 2540673 88623 2284 9 0 2531350 0
[pid=8610/tid=8611] ppid=8607 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/8610/task/8611/stat : 8611 (java) S 8607 8610 6721 0 -1 4202560 2501 0 1 0 15 0 0 0 20 0 27 0 2330657 10406596608 88623 33554432000 1073741824 1073778376 140733331575856 140157130396536 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8610/tid=8613] ppid=8607 vsize=10162692 CPUtime=0.04 cores=0-3,8-11
/proc/8610/task/8613/stat : 8613 (java) S 8607 8610 6721 0 -1 4202560 14 0 0 0 3 1 0 0 20 0 27 0 2330658 10406596608 88623 33554432000 1073741824 1073778376 140733331575856 140157069126440 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8610/tid=8614] ppid=8607 vsize=10162692 CPUtime=0.06 cores=0-3,8-11
/proc/8610/task/8614/stat : 8614 (java) S 8607 8610 6721 0 -1 4202560 26 0 0 0 4 2 0 0 20 0 27 0 2330658 10406596608 88623 33554432000 1073741824 1073778376 140733331575856 140157068073640 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8610/tid=8615] ppid=8607 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/8610/task/8615/stat : 8615 (java) S 8607 8610 6721 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 27 0 2330658 10406596608 88623 33554432000 1073741824 1073778376 140733331575856 140157067021352 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=8610/tid=8616] ppid=8607 vsize=10162692 CPUtime=0.03 cores=0-3,8-11
/proc/8610/task/8616/stat : 8616 (java) S 8607 8610 6721 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 27 0 2330658 10406596608 88623 33554432000 1073741824 1073778376 140733331575856 140157065968552 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8610/tid=8617] ppid=8607 vsize=10162692 CPUtime=0.03 cores=0-3,8-11
/proc/8610/task/8617/stat : 8617 (java) S 8607 8610 6721 0 -1 4202560 8 0 0 0 3 0 0 0 20 0 27 0 2330658 10406596608 88623 33554432000 1073741824 1073778376 140733331575856 140157064915240 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8610/tid=8618] ppid=8607 vsize=10162692 CPUtime=0.05 cores=0-3,8-11
/proc/8610/task/8618/stat : 8618 (java) S 8607 8610 6721 0 -1 4202560 14 0 0 0 3 2 0 0 20 0 27 0 2330658 10406596608 88623 33554432000 1073741824 1073778376 140733331575856 140156969105576 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8610/tid=8619] ppid=8607 vsize=10162692 CPUtime=0.03 cores=0-3,8-11
/proc/8610/task/8619/stat : 8619 (java) S 8607 8610 6721 0 -1 4202560 12 0 0 0 2 1 0 0 20 0 27 0 2330658 10406596608 88623 33554432000 1073741824 1073778376 140733331575856 140156968053288 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8610/tid=8620] ppid=8607 vsize=10162692 CPUtime=0.02 cores=0-3,8-11
/proc/8610/task/8620/stat : 8620 (java) S 8607 8610 6721 0 -1 4202560 17 0 0 0 1 1 0 0 20 0 27 0 2330658 10406596608 88623 33554432000 1073741824 1073778376 140733331575856 140156967000488 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8610/tid=8621] ppid=8607 vsize=10162692 CPUtime=0.04 cores=0-3,8-11
/proc/8610/task/8621/stat : 8621 (java) S 8607 8610 6721 0 -1 4202560 20 0 0 0 2 2 0 0 20 0 27 0 2330658 10406596608 88623 33554432000 1073741824 1073778376 140733331575856 140156965948200 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=8610/tid=8622] ppid=8607 vsize=10162692 CPUtime=0.06 cores=0-3,8-11
/proc/8610/task/8622/stat : 8622 (java) S 8607 8610 6721 0 -1 4202560 22 0 0 0 4 2 0 0 20 0 27 0 2330658 10406596608 88623 33554432000 1073741824 1073778376 140733331575856 140156964895400 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8610/tid=8623] ppid=8607 vsize=10162692 CPUtime=0.02 cores=0-3,8-11
/proc/8610/task/8623/stat : 8623 (java) S 8607 8610 6721 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 27 0 2330658 10406596608 88623 33554432000 1073741824 1073778376 140733331575856 140156963843112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=8610/tid=8624] ppid=8607 vsize=10162692 CPUtime=0.05 cores=0-3,8-11
/proc/8610/task/8624/stat : 8624 (java) S 8607 8610 6721 0 -1 4202560 17 0 0 0 3 2 0 0 20 0 27 0 2330658 10406596608 88623 33554432000 1073741824 1073778376 140733331575856 140156962790312 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=8610/tid=8625] ppid=8607 vsize=10162692 CPUtime=0.03 cores=0-3,8-11
/proc/8610/task/8625/stat : 8625 (java) S 8607 8610 6721 0 -1 4202560 14 0 0 0 2 1 0 0 20 0 27 0 2330658 10406596608 88623 33554432000 1073741824 1073778376 140733331575856 140156961737000 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=8610/tid=8626] ppid=8607 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/8610/task/8626/stat : 8626 (java) S 8607 8610 6721 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 27 0 2330659 10406596608 88623 33554432000 1073741824 1073778376 140733331575856 140156944062568 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8610/tid=8627] ppid=8607 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/8610/task/8627/stat : 8627 (java) S 8607 8610 6721 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 2330659 10406596608 88623 33554432000 1073741824 1073778376 140733331575856 140156943009144 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=8610/tid=8628] ppid=8607 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/8610/task/8628/stat : 8628 (java) S 8607 8610 6721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 2330659 10406596608 88623 33554432000 1073741824 1073778376 140733331575856 140156941956232 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=8610/tid=8629] ppid=8607 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/8610/task/8629/stat : 8629 (java) S 8607 8610 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2330662 10406596608 88623 33554432000 1073741824 1073778376 140733331575856 140156940905232 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=8610/tid=8630] ppid=8607 vsize=10162692 CPUtime=1 cores=0-3,8-11
/proc/8610/task/8630/stat : 8630 (java) S 8607 8610 6721 0 -1 4202560 10782 0 0 0 97 3 0 0 20 0 27 0 2330662 10406596608 88623 33554432000 1073741824 1073778376 140733331575856 140156939852344 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8610/tid=8631] ppid=8607 vsize=10162692 CPUtime=0.97 cores=0-3,8-11
/proc/8610/task/8631/stat : 8631 (java) S 8607 8610 6721 0 -1 4202560 7349 0 0 0 96 1 0 0 20 0 27 0 2330662 10406596608 88623 33554432000 1073741824 1073778376 140733331575856 140156938800056 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8610/tid=8632] ppid=8607 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/8610/task/8632/stat : 8632 (java) S 8607 8610 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2330662 10406596608 88623 33554432000 1073741824 1073778376 140733331575856 140156937747448 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=8610/tid=8633] ppid=8607 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/8610/task/8633/stat : 8633 (java) S 8607 8610 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2330662 10406596608 88623 33554432000 1073741824 1073778376 140733331575856 140156936694344 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8610/tid=8636] ppid=8607 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/8610/task/8636/stat : 8636 (java) S 8607 8610 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 2330674 10406596608 88623 33554432000 1073741824 1073778376 140733331575856 140156933436456 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=8610/tid=8638] ppid=8607 vsize=10162692 CPUtime=2.3 cores=0-3,8-11
/proc/8610/task/8638/stat : 8638 (java) R 8607 8610 6721 0 -1 4202560 9 0 0 0 230 0 0 0 20 0 27 0 2330724 10406596608 88623 33554432000 1073741824 1073778376 140733331575856 140156934489048 140157070610870 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8610/tid=8639] ppid=8607 vsize=10162692 CPUtime=2.3 cores=0-3,8-11
/proc/8610/task/8639/stat : 8639 (java) R 8607 8610 6721 0 -1 4202560 125 0 0 0 227 3 0 0 20 0 27 0 2330724 10406596608 88623 33554432000 1073741824 1073778376 140733331575856 140156935540616 140157070628565 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0
[pid=8610/tid=8640] ppid=8607 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/8610/task/8640/stat : 8640 (java) S 8607 8610 6721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 27 0 2330724 10406596608 88623 33554432000 1073741824 1073778376 140733331575856 140155386062376 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 8.02
Current children cumulated vsize (KiB) 10162692

[startup+6.30116 s]
/proc/loadavg: 3.81 3.96 3.81 5/311 8640
/proc/meminfo: memFree=26406556/32872528 swapFree=8828/8828

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

/proc/8610/task/8630/stat : 8630 (java) S 8607 8610 6721 0 -1 4202560 10786 0 0 0 101 3 0 0 20 0 27 0 2330662 10406596608 567189 33554432000 1073741824 1073778376 140733331575856 140156939852344 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8610/tid=8631] ppid=8607 vsize=10162692 CPUtime=1.57 cores=0-3,8-11
/proc/8610/task/8631/stat : 8631 (java) S 8607 8610 6721 0 -1 4202560 10282 0 0 0 156 1 0 0 20 0 27 0 2330662 10406596608 567189 33554432000 1073741824 1073778376 140733331575856 140156938800056 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8610/tid=8632] ppid=8607 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/8610/task/8632/stat : 8632 (java) S 8607 8610 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2330662 10406596608 567189 33554432000 1073741824 1073778376 140733331575856 140156937747448 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=8610/tid=8633] ppid=8607 vsize=10162692 CPUtime=0.35 cores=0-3,8-11
/proc/8610/task/8633/stat : 8633 (java) S 8607 8610 6721 0 -1 4202560 50 0 0 0 17 18 0 0 20 0 27 0 2330662 10406596608 567189 33554432000 1073741824 1073778376 140733331575856 140156936694344 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8610/tid=8636] ppid=8607 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/8610/task/8636/stat : 8636 (java) S 8607 8610 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 2330674 10406596608 567189 33554432000 1073741824 1073778376 140733331575856 140156933436456 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=8610/tid=8638] ppid=8607 vsize=10162692 CPUtime=871.77 cores=0-3,8-11
/proc/8610/task/8638/stat : 8638 (java) R 8607 8610 6721 0 -1 4202560 273 0 0 0 87163 14 0 0 20 0 27 0 2330724 10406596608 567189 33554432000 1073741824 1073778376 140733331575856 140156934487728 140157070610975 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0
[pid=8610/tid=8639] ppid=8607 vsize=10162692 CPUtime=871.78 cores=0-3,8-11
/proc/8610/task/8639/stat : 8639 (java) R 8607 8610 6721 0 -1 4202560 1442 0 0 0 87127 51 0 0 20 0 27 0 2330724 10406596608 567189 33554432000 1073741824 1073778376 140733331575856 140156935539888 140157070646683 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8610/tid=8640] ppid=8607 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/8610/task/8640/stat : 8640 (java) S 8607 8610 6721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 27 0 2330724 10406596608 567189 33554432000 1073741824 1073778376 140733331575856 140155386062376 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 1796.12
Current children cumulated vsize (KiB) 10162692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+884.301 s]
/proc/loadavg: 3.94 4.03 3.96 5/311 9037
/proc/meminfo: memFree=23200876/32872528 swapFree=8828/8828
[pid=8610] ppid=8607 vsize=10162692 CPUtime=1800.19 cores=0-3,8-11
/proc/8610/stat : 8610 (java) S 8607 8610 6721 0 -1 4202496 34435 0 1 0 179711 308 0 0 20 0 27 0 2330656 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140733331566992 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8610/statm: 2540673 566727 2293 9 0 2531350 0
[pid=8610/tid=8611] ppid=8607 vsize=10162692 CPUtime=0.2 cores=0-3,8-11
/proc/8610/task/8611/stat : 8611 (java) S 8607 8610 6721 0 -1 4202560 2517 0 1 0 17 3 0 0 20 0 27 0 2330657 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140157130396536 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8610/tid=8613] ppid=8607 vsize=10162692 CPUtime=3.21 cores=0-3,8-11
/proc/8610/task/8613/stat : 8613 (java) S 8607 8610 6721 0 -1 4202560 323 0 0 0 306 15 0 0 20 0 27 0 2330658 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140157069126440 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8610/tid=8614] ppid=8607 vsize=10162692 CPUtime=3.42 cores=0-3,8-11
/proc/8610/task/8614/stat : 8614 (java) S 8607 8610 6721 0 -1 4202560 441 0 0 0 322 20 0 0 20 0 27 0 2330658 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140157068073640 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8610/tid=8615] ppid=8607 vsize=10162692 CPUtime=3.48 cores=0-3,8-11
/proc/8610/task/8615/stat : 8615 (java) S 8607 8610 6721 0 -1 4202560 450 0 0 0 328 20 0 0 20 0 27 0 2330658 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140157067021352 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8610/tid=8616] ppid=8607 vsize=10162692 CPUtime=3.33 cores=0-3,8-11
/proc/8610/task/8616/stat : 8616 (java) S 8607 8610 6721 0 -1 4202560 442 0 0 0 313 20 0 0 20 0 27 0 2330658 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140157065968552 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=8610/tid=8617] ppid=8607 vsize=10162692 CPUtime=3.02 cores=0-3,8-11
/proc/8610/task/8617/stat : 8617 (java) S 8607 8610 6721 0 -1 4202560 425 0 0 0 286 16 0 0 20 0 27 0 2330658 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140157064915240 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8610/tid=8618] ppid=8607 vsize=10162692 CPUtime=3.35 cores=0-3,8-11
/proc/8610/task/8618/stat : 8618 (java) S 8607 8610 6721 0 -1 4202560 427 0 0 0 320 15 0 0 20 0 27 0 2330658 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140156969105576 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8610/tid=8619] ppid=8607 vsize=10162692 CPUtime=3.33 cores=0-3,8-11
/proc/8610/task/8619/stat : 8619 (java) S 8607 8610 6721 0 -1 4202560 385 0 0 0 312 21 0 0 20 0 27 0 2330658 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140156968053288 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8610/tid=8620] ppid=8607 vsize=10162692 CPUtime=3.29 cores=0-3,8-11
/proc/8610/task/8620/stat : 8620 (java) S 8607 8610 6721 0 -1 4202560 361 0 0 0 311 18 0 0 20 0 27 0 2330658 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140156967000488 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=8610/tid=8621] ppid=8607 vsize=10162692 CPUtime=3.56 cores=0-3,8-11
/proc/8610/task/8621/stat : 8621 (java) S 8607 8610 6721 0 -1 4202560 377 0 0 0 335 21 0 0 20 0 27 0 2330658 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140156965948200 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8610/tid=8622] ppid=8607 vsize=10162692 CPUtime=3.14 cores=0-3,8-11
/proc/8610/task/8622/stat : 8622 (java) S 8607 8610 6721 0 -1 4202560 367 0 0 0 297 17 0 0 20 0 27 0 2330658 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140156964895400 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8610/tid=8623] ppid=8607 vsize=10162692 CPUtime=3.27 cores=0-3,8-11
/proc/8610/task/8623/stat : 8623 (java) S 8607 8610 6721 0 -1 4202560 401 0 0 0 312 15 0 0 20 0 27 0 2330658 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140156963843112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=8610/tid=8624] ppid=8607 vsize=10162692 CPUtime=3.17 cores=0-3,8-11
/proc/8610/task/8624/stat : 8624 (java) S 8607 8610 6721 0 -1 4202560 426 0 0 0 300 17 0 0 20 0 27 0 2330658 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140156962790312 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=8610/tid=8625] ppid=8607 vsize=10162692 CPUtime=3.49 cores=0-3,8-11
/proc/8610/task/8625/stat : 8625 (java) S 8607 8610 6721 0 -1 4202560 466 0 0 0 332 17 0 0 20 0 27 0 2330658 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140156961737000 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8610/tid=8626] ppid=8607 vsize=10162692 CPUtime=1.36 cores=0-3,8-11
/proc/8610/task/8626/stat : 8626 (java) S 8607 8610 6721 0 -1 4202560 2467 0 0 0 127 9 0 0 20 0 27 0 2330659 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140156944062568 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8610/tid=8627] ppid=8607 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/8610/task/8627/stat : 8627 (java) S 8607 8610 6721 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 2330659 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140156943009144 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=8610/tid=8628] ppid=8607 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/8610/task/8628/stat : 8628 (java) S 8607 8610 6721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 2330659 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140156941956232 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=8610/tid=8629] ppid=8607 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/8610/task/8629/stat : 8629 (java) S 8607 8610 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2330662 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140156940905232 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=8610/tid=8630] ppid=8607 vsize=10162692 CPUtime=1.04 cores=0-3,8-11
/proc/8610/task/8630/stat : 8630 (java) S 8607 8610 6721 0 -1 4202560 10786 0 0 0 101 3 0 0 20 0 27 0 2330662 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140156939852344 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8610/tid=8631] ppid=8607 vsize=10162692 CPUtime=1.57 cores=0-3,8-11
/proc/8610/task/8631/stat : 8631 (java) S 8607 8610 6721 0 -1 4202560 10282 0 0 0 156 1 0 0 20 0 27 0 2330662 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140156938800056 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8610/tid=8632] ppid=8607 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/8610/task/8632/stat : 8632 (java) S 8607 8610 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2330662 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140156937747448 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=8610/tid=8633] ppid=8607 vsize=10162692 CPUtime=0.35 cores=0-3,8-11
/proc/8610/task/8633/stat : 8633 (java) S 8607 8610 6721 0 -1 4202560 50 0 0 0 17 18 0 0 20 0 27 0 2330662 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140156936694344 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8610/tid=8636] ppid=8607 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/8610/task/8636/stat : 8636 (java) S 8607 8610 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 2330674 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140156933436456 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=8610/tid=8638] ppid=8607 vsize=10162692 CPUtime=873.73 cores=0-3,8-11
/proc/8610/task/8638/stat : 8638 (java) R 8607 8610 6721 0 -1 4202560 273 0 0 0 87359 14 0 0 20 0 27 0 2330724 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140156934486944 140157070610975 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0
[pid=8610/tid=8639] ppid=8607 vsize=10162692 CPUtime=873.74 cores=0-3,8-11
/proc/8610/task/8639/stat : 8639 (java) R 8607 8610 6721 0 -1 4202560 1443 0 0 0 87323 51 0 0 20 0 27 0 2330724 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140156935540448 140157070581143 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8610/tid=8640] ppid=8607 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/8610/task/8640/stat : 8640 (java) S 8607 8610 6721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 27 0 2330724 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140155386062376 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 10162692

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 8610 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+884.301 s]
/proc/loadavg: 3.94 4.03 3.96 5/311 9037
/proc/meminfo: memFree=23200876/32872528 swapFree=8828/8828
[pid=8610] ppid=8607 vsize=10162692 CPUtime=1800.19 cores=0-3,8-11
/proc/8610/stat : 8610 (java) S 8607 8610 6721 0 -1 4202496 34435 0 1 0 179711 308 0 0 20 0 27 0 2330656 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140733331566992 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8610/statm: 2540673 566727 2293 9 0 2531350 0
[pid=8610/tid=8611] ppid=8607 vsize=10162692 CPUtime=0.2 cores=0-3,8-11
/proc/8610/task/8611/stat : 8611 (java) S 8607 8610 6721 0 -1 4202560 2517 0 1 0 17 3 0 0 20 0 27 0 2330657 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140157130396536 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8610/tid=8613] ppid=8607 vsize=10162692 CPUtime=3.21 cores=0-3,8-11
/proc/8610/task/8613/stat : 8613 (java) S 8607 8610 6721 0 -1 4202560 323 0 0 0 306 15 0 0 20 0 27 0 2330658 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140157069126440 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8610/tid=8614] ppid=8607 vsize=10162692 CPUtime=3.42 cores=0-3,8-11
/proc/8610/task/8614/stat : 8614 (java) S 8607 8610 6721 0 -1 4202560 441 0 0 0 322 20 0 0 20 0 27 0 2330658 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140157068073640 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8610/tid=8615] ppid=8607 vsize=10162692 CPUtime=3.48 cores=0-3,8-11
/proc/8610/task/8615/stat : 8615 (java) S 8607 8610 6721 0 -1 4202560 450 0 0 0 328 20 0 0 20 0 27 0 2330658 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140157067021352 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8610/tid=8616] ppid=8607 vsize=10162692 CPUtime=3.33 cores=0-3,8-11
/proc/8610/task/8616/stat : 8616 (java) S 8607 8610 6721 0 -1 4202560 442 0 0 0 313 20 0 0 20 0 27 0 2330658 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140157065968552 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=8610/tid=8617] ppid=8607 vsize=10162692 CPUtime=3.02 cores=0-3,8-11
/proc/8610/task/8617/stat : 8617 (java) S 8607 8610 6721 0 -1 4202560 425 0 0 0 286 16 0 0 20 0 27 0 2330658 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140157064915240 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8610/tid=8618] ppid=8607 vsize=10162692 CPUtime=3.35 cores=0-3,8-11
/proc/8610/task/8618/stat : 8618 (java) S 8607 8610 6721 0 -1 4202560 427 0 0 0 320 15 0 0 20 0 27 0 2330658 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140156969105576 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8610/tid=8619] ppid=8607 vsize=10162692 CPUtime=3.33 cores=0-3,8-11
/proc/8610/task/8619/stat : 8619 (java) S 8607 8610 6721 0 -1 4202560 385 0 0 0 312 21 0 0 20 0 27 0 2330658 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140156968053288 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8610/tid=8620] ppid=8607 vsize=10162692 CPUtime=3.29 cores=0-3,8-11
/proc/8610/task/8620/stat : 8620 (java) S 8607 8610 6721 0 -1 4202560 361 0 0 0 311 18 0 0 20 0 27 0 2330658 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140156967000488 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=8610/tid=8621] ppid=8607 vsize=10162692 CPUtime=3.56 cores=0-3,8-11
/proc/8610/task/8621/stat : 8621 (java) S 8607 8610 6721 0 -1 4202560 377 0 0 0 335 21 0 0 20 0 27 0 2330658 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140156965948200 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8610/tid=8622] ppid=8607 vsize=10162692 CPUtime=3.14 cores=0-3,8-11
/proc/8610/task/8622/stat : 8622 (java) S 8607 8610 6721 0 -1 4202560 367 0 0 0 297 17 0 0 20 0 27 0 2330658 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140156964895400 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8610/tid=8623] ppid=8607 vsize=10162692 CPUtime=3.27 cores=0-3,8-11
/proc/8610/task/8623/stat : 8623 (java) S 8607 8610 6721 0 -1 4202560 401 0 0 0 312 15 0 0 20 0 27 0 2330658 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140156963843112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=8610/tid=8624] ppid=8607 vsize=10162692 CPUtime=3.17 cores=0-3,8-11
/proc/8610/task/8624/stat : 8624 (java) S 8607 8610 6721 0 -1 4202560 426 0 0 0 300 17 0 0 20 0 27 0 2330658 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140156962790312 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=8610/tid=8625] ppid=8607 vsize=10162692 CPUtime=3.49 cores=0-3,8-11
/proc/8610/task/8625/stat : 8625 (java) S 8607 8610 6721 0 -1 4202560 466 0 0 0 332 17 0 0 20 0 27 0 2330658 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140156961737000 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8610/tid=8626] ppid=8607 vsize=10162692 CPUtime=1.36 cores=0-3,8-11
/proc/8610/task/8626/stat : 8626 (java) S 8607 8610 6721 0 -1 4202560 2467 0 0 0 127 9 0 0 20 0 27 0 2330659 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140156944062568 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8610/tid=8627] ppid=8607 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/8610/task/8627/stat : 8627 (java) S 8607 8610 6721 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 2330659 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140156943009144 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=8610/tid=8628] ppid=8607 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/8610/task/8628/stat : 8628 (java) S 8607 8610 6721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 2330659 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140156941956232 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=8610/tid=8629] ppid=8607 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/8610/task/8629/stat : 8629 (java) S 8607 8610 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2330662 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140156940905232 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=8610/tid=8630] ppid=8607 vsize=10162692 CPUtime=1.04 cores=0-3,8-11
/proc/8610/task/8630/stat : 8630 (java) S 8607 8610 6721 0 -1 4202560 10786 0 0 0 101 3 0 0 20 0 27 0 2330662 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140156939852344 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8610/tid=8631] ppid=8607 vsize=10162692 CPUtime=1.57 cores=0-3,8-11
/proc/8610/task/8631/stat : 8631 (java) S 8607 8610 6721 0 -1 4202560 10282 0 0 0 156 1 0 0 20 0 27 0 2330662 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140156938800056 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8610/tid=8632] ppid=8607 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/8610/task/8632/stat : 8632 (java) S 8607 8610 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2330662 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140156937747448 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=8610/tid=8633] ppid=8607 vsize=10162692 CPUtime=0.35 cores=0-3,8-11
/proc/8610/task/8633/stat : 8633 (java) S 8607 8610 6721 0 -1 4202560 50 0 0 0 17 18 0 0 20 0 27 0 2330662 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140156936694344 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8610/tid=8636] ppid=8607 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/8610/task/8636/stat : 8636 (java) S 8607 8610 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 2330674 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140156933436456 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=8610/tid=8638] ppid=8607 vsize=10162692 CPUtime=873.73 cores=0-3,8-11
/proc/8610/task/8638/stat : 8638 (java) R 8607 8610 6721 0 -1 4202560 273 0 0 0 87359 14 0 0 20 0 27 0 2330724 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140156934486944 140157070610975 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0
[pid=8610/tid=8639] ppid=8607 vsize=10162692 CPUtime=873.74 cores=0-3,8-11
/proc/8610/task/8639/stat : 8639 (java) R 8607 8610 6721 0 -1 4202560 1443 0 0 0 87323 51 0 0 20 0 27 0 2330724 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140156935540448 140157070581143 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8610/tid=8640] ppid=8607 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/8610/task/8640/stat : 8640 (java) S 8607 8610 6721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 27 0 2330724 10406596608 566727 33554432000 1073741824 1073778376 140733331575856 140155386062376 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 10162692

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8610 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=588485
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=542461
# CPU time returned by wait4() is 1796.13
# while last known CPU time is 1800.19
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 884.369
CPU time (s): 1800.19
CPU user time (s): 1797.11
CPU system time (s): 3.08
CPU usage (%): 203.556
Max. virtual memory (cumulated for all children) (KiB): 10164112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.59
system time used= 3.54246
maximum resident set size= 2905776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34480
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37856
involuntary context switches= 46288

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.2359 second user time and 10.4584 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-29 17:22:59
IDJOB=4117628
IDBENCH=111596
IDSOLVER=2543
FILE ID=node132/4117628-1467213779
RUNJOBID= node132-1467209088-6737
PBS_JOBID= 19997577
Free space on /tmp= 71540 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/dt-problems/normalized-lo_14x14_004.opb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117628-1467213779/watcher-4117628-1467213779 -o /tmp/evaluation-result-4117628-1467213779/solver-4117628-1467213779 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467209088-6737 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4117628-1467213779.opb

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

MD5SUM BENCH= c713ec17cedc4572aaaa28d2867babdb
RANDOM SEED=547484677

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		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.02
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		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.55
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		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.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		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:       32872528 kB
MemFree:        27764864 kB
Buffers:           94248 kB
Cached:          3836304 kB
SwapCached:            0 kB
Active:           468436 kB
Inactive:        3831556 kB
Active(anon):     372028 kB
Inactive(anon):        0 kB
Active(file):      96408 kB
Inactive(file):  3831556 kB
Unevictable:        8828 kB
Mlocked:            8828 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1596 kB
Writeback:             0 kB
AnonPages:        333100 kB
Mapped:            22268 kB
Shmem:               216 kB
Slab:             632356 kB
SReclaimable:      71648 kB
SUnreclaim:       560708 kB
KernelStack:        2616 kB
PageTables:         5644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1095100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    270336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71536 MiB
End job on node132 at 2016-06-29 17:37:43