Trace number 4099997

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.87 1779.63

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-ran4x64.opb
MD5SUM094943d5c572e297ea40a22e131cb082
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 benchmark0.064989
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables7936
Total number of constraints324
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints324
Minimum length of a constraint31
Maximum length of a constraint1920
Number of terms in the objective function 7936
Biggest coefficient in the objective function 1873
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 530542
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 530542
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4099997-1466209697.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.53/0.39	c ... done. Wall clock time 0.274s.
0.53/0.39	c declared #vars     7936
0.53/0.39	c #constraints  392
0.53/0.39	c constraints type 
0.53/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 41
0.53/0.39	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 351
0.53/0.39	c 392 constraints processed.
0.53/0.39	c objective function length is 7936 literals
2.44/1.77	c cleaning 2500 clauses out of 5000 with flag 29632/5000
3.92/3.00	c cleaning 4225 clauses out of 8503 with flag 64287/11003
5.42/4.51	c cleaning 5627 clauses out of 11275 with flag 112271/18000
7.24/6.35	c cleaning 6765 clauses out of 13648 with flag 169999/26000
9.16/8.20	c cleaning 7856 clauses out of 15883 with flag 201024/35000
11.06/10.16	c cleaning 9009 clauses out of 18030 with flag 245197/45003
12.98/12.07	c cleaning 9970 clauses out of 20019 with flag 289312/56001
15.68/14.71	c cleaning 11007 clauses out of 22052 with flag 356967/68004
18.88/17.96	c cleaning 12016 clauses out of 24042 with flag 470493/81001
22.00/21.01	c cleaning 13003 clauses out of 26025 with flag 636062/95000
25.30/24.33	c cleaning 14013 clauses out of 28026 with flag 728119/110004
29.52/28.60	c cleaning 14980 clauses out of 30012 with flag 877772/126003
33.12/32.11	c cleaning 15999 clauses out of 32029 with flag 1002452/143000
37.43/36.48	c cleaning 17011 clauses out of 34030 with flag 1130345/161000
41.77/40.75	c cleaning 17997 clauses out of 36024 with flag 1259672/180005
45.86/44.84	c cleaning 18943 clauses out of 38023 with flag 1401640/200001
51.26/50.27	c cleaning 20024 clauses out of 40082 with flag 1575628/221003
57.38/56.33	c cleaning 21023 clauses out of 42055 with flag 1772346/243000
63.50/62.49	c cleaning 21980 clauses out of 44032 with flag 1971249/266000
69.61/68.57	c cleaning 23015 clauses out of 46061 with flag 2179438/290009
76.52/75.44	c cleaning 24001 clauses out of 48037 with flag 2431616/315000
82.58/81.41	c cleaning 25006 clauses out of 50038 with flag 2624381/341002
89.96/88.83	c cleaning 26016 clauses out of 52034 with flag 2858305/368004
97.80/96.69	c cleaning 26995 clauses out of 54016 with flag 3103812/396002
104.67/103.46	c cleaning 27993 clauses out of 56019 with flag 3297260/425000
113.52/112.25	c cleaning 29004 clauses out of 58029 with flag 3573075/455003
121.81/120.53	c cleaning 30005 clauses out of 60022 with flag 3845081/486000
131.78/130.44	c cleaning 31009 clauses out of 62022 with flag 4166950/518005
140.08/138.73	c cleaning 31988 clauses out of 64009 with flag 4531393/551001
150.22/148.82	c cleaning 32985 clauses out of 66020 with flag 4833204/585000
161.15/159.74	c cleaning 34019 clauses out of 68037 with flag 5223347/620002
172.08/170.61	c cleaning 34991 clauses out of 70016 with flag 5581838/656000
183.57/182.06	c cleaning 36000 clauses out of 72029 with flag 5956873/693004
194.58/193.00	c cleaning 37005 clauses out of 74025 with flag 6272782/731000
206.04/204.43	c cleaning 37980 clauses out of 76020 with flag 6596097/770000
218.50/216.88	c cleaning 39016 clauses out of 78040 with flag 6968830/810000
231.22/229.56	c cleaning 39999 clauses out of 80025 with flag 7307347/851001
243.24/241.50	c cleaning 40986 clauses out of 82028 with flag 7624075/893003
257.84/256.02	c cleaning 42007 clauses out of 84039 with flag 8023770/936000
272.50/270.61	c cleaning 43010 clauses out of 86032 with flag 8443553/980000
287.92/285.97	c cleaning 44010 clauses out of 88022 with flag 8904862/1025000
301.97/299.96	c cleaning 44993 clauses out of 90012 with flag 9257092/1071000
317.16/315.02	c cleaning 46006 clauses out of 92019 with flag 9667196/1118000
334.77/332.59	c cleaning 46980 clauses out of 94013 with flag 10173952/1166000
351.26/348.95	c cleaning 48008 clauses out of 96039 with flag 10631507/1215006
367.97/365.50	c cleaning 48959 clauses out of 98025 with flag 11059087/1265000
385.27/382.79	c cleaning 50025 clauses out of 100069 with flag 11538305/1316003
403.27/400.59	c cleaning 51012 clauses out of 102042 with flag 12005605/1368001
420.71/417.83	c cleaning 52012 clauses out of 104030 with flag 12454328/1421001
438.55/435.70	c cleaning 53003 clauses out of 106019 with flag 12923894/1475002
457.95/454.93	c cleaning 53982 clauses out of 108015 with flag 13442750/1530001
478.75/475.60	c cleaning 55005 clauses out of 110032 with flag 14075589/1586000
497.33/494.16	c cleaning 55986 clauses out of 112027 with flag 14538287/1643000
515.66/512.38	c cleaning 57000 clauses out of 114041 with flag 15013223/1701000
536.54/533.09	c cleaning 58006 clauses out of 116041 with flag 15565082/1760000
558.57/554.91	c cleaning 58999 clauses out of 118035 with flag 16061641/1820000
579.85/576.04	c cleaning 60010 clauses out of 120036 with flag 16513166/1881000
603.54/599.58	c cleaning 60998 clauses out of 122027 with flag 17057956/1943001
625.67/621.57	c cleaning 61995 clauses out of 124030 with flag 17586270/2006002
646.08/641.90	c cleaning 63000 clauses out of 126033 with flag 18055290/2070000
670.58/666.18	c cleaning 63986 clauses out of 128033 with flag 18634618/2135000
695.81/691.10	c cleaning 65008 clauses out of 130048 with flag 19222132/2201001
716.58/711.76	c cleaning 65995 clauses out of 132039 with flag 19658269/2268000
741.26/736.12	c cleaning 67020 clauses out of 134044 with flag 20173403/2336000
767.18/761.76	c cleaning 67974 clauses out of 136025 with flag 20720790/2405001
789.40/783.71	c cleaning 69002 clauses out of 138050 with flag 21187324/2475000
815.96/809.90	c cleaning 70024 clauses out of 140050 with flag 21732967/2546002
843.00/836.56	c cleaning 71010 clauses out of 142026 with flag 22332070/2618002
873.74/866.59	c cleaning 71962 clauses out of 144014 with flag 22988288/2691000
901.78/893.80	c cleaning 72963 clauses out of 146054 with flag 23541468/2765002
929.14/920.52	c cleaning 74014 clauses out of 148089 with flag 24073653/2840000
957.30/948.29	c cleaning 75016 clauses out of 150079 with flag 24649907/2916004
987.66/978.10	c cleaning 76021 clauses out of 152060 with flag 25251616/2993001
1015.86/1005.97	c cleaning 77014 clauses out of 154039 with flag 25778632/3071001
1046.38/1036.05	c cleaning 77997 clauses out of 156024 with flag 26357527/3150000
1077.63/1066.94	c cleaning 78980 clauses out of 158027 with flag 26961661/3230000
1111.69/1100.55	c cleaning 80015 clauses out of 160047 with flag 27629799/3311000
1139.91/1128.35	c cleaning 81014 clauses out of 162033 with flag 28135780/3393001
1174.43/1162.41	c cleaning 81995 clauses out of 164018 with flag 28799355/3476000
1206.61/1194.28	c cleaning 83007 clauses out of 166026 with flag 29407688/3560003
1239.81/1226.95	c cleaning 84007 clauses out of 168019 with flag 30033561/3645003
1274.93/1261.59	c cleaning 85004 clauses out of 170009 with flag 30661918/3731000
1311.15/1297.29	c cleaning 85968 clauses out of 172007 with flag 31340347/3818002
1347.86/1333.34	c cleaning 87009 clauses out of 174037 with flag 31987315/3906000
1386.81/1371.89	c cleaning 87998 clauses out of 176028 with flag 32693118/3995000
1423.18/1407.78	c cleaning 88993 clauses out of 178030 with flag 33344898/4085000
1459.02/1443.14	c cleaning 89998 clauses out of 180037 with flag 33928253/4176000
1498.77/1482.38	c cleaning 91005 clauses out of 182039 with flag 34641619/4268000
1535.49/1518.57	c cleaning 92006 clauses out of 184035 with flag 35318074/4361001
1572.03/1554.51	c cleaning 93005 clauses out of 186028 with flag 35962439/4455000
1610.17/1592.27	c cleaning 94009 clauses out of 188024 with flag 36662233/4550001
1648.88/1630.46	c cleaning 94969 clauses out of 190014 with flag 37367826/4646000
1689.44/1670.47	c cleaning 96006 clauses out of 192046 with flag 38075869/4743001
1731.55/1712.06	c cleaning 97018 clauses out of 194041 with flag 38800004/4841002
1774.51/1754.49	c cleaning 97980 clauses out of 196021 with flag 39601052/4940000
1800.08/1779.60	c starts		: 31836
1800.08/1779.60	c conflicts		: 5003768
1800.08/1779.60	c decisions		: 27649623
1800.08/1779.60	c propagations		: 892869499
1800.08/1779.60	c inspects		: 12255257200
1800.08/1779.60	c shortcuts		: 0
1800.08/1779.60	c learnt literals	: 0
1800.08/1779.60	c learnt binary clauses	: 27
1800.08/1779.60	c learnt ternary clauses	: 315
1800.08/1779.60	c learnt constraints	: 5003768
1800.08/1779.60	c ignored constraints	: 0
1800.08/1779.60	c root simplifications	: 0
1800.08/1779.60	c removed literals (reason simplification)	: 0
1800.08/1779.60	c reason swapping (by a shorter reason)	: 0
1800.08/1779.60	c Calls to reduceDB	: 95
1800.08/1779.60	c Number of update (reduction) of LBD	: 3074856
1800.08/1779.60	c Imported unit clauses	: 0
1800.08/1779.60	c number of reductions to clauses (during analyze)	: 0
1800.08/1779.60	c timeout
1800.08/1779.60	c number of learned constraints concerned by reduction	: 0
1800.08/1779.60	c number of learning phase by resolution	: 0
1800.08/1779.60	c number of learning phase by cutting planes	: 0
1800.08/1779.60	c speed (assignments/second)	: 501844.1105072739
1800.08/1779.60	c non guided choices	32
1800.08/1779.63	c learnt constraints type 
1800.08/1779.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 27
1800.08/1779.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 161782
1800.08/1779.63	s UNKNOWN
1800.08/1779.63	c Total wall clock time (in seconds): 1779.515

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-4099997-1466209697/watcher-4099997-1466209697 -o /tmp/evaluation-result-4099997-1466209697/solver-4099997-1466209697 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466206053-10696 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4099997-1466209697.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.46 2.27 2.17 3/194 12875
/proc/meminfo: memFree=30183792/32872528 swapFree=1402776/1580604
[pid=12875] ppid=12872 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/12875/stat : 12875 (java) R 12872 12875 10680 0 -1 4202496 1058 0 0 0 0 0 0 0 20 0 1 0 23015439 23793664 707 33554432000 1073741824 1073778376 140735005774016 140735005763080 248780993896 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/12875/statm: 5809 707 521 9 0 128 0

