Trace number 4084298

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 PB16? (TO) 1800.02 1798.84

General information on the benchmark

Namenormalized-PB06/SATUNSAT-MEDINT/submitted-PB06/
manquiho/Aardal_1/normalized-prob5.opb
MD5SUMb56e28afe1ffd19dcf9a2ab038cbc43f
Bench CategoryDEC-MEDINT (no optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark660.511
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables80
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint80
Maximum length of a constraint80
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 62442885
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 803031860
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4084298-1465238893.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.11	c ... done. Wall clock time 0.013s.
0.11/0.11	c declared #vars     80
0.11/0.11	c #constraints  2
0.11/0.11	c constraints type 
0.11/0.11	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
0.11/0.11	c 2 constraints processed.
0.72/0.51	c cleaning 2500 clauses out of 5001 with flag 10003/5001
1.22/0.95	c cleaning 4249 clauses out of 8502 with flag 22007/11002
1.82/1.57	c cleaning 5626 clauses out of 11252 with flag 36005/18001
2.63/2.36	c cleaning 6813 clauses out of 13626 with flag 52005/26001
3.66/3.33	c cleaning 7906 clauses out of 15812 with flag 70003/35000
4.87/4.53	c cleaning 8953 clauses out of 17906 with flag 90003/45000
6.26/5.95	c cleaning 9977 clauses out of 19953 with flag 112003/56000
7.86/7.58	c cleaning 10989 clauses out of 21977 with flag 136005/68001
9.76/9.46	c cleaning 11994 clauses out of 23987 with flag 162003/81000
12.05/11.73	c cleaning 12996 clauses out of 25993 with flag 190003/95000
14.25/13.97	c cleaning 13997 clauses out of 27997 with flag 220004/110000
16.96/16.68	c cleaning 14998 clauses out of 30000 with flag 252004/126000
20.05/19.73	c cleaning 16001 clauses out of 32002 with flag 286004/143000
23.65/23.34	c cleaning 16997 clauses out of 34001 with flag 322006/161000
27.35/27.08	c cleaning 18002 clauses out of 36004 with flag 360006/180000
31.45/31.10	c cleaning 19002 clauses out of 38003 with flag 400008/200001
36.05/35.70	c cleaning 19999 clauses out of 40000 with flag 442007/221000
41.25/40.92	c cleaning 21000 clauses out of 42002 with flag 486010/243001
46.75/46.46	c cleaning 21999 clauses out of 44001 with flag 532008/266000
53.55/53.22	c cleaning 22996 clauses out of 46002 with flag 580009/290000
61.64/61.36	c cleaning 24003 clauses out of 48006 with flag 630009/315000
69.76/69.44	c cleaning 25002 clauses out of 50005 with flag 682013/341002
77.91/77.59	c cleaning 26002 clauses out of 52003 with flag 736013/368002
86.32/85.92	c cleaning 26997 clauses out of 54001 with flag 792014/396002
95.02/94.66	c cleaning 27999 clauses out of 56002 with flag 850010/425000
104.61/104.29	c cleaning 29002 clauses out of 58004 with flag 910012/455001
114.71/114.39	c cleaning 29995 clauses out of 60001 with flag 972010/486000
126.31/125.96	c cleaning 30999 clauses out of 62006 with flag 1036010/518000
138.61/138.23	c cleaning 32002 clauses out of 64007 with flag 1102010/551000
151.52/151.10	c cleaning 33000 clauses out of 66006 with flag 1170012/585001
165.32/164.92	c cleaning 33998 clauses out of 68005 with flag 1240010/620000
180.72/180.33	c cleaning 35002 clauses out of 70008 with flag 1312012/656001
197.82/197.49	c cleaning 36003 clauses out of 72006 with flag 1386012/693001
215.90/215.46	c cleaning 37001 clauses out of 74002 with flag 1462010/731000
234.71/234.29	c cleaning 38002 clauses out of 76003 with flag 1540014/770002
253.92/253.44	c cleaning 38997 clauses out of 78001 with flag 1620014/810002
273.82/273.39	c cleaning 40000 clauses out of 80003 with flag 1702012/851001
294.91/294.42	c cleaning 40999 clauses out of 82003 with flag 1786012/893001
317.21/316.71	c cleaning 42002 clauses out of 84003 with flag 1872012/936000
342.12/341.70	c cleaning 42995 clauses out of 86002 with flag 1960014/980001
368.62/368.12	c cleaning 44000 clauses out of 88006 with flag 2050012/1025000
396.72/396.25	c cleaning 44999 clauses out of 90007 with flag 2142014/1071001
428.61/428.05	c cleaning 46003 clauses out of 92007 with flag 2236012/1118000
460.12/459.54	c cleaning 46994 clauses out of 94005 with flag 2332014/1166001
495.31/494.78	c cleaning 47999 clauses out of 96011 with flag 2430014/1215001
531.02/530.43	c cleaning 49002 clauses out of 98013 with flag 2530016/1265002
569.93/569.37	c cleaning 50005 clauses out of 100010 with flag 2632014/1316001
612.13/611.60	c cleaning 50998 clauses out of 102004 with flag 2736012/1368000
649.05/648.48	c cleaning 52001 clauses out of 104009 with flag 2842019/1421003
687.18/686.47	c cleaning 52998 clauses out of 106005 with flag 2950013/1475000
726.48/725.75	c cleaning 54002 clauses out of 108010 with flag 3060020/1530003
768.09/767.34	c cleaning 55001 clauses out of 110006 with flag 3172017/1586001
813.98/813.20	c cleaning 55996 clauses out of 112005 with flag 3286019/1643001
863.09/862.39	c cleaning 57001 clauses out of 114008 with flag 3402018/1701000
916.59/915.84	c cleaning 58000 clauses out of 116008 with flag 3520035/1760001
972.01/971.22	c cleaning 59002 clauses out of 118008 with flag 3640042/1820001
1037.91/1037.09	c cleaning 60000 clauses out of 120006 with flag 3762056/1881001
1107.83/1106.96	c cleaning 60995 clauses out of 122005 with flag 3886064/1943000
1177.74/1176.82	c cleaning 61997 clauses out of 124010 with flag 4012066/2006000
1247.85/1246.96	c cleaning 63002 clauses out of 126013 with flag 4140067/2070000
1321.86/1320.99	c cleaning 64002 clauses out of 128012 with flag 4270080/2135001
1397.36/1396.49	c cleaning 65003 clauses out of 130009 with flag 4402084/2201000
1480.02/1478.95	c cleaning 65998 clauses out of 132006 with flag 4536085/2268000
1561.14/1560.02	c cleaning 67001 clauses out of 134008 with flag 4672097/2336000
1644.58/1643.41	c cleaning 67997 clauses out of 136007 with flag 4810097/2405000
1729.41/1728.22	c cleaning 69002 clauses out of 138012 with flag 4950101/2475002
1800.02/1798.80	c starts		: 1
1800.02/1798.80	c conflicts		: 2539663
1800.02/1798.80	c decisions		: 2539741
1800.02/1798.80	c propagations		: 15238164
1800.02/1798.80	c inspects		: 35476754145
1800.02/1798.80	c shortcuts		: 0
1800.02/1798.80	c learnt literals	: 0
1800.02/1798.80	c learnt binary clauses	: 0
1800.02/1798.80	c learnt ternary clauses	: 0
1800.02/1798.80	c learnt constraints	: 2539663
1800.02/1798.80	c ignored constraints	: 0
1800.02/1798.80	c root simplifications	: 0
1800.02/1798.80	c removed literals (reason simplification)	: 0
1800.02/1798.80	c reason swapping (by a shorter reason)	: 0
1800.02/1798.80	c Calls to reduceDB	: 66
1800.02/1798.80	c Number of update (reduction) of LBD	: 40
1800.02/1798.80	c Imported unit clauses	: 0
1800.02/1798.80	c number of reductions to clauses (during analyze)	: 0
1800.02/1798.80	c number of learned constraints concerned by reduction	: 0
1800.02/1798.80	c number of learning phase by resolution	: 0
1800.02/1798.80	c number of learning phase by cutting planes	: 0
1800.02/1798.80	c speed (assignments/second)	: 8471.832215294944
1800.02/1798.80	c non guided choices	68
1800.02/1798.80	c timeout
1800.02/1798.83	c learnt constraints type 
1800.02/1798.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 133672
1800.02/1798.83	s UNKNOWN
1800.02/1798.83	c Total wall clock time (in seconds): 1798.729

Verifier Data

ERROR: no interpretation found !

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-4084298-1465238893/watcher-4084298-1465238893 -o /tmp/evaluation-result-4084298-1465238893/solver-4084298-1465238893 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1465237111-7010 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084298-1465238893.opb 

pid=7230
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.39 2.28 2.17 3/194 7233
/proc/meminfo: memFree=29970604/32872528 swapFree=15272/1656604
[pid=7233] ppid=7230 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/7233/stat : 7233 (java) S 7230 7233 4042 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 105822633 98570240 977 33554432000 1073741824 1073778376 140734539686016 140734539677152 239876472893 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7233/statm: 24065 977 744 9 0 16771 0
[pid=7233/tid=7234] ppid=7230 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7234/stat : 7234 (java) R 7230 7233 4042 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 105822634 98570240 977 33554432000 1073741824 1073778376 140734539686016 140436412300840 239873115520 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100099 s]
/proc/loadavg: 2.39 2.28 2.17 3/194 7233
/proc/meminfo: memFree=29970604/32872528 swapFree=15272/1656604
[pid=7233] ppid=7230 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/7233/stat : 7233 (java) S 7230 7233 4042 0 -1 4202496 4480 0 1 0 10 1 0 0 20 0 18 0 105822633 9787879424 6105 33554432000 1073741824 1073778376 140734539686016 140734539677152 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7233/statm: 2389619 6106 2157 9 0 2380296 0
[pid=7233/tid=7234] ppid=7230 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/7233/task/7234/stat : 7234 (java) R 7230 7233 4042 0 -1 4202560 2380 0 1 0 8 0 0 0 20 0 18 0 105822634 9787879424 6106 33554432000 1073741824 1073778376 140734539686016 140436412303952 140436415590219 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200329 s]
/proc/loadavg: 2.39 2.28 2.17 3/194 7233
/proc/meminfo: memFree=29970604/32872528 swapFree=15272/1656604
[pid=7233] ppid=7230 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/7233/stat : 7233 (java) S 7230 7233 4042 0 -1 4202496 6782 0 1 0 34 1 0 0 20 0 19 0 105822633 9856040960 7272 33554432000 1073741824 1073778376 140734539686016 140734539677152 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7233/statm: 2406260 7272 2215 9 0 2396937 0
[pid=7233/tid=7234] ppid=7230 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/7233/task/7234/stat : 7234 (java) R 7230 7233 4042 0 -1 4202560 2399 0 1 0 18 0 0 0 20 0 19 0 105822634 9856040960 7272 33554432000 1073741824 1073778376 140734539686016 140436412306048 140436420351871 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 9625040

