Trace number 4090244

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.61 1795.04

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
Instances3col_OPB/normalized-3col-almost3reg-l090-r089-n1.opb
MD5SUM90253068a8645a663397fff0d99f47e9
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4908
Total number of constraints10414
Number of constraints which are clauses8778
Number of constraints which are cardinality constraints (but not clauses)1636
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 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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.12/0.10	c Pseudo Boolean Optimization by upper bound
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.10	c No reason simplification
0.12/0.10	c Glucose 2.1 dynamic restart strategy
0.12/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.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.12/0.10	c --- End Solver configuration ---
0.12/0.10	c solving HOME/instance-4090244-1466038262.opb
0.12/0.10	c reading problem ... 
0.12/0.10	c  no objective function found
0.50/0.39	c ... done. Wall clock time 0.289s.
0.50/0.39	c declared #vars     4908
0.50/0.39	c #constraints  12050
0.50/0.39	c constraints type 
0.50/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1636
0.50/0.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 1636
0.50/0.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 8778
0.50/0.39	c 12050 constraints processed.
2.40/1.75	c cleaning 2493 clauses out of 5000 with flag 270873/5000
3.64/2.80	c cleaning 4251 clauses out of 8507 with flag 546466/11000
4.85/4.05	c cleaning 5628 clauses out of 11256 with flag 790927/18000
6.47/5.62	c cleaning 6799 clauses out of 13628 with flag 1123497/26000
8.27/7.41	c cleaning 7906 clauses out of 15829 with flag 1485589/35000
10.30/9.46	c cleaning 8956 clauses out of 17925 with flag 1890799/45002
12.80/11.96	c cleaning 9981 clauses out of 19971 with flag 2375703/56004
15.80/14.92	c cleaning 10987 clauses out of 21987 with flag 3343013/68001
19.00/18.18	c cleaning 11997 clauses out of 23999 with flag 4311354/81000
22.70/21.85	c cleaning 12995 clauses out of 26002 with flag 5314850/95000
26.89/26.05	c cleaning 13998 clauses out of 28008 with flag 6467103/110001
31.49/30.61	c cleaning 15000 clauses out of 30010 with flag 7648149/126001
36.20/35.36	c cleaning 16000 clauses out of 32011 with flag 8557773/143002
40.80/40.00	c cleaning 16995 clauses out of 34010 with flag 8891673/161001
46.40/45.50	c cleaning 17993 clauses out of 36014 with flag 9236767/180000
51.55/50.64	c cleaning 19008 clauses out of 38022 with flag 9584027/200001
57.44/56.54	c cleaning 20005 clauses out of 40015 with flag 9982263/221002
63.44/62.57	c cleaning 21001 clauses out of 42009 with flag 10391249/243001
69.64/68.79	c cleaning 21998 clauses out of 44008 with flag 10811488/266001
77.34/76.44	c cleaning 22992 clauses out of 46009 with flag 11268156/290000
85.19/84.26	c cleaning 24000 clauses out of 48017 with flag 11737675/315000
92.40/91.44	c cleaning 25005 clauses out of 50019 with flag 12161786/341002
100.99/100.06	c cleaning 26006 clauses out of 52015 with flag 12663291/368003
109.40/108.45	c cleaning 27000 clauses out of 54007 with flag 13131687/396001
119.00/118.07	c cleaning 27996 clauses out of 56006 with flag 13672088/425000
128.92/127.82	c cleaning 29000 clauses out of 58010 with flag 14232103/455000
139.12/138.05	c cleaning 29997 clauses out of 60013 with flag 14797579/486003
149.82/148.77	c cleaning 31003 clauses out of 62016 with flag 15385898/518003
162.18/160.96	c cleaning 31995 clauses out of 64010 with flag 15967876/551000
174.48/173.25	c cleaning 33000 clauses out of 66017 with flag 16590438/585002
188.58/187.31	c cleaning 34000 clauses out of 68017 with flag 17262241/620002
203.08/201.66	c cleaning 34995 clauses out of 70015 with flag 17926280/656000
219.08/217.63	c cleaning 35999 clauses out of 72020 with flag 18621140/693000
235.98/234.37	c cleaning 37003 clauses out of 74023 with flag 19356113/731002
252.07/250.41	c cleaning 38002 clauses out of 76018 with flag 20096004/770000
268.07/266.45	c cleaning 38999 clauses out of 78016 with flag 20818865/810000
284.83/283.05	c cleaning 40003 clauses out of 80018 with flag 21580587/851001
305.73/303.94	c cleaning 41005 clauses out of 82014 with flag 22422621/893000
325.58/323.63	c cleaning 41996 clauses out of 84010 with flag 23276303/936001
347.35/345.21	c cleaning 42998 clauses out of 86013 with flag 24161728/980000
368.25/366.17	c cleaning 44004 clauses out of 88015 with flag 25097200/1025000
390.29/388.13	c cleaning 44994 clauses out of 90011 with flag 25961407/1071000
413.20/411.06	c cleaning 46002 clauses out of 92017 with flag 26913214/1118000
437.73/435.54	c cleaning 47002 clauses out of 94015 with flag 27809401/1166000
463.51/461.24	c cleaning 48002 clauses out of 96014 with flag 28732362/1215001
491.21/488.88	c cleaning 49000 clauses out of 98013 with flag 29726244/1265002
520.02/517.63	c cleaning 49998 clauses out of 100011 with flag 30702845/1316000
549.15/546.61	c cleaning 50985 clauses out of 102013 with flag 31787779/1368000
580.13/577.59	c cleaning 52004 clauses out of 104028 with flag 32944452/1421000
613.42/610.76	c cleaning 53000 clauses out of 106025 with flag 34033103/1475001
649.84/647.13	c cleaning 54005 clauses out of 108025 with flag 35205010/1530001
688.21/685.43	c cleaning 55004 clauses out of 110019 with flag 36323979/1586000
728.96/726.11	c cleaning 55998 clauses out of 112016 with flag 37453822/1643001
769.22/766.39	c cleaning 56997 clauses out of 114017 with flag 38609253/1701000
812.10/809.14	c cleaning 58007 clauses out of 116021 with flag 39826755/1760001
850.40/847.39	c cleaning 58998 clauses out of 118013 with flag 41024814/1820000
888.53/885.48	c cleaning 59996 clauses out of 120015 with flag 42281336/1881000
929.40/926.28	c cleaning 61004 clauses out of 122020 with flag 43522318/1943001
961.96/958.77	c cleaning 62003 clauses out of 124015 with flag 44721441/2006000
994.45/991.15	c cleaning 63000 clauses out of 126014 with flag 46375659/2070002
1029.25/1025.85	c cleaning 63987 clauses out of 128012 with flag 47588740/2135000
1077.61/1074.06	c cleaning 65000 clauses out of 130025 with flag 48874655/2201000
1119.30/1115.67	c cleaning 66004 clauses out of 132025 with flag 50147241/2268000
1169.08/1165.37	c cleaning 67000 clauses out of 134023 with flag 51525935/2336002
1220.63/1216.73	c cleaning 68009 clauses out of 136021 with flag 52969759/2405000
1273.20/1269.20	c cleaning 68999 clauses out of 138013 with flag 54338105/2475001
1328.01/1323.96	c cleaning 69999 clauses out of 140014 with flag 55823072/2546001
1389.38/1385.29	c cleaning 71004 clauses out of 142017 with flag 57268384/2618003
1439.32/1435.08	c cleaning 71996 clauses out of 144010 with flag 58522254/2691000
1494.84/1490.38	c cleaning 73001 clauses out of 146014 with flag 59929841/2765000
1552.78/1548.20	c cleaning 74004 clauses out of 148013 with flag 61464728/2840000
1611.18/1606.56	c cleaning 74998 clauses out of 150009 with flag 63015838/2916000
1679.79/1675.07	c cleaning 75998 clauses out of 152011 with flag 64651243/2993000
1755.46/1750.55	c cleaning 76996 clauses out of 154014 with flag 66428507/3071001
1800.07/1795.00	c starts		: 3646
1800.07/1795.00	c conflicts		: 3123955
1800.07/1795.00	c decisions		: 4413424
1800.07/1795.00	c propagations		: 1133705090
1800.07/1795.00	c inspects		: 28196014505
1800.07/1795.00	c shortcuts		: 0
1800.07/1795.00	c learnt literals	: 0
1800.07/1795.00	c learnt binary clauses	: 0
1800.07/1795.00	c learnt ternary clauses	: 3617
1800.07/1795.00	c learnt constraints	: 3123955
1800.07/1795.00	c ignored constraints	: 0
1800.07/1795.00	c root simplifications	: 0
1800.07/1795.00	c removed literals (reason simplification)	: 0
1800.07/1795.00	c reason swapping (by a shorter reason)	: 0
1800.07/1795.00	c Calls to reduceDB	: 74
1800.07/1795.00	c Number of update (reduction) of LBD	: 1284953
1800.07/1795.00	c Imported unit clauses	: 0
1800.07/1795.00	c number of reductions to clauses (during analyze)	: 0
1800.07/1795.00	c number of learned constraints concerned by reduction	: 0
1800.07/1795.00	c number of learning phase by resolution	: 0
1800.07/1795.00	c number of learning phase by cutting planes	: 0
1800.07/1795.00	c speed (assignments/second)	: 631728.2070913498
1800.07/1795.00	c non guided choices	55273
1800.07/1795.00	c timeout
1800.07/1795.03	c learnt constraints type 
1800.07/1795.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 129973
1800.07/1795.03	s UNKNOWN
1800.07/1795.03	c Total wall clock time (in seconds): 1794.929

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-4090244-1466038262/watcher-4090244-1466038262 -o /tmp/evaluation-result-4090244-1466038262/solver-4090244-1466038262 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466015679-6168 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090244-1466038262.opb 