[startup+0.100111 s]
/proc/loadavg: 2.46 2.27 2.17 3/194 12875
/proc/meminfo: memFree=30183792/32872528 swapFree=1402776/1580604
[pid=12875] ppid=12872 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/12875/stat : 12875 (java) S 12872 12875 10680 0 -1 4202496 4403 0 1 0 9 1 0 0 20 0 18 0 23015439 9787879424 6032 33554432000 1073741824 1073778376 140735005774016 140735005765152 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12875/statm: 2389619 6032 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200273 s]
/proc/loadavg: 2.46 2.27 2.17 3/194 12875
/proc/meminfo: memFree=30183792/32872528 swapFree=1402776/1580604
[pid=12875] ppid=12872 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/12875/stat : 12875 (java) S 12872 12875 10680 0 -1 4202496 5013 0 1 0 28 1 0 0 20 0 18 0 23015439 9787879424 6991 33554432000 1073741824 1073778376 140735005774016 140735005765152 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12875/statm: 2389619 6991 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300233 s]
/proc/loadavg: 2.46 2.27 2.17 3/194 12875
/proc/meminfo: memFree=30183792/32872528 swapFree=1402776/1580604
[pid=12875] ppid=12872 vsize=9558476 CPUtime=0.53 cores=0,2,4,6
/proc/12875/stat : 12875 (java) S 12872 12875 10680 0 -1 4202496 7923 0 1 0 51 2 0 0 20 0 18 0 23015439 9787879424 10899 33554432000 1073741824 1073778376 140735005774016 140735005765152 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12875/statm: 2389619 10899 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700235 s]
/proc/loadavg: 2.46 2.27 2.17 3/194 12875
/proc/meminfo: memFree=30183792/32872528 swapFree=1402776/1580604
[pid=12875] ppid=12872 vsize=9625040 CPUtime=1.39 cores=0,2,4,6
/proc/12875/stat : 12875 (java) S 12872 12875 10680 0 -1 4202496 9552 0 1 0 137 2 0 0 20 0 19 0 23015439 9856040960 16578 33554432000 1073741824 1073778376 140735005774016 140735005765152 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12875/statm: 2406260 16578 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.46 2.27 2.17 3/213 12894
/proc/meminfo: memFree=30119716/32872528 swapFree=1402776/1580604
[pid=12875] ppid=12872 vsize=9625040 CPUtime=2.24 cores=0,2,4,6
/proc/12875/stat : 12875 (java) S 12872 12875 10680 0 -1 4202496 9656 0 1 0 221 3 0 0 20 0 19 0 23015439 9856040960 19687 33554432000 1073741824 1073778376 140735005774016 140735005765152 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12875/statm: 2406260 19687 2268 9 0 2396937 0
[pid=12875/tid=12877] ppid=12872 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/12875/task/12877/stat : 12877 (java) R 12872 12875 10680 0 -1 4202560 2432 0 1 0 145 2 0 0 20 0 19 0 23015440 9856040960 19687 33554432000 1073741824 1073778376 140735005774016 140210931728648 140210768317602 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12878] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12878/stat : 12878 (java) S 12872 12875 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23015441 9856040960 19687 33554432000 1073741824 1073778376 140735005774016 140210893220520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12879] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12879/stat : 12879 (java) S 12872 12875 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23015441 9856040960 19687 33554432000 1073741824 1073778376 140735005774016 140210892167976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12880] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12880/stat : 12880 (java) S 12872 12875 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23015441 9856040960 19687 33554432000 1073741824 1073778376 140735005774016 140210891115432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12875/tid=12881] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12881/stat : 12881 (java) S 12872 12875 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23015441 9856040960 19687 33554432000 1073741824 1073778376 140735005774016 140210890062888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12875/tid=12882] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12882/stat : 12882 (java) S 12872 12875 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23015441 9856040960 19687 33554432000 1073741824 1073778376 140735005774016 140210889009320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12883] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12883/stat : 12883 (java) S 12872 12875 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23015441 9856040960 19687 33554432000 1073741824 1073778376 140735005774016 140210887956776 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12875/tid=12884] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12884/stat : 12884 (java) S 12872 12875 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23015441 9856040960 19687 33554432000 1073741824 1073778376 140735005774016 140210886904232 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12875/tid=12885] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12885/stat : 12885 (java) S 12872 12875 10680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23015441 9856040960 19687 33554432000 1073741824 1073778376 140735005774016 140210767653416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12886] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12886/stat : 12886 (java) S 12872 12875 10680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23015442 9856040960 19687 33554432000 1073741824 1073778376 140735005774016 140210755455592 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12887] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12887/stat : 12887 (java) S 12872 12875 10680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23015442 9856040960 19687 33554432000 1073741824 1073778376 140735005774016 140210754401912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12888] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12888/stat : 12888 (java) S 12872 12875 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23015442 9856040960 19687 33554432000 1073741824 1073778376 140735005774016 140210753349256 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12889] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12889/stat : 12889 (java) S 12872 12875 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23015445 9856040960 19687 33554432000 1073741824 1073778376 140735005774016 140210752298000 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12890] ppid=12872 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/12875/task/12890/stat : 12890 (java) S 12872 12875 10680 0 -1 4202560 2681 0 0 0 38 0 0 0 20 0 19 0 23015445 9856040960 19687 33554432000 1073741824 1073778376 140735005774016 140210012678200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12891] ppid=12872 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/12875/task/12891/stat : 12891 (java) S 12872 12875 10680 0 -1 4202560 3265 0 0 0 36 0 0 0 20 0 19 0 23015445 9856040960 19687 33554432000 1073741824 1073778376 140735005774016 140210011625656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12892] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12892/stat : 12892 (java) S 12872 12875 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23015445 9856040960 19687 33554432000 1073741824 1073778376 140735005774016 140210010573304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12893] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12893/stat : 12893 (java) S 12872 12875 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23015445 9856040960 19687 33554432000 1073741824 1073778376 140735005774016 140210009520968 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12894] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12894/stat : 12894 (java) S 12872 12875 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23015482 9856040960 19687 33554432000 1073741824 1073778376 140735005774016 140210008466728 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.43 2.26 2.17 4/213 12894
/proc/meminfo: memFree=30098560/32872528 swapFree=1402776/1580604
[pid=12875] ppid=12872 vsize=9625040 CPUtime=4.02 cores=0,2,4,6
/proc/12875/stat : 12875 (java) S 12872 12875 10680 0 -1 4202496 12941 0 1 0 398 4 0 0 20 0 19 0 23015439 9856040960 30605 33554432000 1073741824 1073778376 140735005774016 140735005765152 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12875/statm: 2406260 30605 2272 9 0 2396937 0
[pid=12875/tid=12877] ppid=12872 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/12875/task/12877/stat : 12877 (java) R 12872 12875 10680 0 -1 4202560 2451 0 1 0 304 2 0 0 20 0 19 0 23015440 9856040960 30605 33554432000 1073741824 1073778376 140735005774016 140210931726856 140210768361888 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12878] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12878/stat : 12878 (java) S 12872 12875 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23015441 9856040960 30605 33554432000 1073741824 1073778376 140735005774016 140210893220520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12879] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12879/stat : 12879 (java) S 12872 12875 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23015441 9856040960 30605 33554432000 1073741824 1073778376 140735005774016 140210892167976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12880] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12880/stat : 12880 (java) S 12872 12875 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23015441 9856040960 30605 33554432000 1073741824 1073778376 140735005774016 140210891115432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12875/tid=12881] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12881/stat : 12881 (java) S 12872 12875 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23015441 9856040960 30605 33554432000 1073741824 1073778376 140735005774016 140210890062888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12875/tid=12882] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12882/stat : 12882 (java) S 12872 12875 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23015441 9856040960 30605 33554432000 1073741824 1073778376 140735005774016 140210889009320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12883] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12883/stat : 12883 (java) S 12872 12875 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23015441 9856040960 30605 33554432000 1073741824 1073778376 140735005774016 140210887956776 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12875/tid=12884] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12884/stat : 12884 (java) S 12872 12875 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23015441 9856040960 30605 33554432000 1073741824 1073778376 140735005774016 140210886904232 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12875/tid=12885] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12885/stat : 12885 (java) S 12872 12875 10680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23015441 9856040960 30605 33554432000 1073741824 1073778376 140735005774016 140210767653416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12886] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12886/stat : 12886 (java) S 12872 12875 10680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23015442 9856040960 30605 33554432000 1073741824 1073778376 140735005774016 140210755455592 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12875/tid=12887] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12887/stat : 12887 (java) S 12872 12875 10680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23015442 9856040960 30605 33554432000 1073741824 1073778376 140735005774016 140210754401912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12888] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12888/stat : 12888 (java) S 12872 12875 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23015442 9856040960 30605 33554432000 1073741824 1073778376 140735005774016 140210753349256 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12889] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12889/stat : 12889 (java) S 12872 12875 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23015445 9856040960 30605 33554432000 1073741824 1073778376 140735005774016 140210752298000 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12890] ppid=12872 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/12875/task/12890/stat : 12890 (java) S 12872 12875 10680 0 -1 4202560 5943 0 0 0 53 0 0 0 20 0 19 0 23015445 9856040960 30605 33554432000 1073741824 1073778376 140735005774016 140210012678200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12891] ppid=12872 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/12875/task/12891/stat : 12891 (java) S 12872 12875 10680 0 -1 4202560 3269 0 0 0 39 0 0 0 20 0 19 0 23015445 9856040960 30605 33554432000 1073741824 1073778376 140735005774016 140210011625656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12875/tid=12892] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12892/stat : 12892 (java) S 12872 12875 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23015445 9856040960 30605 33554432000 1073741824 1073778376 140735005774016 140210010573304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12893] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12893/stat : 12893 (java) S 12872 12875 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23015445 9856040960 30605 33554432000 1073741824 1073778376 140735005774016 140210009520968 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12875/tid=12894] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12894/stat : 12894 (java) S 12872 12875 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23015482 9856040960 30605 33554432000 1073741824 1073778376 140735005774016 140210008466728 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.43 2.26 2.17 4/213 12894
/proc/meminfo: memFree=30016488/32872528 swapFree=1402776/1580604
[pid=12875] ppid=12872 vsize=9625040 CPUtime=7.24 cores=0,2,4,6
/proc/12875/stat : 12875 (java) S 12872 12875 10680 0 -1 4202496 12999 0 1 0 719 5 0 0 20 0 19 0 23015439 9856040960 43758 33554432000 1073741824 1073778376 140735005774016 140735005765152 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12875/statm: 2406260 43758 2286 9 0 2396937 0
[pid=12875/tid=12877] ppid=12872 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/12875/task/12877/stat : 12877 (java) R 12872 12875 10680 0 -1 4202560 2480 0 1 0 623 3 0 0 20 0 19 0 23015440 9856040960 43758 33554432000 1073741824 1073778376 140735005774016 140210931727672 140210768406602 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12878] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12878/stat : 12878 (java) S 12872 12875 10680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23015441 9856040960 43758 33554432000 1073741824 1073778376 140735005774016 140210893220520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12879] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12879/stat : 12879 (java) S 12872 12875 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23015441 9856040960 43758 33554432000 1073741824 1073778376 140735005774016 140210892167976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12880] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12880/stat : 12880 (java) S 12872 12875 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23015441 9856040960 43758 33554432000 1073741824 1073778376 140735005774016 140210891115432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12875/tid=12881] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12881/stat : 12881 (java) S 12872 12875 10680 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 23015441 9856040960 43758 33554432000 1073741824 1073778376 140735005774016 140210890062888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12875/tid=12882] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12882/stat : 12882 (java) S 12872 12875 10680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23015441 9856040960 43758 33554432000 1073741824 1073778376 140735005774016 140210889009320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12875/tid=12883] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12883/stat : 12883 (java) S 12872 12875 10680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23015441 9856040960 43758 33554432000 1073741824 1073778376 140735005774016 140210887956776 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12875/tid=12884] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12884/stat : 12884 (java) S 12872 12875 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23015441 9856040960 43758 33554432000 1073741824 1073778376 140735005774016 140210886904232 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12875/tid=12885] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12885/stat : 12885 (java) S 12872 12875 10680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23015441 9856040960 43758 33554432000 1073741824 1073778376 140735005774016 140210767653416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12886] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12886/stat : 12886 (java) S 12872 12875 10680 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 23015442 9856040960 43758 33554432000 1073741824 1073778376 140735005774016 140210755455592 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12875/tid=12887] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12887/stat : 12887 (java) S 12872 12875 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23015442 9856040960 43758 33554432000 1073741824 1073778376 140735005774016 140210754401912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12888] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12888/stat : 12888 (java) S 12872 12875 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23015442 9856040960 43758 33554432000 1073741824 1073778376 140735005774016 140210753349256 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12889] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12889/stat : 12889 (java) S 12872 12875 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23015445 9856040960 43758 33554432000 1073741824 1073778376 140735005774016 140210752298000 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12890] ppid=12872 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/12875/task/12890/stat : 12890 (java) S 12872 12875 10680 0 -1 4202560 5943 0 0 0 53 0 0 0 20 0 19 0 23015445 9856040960 43758 33554432000 1073741824 1073778376 140735005774016 140210012678200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12891] ppid=12872 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/12875/task/12891/stat : 12891 (java) S 12872 12875 10680 0 -1 4202560 3269 0 0 0 39 0 0 0 20 0 19 0 23015445 9856040960 43758 33554432000 1073741824 1073778376 140735005774016 140210011625656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12875/tid=12892] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12892/stat : 12892 (java) S 12872 12875 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23015445 9856040960 43758 33554432000 1073741824 1073778376 140735005774016 140210010573304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12893] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12893/stat : 12893 (java) S 12872 12875 10680 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23015445 9856040960 43758 33554432000 1073741824 1073778376 140735005774016 140210009520968 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12875/tid=12894] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12894/stat : 12894 (java) S 12872 12875 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23015482 9856040960 43758 33554432000 1073741824 1073778376 140735005774016 140210008466728 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.24
Current children cumulated vsize (KiB) 9625040


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

