Trace number 3688891

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.08 1784.85

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx49.opb
MD5SUMe08af5097f76b1d4e2b0ba1d8a42ed5a
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2130
Total number of constraints2495
Number of constraints which are clauses2125
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints320
Minimum length of a constraint2
Maximum length of a constraint320
Number of terms in the objective function 5
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 5
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 636
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.08	c version 2.3.2.v20120418
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		501472288
0.03/0.08	c Max memory 		7480803328
0.03/0.08	c Total memory 		504102912
0.03/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3688891-1337888436.opb
0.11/0.10	c reading problem ... 
0.54/0.35	c ... done. Wall clock time 0.251s.
0.54/0.35	c declared #vars     2130
0.54/0.35	c #constraints  2544
0.54/0.35	c constraints type 
0.54/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 49
0.54/0.35	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
0.54/0.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
0.54/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2125
0.54/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 320
0.54/0.35	c 2544 constraints processed.
0.54/0.35	c objective function length is 5 literals
1.83/1.09	c cleaning 2482 clauses out of 5000 with flag 5000/5000
2.58/1.78	c cleaning 4250 clauses out of 8519 with flag 11001/11001
3.49/2.62	c cleaning 5621 clauses out of 11268 with flag 18000/18000
4.50/3.65	c cleaning 6820 clauses out of 13647 with flag 26000/26000
5.77/4.85	c cleaning 7901 clauses out of 15828 with flag 35001/35001
7.38/6.44	c cleaning 8964 clauses out of 17927 with flag 45001/45001
9.08/8.14	c cleaning 9971 clauses out of 19965 with flag 56003/56003
10.92/9.96	c cleaning 10995 clauses out of 21991 with flag 68000/68000
12.72/11.74	c cleaning 11979 clauses out of 23996 with flag 81000/81000
14.93/13.92	c cleaning 12988 clauses out of 26017 with flag 95000/95000
17.95/16.95	c cleaning 14005 clauses out of 28029 with flag 110000/110000
20.36/19.36	c cleaning 14992 clauses out of 30026 with flag 126002/126002
23.09/22.10	c cleaning 16006 clauses out of 32034 with flag 143002/143002
25.91/24.88	c cleaning 17009 clauses out of 34027 with flag 161001/161001
29.52/28.41	c cleaning 17998 clauses out of 36018 with flag 180001/180001
33.35/32.29	c cleaning 19008 clauses out of 38020 with flag 200001/200001
37.16/36.06	c cleaning 19993 clauses out of 40012 with flag 221001/221001
40.99/39.83	c cleaning 21004 clauses out of 42019 with flag 243001/243001
44.72/43.56	c cleaning 21999 clauses out of 44014 with flag 266000/266000
50.36/49.17	c cleaning 22952 clauses out of 46015 with flag 290000/290000
55.73/54.45	c cleaning 24028 clauses out of 48064 with flag 315001/315001
60.20/58.88	c cleaning 25012 clauses out of 50036 with flag 341001/341001
64.54/63.18	c cleaning 25996 clauses out of 52023 with flag 368000/368000
69.18/67.71	c cleaning 27004 clauses out of 54027 with flag 396000/396000
74.41/72.95	c cleaning 27980 clauses out of 56024 with flag 425001/425001
79.42/77.92	c cleaning 28996 clauses out of 58045 with flag 455002/455002
85.64/84.12	c cleaning 30016 clauses out of 60047 with flag 486000/486000
92.08/90.52	c cleaning 31009 clauses out of 62032 with flag 518001/518001
98.84/97.21	c cleaning 32008 clauses out of 64024 with flag 551002/551002
107.19/105.51	c cleaning 32998 clauses out of 66015 with flag 585001/585001
115.64/113.98	c cleaning 33978 clauses out of 68017 with flag 620001/620001
124.28/122.56	c cleaning 35015 clauses out of 70039 with flag 656001/656001
132.51/130.79	c cleaning 36008 clauses out of 72024 with flag 693001/693001
141.46/139.69	c cleaning 36905 clauses out of 74015 with flag 731000/731000
151.47/149.66	c cleaning 38030 clauses out of 76110 with flag 770000/770000
160.70/158.81	c cleaning 39031 clauses out of 78082 with flag 810002/810002
172.92/171.05	c cleaning 40022 clauses out of 80050 with flag 851001/851001
183.85/181.94	c cleaning 40985 clauses out of 82027 with flag 893000/893000
194.78/192.85	c cleaning 41947 clauses out of 84043 with flag 936001/936001
206.54/204.56	c cleaning 42978 clauses out of 86095 with flag 980000/980000
223.40/221.33	c cleaning 44002 clauses out of 88121 with flag 1025004/1025004
239.79/237.61	c cleaning 45017 clauses out of 90118 with flag 1071003/1071003
255.19/252.99	c cleaning 46043 clauses out of 92100 with flag 1118002/1118002
269.44/267.20	c cleaning 47020 clauses out of 94055 with flag 1166000/1166000
282.88/280.56	c cleaning 47983 clauses out of 96037 with flag 1215002/1215002
298.32/295.91	c cleaning 48998 clauses out of 98053 with flag 1265001/1265001
313.65/311.28	c cleaning 49991 clauses out of 100055 with flag 1316001/1316001
330.14/327.70	c cleaning 51023 clauses out of 102064 with flag 1368001/1368001
344.78/342.30	c cleaning 51990 clauses out of 104041 with flag 1421001/1421001
365.24/362.61	c cleaning 53004 clauses out of 106050 with flag 1475000/1475000
384.81/382.12	c cleaning 54020 clauses out of 108046 with flag 1530000/1530000
401.81/399.04	c cleaning 54999 clauses out of 110031 with flag 1586005/1586005
418.38/415.50	c cleaning 56009 clauses out of 112029 with flag 1643002/1643002
435.49/432.64	c cleaning 56963 clauses out of 114019 with flag 1701001/1701001
451.93/449.04	c cleaning 57995 clauses out of 116056 with flag 1760001/1760001
465.09/462.15	c cleaning 59010 clauses out of 118060 with flag 1820000/1820000
476.52/473.53	c cleaning 60016 clauses out of 120054 with flag 1881004/1881004
491.07/488.03	c cleaning 60982 clauses out of 122034 with flag 1943000/1943000
504.10/501.00	c cleaning 61980 clauses out of 124052 with flag 2006000/2006000
523.32/520.21	c cleaning 63001 clauses out of 126072 with flag 2070000/2070000
546.80/543.62	c cleaning 63979 clauses out of 128076 with flag 2135005/2135005
569.26/566.02	c cleaning 65044 clauses out of 130093 with flag 2201001/2201001
593.83/590.50	c cleaning 65997 clauses out of 132048 with flag 2268000/2268000
616.09/612.77	c cleaning 66996 clauses out of 134052 with flag 2336001/2336001
638.05/634.70	c cleaning 68008 clauses out of 136055 with flag 2405000/2405000
654.42/650.94	c cleaning 69017 clauses out of 138048 with flag 2475001/2475001
674.47/670.97	c cleaning 70010 clauses out of 140031 with flag 2546001/2546001
696.33/692.78	c cleaning 71006 clauses out of 142021 with flag 2618001/2618001
714.39/710.74	c cleaning 72001 clauses out of 144018 with flag 2691004/2691004
733.05/729.33	c cleaning 73002 clauses out of 146015 with flag 2765002/2765002
754.49/750.78	c cleaning 73987 clauses out of 148011 with flag 2840000/2840000
775.16/771.30	c cleaning 74998 clauses out of 150024 with flag 2916000/2916000
798.83/794.92	c cleaning 75985 clauses out of 152026 with flag 2993000/2993000
821.49/817.57	c cleaning 77017 clauses out of 154041 with flag 3071000/3071000
841.63/837.60	c cleaning 77995 clauses out of 156026 with flag 3150002/3150002
865.29/861.27	c cleaning 79002 clauses out of 158029 with flag 3230000/3230000
884.25/880.19	c cleaning 79984 clauses out of 160028 with flag 3311001/3311001
903.79/899.65	c cleaning 81002 clauses out of 162043 with flag 3393000/3393000
921.97/917.75	c cleaning 82003 clauses out of 164041 with flag 3476000/3476000
942.01/937.73	c cleaning 82999 clauses out of 166041 with flag 3560003/3560003
961.55/957.28	c cleaning 84004 clauses out of 168040 with flag 3645001/3645001
982.64/978.26	c cleaning 84946 clauses out of 170036 with flag 3731001/3731001
1023.68/1019.00	c cleaning 86016 clauses out of 172090 with flag 3818001/3818001
1050.95/1046.16	c cleaning 87029 clauses out of 174075 with flag 3906002/3906002
1074.57/1069.60	c cleaning 87989 clauses out of 176045 with flag 3995001/3995001
1103.41/1098.39	c cleaning 88987 clauses out of 178056 with flag 4085001/4085001
1126.53/1121.48	c cleaning 89995 clauses out of 180069 with flag 4176001/4176001
1148.88/1143.36	c cleaning 90987 clauses out of 182075 with flag 4268002/4268002
1170.76/1164.69	c cleaning 92018 clauses out of 184086 with flag 4361000/4361000
1194.12/1187.65	c cleaning 92961 clauses out of 186069 with flag 4455001/4455001
1222.50/1215.77	c cleaning 93995 clauses out of 188108 with flag 4550001/4550001
1249.82/1242.71	c cleaning 94993 clauses out of 190113 with flag 4646001/4646001
1284.85/1277.45	c cleaning 96012 clauses out of 192120 with flag 4743001/4743001
1323.41/1315.18	c cleaning 97027 clauses out of 194107 with flag 4841000/4841000
1365.69/1356.90	c cleaning 98007 clauses out of 196080 with flag 4940000/4940000
1421.08/1410.83	c cleaning 99005 clauses out of 198073 with flag 5040000/5040000
1479.42/1468.55	c cleaning 100008 clauses out of 200068 with flag 5141000/5141000
1536.57/1524.88	c cleaning 101011 clauses out of 202060 with flag 5243000/5243000
1603.72/1591.17	c cleaning 102002 clauses out of 204052 with flag 5346003/5346003
1670.60/1657.17	c cleaning 103001 clauses out of 206047 with flag 5450000/5450000
1714.86/1700.85	c cleaning 103995 clauses out of 208047 with flag 5555001/5555001
1758.93/1744.39	c cleaning 105020 clauses out of 210051 with flag 5661000/5661000
1800.08/1784.81	c starts		: 275
1800.08/1784.81	c conflicts		: 5755895
1800.08/1784.81	c decisions		: 9169366
1800.08/1784.81	c propagations		: 510882981
1800.08/1784.81	c inspects		: 20318423685
1800.08/1784.81	c shortcuts		: 0
1800.08/1784.81	c learnt literals	: 0
1800.08/1784.81	c learnt binary clauses	: 0
1800.08/1784.81	c learnt ternary clauses	: 0
1800.08/1784.81	c learnt constraints	: 5755895
1800.08/1784.81	c ignored constraints	: 0
1800.08/1784.81	c root simplifications	: 0
1800.08/1784.81	c removed literals (reason simplification)	: 0
1800.08/1784.81	c reason swapping (by a shorter reason)	: 0
1800.08/1784.81	c Calls to reduceDB	: 102
1800.08/1784.81	c number of reductions to clauses (during analyze)	: 0
1800.08/1784.81	c number of learned constraints concerned by reduction	: 0
1800.08/1784.81	c number of learning phase by resolution	: 0
1800.08/1784.81	c number of learning phase by cutting planes	: 0
1800.08/1784.81	c speed (assignments/second)	: 286296.27909009805
1800.08/1784.81	c non guided choices	4849
1800.08/1784.84	c learnt constraints type 
1800.08/1784.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 199942
1800.08/1784.84	c constraints type 
1800.08/1784.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 49
1800.08/1784.84	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1800.08/1784.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
1800.08/1784.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2125
1800.08/1784.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 320
1800.08/1784.84	c 2544 constraints processed.
1800.08/1784.84	s UNKNOWN
1800.08/1784.84	c Total wall clock time (in seconds): 1784.743

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3688891-1337888436/watcher-3688891-1337888436 -o /tmp/evaluation-result-3688891-1337888436/solver-3688891-1337888436 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688891-1337888436.opb 

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: 1.99 2.02 2.00 3/195 12612
/proc/meminfo: memFree=29159024/32873648 swapFree=7100/7100
[pid=12612] ppid=12610 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/12612/stat : 12612 (java) R 12610 12612 10055 0 -1 4202496 1093 0 0 0 0 0 0 0 20 0 1 0 254969077 23793664 820 33554432000 1073741824 1073778376 140734286220016 140734286209080 140057910405504 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12612/statm: 5809 838 630 9 0 128 0

