Trace number 4102589

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.03 1799.25

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
primes-dimacs-cnf/normalized-par32-1-c.opb
MD5SUM7d3927082349ded13241d71256bbcafb
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1315
Best CPU time to get the best result obtained on this benchmark875.815
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2630
Total number of constraints6569
Number of constraints which are clauses6569
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 2630
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 2630
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2630
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	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-4102589-1466230351.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.48/0.35	c ... done. Wall clock time 0.239s.
0.48/0.35	c declared #vars     2630
0.48/0.35	c #constraints  6569
0.48/0.35	c constraints type 
0.48/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4882
0.48/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1687
0.48/0.35	c 6569 constraints processed.
0.48/0.35	c objective function length is 2630 literals
1.86/1.48	c cleaning 2492 clauses out of 5000 with flag 27957/5000
4.10/3.58	c cleaning 4252 clauses out of 8508 with flag 50016/11001
7.21/6.65	c cleaning 5624 clauses out of 11255 with flag 70255/18000
10.80/10.27	c cleaning 6815 clauses out of 13632 with flag 90900/26001
15.14/14.59	c cleaning 7905 clauses out of 15816 with flag 115627/35000
19.13/18.41	c cleaning 8951 clauses out of 17911 with flag 147137/45000
23.63/22.93	c cleaning 9977 clauses out of 19961 with flag 181864/56001
28.82/28.15	c cleaning 10985 clauses out of 21984 with flag 221027/68001
34.83/34.15	c cleaning 11993 clauses out of 23998 with flag 262653/81000
41.62/40.93	c cleaning 12998 clauses out of 26005 with flag 309902/95000
49.12/48.48	c cleaning 13999 clauses out of 28007 with flag 359831/110000
57.11/56.47	c cleaning 15000 clauses out of 30009 with flag 414576/126001
66.12/65.49	c cleaning 15999 clauses out of 32009 with flag 474294/143001
75.72/75.04	c cleaning 16998 clauses out of 34009 with flag 537003/161000
86.21/85.54	c cleaning 17999 clauses out of 36012 with flag 600644/180001
97.71/97.01	c cleaning 19003 clauses out of 38012 with flag 671118/200000
110.51/109.89	c cleaning 19998 clauses out of 40010 with flag 748773/221001
124.31/123.60	c cleaning 21002 clauses out of 42011 with flag 828784/243000
139.60/138.94	c cleaning 21998 clauses out of 44009 with flag 912706/266000
155.91/155.24	c cleaning 22999 clauses out of 46012 with flag 982201/290001
173.41/172.79	c cleaning 23999 clauses out of 48013 with flag 1056565/315001
192.20/191.57	c cleaning 25002 clauses out of 50013 with flag 1142094/341000
212.29/211.66	c cleaning 26000 clauses out of 52012 with flag 1229485/368001
234.18/233.53	c cleaning 26998 clauses out of 54012 with flag 1326532/396001
257.89/257.24	c cleaning 27998 clauses out of 56013 with flag 1426189/425000
284.78/284.16	c cleaning 29000 clauses out of 58016 with flag 1534793/455001
313.09/312.49	c cleaning 30004 clauses out of 60015 with flag 1648605/486000
342.95/342.25	c cleaning 31000 clauses out of 62012 with flag 1748271/518001
370.87/370.14	c cleaning 31998 clauses out of 64011 with flag 1854191/551000
400.17/399.46	c cleaning 32997 clauses out of 66014 with flag 1963939/585001
430.46/429.78	c cleaning 33997 clauses out of 68016 with flag 2081169/620000
463.15/462.47	c cleaning 35003 clauses out of 70020 with flag 2217910/656001
501.15/500.45	c cleaning 35998 clauses out of 72017 with flag 2357490/693001
542.66/541.96	c cleaning 37003 clauses out of 74019 with flag 2502607/731001
586.56/585.82	c cleaning 38001 clauses out of 76016 with flag 2656651/770001
632.06/631.37	c cleaning 39002 clauses out of 78015 with flag 2820269/810001
681.06/680.35	c cleaning 40001 clauses out of 80014 with flag 2989668/851002
730.26/729.54	c cleaning 40998 clauses out of 82011 with flag 3171561/893000
779.65/778.94	c cleaning 42003 clauses out of 84013 with flag 3377192/936000
828.05/827.36	c cleaning 42994 clauses out of 86010 with flag 3612157/980000
878.23/877.59	c cleaning 44008 clauses out of 88018 with flag 3869218/1025002
935.42/934.79	c cleaning 45000 clauses out of 90011 with flag 4117829/1071003
993.51/992.87	c cleaning 45998 clauses out of 92008 with flag 4385563/1118000
1051.98/1051.23	c cleaning 47001 clauses out of 94010 with flag 4669244/1166000
1111.29/1110.58	c cleaning 48000 clauses out of 96009 with flag 4964127/1215000
1173.18/1172.40	c cleaning 48998 clauses out of 98009 with flag 5269114/1265000
1236.89/1236.19	c cleaning 50001 clauses out of 100013 with flag 5584938/1316002
1304.30/1303.51	c cleaning 50995 clauses out of 102010 with flag 5913934/1368000
1377.10/1376.33	c cleaning 52001 clauses out of 104016 with flag 6248484/1421001
1452.40/1451.65	c cleaning 52998 clauses out of 106014 with flag 6592385/1475000
1534.01/1533.26	c cleaning 54006 clauses out of 108017 with flag 6948563/1530001
1616.51/1615.78	c cleaning 55001 clauses out of 110010 with flag 7313173/1586000
1698.32/1697.56	c cleaning 55998 clauses out of 112010 with flag 7687141/1643001
1787.82/1787.06	c cleaning 57000 clauses out of 114011 with flag 8073421/1701000
1800.03/1799.22	c starts		: 141
1800.03/1799.22	c conflicts		: 1713039
1800.03/1799.22	c decisions		: 1811112
1800.03/1799.22	c propagations		: 1109436344
1800.03/1799.22	c timeout
1800.03/1799.22	c inspects		: 29511885401
1800.03/1799.22	c shortcuts		: 0
1800.03/1799.22	c learnt literals	: 1
1800.03/1799.22	c learnt binary clauses	: 26
1800.03/1799.22	c learnt ternary clauses	: 18
1800.03/1799.22	c learnt constraints	: 1713038
1800.03/1799.22	c ignored constraints	: 0
1800.03/1799.22	c root simplifications	: 0
1800.03/1799.22	c removed literals (reason simplification)	: 0
1800.03/1799.22	c reason swapping (by a shorter reason)	: 0
1800.03/1799.22	c Calls to reduceDB	: 54
1800.03/1799.22	c Number of update (reduction) of LBD	: 149734
1800.03/1799.22	c Imported unit clauses	: 0
1800.03/1799.22	c number of reductions to clauses (during analyze)	: 0
1800.03/1799.22	c number of learned constraints concerned by reduction	: 0
1800.03/1799.22	c number of learning phase by resolution	: 0
1800.03/1799.22	c number of learning phase by cutting planes	: 0
1800.03/1799.22	c speed (assignments/second)	: 616745.1576195329
1800.03/1799.22	c non guided choices	0
1800.03/1799.24	c learnt constraints type 
1800.03/1799.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 26
1800.03/1799.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 69024
1800.03/1799.24	s UNKNOWN
1800.03/1799.24	c Total wall clock time (in seconds): 1799.133

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-4102589-1466230351/watcher-4102589-1466230351 -o /tmp/evaluation-result-4102589-1466230351/solver-4102589-1466230351 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466206057-11789 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4102589-1466230351.opb 