[pid=12875/tid=12887] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12887/stat : 12887 (java) S 12872 12875 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23015442 9856040960 55270 33554432000 1073741824 1073778376 140735005774016 140210754401912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12888] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12888/stat : 12888 (java) S 12872 12875 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23015442 9856040960 55270 33554432000 1073741824 1073778376 140735005774016 140210753349256 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12889] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12889/stat : 12889 (java) S 12872 12875 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23015445 9856040960 55270 33554432000 1073741824 1073778376 140735005774016 140210752298000 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12890] ppid=12872 vsize=9625040 CPUtime=1.65 cores=0,2,4,6
/proc/12875/task/12890/stat : 12890 (java) S 12872 12875 10680 0 -1 4202560 18256 0 0 0 162 3 0 0 20 0 19 0 23015445 9856040960 55270 33554432000 1073741824 1073778376 140735005774016 140210012678200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12891] ppid=12872 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/12875/task/12891/stat : 12891 (java) S 12872 12875 10680 0 -1 4202560 3269 0 0 0 43 0 0 0 20 0 19 0 23015445 9856040960 55270 33554432000 1073741824 1073778376 140735005774016 140210011625656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12875/tid=12892] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12892/stat : 12892 (java) S 12872 12875 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23015445 9856040960 55270 33554432000 1073741824 1073778376 140735005774016 140210010573304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12893] ppid=12872 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/12875/task/12893/stat : 12893 (java) S 12872 12875 10680 0 -1 4202560 94 0 0 0 19 24 0 0 20 0 19 0 23015445 9856040960 55270 33554432000 1073741824 1073778376 140735005774016 140210009520968 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12894] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12894/stat : 12894 (java) S 12872 12875 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23015482 9856040960 55270 33554432000 1073741824 1073778376 140735005774016 140210008466728 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1620.45
Current children cumulated vsize (KiB) 9625040