pid=9998
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.10 2.08 2.02 3/194 10001
/proc/meminfo: memFree=31033800/32872528 swapFree=532444/565148
[pid=10001] ppid=9998 vsize=96268 CPUtime=0 cores=1,3,5,7
/proc/10001/stat : 10001 (java) S 9998 10001 6151 0 -1 4202496 1356 0 0 0 0 0 0 0 20 0 2 0 5871861 98578432 980 33554432000 1073741824 1073778376 140736241911488 140736241902624 206632419389 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10001/statm: 24067 982 748 9 0 16773 0
[pid=10001/tid=10002] ppid=9998 vsize=96272 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10002/stat : 10002 (java) R 9998 10001 6151 0 -1 4202560 137 0 0 0 0 0 0 0 20 0 2 0 5871861 98582528 985 33554432000 1073741824 1073778376 140736241911488 140051005877800 206629062045 0 0 0 16784584 0 0 0 -1 1 0 0 0 0 0

[startup+0.100163 s]
/proc/loadavg: 2.10 2.08 2.02 3/194 10001
/proc/meminfo: memFree=31033800/32872528 swapFree=532444/565148
[pid=10001] ppid=9998 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/10001/stat : 10001 (java) S 9998 10001 6151 0 -1 4202496 4511 0 1 0 11 1 0 0 20 0 18 0 5871861 9787879424 6140 33554432000 1073741824 1073778376 140736241911488 140736241902624 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10001/statm: 2389619 6140 2157 9 0 2380296 0
[pid=10001/tid=10002] ppid=9998 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/10001/task/10002/stat : 10002 (java) R 9998 10001 6151 0 -1 4202560 2380 0 1 0 8 0 0 0 20 0 18 0 5871861 9787879424 6140 33554432000 1073741824 1073778376 140736241911488 140051005868848 140051009518869 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9558476