[startup+0.0432739 s]
/proc/loadavg: 1.99 2.02 2.00 3/195 12612
/proc/meminfo: memFree=29159024/32873648 swapFree=7100/7100
[pid=12612] ppid=12610 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/12612/stat : 12612 (java) S 12610 12612 10055 0 -1 4202496 3070 0 1 0 2 1 0 0 20 0 13 0 254969077 9446973440 3767 33554432000 1073741824 1073778376 140734286220016 140734286211152 260193681469 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12612/statm: 2306390 3767 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100259 s]
/proc/loadavg: 1.99 2.02 2.00 3/195 12612
/proc/meminfo: memFree=29159024/32873648 swapFree=7100/7100
[pid=12612] ppid=12610 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/12612/stat : 12612 (java) S 12610 12612 10055 0 -1 4202496 4451 0 1 0 10 1 0 0 20 0 18 0 254969077 9787813888 6113 33554432000 1073741824 1073778376 140734286220016 140734286211152 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12612/statm: 2389603 6113 2138 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300178 s]
/proc/loadavg: 1.99 2.02 2.00 3/195 12612
/proc/meminfo: memFree=29159024/32873648 swapFree=7100/7100
[pid=12612] ppid=12610 vsize=9558412 CPUtime=0.54 cores=0,2,4,6
/proc/12612/stat : 12612 (java) S 12610 12612 10055 0 -1 4202496 7090 0 1 0 52 2 0 0 20 0 18 0 254969077 9787813888 9863 33554432000 1073741824 1073778376 140734286220016 140734286211152 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12612/statm: 2389603 9863 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558412