[startup+0.300329 s]
/proc/loadavg: 2.39 2.28 2.17 3/194 7233
/proc/meminfo: memFree=29970604/32872528 swapFree=15272/1656604
[pid=7233] ppid=7230 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/7233/stat : 7233 (java) S 7230 7233 4042 0 -1 4202496 6878 0 1 0 49 1 0 0 20 0 19 0 105822633 9856040960 7199 33554432000 1073741824 1073778376 140734539686016 140734539677152 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7233/statm: 2406260 7199 2226 9 0 2396937 0
[pid=7233/tid=7234] ppid=7230 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/7233/task/7234/stat : 7234 (java) R 7230 7233 4042 0 -1 4202560 2402 0 1 0 28 0 0 0 20 0 19 0 105822634 9856040960 7199 33554432000 1073741824 1073778376 140734539686016 140436412305160 140436253930902 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700242 s]
/proc/loadavg: 2.39 2.28 2.17 3/194 7233
/proc/meminfo: memFree=29970604/32872528 swapFree=15272/1656604
[pid=7233] ppid=7230 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/7233/stat : 7233 (java) S 7230 7233 4042 0 -1 4202496 8191 0 1 0 99 1 0 0 20 0 19 0 105822633 9856040960 8664 33554432000 1073741824 1073778376 140734539686016 140734539677152 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7233/statm: 2406260 8664 2239 9 0 2396937 0
[pid=7233/tid=7234] ppid=7230 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/7233/task/7234/stat : 7234 (java) R 7230 7233 4042 0 -1 4202560 2404 0 1 0 67 0 0 0 20 0 19 0 105822634 9856040960 8664 33554432000 1073741824 1073778376 140734539686016 140436412305704 140436253930902 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 9625040