[startup+0.20042 s]
/proc/loadavg: 2.10 2.08 2.02 3/194 10001
/proc/meminfo: memFree=31033800/32872528 swapFree=532444/565148
[pid=10001] ppid=9998 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/10001/stat : 10001 (java) S 9998 10001 6151 0 -1 4202496 5000 0 1 0 26 2 0 0 20 0 18 0 5871861 9787879424 13678 33554432000 1073741824 1073778376 140736241911488 140736241902624 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10001/statm: 2389619 13684 2220 9 0 2380296 0
[pid=10001/tid=10002] ppid=9998 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/10001/task/10002/stat : 10002 (java) R 9998 10001 6151 0 -1 4202560 2410 0 1 0 16 2 0 0 20 0 18 0 5871861 9787879424 13674 33554432000 1073741824 1073778376 140736241911488 140051005868848 140050847324039 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300448 s]
/proc/loadavg: 2.10 2.08 2.02 3/194 10001
/proc/meminfo: memFree=31033800/32872528 swapFree=532444/565148
[pid=10001] ppid=9998 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/10001/stat : 10001 (java) S 9998 10001 6151 0 -1 4202496 6109 0 1 0 47 3 0 0 20 0 18 0 5871861 9787879424 24689 33554432000 1073741824 1073778376 140736241911488 140736241902624 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10001/statm: 2389619 24689 2229 9 0 2380296 0
[pid=10001/tid=10002] ppid=9998 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/10001/task/10002/stat : 10002 (java) R 9998 10001 6151 0 -1 4202560 2430 0 1 0 26 2 0 0 20 0 18 0 5871861 9787879424 24689 33554432000 1073741824 1073778376 140736241911488 140051005868848 140050847360316 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.70022 s]
/proc/loadavg: 2.10 2.08 2.02 3/194 10001
/proc/meminfo: memFree=31033800/32872528 swapFree=532444/565148
[pid=10001] ppid=9998 vsize=9625040 CPUtime=1.3 cores=1,3,5,7
/proc/10001/stat : 10001 (java) S 9998 10001 6151 0 -1 4202496 8252 0 1 0 126 4 0 0 20 0 19 0 5871861 9856040960 28438 33554432000 1073741824 1073778376 140736241911488 140736241902624 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10001/statm: 2406260 28438 2257 9 0 2396937 0
[pid=10001/tid=10002] ppid=9998 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/10001/task/10002/stat : 10002 (java) R 9998 10001 6151 0 -1 4202560 2447 0 1 0 65 3 0 0 20 0 19 0 5871861 9856040960 28438 33554432000 1073741824 1073778376 140736241911488 140051005882488 140050847966337 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.10 2.08 2.02 3/213 10020
/proc/meminfo: memFree=30927708/32872528 swapFree=532444/565148
[pid=10001] ppid=9998 vsize=9625040 CPUtime=2.2 cores=1,3,5,7
/proc/10001/stat : 10001 (java) S 9998 10001 6151 0 -1 4202496 9011 0 1 0 216 4 0 0 20 0 19 0 5871861 9856040960 28448 33554432000 1073741824 1073778376 140736241911488 140736241902624 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10001/statm: 2406260 28448 2266 9 0 2396937 0
[pid=10001/tid=10002] ppid=9998 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/10001/task/10002/stat : 10002 (java) R 9998 10001 6151 0 -1 4202560 2448 0 1 0 145 3 0 0 20 0 19 0 5871861 9856040960 28448 33554432000 1073741824 1073778376 140736241911488 140051005882776 140050847974303 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10004] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10004/stat : 10004 (java) S 9998 10001 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5871862 9856040960 28448 33554432000 1073741824 1073778376 140736241911488 140050967374760 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10005] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10005/stat : 10005 (java) S 9998 10001 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5871862 9856040960 28448 33554432000 1073741824 1073778376 140736241911488 140050966322216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10001/tid=10006] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10006/stat : 10006 (java) S 9998 10001 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5871862 9856040960 28448 33554432000 1073741824 1073778376 140736241911488 140050847230632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10001/tid=10007] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10007/stat : 10007 (java) S 9998 10001 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5871862 9856040960 28448 33554432000 1073741824 1073778376 140736241911488 140050846178088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10001/tid=10008] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10008/stat : 10008 (java) S 9998 10001 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5871862 9856040960 28448 33554432000 1073741824 1073778376 140736241911488 140050845125032 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10009] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10009/stat : 10009 (java) S 9998 10001 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5871862 9856040960 28448 33554432000 1073741824 1073778376 140736241911488 140050844072488 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10001/tid=10010] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10010/stat : 10010 (java) S 9998 10001 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5871862 9856040960 28448 33554432000 1073741824 1073778376 140736241911488 140050843019432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10001/tid=10011] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10011/stat : 10011 (java) S 9998 10001 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5871862 9856040960 28448 33554432000 1073741824 1073778376 140736241911488 140050841966888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10012] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10012/stat : 10012 (java) S 9998 10001 6151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5871863 9856040960 28448 33554432000 1073741824 1073778376 140736241911488 140050359638888 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10001/tid=10013] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10013/stat : 10013 (java) S 9998 10001 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5871864 9856040960 28448 33554432000 1073741824 1073778376 140736241911488 140050358585208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10014] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10014/stat : 10014 (java) S 9998 10001 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5871864 9856040960 28448 33554432000 1073741824 1073778376 140736241911488 140050357532040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10015] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10015/stat : 10015 (java) S 9998 10001 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5871866 9856040960 28448 33554432000 1073741824 1073778376 140736241911488 140050356480784 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10016] ppid=9998 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/10001/task/10016/stat : 10016 (java) S 9998 10001 6151 0 -1 4202560 3152 0 0 0 42 0 0 0 20 0 19 0 5871866 9856040960 28448 33554432000 1073741824 1073778376 140736241911488 140050355427640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10017] ppid=9998 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/10001/task/10017/stat : 10017 (java) S 9998 10001 6151 0 -1 4202560 2134 0 0 0 25 2 0 0 20 0 19 0 5871866 9856040960 28448 33554432000 1073741824 1073778376 140736241911488 140050354375096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10001/tid=10018] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10018/stat : 10018 (java) S 9998 10001 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5871866 9856040960 28448 33554432000 1073741824 1073778376 140736241911488 140050353322232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10001/tid=10019] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10019/stat : 10019 (java) S 9998 10001 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5871866 9856040960 28448 33554432000 1073741824 1073778376 140736241911488 140050352269896 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10001/tid=10020] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10020/stat : 10020 (java) S 9998 10001 6151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 5871901 9856040960 28448 33554432000 1073741824 1073778376 140736241911488 140050351216168 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 9625040