[startup+0.700237 s]
/proc/loadavg: 1.99 2.02 2.00 3/195 12612
/proc/meminfo: memFree=29159024/32873648 swapFree=7100/7100
[pid=12612] ppid=12610 vsize=9624976 CPUtime=1.49 cores=0,2,4,6
/proc/12612/stat : 12612 (java) S 12610 12612 10055 0 -1 4202496 11505 0 1 0 146 3 0 0 20 0 19 0 254969077 9855975424 14588 33554432000 1073741824 1073778376 140734286220016 140734286211152 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12612/statm: 2406244 14588 2247 9 0 2396937 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9624976

[startup+1.50054 s]
/proc/loadavg: 1.99 2.02 2.00 3/214 12631
/proc/meminfo: memFree=29107336/32873648 swapFree=7100/7100
[pid=12612] ppid=12610 vsize=9624976 CPUtime=2.35 cores=0,2,4,6
/proc/12612/stat : 12612 (java) S 12610 12612 10055 0 -1 4202496 11570 0 1 0 232 3 0 0 20 0 19 0 254969077 9855975424 18219 33554432000 1073741824 1073778376 140734286220016 140734286211152 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12612/statm: 2406244 18219 2275 9 0 2396937 0
[pid=12612/tid=12613] ppid=12610 vsize=9624976 CPUtime=1.47 cores=0,2,4,6
/proc/12612/task/12613/stat : 12613 (java) R 12610 12612 10055 0 -1 4202560 2478 0 1 0 145 2 0 0 20 0 19 0 254969078 9855975424 18219 33554432000 1073741824 1073778376 140734286220016 140057906524384 140057760138019 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12612/tid=12615] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12615/stat : 12615 (java) S 12610 12612 10055 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254969078 9855975424 18219 33554432000 1073741824 1073778376 140734286220016 140057878977064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12612/tid=12616] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12616/stat : 12616 (java) S 12610 12612 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254969078 9855975424 18219 33554432000 1073741824 1073778376 140734286220016 140057748482472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12612/tid=12617] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12617/stat : 12617 (java) S 12610 12612 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254969078 9855975424 18219 33554432000 1073741824 1073778376 140734286220016 140057747429672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12612/tid=12618] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12618/stat : 12618 (java) S 12610 12612 10055 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254969078 9855975424 18219 33554432000 1073741824 1073778376 140734286220016 140057746376872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12612/tid=12619] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12619/stat : 12619 (java) S 12610 12612 10055 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254969078 9855975424 18219 33554432000 1073741824 1073778376 140734286220016 140057745325096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12612/tid=12620] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12620/stat : 12620 (java) S 12610 12612 10055 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254969078 9855975424 18219 33554432000 1073741824 1073778376 140734286220016 140057744272296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12612/tid=12621] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12621/stat : 12621 (java) S 12610 12612 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254969079 9855975424 18219 33554432000 1073741824 1073778376 140734286220016 140057407122216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12612/tid=12622] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12622/stat : 12622 (java) S 12610 12612 10055 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254969079 9855975424 18219 33554432000 1073741824 1073778376 140734286220016 140057406069416 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12612/tid=12623] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12623/stat : 12623 (java) S 12610 12612 10055 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 254969080 9855975424 18219 33554432000 1073741824 1073778376 140734286220016 140057393871336 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12612/tid=12624] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12624/stat : 12624 (java) S 12610 12612 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254969080 9855975424 18219 33554432000 1073741824 1073778376 140734286220016 140057392817400 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12612/tid=12625] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12625/stat : 12625 (java) S 12610 12612 10055 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254969080 9855975424 18219 33554432000 1073741824 1073778376 140734286220016 140057391764488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12612/tid=12626] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12626/stat : 12626 (java) S 12610 12612 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254969082 9855975424 18219 33554432000 1073741824 1073778376 140734286220016 140057390712976 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12612/tid=12627] ppid=12610 vsize=9624976 CPUtime=0.39 cores=0,2,4,6
/proc/12612/task/12627/stat : 12627 (java) S 12610 12612 10055 0 -1 4202560 2611 0 0 0 39 0 0 0 20 0 19 0 254969082 9855975424 18219 33554432000 1073741824 1073778376 140734286220016 140057389661112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12612/tid=12628] ppid=12610 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/12612/task/12628/stat : 12628 (java) S 12610 12612 10055 0 -1 4202560 5231 0 0 0 43 1 0 0 20 0 19 0 254969082 9855975424 18219 33554432000 1073741824 1073778376 140734286220016 140057388608312 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12612/tid=12629] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12629/stat : 12629 (java) S 12610 12612 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254969082 9855975424 18219 33554432000 1073741824 1073778376 140734286220016 140057387555704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12612/tid=12630] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12630/stat : 12630 (java) S 12610 12612 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254969082 9855975424 18219 33554432000 1073741824 1073778376 140734286220016 140057386503112 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12612/tid=12631] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12631/stat : 12631 (java) S 12610 12612 10055 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254969113 9855975424 18219 33554432000 1073741824 1073778376 140734286220016 140057385448616 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 9624976