[startup+1.5007 s]
/proc/loadavg: 2.44 2.29 2.17 3/213 7252
/proc/meminfo: memFree=29942360/32872528 swapFree=15272/1656604
[pid=7233] ppid=7230 vsize=9625040 CPUtime=1.82 cores=0,2,4,6
/proc/7233/stat : 7233 (java) S 7230 7233 4042 0 -1 4202496 8194 0 1 0 181 1 0 0 20 0 19 0 105822633 9856040960 9132 33554432000 1073741824 1073778376 140734539686016 140734539677152 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7233/statm: 2406260 9132 2240 9 0 2396937 0
[pid=7233/tid=7234] ppid=7230 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/7233/task/7234/stat : 7234 (java) R 7230 7233 4042 0 -1 4202560 2406 0 1 0 147 0 0 0 20 0 19 0 105822634 9856040960 9132 33554432000 1073741824 1073778376 140734539686016 140436412305840 140436253864415 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7233/tid=7236] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7236/stat : 7236 (java) S 7230 7233 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105822635 9856040960 9132 33554432000 1073741824 1073778376 140734539686016 140436373797800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7233/tid=7237] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7237/stat : 7237 (java) S 7230 7233 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105822635 9856040960 9132 33554432000 1073741824 1073778376 140734539686016 140436372745256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7233/tid=7238] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7238/stat : 7238 (java) S 7230 7233 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105822635 9856040960 9132 33554432000 1073741824 1073778376 140734539686016 140436253436584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7233/tid=7239] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7239/stat : 7239 (java) S 7230 7233 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105822635 9856040960 9132 33554432000 1073741824 1073778376 140734539686016 140436252384040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7233/tid=7240] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7240/stat : 7240 (java) S 7230 7233 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105822635 9856040960 9132 33554432000 1073741824 1073778376 140734539686016 140436251330984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7233/tid=7241] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7241/stat : 7241 (java) S 7230 7233 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105822635 9856040960 9132 33554432000 1073741824 1073778376 140734539686016 140436250278440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7233/tid=7242] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7242/stat : 7242 (java) S 7230 7233 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105822635 9856040960 9132 33554432000 1073741824 1073778376 140734539686016 140436249225384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7233/tid=7243] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7243/stat : 7243 (java) S 7230 7233 4042 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105822635 9856040960 9132 33554432000 1073741824 1073778376 140734539686016 140436248172840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7233/tid=7244] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7244/stat : 7244 (java) S 7230 7233 4042 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105822636 9856040960 9132 33554432000 1073741824 1073778376 140734539686016 140435765844840 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7233/tid=7245] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7245/stat : 7245 (java) S 7230 7233 4042 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105822636 9856040960 9132 33554432000 1073741824 1073778376 140734539686016 140435764791160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7233/tid=7246] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7246/stat : 7246 (java) S 7230 7233 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105822636 9856040960 9132 33554432000 1073741824 1073778376 140734539686016 140435763737992 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7233/tid=7247] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7247/stat : 7247 (java) S 7230 7233 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105822638 9856040960 9132 33554432000 1073741824 1073778376 140734539686016 140435762686736 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7233/tid=7248] ppid=7230 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/7233/task/7248/stat : 7248 (java) S 7230 7233 4042 0 -1 4202560 1282 0 0 0 11 0 0 0 20 0 19 0 105822638 9856040960 9132 33554432000 1073741824 1073778376 140734539686016 140435761633592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7233/tid=7249] ppid=7230 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/7233/task/7249/stat : 7249 (java) S 7230 7233 4042 0 -1 4202560 3237 0 0 0 20 0 0 0 20 0 19 0 105822638 9856040960 9132 33554432000 1073741824 1073778376 140734539686016 140435760581048 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7233/tid=7250] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7250/stat : 7250 (java) S 7230 7233 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105822638 9856040960 9132 33554432000 1073741824 1073778376 140734539686016 140435759528184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7233/tid=7251] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7251/stat : 7251 (java) S 7230 7233 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105822638 9856040960 9132 33554432000 1073741824 1073778376 140734539686016 140435758475848 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7233/tid=7252] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7252/stat : 7252 (java) S 7230 7233 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105822646 9856040960 9132 33554432000 1073741824 1073778376 140734539686016 140435757422120 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 9625040

