Trace number 4084547

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.07 1798.84

General information on the benchmark

Name/DEC-SMALLINT-LIN/heinz/
normalized-neos-820146.opb
MD5SUM04a6efcac49375b9407fbc5f15fae5c7
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 variables600
Total number of constraints830
Number of constraints which are clauses675
Number of constraints which are cardinality constraints (but not clauses)155
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint10
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 13
Number of bits of the biggest sum of numbers4
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4084547-1465277616.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.24/0.22	c ... done. Wall clock time 0.105s.
0.24/0.22	c declared #vars     600
0.24/0.22	c #constraints  845
0.24/0.22	c constraints type 
0.24/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 675
0.24/0.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 170
0.24/0.22	c 845 constraints processed.
0.81/0.53	c cleaning 2497 clauses out of 5000 with flag 21630/5000
1.42/1.04	c cleaning 4248 clauses out of 8504 with flag 103108/11001
1.87/1.49	c cleaning 5617 clauses out of 11255 with flag 167600/18000
2.48/2.03	c cleaning 6803 clauses out of 13639 with flag 238172/26001
3.19/2.71	c cleaning 7917 clauses out of 15836 with flag 324498/35001
4.09/3.68	c cleaning 8948 clauses out of 17918 with flag 434492/45000
5.09/4.68	c cleaning 9978 clauses out of 19971 with flag 554011/56001
6.49/6.05	c cleaning 10979 clauses out of 21995 with flag 694301/68003
8.69/8.22	c cleaning 12003 clauses out of 24017 with flag 913224/81004
10.41/9.93	c cleaning 13005 clauses out of 26011 with flag 1080437/95001
12.50/12.04	c cleaning 13996 clauses out of 28007 with flag 1276215/110002
14.60/14.11	c cleaning 14997 clauses out of 30009 with flag 1462675/126000
16.90/16.41	c cleaning 15993 clauses out of 32014 with flag 1671612/143002
19.90/19.47	c cleaning 16998 clauses out of 34019 with flag 1914866/161000
23.40/22.92	c cleaning 18004 clauses out of 36023 with flag 2184012/180002
26.60/26.17	c cleaning 19001 clauses out of 38017 with flag 2438926/200000
30.39/29.97	c cleaning 20001 clauses out of 40017 with flag 2715025/221001
35.30/34.82	c cleaning 20998 clauses out of 42015 with flag 3036975/243000
40.81/40.32	c cleaning 22006 clauses out of 44019 with flag 3387644/266002
46.30/45.87	c cleaning 22996 clauses out of 46011 with flag 3733197/290000
52.50/52.09	c cleaning 24007 clauses out of 48015 with flag 4113570/315000
58.30/57.89	c cleaning 24995 clauses out of 50008 with flag 4461051/341000
65.51/65.05	c cleaning 25996 clauses out of 52015 with flag 4865339/368002
74.01/73.54	c cleaning 26992 clauses out of 54019 with flag 5320399/396002
82.61/82.17	c cleaning 27996 clauses out of 56027 with flag 5770504/425002
91.21/90.74	c cleaning 29008 clauses out of 58032 with flag 6205866/455003
99.71/99.29	c cleaning 30001 clauses out of 60021 with flag 6636491/486000
109.47/108.99	c cleaning 30999 clauses out of 62021 with flag 7111025/518001
122.46/121.92	c cleaning 32002 clauses out of 64022 with flag 7683761/551001
133.96/133.43	c cleaning 32999 clauses out of 66019 with flag 8221664/585000
144.36/143.83	c cleaning 34000 clauses out of 68021 with flag 8724740/620001
156.56/156.06	c cleaning 34997 clauses out of 70020 with flag 9289754/656000
169.36/168.83	c cleaning 36008 clauses out of 72025 with flag 9859040/693002
182.46/181.97	c cleaning 36996 clauses out of 74016 with flag 10422337/731001
197.57/197.08	c cleaning 38010 clauses out of 76021 with flag 11065356/770002
213.76/213.23	c cleaning 38998 clauses out of 78010 with flag 11716649/810001
229.76/229.25	c cleaning 39996 clauses out of 80011 with flag 12358406/851000
249.88/249.39	c cleaning 41001 clauses out of 82015 with flag 13066941/893000
268.28/267.75	c cleaning 41991 clauses out of 84014 with flag 13726209/936000
288.17/287.68	c cleaning 43005 clauses out of 86025 with flag 14439954/980002
307.48/306.91	c cleaning 44000 clauses out of 88018 with flag 15152964/1025000
327.34/326.72	c cleaning 45001 clauses out of 90020 with flag 15903278/1071002
350.54/349.95	c cleaning 45999 clauses out of 92017 with flag 16713753/1118000
372.45/371.84	c cleaning 47000 clauses out of 94019 with flag 17519013/1166001
397.24/396.61	c cleaning 48001 clauses out of 96021 with flag 18325612/1215003
423.65/423.03	c cleaning 49001 clauses out of 98019 with flag 19171199/1265002
449.25/448.66	c cleaning 49995 clauses out of 100016 with flag 19972211/1316000
480.27/479.64	c cleaning 51002 clauses out of 102021 with flag 20862083/1368000
511.77/511.12	c cleaning 51999 clauses out of 104021 with flag 21787001/1421002
539.47/538.81	c cleaning 52993 clauses out of 106020 with flag 22616554/1475000
571.15/570.49	c cleaning 54008 clauses out of 108028 with flag 23520830/1530001
606.25/605.54	c cleaning 55001 clauses out of 110019 with flag 24481821/1586000
638.77/638.01	c cleaning 55990 clauses out of 112018 with flag 25405330/1643000
673.26/672.59	c cleaning 57004 clauses out of 114028 with flag 26357494/1701000
706.57/705.81	c cleaning 58003 clauses out of 116025 with flag 27289834/1760001
744.28/743.59	c cleaning 59005 clauses out of 118021 with flag 28264588/1820000
788.70/787.94	c cleaning 59998 clauses out of 120017 with flag 29291222/1881001
830.01/829.29	c cleaning 61003 clauses out of 122020 with flag 30290459/1943002
874.23/873.49	c cleaning 61995 clauses out of 124018 with flag 31342424/2006003
915.68/914.86	c cleaning 62999 clauses out of 126025 with flag 32379236/2070005
965.70/964.90	c cleaning 64003 clauses out of 128023 with flag 33488788/2135002
1016.00/1015.19	c cleaning 64999 clauses out of 130018 with flag 34577802/2201000
1070.81/1069.94	c cleaning 66002 clauses out of 132025 with flag 35731797/2268006
1122.74/1121.82	c cleaning 66999 clauses out of 134018 with flag 36831958/2336001
1173.95/1173.10	c cleaning 67993 clauses out of 136018 with flag 37974372/2405000
1226.55/1225.68	c cleaning 69006 clauses out of 138026 with flag 39115116/2475001
1283.18/1282.16	c cleaning 70004 clauses out of 140019 with flag 40283616/2546000
1344.18/1343.19	c cleaning 71003 clauses out of 142017 with flag 41479649/2618002
1404.27/1403.23	c cleaning 71992 clauses out of 144012 with flag 42701227/2691000
1466.05/1465.03	c cleaning 73003 clauses out of 146022 with flag 43884159/2765002
1533.16/1532.15	c cleaning 74002 clauses out of 148018 with flag 45098633/2840001
1607.88/1606.83	c cleaning 74995 clauses out of 150016 with flag 46372307/2916001
1682.51/1681.42	c cleaning 76005 clauses out of 152021 with flag 47669095/2993001
1764.16/1762.98	c cleaning 76995 clauses out of 154016 with flag 49020677/3071001
1800.07/1798.80	c starts		: 9391
1800.07/1798.80	c conflicts		: 3117871
1800.07/1798.80	c decisions		: 4720691
1800.07/1798.80	c propagations		: 209982770
1800.07/1798.80	c inspects		: 34635467648
1800.07/1798.80	c shortcuts		: 0
1800.07/1798.80	c learnt literals	: 0
1800.07/1798.80	c learnt binary clauses	: 0
1800.07/1798.80	c learnt ternary clauses	: 0
1800.07/1798.80	c learnt constraints	: 3117871
1800.07/1798.80	c ignored constraints	: 0
1800.07/1798.80	c root simplifications	: 0
1800.07/1798.80	c removed literals (reason simplification)	: 0
1800.07/1798.80	c reason swapping (by a shorter reason)	: 0
1800.07/1798.80	c Calls to reduceDB	: 74
1800.07/1798.80	c Number of update (reduction) of LBD	: 1193767
1800.07/1798.80	c Imported unit clauses	: 0
1800.07/1798.80	c number of reductions to clauses (during analyze)	: 0
1800.07/1798.80	c number of learned constraints concerned by reduction	: 0
1800.07/1798.80	c number of learning phase by resolution	: 0
1800.07/1798.80	c number of learning phase by cutting planes	: 0
1800.07/1798.80	c speed (assignments/second)	: 116749.08511260537
1800.07/1798.80	c non guided choices	767
1800.07/1798.80	c timeout
1800.07/1798.83	c learnt constraints type 
1800.07/1798.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 123892
1800.07/1798.83	s UNKNOWN
1800.07/1798.83	c Total wall clock time (in seconds): 1798.716

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-4084547-1465277616/watcher-4084547-1465277616 -o /tmp/evaluation-result-4084547-1465277616/solver-4084547-1465277616 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1465255130-5982 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084547-1465277616.opb 

