Trace number 4096810

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.54 1798.65

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-7_6_30.opb
MD5SUM735c3c89afe1f0bfc48b6698e9f5a697
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark64.1143
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1406
Total number of constraints6702
Number of constraints which are clauses6697
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint37
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 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 67
Number of bits of the biggest sum of numbers7
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.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4096810-1466116229.opb
0.10/0.10	c reading problem ... 
0.10/0.10	c  no objective function found
0.53/0.33	c ... done. Wall clock time 0.232s.
0.53/0.33	c declared #vars     1406
0.53/0.33	c #constraints  6706
0.53/0.33	c constraints type 
0.53/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3996
0.53/0.33	c org.sat4j.specs.Constr$1 => 4
0.53/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.53/0.33	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.53/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2700
0.53/0.33	c 6706 constraints processed.
1.46/0.95	c cleaning 2496 clauses out of 5001 with flag 22253/5001
2.23/1.57	c cleaning 4251 clauses out of 8505 with flag 49071/11001
3.04/2.39	c cleaning 5620 clauses out of 11253 with flag 86709/18000
4.04/3.35	c cleaning 6812 clauses out of 13633 with flag 120570/26000
5.45/4.71	c cleaning 7907 clauses out of 15824 with flag 166506/35003
6.85/6.17	c cleaning 8952 clauses out of 17914 with flag 223554/45000
8.65/7.91	c cleaning 9975 clauses out of 19963 with flag 307767/56001
10.45/9.79	c cleaning 10986 clauses out of 21989 with flag 396258/68002
12.65/11.94	c cleaning 11999 clauses out of 24005 with flag 463844/81004
15.07/14.40	c cleaning 12993 clauses out of 26004 with flag 558267/95002
17.66/16.95	c cleaning 13992 clauses out of 28009 with flag 633493/110000
20.76/20.07	c cleaning 15003 clauses out of 30017 with flag 730551/126000
23.56/22.89	c cleaning 15999 clauses out of 32015 with flag 798694/143001
26.95/26.24	c cleaning 17001 clauses out of 34015 with flag 883098/161000
30.25/29.57	c cleaning 17999 clauses out of 36015 with flag 968622/180001
33.55/32.87	c cleaning 19001 clauses out of 38016 with flag 1055589/200001
37.16/36.48	c cleaning 19997 clauses out of 40017 with flag 1143509/221003
40.95/40.28	c cleaning 21006 clauses out of 42018 with flag 1244530/243001
45.26/44.52	c cleaning 22002 clauses out of 44012 with flag 1358220/266001
49.66/48.97	c cleaning 23000 clauses out of 46011 with flag 1469857/290002
54.55/53.81	c cleaning 24000 clauses out of 48009 with flag 1597654/315000
59.75/59.07	c cleaning 24998 clauses out of 50009 with flag 1744234/341000
65.66/64.98	c cleaning 26002 clauses out of 52011 with flag 1905040/368000
71.55/70.88	c cleaning 26996 clauses out of 54009 with flag 2047036/396000
77.64/76.98	c cleaning 27992 clauses out of 56015 with flag 2192554/425002
84.46/83.73	c cleaning 29004 clauses out of 58021 with flag 2354017/455000
91.85/91.15	c cleaning 29998 clauses out of 60017 with flag 2516907/486000
99.24/98.54	c cleaning 31006 clauses out of 62019 with flag 2678958/518000
106.48/105.78	c cleaning 32000 clauses out of 64013 with flag 2861373/551000
113.88/113.11	c cleaning 33003 clauses out of 66013 with flag 3057192/585000
121.98/121.25	c cleaning 33998 clauses out of 68011 with flag 3237158/620001
130.38/129.66	c cleaning 34995 clauses out of 70012 with flag 3419604/656000
139.67/138.97	c cleaning 35999 clauses out of 72017 with flag 3624144/693000
149.28/148.60	c cleaning 37000 clauses out of 74020 with flag 3840194/731002
159.17/158.42	c cleaning 37999 clauses out of 76018 with flag 4052571/770000
169.86/169.13	c cleaning 39002 clauses out of 78020 with flag 4264694/810001
183.66/182.99	c cleaning 40000 clauses out of 80017 with flag 4513053/851000
198.16/197.41	c cleaning 41002 clauses out of 82017 with flag 4763819/893000
211.46/210.75	c cleaning 42000 clauses out of 84016 with flag 4995882/936001
223.66/222.93	c cleaning 42999 clauses out of 86015 with flag 5209544/980000
237.45/236.75	c cleaning 43997 clauses out of 88016 with flag 5463187/1025000
250.96/250.25	c cleaning 44999 clauses out of 90019 with flag 5702551/1071000
265.55/264.88	c cleaning 46001 clauses out of 92020 with flag 5973465/1118000
280.65/279.90	c cleaning 47004 clauses out of 94021 with flag 6222889/1166002
296.27/295.50	c cleaning 47996 clauses out of 96016 with flag 6486890/1215001
311.87/311.14	c cleaning 49001 clauses out of 98019 with flag 6769213/1265000
328.26/327.55	c cleaning 49998 clauses out of 100019 with flag 7071854/1316001
345.96/345.28	c cleaning 51002 clauses out of 102021 with flag 7364959/1368001
363.77/363.05	c cleaning 52001 clauses out of 104018 with flag 7663909/1421000
382.26/381.50	c cleaning 52995 clauses out of 106018 with flag 7977954/1475001
405.76/405.07	c cleaning 54005 clauses out of 108025 with flag 8342194/1530003
426.35/425.63	c cleaning 54997 clauses out of 110017 with flag 8646267/1586000
450.25/449.60	c cleaning 56001 clauses out of 112020 with flag 8993294/1643000
471.66/470.95	c cleaning 56998 clauses out of 114020 with flag 9336370/1701001
494.24/493.56	c cleaning 57999 clauses out of 116021 with flag 9675489/1760000
517.94/517.24	c cleaning 58999 clauses out of 118022 with flag 10006258/1820000
540.88/540.16	c cleaning 60005 clauses out of 120023 with flag 10343605/1881000
564.08/563.39	c cleaning 61004 clauses out of 122018 with flag 10684343/1943000
588.38/587.60	c cleaning 61999 clauses out of 124014 with flag 11044639/2006000
613.69/612.93	c cleaning 63001 clauses out of 126016 with flag 11429197/2070001
640.31/639.51	c cleaning 63995 clauses out of 128014 with flag 11812700/2135000
669.73/668.94	c cleaning 64999 clauses out of 130019 with flag 12228382/2201000
698.13/697.34	c cleaning 66001 clauses out of 132020 with flag 12612542/2268000
727.94/727.11	c cleaning 67005 clauses out of 134019 with flag 13019696/2336000
759.75/758.94	c cleaning 68000 clauses out of 136014 with flag 13455188/2405000
790.95/790.13	c cleaning 68996 clauses out of 138014 with flag 13882267/2475000
824.60/823.78	c cleaning 70001 clauses out of 140019 with flag 14338958/2546001
857.41/856.51	c cleaning 71003 clauses out of 142017 with flag 14794347/2618000
896.51/895.63	c cleaning 71999 clauses out of 144014 with flag 15242650/2691000
931.62/930.78	c cleaning 73000 clauses out of 146015 with flag 15713214/2765000
967.12/966.29	c cleaning 74000 clauses out of 148015 with flag 16162618/2840000
1005.35/1004.47	c cleaning 75000 clauses out of 150015 with flag 16624356/2916000
1043.87/1042.97	c cleaning 76000 clauses out of 152016 with flag 17115274/2993001
1086.37/1085.44	c cleaning 76998 clauses out of 154016 with flag 17619593/3071001
1127.58/1126.57	c cleaning 77999 clauses out of 156017 with flag 18102448/3150000
1169.59/1168.50	c cleaning 79002 clauses out of 158020 with flag 18588896/3230002
1213.71/1212.64	c cleaning 80000 clauses out of 160016 with flag 19093541/3311000
1260.52/1259.48	c cleaning 80998 clauses out of 162016 with flag 19618554/3393000
1306.13/1305.03	c cleaning 82001 clauses out of 164018 with flag 20134526/3476000
1355.55/1354.45	c cleaning 83001 clauses out of 166018 with flag 20667675/3560001
1405.16/1404.07	c cleaning 84001 clauses out of 168016 with flag 21184849/3645000
1456.38/1455.24	c cleaning 84997 clauses out of 170015 with flag 21722847/3731000
1512.13/1510.82	c cleaning 86001 clauses out of 172018 with flag 22321678/3818000
1563.65/1562.38	c cleaning 87001 clauses out of 174017 with flag 22881093/3906000
1632.28/1630.95	c cleaning 88000 clauses out of 176017 with flag 23528739/3995001
1690.19/1688.88	c cleaning 89000 clauses out of 178017 with flag 24117631/4085001
1746.22/1744.85	c cleaning 89997 clauses out of 180016 with flag 24701065/4176000
1800.03/1798.61	c starts		: 834
1800.03/1798.61	c conflicts		: 4263849
1800.03/1798.61	c decisions		: 5064233
1800.03/1798.61	c propagations		: 421942881
1800.03/1798.61	c inspects		: 28907184151
1800.03/1798.61	c shortcuts		: 0
1800.03/1798.61	c learnt literals	: 0
1800.03/1798.61	c learnt binary clauses	: 0
1800.03/1798.61	c learnt ternary clauses	: 30
1800.03/1798.61	c learnt constraints	: 4263849
1800.03/1798.61	c ignored constraints	: 0
1800.03/1798.61	c root simplifications	: 0
1800.03/1798.61	c removed literals (reason simplification)	: 0
1800.03/1798.61	c reason swapping (by a shorter reason)	: 0
1800.03/1798.61	c Calls to reduceDB	: 87
1800.03/1798.61	c Number of update (reduction) of LBD	: 756932
1800.03/1798.61	c Imported unit clauses	: 0
1800.03/1798.61	c number of reductions to clauses (during analyze)	: 0
1800.03/1798.61	c number of learned constraints concerned by reduction	: 0
1800.03/1798.61	c number of learning phase by resolution	: 0
1800.03/1798.61	c number of learning phase by cutting planes	: 0
1800.03/1798.61	c speed (assignments/second)	: 234637.8386374038
1800.03/1798.61	c non guided choices	145
1800.03/1798.61	c timeout
1800.03/1798.64	c learnt constraints type 
1800.03/1798.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 177869
1800.03/1798.65	s UNKNOWN
1800.03/1798.65	c Total wall clock time (in seconds): 1798.538

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-4096810-1466116229/watcher-4096810-1466116229 -o /tmp/evaluation-result-4096810-1466116229/solver-4096810-1466116229 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466116222-11904 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4096810-1466116229.opb 