[startup+3.10067 s]
/proc/loadavg: 2.10 2.08 2.02 3/213 10020
/proc/meminfo: memFree=30910528/32872528 swapFree=532444/565148
[pid=10001] ppid=9998 vsize=9625040 CPUtime=3.94 cores=1,3,5,7
/proc/10001/stat : 10001 (java) S 9998 10001 6151 0 -1 4202496 13569 0 1 0 389 5 0 0 20 0 19 0 5871861 9856040960 33640 33554432000 1073741824 1073778376 140736241911488 140736241902624 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10001/statm: 2406260 33640 2270 9 0 2396937 0
[pid=10001/tid=10002] ppid=9998 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/10001/task/10002/stat : 10002 (java) R 9998 10001 6151 0 -1 4202560 2454 0 1 0 303 3 0 0 20 0 19 0 5871861 9856040960 33640 33554432000 1073741824 1073778376 140736241911488 140051005880800 140050847946245 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=10001/tid=10004] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10004/stat : 10004 (java) S 9998 10001 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5871862 9856040960 33640 33554432000 1073741824 1073778376 140736241911488 140050967374760 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10005] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10005/stat : 10005 (java) S 9998 10001 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5871862 9856040960 33640 33554432000 1073741824 1073778376 140736241911488 140050966322216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10001/tid=10006] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10006/stat : 10006 (java) S 9998 10001 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5871862 9856040960 33640 33554432000 1073741824 1073778376 140736241911488 140050847230632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10001/tid=10007] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10007/stat : 10007 (java) S 9998 10001 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5871862 9856040960 33640 33554432000 1073741824 1073778376 140736241911488 140050846178088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10001/tid=10008] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10008/stat : 10008 (java) S 9998 10001 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5871862 9856040960 33640 33554432000 1073741824 1073778376 140736241911488 140050845125032 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10009] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10009/stat : 10009 (java) S 9998 10001 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5871862 9856040960 33640 33554432000 1073741824 1073778376 140736241911488 140050844072488 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10001/tid=10010] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10010/stat : 10010 (java) S 9998 10001 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5871862 9856040960 33640 33554432000 1073741824 1073778376 140736241911488 140050843019432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10001/tid=10011] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10011/stat : 10011 (java) S 9998 10001 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5871862 9856040960 33640 33554432000 1073741824 1073778376 140736241911488 140050841966888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10012] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10012/stat : 10012 (java) S 9998 10001 6151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5871863 9856040960 33640 33554432000 1073741824 1073778376 140736241911488 140050359638888 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10001/tid=10013] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10013/stat : 10013 (java) S 9998 10001 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5871864 9856040960 33640 33554432000 1073741824 1073778376 140736241911488 140050358585208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10014] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10014/stat : 10014 (java) S 9998 10001 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5871864 9856040960 33640 33554432000 1073741824 1073778376 140736241911488 140050357532040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10015] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10015/stat : 10015 (java) S 9998 10001 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5871866 9856040960 33640 33554432000 1073741824 1073778376 140736241911488 140050356480784 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10016] ppid=9998 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/10001/task/10016/stat : 10016 (java) S 9998 10001 6151 0 -1 4202560 7704 0 0 0 56 0 0 0 20 0 19 0 5871866 9856040960 33640 33554432000 1073741824 1073778376 140736241911488 140050355427640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10017] ppid=9998 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/10001/task/10017/stat : 10017 (java) S 9998 10001 6151 0 -1 4202560 2134 0 0 0 27 2 0 0 20 0 19 0 5871866 9856040960 33640 33554432000 1073741824 1073778376 140736241911488 140050354375096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10001/tid=10018] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10018/stat : 10018 (java) S 9998 10001 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5871866 9856040960 33640 33554432000 1073741824 1073778376 140736241911488 140050353322232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10001/tid=10019] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10019/stat : 10019 (java) S 9998 10001 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5871866 9856040960 33640 33554432000 1073741824 1073778376 140736241911488 140050352269896 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10001/tid=10020] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10020/stat : 10020 (java) S 9998 10001 6151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 5871901 9856040960 33640 33554432000 1073741824 1073778376 140736241911488 140050351216168 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.94
Current children cumulated vsize (KiB) 9625040