pid=13101
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.31 2.22 2.19 3/193 13104
/proc/meminfo: memFree=28817068/32872528 swapFree=16360/1798728
[pid=13104] ppid=13101 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/13104/stat : 13104 (java) R 13101 13104 5965 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 109694751 278528 33 33554432000 1073741824 1073778376 140735564638480 140734401740280 260181159207 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13104/statm: 68 33 25 9 0 25 0

[startup+0.100082 s]
/proc/loadavg: 2.31 2.22 2.19 3/193 13104
/proc/meminfo: memFree=28817068/32872528 swapFree=16360/1798728
[pid=13104] ppid=13101 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/13104/stat : 13104 (java) S 13101 13104 5965 0 -1 4202496 4407 0 1 0 8 1 0 0 20 0 18 0 109694751 9787879424 6023 33554432000 1073741824 1073778376 140735564638480 140735564629616 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13104/statm: 2389619 6023 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200516 s]
/proc/loadavg: 2.31 2.22 2.19 3/193 13104
/proc/meminfo: memFree=28817068/32872528 swapFree=16360/1798728
[pid=13104] ppid=13101 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/13104/stat : 13104 (java) S 13101 13104 5965 0 -1 4202496 4715 0 1 0 23 1 0 0 20 0 18 0 109694751 9787879424 6781 33554432000 1073741824 1073778376 140735564638480 140735564629616 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13104/statm: 2389619 6781 2211 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300238 s]
/proc/loadavg: 2.31 2.22 2.19 3/193 13104
/proc/meminfo: memFree=28817068/32872528 swapFree=16360/1798728
[pid=13104] ppid=13101 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/13104/stat : 13104 (java) S 13101 13104 5965 0 -1 4202496 7365 0 1 0 48 2 0 0 20 0 19 0 109694751 9856040960 8795 33554432000 1073741824 1073778376 140735564638480 140735564629616 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13104/statm: 2406260 8795 2247 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700202 s]
/proc/loadavg: 2.31 2.22 2.19 3/193 13104
/proc/meminfo: memFree=28817068/32872528 swapFree=16360/1798728
[pid=13104] ppid=13101 vsize=9625040 CPUtime=1.1 cores=1,3,5,7
/proc/13104/stat : 13104 (java) S 13101 13104 5965 0 -1 4202496 8832 0 1 0 108 2 0 0 20 0 19 0 109694751 9856040960 9352 33554432000 1073741824 1073778376 140735564638480 140735564629616 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13104/statm: 2406260 9352 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.31 2.22 2.19 3/212 13123
/proc/meminfo: memFree=28785372/32872528 swapFree=16360/1798728
[pid=13104] ppid=13101 vsize=9625040 CPUtime=1.98 cores=1,3,5,7
/proc/13104/stat : 13104 (java) S 13101 13104 5965 0 -1 4202496 10209 0 1 0 196 2 0 0 20 0 19 0 109694751 9856040960 10475 33554432000 1073741824 1073778376 140735564638480 140735564629616 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13104/statm: 2406260 10475 2258 9 0 2396937 0
[pid=13104/tid=13106] ppid=13101 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/13104/task/13106/stat : 13106 (java) R 13101 13104 5965 0 -1 4202560 2410 0 1 0 144 1 0 0 20 0 19 0 109694752 9856040960 10475 33554432000 1073741824 1073778376 140735564638480 139768995754248 139768856381932 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13104/tid=13107] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13107/stat : 13107 (java) S 13101 13104 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109694753 9856040960 10475 33554432000 1073741824 1073778376 140735564638480 139768839175208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13108] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13108/stat : 13108 (java) S 13101 13104 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109694753 9856040960 10475 33554432000 1073741824 1073778376 140735564638480 139768838122408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13104/tid=13109] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13109/stat : 13109 (java) S 13101 13104 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109694753 9856040960 10475 33554432000 1073741824 1073778376 140735564638480 139768837069608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13104/tid=13110] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13110/stat : 13110 (java) S 13101 13104 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109694753 9856040960 10475 33554432000 1073741824 1073778376 140735564638480 139768836016808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13104/tid=13111] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13111/stat : 13111 (java) S 13101 13104 5965 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 109694753 9856040960 10475 33554432000 1073741824 1073778376 140735564638480 139768834964008 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13112] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13112/stat : 13112 (java) S 13101 13104 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109694753 9856040960 10475 33554432000 1073741824 1073778376 140735564638480 139768833911208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13104/tid=13113] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13113/stat : 13113 (java) S 13101 13104 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109694753 9856040960 10475 33554432000 1073741824 1073778376 140735564638480 139768832858408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13104/tid=13114] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13114/stat : 13114 (java) S 13101 13104 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109694753 9856040960 10475 33554432000 1073741824 1073778376 140735564638480 139768831805608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13115] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13115/stat : 13115 (java) S 13101 13104 5965 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 109694754 9856040960 10475 33554432000 1073741824 1073778376 140735564638480 139768819608552 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13116] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13116/stat : 13116 (java) S 13101 13104 5965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 109694754 9856040960 10475 33554432000 1073741824 1073778376 140735564638480 139768818554616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13117] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13117/stat : 13117 (java) S 13101 13104 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109694754 9856040960 10475 33554432000 1073741824 1073778376 140735564638480 139768817501704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13118] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13118/stat : 13118 (java) S 13101 13104 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109694757 9856040960 10475 33554432000 1073741824 1073778376 140735564638480 139768816450192 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13119] ppid=13101 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/13104/task/13119/stat : 13119 (java) S 13101 13104 5965 0 -1 4202560 4362 0 0 0 29 0 0 0 20 0 19 0 109694757 9856040960 10475 33554432000 1073741824 1073778376 140735564638480 139768815397304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13120] ppid=13101 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/13104/task/13120/stat : 13120 (java) R 13101 13104 5965 0 -1 4202560 2163 0 0 0 19 0 0 0 20 0 19 0 109694757 9856040960 10475 33554432000 1073741824 1073778376 140735564638480 139768814344504 139769001601126 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13104/tid=13121] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13121/stat : 13121 (java) S 13101 13104 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109694757 9856040960 10475 33554432000 1073741824 1073778376 140735564638480 139768813291896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13104/tid=13122] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13122/stat : 13122 (java) S 13101 13104 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109694757 9856040960 10475 33554432000 1073741824 1073778376 140735564638480 139768812239304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13123] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13123/stat : 13123 (java) S 13101 13104 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109694773 9856040960 10475 33554432000 1073741824 1073778376 140735564638480 139768811185832 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 9625040

