Trace number 4090802

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16MSAT (TO) 1800.07 1796.77

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/spot5/
normalized-spot5-404_wcsp.wbo
MD5SUM2413d46290c8b1663f08f424871383e0
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark114
Best CPU time to get the best result obtained on this benchmark0.132978
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables258
Total number of constraints1137
Number of soft constraints1037
Number of constraints which are clauses1037
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint4
Top cost 164
Min constraint cost 1
Max constraint cost 164
Sum of constraints costs 153831
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.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 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
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 No 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.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4090802-1466068080.wbo
0.10/0.11	c reading problem ... 
0.25/0.22	c ... done. Wall clock time 0.11s.
0.25/0.22	c declared #vars     258
0.25/0.22	c internal #vars     1295
0.25/0.22	c #constraints  1237
0.25/0.22	c constraints type 
0.25/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 966
0.25/0.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 29
0.25/0.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.25/0.22	c 1237 constraints processed.
0.25/0.22	c objective function length is 1037 literals
0.25/0.24	c SATISFIABLE
0.25/0.24	c OPTIMIZING...
0.25/0.24	c Got one! Elapsed wall clock time (in seconds):0.135
0.25/0.24	o 119
0.25/0.27	c Got one! Elapsed wall clock time (in seconds):0.163
0.25/0.27	o 118
1.44/0.87	c cleaning 2499 clauses out of 5004 with flag 12764/5004
2.19/1.31	c cleaning 4252 clauses out of 8506 with flag 26690/11005
2.70/1.85	c cleaning 5626 clauses out of 11253 with flag 42571/18004
3.42/2.51	c cleaning 6813 clauses out of 13628 with flag 62256/26005
4.14/3.27	c cleaning 7908 clauses out of 15815 with flag 82236/35005
5.04/4.17	c cleaning 8954 clauses out of 17907 with flag 104212/45005
6.04/5.10	c cleaning 9975 clauses out of 19952 with flag 127900/56004
7.04/6.15	c cleaning 10989 clauses out of 21978 with flag 153838/68005
8.24/7.38	c cleaning 11994 clauses out of 23988 with flag 184531/81004
9.74/8.89	c cleaning 12993 clauses out of 25994 with flag 215891/95004
11.43/10.56	c cleaning 13996 clauses out of 28002 with flag 248714/110005
13.04/12.15	c cleaning 14995 clauses out of 30005 with flag 283914/126004
15.03/14.11	c cleaning 16004 clauses out of 32012 with flag 321915/143006
17.23/16.33	c cleaning 17004 clauses out of 34008 with flag 362199/161006
19.33/18.50	c cleaning 17993 clauses out of 36002 with flag 404898/180004
21.95/21.05	c cleaning 18998 clauses out of 38009 with flag 448911/200004
24.74/23.84	c cleaning 20001 clauses out of 40012 with flag 494791/221005
27.53/26.66	c cleaning 21005 clauses out of 42010 with flag 543353/243004
30.74/29.88	c cleaning 22000 clauses out of 44005 with flag 593459/266004
34.14/33.27	c cleaning 23001 clauses out of 46007 with flag 645470/290006
37.66/36.77	c cleaning 24001 clauses out of 48006 with flag 700602/315006
41.56/40.61	c cleaning 25001 clauses out of 50003 with flag 757790/341004
45.66/44.78	c cleaning 26000 clauses out of 52002 with flag 815857/368004
50.66/49.71	c cleaning 26997 clauses out of 54004 with flag 875154/396006
56.46/55.54	c cleaning 28003 clauses out of 56006 with flag 935884/425005
61.36/60.48	c cleaning 28998 clauses out of 58002 with flag 1000122/455004
66.46/65.59	c cleaning 30001 clauses out of 60004 with flag 1066280/486004
72.06/71.11	c cleaning 30998 clauses out of 62004 with flag 1135739/518005
76.76/75.82	c cleaning 32002 clauses out of 64005 with flag 1208652/551004
81.26/80.33	c cleaning 32999 clauses out of 66003 with flag 1281078/585004
86.15/85.29	c cleaning 33997 clauses out of 68005 with flag 1356227/620005
91.81/90.83	c cleaning 35000 clauses out of 70007 with flag 1432765/656004
97.21/96.29	c cleaning 36001 clauses out of 72007 with flag 1511539/693004
103.32/102.39	c cleaning 37005 clauses out of 74009 with flag 1593404/731007
109.71/108.77	c cleaning 37994 clauses out of 76001 with flag 1680266/770004
116.41/115.49	c cleaning 39000 clauses out of 78008 with flag 1767784/810005
123.41/122.42	c cleaning 39999 clauses out of 80007 with flag 1858016/851004
130.81/129.88	c cleaning 41003 clauses out of 82010 with flag 1951092/893006
138.92/137.96	c cleaning 41998 clauses out of 84006 with flag 2045070/936005
147.25/146.24	c cleaning 43004 clauses out of 86008 with flag 2141735/980005
155.86/154.81	c cleaning 44000 clauses out of 88003 with flag 2243702/1025004
165.65/164.61	c cleaning 45001 clauses out of 90004 with flag 2343651/1071005
176.35/175.31	c cleaning 45998 clauses out of 92002 with flag 2443257/1118004
186.56/185.59	c cleaning 46999 clauses out of 94005 with flag 2544991/1166005
197.36/196.35	c cleaning 48003 clauses out of 96005 with flag 2651005/1215004
208.76/207.72	c cleaning 48996 clauses out of 98003 with flag 2759314/1265005
219.24/218.13	c cleaning 50005 clauses out of 100010 with flag 2869357/1316008
229.95/228.90	c cleaning 50996 clauses out of 102001 with flag 2979778/1368004
241.54/240.45	c cleaning 51997 clauses out of 104005 with flag 3093329/1421004
253.94/252.88	c cleaning 53002 clauses out of 106009 with flag 3208416/1475005
267.54/266.49	c cleaning 54000 clauses out of 108008 with flag 3329315/1530006
278.95/277.86	c cleaning 54998 clauses out of 110006 with flag 3448140/1586004
291.46/290.28	c cleaning 56005 clauses out of 112009 with flag 3572793/1643005
307.66/306.42	c cleaning 57001 clauses out of 114003 with flag 3697760/1701004
325.27/324.01	c cleaning 57999 clauses out of 116002 with flag 3826019/1760004
342.87/341.62	c cleaning 58998 clauses out of 118003 with flag 3955428/1820004
357.57/356.30	c cleaning 60004 clauses out of 120008 with flag 4086525/1881007
372.89/371.56	c cleaning 61002 clauses out of 122005 with flag 4218240/1943008
388.79/387.44	c cleaning 61997 clauses out of 124000 with flag 4352873/2006005
403.68/402.32	c cleaning 63000 clauses out of 126004 with flag 4489426/2070006
419.21/417.85	c cleaning 63997 clauses out of 128002 with flag 4629923/2135004
437.81/436.47	c cleaning 64999 clauses out of 130005 with flag 4766905/2201004
456.50/455.06	c cleaning 66000 clauses out of 132007 with flag 4909625/2268005
473.20/471.72	c cleaning 67003 clauses out of 134006 with flag 5055610/2336004
491.70/490.25	c cleaning 67998 clauses out of 136004 with flag 5204429/2405005
514.11/512.63	c cleaning 69001 clauses out of 138005 with flag 5354854/2475004
532.21/530.67	c cleaning 70001 clauses out of 140005 with flag 5503180/2546005
553.52/551.95	c cleaning 70999 clauses out of 142003 with flag 5653106/2618004
571.42/569.88	c cleaning 71997 clauses out of 144004 with flag 5805197/2691004
592.03/590.33	c cleaning 73003 clauses out of 146007 with flag 5962366/2765004
608.33/606.68	c cleaning 73997 clauses out of 148004 with flag 6121620/2840004
630.13/628.48	c cleaning 75000 clauses out of 150007 with flag 6284446/2916004
659.33/657.65	c cleaning 75996 clauses out of 152008 with flag 6455840/2993005
683.46/681.61	c cleaning 77003 clauses out of 154011 with flag 6627106/3071004
703.26/701.49	c cleaning 78002 clauses out of 156009 with flag 6795353/3150005
723.17/721.32	c cleaning 79003 clauses out of 158006 with flag 6964980/3230004
746.19/744.26	c cleaning 80002 clauses out of 160007 with flag 7136956/3311008
770.09/768.18	c cleaning 80998 clauses out of 162004 with flag 7312188/3393007
796.21/794.21	c cleaning 81999 clauses out of 164003 with flag 7490680/3476004
821.11/819.03	c cleaning 83001 clauses out of 166004 with flag 7666734/3560004
849.50/847.40	c cleaning 83998 clauses out of 168003 with flag 7850363/3645004
875.21/873.15	c cleaning 84998 clauses out of 170005 with flag 8036521/3731004
901.26/899.13	c cleaning 86000 clauses out of 172008 with flag 8228689/3818005
927.95/925.89	c cleaning 86999 clauses out of 174007 with flag 8423817/3906004
952.66/950.45	c cleaning 88002 clauses out of 176008 with flag 8617525/3995004
973.76/971.51	c cleaning 89003 clauses out of 178006 with flag 8813332/4085004
1003.57/1001.30	c cleaning 89997 clauses out of 180004 with flag 9008236/4176005
1036.79/1034.43	c cleaning 90999 clauses out of 182006 with flag 9206350/4268004
1062.79/1060.43	c cleaning 92002 clauses out of 184008 with flag 9402188/4361005
1090.28/1087.89	c cleaning 93002 clauses out of 186005 with flag 9604377/4455004
1124.48/1122.07	c cleaning 94000 clauses out of 188003 with flag 9810064/4550004
1155.99/1153.48	c cleaning 94997 clauses out of 190003 with flag 10020024/4646004
1194.17/1191.70	c cleaning 96000 clauses out of 192007 with flag 10232293/4743005
1234.26/1231.78	c cleaning 97001 clauses out of 194006 with flag 10450633/4841004
1267.35/1264.78	c cleaning 98000 clauses out of 196008 with flag 10666339/4940007
1303.65/1301.05	c cleaning 99002 clauses out of 198005 with flag 10884677/5040004
1346.58/1343.84	c cleaning 100000 clauses out of 200003 with flag 11101072/5141004
1381.49/1378.74	c cleaning 101000 clauses out of 202005 with flag 11317740/5243006
1409.35/1406.49	c cleaning 101998 clauses out of 204003 with flag 11533808/5346004
1440.77/1437.89	c cleaning 103002 clauses out of 206005 with flag 11760062/5450004
1485.25/1482.26	c cleaning 104002 clauses out of 208003 with flag 11982097/5555004
1524.23/1521.10	c cleaning 105001 clauses out of 210001 with flag 12204672/5661004
1564.52/1561.48	c cleaning 105997 clauses out of 212000 with flag 12428396/5768004
1609.71/1606.53	c cleaning 106999 clauses out of 214003 with flag 12653485/5876004
1653.50/1650.38	c cleaning 107999 clauses out of 216004 with flag 12882181/5985004
1694.89/1691.68	c cleaning 109003 clauses out of 218005 with flag 13110684/6095004
1740.50/1737.22	c cleaning 109997 clauses out of 220002 with flag 13345406/6206004
1778.46/1775.17	c cleaning 110996 clauses out of 222006 with flag 13582319/6318005
1800.07/1796.73	c starts		: 26
1800.07/1796.73	c conflicts		: 6399730
1800.07/1796.73	c decisions		: 7901629
1800.07/1796.73	c propagations		: 342152760
1800.07/1796.73	c inspects		: 34066898859
1800.07/1796.73	c shortcuts		: 0
1800.07/1796.73	c learnt literals	: 0
1800.07/1796.73	c learnt binary clauses	: 0
1800.07/1796.73	c learnt ternary clauses	: 223
1800.07/1796.73	c learnt constraints	: 6399730
1800.07/1796.74	c ignored constraints	: 0
1800.07/1796.74	c root simplifications	: 0
1800.07/1796.74	c removed literals (reason simplification)	: 0
1800.07/1796.74	c reason swapping (by a shorter reason)	: 0
1800.07/1796.74	c Calls to reduceDB	: 108
1800.07/1796.74	c Number of update (reduction) of LBD	: 298022
1800.07/1796.74	c Imported unit clauses	: 0
1800.07/1796.74	c number of reductions to clauses (during analyze)	: 0
1800.07/1796.74	c number of learned constraints concerned by reduction	: 0
1800.07/1796.74	c number of learning phase by resolution	: 0
1800.07/1796.74	c number of learning phase by cutting planes	: 0
1800.07/1796.74	c speed (assignments/second)	: 190453.9240483782
1800.07/1796.74	c non guided choices	12
1800.07/1796.76	c learnt constraints type 
1800.07/1796.76	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 192736
1800.07/1796.76	s SATISFIABLE
1800.07/1796.76	c Found 2 solution(s)
1800.07/1796.76	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 x201 -x202 -x203 x204 -x205 -x206 -x207 -x208 x209 -x210 x211 -x212 -x213 -x214 -x215 -x216 -x217 x218 -x219 x220 -x221 -x222 -x223 x224 -x225 x226 -x227 x228 -x229 -x230 -x231 x232 x233 -x234 -x235 x236 -x237 -x238 -x239 x240 -x241 x242 -x243 x244 -x245 x246 -x247 -x248 -x249 x250 -x251 -x252 -x253 x254 -x255 x256 -x257 -x258 
1800.07/1796.76	c objective function=118
1800.07/1796.76	c Total wall clock time (in seconds): 1796.657