pid=12272
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.49 3.60 3.98 3/195 12275
/proc/meminfo: memFree=30543864/32872528 swapFree=1243920/1391088
[pid=12275] ppid=12272 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/12275/stat : 12275 (java) S 12272 12275 7556 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 13671494 98570240 978 33554432000 1073741824 1073778376 140733683319600 140733683310736 272889839677 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12275/statm: 24065 978 744 9 0 16771 0
[pid=12275/tid=12276] ppid=12272 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12276/stat : 12276 (java) R 12272 12275 7556 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 13671495 98570240 978 33554432000 1073741824 1073778376 140733683319600 139703476923944 272886482304 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.49 3.60 3.98 3/195 12275
/proc/meminfo: memFree=30543864/32872528 swapFree=1243920/1391088
[pid=12275] ppid=12272 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/12275/stat : 12275 (java) S 12272 12275 7556 0 -1 4202496 4548 0 1 0 10 0 0 0 20 0 18 0 13671494 9787879424 5669 33554432000 1073741824 1073778376 140733683319600 140733683310736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12275/statm: 2389619 5669 2157 9 0 2380296 0
[pid=12275/tid=12276] ppid=12272 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/12275/task/12276/stat : 12276 (java) R 12272 12275 7556 0 -1 4202560 2432 0 1 0 7 0 0 0 20 0 18 0 13671495 9787879424 5669 33554432000 1073741824 1073778376 140733683319600 139703476927392 272889865485 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200275 s]
/proc/loadavg: 2.49 3.60 3.98 3/195 12275
/proc/meminfo: memFree=30543864/32872528 swapFree=1243920/1391088
[pid=12275] ppid=12272 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/12275/stat : 12275 (java) S 12272 12275 7556 0 -1 4202496 5059 0 1 0 28 1 0 0 20 0 18 0 13671494 9787879424 6556 33554432000 1073741824 1073778376 140733683319600 140733683310736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12275/statm: 2389619 6556 2216 9 0 2380296 0
[pid=12275/tid=12276] ppid=12272 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/12275/task/12276/stat : 12276 (java) R 12272 12275 7556 0 -1 4202560 2450 0 1 0 17 0 0 0 20 0 18 0 13671495 9787879424 6556 33554432000 1073741824 1073778376 140733683319600 139703476927392 272889865485 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300277 s]
/proc/loadavg: 2.49 3.60 3.98 3/195 12275
/proc/meminfo: memFree=30543864/32872528 swapFree=1243920/1391088
[pid=12275] ppid=12272 vsize=9558476 CPUtime=0.53 cores=1,3,5,7
/proc/12275/stat : 12275 (java) S 12272 12275 7556 0 -1 4202496 6811 0 1 0 52 1 0 0 20 0 18 0 13671494 9787879424 8927 33554432000 1073741824 1073778376 140733683319600 140733683310736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12275/statm: 2389619 8927 2238 9 0 2380296 0
[pid=12275/tid=12276] ppid=12272 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/12275/task/12276/stat : 12276 (java) R 12272 12275 7556 0 -1 4202560 2453 0 1 0 27 0 0 0 20 0 18 0 13671495 9787879424 8927 33554432000 1073741824 1073778376 140733683319600 139703476927392 139703348782372 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700284 s]
/proc/loadavg: 2.49 3.60 3.98 3/195 12275
/proc/meminfo: memFree=30543864/32872528 swapFree=1243920/1391088
[pid=12275] ppid=12272 vsize=9625040 CPUtime=1.24 cores=1,3,5,7
/proc/12275/stat : 12275 (java) S 12272 12275 7556 0 -1 4202496 9256 0 1 0 122 2 0 0 20 0 19 0 13671494 9856040960 12707 33554432000 1073741824 1073778376 140733683319600 140733683310736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12275/statm: 2406260 12707 2258 9 0 2396937 0
[pid=12275/tid=12276] ppid=12272 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/12275/task/12276/stat : 12276 (java) R 12272 12275 7556 0 -1 4202560 2472 0 1 0 66 1 0 0 20 0 19 0 13671495 9856040960 12707 33554432000 1073741824 1073778376 140733683319600 139703476929152 139703349286553 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9625040