[startup+6.30086 s]
/proc/loadavg: 2.09 2.08 2.01 3/213 10020
/proc/meminfo: memFree=30892064/32872528 swapFree=532444/565148
[pid=10001] ppid=9998 vsize=9625040 CPUtime=7.17 cores=1,3,5,7
/proc/10001/stat : 10001 (java) S 9998 10001 6151 0 -1 4202496 13582 0 1 0 712 5 0 0 20 0 19 0 5871861 9856040960 38041 33554432000 1073741824 1073778376 140736241911488 140736241902624 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10001/statm: 2406260 38041 2271 9 0 2396937 0
[pid=10001/tid=10002] ppid=9998 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/10001/task/10002/stat : 10002 (java) R 9998 10001 6151 0 -1 4202560 2466 0 1 0 622 3 0 0 20 0 19 0 5871861 9856040960 38041 33554432000 1073741824 1073778376 140736241911488 140051005882640 140050847865759 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10004] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10004/stat : 10004 (java) S 9998 10001 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5871862 9856040960 38041 33554432000 1073741824 1073778376 140736241911488 140050967374760 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10005] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10005/stat : 10005 (java) S 9998 10001 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5871862 9856040960 38041 33554432000 1073741824 1073778376 140736241911488 140050966322216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10001/tid=10006] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10006/stat : 10006 (java) S 9998 10001 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5871862 9856040960 38041 33554432000 1073741824 1073778376 140736241911488 140050847230632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10001/tid=10007] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10007/stat : 10007 (java) S 9998 10001 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5871862 9856040960 38041 33554432000 1073741824 1073778376 140736241911488 140050846178088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10001/tid=10008] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10008/stat : 10008 (java) S 9998 10001 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5871862 9856040960 38041 33554432000 1073741824 1073778376 140736241911488 140050845125032 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10009] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10009/stat : 10009 (java) S 9998 10001 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5871862 9856040960 38041 33554432000 1073741824 1073778376 140736241911488 140050844072488 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10001/tid=10010] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10010/stat : 10010 (java) S 9998 10001 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5871862 9856040960 38041 33554432000 1073741824 1073778376 140736241911488 140050843019432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10001/tid=10011] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10011/stat : 10011 (java) S 9998 10001 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5871862 9856040960 38041 33554432000 1073741824 1073778376 140736241911488 140050841966888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10012] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10012/stat : 10012 (java) S 9998 10001 6151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5871863 9856040960 38041 33554432000 1073741824 1073778376 140736241911488 140050359638888 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10001/tid=10013] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10013/stat : 10013 (java) S 9998 10001 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5871864 9856040960 38041 33554432000 1073741824 1073778376 140736241911488 140050358585208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10014] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10014/stat : 10014 (java) S 9998 10001 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5871864 9856040960 38041 33554432000 1073741824 1073778376 140736241911488 140050357532040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10015] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10015/stat : 10015 (java) S 9998 10001 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5871866 9856040960 38041 33554432000 1073741824 1073778376 140736241911488 140050356480784 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10016] ppid=9998 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/10001/task/10016/stat : 10016 (java) S 9998 10001 6151 0 -1 4202560 7704 0 0 0 58 0 0 0 20 0 19 0 5871866 9856040960 38041 33554432000 1073741824 1073778376 140736241911488 140050355427640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10017] ppid=9998 vsize=9625040 CPUtime=0.31 cores=1,3,5,7

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