[startup+3.10071 s]
/proc/loadavg: 2.28 2.22 2.19 3/212 13123
/proc/meminfo: memFree=28778672/32872528 swapFree=16360/1798728
[pid=13104] ppid=13101 vsize=9625040 CPUtime=3.59 cores=1,3,5,7
/proc/13104/stat : 13104 (java) S 13101 13104 5965 0 -1 4202496 10211 0 1 0 357 2 0 0 20 0 19 0 109694751 9856040960 11499 33554432000 1073741824 1073778376 140735564638480 140735564629616 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13104/statm: 2406260 11499 2258 9 0 2396937 0
[pid=13104/tid=13106] ppid=13101 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/13104/task/13106/stat : 13106 (java) R 13101 13104 5965 0 -1 4202560 2412 0 1 0 303 2 0 0 20 0 19 0 109694752 9856040960 11499 33554432000 1073741824 1073778376 140735564638480 139768995754232 139768856305411 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13104/tid=13107] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13107/stat : 13107 (java) S 13101 13104 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109694753 9856040960 11499 33554432000 1073741824 1073778376 140735564638480 139768839175208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13108] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13108/stat : 13108 (java) S 13101 13104 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109694753 9856040960 11499 33554432000 1073741824 1073778376 140735564638480 139768838122408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13104/tid=13109] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13109/stat : 13109 (java) S 13101 13104 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109694753 9856040960 11499 33554432000 1073741824 1073778376 140735564638480 139768837069608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13104/tid=13110] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13110/stat : 13110 (java) S 13101 13104 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109694753 9856040960 11499 33554432000 1073741824 1073778376 140735564638480 139768836016808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13104/tid=13111] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13111/stat : 13111 (java) S 13101 13104 5965 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 109694753 9856040960 11499 33554432000 1073741824 1073778376 140735564638480 139768834964008 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13112] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13112/stat : 13112 (java) S 13101 13104 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109694753 9856040960 11499 33554432000 1073741824 1073778376 140735564638480 139768833911208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13104/tid=13113] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13113/stat : 13113 (java) S 13101 13104 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109694753 9856040960 11499 33554432000 1073741824 1073778376 140735564638480 139768832858408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13104/tid=13114] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13114/stat : 13114 (java) S 13101 13104 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109694753 9856040960 11499 33554432000 1073741824 1073778376 140735564638480 139768831805608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13115] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13115/stat : 13115 (java) S 13101 13104 5965 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 109694754 9856040960 11499 33554432000 1073741824 1073778376 140735564638480 139768819608552 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13116] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13116/stat : 13116 (java) S 13101 13104 5965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 109694754 9856040960 11499 33554432000 1073741824 1073778376 140735564638480 139768818554616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13117] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13117/stat : 13117 (java) S 13101 13104 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109694754 9856040960 11499 33554432000 1073741824 1073778376 140735564638480 139768817501704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13118] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13118/stat : 13118 (java) S 13101 13104 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109694757 9856040960 11499 33554432000 1073741824 1073778376 140735564638480 139768816450192 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13119] ppid=13101 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/13104/task/13119/stat : 13119 (java) S 13101 13104 5965 0 -1 4202560 4362 0 0 0 30 0 0 0 20 0 19 0 109694757 9856040960 11499 33554432000 1073741824 1073778376 140735564638480 139768815397304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13120] ppid=13101 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/13104/task/13120/stat : 13120 (java) S 13101 13104 5965 0 -1 4202560 2163 0 0 0 21 0 0 0 20 0 19 0 109694757 9856040960 11499 33554432000 1073741824 1073778376 140735564638480 139768814344504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13104/tid=13121] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13121/stat : 13121 (java) S 13101 13104 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109694757 9856040960 11499 33554432000 1073741824 1073778376 140735564638480 139768813291896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13104/tid=13122] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13122/stat : 13122 (java) S 13101 13104 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109694757 9856040960 11499 33554432000 1073741824 1073778376 140735564638480 139768812239304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13123] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13123/stat : 13123 (java) S 13101 13104 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109694773 9856040960 11499 33554432000 1073741824 1073778376 140735564638480 139768811185832 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.28 2.22 2.19 3/213 13124
/proc/meminfo: memFree=28770204/32872528 swapFree=16360/1798728
[pid=13104] ppid=13101 vsize=9625040 CPUtime=6.79 cores=1,3,5,7
/proc/13104/stat : 13104 (java) S 13101 13104 5965 0 -1 4202496 10217 0 1 0 677 2 0 0 20 0 19 0 109694751 9856040960 13540 33554432000 1073741824 1073778376 140735564638480 140735564629616 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13104/statm: 2406260 13540 2259 9 0 2396937 0
[pid=13104/tid=13106] ppid=13101 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/13104/task/13106/stat : 13106 (java) R 13101 13104 5965 0 -1 4202560 2417 0 1 0 622 2 0 0 20 0 19 0 109694752 9856040960 13540 33554432000 1073741824 1073778376 140735564638480 139768995745440 139768856316945 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13104/tid=13107] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13107/stat : 13107 (java) S 13101 13104 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109694753 9856040960 13540 33554432000 1073741824 1073778376 140735564638480 139768839175208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13108] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13108/stat : 13108 (java) S 13101 13104 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109694753 9856040960 13540 33554432000 1073741824 1073778376 140735564638480 139768838122408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13104/tid=13109] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13109/stat : 13109 (java) S 13101 13104 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109694753 9856040960 13540 33554432000 1073741824 1073778376 140735564638480 139768837069608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13104/tid=13110] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13110/stat : 13110 (java) S 13101 13104 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109694753 9856040960 13540 33554432000 1073741824 1073778376 140735564638480 139768836016808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13104/tid=13111] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13111/stat : 13111 (java) S 13101 13104 5965 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 109694753 9856040960 13540 33554432000 1073741824 1073778376 140735564638480 139768834964008 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13112] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13112/stat : 13112 (java) S 13101 13104 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109694753 9856040960 13540 33554432000 1073741824 1073778376 140735564638480 139768833911208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13104/tid=13113] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13113/stat : 13113 (java) S 13101 13104 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109694753 9856040960 13540 33554432000 1073741824 1073778376 140735564638480 139768832858408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13104/tid=13114] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13114/stat : 13114 (java) S 13101 13104 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109694753 9856040960 13540 33554432000 1073741824 1073778376 140735564638480 139768831805608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13115] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13115/stat : 13115 (java) S 13101 13104 5965 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 109694754 9856040960 13540 33554432000 1073741824 1073778376 140735564638480 139768819608552 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13116] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13116/stat : 13116 (java) S 13101 13104 5965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 109694754 9856040960 13540 33554432000 1073741824 1073778376 140735564638480 139768818554616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13117] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13117/stat : 13117 (java) S 13101 13104 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109694754 9856040960 13540 33554432000 1073741824 1073778376 140735564638480 139768817501704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13118] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13118/stat : 13118 (java) S 13101 13104 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109694757 9856040960 13540 33554432000 1073741824 1073778376 140735564638480 139768816450192 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13119] ppid=13101 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/13104/task/13119/stat : 13119 (java) S 13101 13104 5965 0 -1 4202560 4362 0 0 0 30 0 0 0 20 0 19 0 109694757 9856040960 13540 33554432000 1073741824 1073778376 140735564638480 139768815397304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13120] ppid=13101 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/13104/task/13120/stat : 13120 (java) S 13101 13104 5965 0 -1 4202560 2163 0 0 0 21 0 0 0 20 0 19 0 109694757 9856040960 13540 33554432000 1073741824 1073778376 140735564638480 139768814344504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13104/tid=13121] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13121/stat : 13121 (java) S 13101 13104 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109694757 9856040960 13540 33554432000 1073741824 1073778376 140735564638480 139768813291896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13104/tid=13122] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13122/stat : 13122 (java) S 13101 13104 5965 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 109694757 9856040960 13540 33554432000 1073741824 1073778376 140735564638480 139768812239304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13123] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13123/stat : 13123 (java) S 13101 13104 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109694773 9856040960 13540 33554432000 1073741824 1073778376 140735564638480 139768811185832 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.79
Current children cumulated vsize (KiB) 9625040


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