[startup+3.10065 s]
/proc/loadavg: 1.99 2.02 2.00 3/214 12631
/proc/meminfo: memFree=29086112/32873648 swapFree=7100/7100
[pid=12612] ppid=12610 vsize=9624976 CPUtime=4 cores=0,2,4,6
/proc/12612/stat : 12612 (java) S 12610 12612 10055 0 -1 4202496 11602 0 1 0 396 4 0 0 20 0 19 0 254969077 9855975424 21814 33554432000 1073741824 1073778376 140734286220016 140734286211152 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12612/statm: 2406244 21814 2275 9 0 2396937 0
[pid=12612/tid=12613] ppid=12610 vsize=9624976 CPUtime=3.03 cores=0,2,4,6
/proc/12612/task/12613/stat : 12613 (java) R 12610 12612 10055 0 -1 4202560 2480 0 1 0 301 2 0 0 20 0 19 0 254969078 9855975424 21814 33554432000 1073741824 1073778376 140734286220016 140057906524448 140057760118866 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12612/tid=12615] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12615/stat : 12615 (java) S 12610 12612 10055 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254969078 9855975424 21814 33554432000 1073741824 1073778376 140734286220016 140057878977064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12612/tid=12616] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12616/stat : 12616 (java) S 12610 12612 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254969078 9855975424 21814 33554432000 1073741824 1073778376 140734286220016 140057748482472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12612/tid=12617] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12617/stat : 12617 (java) S 12610 12612 10055 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254969078 9855975424 21814 33554432000 1073741824 1073778376 140734286220016 140057747429672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12612/tid=12618] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12618/stat : 12618 (java) S 12610 12612 10055 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254969078 9855975424 21814 33554432000 1073741824 1073778376 140734286220016 140057746376872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12612/tid=12619] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12619/stat : 12619 (java) S 12610 12612 10055 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254969078 9855975424 21814 33554432000 1073741824 1073778376 140734286220016 140057745325096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12612/tid=12620] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12620/stat : 12620 (java) S 12610 12612 10055 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254969078 9855975424 21814 33554432000 1073741824 1073778376 140734286220016 140057744272296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12612/tid=12621] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12621/stat : 12621 (java) S 12610 12612 10055 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254969079 9855975424 21814 33554432000 1073741824 1073778376 140734286220016 140057407122216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12612/tid=12622] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12622/stat : 12622 (java) S 12610 12612 10055 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 254969079 9855975424 21814 33554432000 1073741824 1073778376 140734286220016 140057406069416 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12612/tid=12623] ppid=12610 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/12612/task/12623/stat : 12623 (java) S 12610 12612 10055 0 -1 4202560 33 0 0 0 2 0 0 0 20 0 19 0 254969080 9855975424 21814 33554432000 1073741824 1073778376 140734286220016 140057393871336 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12612/tid=12624] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12624/stat : 12624 (java) S 12610 12612 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254969080 9855975424 21814 33554432000 1073741824 1073778376 140734286220016 140057392817400 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12612/tid=12625] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12625/stat : 12625 (java) S 12610 12612 10055 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254969080 9855975424 21814 33554432000 1073741824 1073778376 140734286220016 140057391764488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12612/tid=12626] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12626/stat : 12626 (java) S 12610 12612 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254969082 9855975424 21814 33554432000 1073741824 1073778376 140734286220016 140057390712976 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12612/tid=12627] ppid=12610 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/12612/task/12627/stat : 12627 (java) S 12610 12612 10055 0 -1 4202560 2611 0 0 0 41 0 0 0 20 0 19 0 254969082 9855975424 21814 33554432000 1073741824 1073778376 140734286220016 140057389661112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12612/tid=12628] ppid=12610 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/12612/task/12628/stat : 12628 (java) S 12610 12612 10055 0 -1 4202560 5231 0 0 0 45 2 0 0 20 0 19 0 254969082 9855975424 21814 33554432000 1073741824 1073778376 140734286220016 140057388608312 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12612/tid=12629] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12629/stat : 12629 (java) S 12610 12612 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254969082 9855975424 21814 33554432000 1073741824 1073778376 140734286220016 140057387555704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12612/tid=12630] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12630/stat : 12630 (java) S 12610 12612 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254969082 9855975424 21814 33554432000 1073741824 1073778376 140734286220016 140057386503112 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12612/tid=12631] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12631/stat : 12631 (java) S 12610 12612 10055 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254969113 9855975424 21814 33554432000 1073741824 1073778376 140734286220016 140057385448616 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 9624976