pid=18090
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.04 2.02 2.00 3/196 18093
/proc/meminfo: memFree=31727416/32872528 swapFree=7780/7780
[pid=18093] ppid=18090 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/18093/stat : 18093 (java) S 18090 18093 11773 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 25080987 98570240 976 33554432000 1073741824 1073778376 140733312479376 140733312470512 206412218429 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18093/statm: 24065 976 743 9 0 16771 0
[pid=18093/tid=18094] ppid=18090 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18094/stat : 18094 (java) R 18090 18093 11773 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 25080988 98570240 976 33554432000 1073741824 1073778376 140733312479376 139739846458920 206408861056 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 2.04 2.02 2.00 3/196 18093
/proc/meminfo: memFree=31727416/32872528 swapFree=7780/7780
[pid=18093] ppid=18090 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/18093/stat : 18093 (java) S 18090 18093 11773 0 -1 4202496 4440 0 1 0 9 1 0 0 20 0 18 0 25080987 9787879424 5562 33554432000 1073741824 1073778376 140733312479376 140733312470512 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18093/statm: 2389619 5564 2127 9 0 2380296 0
[pid=18093/tid=18094] ppid=18090 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/18093/task/18094/stat : 18094 (java) R 18090 18093 11773 0 -1 4202560 2432 0 1 0 6 1 0 0 20 0 18 0 25080988 9787879424 5567 33554432000 1073741824 1073778376 140733312479376 139739846462368 139739849298253 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200317 s]
/proc/loadavg: 2.04 2.02 2.00 3/196 18093
/proc/meminfo: memFree=31727416/32872528 swapFree=7780/7780
[pid=18093] ppid=18090 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/18093/stat : 18093 (java) S 18090 18093 11773 0 -1 4202496 5064 0 1 0 27 1 0 0 20 0 18 0 25080987 9787879424 6505 33554432000 1073741824 1073778376 140733312479376 140733312470512 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18093/statm: 2389619 6505 2218 9 0 2380296 0
[pid=18093/tid=18094] ppid=18090 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/18093/task/18094/stat : 18094 (java) R 18090 18093 11773 0 -1 4202560 2452 0 1 0 16 1 0 0 20 0 18 0 25080988 9787879424 6505 33554432000 1073741824 1073778376 140733312479376 139739846462368 139739786262679 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300328 s]
/proc/loadavg: 2.04 2.02 2.00 3/196 18093
/proc/meminfo: memFree=31727416/32872528 swapFree=7780/7780
[pid=18093] ppid=18090 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/18093/stat : 18093 (java) S 18090 18093 11773 0 -1 4202496 5928 0 1 0 47 1 0 0 20 0 18 0 25080987 9787879424 7797 33554432000 1073741824 1073778376 140733312479376 140733312470512 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18093/statm: 2389619 7797 2232 9 0 2380296 0
[pid=18093/tid=18094] ppid=18090 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/18093/task/18094/stat : 18094 (java) R 18090 18093 11773 0 -1 4202560 2454 0 1 0 26 1 0 0 20 0 18 0 25080988 9787879424 7797 33554432000 1073741824 1073778376 140733312479376 139739846462368 139739786266433 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700232 s]
/proc/loadavg: 2.04 2.02 2.00 3/196 18093
/proc/meminfo: memFree=31727416/32872528 swapFree=7780/7780
[pid=18093] ppid=18090 vsize=9625040 CPUtime=1.14 cores=0,2,4,6
/proc/18093/stat : 18093 (java) S 18090 18093 11773 0 -1 4202496 7046 0 1 0 113 1 0 0 20 0 19 0 25080987 9856040960 10486 33554432000 1073741824 1073778376 140733312479376 140733312470512 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18093/statm: 2406260 10486 2256 9 0 2396937 0
[pid=18093/tid=18094] ppid=18090 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/18093/task/18094/stat : 18094 (java) R 18090 18093 11773 0 -1 4202560 2470 0 1 0 66 1 0 0 20 0 19 0 25080988 9856040960 10486 33554432000 1073741824 1073778376 140733312479376 139739846463656 139739786769765 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.12 2.04 2.01 3/215 18112
/proc/meminfo: memFree=31689756/32872528 swapFree=7780/7780
[pid=18093] ppid=18090 vsize=9625040 CPUtime=2.01 cores=0,2,4,6
/proc/18093/stat : 18093 (java) S 18090 18093 11773 0 -1 4202496 7326 0 1 0 200 1 0 0 20 0 19 0 25080987 9856040960 11532 33554432000 1073741824 1073778376 140733312479376 140733312470512 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18093/statm: 2406260 11532 2266 9 0 2396937 0
[pid=18093/tid=18094] ppid=18090 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/18093/task/18094/stat : 18094 (java) R 18090 18093 11773 0 -1 4202560 2473 0 1 0 146 2 0 0 20 0 19 0 25080988 9856040960 11532 33554432000 1073741824 1073778376 140733312479376 139739846463848 139739786769969 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18093/tid=18096] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18096/stat : 18096 (java) S 18090 18093 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 11532 33554432000 1073741824 1073778376 140733312479376 139739785193896 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18097] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18097/stat : 18097 (java) S 18090 18093 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 11532 33554432000 1073741824 1073778376 140733312479376 139739784141352 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18093/tid=18098] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18098/stat : 18098 (java) S 18090 18093 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 11532 33554432000 1073741824 1073778376 140733312479376 139739783088296 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18093/tid=18099] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18099/stat : 18099 (java) S 18090 18093 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 11532 33554432000 1073741824 1073778376 140733312479376 139739782035752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18093/tid=18100] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18100/stat : 18100 (java) S 18090 18093 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 11532 33554432000 1073741824 1073778376 140733312479376 139739686189992 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18101] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18101/stat : 18101 (java) S 18090 18093 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 11532 33554432000 1073741824 1073778376 140733312479376 139739685137448 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18093/tid=18102] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18102/stat : 18102 (java) S 18090 18093 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 11532 33554432000 1073741824 1073778376 140733312479376 139739684084392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18103] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18103/stat : 18103 (java) S 18090 18093 11773 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 11532 33554432000 1073741824 1073778376 140733312479376 139739683031848 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18104] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18104/stat : 18104 (java) S 18090 18093 11773 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 25080989 9856040960 11532 33554432000 1073741824 1073778376 140733312479376 139739670620520 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18105] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18105/stat : 18105 (java) S 18090 18093 11773 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 25080990 9856040960 11532 33554432000 1073741824 1073778376 140733312479376 139739669566840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18106] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18106/stat : 18106 (java) S 18090 18093 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25080990 9856040960 11532 33554432000 1073741824 1073778376 140733312479376 139739668513672 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18107] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18107/stat : 18107 (java) S 18090 18093 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25080992 9856040960 11532 33554432000 1073741824 1073778376 140733312479376 139739667462416 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18108] ppid=18090 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/18093/task/18108/stat : 18108 (java) S 18090 18093 11773 0 -1 4202560 1416 0 0 0 25 0 0 0 20 0 19 0 25080992 9856040960 11532 33554432000 1073741824 1073778376 140733312479376 139739666410296 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18109] ppid=18090 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/18093/task/18109/stat : 18109 (java) S 18090 18093 11773 0 -1 4202560 2166 0 0 0 24 0 0 0 20 0 19 0 25080992 9856040960 11532 33554432000 1073741824 1073778376 140733312479376 139739665357752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18093/tid=18110] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18110/stat : 18110 (java) S 18090 18093 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25080992 9856040960 11532 33554432000 1073741824 1073778376 140733312479376 139739664304888 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18093/tid=18111] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18111/stat : 18111 (java) S 18090 18093 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25080992 9856040960 11532 33554432000 1073741824 1073778376 140733312479376 139739663252552 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18112] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18112/stat : 18112 (java) S 18090 18093 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25081024 9856040960 11532 33554432000 1073741824 1073778376 140733312479376 139739662197800 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.12 2.04 2.01 3/215 18112
/proc/meminfo: memFree=31684484/32872528 swapFree=7780/7780
[pid=18093] ppid=18090 vsize=9625040 CPUtime=3.69 cores=0,2,4,6
/proc/18093/stat : 18093 (java) S 18090 18093 11773 0 -1 4202496 9133 0 1 0 367 2 0 0 20 0 19 0 25080987 9856040960 12506 33554432000 1073741824 1073778376 140733312479376 140733312470512 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18093/statm: 2406260 12506 2266 9 0 2396937 0
[pid=18093/tid=18094] ppid=18090 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/18093/task/18094/stat : 18094 (java) R 18090 18093 11773 0 -1 4202560 2476 0 1 0 306 2 0 0 20 0 19 0 25080988 9856040960 12506 33554432000 1073741824 1073778376 140733312479376 139739846463824 139739786818025 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18093/tid=18096] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18096/stat : 18096 (java) S 18090 18093 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 12506 33554432000 1073741824 1073778376 140733312479376 139739785193896 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18097] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18097/stat : 18097 (java) S 18090 18093 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 12506 33554432000 1073741824 1073778376 140733312479376 139739784141352 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18093/tid=18098] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18098/stat : 18098 (java) S 18090 18093 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 12506 33554432000 1073741824 1073778376 140733312479376 139739783088296 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18093/tid=18099] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18099/stat : 18099 (java) S 18090 18093 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 12506 33554432000 1073741824 1073778376 140733312479376 139739782035752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18093/tid=18100] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18100/stat : 18100 (java) S 18090 18093 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 12506 33554432000 1073741824 1073778376 140733312479376 139739686189992 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18101] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18101/stat : 18101 (java) S 18090 18093 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 12506 33554432000 1073741824 1073778376 140733312479376 139739685137448 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18093/tid=18102] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18102/stat : 18102 (java) S 18090 18093 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 12506 33554432000 1073741824 1073778376 140733312479376 139739684084392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18103] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18103/stat : 18103 (java) S 18090 18093 11773 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 12506 33554432000 1073741824 1073778376 140733312479376 139739683031848 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18104] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18104/stat : 18104 (java) S 18090 18093 11773 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 25080989 9856040960 12506 33554432000 1073741824 1073778376 140733312479376 139739670620520 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18105] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18105/stat : 18105 (java) S 18090 18093 11773 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 25080990 9856040960 12506 33554432000 1073741824 1073778376 140733312479376 139739669566840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18106] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18106/stat : 18106 (java) S 18090 18093 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25080990 9856040960 12506 33554432000 1073741824 1073778376 140733312479376 139739668513672 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18107] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18107/stat : 18107 (java) S 18090 18093 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25080992 9856040960 12506 33554432000 1073741824 1073778376 140733312479376 139739667462416 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18108] ppid=18090 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/18093/task/18108/stat : 18108 (java) S 18090 18093 11773 0 -1 4202560 1416 0 0 0 26 0 0 0 20 0 19 0 25080992 9856040960 12506 33554432000 1073741824 1073778376 140733312479376 139739666410296 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18109] ppid=18090 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/18093/task/18109/stat : 18109 (java) S 18090 18093 11773 0 -1 4202560 3970 0 0 0 32 0 0 0 20 0 19 0 25080992 9856040960 12506 33554432000 1073741824 1073778376 140733312479376 139739665357752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18093/tid=18110] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18110/stat : 18110 (java) S 18090 18093 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25080992 9856040960 12506 33554432000 1073741824 1073778376 140733312479376 139739664304888 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18093/tid=18111] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18111/stat : 18111 (java) S 18090 18093 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25080992 9856040960 12506 33554432000 1073741824 1073778376 140733312479376 139739663252552 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18112] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18112/stat : 18112 (java) S 18090 18093 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25081024 9856040960 12506 33554432000 1073741824 1073778376 140733312479376 139739662197800 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 9625040