[pid=13104/tid=13123] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13123/stat : 13123 (java) S 13101 13104 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109694773 9856040960 64377 33554432000 1073741824 1073778376 140735564638480 139768811185832 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1663.4
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.25 2.23 2.18 3/213 13255
/proc/meminfo: memFree=29340412/32872528 swapFree=16360/1798728
[pid=13104] ppid=13101 vsize=9625040 CPUtime=1723.56 cores=1,3,5,7
/proc/13104/stat : 13104 (java) S 13101 13104 5965 0 -1 4202496 11504 0 1 0 172301 55 0 0 20 0 19 0 109694751 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 140735564629616 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13104/statm: 2406260 74620 2273 9 0 2396937 0
[pid=13104/tid=13106] ppid=13101 vsize=9625040 CPUtime=1717.54 cores=1,3,5,7
/proc/13104/task/13106/stat : 13106 (java) R 13101 13104 5965 0 -1 4202560 2477 0 1 0 171725 29 0 0 20 0 19 0 109694752 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768995753152 139768856316959 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13107] ppid=13101 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/13104/task/13107/stat : 13107 (java) S 13101 13104 5965 0 -1 4202560 45 0 0 0 5 0 0 0 20 0 19 0 109694753 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768839175208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13104/tid=13108] ppid=13101 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/13104/task/13108/stat : 13108 (java) S 13101 13104 5965 0 -1 4202560 188 0 0 0 7 3 0 0 20 0 19 0 109694753 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768838122408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13104/tid=13109] ppid=13101 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/13104/task/13109/stat : 13109 (java) S 13101 13104 5965 0 -1 4202560 30 0 0 0 4 0 0 0 20 0 19 0 109694753 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768837069608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13104/tid=13110] ppid=13101 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/13104/task/13110/stat : 13110 (java) S 13101 13104 5965 0 -1 4202560 241 0 0 0 3 3 0 0 20 0 19 0 109694753 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768836016808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13104/tid=13111] ppid=13101 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/13104/task/13111/stat : 13111 (java) S 13101 13104 5965 0 -1 4202560 29 0 0 0 2 1 0 0 20 0 19 0 109694753 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768834964008 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13112] ppid=13101 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/13104/task/13112/stat : 13112 (java) S 13101 13104 5965 0 -1 4202560 52 0 0 0 4 2 0 0 20 0 19 0 109694753 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768833911208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13104/tid=13113] ppid=13101 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/13104/task/13113/stat : 13113 (java) S 13101 13104 5965 0 -1 4202560 43 0 0 0 5 2 0 0 20 0 19 0 109694753 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768832858408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13104/tid=13114] ppid=13101 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/13104/task/13114/stat : 13114 (java) S 13101 13104 5965 0 -1 4202560 217 0 0 0 9 4 0 0 20 0 19 0 109694753 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768831805608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13104/tid=13115] ppid=13101 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13104/task/13115/stat : 13115 (java) S 13101 13104 5965 0 -1 4202560 54 0 0 0 2 0 0 0 20 0 19 0 109694754 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768819608552 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13104/tid=13116] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13116/stat : 13116 (java) S 13101 13104 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109694754 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768818554616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13117] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13117/stat : 13117 (java) S 13101 13104 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109694754 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768817501704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13118] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13118/stat : 13118 (java) S 13101 13104 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109694757 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768816450192 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13119] ppid=13101 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/13104/task/13119/stat : 13119 (java) S 13101 13104 5965 0 -1 4202560 4362 0 0 0 30 0 0 0 20 0 19 0 109694757 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768815397304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13120] ppid=13101 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/13104/task/13120/stat : 13120 (java) S 13101 13104 5965 0 -1 4202560 2407 0 0 0 23 0 0 0 20 0 19 0 109694757 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768814344504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13104/tid=13121] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13121/stat : 13121 (java) S 13101 13104 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109694757 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768813291896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13104/tid=13122] ppid=13101 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/13104/task/13122/stat : 13122 (java) S 13101 13104 5965 0 -1 4202560 100 0 0 0 31 37 0 0 20 0 19 0 109694757 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768812239304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13104/tid=13123] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13123/stat : 13123 (java) S 13101 13104 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109694773 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768811185832 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1723.56
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.25 2.23 2.18 3/213 13256
/proc/meminfo: memFree=29339796/32872528 swapFree=16360/1798728
[pid=13104] ppid=13101 vsize=9625040 CPUtime=1783.57 cores=1,3,5,7
/proc/13104/stat : 13104 (java) S 13101 13104 5965 0 -1 4202496 11508 0 1 0 178301 56 0 0 20 0 19 0 109694751 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 140735564629616 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13104/statm: 2406260 74620 2273 9 0 2396937 0
[pid=13104/tid=13106] ppid=13101 vsize=9625040 CPUtime=1777.39 cores=1,3,5,7
/proc/13104/task/13106/stat : 13106 (java) R 13101 13104 5965 0 -1 4202560 2477 0 1 0 177709 30 0 0 20 0 19 0 109694752 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768995745440 139768856316959 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13107] ppid=13101 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/13104/task/13107/stat : 13107 (java) S 13101 13104 5965 0 -1 4202560 45 0 0 0 5 0 0 0 20 0 19 0 109694753 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768839175208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13104/tid=13108] ppid=13101 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/13104/task/13108/stat : 13108 (java) S 13101 13104 5965 0 -1 4202560 188 0 0 0 7 3 0 0 20 0 19 0 109694753 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768838122408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13104/tid=13109] ppid=13101 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/13104/task/13109/stat : 13109 (java) S 13101 13104 5965 0 -1 4202560 30 0 0 0 4 0 0 0 20 0 19 0 109694753 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768837069608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13104/tid=13110] ppid=13101 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/13104/task/13110/stat : 13110 (java) S 13101 13104 5965 0 -1 4202560 241 0 0 0 3 3 0 0 20 0 19 0 109694753 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768836016808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13104/tid=13111] ppid=13101 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/13104/task/13111/stat : 13111 (java) S 13101 13104 5965 0 -1 4202560 29 0 0 0 2 1 0 0 20 0 19 0 109694753 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768834964008 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13112] ppid=13101 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/13104/task/13112/stat : 13112 (java) S 13101 13104 5965 0 -1 4202560 52 0 0 0 4 2 0 0 20 0 19 0 109694753 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768833911208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13104/tid=13113] ppid=13101 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/13104/task/13113/stat : 13113 (java) S 13101 13104 5965 0 -1 4202560 43 0 0 0 5 2 0 0 20 0 19 0 109694753 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768832858408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13104/tid=13114] ppid=13101 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/13104/task/13114/stat : 13114 (java) S 13101 13104 5965 0 -1 4202560 217 0 0 0 9 4 0 0 20 0 19 0 109694753 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768831805608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13104/tid=13115] ppid=13101 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13104/task/13115/stat : 13115 (java) S 13101 13104 5965 0 -1 4202560 54 0 0 0 2 0 0 0 20 0 19 0 109694754 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768819608552 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13104/tid=13116] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13116/stat : 13116 (java) S 13101 13104 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109694754 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768818554616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13117] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13117/stat : 13117 (java) S 13101 13104 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109694754 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768817501704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13118] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13118/stat : 13118 (java) S 13101 13104 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109694757 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768816450192 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13119] ppid=13101 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/13104/task/13119/stat : 13119 (java) S 13101 13104 5965 0 -1 4202560 4362 0 0 0 30 0 0 0 20 0 19 0 109694757 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768815397304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13120] ppid=13101 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/13104/task/13120/stat : 13120 (java) S 13101 13104 5965 0 -1 4202560 2407 0 0 0 23 0 0 0 20 0 19 0 109694757 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768814344504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13104/tid=13121] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13121/stat : 13121 (java) S 13101 13104 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109694757 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768813291896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13104/tid=13122] ppid=13101 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/13104/task/13122/stat : 13122 (java) S 13101 13104 5965 0 -1 4202560 104 0 0 0 33 37 0 0 20 0 19 0 109694757 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768812239304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13104/tid=13123] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13123/stat : 13123 (java) S 13101 13104 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109694773 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768811185832 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1783.57
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.8 s]
/proc/loadavg: 2.31 2.24 2.19 3/213 13256
/proc/meminfo: memFree=29243292/32872528 swapFree=16360/1798728
[pid=13104] ppid=13101 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/13104/stat : 13104 (java) S 13101 13104 5965 0 -1 4202496 11508 0 1 0 179951 56 0 0 20 0 19 0 109694751 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 140735564629616 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13104/statm: 2406260 74620 2273 9 0 2396937 0
[pid=13104/tid=13106] ppid=13101 vsize=9625040 CPUtime=1793.85 cores=1,3,5,7
/proc/13104/task/13106/stat : 13106 (java) R 13101 13104 5965 0 -1 4202560 2477 0 1 0 179355 30 0 0 20 0 19 0 109694752 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768995745440 139768856316959 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13107] ppid=13101 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/13104/task/13107/stat : 13107 (java) S 13101 13104 5965 0 -1 4202560 45 0 0 0 5 0 0 0 20 0 19 0 109694753 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768839175208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13104/tid=13108] ppid=13101 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/13104/task/13108/stat : 13108 (java) S 13101 13104 5965 0 -1 4202560 188 0 0 0 7 3 0 0 20 0 19 0 109694753 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768838122408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13104/tid=13109] ppid=13101 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/13104/task/13109/stat : 13109 (java) S 13101 13104 5965 0 -1 4202560 30 0 0 0 4 0 0 0 20 0 19 0 109694753 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768837069608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13104/tid=13110] ppid=13101 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/13104/task/13110/stat : 13110 (java) S 13101 13104 5965 0 -1 4202560 241 0 0 0 3 3 0 0 20 0 19 0 109694753 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768836016808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13104/tid=13111] ppid=13101 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/13104/task/13111/stat : 13111 (java) S 13101 13104 5965 0 -1 4202560 29 0 0 0 2 1 0 0 20 0 19 0 109694753 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768834964008 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13112] ppid=13101 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/13104/task/13112/stat : 13112 (java) S 13101 13104 5965 0 -1 4202560 52 0 0 0 4 2 0 0 20 0 19 0 109694753 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768833911208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13104/tid=13113] ppid=13101 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/13104/task/13113/stat : 13113 (java) S 13101 13104 5965 0 -1 4202560 43 0 0 0 5 2 0 0 20 0 19 0 109694753 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768832858408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13104/tid=13114] ppid=13101 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/13104/task/13114/stat : 13114 (java) S 13101 13104 5965 0 -1 4202560 217 0 0 0 9 4 0 0 20 0 19 0 109694753 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768831805608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13104/tid=13115] ppid=13101 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13104/task/13115/stat : 13115 (java) S 13101 13104 5965 0 -1 4202560 54 0 0 0 2 0 0 0 20 0 19 0 109694754 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768819608552 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13104/tid=13116] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13116/stat : 13116 (java) S 13101 13104 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109694754 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768818554616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13117] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13117/stat : 13117 (java) S 13101 13104 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109694754 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768817501704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13118] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13118/stat : 13118 (java) S 13101 13104 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109694757 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768816450192 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13119] ppid=13101 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/13104/task/13119/stat : 13119 (java) S 13101 13104 5965 0 -1 4202560 4362 0 0 0 30 0 0 0 20 0 19 0 109694757 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768815397304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13104/tid=13120] ppid=13101 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/13104/task/13120/stat : 13120 (java) S 13101 13104 5965 0 -1 4202560 2407 0 0 0 23 0 0 0 20 0 19 0 109694757 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768814344504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13104/tid=13121] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13121/stat : 13121 (java) S 13101 13104 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109694757 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768813291896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13104/tid=13122] ppid=13101 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/13104/task/13122/stat : 13122 (java) S 13101 13104 5965 0 -1 4202560 104 0 0 0 33 38 0 0 20 0 19 0 109694757 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768812239304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13104/tid=13123] ppid=13101 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13104/task/13123/stat : 13123 (java) S 13101 13104 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109694773 9856040960 74620 33554432000 1073741824 1073778376 140735564638480 139768811185832 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 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 13104 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 13104 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=979121
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=971852
# CPU time returned by wait4() is 1795.95
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.84
CPU time (s): 1800.07
CPU user time (s): 1799.51
CPU system time (s): 0.56
CPU usage (%): 100.069
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.98
system time used= 0.971852
maximum resident set size= 300680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11553
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38149
involuntary context switches= 8626

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.83811 second user time and 7.35888 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-07 07:33:36
IDJOB=4084547
IDBENCH=89818
IDSOLVER=2546
FILE ID=node123/4084547-1465277616
RUNJOBID= node123-1465255130-5982
PBS_JOBID= 19843274
Free space on /tmp= 71684 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/heinz/normalized-neos-820146.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084547-1465277616/watcher-4084547-1465277616 -o /tmp/evaluation-result-4084547-1465277616/solver-4084547-1465277616 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1465255130-5982 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084547-1465277616.opb

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

MD5SUM BENCH= 04a6efcac49375b9407fbc5f15fae5c7
RANDOM SEED=80178942

node123.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.117
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.23
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.117
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.117
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.117
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.117
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.117
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.57
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.117
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.117
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:        28817324 kB
Buffers:          105836 kB
Cached:           186768 kB
SwapCached:         1808 kB
Active:          1332516 kB
Inactive:         176712 kB
Active(anon):    1216880 kB
Inactive(anon):     2104 kB
Active(file):     115636 kB
Inactive(file):   174608 kB
Unevictable:     1798728 kB
Mlocked:           16360 kB
SwapTotal:      67108856 kB
SwapFree:       67098808 kB
Dirty:               816 kB
Writeback:             0 kB
AnonPages:       2998196 kB
Mapped:            15396 kB
Shmem:                 0 kB
Slab:             601096 kB
SReclaimable:      44968 kB
SUnreclaim:       556128 kB
KernelStack:        1760 kB
PageTables:        10168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4062740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2957312 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= 71732 MiB
End job on node123 at 2016-06-07 08:03:35