[startup+3.10071 s]
/proc/loadavg: 2.44 2.29 2.17 3/213 7252
/proc/meminfo: memFree=29937520/32872528 swapFree=15272/1656604
[pid=7233] ppid=7230 vsize=9625040 CPUtime=3.45 cores=0,2,4,6
/proc/7233/stat : 7233 (java) S 7230 7233 4042 0 -1 4202496 8278 0 1 0 344 1 0 0 20 0 19 0 105822633 9856040960 10676 33554432000 1073741824 1073778376 140734539686016 140734539677152 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7233/statm: 2406260 10676 2240 9 0 2396937 0
[pid=7233/tid=7234] ppid=7230 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/7233/task/7234/stat : 7234 (java) R 7230 7233 4042 0 -1 4202560 2409 0 1 0 307 0 0 0 20 0 19 0 105822634 9856040960 10676 33554432000 1073741824 1073778376 140734539686016 140436412305784 140436253930587 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7233/tid=7236] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7236/stat : 7236 (java) S 7230 7233 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105822635 9856040960 10676 33554432000 1073741824 1073778376 140734539686016 140436373797800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7233/tid=7237] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7237/stat : 7237 (java) S 7230 7233 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105822635 9856040960 10676 33554432000 1073741824 1073778376 140734539686016 140436372745256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7233/tid=7238] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7238/stat : 7238 (java) S 7230 7233 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105822635 9856040960 10676 33554432000 1073741824 1073778376 140734539686016 140436253436584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7233/tid=7239] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7239/stat : 7239 (java) S 7230 7233 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105822635 9856040960 10676 33554432000 1073741824 1073778376 140734539686016 140436252384040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7233/tid=7240] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7240/stat : 7240 (java) S 7230 7233 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105822635 9856040960 10676 33554432000 1073741824 1073778376 140734539686016 140436251330984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7233/tid=7241] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7241/stat : 7241 (java) S 7230 7233 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105822635 9856040960 10676 33554432000 1073741824 1073778376 140734539686016 140436250278440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7233/tid=7242] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7242/stat : 7242 (java) S 7230 7233 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105822635 9856040960 10676 33554432000 1073741824 1073778376 140734539686016 140436249225384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7233/tid=7243] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7243/stat : 7243 (java) S 7230 7233 4042 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105822635 9856040960 10676 33554432000 1073741824 1073778376 140734539686016 140436248172840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7233/tid=7244] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7244/stat : 7244 (java) S 7230 7233 4042 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105822636 9856040960 10676 33554432000 1073741824 1073778376 140734539686016 140435765844840 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7233/tid=7245] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7245/stat : 7245 (java) S 7230 7233 4042 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105822636 9856040960 10676 33554432000 1073741824 1073778376 140734539686016 140435764791160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7233/tid=7246] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7246/stat : 7246 (java) S 7230 7233 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105822636 9856040960 10676 33554432000 1073741824 1073778376 140734539686016 140435763737992 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7233/tid=7247] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7247/stat : 7247 (java) S 7230 7233 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105822638 9856040960 10676 33554432000 1073741824 1073778376 140734539686016 140435762686736 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7233/tid=7248] ppid=7230 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/7233/task/7248/stat : 7248 (java) S 7230 7233 4042 0 -1 4202560 1361 0 0 0 13 0 0 0 20 0 19 0 105822638 9856040960 10676 33554432000 1073741824 1073778376 140734539686016 140435761633592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7233/tid=7249] ppid=7230 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/7233/task/7249/stat : 7249 (java) S 7230 7233 4042 0 -1 4202560 3239 0 0 0 20 0 0 0 20 0 19 0 105822638 9856040960 10676 33554432000 1073741824 1073778376 140734539686016 140435760581048 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7233/tid=7250] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7250/stat : 7250 (java) S 7230 7233 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105822638 9856040960 10676 33554432000 1073741824 1073778376 140734539686016 140435759528184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7233/tid=7251] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7251/stat : 7251 (java) S 7230 7233 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105822638 9856040960 10676 33554432000 1073741824 1073778376 140734539686016 140435758475848 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7233/tid=7252] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7252/stat : 7252 (java) S 7230 7233 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105822646 9856040960 10676 33554432000 1073741824 1073778376 140734539686016 140435757422120 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.40 2.28 2.17 3/213 7252
/proc/meminfo: memFree=29928780/32872528 swapFree=15272/1656604
[pid=7233] ppid=7230 vsize=9625040 CPUtime=6.66 cores=0,2,4,6
/proc/7233/stat : 7233 (java) S 7230 7233 4042 0 -1 4202496 8285 0 1 0 664 2 0 0 20 0 19 0 105822633 9856040960 12811 33554432000 1073741824 1073778376 140734539686016 140734539677152 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7233/statm: 2406260 12811 2241 9 0 2396937 0
[pid=7233/tid=7234] ppid=7230 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/7233/task/7234/stat : 7234 (java) R 7230 7233 4042 0 -1 4202560 2415 0 1 0 625 1 0 0 20 0 19 0 105822634 9856040960 12811 33554432000 1073741824 1073778376 140734539686016 140436412296912 140436253930686 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7233/tid=7236] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7236/stat : 7236 (java) S 7230 7233 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105822635 9856040960 12811 33554432000 1073741824 1073778376 140734539686016 140436373797800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7233/tid=7237] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7237/stat : 7237 (java) S 7230 7233 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105822635 9856040960 12811 33554432000 1073741824 1073778376 140734539686016 140436372745256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7233/tid=7238] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7238/stat : 7238 (java) S 7230 7233 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105822635 9856040960 12811 33554432000 1073741824 1073778376 140734539686016 140436253436584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7233/tid=7239] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7239/stat : 7239 (java) S 7230 7233 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105822635 9856040960 12811 33554432000 1073741824 1073778376 140734539686016 140436252384040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7233/tid=7240] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7240/stat : 7240 (java) S 7230 7233 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105822635 9856040960 12811 33554432000 1073741824 1073778376 140734539686016 140436251330984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7233/tid=7241] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7241/stat : 7241 (java) S 7230 7233 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105822635 9856040960 12811 33554432000 1073741824 1073778376 140734539686016 140436250278440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7233/tid=7242] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7242/stat : 7242 (java) S 7230 7233 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105822635 9856040960 12811 33554432000 1073741824 1073778376 140734539686016 140436249225384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7233/tid=7243] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7243/stat : 7243 (java) S 7230 7233 4042 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105822635 9856040960 12811 33554432000 1073741824 1073778376 140734539686016 140436248172840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7233/tid=7244] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7244/stat : 7244 (java) S 7230 7233 4042 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105822636 9856040960 12811 33554432000 1073741824 1073778376 140734539686016 140435765844840 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7233/tid=7245] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7245/stat : 7245 (java) S 7230 7233 4042 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105822636 9856040960 12811 33554432000 1073741824 1073778376 140734539686016 140435764791160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7233/tid=7246] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7246/stat : 7246 (java) S 7230 7233 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105822636 9856040960 12811 33554432000 1073741824 1073778376 140734539686016 140435763737992 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7233/tid=7247] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7247/stat : 7247 (java) S 7230 7233 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105822638 9856040960 12811 33554432000 1073741824 1073778376 140734539686016 140435762686736 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7233/tid=7248] ppid=7230 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/7233/task/7248/stat : 7248 (java) S 7230 7233 4042 0 -1 4202560 1361 0 0 0 13 0 0 0 20 0 19 0 105822638 9856040960 12811 33554432000 1073741824 1073778376 140734539686016 140435761633592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7233/tid=7249] ppid=7230 vsize=9625040 CPUtime=0.2 cores=0,2,4,6

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