[startup+6.30072 s]
/proc/loadavg: 2.11 2.04 2.00 3/215 18112
/proc/meminfo: memFree=31683328/32872528 swapFree=7780/7780
[pid=18093] ppid=18090 vsize=9625040 CPUtime=6.9 cores=0,2,4,6
/proc/18093/stat : 18093 (java) S 18090 18093 11773 0 -1 4202496 9137 0 1 0 688 2 0 0 20 0 19 0 25080987 9856040960 12746 33554432000 1073741824 1073778376 140733312479376 140733312470512 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18093/statm: 2406260 12746 2267 9 0 2396937 0
[pid=18093/tid=18094] ppid=18090 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/18093/task/18094/stat : 18094 (java) R 18090 18093 11773 0 -1 4202560 2478 0 1 0 625 2 0 0 20 0 19 0 25080988 9856040960 12746 33554432000 1073741824 1073778376 140733312479376 139739846463848 139739786754936 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18093/tid=18096] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18096/stat : 18096 (java) S 18090 18093 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 12746 33554432000 1073741824 1073778376 140733312479376 139739785193896 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18097] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18097/stat : 18097 (java) S 18090 18093 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 12746 33554432000 1073741824 1073778376 140733312479376 139739784141352 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18093/tid=18098] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18098/stat : 18098 (java) S 18090 18093 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 12746 33554432000 1073741824 1073778376 140733312479376 139739783088296 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18093/tid=18099] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18099/stat : 18099 (java) S 18090 18093 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 12746 33554432000 1073741824 1073778376 140733312479376 139739782035752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18093/tid=18100] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18100/stat : 18100 (java) S 18090 18093 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 12746 33554432000 1073741824 1073778376 140733312479376 139739686189992 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18101] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18101/stat : 18101 (java) S 18090 18093 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 12746 33554432000 1073741824 1073778376 140733312479376 139739685137448 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18093/tid=18102] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18102/stat : 18102 (java) S 18090 18093 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 12746 33554432000 1073741824 1073778376 140733312479376 139739684084392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18103] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18103/stat : 18103 (java) S 18090 18093 11773 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 12746 33554432000 1073741824 1073778376 140733312479376 139739683031848 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18104] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18104/stat : 18104 (java) S 18090 18093 11773 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 25080989 9856040960 12746 33554432000 1073741824 1073778376 140733312479376 139739670620520 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18105] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18105/stat : 18105 (java) S 18090 18093 11773 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 25080990 9856040960 12746 33554432000 1073741824 1073778376 140733312479376 139739669566840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18106] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18106/stat : 18106 (java) S 18090 18093 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25080990 9856040960 12746 33554432000 1073741824 1073778376 140733312479376 139739668513672 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18107] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18107/stat : 18107 (java) S 18090 18093 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25080992 9856040960 12746 33554432000 1073741824 1073778376 140733312479376 139739667462416 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18108] ppid=18090 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/18093/task/18108/stat : 18108 (java) S 18090 18093 11773 0 -1 4202560 1416 0 0 0 26 0 0 0 20 0 19 0 25080992 9856040960 12746 33554432000 1073741824 1073778376 140733312479376 139739666410296 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18109] ppid=18090 vsize=9625040 CPUtime=0.33 cores=0,2,4,6

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