Verifier Data

OK	118

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-4090802-1466068080/watcher-4090802-1466068080 -o /tmp/evaluation-result-4090802-1466068080/solver-4090802-1466068080 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1466062123-7959 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090802-1466068080.wbo 

pid=12002
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: 2.04 2.12 2.05 2/170 12005
/proc/meminfo: memFree=31799944/32872528 swapFree=302776/319128
[pid=12005] ppid=12002 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/12005/stat : 12005 (java) R 12002 12005 7942 0 -1 4202496 1063 0 0 0 0 0 0 0 20 0 1 0 8854642 23793664 713 33554432000 1073741824 1073778376 140736639262512 140736639252504 262953547112 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12005/statm: 5809 713 527 9 0 128 0

[startup+0.10006 s]
/proc/loadavg: 2.04 2.12 2.05 2/170 12005
/proc/meminfo: memFree=31799944/32872528 swapFree=302776/319128
[pid=12005] ppid=12002 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/12005/stat : 12005 (java) S 12002 12005 7942 0 -1 4202496 4413 0 1 0 9 1 0 0 20 0 18 0 8854642 9787879424 6039 33554432000 1073741824 1073778376 140736639262512 140736639253648 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12005/statm: 2389619 6039 2137 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200314 s]
/proc/loadavg: 2.04 2.12 2.05 2/170 12005
/proc/meminfo: memFree=31799944/32872528 swapFree=302776/319128
[pid=12005] ppid=12002 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/12005/stat : 12005 (java) S 12002 12005 7942 0 -1 4202496 4763 0 1 0 24 1 0 0 20 0 18 0 8854642 9787879424 6824 33554432000 1073741824 1073778376 140736639262512 140736639253648 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12005/statm: 2389619 6824 2201 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300327 s]
/proc/loadavg: 2.04 2.12 2.05 2/170 12005
/proc/meminfo: memFree=31799944/32872528 swapFree=302776/319128
[pid=12005] ppid=12002 vsize=9625784 CPUtime=0.46 cores=1,3,5,7
/proc/12005/stat : 12005 (java) S 12002 12005 7942 0 -1 4202496 6485 0 1 0 45 1 0 0 20 0 19 0 8854642 9856802816 8998 33554432000 1073741824 1073778376 140736639262512 140736639253648 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12005/statm: 2406446 9021 2242 9 0 2397123 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9625784