[pid=10001/tid=10013] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10013/stat : 10013 (java) S 9998 10001 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5871864 9856040960 122373 33554432000 1073741824 1073778376 140736241911488 140050358585208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10014] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10014/stat : 10014 (java) S 9998 10001 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5871864 9856040960 122373 33554432000 1073741824 1073778376 140736241911488 140050357532040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10015] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10015/stat : 10015 (java) S 9998 10001 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5871866 9856040960 122373 33554432000 1073741824 1073778376 140736241911488 140050356480784 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10016] ppid=9998 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/10001/task/10016/stat : 10016 (java) S 9998 10001 6151 0 -1 4202560 7711 0 0 0 60 0 0 0 20 0 19 0 5871866 9856040960 122373 33554432000 1073741824 1073778376 140736241911488 140050355427640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10017] ppid=9998 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/10001/task/10017/stat : 10017 (java) S 9998 10001 6151 0 -1 4202560 2134 0 0 0 29 2 0 0 20 0 19 0 5871866 9856040960 122373 33554432000 1073741824 1073778376 140736241911488 140050354375096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10001/tid=10018] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10018/stat : 10018 (java) S 9998 10001 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5871866 9856040960 122373 33554432000 1073741824 1073778376 140736241911488 140050353322232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10001/tid=10019] ppid=9998 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/10001/task/10019/stat : 10019 (java) S 9998 10001 6151 0 -1 4202560 96 0 0 0 29 39 0 0 20 0 19 0 5871866 9856040960 122373 33554432000 1073741824 1073778376 140736241911488 140050352269896 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10020] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10020/stat : 10020 (java) S 9998 10001 6151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 5871901 9856040960 122373 33554432000 1073741824 1073778376 140736241911488 140050351216168 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1667.09
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 1.03 1.03 1.25 2/189 10117
/proc/meminfo: memFree=31054780/32872528 swapFree=532444/565148
[pid=10001] ppid=9998 vsize=9625040 CPUtime=1727.25 cores=1,3,5,7
/proc/10001/stat : 10001 (java) S 9998 10001 6151 0 -1 4202496 16686 0 1 0 172621 104 0 0 20 0 19 0 5871861 9856040960 120916 33554432000 1073741824 1073778376 140736241911488 140736241902624 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10001/statm: 2406260 120916 2293 9 0 2396937 0
[pid=10001/tid=10002] ppid=9998 vsize=9625040 CPUtime=1719.85 cores=1,3,5,7
/proc/10001/task/10002/stat : 10002 (java) R 9998 10001 6151 0 -1 4202560 2524 0 1 0 171953 32 0 0 20 0 19 0 5871861 9856040960 120916 33554432000 1073741824 1073778376 140736241911488 140051005881584 140050847997442 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10004] ppid=9998 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/10001/task/10004/stat : 10004 (java) S 9998 10001 6151 0 -1 4202560 189 0 0 0 64 7 0 0 20 0 19 0 5871862 9856040960 120916 33554432000 1073741824 1073778376 140736241911488 140050967374760 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10001/tid=10005] ppid=9998 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/10001/task/10005/stat : 10005 (java) S 9998 10001 6151 0 -1 4202560 307 0 0 0 55 8 0 0 20 0 19 0 5871862 9856040960 120916 33554432000 1073741824 1073778376 140736241911488 140050966322216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10001/tid=10006] ppid=9998 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/10001/task/10006/stat : 10006 (java) S 9998 10001 6151 0 -1 4202560 454 0 0 0 52 8 0 0 20 0 19 0 5871862 9856040960 120916 33554432000 1073741824 1073778376 140736241911488 140050847230632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10001/tid=10007] ppid=9998 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/10001/task/10007/stat : 10007 (java) S 9998 10001 6151 0 -1 4202560 308 0 0 0 58 8 0 0 20 0 19 0 5871862 9856040960 120916 33554432000 1073741824 1073778376 140736241911488 140050846178088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10001/tid=10008] ppid=9998 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/10001/task/10008/stat : 10008 (java) S 9998 10001 6151 0 -1 4202560 448 0 0 0 61 9 0 0 20 0 19 0 5871862 9856040960 120916 33554432000 1073741824 1073778376 140736241911488 140050845125032 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10001/tid=10009] ppid=9998 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/10001/task/10009/stat : 10009 (java) S 9998 10001 6151 0 -1 4202560 235 0 0 0 53 6 0 0 20 0 19 0 5871862 9856040960 120916 33554432000 1073741824 1073778376 140736241911488 140050844072488 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10001/tid=10010] ppid=9998 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/10001/task/10010/stat : 10010 (java) S 9998 10001 6151 0 -1 4202560 449 0 0 0 65 10 0 0 20 0 19 0 5871862 9856040960 120916 33554432000 1073741824 1073778376 140736241911488 140050843019432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10001/tid=10011] ppid=9998 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/10001/task/10011/stat : 10011 (java) S 9998 10001 6151 0 -1 4202560 239 0 0 0 64 7 0 0 20 0 19 0 5871862 9856040960 120916 33554432000 1073741824 1073778376 140736241911488 140050841966888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10001/tid=10012] ppid=9998 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/10001/task/10012/stat : 10012 (java) S 9998 10001 6151 0 -1 4202560 325 0 0 0 60 3 0 0 20 0 19 0 5871863 9856040960 120916 33554432000 1073741824 1073778376 140736241911488 140050359638888 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10001/tid=10013] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10013/stat : 10013 (java) S 9998 10001 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5871864 9856040960 120916 33554432000 1073741824 1073778376 140736241911488 140050358585208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10014] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10014/stat : 10014 (java) S 9998 10001 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5871864 9856040960 120916 33554432000 1073741824 1073778376 140736241911488 140050357532040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10015] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10015/stat : 10015 (java) S 9998 10001 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5871866 9856040960 120916 33554432000 1073741824 1073778376 140736241911488 140050356480784 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10016] ppid=9998 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/10001/task/10016/stat : 10016 (java) S 9998 10001 6151 0 -1 4202560 7711 0 0 0 60 0 0 0 20 0 19 0 5871866 9856040960 120916 33554432000 1073741824 1073778376 140736241911488 140050355427640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10017] ppid=9998 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/10001/task/10017/stat : 10017 (java) S 9998 10001 6151 0 -1 4202560 2134 0 0 0 29 2 0 0 20 0 19 0 5871866 9856040960 120916 33554432000 1073741824 1073778376 140736241911488 140050354375096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10001/tid=10018] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10018/stat : 10018 (java) S 9998 10001 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5871866 9856040960 120916 33554432000 1073741824 1073778376 140736241911488 140050353322232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10001/tid=10019] ppid=9998 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/10001/task/10019/stat : 10019 (java) S 9998 10001 6151 0 -1 4202560 100 0 0 0 30 41 0 0 20 0 19 0 5871866 9856040960 120916 33554432000 1073741824 1073778376 140736241911488 140050352269896 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10001/tid=10020] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10020/stat : 10020 (java) S 9998 10001 6151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 5871901 9856040960 120916 33554432000 1073741824 1073778376 140736241911488 140050351216168 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1727.25
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 1.06 1.04 1.23 2/190 10121
/proc/meminfo: memFree=31054492/32872528 swapFree=532444/565148
[pid=10001] ppid=9998 vsize=9625040 CPUtime=1787.29 cores=1,3,5,7
/proc/10001/stat : 10001 (java) S 9998 10001 6151 0 -1 4202496 16694 0 1 0 178624 105 0 0 20 0 19 0 5871861 9856040960 120917 33554432000 1073741824 1073778376 140736241911488 140736241902624 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10001/statm: 2406260 120917 2293 9 0 2396937 0
[pid=10001/tid=10002] ppid=9998 vsize=9625040 CPUtime=1779.82 cores=1,3,5,7
/proc/10001/task/10002/stat : 10002 (java) R 9998 10001 6151 0 -1 4202560 2525 0 1 0 177949 33 0 0 20 0 19 0 5871861 9856040960 120917 33554432000 1073741824 1073778376 140736241911488 140051005881584 140050847997442 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10001/tid=10004] ppid=9998 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/10001/task/10004/stat : 10004 (java) S 9998 10001 6151 0 -1 4202560 189 0 0 0 65 7 0 0 20 0 19 0 5871862 9856040960 120917 33554432000 1073741824 1073778376 140736241911488 140050967374760 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10001/tid=10005] ppid=9998 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/10001/task/10005/stat : 10005 (java) S 9998 10001 6151 0 -1 4202560 307 0 0 0 55 8 0 0 20 0 19 0 5871862 9856040960 120917 33554432000 1073741824 1073778376 140736241911488 140050966322216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10006] ppid=9998 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/10001/task/10006/stat : 10006 (java) S 9998 10001 6151 0 -1 4202560 454 0 0 0 54 8 0 0 20 0 19 0 5871862 9856040960 120917 33554432000 1073741824 1073778376 140736241911488 140050847230632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10001/tid=10007] ppid=9998 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/10001/task/10007/stat : 10007 (java) S 9998 10001 6151 0 -1 4202560 308 0 0 0 58 8 0 0 20 0 19 0 5871862 9856040960 120917 33554432000 1073741824 1073778376 140736241911488 140050846178088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10001/tid=10008] ppid=9998 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/10001/task/10008/stat : 10008 (java) S 9998 10001 6151 0 -1 4202560 448 0 0 0 62 9 0 0 20 0 19 0 5871862 9856040960 120917 33554432000 1073741824 1073778376 140736241911488 140050845125032 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10001/tid=10009] ppid=9998 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/10001/task/10009/stat : 10009 (java) S 9998 10001 6151 0 -1 4202560 235 0 0 0 54 6 0 0 20 0 19 0 5871862 9856040960 120917 33554432000 1073741824 1073778376 140736241911488 140050844072488 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10001/tid=10010] ppid=9998 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/10001/task/10010/stat : 10010 (java) S 9998 10001 6151 0 -1 4202560 449 0 0 0 65 10 0 0 20 0 19 0 5871862 9856040960 120917 33554432000 1073741824 1073778376 140736241911488 140050843019432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10001/tid=10011] ppid=9998 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/10001/task/10011/stat : 10011 (java) S 9998 10001 6151 0 -1 4202560 239 0 0 0 65 7 0 0 20 0 19 0 5871862 9856040960 120917 33554432000 1073741824 1073778376 140736241911488 140050841966888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10012] ppid=9998 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/10001/task/10012/stat : 10012 (java) S 9998 10001 6151 0 -1 4202560 328 0 0 0 60 3 0 0 20 0 19 0 5871863 9856040960 120917 33554432000 1073741824 1073778376 140736241911488 140050359638888 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10001/tid=10013] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10013/stat : 10013 (java) S 9998 10001 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5871864 9856040960 120917 33554432000 1073741824 1073778376 140736241911488 140050358585208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10014] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10014/stat : 10014 (java) S 9998 10001 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5871864 9856040960 120917 33554432000 1073741824 1073778376 140736241911488 140050357532040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10015] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10015/stat : 10015 (java) S 9998 10001 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5871866 9856040960 120917 33554432000 1073741824 1073778376 140736241911488 140050356480784 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10016] ppid=9998 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/10001/task/10016/stat : 10016 (java) S 9998 10001 6151 0 -1 4202560 7711 0 0 0 60 0 0 0 20 0 19 0 5871866 9856040960 120917 33554432000 1073741824 1073778376 140736241911488 140050355427640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10017] ppid=9998 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/10001/task/10017/stat : 10017 (java) S 9998 10001 6151 0 -1 4202560 2134 0 0 0 29 2 0 0 20 0 19 0 5871866 9856040960 120917 33554432000 1073741824 1073778376 140736241911488 140050354375096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10001/tid=10018] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10018/stat : 10018 (java) S 9998 10001 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5871866 9856040960 120917 33554432000 1073741824 1073778376 140736241911488 140050353322232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10001/tid=10019] ppid=9998 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/10001/task/10019/stat : 10019 (java) S 9998 10001 6151 0 -1 4202560 104 0 0 0 31 42 0 0 20 0 19 0 5871866 9856040960 120917 33554432000 1073741824 1073778376 140736241911488 140050352269896 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10001/tid=10020] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10020/stat : 10020 (java) S 9998 10001 6151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 5871901 9856040960 120917 33554432000 1073741824 1073778376 140736241911488 140050351216168 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1787.29
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795 s]
/proc/loadavg: 1.04 1.04 1.23 2/190 10121
/proc/meminfo: memFree=31055112/32872528 swapFree=532444/565148
[pid=10001] ppid=9998 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/10001/stat : 10001 (java) S 9998 10001 6151 0 -1 4202496 16697 0 1 0 179902 105 0 0 20 0 19 0 5871861 9856040960 120787 33554432000 1073741824 1073778376 140736241911488 140736241902624 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10001/statm: 2406260 120787 2293 9 0 2396937 0
[pid=10001/tid=10002] ppid=9998 vsize=9625040 CPUtime=1792.48 cores=1,3,5,7
/proc/10001/task/10002/stat : 10002 (java) R 9998 10001 6151 0 -1 4202560 2526 0 1 0 179215 33 0 0 20 0 19 0 5871861 9856040960 120787 33554432000 1073741824 1073778376 140736241911488 140051005881568 140050847997335 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10001/tid=10004] ppid=9998 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/10001/task/10004/stat : 10004 (java) S 9998 10001 6151 0 -1 4202560 189 0 0 0 68 7 0 0 20 0 19 0 5871862 9856040960 120787 33554432000 1073741824 1073778376 140736241911488 140050967374760 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10001/tid=10005] ppid=9998 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/10001/task/10005/stat : 10005 (java) S 9998 10001 6151 0 -1 4202560 307 0 0 0 56 8 0 0 20 0 19 0 5871862 9856040960 120787 33554432000 1073741824 1073778376 140736241911488 140050966322216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10006] ppid=9998 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/10001/task/10006/stat : 10006 (java) S 9998 10001 6151 0 -1 4202560 454 0 0 0 55 8 0 0 20 0 19 0 5871862 9856040960 120787 33554432000 1073741824 1073778376 140736241911488 140050847230632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10001/tid=10007] ppid=9998 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/10001/task/10007/stat : 10007 (java) S 9998 10001 6151 0 -1 4202560 308 0 0 0 59 8 0 0 20 0 19 0 5871862 9856040960 120787 33554432000 1073741824 1073778376 140736241911488 140050846178088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10001/tid=10008] ppid=9998 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/10001/task/10008/stat : 10008 (java) S 9998 10001 6151 0 -1 4202560 448 0 0 0 64 9 0 0 20 0 19 0 5871862 9856040960 120787 33554432000 1073741824 1073778376 140736241911488 140050845125032 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10001/tid=10009] ppid=9998 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/10001/task/10009/stat : 10009 (java) S 9998 10001 6151 0 -1 4202560 235 0 0 0 55 6 0 0 20 0 19 0 5871862 9856040960 120787 33554432000 1073741824 1073778376 140736241911488 140050844072488 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10001/tid=10010] ppid=9998 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/10001/task/10010/stat : 10010 (java) S 9998 10001 6151 0 -1 4202560 449 0 0 0 67 10 0 0 20 0 19 0 5871862 9856040960 120787 33554432000 1073741824 1073778376 140736241911488 140050843019432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10001/tid=10011] ppid=9998 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/10001/task/10011/stat : 10011 (java) S 9998 10001 6151 0 -1 4202560 239 0 0 0 66 7 0 0 20 0 19 0 5871862 9856040960 120787 33554432000 1073741824 1073778376 140736241911488 140050841966888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10012] ppid=9998 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/10001/task/10012/stat : 10012 (java) S 9998 10001 6151 0 -1 4202560 330 0 0 0 60 3 0 0 20 0 19 0 5871863 9856040960 120787 33554432000 1073741824 1073778376 140736241911488 140050359638888 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10001/tid=10013] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10013/stat : 10013 (java) S 9998 10001 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5871864 9856040960 120787 33554432000 1073741824 1073778376 140736241911488 140050358585208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10014] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10014/stat : 10014 (java) S 9998 10001 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5871864 9856040960 120787 33554432000 1073741824 1073778376 140736241911488 140050357532040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10015] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10015/stat : 10015 (java) S 9998 10001 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5871866 9856040960 120787 33554432000 1073741824 1073778376 140736241911488 140050356480784 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10016] ppid=9998 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/10001/task/10016/stat : 10016 (java) S 9998 10001 6151 0 -1 4202560 7711 0 0 0 60 0 0 0 20 0 19 0 5871866 9856040960 120787 33554432000 1073741824 1073778376 140736241911488 140050355427640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10001/tid=10017] ppid=9998 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/10001/task/10017/stat : 10017 (java) S 9998 10001 6151 0 -1 4202560 2134 0 0 0 29 2 0 0 20 0 19 0 5871866 9856040960 120787 33554432000 1073741824 1073778376 140736241911488 140050354375096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10001/tid=10018] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10018/stat : 10018 (java) S 9998 10001 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5871866 9856040960 120787 33554432000 1073741824 1073778376 140736241911488 140050353322232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10001/tid=10019] ppid=9998 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/10001/task/10019/stat : 10019 (java) S 9998 10001 6151 0 -1 4202560 104 0 0 0 31 43 0 0 20 0 19 0 5871866 9856040960 120787 33554432000 1073741824 1073778376 140736241911488 140050352269896 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10001/tid=10020] ppid=9998 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10001/task/10020/stat : 10020 (java) S 9998 10001 6151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 5871901 9856040960 120787 33554432000 1073741824 1073778376 140736241911488 140050351216168 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

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

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