[startup+1.50086 s]
/proc/loadavg: 2.49 3.60 3.98 4/214 12294
/proc/meminfo: memFree=30499596/32872528 swapFree=1243920/1391088
[pid=12275] ppid=12272 vsize=9625040 CPUtime=2.23 cores=1,3,5,7
/proc/12275/stat : 12275 (java) S 12272 12275 7556 0 -1 4202496 12058 0 1 0 221 2 0 0 20 0 19 0 13671494 9856040960 13281 33554432000 1073741824 1073778376 140733683319600 140733683310736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12275/statm: 2406260 13281 2267 9 0 2396937 0
[pid=12275/tid=12276] ppid=12272 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/12275/task/12276/stat : 12276 (java) R 12272 12275 7556 0 -1 4202560 2474 0 1 0 146 1 0 0 20 0 19 0 13671495 9856040960 13281 33554432000 1073741824 1073778376 140733683319600 139703476928728 139703349253611 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12275/tid=12278] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12278/stat : 12278 (java) S 12272 12275 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671495 9856040960 13281 33554432000 1073741824 1073778376 140733683319600 139703320926888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12279] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12279/stat : 12279 (java) S 12272 12275 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671495 9856040960 13281 33554432000 1073741824 1073778376 140733683319600 139703319874344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12275/tid=12280] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12280/stat : 12280 (java) S 12272 12275 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671495 9856040960 13281 33554432000 1073741824 1073778376 140733683319600 139703318821800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12275/tid=12281] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12281/stat : 12281 (java) S 12272 12275 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671495 9856040960 13281 33554432000 1073741824 1073778376 140733683319600 139703317769256 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12275/tid=12282] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12282/stat : 12282 (java) S 12272 12275 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671495 9856040960 13281 33554432000 1073741824 1073778376 140733683319600 139703316715688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12283] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12283/stat : 12283 (java) S 12272 12275 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671495 9856040960 13281 33554432000 1073741824 1073778376 140733683319600 139703315663144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12275/tid=12284] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12284/stat : 12284 (java) S 12272 12275 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671495 9856040960 13281 33554432000 1073741824 1073778376 140733683319600 139703314610600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12285] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12285/stat : 12285 (java) S 12272 12275 7556 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13671495 9856040960 13281 33554432000 1073741824 1073778376 140733683319600 139703313558056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12286] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12286/stat : 12286 (java) S 12272 12275 7556 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13671497 9856040960 13281 33554432000 1073741824 1073778376 140733683319600 139703301147240 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12287] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12287/stat : 12287 (java) S 12272 12275 7556 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13671497 9856040960 13281 33554432000 1073741824 1073778376 140733683319600 139703300093560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12288] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12288/stat : 12288 (java) S 12272 12275 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13671497 9856040960 13281 33554432000 1073741824 1073778376 140733683319600 139703299040904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12289] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12289/stat : 12289 (java) S 12272 12275 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671499 9856040960 13281 33554432000 1073741824 1073778376 140733683319600 139703297989648 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12275/tid=12290] ppid=12272 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/12275/task/12290/stat : 12290 (java) S 12272 12275 7556 0 -1 4202560 3341 0 0 0 28 0 0 0 20 0 19 0 13671499 9856040960 13281 33554432000 1073741824 1073778376 140733683319600 139703296935992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12275/tid=12291] ppid=12272 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/12275/task/12291/stat : 12291 (java) S 12272 12275 7556 0 -1 4202560 4972 0 0 0 44 0 0 0 20 0 19 0 13671499 9856040960 13281 33554432000 1073741824 1073778376 140733683319600 139703295883448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12292] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12292/stat : 12292 (java) S 12272 12275 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671499 9856040960 13281 33554432000 1073741824 1073778376 140733683319600 139703294831096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12275/tid=12293] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12293/stat : 12293 (java) S 12272 12275 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671499 9856040960 13281 33554432000 1073741824 1073778376 140733683319600 139703293778760 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12275/tid=12294] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12294/stat : 12294 (java) S 12272 12275 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13671528 9856040960 13281 33554432000 1073741824 1073778376 140733683319600 139703292724520 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.49 3.60 3.98 3/214 12294
/proc/meminfo: memFree=30492488/32872528 swapFree=1243920/1391088
[pid=12275] ppid=12272 vsize=9625040 CPUtime=3.84 cores=1,3,5,7
/proc/12275/stat : 12275 (java) S 12272 12275 7556 0 -1 4202496 12060 0 1 0 382 2 0 0 20 0 19 0 13671494 9856040960 14305 33554432000 1073741824 1073778376 140733683319600 140733683310736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12275/statm: 2406260 14305 2267 9 0 2396937 0
[pid=12275/tid=12276] ppid=12272 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/12275/task/12276/stat : 12276 (java) R 12272 12275 7556 0 -1 4202560 2476 0 1 0 306 1 0 0 20 0 19 0 13671495 9856040960 14305 33554432000 1073741824 1073778376 140733683319600 139703476919984 139703349253926 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12275/tid=12278] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12278/stat : 12278 (java) S 12272 12275 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671495 9856040960 14305 33554432000 1073741824 1073778376 140733683319600 139703320926888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12279] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12279/stat : 12279 (java) S 12272 12275 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671495 9856040960 14305 33554432000 1073741824 1073778376 140733683319600 139703319874344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12275/tid=12280] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12280/stat : 12280 (java) S 12272 12275 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671495 9856040960 14305 33554432000 1073741824 1073778376 140733683319600 139703318821800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12275/tid=12281] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12281/stat : 12281 (java) S 12272 12275 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671495 9856040960 14305 33554432000 1073741824 1073778376 140733683319600 139703317769256 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12275/tid=12282] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12282/stat : 12282 (java) S 12272 12275 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671495 9856040960 14305 33554432000 1073741824 1073778376 140733683319600 139703316715688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12283] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12283/stat : 12283 (java) S 12272 12275 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671495 9856040960 14305 33554432000 1073741824 1073778376 140733683319600 139703315663144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12275/tid=12284] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12284/stat : 12284 (java) S 12272 12275 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671495 9856040960 14305 33554432000 1073741824 1073778376 140733683319600 139703314610600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12285] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12285/stat : 12285 (java) S 12272 12275 7556 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13671495 9856040960 14305 33554432000 1073741824 1073778376 140733683319600 139703313558056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12286] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12286/stat : 12286 (java) S 12272 12275 7556 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13671497 9856040960 14305 33554432000 1073741824 1073778376 140733683319600 139703301147240 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12287] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12287/stat : 12287 (java) S 12272 12275 7556 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13671497 9856040960 14305 33554432000 1073741824 1073778376 140733683319600 139703300093560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12288] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12288/stat : 12288 (java) S 12272 12275 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13671497 9856040960 14305 33554432000 1073741824 1073778376 140733683319600 139703299040904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12289] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12289/stat : 12289 (java) S 12272 12275 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671499 9856040960 14305 33554432000 1073741824 1073778376 140733683319600 139703297989648 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12275/tid=12290] ppid=12272 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/12275/task/12290/stat : 12290 (java) S 12272 12275 7556 0 -1 4202560 3341 0 0 0 28 0 0 0 20 0 19 0 13671499 9856040960 14305 33554432000 1073741824 1073778376 140733683319600 139703296935992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12275/tid=12291] ppid=12272 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/12275/task/12291/stat : 12291 (java) S 12272 12275 7556 0 -1 4202560 4972 0 0 0 45 0 0 0 20 0 19 0 13671499 9856040960 14305 33554432000 1073741824 1073778376 140733683319600 139703295883448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12292] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12292/stat : 12292 (java) S 12272 12275 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671499 9856040960 14305 33554432000 1073741824 1073778376 140733683319600 139703294831096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12275/tid=12293] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12293/stat : 12293 (java) S 12272 12275 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671499 9856040960 14305 33554432000 1073741824 1073778376 140733683319600 139703293778760 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12275/tid=12294] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12294/stat : 12294 (java) S 12272 12275 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13671528 9856040960 14305 33554432000 1073741824 1073778376 140733683319600 139703292724520 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.53 3.59 3.97 3/214 12294
/proc/meminfo: memFree=30484864/32872528 swapFree=1243920/1391088
[pid=12275] ppid=12272 vsize=9625040 CPUtime=7.05 cores=1,3,5,7
/proc/12275/stat : 12275 (java) S 12272 12275 7556 0 -1 4202496 12067 0 1 0 703 2 0 0 20 0 19 0 13671494 9856040960 14519 33554432000 1073741824 1073778376 140733683319600 140733683310736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12275/statm: 2406260 14519 2268 9 0 2396937 0
[pid=12275/tid=12276] ppid=12272 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/12275/task/12276/stat : 12276 (java) R 12272 12275 7556 0 -1 4202560 2479 0 1 0 626 1 0 0 20 0 19 0 13671495 9856040960 14519 33554432000 1073741824 1073778376 140733683319600 139703476919968 139703349286924 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12275/tid=12278] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12278/stat : 12278 (java) S 12272 12275 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671495 9856040960 14519 33554432000 1073741824 1073778376 140733683319600 139703320926888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12279] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12279/stat : 12279 (java) S 12272 12275 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671495 9856040960 14519 33554432000 1073741824 1073778376 140733683319600 139703319874344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12275/tid=12280] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12280/stat : 12280 (java) S 12272 12275 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671495 9856040960 14519 33554432000 1073741824 1073778376 140733683319600 139703318821800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12275/tid=12281] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12281/stat : 12281 (java) S 12272 12275 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671495 9856040960 14519 33554432000 1073741824 1073778376 140733683319600 139703317769256 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12275/tid=12282] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12282/stat : 12282 (java) S 12272 12275 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671495 9856040960 14519 33554432000 1073741824 1073778376 140733683319600 139703316715688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12283] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12283/stat : 12283 (java) S 12272 12275 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671495 9856040960 14519 33554432000 1073741824 1073778376 140733683319600 139703315663144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12275/tid=12284] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12284/stat : 12284 (java) S 12272 12275 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671495 9856040960 14519 33554432000 1073741824 1073778376 140733683319600 139703314610600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12285] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12285/stat : 12285 (java) S 12272 12275 7556 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13671495 9856040960 14519 33554432000 1073741824 1073778376 140733683319600 139703313558056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12286] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12286/stat : 12286 (java) S 12272 12275 7556 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13671497 9856040960 14519 33554432000 1073741824 1073778376 140733683319600 139703301147240 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12287] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12287/stat : 12287 (java) S 12272 12275 7556 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13671497 9856040960 14519 33554432000 1073741824 1073778376 140733683319600 139703300093560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12288] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12288/stat : 12288 (java) S 12272 12275 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13671497 9856040960 14519 33554432000 1073741824 1073778376 140733683319600 139703299040904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12289] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12289/stat : 12289 (java) S 12272 12275 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671499 9856040960 14519 33554432000 1073741824 1073778376 140733683319600 139703297989648 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12275/tid=12290] ppid=12272 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/12275/task/12290/stat : 12290 (java) S 12272 12275 7556 0 -1 4202560 3344 0 0 0 30 0 0 0 20 0 19 0 13671499 9856040960 14519 33554432000 1073741824 1073778376 140733683319600 139703296935992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12275/tid=12291] ppid=12272 vsize=9625040 CPUtime=0.45 cores=1,3,5,7

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