[pid=18093/tid=18112] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18112/stat : 18112 (java) S 18090 18093 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25081024 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739662197800 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1663.12
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.00 8/215 18220
/proc/meminfo: memFree=31207820/32872528 swapFree=7780/7780
[pid=18093] ppid=18090 vsize=9625040 CPUtime=1723.11 cores=0,2,4,6
/proc/18093/stat : 18093 (java) S 18090 18093 11773 0 -1 4202496 11307 0 1 0 172276 35 0 0 20 0 19 0 25080987 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 140733312470512 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18093/statm: 2406260 49121 2281 9 0 2396937 0
[pid=18093/tid=18094] ppid=18090 vsize=9625040 CPUtime=1717.49 cores=0,2,4,6
/proc/18093/task/18094/stat : 18094 (java) R 18090 18093 11773 0 -1 4202560 2538 0 1 0 171718 31 0 0 20 0 19 0 25080988 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739846454960 139739786781256 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18096] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18096/stat : 18096 (java) S 18090 18093 11773 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739785193896 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18093/tid=18097] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18097/stat : 18097 (java) S 18090 18093 11773 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739784141352 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18093/tid=18098] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18098/stat : 18098 (java) S 18090 18093 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739783088296 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18093/tid=18099] ppid=18090 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/18093/task/18099/stat : 18099 (java) S 18090 18093 11773 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 25080988 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739782035752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18093/tid=18100] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18100/stat : 18100 (java) S 18090 18093 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739686189992 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18093/tid=18101] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18101/stat : 18101 (java) S 18090 18093 11773 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739685137448 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18093/tid=18102] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18102/stat : 18102 (java) S 18090 18093 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739684084392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18093/tid=18103] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18103/stat : 18103 (java) S 18090 18093 11773 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739683031848 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18093/tid=18104] ppid=18090 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/18093/task/18104/stat : 18104 (java) S 18090 18093 11773 0 -1 4202560 14 0 0 0 0 2 0 0 20 0 19 0 25080989 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739670620520 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18105] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18105/stat : 18105 (java) S 18090 18093 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25080990 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739669566840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18106] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18106/stat : 18106 (java) S 18090 18093 11773 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25080990 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739668513672 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18107] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18107/stat : 18107 (java) S 18090 18093 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25080992 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739667462416 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18108] ppid=18090 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/18093/task/18108/stat : 18108 (java) S 18090 18093 11773 0 -1 4202560 1417 0 0 0 27 0 0 0 20 0 19 0 25080992 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739666410296 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18109] ppid=18090 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/18093/task/18109/stat : 18109 (java) S 18090 18093 11773 0 -1 4202560 5907 0 0 0 50 0 0 0 20 0 19 0 25080992 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739665357752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18093/tid=18110] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18110/stat : 18110 (java) S 18090 18093 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25080992 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739664304888 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18093/tid=18111] ppid=18090 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/18093/task/18111/stat : 18111 (java) S 18090 18093 11773 0 -1 4202560 100 0 0 0 26 30 0 0 20 0 19 0 25080992 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739663252552 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18093/tid=18112] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18112/stat : 18112 (java) S 18090 18093 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25081024 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739662197800 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1723.11
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/215 18222
/proc/meminfo: memFree=31224748/32872528 swapFree=7780/7780
[pid=18093] ppid=18090 vsize=9625040 CPUtime=1783.12 cores=0,2,4,6
/proc/18093/stat : 18093 (java) S 18090 18093 11773 0 -1 4202496 11311 0 1 0 178276 36 0 0 20 0 19 0 25080987 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 140733312470512 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18093/statm: 2406260 49121 2281 9 0 2396937 0
[pid=18093/tid=18094] ppid=18090 vsize=9625040 CPUtime=1777.33 cores=0,2,4,6
/proc/18093/task/18094/stat : 18094 (java) R 18090 18093 11773 0 -1 4202560 2538 0 1 0 177701 32 0 0 20 0 19 0 25080988 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739846454960 139739786818085 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18096] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18096/stat : 18096 (java) S 18090 18093 11773 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739785193896 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18093/tid=18097] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18097/stat : 18097 (java) S 18090 18093 11773 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739784141352 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18093/tid=18098] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18098/stat : 18098 (java) S 18090 18093 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739783088296 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18093/tid=18099] ppid=18090 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/18093/task/18099/stat : 18099 (java) S 18090 18093 11773 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 25080988 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739782035752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18093/tid=18100] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18100/stat : 18100 (java) S 18090 18093 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739686189992 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18093/tid=18101] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18101/stat : 18101 (java) S 18090 18093 11773 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739685137448 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18093/tid=18102] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18102/stat : 18102 (java) S 18090 18093 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739684084392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18093/tid=18103] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18103/stat : 18103 (java) S 18090 18093 11773 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739683031848 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18093/tid=18104] ppid=18090 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/18093/task/18104/stat : 18104 (java) S 18090 18093 11773 0 -1 4202560 14 0 0 0 0 2 0 0 20 0 19 0 25080989 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739670620520 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18105] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18105/stat : 18105 (java) S 18090 18093 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25080990 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739669566840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18106] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18106/stat : 18106 (java) S 18090 18093 11773 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25080990 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739668513672 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18107] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18107/stat : 18107 (java) S 18090 18093 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25080992 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739667462416 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18108] ppid=18090 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/18093/task/18108/stat : 18108 (java) S 18090 18093 11773 0 -1 4202560 1417 0 0 0 27 0 0 0 20 0 19 0 25080992 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739666410296 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18109] ppid=18090 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/18093/task/18109/stat : 18109 (java) S 18090 18093 11773 0 -1 4202560 5907 0 0 0 50 0 0 0 20 0 19 0 25080992 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739665357752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18093/tid=18110] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18110/stat : 18110 (java) S 18090 18093 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25080992 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739664304888 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18093/tid=18111] ppid=18090 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/18093/task/18111/stat : 18111 (java) S 18090 18093 11773 0 -1 4202560 104 0 0 0 27 32 0 0 20 0 19 0 25080992 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739663252552 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18093/tid=18112] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18112/stat : 18112 (java) S 18090 18093 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25081024 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739662197800 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1783.12
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.2 s]
/proc/loadavg: 2.00 2.02 2.00 3/215 18223
/proc/meminfo: memFree=31226612/32872528 swapFree=7780/7780
[pid=18093] ppid=18090 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/18093/stat : 18093 (java) S 18090 18093 11773 0 -1 4202496 11313 0 1 0 179966 37 0 0 20 0 19 0 25080987 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 140733312470512 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18093/statm: 2406260 49121 2281 9 0 2396937 0
[pid=18093/tid=18094] ppid=18090 vsize=9625040 CPUtime=1794.18 cores=0,2,4,6
/proc/18093/task/18094/stat : 18094 (java) R 18090 18093 11773 0 -1 4202560 2538 0 1 0 179386 32 0 0 20 0 19 0 25080988 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739846454960 139739786818085 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18096] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18096/stat : 18096 (java) S 18090 18093 11773 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739785193896 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18093/tid=18097] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18097/stat : 18097 (java) S 18090 18093 11773 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739784141352 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18093/tid=18098] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18098/stat : 18098 (java) S 18090 18093 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739783088296 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18093/tid=18099] ppid=18090 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/18093/task/18099/stat : 18099 (java) S 18090 18093 11773 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 25080988 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739782035752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18093/tid=18100] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18100/stat : 18100 (java) S 18090 18093 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739686189992 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18093/tid=18101] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18101/stat : 18101 (java) S 18090 18093 11773 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739685137448 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18093/tid=18102] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18102/stat : 18102 (java) S 18090 18093 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739684084392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18093/tid=18103] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18103/stat : 18103 (java) S 18090 18093 11773 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 25080988 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739683031848 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18093/tid=18104] ppid=18090 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/18093/task/18104/stat : 18104 (java) S 18090 18093 11773 0 -1 4202560 14 0 0 0 0 2 0 0 20 0 19 0 25080989 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739670620520 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18105] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18105/stat : 18105 (java) S 18090 18093 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25080990 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739669566840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18106] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18106/stat : 18106 (java) S 18090 18093 11773 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25080990 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739668513672 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18107] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18107/stat : 18107 (java) S 18090 18093 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25080992 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739667462416 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18108] ppid=18090 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/18093/task/18108/stat : 18108 (java) S 18090 18093 11773 0 -1 4202560 1417 0 0 0 27 0 0 0 20 0 19 0 25080992 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739666410296 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18093/tid=18109] ppid=18090 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/18093/task/18109/stat : 18109 (java) S 18090 18093 11773 0 -1 4202560 5907 0 0 0 50 0 0 0 20 0 19 0 25080992 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739665357752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18093/tid=18110] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18110/stat : 18110 (java) S 18090 18093 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25080992 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739664304888 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18093/tid=18111] ppid=18090 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/18093/task/18111/stat : 18111 (java) S 18090 18093 11773 0 -1 4202560 106 0 0 0 27 32 0 0 20 0 19 0 25080992 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739663252552 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18093/tid=18112] ppid=18090 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18093/task/18112/stat : 18112 (java) S 18090 18093 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25081024 9856040960 49121 33554432000 1073741824 1073778376 140733312479376 139739662197800 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 18093 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 18093 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=120100
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=790879
# CPU time returned by wait4() is 1795.91
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1799.25
CPU time (s): 1800.03
CPU user time (s): 1799.66
CPU system time (s): 0.37
CPU usage (%): 100.043
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.12
system time used= 0.790879
maximum resident set size= 205092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11441
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38105
involuntary context switches= 18073

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.42272 second user time and 15.4636 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-18 08:12:31
IDJOB=4102589
IDBENCH=2143
IDSOLVER=2546
FILE ID=node133/4102589-1466230351
RUNJOBID= node133-1466206057-11789
PBS_JOBID= 19918144
Free space on /tmp= 71716 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-1-c.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4102589-1466230351/watcher-4102589-1466230351 -o /tmp/evaluation-result-4102589-1466230351/solver-4102589-1466230351 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466206057-11789 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4102589-1466230351.opb

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

MD5SUM BENCH= 7d3927082349ded13241d71256bbcafb
RANDOM SEED=1376534249

node133.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.256
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	: 5334.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.256
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		: 2667.256
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		: 2667.256
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		: 2667.256
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		: 2667.256
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.256
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		: 2667.256
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:        31727572 kB
Buffers:           99036 kB
Cached:           104764 kB
SwapCached:          892 kB
Active:           253204 kB
Inactive:         145608 kB
Active(anon):     196228 kB
Inactive(anon):     1364 kB
Active(file):      56976 kB
Inactive(file):   144244 kB
Unevictable:        7780 kB
Mlocked:            7780 kB
SwapTotal:      67108856 kB
SwapFree:       67099860 kB
Dirty:               600 kB
Writeback:             0 kB
AnonPages:        208416 kB
Mapped:            15320 kB
Shmem:                 0 kB
Slab:             601204 kB
SReclaimable:      44180 kB
SUnreclaim:       557024 kB
KernelStack:        1592 kB
PageTables:         4736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     697492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    186368 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= 71712 MiB
End job on node133 at 2016-06-18 08:42:30