Child status: 143
Real time (s): 1795.04
CPU time (s): 1800.61
CPU user time (s): 1799.03
CPU system time (s): 1.58076
CPU usage (%): 100.311
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.03
system time used= 1.58076
maximum resident set size= 688920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16731
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39463
involuntary context switches= 21629

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7004 second user time and 14.0049 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-16 02:51:02
IDJOB=4090244
IDBENCH=107521
IDSOLVER=2546
FILE ID=node138/4090244-1466038262
RUNJOBID= node138-1466015679-6168
PBS_JOBID= 19902817
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/Instances3col_OPB/normalized-3col-almost3reg-l090-r089-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090244-1466038262/watcher-4090244-1466038262 -o /tmp/evaluation-result-4090244-1466038262/solver-4090244-1466038262 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466015679-6168 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090244-1466038262.opb

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

MD5SUM BENCH= 90253068a8645a663397fff0d99f47e9
RANDOM SEED=698882066

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31034064 kB
Buffers:           27976 kB
Cached:            44172 kB
SwapCached:         1268 kB
Active:           526240 kB
Inactive:          47800 kB
Active(anon):     502288 kB
Inactive(anon):     1708 kB
Active(file):      23952 kB
Inactive(file):    46092 kB
Unevictable:      565148 kB
Mlocked:          532444 kB
SwapTotal:      67108856 kB
SwapFree:       67099932 kB
Dirty:               920 kB
Writeback:             0 kB
AnonPages:       1100468 kB
Mapped:            15516 kB
Shmem:                 0 kB
Slab:             566448 kB
SReclaimable:       9748 kB
SUnreclaim:       556700 kB
KernelStack:        1760 kB
PageTables:         6544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1210708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    552960 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node138 at 2016-06-16 03:20:57