[pid=12275/tid=12287] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12287/stat : 12287 (java) S 12272 12275 7556 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13671497 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703300093560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12288] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12288/stat : 12288 (java) S 12272 12275 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13671497 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703299040904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12289] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12289/stat : 12289 (java) S 12272 12275 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671499 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703297989648 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12275/tid=12290] ppid=12272 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/12275/task/12290/stat : 12290 (java) S 12272 12275 7556 0 -1 4202560 3475 0 0 0 32 0 0 0 20 0 19 0 13671499 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703296935992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12291] ppid=12272 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/12275/task/12291/stat : 12291 (java) S 12272 12275 7556 0 -1 4202560 4972 0 0 0 45 0 0 0 20 0 19 0 13671499 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703295883448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12292] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12292/stat : 12292 (java) S 12272 12275 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671499 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703294831096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12275/tid=12293] ppid=12272 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/12275/task/12293/stat : 12293 (java) S 12272 12275 7556 0 -1 4202560 96 0 0 0 33 34 0 0 20 0 19 0 13671499 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703293778760 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12294] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12294/stat : 12294 (java) S 12272 12275 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13671528 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703292724520 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1663.69
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.11 2.14 2.41 3/212 12334
/proc/meminfo: memFree=30088948/32872528 swapFree=1243920/1391088
[pid=12275] ppid=12272 vsize=9625040 CPUtime=1723.7 cores=1,3,5,7
/proc/12275/stat : 12275 (java) S 12272 12275 7556 0 -1 4202496 13168 0 1 0 172322 48 0 0 20 0 19 0 13671494 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 140733683310736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12275/statm: 2406260 62271 2282 9 0 2396937 0
[pid=12275/tid=12276] ppid=12272 vsize=9625040 CPUtime=1722 cores=1,3,5,7
/proc/12275/task/12276/stat : 12276 (java) R 12272 12275 7556 0 -1 4202560 2536 0 1 0 172170 30 0 0 20 0 19 0 13671495 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703476919968 139703349286980 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12275/tid=12278] ppid=12272 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/12275/task/12278/stat : 12278 (java) S 12272 12275 7556 0 -1 4202560 80 0 0 0 6 1 0 0 20 0 19 0 13671495 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703320926888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12275/tid=12279] ppid=12272 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/12275/task/12279/stat : 12279 (java) S 12272 12275 7556 0 -1 4202560 174 0 0 0 3 0 0 0 20 0 19 0 13671495 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703319874344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12275/tid=12280] ppid=12272 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/12275/task/12280/stat : 12280 (java) S 12272 12275 7556 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 13671495 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703318821800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12281] ppid=12272 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/12275/task/12281/stat : 12281 (java) S 12272 12275 7556 0 -1 4202560 136 0 0 0 5 0 0 0 20 0 19 0 13671495 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703317769256 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12275/tid=12282] ppid=12272 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/12275/task/12282/stat : 12282 (java) S 12272 12275 7556 0 -1 4202560 152 0 0 0 5 2 0 0 20 0 19 0 13671495 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703316715688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12275/tid=12283] ppid=12272 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/12275/task/12283/stat : 12283 (java) S 12272 12275 7556 0 -1 4202560 49 0 0 0 4 2 0 0 20 0 19 0 13671495 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703315663144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12275/tid=12284] ppid=12272 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/12275/task/12284/stat : 12284 (java) S 12272 12275 7556 0 -1 4202560 149 0 0 0 5 0 0 0 20 0 19 0 13671495 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703314610600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12275/tid=12285] ppid=12272 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/12275/task/12285/stat : 12285 (java) S 12272 12275 7556 0 -1 4202560 40 0 0 0 5 0 0 0 20 0 19 0 13671495 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703313558056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12275/tid=12286] ppid=12272 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/12275/task/12286/stat : 12286 (java) S 12272 12275 7556 0 -1 4202560 40 0 0 0 2 0 0 0 20 0 19 0 13671497 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703301147240 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12287] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12287/stat : 12287 (java) S 12272 12275 7556 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13671497 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703300093560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12288] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12288/stat : 12288 (java) S 12272 12275 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13671497 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703299040904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12289] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12289/stat : 12289 (java) S 12272 12275 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671499 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703297989648 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12275/tid=12290] ppid=12272 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/12275/task/12290/stat : 12290 (java) S 12272 12275 7556 0 -1 4202560 3475 0 0 0 32 0 0 0 20 0 19 0 13671499 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703296935992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12291] ppid=12272 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/12275/task/12291/stat : 12291 (java) S 12272 12275 7556 0 -1 4202560 4972 0 0 0 45 0 0 0 20 0 19 0 13671499 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703295883448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12292] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12292/stat : 12292 (java) S 12272 12275 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671499 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703294831096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12275/tid=12293] ppid=12272 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/12275/task/12293/stat : 12293 (java) S 12272 12275 7556 0 -1 4202560 100 0 0 0 34 35 0 0 20 0 19 0 13671499 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703293778760 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12294] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12294/stat : 12294 (java) S 12272 12275 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13671528 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703292724520 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1723.7
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.31 2.19 2.40 3/214 12339
/proc/meminfo: memFree=30087344/32872528 swapFree=1243920/1391088
[pid=12275] ppid=12272 vsize=9625040 CPUtime=1783.72 cores=1,3,5,7
/proc/12275/stat : 12275 (java) S 12272 12275 7556 0 -1 4202496 13172 0 1 0 178322 50 0 0 20 0 19 0 13671494 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 140733683310736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12275/statm: 2406260 62271 2282 9 0 2396937 0
[pid=12275/tid=12276] ppid=12272 vsize=9625040 CPUtime=1782 cores=1,3,5,7
/proc/12275/task/12276/stat : 12276 (java) R 12272 12275 7556 0 -1 4202560 2536 0 1 0 178169 31 0 0 20 0 19 0 13671495 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703476919968 139703349286919 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12275/tid=12278] ppid=12272 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/12275/task/12278/stat : 12278 (java) S 12272 12275 7556 0 -1 4202560 80 0 0 0 6 1 0 0 20 0 19 0 13671495 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703320926888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12275/tid=12279] ppid=12272 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/12275/task/12279/stat : 12279 (java) S 12272 12275 7556 0 -1 4202560 174 0 0 0 3 0 0 0 20 0 19 0 13671495 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703319874344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12275/tid=12280] ppid=12272 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/12275/task/12280/stat : 12280 (java) S 12272 12275 7556 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 13671495 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703318821800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12281] ppid=12272 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/12275/task/12281/stat : 12281 (java) S 12272 12275 7556 0 -1 4202560 136 0 0 0 5 0 0 0 20 0 19 0 13671495 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703317769256 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12275/tid=12282] ppid=12272 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/12275/task/12282/stat : 12282 (java) S 12272 12275 7556 0 -1 4202560 152 0 0 0 5 2 0 0 20 0 19 0 13671495 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703316715688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12275/tid=12283] ppid=12272 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/12275/task/12283/stat : 12283 (java) S 12272 12275 7556 0 -1 4202560 49 0 0 0 4 2 0 0 20 0 19 0 13671495 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703315663144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12275/tid=12284] ppid=12272 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/12275/task/12284/stat : 12284 (java) S 12272 12275 7556 0 -1 4202560 149 0 0 0 5 0 0 0 20 0 19 0 13671495 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703314610600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12275/tid=12285] ppid=12272 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/12275/task/12285/stat : 12285 (java) S 12272 12275 7556 0 -1 4202560 40 0 0 0 5 0 0 0 20 0 19 0 13671495 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703313558056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12275/tid=12286] ppid=12272 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/12275/task/12286/stat : 12286 (java) S 12272 12275 7556 0 -1 4202560 40 0 0 0 2 0 0 0 20 0 19 0 13671497 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703301147240 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12287] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12287/stat : 12287 (java) S 12272 12275 7556 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13671497 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703300093560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12288] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12288/stat : 12288 (java) S 12272 12275 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13671497 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703299040904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12289] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12289/stat : 12289 (java) S 12272 12275 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671499 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703297989648 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12275/tid=12290] ppid=12272 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/12275/task/12290/stat : 12290 (java) S 12272 12275 7556 0 -1 4202560 3475 0 0 0 32 0 0 0 20 0 19 0 13671499 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703296935992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12291] ppid=12272 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/12275/task/12291/stat : 12291 (java) S 12272 12275 7556 0 -1 4202560 4972 0 0 0 45 0 0 0 20 0 19 0 13671499 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703295883448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12292] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12292/stat : 12292 (java) S 12272 12275 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671499 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703294831096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12275/tid=12293] ppid=12272 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/12275/task/12293/stat : 12293 (java) S 12272 12275 7556 0 -1 4202560 104 0 0 0 35 37 0 0 20 0 19 0 13671499 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703293778760 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12294] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12294/stat : 12294 (java) S 12272 12275 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13671528 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703292724520 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1783.72
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.61 s]
/proc/loadavg: 2.28 2.19 2.40 3/214 12405
/proc/meminfo: memFree=30304696/32872528 swapFree=1243920/1391088
[pid=12275] ppid=12272 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/12275/stat : 12275 (java) S 12272 12275 7556 0 -1 4202496 13172 0 1 0 179953 50 0 0 20 0 19 0 13671494 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 140733683310736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12275/statm: 2406260 62271 2282 9 0 2396937 0
[pid=12275/tid=12276] ppid=12272 vsize=9625040 CPUtime=1798.3 cores=1,3,5,7
/proc/12275/task/12276/stat : 12276 (java) R 12272 12275 7556 0 -1 4202560 2536 0 1 0 179799 31 0 0 20 0 19 0 13671495 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703476919968 139703349253155 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12275/tid=12278] ppid=12272 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/12275/task/12278/stat : 12278 (java) S 12272 12275 7556 0 -1 4202560 80 0 0 0 6 1 0 0 20 0 19 0 13671495 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703320926888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12275/tid=12279] ppid=12272 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/12275/task/12279/stat : 12279 (java) S 12272 12275 7556 0 -1 4202560 174 0 0 0 3 0 0 0 20 0 19 0 13671495 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703319874344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12275/tid=12280] ppid=12272 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/12275/task/12280/stat : 12280 (java) S 12272 12275 7556 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 13671495 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703318821800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12281] ppid=12272 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/12275/task/12281/stat : 12281 (java) S 12272 12275 7556 0 -1 4202560 136 0 0 0 5 0 0 0 20 0 19 0 13671495 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703317769256 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12275/tid=12282] ppid=12272 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/12275/task/12282/stat : 12282 (java) S 12272 12275 7556 0 -1 4202560 152 0 0 0 5 2 0 0 20 0 19 0 13671495 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703316715688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12275/tid=12283] ppid=12272 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/12275/task/12283/stat : 12283 (java) S 12272 12275 7556 0 -1 4202560 49 0 0 0 4 2 0 0 20 0 19 0 13671495 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703315663144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12275/tid=12284] ppid=12272 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/12275/task/12284/stat : 12284 (java) S 12272 12275 7556 0 -1 4202560 149 0 0 0 5 0 0 0 20 0 19 0 13671495 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703314610600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12275/tid=12285] ppid=12272 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/12275/task/12285/stat : 12285 (java) S 12272 12275 7556 0 -1 4202560 40 0 0 0 5 0 0 0 20 0 19 0 13671495 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703313558056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12275/tid=12286] ppid=12272 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/12275/task/12286/stat : 12286 (java) S 12272 12275 7556 0 -1 4202560 40 0 0 0 2 0 0 0 20 0 19 0 13671497 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703301147240 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12287] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12287/stat : 12287 (java) S 12272 12275 7556 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13671497 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703300093560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12288] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12288/stat : 12288 (java) S 12272 12275 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13671497 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703299040904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12289] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12289/stat : 12289 (java) S 12272 12275 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671499 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703297989648 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12275/tid=12290] ppid=12272 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/12275/task/12290/stat : 12290 (java) S 12272 12275 7556 0 -1 4202560 3475 0 0 0 32 0 0 0 20 0 19 0 13671499 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703296935992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12291] ppid=12272 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/12275/task/12291/stat : 12291 (java) S 12272 12275 7556 0 -1 4202560 4972 0 0 0 45 0 0 0 20 0 19 0 13671499 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703295883448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12292] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12292/stat : 12292 (java) S 12272 12275 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13671499 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703294831096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12275/tid=12293] ppid=12272 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/12275/task/12293/stat : 12293 (java) S 12272 12275 7556 0 -1 4202560 104 0 0 0 35 38 0 0 20 0 19 0 13671499 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703293778760 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12275/tid=12294] ppid=12272 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12275/task/12294/stat : 12294 (java) S 12272 12275 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13671528 9856040960 62271 33554432000 1073741824 1073778376 140733683319600 139703292724520 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

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

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