[pid=7233/tid=7252] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7252/stat : 7252 (java) S 7230 7233 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105822646 9856040960 88566 33554432000 1073741824 1073778376 140734539686016 140435757422120 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1663.49
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.11 2.20 2.18 3/213 7384
/proc/meminfo: memFree=29712424/32872528 swapFree=15272/1656604
[pid=7233] ppid=7230 vsize=9625040 CPUtime=1723.5 cores=0,2,4,6
/proc/7233/stat : 7233 (java) S 7230 7233 4042 0 -1 4202496 9829 0 1 0 172302 48 0 0 20 0 19 0 105822633 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140734539677152 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7233/statm: 2406260 88932 2262 9 0 2396937 0
[pid=7233/tid=7234] ppid=7230 vsize=9625040 CPUtime=1717.53 cores=0,2,4,6
/proc/7233/task/7234/stat : 7234 (java) R 7230 7233 4042 0 -1 4202560 2480 0 1 0 171725 28 0 0 20 0 19 0 105822634 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140436412296912 140436254064314 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7233/tid=7236] ppid=7230 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/7233/task/7236/stat : 7236 (java) S 7230 7233 4042 0 -1 4202560 143 0 0 0 6 3 0 0 20 0 19 0 105822635 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140436373797800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7233/tid=7237] ppid=7230 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/7233/task/7237/stat : 7237 (java) S 7230 7233 4042 0 -1 4202560 166 0 0 0 6 2 0 0 20 0 19 0 105822635 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140436372745256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7233/tid=7238] ppid=7230 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/7233/task/7238/stat : 7238 (java) S 7230 7233 4042 0 -1 4202560 160 0 0 0 6 2 0 0 20 0 19 0 105822635 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140436253436584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7233/tid=7239] ppid=7230 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/7233/task/7239/stat : 7239 (java) S 7230 7233 4042 0 -1 4202560 76 0 0 0 10 4 0 0 20 0 19 0 105822635 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140436252384040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7233/tid=7240] ppid=7230 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/7233/task/7240/stat : 7240 (java) S 7230 7233 4042 0 -1 4202560 44 0 0 0 6 2 0 0 20 0 19 0 105822635 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140436251330984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7233/tid=7241] ppid=7230 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/7233/task/7241/stat : 7241 (java) S 7230 7233 4042 0 -1 4202560 46 0 0 0 7 3 0 0 20 0 19 0 105822635 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140436250278440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7233/tid=7242] ppid=7230 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/7233/task/7242/stat : 7242 (java) S 7230 7233 4042 0 -1 4202560 60 0 0 0 6 2 0 0 20 0 19 0 105822635 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140436249225384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7233/tid=7243] ppid=7230 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/7233/task/7243/stat : 7243 (java) S 7230 7233 4042 0 -1 4202560 198 0 0 0 5 2 0 0 20 0 19 0 105822635 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140436248172840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7233/tid=7244] ppid=7230 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/7233/task/7244/stat : 7244 (java) S 7230 7233 4042 0 -1 4202560 68 0 0 0 1 1 0 0 20 0 19 0 105822636 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140435765844840 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7233/tid=7245] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7245/stat : 7245 (java) S 7230 7233 4042 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105822636 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140435764791160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7233/tid=7246] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7246/stat : 7246 (java) S 7230 7233 4042 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105822636 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140435763737992 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7233/tid=7247] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7247/stat : 7247 (java) S 7230 7233 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105822638 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140435762686736 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7233/tid=7248] ppid=7230 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/7233/task/7248/stat : 7248 (java) S 7230 7233 4042 0 -1 4202560 1791 0 0 0 17 0 0 0 20 0 19 0 105822638 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140435761633592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7233/tid=7249] ppid=7230 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/7233/task/7249/stat : 7249 (java) S 7230 7233 4042 0 -1 4202560 3239 0 0 0 20 0 0 0 20 0 19 0 105822638 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140435760581048 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7233/tid=7250] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7250/stat : 7250 (java) S 7230 7233 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105822638 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140435759528184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7233/tid=7251] ppid=7230 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/7233/task/7251/stat : 7251 (java) S 7230 7233 4042 0 -1 4202560 100 0 0 0 33 33 0 0 20 0 19 0 105822638 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140435758475848 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7233/tid=7252] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7252/stat : 7252 (java) S 7230 7233 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105822646 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140435757422120 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1723.5
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.14 2.19 2.18 4/213 7385
/proc/meminfo: memFree=29710408/32872528 swapFree=15272/1656604
[pid=7233] ppid=7230 vsize=9625040 CPUtime=1783.51 cores=0,2,4,6
/proc/7233/stat : 7233 (java) S 7230 7233 4042 0 -1 4202496 9833 0 1 0 178302 49 0 0 20 0 19 0 105822633 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140734539677152 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7233/statm: 2406260 88932 2262 9 0 2396937 0
[pid=7233/tid=7234] ppid=7230 vsize=9625040 CPUtime=1777.37 cores=0,2,4,6
/proc/7233/task/7234/stat : 7234 (java) R 7230 7233 4042 0 -1 4202560 2480 0 1 0 177708 29 0 0 20 0 19 0 105822634 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140436412296912 140436254064309 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7233/tid=7236] ppid=7230 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/7233/task/7236/stat : 7236 (java) S 7230 7233 4042 0 -1 4202560 143 0 0 0 6 3 0 0 20 0 19 0 105822635 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140436373797800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7233/tid=7237] ppid=7230 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/7233/task/7237/stat : 7237 (java) S 7230 7233 4042 0 -1 4202560 166 0 0 0 6 2 0 0 20 0 19 0 105822635 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140436372745256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7233/tid=7238] ppid=7230 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/7233/task/7238/stat : 7238 (java) S 7230 7233 4042 0 -1 4202560 160 0 0 0 6 2 0 0 20 0 19 0 105822635 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140436253436584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7233/tid=7239] ppid=7230 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/7233/task/7239/stat : 7239 (java) S 7230 7233 4042 0 -1 4202560 76 0 0 0 10 4 0 0 20 0 19 0 105822635 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140436252384040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7233/tid=7240] ppid=7230 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/7233/task/7240/stat : 7240 (java) S 7230 7233 4042 0 -1 4202560 44 0 0 0 6 2 0 0 20 0 19 0 105822635 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140436251330984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7233/tid=7241] ppid=7230 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/7233/task/7241/stat : 7241 (java) S 7230 7233 4042 0 -1 4202560 46 0 0 0 7 3 0 0 20 0 19 0 105822635 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140436250278440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7233/tid=7242] ppid=7230 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/7233/task/7242/stat : 7242 (java) S 7230 7233 4042 0 -1 4202560 60 0 0 0 6 2 0 0 20 0 19 0 105822635 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140436249225384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7233/tid=7243] ppid=7230 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/7233/task/7243/stat : 7243 (java) S 7230 7233 4042 0 -1 4202560 198 0 0 0 5 2 0 0 20 0 19 0 105822635 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140436248172840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7233/tid=7244] ppid=7230 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/7233/task/7244/stat : 7244 (java) S 7230 7233 4042 0 -1 4202560 68 0 0 0 1 1 0 0 20 0 19 0 105822636 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140435765844840 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7233/tid=7245] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7245/stat : 7245 (java) S 7230 7233 4042 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105822636 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140435764791160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7233/tid=7246] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7246/stat : 7246 (java) S 7230 7233 4042 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105822636 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140435763737992 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7233/tid=7247] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7247/stat : 7247 (java) S 7230 7233 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105822638 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140435762686736 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7233/tid=7248] ppid=7230 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/7233/task/7248/stat : 7248 (java) S 7230 7233 4042 0 -1 4202560 1791 0 0 0 17 0 0 0 20 0 19 0 105822638 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140435761633592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7233/tid=7249] ppid=7230 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/7233/task/7249/stat : 7249 (java) S 7230 7233 4042 0 -1 4202560 3239 0 0 0 20 0 0 0 20 0 19 0 105822638 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140435760581048 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7233/tid=7250] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7250/stat : 7250 (java) S 7230 7233 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105822638 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140435759528184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7233/tid=7251] ppid=7230 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/7233/task/7251/stat : 7251 (java) S 7230 7233 4042 0 -1 4202560 104 0 0 0 34 34 0 0 20 0 19 0 105822638 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140435758475848 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7233/tid=7252] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7252/stat : 7252 (java) S 7230 7233 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105822646 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140435757422120 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1783.51
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.8 s]
/proc/loadavg: 2.11 2.18 2.17 4/213 7385
/proc/meminfo: memFree=29710044/32872528 swapFree=15272/1656604
[pid=7233] ppid=7230 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/7233/stat : 7233 (java) S 7230 7233 4042 0 -1 4202496 9833 0 1 0 179953 49 0 0 20 0 19 0 105822633 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140734539677152 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7233/statm: 2406260 88932 2262 9 0 2396937 0
[pid=7233/tid=7234] ppid=7230 vsize=9625040 CPUtime=1793.83 cores=0,2,4,6
/proc/7233/task/7234/stat : 7234 (java) R 7230 7233 4042 0 -1 4202560 2480 0 1 0 179354 29 0 0 20 0 19 0 105822634 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140436412296912 140436254064309 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7233/tid=7236] ppid=7230 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/7233/task/7236/stat : 7236 (java) S 7230 7233 4042 0 -1 4202560 143 0 0 0 6 3 0 0 20 0 19 0 105822635 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140436373797800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7233/tid=7237] ppid=7230 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/7233/task/7237/stat : 7237 (java) S 7230 7233 4042 0 -1 4202560 166 0 0 0 6 2 0 0 20 0 19 0 105822635 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140436372745256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7233/tid=7238] ppid=7230 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/7233/task/7238/stat : 7238 (java) S 7230 7233 4042 0 -1 4202560 160 0 0 0 6 2 0 0 20 0 19 0 105822635 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140436253436584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7233/tid=7239] ppid=7230 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/7233/task/7239/stat : 7239 (java) S 7230 7233 4042 0 -1 4202560 76 0 0 0 10 4 0 0 20 0 19 0 105822635 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140436252384040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7233/tid=7240] ppid=7230 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/7233/task/7240/stat : 7240 (java) S 7230 7233 4042 0 -1 4202560 44 0 0 0 6 2 0 0 20 0 19 0 105822635 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140436251330984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7233/tid=7241] ppid=7230 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/7233/task/7241/stat : 7241 (java) S 7230 7233 4042 0 -1 4202560 46 0 0 0 7 3 0 0 20 0 19 0 105822635 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140436250278440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7233/tid=7242] ppid=7230 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/7233/task/7242/stat : 7242 (java) S 7230 7233 4042 0 -1 4202560 60 0 0 0 6 2 0 0 20 0 19 0 105822635 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140436249225384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7233/tid=7243] ppid=7230 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/7233/task/7243/stat : 7243 (java) S 7230 7233 4042 0 -1 4202560 198 0 0 0 5 2 0 0 20 0 19 0 105822635 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140436248172840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7233/tid=7244] ppid=7230 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/7233/task/7244/stat : 7244 (java) S 7230 7233 4042 0 -1 4202560 68 0 0 0 1 1 0 0 20 0 19 0 105822636 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140435765844840 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7233/tid=7245] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7245/stat : 7245 (java) S 7230 7233 4042 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105822636 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140435764791160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7233/tid=7246] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7246/stat : 7246 (java) S 7230 7233 4042 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105822636 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140435763737992 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7233/tid=7247] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7247/stat : 7247 (java) S 7230 7233 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105822638 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140435762686736 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7233/tid=7248] ppid=7230 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/7233/task/7248/stat : 7248 (java) S 7230 7233 4042 0 -1 4202560 1791 0 0 0 17 0 0 0 20 0 19 0 105822638 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140435761633592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7233/tid=7249] ppid=7230 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/7233/task/7249/stat : 7249 (java) S 7230 7233 4042 0 -1 4202560 3239 0 0 0 20 0 0 0 20 0 19 0 105822638 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140435760581048 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7233/tid=7250] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7250/stat : 7250 (java) S 7230 7233 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105822638 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140435759528184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7233/tid=7251] ppid=7230 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/7233/task/7251/stat : 7251 (java) S 7230 7233 4042 0 -1 4202560 104 0 0 0 36 34 0 0 20 0 19 0 105822638 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140435758475848 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7233/tid=7252] ppid=7230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7233/task/7252/stat : 7252 (java) S 7230 7233 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105822646 9856040960 88932 33554432000 1073741824 1073778376 140734539686016 140435757422120 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 7233 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7233 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=988120
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=983850
# CPU time returned by wait4() is 1795.97
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.84
CPU time (s): 1800.02
CPU user time (s): 1799.53
CPU system time (s): 0.49
CPU usage (%): 100.066
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.99
system time used= 0.98385
maximum resident set size= 355872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9885
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38131
involuntary context switches= 4848

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3288 second user time and 9.62854 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-06 20:48:13
IDJOB=4084298
IDBENCH=2555
IDSOLVER=2546
FILE ID=node136/4084298-1465238893
RUNJOBID= node136-1465237111-7010
PBS_JOBID= 19843227
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-MEDINT/submitted-PB06/manquiho/Aardal_1/normalized-prob5.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084298-1465238893/watcher-4084298-1465238893 -o /tmp/evaluation-result-4084298-1465238893/solver-4084298-1465238893 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1465237111-7010 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084298-1465238893.opb

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

MD5SUM BENCH= b56e28afe1ffd19dcf9a2ab038cbc43f
RANDOM SEED=1470158603

node136.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.959
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.959
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.959
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.55
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.959
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.959
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.959
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.59
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.959
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.959
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29971396 kB
Buffers:           20632 kB
Cached:           100680 kB
SwapCached:          804 kB
Active:           468604 kB
Inactive:          74628 kB
Active(anon):     422956 kB
Inactive(anon):     1208 kB
Active(file):      45648 kB
Inactive(file):    73420 kB
Unevictable:     1656604 kB
Mlocked:           15272 kB
SwapTotal:      67108856 kB
SwapFree:       67099344 kB
Dirty:               592 kB
Writeback:             0 kB
AnonPages:       2104120 kB
Mapped:            15324 kB
Shmem:                 0 kB
Slab:             567032 kB
SReclaimable:      10888 kB
SUnreclaim:       556144 kB
KernelStack:        1752 kB
PageTables:         8448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2498572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2076672 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= 71736 MiB
End job on node136 at 2016-06-06 21:18:12