[startup+1662.3 s]
/proc/loadavg: 2.42 2.31 2.23 4/213 12935
/proc/meminfo: memFree=29424968/32872528 swapFree=1402776/1580604
[pid=12875] ppid=12872 vsize=9625040 CPUtime=1681.25 cores=0,2,4,6
/proc/12875/stat : 12875 (java) S 12872 12875 10680 0 -1 4202496 39512 0 1 0 168022 103 0 0 20 0 19 0 23015439 9856040960 51328 33554432000 1073741824 1073778376 140735005774016 140735005765152 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12875/statm: 2406260 51328 2295 9 0 2396937 0
[pid=12875/tid=12877] ppid=12872 vsize=9625040 CPUtime=1652.56 cores=0,2,4,6
/proc/12875/task/12877/stat : 12877 (java) R 12872 12875 10680 0 -1 4202560 3283 0 1 0 165225 31 0 0 20 0 19 0 23015440 9856040960 51328 33554432000 1073741824 1073778376 140735005774016 140210931727672 140210768362336 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12878] ppid=12872 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/12875/task/12878/stat : 12878 (java) S 12872 12875 10680 0 -1 4202560 1809 0 0 0 299 8 0 0 20 0 19 0 23015441 9856040960 51328 33554432000 1073741824 1073778376 140735005774016 140210893220520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12875/tid=12879] ppid=12872 vsize=9625040 CPUtime=3.13 cores=0,2,4,6
/proc/12875/task/12879/stat : 12879 (java) S 12872 12875 10680 0 -1 4202560 1276 0 0 0 305 8 0 0 20 0 19 0 23015441 9856040960 51328 33554432000 1073741824 1073778376 140735005774016 140210892167976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12875/tid=12880] ppid=12872 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/12875/task/12880/stat : 12880 (java) S 12872 12875 10680 0 -1 4202560 1527 0 0 0 299 9 0 0 20 0 19 0 23015441 9856040960 51328 33554432000 1073741824 1073778376 140735005774016 140210891115432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12881] ppid=12872 vsize=9625040 CPUtime=3.2 cores=0,2,4,6
/proc/12875/task/12881/stat : 12881 (java) S 12872 12875 10680 0 -1 4202560 1609 0 0 0 312 8 0 0 20 0 19 0 23015441 9856040960 51328 33554432000 1073741824 1073778376 140735005774016 140210890062888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12882] ppid=12872 vsize=9625040 CPUtime=3.25 cores=0,2,4,6
/proc/12875/task/12882/stat : 12882 (java) S 12872 12875 10680 0 -1 4202560 2205 0 0 0 316 9 0 0 20 0 19 0 23015441 9856040960 51328 33554432000 1073741824 1073778376 140735005774016 140210889009320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12875/tid=12883] ppid=12872 vsize=9625040 CPUtime=3.1 cores=0,2,4,6
/proc/12875/task/12883/stat : 12883 (java) S 12872 12875 10680 0 -1 4202560 1718 0 0 0 303 7 0 0 20 0 19 0 23015441 9856040960 51328 33554432000 1073741824 1073778376 140735005774016 140210887956776 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12875/tid=12884] ppid=12872 vsize=9625040 CPUtime=3.11 cores=0,2,4,6
/proc/12875/task/12884/stat : 12884 (java) S 12872 12875 10680 0 -1 4202560 1341 0 0 0 302 9 0 0 20 0 19 0 23015441 9856040960 51328 33554432000 1073741824 1073778376 140735005774016 140210886904232 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12885] ppid=12872 vsize=9625040 CPUtime=3.04 cores=0,2,4,6
/proc/12875/task/12885/stat : 12885 (java) S 12872 12875 10680 0 -1 4202560 1538 0 0 0 296 8 0 0 20 0 19 0 23015441 9856040960 51328 33554432000 1073741824 1073778376 140735005774016 140210767653416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12875/tid=12886] ppid=12872 vsize=9625040 CPUtime=1.6 cores=0,2,4,6
/proc/12875/task/12886/stat : 12886 (java) S 12872 12875 10680 0 -1 4202560 321 0 0 0 151 9 0 0 20 0 19 0 23015442 9856040960 51328 33554432000 1073741824 1073778376 140735005774016 140210755455592 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12887] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12887/stat : 12887 (java) S 12872 12875 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23015442 9856040960 51328 33554432000 1073741824 1073778376 140735005774016 140210754401912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12888] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12888/stat : 12888 (java) S 12872 12875 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23015442 9856040960 51328 33554432000 1073741824 1073778376 140735005774016 140210753349256 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12889] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12889/stat : 12889 (java) S 12872 12875 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23015445 9856040960 51328 33554432000 1073741824 1073778376 140735005774016 140210752298000 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12890] ppid=12872 vsize=9625040 CPUtime=1.65 cores=0,2,4,6
/proc/12875/task/12890/stat : 12890 (java) S 12872 12875 10680 0 -1 4202560 18256 0 0 0 162 3 0 0 20 0 19 0 23015445 9856040960 51328 33554432000 1073741824 1073778376 140735005774016 140210012678200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12891] ppid=12872 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/12875/task/12891/stat : 12891 (java) S 12872 12875 10680 0 -1 4202560 3269 0 0 0 43 0 0 0 20 0 19 0 23015445 9856040960 51328 33554432000 1073741824 1073778376 140735005774016 140210011625656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12875/tid=12892] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12892/stat : 12892 (java) S 12872 12875 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23015445 9856040960 51328 33554432000 1073741824 1073778376 140735005774016 140210010573304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12893] ppid=12872 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/12875/task/12893/stat : 12893 (java) S 12872 12875 10680 0 -1 4202560 96 0 0 0 19 26 0 0 20 0 19 0 23015445 9856040960 51328 33554432000 1073741824 1073778376 140735005774016 140210009520968 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12875/tid=12894] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12894/stat : 12894 (java) S 12872 12875 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23015482 9856040960 51328 33554432000 1073741824 1073778376 140735005774016 140210008466728 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1681.25
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.37 2.30 2.23 4/213 12936
/proc/meminfo: memFree=29349000/32872528 swapFree=1402776/1580604
[pid=12875] ppid=12872 vsize=9625040 CPUtime=1742.03 cores=0,2,4,6
/proc/12875/stat : 12875 (java) S 12872 12875 10680 0 -1 4202496 39952 0 1 0 174097 106 0 0 20 0 19 0 23015439 9856040960 51637 33554432000 1073741824 1073778376 140735005774016 140735005765152 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12875/statm: 2406260 51637 2295 9 0 2396937 0
[pid=12875/tid=12877] ppid=12872 vsize=9625040 CPUtime=1712.12 cores=0,2,4,6
/proc/12875/task/12877/stat : 12877 (java) R 12872 12875 10680 0 -1 4202560 3318 0 1 0 171180 32 0 0 20 0 19 0 23015440 9856040960 51637 33554432000 1073741824 1073778376 140735005774016 140210931727552 140210768325317 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12875/tid=12878] ppid=12872 vsize=9625040 CPUtime=3.18 cores=0,2,4,6
/proc/12875/task/12878/stat : 12878 (java) S 12872 12875 10680 0 -1 4202560 1809 0 0 0 310 8 0 0 20 0 19 0 23015441 9856040960 51637 33554432000 1073741824 1073778376 140735005774016 140210893220520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12875/tid=12879] ppid=12872 vsize=9625040 CPUtime=3.28 cores=0,2,4,6
/proc/12875/task/12879/stat : 12879 (java) S 12872 12875 10680 0 -1 4202560 1373 0 0 0 319 9 0 0 20 0 19 0 23015441 9856040960 51637 33554432000 1073741824 1073778376 140735005774016 140210892167976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12880] ppid=12872 vsize=9625040 CPUtime=3.2 cores=0,2,4,6
/proc/12875/task/12880/stat : 12880 (java) S 12872 12875 10680 0 -1 4202560 1528 0 0 0 311 9 0 0 20 0 19 0 23015441 9856040960 51637 33554432000 1073741824 1073778376 140735005774016 140210891115432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12875/tid=12881] ppid=12872 vsize=9625040 CPUtime=3.36 cores=0,2,4,6
/proc/12875/task/12881/stat : 12881 (java) S 12872 12875 10680 0 -1 4202560 1713 0 0 0 328 8 0 0 20 0 19 0 23015441 9856040960 51637 33554432000 1073741824 1073778376 140735005774016 140210890062888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12882] ppid=12872 vsize=9625040 CPUtime=3.4 cores=0,2,4,6
/proc/12875/task/12882/stat : 12882 (java) S 12872 12875 10680 0 -1 4202560 2205 0 0 0 331 9 0 0 20 0 19 0 23015441 9856040960 51637 33554432000 1073741824 1073778376 140735005774016 140210889009320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12883] ppid=12872 vsize=9625040 CPUtime=3.25 cores=0,2,4,6
/proc/12875/task/12883/stat : 12883 (java) S 12872 12875 10680 0 -1 4202560 1768 0 0 0 318 7 0 0 20 0 19 0 23015441 9856040960 51637 33554432000 1073741824 1073778376 140735005774016 140210887956776 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12875/tid=12884] ppid=12872 vsize=9625040 CPUtime=3.26 cores=0,2,4,6
/proc/12875/task/12884/stat : 12884 (java) S 12872 12875 10680 0 -1 4202560 1463 0 0 0 317 9 0 0 20 0 19 0 23015441 9856040960 51637 33554432000 1073741824 1073778376 140735005774016 140210886904232 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12875/tid=12885] ppid=12872 vsize=9625040 CPUtime=3.19 cores=0,2,4,6
/proc/12875/task/12885/stat : 12885 (java) S 12872 12875 10680 0 -1 4202560 1538 0 0 0 311 8 0 0 20 0 19 0 23015441 9856040960 51637 33554432000 1073741824 1073778376 140735005774016 140210767653416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12886] ppid=12872 vsize=9625040 CPUtime=1.69 cores=0,2,4,6
/proc/12875/task/12886/stat : 12886 (java) S 12872 12875 10680 0 -1 4202560 348 0 0 0 160 9 0 0 20 0 19 0 23015442 9856040960 51637 33554432000 1073741824 1073778376 140735005774016 140210755455592 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12887] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12887/stat : 12887 (java) S 12872 12875 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23015442 9856040960 51637 33554432000 1073741824 1073778376 140735005774016 140210754401912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12888] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12888/stat : 12888 (java) S 12872 12875 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23015442 9856040960 51637 33554432000 1073741824 1073778376 140735005774016 140210753349256 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12889] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12889/stat : 12889 (java) S 12872 12875 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23015445 9856040960 51637 33554432000 1073741824 1073778376 140735005774016 140210752298000 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12890] ppid=12872 vsize=9625040 CPUtime=1.65 cores=0,2,4,6
/proc/12875/task/12890/stat : 12890 (java) S 12872 12875 10680 0 -1 4202560 18256 0 0 0 162 3 0 0 20 0 19 0 23015445 9856040960 51637 33554432000 1073741824 1073778376 140735005774016 140210012678200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12891] ppid=12872 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/12875/task/12891/stat : 12891 (java) S 12872 12875 10680 0 -1 4202560 3269 0 0 0 43 0 0 0 20 0 19 0 23015445 9856040960 51637 33554432000 1073741824 1073778376 140735005774016 140210011625656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12875/tid=12892] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12892/stat : 12892 (java) S 12872 12875 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23015445 9856040960 51637 33554432000 1073741824 1073778376 140735005774016 140210010573304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12893] ppid=12872 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/12875/task/12893/stat : 12893 (java) S 12872 12875 10680 0 -1 4202560 100 0 0 0 21 26 0 0 20 0 19 0 23015445 9856040960 51637 33554432000 1073741824 1073778376 140735005774016 140210009520968 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12875/tid=12894] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12894/stat : 12894 (java) S 12872 12875 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23015482 9856040960 51637 33554432000 1073741824 1073778376 140735005774016 140210008466728 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1742.03
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1779.6 s]
/proc/loadavg: 2.26 2.28 2.22 3/213 13068
/proc/meminfo: memFree=28595100/32872528 swapFree=1402776/1580604
[pid=12875] ppid=12872 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/12875/stat : 12875 (java) S 12872 12875 10680 0 -1 4202496 40358 0 1 0 179898 110 0 0 20 0 19 0 23015439 9856040960 47573 33554432000 1073741824 1073778376 140735005774016 140735005765152 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12875/statm: 2406260 47573 2295 9 0 2396937 0
[pid=12875/tid=12877] ppid=12872 vsize=9625040 CPUtime=1768.97 cores=0,2,4,6
/proc/12875/task/12877/stat : 12877 (java) R 12872 12875 10680 0 -1 4202560 3357 0 1 0 176865 32 0 0 20 0 19 0 23015440 9856040960 47573 33554432000 1073741824 1073778376 140735005774016 140210931727696 140210768286023 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12878] ppid=12872 vsize=9625040 CPUtime=3.33 cores=0,2,4,6
/proc/12875/task/12878/stat : 12878 (java) S 12872 12875 10680 0 -1 4202560 1850 0 0 0 325 8 0 0 20 0 19 0 23015441 9856040960 47573 33554432000 1073741824 1073778376 140735005774016 140210893220520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12879] ppid=12872 vsize=9625040 CPUtime=3.43 cores=0,2,4,6
/proc/12875/task/12879/stat : 12879 (java) S 12872 12875 10680 0 -1 4202560 1374 0 0 0 334 9 0 0 20 0 19 0 23015441 9856040960 47573 33554432000 1073741824 1073778376 140735005774016 140210892167976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12875/tid=12880] ppid=12872 vsize=9625040 CPUtime=3.32 cores=0,2,4,6
/proc/12875/task/12880/stat : 12880 (java) S 12872 12875 10680 0 -1 4202560 1582 0 0 0 322 10 0 0 20 0 19 0 23015441 9856040960 47573 33554432000 1073741824 1073778376 140735005774016 140210891115432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12875/tid=12881] ppid=12872 vsize=9625040 CPUtime=3.51 cores=0,2,4,6
/proc/12875/task/12881/stat : 12881 (java) S 12872 12875 10680 0 -1 4202560 1827 0 0 0 343 8 0 0 20 0 19 0 23015441 9856040960 47573 33554432000 1073741824 1073778376 140735005774016 140210890062888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12875/tid=12882] ppid=12872 vsize=9625040 CPUtime=3.55 cores=0,2,4,6
/proc/12875/task/12882/stat : 12882 (java) S 12872 12875 10680 0 -1 4202560 2281 0 0 0 345 10 0 0 20 0 19 0 23015441 9856040960 47573 33554432000 1073741824 1073778376 140735005774016 140210889009320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12883] ppid=12872 vsize=9625040 CPUtime=3.37 cores=0,2,4,6
/proc/12875/task/12883/stat : 12883 (java) S 12872 12875 10680 0 -1 4202560 1768 0 0 0 329 8 0 0 20 0 19 0 23015441 9856040960 47573 33554432000 1073741824 1073778376 140735005774016 140210887956776 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12884] ppid=12872 vsize=9625040 CPUtime=3.42 cores=0,2,4,6
/proc/12875/task/12884/stat : 12884 (java) S 12872 12875 10680 0 -1 4202560 1531 0 0 0 333 9 0 0 20 0 19 0 23015441 9856040960 47573 33554432000 1073741824 1073778376 140735005774016 140210886904232 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12875/tid=12885] ppid=12872 vsize=9625040 CPUtime=3.33 cores=0,2,4,6
/proc/12875/task/12885/stat : 12885 (java) S 12872 12875 10680 0 -1 4202560 1541 0 0 0 324 9 0 0 20 0 19 0 23015441 9856040960 47573 33554432000 1073741824 1073778376 140735005774016 140210767653416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12875/tid=12886] ppid=12872 vsize=9625040 CPUtime=1.77 cores=0,2,4,6
/proc/12875/task/12886/stat : 12886 (java) S 12872 12875 10680 0 -1 4202560 354 0 0 0 167 10 0 0 20 0 19 0 23015442 9856040960 47573 33554432000 1073741824 1073778376 140735005774016 140210755455592 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12875/tid=12887] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12887/stat : 12887 (java) S 12872 12875 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23015442 9856040960 47573 33554432000 1073741824 1073778376 140735005774016 140210754401912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12888] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12888/stat : 12888 (java) S 12872 12875 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23015442 9856040960 47573 33554432000 1073741824 1073778376 140735005774016 140210753349256 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12889] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12889/stat : 12889 (java) S 12872 12875 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23015445 9856040960 47573 33554432000 1073741824 1073778376 140735005774016 140210752298000 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12890] ppid=12872 vsize=9625040 CPUtime=1.65 cores=0,2,4,6
/proc/12875/task/12890/stat : 12890 (java) S 12872 12875 10680 0 -1 4202560 18256 0 0 0 162 3 0 0 20 0 19 0 23015445 9856040960 47573 33554432000 1073741824 1073778376 140735005774016 140210012678200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12891] ppid=12872 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/12875/task/12891/stat : 12891 (java) S 12872 12875 10680 0 -1 4202560 3269 0 0 0 43 0 0 0 20 0 19 0 23015445 9856040960 47573 33554432000 1073741824 1073778376 140735005774016 140210011625656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12875/tid=12892] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12892/stat : 12892 (java) S 12872 12875 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23015445 9856040960 47573 33554432000 1073741824 1073778376 140735005774016 140210010573304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12875/tid=12893] ppid=12872 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/12875/task/12893/stat : 12893 (java) S 12872 12875 10680 0 -1 4202560 104 0 0 0 22 27 0 0 20 0 19 0 23015445 9856040960 47573 33554432000 1073741824 1073778376 140735005774016 140210009520968 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12875/tid=12894] ppid=12872 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12875/task/12894/stat : 12894 (java) S 12872 12875 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23015482 9856040960 47573 33554432000 1073741824 1073778376 140735005774016 140210008466728 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 12875 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1779.63
CPU time (s): 1800.87
CPU user time (s): 1799.3
CPU system time (s): 1.57176
CPU usage (%): 101.193
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.3
system time used= 1.57176
maximum resident set size= 457708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40389
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 64988
involuntary context switches= 86103

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.0323 second user time and 12.6541 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-18 02:28:17
IDJOB=4099997
IDBENCH=1560
IDSOLVER=2546
FILE ID=node139/4099997-1466209697
RUNJOBID= node139-1466206053-10696
PBS_JOBID= 19918138
Free space on /tmp= 71596 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-reduced-mps-v2-20-10-ran4x64.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099997-1466209697/watcher-4099997-1466209697 -o /tmp/evaluation-result-4099997-1466209697/solver-4099997-1466209697 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466206053-10696 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4099997-1466209697.opb

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

MD5SUM BENCH= 094943d5c572e297ea40a22e131cb082
RANDOM SEED=605833897

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.500
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:        30183700 kB
Buffers:           42976 kB
Cached:            68540 kB
SwapCached:         1904 kB
Active:           316500 kB
Inactive:          67676 kB
Active(anon):     273768 kB
Inactive(anon):     1416 kB
Active(file):      42732 kB
Inactive(file):    66260 kB
Unevictable:     1580604 kB
Mlocked:         1402776 kB
SwapTotal:      67108856 kB
SwapFree:       67099420 kB
Dirty:              1236 kB
Writeback:             0 kB
AnonPages:       1864736 kB
Mapped:            15400 kB
Shmem:                 0 kB
Slab:             571912 kB
SReclaimable:      16084 kB
SUnreclaim:       555828 kB
KernelStack:        1760 kB
PageTables:         8092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2268392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    440320 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= 71552 MiB
End job on node139 at 2016-06-18 02:57:57