Child status: 143
Real time (s): 1798.65
CPU time (s): 1800.54
CPU user time (s): 1799.66
CPU system time (s): 0.881865
CPU usage (%): 100.105
Max. virtual memory (cumulated for all children) (KiB): 9625592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.66
system time used= 0.881865
maximum resident set size= 249216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13212
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38133
involuntary context switches= 13827

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.2643 second user time and 13.4809 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-17 00:30:29
IDJOB=4096810
IDBENCH=107667
IDSOLVER=2546
FILE ID=node119/4096810-1466116229
RUNJOBID= node119-1466116222-11904
PBS_JOBID= 19904129
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-7_6_30.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096810-1466116229/watcher-4096810-1466116229 -o /tmp/evaluation-result-4096810-1466116229/solver-4096810-1466116229 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466116222-11904 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4096810-1466116229.opb

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

MD5SUM BENCH= 735c3c89afe1f0bfc48b6698e9f5a697
RANDOM SEED=356671316

node119.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.456
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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:        30544020 kB
Buffers:           67416 kB
Cached:           111172 kB
SwapCached:         1048 kB
Active:           111492 kB
Inactive:         111916 kB
Active(anon):      45616 kB
Inactive(anon):     1560 kB
Active(file):      65876 kB
Inactive(file):   110356 kB
Unevictable:     1391088 kB
Mlocked:         1243920 kB
SwapTotal:      67108856 kB
SwapFree:       67100204 kB
Dirty:              2056 kB
Writeback:             0 kB
AnonPages:       1451084 kB
Mapped:            15368 kB
Shmem:                 0 kB
Slab:             572720 kB
SReclaimable:      15828 kB
SUnreclaim:       556892 kB
KernelStack:        1768 kB
PageTables:         7152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2079516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    186368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node119 at 2016-06-17 01:00:27