[startup+0.700259 s]
/proc/loadavg: 2.04 2.12 2.05 2/170 12005
/proc/meminfo: memFree=31799944/32872528 swapFree=302776/319128
[pid=12005] ppid=12002 vsize=9625040 CPUtime=1.33 cores=1,3,5,7
/proc/12005/stat : 12005 (java) S 12002 12005 7942 0 -1 4202496 12199 0 1 0 131 2 0 0 20 0 19 0 8854642 9856040960 11105 33554432000 1073741824 1073778376 140736639262512 140736639253648 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12005/statm: 2406260 11105 2251 9 0 2396937 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.04 2.12 2.05 3/213 12055
/proc/meminfo: memFree=31694336/32872528 swapFree=302776/319128
[pid=12005] ppid=12002 vsize=9625040 CPUtime=2.4 cores=1,3,5,7
/proc/12005/stat : 12005 (java) S 12002 12005 7942 0 -1 4202496 18409 0 1 0 236 4 0 0 20 0 19 0 8854642 9856040960 15745 33554432000 1073741824 1073778376 140736639262512 140736639253648 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12005/statm: 2406260 15745 2261 9 0 2396937 0
[pid=12005/tid=12007] ppid=12002 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/12005/task/12007/stat : 12007 (java) R 12002 12005 7942 0 -1 4202560 2411 0 1 0 145 1 0 0 20 0 19 0 8854642 9856040960 15745 33554432000 1073741824 1073778376 140736639262512 139832451120368 139832274226808 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12005/tid=12010] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12010/stat : 12010 (java) S 12002 12005 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854643 9856040960 15745 33554432000 1073741824 1073778376 140736639262512 139832412613032 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12011] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12011/stat : 12011 (java) S 12002 12005 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854643 9856040960 15745 33554432000 1073741824 1073778376 140736639262512 139832411560488 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12005/tid=12012] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12012/stat : 12012 (java) S 12002 12005 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854643 9856040960 15745 33554432000 1073741824 1073778376 140736639262512 139832410507432 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12005/tid=12013] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12013/stat : 12013 (java) S 12002 12005 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854643 9856040960 15745 33554432000 1073741824 1073778376 140736639262512 139832409454888 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12005/tid=12014] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12014/stat : 12014 (java) S 12002 12005 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854643 9856040960 15745 33554432000 1073741824 1073778376 140736639262512 139832408402856 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12015] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12015/stat : 12015 (java) S 12002 12005 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854643 9856040960 15745 33554432000 1073741824 1073778376 140736639262512 139832407350312 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12005/tid=12016] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12016/stat : 12016 (java) S 12002 12005 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854643 9856040960 15745 33554432000 1073741824 1073778376 140736639262512 139832406297256 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12017] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12017/stat : 12017 (java) S 12002 12005 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8854643 9856040960 15745 33554432000 1073741824 1073778376 140736639262512 139832405244712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12023] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12023/stat : 12023 (java) S 12002 12005 7942 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8854644 9856040960 15745 33554432000 1073741824 1073778376 140736639262512 139832392833384 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12024] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12024/stat : 12024 (java) S 12002 12005 7942 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8854645 9856040960 15745 33554432000 1073741824 1073778376 140736639262512 139832273659256 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12025] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12025/stat : 12025 (java) S 12002 12005 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8854645 9856040960 15745 33554432000 1073741824 1073778376 140736639262512 139832272606088 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12033] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12033/stat : 12033 (java) S 12002 12005 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854647 9856040960 15745 33554432000 1073741824 1073778376 140736639262512 139832271554832 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12034] ppid=12002 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/12005/task/12034/stat : 12034 (java) S 12002 12005 7942 0 -1 4202560 10903 0 0 0 50 2 0 0 20 0 19 0 8854647 9856040960 15745 33554432000 1073741824 1073778376 140736639262512 139832270502712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12035] ppid=12002 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/12005/task/12035/stat : 12035 (java) S 12002 12005 7942 0 -1 4202560 3823 0 0 0 37 0 0 0 20 0 19 0 8854647 9856040960 15745 33554432000 1073741824 1073778376 140736639262512 139832269450168 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12005/tid=12036] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12036/stat : 12036 (java) S 12002 12005 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854647 9856040960 15745 33554432000 1073741824 1073778376 140736639262512 139832268397304 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12005/tid=12037] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12037/stat : 12037 (java) S 12002 12005 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854647 9856040960 15745 33554432000 1073741824 1073778376 140736639262512 139832267344968 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12054] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12054/stat : 12054 (java) S 12002 12005 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8854665 9856040960 15745 33554432000 1073741824 1073778376 140736639262512 139832266290216 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.04 2.11 2.05 3/213 12055
/proc/meminfo: memFree=31681188/32872528 swapFree=302776/319128
[pid=12005] ppid=12002 vsize=9625040 CPUtime=4.04 cores=1,3,5,7
/proc/12005/stat : 12005 (java) S 12002 12005 7942 0 -1 4202496 18415 0 1 0 400 4 0 0 20 0 19 0 8854642 9856040960 17794 33554432000 1073741824 1073778376 140736639262512 140736639253648 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12005/statm: 2406260 17794 2261 9 0 2396937 0
[pid=12005/tid=12007] ppid=12002 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/12005/task/12007/stat : 12007 (java) R 12002 12005 7942 0 -1 4202560 2416 0 1 0 305 1 0 0 20 0 19 0 8854642 9856040960 17794 33554432000 1073741824 1073778376 140736639262512 139832451121544 139832274179709 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12005/tid=12010] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12010/stat : 12010 (java) S 12002 12005 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854643 9856040960 17794 33554432000 1073741824 1073778376 140736639262512 139832412613032 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12011] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12011/stat : 12011 (java) S 12002 12005 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854643 9856040960 17794 33554432000 1073741824 1073778376 140736639262512 139832411560488 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12005/tid=12012] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12012/stat : 12012 (java) S 12002 12005 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854643 9856040960 17794 33554432000 1073741824 1073778376 140736639262512 139832410507432 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12005/tid=12013] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12013/stat : 12013 (java) S 12002 12005 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854643 9856040960 17794 33554432000 1073741824 1073778376 140736639262512 139832409454888 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12005/tid=12014] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12014/stat : 12014 (java) S 12002 12005 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854643 9856040960 17794 33554432000 1073741824 1073778376 140736639262512 139832408402856 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12015] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12015/stat : 12015 (java) S 12002 12005 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854643 9856040960 17794 33554432000 1073741824 1073778376 140736639262512 139832407350312 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12005/tid=12016] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12016/stat : 12016 (java) S 12002 12005 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854643 9856040960 17794 33554432000 1073741824 1073778376 140736639262512 139832406297256 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12017] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12017/stat : 12017 (java) S 12002 12005 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8854643 9856040960 17794 33554432000 1073741824 1073778376 140736639262512 139832405244712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12023] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12023/stat : 12023 (java) S 12002 12005 7942 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8854644 9856040960 17794 33554432000 1073741824 1073778376 140736639262512 139832392833384 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12024] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12024/stat : 12024 (java) S 12002 12005 7942 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8854645 9856040960 17794 33554432000 1073741824 1073778376 140736639262512 139832273659256 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12025] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12025/stat : 12025 (java) S 12002 12005 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8854645 9856040960 17794 33554432000 1073741824 1073778376 140736639262512 139832272606088 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12033] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12033/stat : 12033 (java) S 12002 12005 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854647 9856040960 17794 33554432000 1073741824 1073778376 140736639262512 139832271554832 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12034] ppid=12002 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/12005/task/12034/stat : 12034 (java) S 12002 12005 7942 0 -1 4202560 10904 0 0 0 54 2 0 0 20 0 19 0 8854647 9856040960 17794 33554432000 1073741824 1073778376 140736639262512 139832270502712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12035] ppid=12002 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/12005/task/12035/stat : 12035 (java) S 12002 12005 7942 0 -1 4202560 3823 0 0 0 37 0 0 0 20 0 19 0 8854647 9856040960 17794 33554432000 1073741824 1073778376 140736639262512 139832269450168 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12005/tid=12036] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12036/stat : 12036 (java) S 12002 12005 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854647 9856040960 17794 33554432000 1073741824 1073778376 140736639262512 139832268397304 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12005/tid=12037] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12037/stat : 12037 (java) S 12002 12005 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854647 9856040960 17794 33554432000 1073741824 1073778376 140736639262512 139832267344968 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12054] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12054/stat : 12054 (java) S 12002 12005 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8854665 9856040960 17794 33554432000 1073741824 1073778376 140736639262512 139832266290216 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.04 2.11 2.05 3/213 12055
/proc/meminfo: memFree=31653496/32872528 swapFree=302776/319128
[pid=12005] ppid=12002 vsize=9625040 CPUtime=7.24 cores=1,3,5,7
/proc/12005/stat : 12005 (java) S 12002 12005 7942 0 -1 4202496 18424 0 1 0 720 4 0 0 20 0 19 0 8854642 9856040960 20929 33554432000 1073741824 1073778376 140736639262512 140736639253648 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12005/statm: 2406260 20929 2262 9 0 2396937 0
[pid=12005/tid=12007] ppid=12002 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/12005/task/12007/stat : 12007 (java) R 12002 12005 7942 0 -1 4202560 2424 0 1 0 624 1 0 0 20 0 19 0 8854642 9856040960 20929 33554432000 1073741824 1073778376 140736639262512 139832451112656 139832274215404 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12005/tid=12010] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12010/stat : 12010 (java) S 12002 12005 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854643 9856040960 20929 33554432000 1073741824 1073778376 140736639262512 139832412613032 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12011] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12011/stat : 12011 (java) S 12002 12005 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854643 9856040960 20929 33554432000 1073741824 1073778376 140736639262512 139832411560488 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12005/tid=12012] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12012/stat : 12012 (java) S 12002 12005 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854643 9856040960 20929 33554432000 1073741824 1073778376 140736639262512 139832410507432 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12005/tid=12013] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12013/stat : 12013 (java) S 12002 12005 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854643 9856040960 20929 33554432000 1073741824 1073778376 140736639262512 139832409454888 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12005/tid=12014] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12014/stat : 12014 (java) S 12002 12005 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854643 9856040960 20929 33554432000 1073741824 1073778376 140736639262512 139832408402856 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12015] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12015/stat : 12015 (java) S 12002 12005 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854643 9856040960 20929 33554432000 1073741824 1073778376 140736639262512 139832407350312 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12005/tid=12016] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12016/stat : 12016 (java) S 12002 12005 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854643 9856040960 20929 33554432000 1073741824 1073778376 140736639262512 139832406297256 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12017] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12017/stat : 12017 (java) S 12002 12005 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8854643 9856040960 20929 33554432000 1073741824 1073778376 140736639262512 139832405244712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12023] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12023/stat : 12023 (java) S 12002 12005 7942 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8854644 9856040960 20929 33554432000 1073741824 1073778376 140736639262512 139832392833384 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12024] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12024/stat : 12024 (java) S 12002 12005 7942 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8854645 9856040960 20929 33554432000 1073741824 1073778376 140736639262512 139832273659256 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12025] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12025/stat : 12025 (java) S 12002 12005 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8854645 9856040960 20929 33554432000 1073741824 1073778376 140736639262512 139832272606088 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12033] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12033/stat : 12033 (java) S 12002 12005 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854647 9856040960 20929 33554432000 1073741824 1073778376 140736639262512 139832271554832 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12034] ppid=12002 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/12005/task/12034/stat : 12034 (java) S 12002 12005 7942 0 -1 4202560 10904 0 0 0 54 2 0 0 20 0 19 0 8854647 9856040960 20929 33554432000 1073741824 1073778376 140736639262512 139832270502712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12035] ppid=12002 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/12005/task/12035/stat : 12035 (java) S 12002 12005 7942 0 -1 4202560 3823 0 0 0 37 0 0 0 20 0 19 0 8854647 9856040960 20929 33554432000 1073741824 1073778376 140736639262512 139832269450168 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12005/tid=12036] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12036/stat : 12036 (java) S 12002 12005 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854647 9856040960 20929 33554432000 1073741824 1073778376 140736639262512 139832268397304 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12005/tid=12037] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12037/stat : 12037 (java) S 12002 12005 7942 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8854647 9856040960 20929 33554432000 1073741824 1073778376 140736639262512 139832267344968 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12054] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12054/stat : 12054 (java) S 12002 12005 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8854665 9856040960 20929 33554432000 1073741824 1073778376 140736639262512 139832266290216 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.24
Current children cumulated vsize (KiB) 9625040


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