[startup+6.30068 s]
/proc/loadavg: 2.15 2.05 2.01 3/214 12688
/proc/meminfo: memFree=29154036/32873648 swapFree=7100/7100
[pid=12612] ppid=12610 vsize=9624976 CPUtime=7.28 cores=0,2,4,6
/proc/12612/stat : 12612 (java) S 12610 12612 10055 0 -1 4202496 11847 0 1 0 723 5 0 0 20 0 19 0 254969077 9855975424 23724 33554432000 1073741824 1073778376 140734286220016 140734286211152 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12612/statm: 2406244 23724 2275 9 0 2396937 0
[pid=12612/tid=12613] ppid=12610 vsize=9624976 CPUtime=6.18 cores=0,2,4,6
/proc/12612/task/12613/stat : 12613 (java) R 12610 12612 10055 0 -1 4202560 2483 0 1 0 616 2 0 0 20 0 19 0 254969078 9855975424 23724 33554432000 1073741824 1073778376 140734286220016 140057906524448 140057760138465 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12612/tid=12615] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12615/stat : 12615 (java) S 12610 12612 10055 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254969078 9855975424 23724 33554432000 1073741824 1073778376 140734286220016 140057878977064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12612/tid=12616] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12616/stat : 12616 (java) S 12610 12612 10055 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254969078 9855975424 23724 33554432000 1073741824 1073778376 140734286220016 140057748482472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12612/tid=12617] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12617/stat : 12617 (java) S 12610 12612 10055 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254969078 9855975424 23724 33554432000 1073741824 1073778376 140734286220016 140057747429672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12612/tid=12618] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12618/stat : 12618 (java) S 12610 12612 10055 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254969078 9855975424 23724 33554432000 1073741824 1073778376 140734286220016 140057746376872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12612/tid=12619] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12619/stat : 12619 (java) S 12610 12612 10055 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 254969078 9855975424 23724 33554432000 1073741824 1073778376 140734286220016 140057745325096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12612/tid=12620] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12620/stat : 12620 (java) S 12610 12612 10055 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254969078 9855975424 23724 33554432000 1073741824 1073778376 140734286220016 140057744272296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12612/tid=12621] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12621/stat : 12621 (java) S 12610 12612 10055 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254969079 9855975424 23724 33554432000 1073741824 1073778376 140734286220016 140057407122216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12612/tid=12622] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12622/stat : 12622 (java) S 12610 12612 10055 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 254969079 9855975424 23724 33554432000 1073741824 1073778376 140734286220016 140057406069416 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12612/tid=12623] ppid=12610 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/12612/task/12623/stat : 12623 (java) S 12610 12612 10055 0 -1 4202560 34 0 0 0 5 0 0 0 20 0 19 0 254969080 9855975424 23724 33554432000 1073741824 1073778376 140734286220016 140057393871336 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12612/tid=12624] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12624/stat : 12624 (java) S 12610 12612 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254969080 9855975424 23724 33554432000 1073741824 1073778376 140734286220016 140057392817400 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12612/tid=12625] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12625/stat : 12625 (java) S 12610 12612 10055 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254969080 9855975424 23724 33554432000 1073741824 1073778376 140734286220016 140057391764488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12612/tid=12626] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12626/stat : 12626 (java) S 12610 12612 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254969082 9855975424 23724 33554432000 1073741824 1073778376 140734286220016 140057390712976 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12612/tid=12627] ppid=12610 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/12612/task/12627/stat : 12627 (java) S 12610 12612 10055 0 -1 4202560 2835 0 0 0 45 0 0 0 20 0 19 0 254969082 9855975424 23724 33554432000 1073741824 1073778376 140734286220016 140057389661112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12612/tid=12628] ppid=12610 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/12612/task/12628/stat : 12628 (java) S 12610 12612 10055 0 -1 4202560 5231 0 0 0 45 2 0 0 20 0 19 0 254969082 9855975424 23724 33554432000 1073741824 1073778376 140734286220016 140057388608312 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12612/tid=12629] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12629/stat : 12629 (java) S 12610 12612 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254969082 9855975424 23724 33554432000 1073741824 1073778376 140734286220016 140057387555704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12612/tid=12630] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12630/stat : 12630 (java) S 12610 12612 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254969082 9855975424 23724 33554432000 1073741824 1073778376 140734286220016 140057386503112 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12612/tid=12631] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12631/stat : 12631 (java) S 12610 12612 10055 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254969113 9855975424 23724 33554432000 1073741824 1073778376 140734286220016 140057385448616 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.28
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=12612/tid=12627] ppid=12610 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/12612/task/12627/stat : 12627 (java) S 12610 12612 10055 0 -1 4202560 2840 0 0 0 47 0 0 0 20 0 19 0 254969082 9855975424 92507 33554432000 1073741824 1073778376 140734286220016 140057389661112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12612/tid=12628] ppid=12610 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/12612/task/12628/stat : 12628 (java) S 12610 12612 10055 0 -1 4202560 5231 0 0 0 45 2 0 0 20 0 19 0 254969082 9855975424 92507 33554432000 1073741824 1073778376 140734286220016 140057388608312 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12612/tid=12629] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12629/stat : 12629 (java) S 12610 12612 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254969082 9855975424 92507 33554432000 1073741824 1073778376 140734286220016 140057387555704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12612/tid=12630] ppid=12610 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/12612/task/12630/stat : 12630 (java) S 12610 12612 10055 0 -1 4202560 94 0 0 0 30 24 0 0 20 0 19 0 254969082 9855975424 92507 33554432000 1073741824 1073778376 140734286220016 140057386503112 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12612/tid=12631] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12631/stat : 12631 (java) S 12610 12612 10055 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254969113 9855975424 92507 33554432000 1073741824 1073778376 140734286220016 140057385448616 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1675.88
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 12723
/proc/meminfo: memFree=27678388/32873648 swapFree=7100/7100
[pid=12612] ppid=12610 vsize=9624976 CPUtime=1736.78 cores=0,2,4,6
/proc/12612/stat : 12612 (java) S 12610 12612 10055 0 -1 4202496 24565 0 1 0 173568 110 0 0 20 0 19 0 254969077 9855975424 92366 33554432000 1073741824 1073778376 140734286220016 140734286211152 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12612/statm: 2406244 92366 2276 9 0 2396937 0
[pid=12612/tid=12613] ppid=12610 vsize=9624976 CPUtime=1707.55 cores=0,2,4,6
/proc/12612/task/12613/stat : 12613 (java) R 12610 12612 10055 0 -1 4202560 2890 0 1 0 170726 29 0 0 20 0 19 0 254969078 9855975424 92366 33554432000 1073741824 1073778376 140734286220016 140057906523472 140057760138140 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12612/tid=12615] ppid=12610 vsize=9624976 CPUtime=2.16 cores=0,2,4,6
/proc/12612/task/12615/stat : 12615 (java) S 12610 12612 10055 0 -1 4202560 1672 0 0 0 204 12 0 0 20 0 19 0 254969078 9855975424 92366 33554432000 1073741824 1073778376 140734286220016 140057878977064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12612/tid=12616] ppid=12610 vsize=9624976 CPUtime=2.31 cores=0,2,4,6
/proc/12612/task/12616/stat : 12616 (java) S 12610 12612 10055 0 -1 4202560 1255 0 0 0 221 10 0 0 20 0 19 0 254969078 9855975424 92366 33554432000 1073741824 1073778376 140734286220016 140057748482472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12612/tid=12617] ppid=12610 vsize=9624976 CPUtime=2.49 cores=0,2,4,6
/proc/12612/task/12617/stat : 12617 (java) S 12610 12612 10055 0 -1 4202560 786 0 0 0 241 8 0 0 20 0 19 0 254969078 9855975424 92366 33554432000 1073741824 1073778376 140734286220016 140057747429672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12612/tid=12618] ppid=12610 vsize=9624976 CPUtime=2.36 cores=0,2,4,6
/proc/12612/task/12618/stat : 12618 (java) S 12610 12612 10055 0 -1 4202560 1642 0 0 0 228 8 0 0 20 0 19 0 254969078 9855975424 92366 33554432000 1073741824 1073778376 140734286220016 140057746376872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12612/tid=12619] ppid=12610 vsize=9624976 CPUtime=2.38 cores=0,2,4,6
/proc/12612/task/12619/stat : 12619 (java) S 12610 12612 10055 0 -1 4202560 1936 0 0 0 227 11 0 0 20 0 19 0 254969078 9855975424 92366 33554432000 1073741824 1073778376 140734286220016 140057745325096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12612/tid=12620] ppid=12610 vsize=9624976 CPUtime=2.35 cores=0,2,4,6
/proc/12612/task/12620/stat : 12620 (java) S 12610 12612 10055 0 -1 4202560 935 0 0 0 226 9 0 0 20 0 19 0 254969078 9855975424 92366 33554432000 1073741824 1073778376 140734286220016 140057744272296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12612/tid=12621] ppid=12610 vsize=9624976 CPUtime=2.31 cores=0,2,4,6
/proc/12612/task/12621/stat : 12621 (java) S 12610 12612 10055 0 -1 4202560 1684 0 0 0 224 7 0 0 20 0 19 0 254969079 9855975424 92366 33554432000 1073741824 1073778376 140734286220016 140057407122216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12612/tid=12622] ppid=12610 vsize=9624976 CPUtime=2.37 cores=0,2,4,6
/proc/12612/task/12622/stat : 12622 (java) S 12610 12612 10055 0 -1 4202560 1710 0 0 0 227 10 0 0 20 0 19 0 254969079 9855975424 92366 33554432000 1073741824 1073778376 140734286220016 140057406069416 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12612/tid=12623] ppid=12610 vsize=9624976 CPUtime=4.62 cores=0,2,4,6
/proc/12612/task/12623/stat : 12623 (java) S 12610 12612 10055 0 -1 4202560 700 0 0 0 458 4 0 0 20 0 19 0 254969080 9855975424 92366 33554432000 1073741824 1073778376 140734286220016 140057393871336 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12612/tid=12624] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12624/stat : 12624 (java) S 12610 12612 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254969080 9855975424 92366 33554432000 1073741824 1073778376 140734286220016 140057392817400 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12612/tid=12625] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12625/stat : 12625 (java) S 12610 12612 10055 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254969080 9855975424 92366 33554432000 1073741824 1073778376 140734286220016 140057391764488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12612/tid=12626] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12626/stat : 12626 (java) S 12610 12612 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254969082 9855975424 92366 33554432000 1073741824 1073778376 140734286220016 140057390712976 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12612/tid=12627] ppid=12610 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/12612/task/12627/stat : 12627 (java) S 12610 12612 10055 0 -1 4202560 2840 0 0 0 47 0 0 0 20 0 19 0 254969082 9855975424 92366 33554432000 1073741824 1073778376 140734286220016 140057389661112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12612/tid=12628] ppid=12610 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/12612/task/12628/stat : 12628 (java) S 12610 12612 10055 0 -1 4202560 5231 0 0 0 45 2 0 0 20 0 19 0 254969082 9855975424 92366 33554432000 1073741824 1073778376 140734286220016 140057388608312 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12612/tid=12629] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12629/stat : 12629 (java) S 12610 12612 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254969082 9855975424 92366 33554432000 1073741824 1073778376 140734286220016 140057387555704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12612/tid=12630] ppid=12610 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/12612/task/12630/stat : 12630 (java) S 12610 12612 10055 0 -1 4202560 98 0 0 0 31 25 0 0 20 0 19 0 254969082 9855975424 92366 33554432000 1073741824 1073778376 140734286220016 140057386503112 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12612/tid=12631] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12631/stat : 12631 (java) S 12610 12612 10055 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254969113 9855975424 92366 33554432000 1073741824 1073778376 140734286220016 140057385448616 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1736.78
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 1.95 1.98 1.99 3/214 12727
/proc/meminfo: memFree=27411212/32873648 swapFree=7100/7100
[pid=12612] ppid=12610 vsize=9624976 CPUtime=1797.53 cores=0,2,4,6
/proc/12612/stat : 12612 (java) S 12610 12612 10055 0 -1 4202496 26156 0 1 0 179640 113 0 0 20 0 19 0 254969077 9855975424 93459 33554432000 1073741824 1073778376 140734286220016 140734286211152 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12612/statm: 2406244 93459 2276 9 0 2396937 0
[pid=12612/tid=12613] ppid=12610 vsize=9624976 CPUtime=1766.95 cores=0,2,4,6
/proc/12612/task/12613/stat : 12613 (java) R 12610 12612 10055 0 -1 4202560 2913 0 1 0 176664 31 0 0 20 0 19 0 254969078 9855975424 93459 33554432000 1073741824 1073778376 140734286220016 140057906523488 140057760137898 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12612/tid=12615] ppid=12610 vsize=9624976 CPUtime=2.29 cores=0,2,4,6
/proc/12612/task/12615/stat : 12615 (java) S 12610 12612 10055 0 -1 4202560 1675 0 0 0 217 12 0 0 20 0 19 0 254969078 9855975424 93459 33554432000 1073741824 1073778376 140734286220016 140057878977064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12612/tid=12616] ppid=12610 vsize=9624976 CPUtime=2.49 cores=0,2,4,6
/proc/12612/task/12616/stat : 12616 (java) S 12610 12612 10055 0 -1 4202560 1255 0 0 0 239 10 0 0 20 0 19 0 254969078 9855975424 93459 33554432000 1073741824 1073778376 140734286220016 140057748482472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12612/tid=12617] ppid=12610 vsize=9624976 CPUtime=2.61 cores=0,2,4,6
/proc/12612/task/12617/stat : 12617 (java) S 12610 12612 10055 0 -1 4202560 786 0 0 0 252 9 0 0 20 0 19 0 254969078 9855975424 93459 33554432000 1073741824 1073778376 140734286220016 140057747429672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12612/tid=12618] ppid=12610 vsize=9624976 CPUtime=2.49 cores=0,2,4,6
/proc/12612/task/12618/stat : 12618 (java) S 12610 12612 10055 0 -1 4202560 1642 0 0 0 241 8 0 0 20 0 19 0 254969078 9855975424 93459 33554432000 1073741824 1073778376 140734286220016 140057746376872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12612/tid=12619] ppid=12610 vsize=9624976 CPUtime=2.5 cores=0,2,4,6
/proc/12612/task/12619/stat : 12619 (java) S 12610 12612 10055 0 -1 4202560 2111 0 0 0 239 11 0 0 20 0 19 0 254969078 9855975424 93459 33554432000 1073741824 1073778376 140734286220016 140057745325096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12612/tid=12620] ppid=12610 vsize=9624976 CPUtime=2.49 cores=0,2,4,6
/proc/12612/task/12620/stat : 12620 (java) S 12610 12612 10055 0 -1 4202560 1233 0 0 0 239 10 0 0 20 0 19 0 254969078 9855975424 93459 33554432000 1073741824 1073778376 140734286220016 140057744272296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12612/tid=12621] ppid=12610 vsize=9624976 CPUtime=2.46 cores=0,2,4,6
/proc/12612/task/12621/stat : 12621 (java) S 12610 12612 10055 0 -1 4202560 2164 0 0 0 238 8 0 0 20 0 19 0 254969079 9855975424 93459 33554432000 1073741824 1073778376 140734286220016 140057407122216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12612/tid=12622] ppid=12610 vsize=9624976 CPUtime=2.52 cores=0,2,4,6
/proc/12612/task/12622/stat : 12622 (java) S 12610 12612 10055 0 -1 4202560 2305 0 0 0 241 11 0 0 20 0 19 0 254969079 9855975424 93459 33554432000 1073741824 1073778376 140734286220016 140057406069416 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12612/tid=12623] ppid=12610 vsize=9624976 CPUtime=4.7 cores=0,2,4,6
/proc/12612/task/12623/stat : 12623 (java) S 12610 12612 10055 0 -1 4202560 713 0 0 0 466 4 0 0 20 0 19 0 254969080 9855975424 93459 33554432000 1073741824 1073778376 140734286220016 140057393871336 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12612/tid=12624] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12624/stat : 12624 (java) S 12610 12612 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254969080 9855975424 93459 33554432000 1073741824 1073778376 140734286220016 140057392817400 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12612/tid=12625] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12625/stat : 12625 (java) S 12610 12612 10055 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254969080 9855975424 93459 33554432000 1073741824 1073778376 140734286220016 140057391764488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12612/tid=12626] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12626/stat : 12626 (java) S 12610 12612 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254969082 9855975424 93459 33554432000 1073741824 1073778376 140734286220016 140057390712976 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12612/tid=12627] ppid=12610 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/12612/task/12627/stat : 12627 (java) S 12610 12612 10055 0 -1 4202560 2840 0 0 0 47 0 0 0 20 0 19 0 254969082 9855975424 93459 33554432000 1073741824 1073778376 140734286220016 140057389661112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12612/tid=12628] ppid=12610 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/12612/task/12628/stat : 12628 (java) S 12610 12612 10055 0 -1 4202560 5231 0 0 0 45 2 0 0 20 0 19 0 254969082 9855975424 93459 33554432000 1073741824 1073778376 140734286220016 140057388608312 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12612/tid=12629] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12629/stat : 12629 (java) S 12610 12612 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254969082 9855975424 93459 33554432000 1073741824 1073778376 140734286220016 140057387555704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12612/tid=12630] ppid=12610 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/12612/task/12630/stat : 12630 (java) S 12610 12612 10055 0 -1 4202560 102 0 0 0 31 27 0 0 20 0 19 0 254969082 9855975424 93459 33554432000 1073741824 1073778376 140734286220016 140057386503112 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12612/tid=12631] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12631/stat : 12631 (java) S 12610 12612 10055 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254969113 9855975424 93459 33554432000 1073741824 1073778376 140734286220016 140057385448616 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1797.53
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.8 s]
/proc/loadavg: 1.96 1.98 1.99 3/214 12727
/proc/meminfo: memFree=27411212/32873648 swapFree=7100/7100
[pid=12612] ppid=12610 vsize=9624976 CPUtime=1800.08 cores=0,2,4,6
/proc/12612/stat : 12612 (java) S 12610 12612 10055 0 -1 4202496 26159 0 1 0 179895 113 0 0 20 0 19 0 254969077 9855975424 93459 33554432000 1073741824 1073778376 140734286220016 140734286211152 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12612/statm: 2406244 93459 2276 9 0 2396937 0
[pid=12612/tid=12613] ppid=12610 vsize=9624976 CPUtime=1769.44 cores=0,2,4,6
/proc/12612/task/12613/stat : 12613 (java) R 12610 12612 10055 0 -1 4202560 2914 0 1 0 176913 31 0 0 20 0 19 0 254969078 9855975424 93459 33554432000 1073741824 1073778376 140734286220016 140057906523472 140057760118866 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12612/tid=12615] ppid=12610 vsize=9624976 CPUtime=2.29 cores=0,2,4,6
/proc/12612/task/12615/stat : 12615 (java) S 12610 12612 10055 0 -1 4202560 1675 0 0 0 217 12 0 0 20 0 19 0 254969078 9855975424 93459 33554432000 1073741824 1073778376 140734286220016 140057878977064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12612/tid=12616] ppid=12610 vsize=9624976 CPUtime=2.51 cores=0,2,4,6
/proc/12612/task/12616/stat : 12616 (java) S 12610 12612 10055 0 -1 4202560 1255 0 0 0 241 10 0 0 20 0 19 0 254969078 9855975424 93459 33554432000 1073741824 1073778376 140734286220016 140057748482472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12612/tid=12617] ppid=12610 vsize=9624976 CPUtime=2.63 cores=0,2,4,6
/proc/12612/task/12617/stat : 12617 (java) S 12610 12612 10055 0 -1 4202560 786 0 0 0 254 9 0 0 20 0 19 0 254969078 9855975424 93459 33554432000 1073741824 1073778376 140734286220016 140057747429672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12612/tid=12618] ppid=12610 vsize=9624976 CPUtime=2.49 cores=0,2,4,6
/proc/12612/task/12618/stat : 12618 (java) S 12610 12612 10055 0 -1 4202560 1642 0 0 0 241 8 0 0 20 0 19 0 254969078 9855975424 93459 33554432000 1073741824 1073778376 140734286220016 140057746376872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12612/tid=12619] ppid=12610 vsize=9624976 CPUtime=2.51 cores=0,2,4,6
/proc/12612/task/12619/stat : 12619 (java) S 12610 12612 10055 0 -1 4202560 2111 0 0 0 240 11 0 0 20 0 19 0 254969078 9855975424 93459 33554432000 1073741824 1073778376 140734286220016 140057745325096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12612/tid=12620] ppid=12610 vsize=9624976 CPUtime=2.51 cores=0,2,4,6
/proc/12612/task/12620/stat : 12620 (java) S 12610 12612 10055 0 -1 4202560 1233 0 0 0 241 10 0 0 20 0 19 0 254969078 9855975424 93459 33554432000 1073741824 1073778376 140734286220016 140057744272296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12612/tid=12621] ppid=12610 vsize=9624976 CPUtime=2.47 cores=0,2,4,6
/proc/12612/task/12621/stat : 12621 (java) S 12610 12612 10055 0 -1 4202560 2164 0 0 0 239 8 0 0 20 0 19 0 254969079 9855975424 93459 33554432000 1073741824 1073778376 140734286220016 140057407122216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12612/tid=12622] ppid=12610 vsize=9624976 CPUtime=2.52 cores=0,2,4,6
/proc/12612/task/12622/stat : 12622 (java) S 12610 12612 10055 0 -1 4202560 2305 0 0 0 241 11 0 0 20 0 19 0 254969079 9855975424 93459 33554432000 1073741824 1073778376 140734286220016 140057406069416 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12612/tid=12623] ppid=12610 vsize=9624976 CPUtime=4.7 cores=0,2,4,6
/proc/12612/task/12623/stat : 12623 (java) S 12610 12612 10055 0 -1 4202560 715 0 0 0 466 4 0 0 20 0 19 0 254969080 9855975424 93459 33554432000 1073741824 1073778376 140734286220016 140057393871336 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12612/tid=12624] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12624/stat : 12624 (java) S 12610 12612 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254969080 9855975424 93459 33554432000 1073741824 1073778376 140734286220016 140057392817400 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12612/tid=12625] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12625/stat : 12625 (java) S 12610 12612 10055 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254969080 9855975424 93459 33554432000 1073741824 1073778376 140734286220016 140057391764488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12612/tid=12626] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12626/stat : 12626 (java) S 12610 12612 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254969082 9855975424 93459 33554432000 1073741824 1073778376 140734286220016 140057390712976 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12612/tid=12627] ppid=12610 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/12612/task/12627/stat : 12627 (java) S 12610 12612 10055 0 -1 4202560 2840 0 0 0 47 0 0 0 20 0 19 0 254969082 9855975424 93459 33554432000 1073741824 1073778376 140734286220016 140057389661112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12612/tid=12628] ppid=12610 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/12612/task/12628/stat : 12628 (java) S 12610 12612 10055 0 -1 4202560 5231 0 0 0 45 2 0 0 20 0 19 0 254969082 9855975424 93459 33554432000 1073741824 1073778376 140734286220016 140057388608312 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12612/tid=12629] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12629/stat : 12629 (java) S 12610 12612 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254969082 9855975424 93459 33554432000 1073741824 1073778376 140734286220016 140057387555704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12612/tid=12630] ppid=12610 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/12612/task/12630/stat : 12630 (java) S 12610 12612 10055 0 -1 4202560 102 0 0 0 31 27 0 0 20 0 19 0 254969082 9855975424 93459 33554432000 1073741824 1073778376 140734286220016 140057386503112 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12612/tid=12631] ppid=12610 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12612/task/12631/stat : 12631 (java) S 12610 12612 10055 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254969113 9855975424 93459 33554432000 1073741824 1073778376 140734286220016 140057385448616 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9624976

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

Solver just ended. Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12612 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=378213
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=572760
# CPU time returned by wait4() is 1795.95
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1784.85
CPU time (s): 1800.08
CPU user time (s): 1798.95
CPU system time (s): 1.13
CPU usage (%): 100.853
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.38
system time used= 1.57276
maximum resident set size= 565064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26195
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49599
involuntary context switches= 43878

runsolver used 6.31304 second user time and 14.6818 second system time

The end

Launcher Data

Begin job on node123 at 2012-05-24 21:40:36
IDJOB=3688891
IDBENCH=71848
IDSOLVER=2269
FILE ID=node123/3688891-1337888436
RUNJOBID= node123-1337871881-10071
PBS_JOBID= 14620081
Free space on /tmp= 71548 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx49.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688891-1337888436/watcher-3688891-1337888436 -o /tmp/evaluation-result-3688891-1337888436/solver-3688891-1337888436 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688891-1337888436.opb

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

MD5SUM BENCH= e08af5097f76b1d4e2b0ba1d8a42ed5a
RANDOM SEED=413812369

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29159024 kB
Buffers:          227532 kB
Cached:          2510140 kB
SwapCached:            0 kB
Active:           891840 kB
Inactive:        2054624 kB
Active(anon):     211180 kB
Inactive(anon):        0 kB
Active(file):     680660 kB
Inactive(file):  2054624 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               452 kB
Writeback:             0 kB
AnonPages:        217780 kB
Mapped:            21636 kB
Shmem:               200 kB
Slab:             629024 kB
SReclaimable:      72888 kB
SUnreclaim:       556136 kB
KernelStack:        1608 kB
PageTables:         4648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     826128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    180224 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71548 MiB
End job on node123 at 2012-05-24 22:10:23