[pid=12005/tid=12054] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12054/stat : 12054 (java) S 12002 12005 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8854665 9856040960 124039 33554432000 1073741824 1073778376 140736639262512 139832266290216 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1725.59
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/213 12099
/proc/meminfo: memFree=30798104/32872528 swapFree=302776/319128
[pid=12005] ppid=12002 vsize=9625040 CPUtime=1785.66 cores=1,3,5,7
/proc/12005/stat : 12005 (java) S 12002 12005 7942 0 -1 4202496 21074 0 1 0 178484 82 0 0 20 0 19 0 8854642 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 140736639253648 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12005/statm: 2406260 123226 2284 9 0 2396937 0
[pid=12005/tid=12007] ppid=12002 vsize=9625040 CPUtime=1776.59 cores=1,3,5,7
/proc/12005/task/12007/stat : 12007 (java) R 12002 12005 7942 0 -1 4202560 2497 0 1 0 177624 35 0 0 20 0 19 0 8854642 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832451112656 139832274227281 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12010] ppid=12002 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/12005/task/12010/stat : 12010 (java) S 12002 12005 7942 0 -1 4202560 386 0 0 0 32 6 0 0 20 0 19 0 8854643 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832412613032 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12005/tid=12011] ppid=12002 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/12005/task/12011/stat : 12011 (java) S 12002 12005 7942 0 -1 4202560 356 0 0 0 28 4 0 0 20 0 19 0 8854643 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832411560488 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12005/tid=12012] ppid=12002 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/12005/task/12012/stat : 12012 (java) S 12002 12005 7942 0 -1 4202560 307 0 0 0 30 4 0 0 20 0 19 0 8854643 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832410507432 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12005/tid=12013] ppid=12002 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/12005/task/12013/stat : 12013 (java) S 12002 12005 7942 0 -1 4202560 281 0 0 0 26 5 0 0 20 0 19 0 8854643 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832409454888 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12005/tid=12014] ppid=12002 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/12005/task/12014/stat : 12014 (java) S 12002 12005 7942 0 -1 4202560 261 0 0 0 36 6 0 0 20 0 19 0 8854643 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832408402856 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12015] ppid=12002 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/12005/task/12015/stat : 12015 (java) S 12002 12005 7942 0 -1 4202560 169 0 0 0 34 6 0 0 20 0 19 0 8854643 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832407350312 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12016] ppid=12002 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/12005/task/12016/stat : 12016 (java) S 12002 12005 7942 0 -1 4202560 266 0 0 0 41 7 0 0 20 0 19 0 8854643 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832406297256 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12005/tid=12017] ppid=12002 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/12005/task/12017/stat : 12017 (java) S 12002 12005 7942 0 -1 4202560 329 0 0 0 31 7 0 0 20 0 19 0 8854643 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832405244712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12005/tid=12023] ppid=12002 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/12005/task/12023/stat : 12023 (java) S 12002 12005 7942 0 -1 4202560 126 0 0 0 11 1 0 0 20 0 19 0 8854644 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832392833384 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12005/tid=12024] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12024/stat : 12024 (java) S 12002 12005 7942 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8854645 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832273659256 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12025] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12025/stat : 12025 (java) S 12002 12005 7942 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8854645 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832272606088 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12033] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12033/stat : 12033 (java) S 12002 12005 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854647 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832271554832 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12034] ppid=12002 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/12005/task/12034/stat : 12034 (java) S 12002 12005 7942 0 -1 4202560 10910 0 0 0 56 2 0 0 20 0 19 0 8854647 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832270502712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12035] ppid=12002 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/12005/task/12035/stat : 12035 (java) S 12002 12005 7942 0 -1 4202560 3823 0 0 0 37 0 0 0 20 0 19 0 8854647 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832269450168 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12005/tid=12036] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12036/stat : 12036 (java) S 12002 12005 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854647 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832268397304 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12005/tid=12037] ppid=12002 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/12005/task/12037/stat : 12037 (java) S 12002 12005 7942 0 -1 4202560 104 0 0 0 25 32 0 0 20 0 19 0 8854647 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832267344968 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12005/tid=12054] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12054/stat : 12054 (java) S 12002 12005 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8854665 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832266290216 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1785.66
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.7 s]
/proc/loadavg: 2.05 2.02 2.00 3/213 12099
/proc/meminfo: memFree=30798108/32872528 swapFree=302776/319128
[pid=12005] ppid=12002 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/12005/stat : 12005 (java) S 12002 12005 7942 0 -1 4202496 21074 0 1 0 179924 83 0 0 20 0 19 0 8854642 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 140736639253648 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12005/statm: 2406260 123226 2284 9 0 2396937 0
[pid=12005/tid=12007] ppid=12002 vsize=9625040 CPUtime=1790.95 cores=1,3,5,7
/proc/12005/task/12007/stat : 12007 (java) R 12002 12005 7942 0 -1 4202560 2497 0 1 0 179060 35 0 0 20 0 19 0 8854642 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832451112656 139832274344141 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12010] ppid=12002 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/12005/task/12010/stat : 12010 (java) S 12002 12005 7942 0 -1 4202560 386 0 0 0 32 6 0 0 20 0 19 0 8854643 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832412613032 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12005/tid=12011] ppid=12002 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/12005/task/12011/stat : 12011 (java) S 12002 12005 7942 0 -1 4202560 356 0 0 0 28 4 0 0 20 0 19 0 8854643 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832411560488 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12005/tid=12012] ppid=12002 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/12005/task/12012/stat : 12012 (java) S 12002 12005 7942 0 -1 4202560 307 0 0 0 30 4 0 0 20 0 19 0 8854643 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832410507432 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12005/tid=12013] ppid=12002 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/12005/task/12013/stat : 12013 (java) S 12002 12005 7942 0 -1 4202560 281 0 0 0 26 5 0 0 20 0 19 0 8854643 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832409454888 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12005/tid=12014] ppid=12002 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/12005/task/12014/stat : 12014 (java) S 12002 12005 7942 0 -1 4202560 261 0 0 0 36 6 0 0 20 0 19 0 8854643 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832408402856 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12015] ppid=12002 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/12005/task/12015/stat : 12015 (java) S 12002 12005 7942 0 -1 4202560 169 0 0 0 34 6 0 0 20 0 19 0 8854643 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832407350312 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12016] ppid=12002 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/12005/task/12016/stat : 12016 (java) S 12002 12005 7942 0 -1 4202560 266 0 0 0 41 7 0 0 20 0 19 0 8854643 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832406297256 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12005/tid=12017] ppid=12002 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/12005/task/12017/stat : 12017 (java) S 12002 12005 7942 0 -1 4202560 329 0 0 0 31 7 0 0 20 0 19 0 8854643 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832405244712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12005/tid=12023] ppid=12002 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/12005/task/12023/stat : 12023 (java) S 12002 12005 7942 0 -1 4202560 126 0 0 0 11 1 0 0 20 0 19 0 8854644 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832392833384 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12005/tid=12024] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12024/stat : 12024 (java) S 12002 12005 7942 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8854645 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832273659256 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12025] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12025/stat : 12025 (java) S 12002 12005 7942 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8854645 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832272606088 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12033] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12033/stat : 12033 (java) S 12002 12005 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854647 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832271554832 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12034] ppid=12002 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/12005/task/12034/stat : 12034 (java) S 12002 12005 7942 0 -1 4202560 10910 0 0 0 56 2 0 0 20 0 19 0 8854647 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832270502712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12035] ppid=12002 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/12005/task/12035/stat : 12035 (java) S 12002 12005 7942 0 -1 4202560 3823 0 0 0 37 0 0 0 20 0 19 0 8854647 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832269450168 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12005/tid=12036] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12036/stat : 12036 (java) S 12002 12005 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854647 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832268397304 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12005/tid=12037] ppid=12002 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/12005/task/12037/stat : 12037 (java) S 12002 12005 7942 0 -1 4202560 104 0 0 0 25 33 0 0 20 0 19 0 8854647 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832267344968 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12005/tid=12054] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12054/stat : 12054 (java) S 12002 12005 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8854665 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832266290216 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

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 12005 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.7 s]
/proc/loadavg: 2.05 2.02 2.00 3/213 12099
/proc/meminfo: memFree=30798108/32872528 swapFree=302776/319128
[pid=12005] ppid=12002 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/12005/stat : 12005 (java) S 12002 12005 7942 0 -1 4202496 21074 0 1 0 179924 83 0 0 20 0 19 0 8854642 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 140736639253648 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12005/statm: 2406260 123226 2284 9 0 2396937 0
[pid=12005/tid=12007] ppid=12002 vsize=9625040 CPUtime=1790.95 cores=1,3,5,7
/proc/12005/task/12007/stat : 12007 (java) R 12002 12005 7942 0 -1 4202560 2497 0 1 0 179060 35 0 0 20 0 19 0 8854642 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832451112656 139832274344141 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12010] ppid=12002 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/12005/task/12010/stat : 12010 (java) S 12002 12005 7942 0 -1 4202560 386 0 0 0 32 6 0 0 20 0 19 0 8854643 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832412613032 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12005/tid=12011] ppid=12002 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/12005/task/12011/stat : 12011 (java) S 12002 12005 7942 0 -1 4202560 356 0 0 0 28 4 0 0 20 0 19 0 8854643 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832411560488 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12005/tid=12012] ppid=12002 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/12005/task/12012/stat : 12012 (java) S 12002 12005 7942 0 -1 4202560 307 0 0 0 30 4 0 0 20 0 19 0 8854643 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832410507432 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12005/tid=12013] ppid=12002 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/12005/task/12013/stat : 12013 (java) S 12002 12005 7942 0 -1 4202560 281 0 0 0 26 5 0 0 20 0 19 0 8854643 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832409454888 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12005/tid=12014] ppid=12002 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/12005/task/12014/stat : 12014 (java) S 12002 12005 7942 0 -1 4202560 261 0 0 0 36 6 0 0 20 0 19 0 8854643 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832408402856 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12015] ppid=12002 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/12005/task/12015/stat : 12015 (java) S 12002 12005 7942 0 -1 4202560 169 0 0 0 34 6 0 0 20 0 19 0 8854643 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832407350312 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12016] ppid=12002 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/12005/task/12016/stat : 12016 (java) S 12002 12005 7942 0 -1 4202560 266 0 0 0 41 7 0 0 20 0 19 0 8854643 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832406297256 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12005/tid=12017] ppid=12002 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/12005/task/12017/stat : 12017 (java) S 12002 12005 7942 0 -1 4202560 329 0 0 0 31 7 0 0 20 0 19 0 8854643 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832405244712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12005/tid=12023] ppid=12002 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/12005/task/12023/stat : 12023 (java) S 12002 12005 7942 0 -1 4202560 126 0 0 0 11 1 0 0 20 0 19 0 8854644 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832392833384 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12005/tid=12024] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12024/stat : 12024 (java) S 12002 12005 7942 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8854645 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832273659256 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12025] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12025/stat : 12025 (java) S 12002 12005 7942 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8854645 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832272606088 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12033] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12033/stat : 12033 (java) S 12002 12005 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854647 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832271554832 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12034] ppid=12002 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/12005/task/12034/stat : 12034 (java) S 12002 12005 7942 0 -1 4202560 10910 0 0 0 56 2 0 0 20 0 19 0 8854647 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832270502712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12005/tid=12035] ppid=12002 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/12005/task/12035/stat : 12035 (java) S 12002 12005 7942 0 -1 4202560 3823 0 0 0 37 0 0 0 20 0 19 0 8854647 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832269450168 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12005/tid=12036] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12036/stat : 12036 (java) S 12002 12005 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854647 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832268397304 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12005/tid=12037] ppid=12002 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/12005/task/12037/stat : 12037 (java) S 12002 12005 7942 0 -1 4202560 104 0 0 0 25 33 0 0 20 0 19 0 8854647 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832267344968 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12005/tid=12054] ppid=12002 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12005/task/12054/stat : 12054 (java) S 12002 12005 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8854665 9856040960 123226 33554432000 1073741824 1073778376 140736639262512 139832266290216 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12005 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=799149
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=309800
# CPU time returned by wait4() is 1796.11
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.77
CPU time (s): 1800.07
CPU user time (s): 1799.24
CPU system time (s): 0.83
CPU usage (%): 100.184
Max. virtual memory (cumulated for all children) (KiB): 9625784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.8
system time used= 1.3098
maximum resident set size= 604336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21177
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38664
involuntary context switches= 13427

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3524 second user time and 13.6839 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-16 11:08:00
IDJOB=4090802
IDBENCH=79432
IDSOLVER=2551
FILE ID=node128/4090802-1466068080
RUNJOBID= node128-1466062123-7959
PBS_JOBID= 19904011
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/spot5/normalized-spot5-404_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090802-1466068080/watcher-4090802-1466068080 -o /tmp/evaluation-result-4090802-1466068080/solver-4090802-1466068080 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1466062123-7959 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090802-1466068080.wbo

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

MD5SUM BENCH= 2413d46290c8b1663f08f424871383e0
RANDOM SEED=429804655

node128.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.768
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.53
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.768
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.768
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.768
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.55
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.768
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.57
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.768
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.768
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.56
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.768
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31800572 kB
Buffers:           10928 kB
Cached:            39484 kB
SwapCached:         2104 kB
Active:            25880 kB
Inactive:          28088 kB
Active(anon):       4584 kB
Inactive(anon):     1596 kB
Active(file):      21296 kB
Inactive(file):    26492 kB
Unevictable:      319128 kB
Mlocked:          302776 kB
SwapTotal:      67108856 kB
SwapFree:       67098960 kB
Dirty:              1132 kB
Writeback:             0 kB
AnonPages:        332188 kB
Mapped:             7328 kB
Shmem:                 0 kB
Slab:             567684 kB
SReclaimable:       9344 kB
SUnreclaim:       558340 kB
KernelStack:        1664 kB
PageTables:         4556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     416424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 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= 71748 MiB
End job on node128 at 2016-06-16 11:37:57