Trace number 4106849

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.07 1795.67

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_10_3_15.opb
MD5SUMa83a124b727fa475751dec9ebe86c153
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.059989
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2488
Sum of products size (including duplicates)4976
Number of different products1244
Sum of products size2488

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.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@587bd9f2
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 Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4106849-1466278787.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.25/0.27	c ... done. Wall clock time 0.166s.
0.25/0.27	c declared #vars     200
0.25/0.27	c internal #vars     1444
0.25/0.27	c #constraints  2791
0.25/0.27	c constraints type 
0.25/0.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1244
0.25/0.27	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
0.25/0.27	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
0.25/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1244
0.25/0.27	c 2791 constraints processed.
1.10/0.72	c cleaning 2499 clauses out of 5000 with flag 11231/5000
1.35/0.97	c cleaning 4245 clauses out of 8501 with flag 25962/11000
1.79/1.35	c cleaning 5628 clauses out of 11256 with flag 42332/18000
2.40/1.93	c cleaning 6811 clauses out of 13628 with flag 60295/26000
3.21/2.72	c cleaning 7907 clauses out of 15817 with flag 80137/35000
4.11/3.64	c cleaning 8964 clauses out of 17932 with flag 102094/45022
5.11/4.61	c cleaning 9973 clauses out of 19952 with flag 126266/56006
6.02/5.53	c cleaning 10978 clauses out of 21975 with flag 153846/68002
7.01/6.54	c cleaning 11993 clauses out of 23995 with flag 183521/81000
8.31/7.81	c cleaning 12993 clauses out of 26004 with flag 214856/95002
9.91/9.41	c cleaning 14002 clauses out of 28009 with flag 248087/110000
11.81/11.33	c cleaning 14999 clauses out of 30007 with flag 283363/126000
14.41/13.98	c cleaning 15983 clauses out of 32010 with flag 321324/143002
16.87/16.31	c cleaning 17007 clauses out of 34025 with flag 362822/161000
18.87/18.32	c cleaning 18012 clauses out of 36026 with flag 409408/180008
21.37/20.89	c cleaning 18997 clauses out of 38006 with flag 456223/200000
23.87/23.36	c cleaning 19998 clauses out of 40009 with flag 507995/221000
26.37/25.87	c cleaning 20999 clauses out of 42012 with flag 561585/243001
29.27/28.75	c cleaning 22005 clauses out of 44012 with flag 618904/266000
32.87/32.31	c cleaning 22996 clauses out of 46007 with flag 676799/290000
37.57/37.03	c cleaning 24007 clauses out of 48016 with flag 736080/315005
42.63/42.09	c cleaning 24993 clauses out of 50004 with flag 797159/341000
48.63/48.01	c cleaning 26003 clauses out of 52011 with flag 859113/368000
54.63/54.06	c cleaning 27009 clauses out of 54025 with flag 923145/396017
61.23/60.62	c cleaning 28000 clauses out of 56009 with flag 989588/425010
68.83/68.21	c cleaning 28987 clauses out of 57999 with flag 1059215/455000
75.23/74.69	c cleaning 30000 clauses out of 60014 with flag 1138046/486002
83.02/82.28	c cleaning 31008 clauses out of 62017 with flag 1216442/518005
91.22/90.49	c cleaning 31992 clauses out of 64004 with flag 1293510/551000
98.42/97.64	c cleaning 32996 clauses out of 66012 with flag 1379253/585000
107.54/106.72	c cleaning 34004 clauses out of 68016 with flag 1464452/620000
117.83/117.03	c cleaning 35002 clauses out of 70012 with flag 1549775/656000
126.82/125.84	c cleaning 35993 clauses out of 72010 with flag 1643443/693000
135.52/134.51	c cleaning 37004 clauses out of 74019 with flag 1740171/731002
144.03/143.02	c cleaning 38000 clauses out of 76013 with flag 1842081/770000
152.72/151.74	c cleaning 38997 clauses out of 78013 with flag 1947083/810000
163.92/162.84	c cleaning 39999 clauses out of 80017 with flag 2049562/851001
176.11/175.08	c cleaning 40992 clauses out of 82017 with flag 2149861/893000
187.20/186.18	c cleaning 42002 clauses out of 84027 with flag 2252789/936002
199.00/197.92	c cleaning 42998 clauses out of 86025 with flag 2357818/980002
209.26/208.01	c cleaning 44000 clauses out of 88025 with flag 2468953/1025000
219.85/218.65	c cleaning 45005 clauses out of 90025 with flag 2581693/1071000
232.35/231.15	c cleaning 46009 clauses out of 92025 with flag 2695634/1118005
247.24/246.09	c cleaning 46995 clauses out of 94011 with flag 2812327/1166000
264.49/263.15	c cleaning 48002 clauses out of 96016 with flag 2928795/1215000
280.38/279.02	c cleaning 48991 clauses out of 98015 with flag 3047276/1265001
299.18/297.83	c cleaning 50002 clauses out of 100023 with flag 3167419/1316000
318.68/317.13	c cleaning 51000 clauses out of 102021 with flag 3290497/1368000
339.39/337.81	c cleaning 51999 clauses out of 104021 with flag 3417658/1421000
360.81/359.13	c cleaning 52996 clauses out of 106022 with flag 3551546/1475000
382.11/380.40	c cleaning 53993 clauses out of 108026 with flag 3687025/1530000
405.48/403.76	c cleaning 55009 clauses out of 110033 with flag 3823278/1586000
430.16/428.36	c cleaning 56002 clauses out of 112025 with flag 3962720/1643001
454.67/452.80	c cleaning 57006 clauses out of 114022 with flag 4102491/1701000
478.45/476.55	c cleaning 57998 clauses out of 116016 with flag 4242351/1760000
502.45/500.60	c cleaning 59001 clauses out of 118020 with flag 4388531/1820002
528.91/526.91	c cleaning 59993 clauses out of 120018 with flag 4535566/1881001
557.08/555.09	c cleaning 60998 clauses out of 122030 with flag 4683662/1943006
584.19/582.17	c cleaning 61997 clauses out of 124027 with flag 4840288/2006001
613.99/611.88	c cleaning 62999 clauses out of 126029 with flag 4999365/2070000
636.28/634.00	c cleaning 63998 clauses out of 128030 with flag 5162455/2135000
663.20/660.96	c cleaning 65009 clauses out of 130032 with flag 5328998/2201000
693.01/690.73	c cleaning 65993 clauses out of 132023 with flag 5495574/2268000
726.77/724.46	c cleaning 66998 clauses out of 134033 with flag 5660685/2336003
761.05/758.69	c cleaning 67994 clauses out of 136032 with flag 5827724/2405000
796.24/793.78	c cleaning 69002 clauses out of 138038 with flag 5993420/2475000
827.83/825.34	c cleaning 70003 clauses out of 140037 with flag 6168206/2546001
858.32/855.70	c cleaning 70995 clauses out of 142033 with flag 6347481/2618000
885.90/883.22	c cleaning 71999 clauses out of 144038 with flag 6526571/2691000
916.80/914.05	c cleaning 72998 clauses out of 146040 with flag 6706338/2765001
949.96/947.14	c cleaning 74000 clauses out of 148041 with flag 6889132/2840000
985.33/982.42	c cleaning 75009 clauses out of 150050 with flag 7079791/2916009
1021.47/1018.50	c cleaning 76000 clauses out of 152034 with flag 7267103/2993002
1052.62/1049.60	c cleaning 76990 clauses out of 154032 with flag 7465227/3071000
1092.01/1088.95	c cleaning 78008 clauses out of 156042 with flag 7662353/3150000
1129.00/1125.81	c cleaning 79002 clauses out of 158034 with flag 7858644/3230000
1164.51/1161.26	c cleaning 80001 clauses out of 160033 with flag 8060955/3311001
1203.39/1200.04	c cleaning 81000 clauses out of 162031 with flag 8266210/3393000
1249.39/1245.99	c cleaning 82005 clauses out of 164031 with flag 8468474/3476000
1295.18/1291.67	c cleaning 82994 clauses out of 166026 with flag 8671722/3560000
1344.96/1341.37	c cleaning 84003 clauses out of 168035 with flag 8877668/3645003
1402.69/1399.08	c cleaning 85009 clauses out of 170029 with flag 9085111/3731000
1456.72/1452.95	c cleaning 86004 clauses out of 172020 with flag 9292904/3818000
1512.31/1508.49	c cleaning 86997 clauses out of 174016 with flag 9501200/3906000
1571.89/1567.86	c cleaning 88011 clauses out of 176033 with flag 9715004/3995014
1629.17/1625.03	c cleaning 88990 clauses out of 178009 with flag 9925784/4085001
1690.22/1685.91	c cleaning 90002 clauses out of 180023 with flag 10139029/4176005
1754.95/1750.58	c cleaning 90991 clauses out of 182016 with flag 10354190/4268000
1800.07/1795.63	c starts		: 1
1800.07/1795.63	c conflicts		: 4342824
1800.07/1795.63	c decisions		: 7635919
1800.07/1795.63	c propagations		: 25232125
1800.07/1795.63	c inspects		: 36175983392
1800.07/1795.63	c shortcuts		: 0
1800.07/1795.63	c learnt literals	: 0
1800.07/1795.63	c learnt binary clauses	: 0
1800.07/1795.63	c learnt ternary clauses	: 0
1800.07/1795.63	c learnt constraints	: 4342824
1800.07/1795.63	c ignored constraints	: 0
1800.07/1795.63	c root simplifications	: 0
1800.07/1795.63	c removed literals (reason simplification)	: 0
1800.07/1795.63	c reason swapping (by a shorter reason)	: 0
1800.07/1795.63	c Calls to reduceDB	: 88
1800.07/1795.63	c Number of update (reduction) of LBD	: 1098451
1800.07/1795.63	c Imported unit clauses	: 0
1800.07/1795.63	c number of reductions to clauses (during analyze)	: 0
1800.07/1795.63	c number of learned constraints concerned by reduction	: 0
1800.07/1795.63	c number of learning phase by resolution	: 0
1800.07/1795.63	c number of learning phase by cutting planes	: 0
1800.07/1795.63	c speed (assignments/second)	: 14054.052578782117
1800.07/1795.63	c non guided choices	1332
1800.07/1795.63	c timeout
1800.07/1795.66	c learnt constraints type 
1800.07/1795.66	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 165850
1800.07/1795.66	s UNKNOWN
1800.07/1795.66	c Total wall clock time (in seconds): 1795.562

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-4106849-1466278787/watcher-4106849-1466278787 -o /tmp/evaluation-result-4106849-1466278787/solver-4106849-1466278787 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1466276989-21400 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106849-1466278787.opb 

pid=21619
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.12 2.07 2.01 5/193 21622
/proc/meminfo: memFree=31087512/32872528 swapFree=241348/274052
[pid=21622] ppid=21619 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/21622/stat : 21622 (java) S 21619 21622 21384 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 29928765 98570240 978 33554432000 1073741824 1073778376 140734735284064 140734735275200 251146567741 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21622/statm: 24065 978 744 9 0 16771 0
[pid=21622/tid=21623] ppid=21619 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21623/stat : 21623 (java) R 21619 21622 21384 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 29928766 98570240 978 33554432000 1073741824 1073778376 140734735284064 140475500338728 251143210368 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.12 2.07 2.01 5/193 21622
/proc/meminfo: memFree=31087512/32872528 swapFree=241348/274052
[pid=21622] ppid=21619 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/21622/stat : 21622 (java) S 21619 21622 21384 0 -1 4202496 4548 0 1 0 10 1 0 0 20 0 18 0 29928765 9787879424 5672 33554432000 1073741824 1073778376 140734735284064 140734735275200 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21622/statm: 2389619 5672 2157 9 0 2380296 0
[pid=21622/tid=21623] ppid=21619 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/21622/task/21623/stat : 21623 (java) R 21619 21622 21384 0 -1 4202560 2432 0 1 0 7 0 0 0 20 0 18 0 29928766 9787879424 5672 33554432000 1073741824 1073778376 140734735284064 140475500342176 251146593549 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200267 s]
/proc/loadavg: 2.12 2.07 2.01 5/193 21622
/proc/meminfo: memFree=31087512/32872528 swapFree=241348/274052
[pid=21622] ppid=21619 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/21622/stat : 21622 (java) S 21619 21622 21384 0 -1 4202496 4779 0 1 0 24 1 0 0 20 0 18 0 29928765 9787879424 6356 33554432000 1073741824 1073778376 140734735284064 140734735275200 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21622/statm: 2389619 6356 2215 9 0 2380296 0
[pid=21622/tid=21623] ppid=21619 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/21622/task/21623/stat : 21623 (java) R 21619 21622 21384 0 -1 4202560 2456 0 1 0 16 1 0 0 20 0 18 0 29928766 9787879424 6356 33554432000 1073741824 1073778376 140734735284064 140475500342176 140475372560061 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300258 s]
/proc/loadavg: 2.12 2.07 2.01 5/193 21622
/proc/meminfo: memFree=31087512/32872528 swapFree=241348/274052
[pid=21622] ppid=21619 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/21622/stat : 21622 (java) S 21619 21622 21384 0 -1 4202496 6301 0 1 0 46 2 0 0 20 0 19 0 29928765 9856040960 8920 33554432000 1073741824 1073778376 140734735284064 140734735275200 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21622/statm: 2406260 8920 2250 9 0 2396937 0
[pid=21622/tid=21623] ppid=21619 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/21622/task/21623/stat : 21623 (java) R 21619 21622 21384 0 -1 4202560 2469 0 1 0 26 1 0 0 20 0 19 0 29928766 9856040960 8920 33554432000 1073741824 1073778376 140734735284064 140475500343936 140475372511080 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625040

[startup+0.700306 s]
/proc/loadavg: 2.12 2.07 2.01 5/193 21622
/proc/meminfo: memFree=31087512/32872528 swapFree=241348/274052
[pid=21622] ppid=21619 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/21622/stat : 21622 (java) S 21619 21622 21384 0 -1 4202496 7867 0 1 0 108 2 0 0 20 0 19 0 29928765 9856040960 10520 33554432000 1073741824 1073778376 140734735284064 140734735275200 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21622/statm: 2406260 10520 2262 9 0 2396937 0
[pid=21622/tid=21623] ppid=21619 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/21622/task/21623/stat : 21623 (java) R 21619 21622 21384 0 -1 4202560 2472 0 1 0 66 1 0 0 20 0 19 0 29928766 9856040960 10520 33554432000 1073741824 1073778376 140734735284064 140475500343560 140475372576949 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 9625040

[startup+1.50083 s]
/proc/loadavg: 2.12 2.07 2.01 4/213 21642
/proc/meminfo: memFree=30977352/32872528 swapFree=241348/274052
[pid=21622] ppid=21619 vsize=9625040 CPUtime=2 cores=0,2,4,6
/proc/21622/stat : 21622 (java) S 21619 21622 21384 0 -1 4202496 7901 0 1 0 197 3 0 0 20 0 19 0 29928765 9856040960 13617 33554432000 1073741824 1073778376 140734735284064 140734735275200 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21622/statm: 2406260 13617 2269 9 0 2396937 0
[pid=21622/tid=21623] ppid=21619 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/21622/task/21623/stat : 21623 (java) R 21619 21622 21384 0 -1 4202560 2479 0 1 0 146 1 0 0 20 0 19 0 29928766 9856040960 13617 33554432000 1073741824 1073778376 140734735284064 140475500334816 140475373027254 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21622/tid=21625] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21625/stat : 21625 (java) S 21619 21622 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29928766 9856040960 13617 33554432000 1073741824 1073778376 140734735284064 140475344124200 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21622/tid=21626] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21626/stat : 21626 (java) S 21619 21622 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29928766 9856040960 13617 33554432000 1073741824 1073778376 140734735284064 140475343071400 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21622/tid=21627] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21627/stat : 21627 (java) S 21619 21622 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29928767 9856040960 13617 33554432000 1073741824 1073778376 140734735284064 140475342019112 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21622/tid=21628] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21628/stat : 21628 (java) S 21619 21622 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29928767 9856040960 13617 33554432000 1073741824 1073778376 140734735284064 140475340966312 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21622/tid=21629] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21629/stat : 21629 (java) S 21619 21622 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29928767 9856040960 13617 33554432000 1073741824 1073778376 140734735284064 140475339914024 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21622/tid=21630] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21630/stat : 21630 (java) S 21619 21622 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29928767 9856040960 13617 33554432000 1073741824 1073778376 140734735284064 140475338861224 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21622/tid=21631] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21631/stat : 21631 (java) S 21619 21622 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29928767 9856040960 13617 33554432000 1073741824 1073778376 140734735284064 140475337808936 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21622/tid=21632] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21632/stat : 21632 (java) S 21619 21622 21384 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29928767 9856040960 13617 33554432000 1073741824 1073778376 140734735284064 140475336756136 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21622/tid=21633] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21633/stat : 21633 (java) S 21619 21622 21384 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29928768 9856040960 13617 33554432000 1073741824 1073778376 140734735284064 140475324557544 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21622/tid=21634] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21634/stat : 21634 (java) S 21619 21622 21384 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29928768 9856040960 13617 33554432000 1073741824 1073778376 140734735284064 140475323503608 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21622/tid=21635] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21635/stat : 21635 (java) S 21619 21622 21384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29928768 9856040960 13617 33554432000 1073741824 1073778376 140734735284064 140475322451208 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21622/tid=21636] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21636/stat : 21636 (java) S 21619 21622 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29928770 9856040960 13617 33554432000 1073741824 1073778376 140734735284064 140475321399696 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21622/tid=21637] ppid=21619 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/21622/task/21637/stat : 21637 (java) S 21619 21622 21384 0 -1 4202560 1374 0 0 0 21 0 0 0 20 0 19 0 29928770 9856040960 13617 33554432000 1073741824 1073778376 140734735284064 140475320347320 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21622/tid=21638] ppid=21619 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/21622/task/21638/stat : 21638 (java) S 21619 21622 21384 0 -1 4202560 2777 0 0 0 26 0 0 0 20 0 19 0 29928770 9856040960 13617 33554432000 1073741824 1073778376 140734735284064 140475319294520 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21622/tid=21639] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21639/stat : 21639 (java) S 21619 21622 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29928770 9856040960 13617 33554432000 1073741824 1073778376 140734735284064 140475318242424 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21622/tid=21640] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21640/stat : 21640 (java) S 21619 21622 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29928770 9856040960 13617 33554432000 1073741824 1073778376 140734735284064 140475317189832 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21622/tid=21642] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21642/stat : 21642 (java) S 21619 21622 21384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29928793 9856040960 13617 33554432000 1073741824 1073778376 140734735284064 140475316134824 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.11 2.07 2.01 3/213 21642
/proc/meminfo: memFree=30964816/32872528 swapFree=241348/274052
[pid=21622] ppid=21619 vsize=9625040 CPUtime=3.61 cores=0,2,4,6
/proc/21622/stat : 21622 (java) S 21619 21622 21384 0 -1 4202496 7914 0 1 0 358 3 0 0 20 0 19 0 29928765 9856040960 17717 33554432000 1073741824 1073778376 140734735284064 140734735275200 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21622/statm: 2406260 17717 2269 9 0 2396937 0
[pid=21622/tid=21623] ppid=21619 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/21622/task/21623/stat : 21623 (java) R 21619 21622 21384 0 -1 4202560 2488 0 1 0 306 1 0 0 20 0 19 0 29928766 9856040960 17717 33554432000 1073741824 1073778376 140734735284064 140475500343624 140475372946053 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21622/tid=21625] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21625/stat : 21625 (java) S 21619 21622 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29928766 9856040960 17717 33554432000 1073741824 1073778376 140734735284064 140475344124200 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21622/tid=21626] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21626/stat : 21626 (java) S 21619 21622 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29928766 9856040960 17717 33554432000 1073741824 1073778376 140734735284064 140475343071400 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21622/tid=21627] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21627/stat : 21627 (java) S 21619 21622 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29928767 9856040960 17717 33554432000 1073741824 1073778376 140734735284064 140475342019112 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21622/tid=21628] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21628/stat : 21628 (java) S 21619 21622 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29928767 9856040960 17717 33554432000 1073741824 1073778376 140734735284064 140475340966312 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21622/tid=21629] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21629/stat : 21629 (java) S 21619 21622 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29928767 9856040960 17717 33554432000 1073741824 1073778376 140734735284064 140475339914024 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21622/tid=21630] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21630/stat : 21630 (java) S 21619 21622 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29928767 9856040960 17717 33554432000 1073741824 1073778376 140734735284064 140475338861224 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21622/tid=21631] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21631/stat : 21631 (java) S 21619 21622 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29928767 9856040960 17717 33554432000 1073741824 1073778376 140734735284064 140475337808936 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21622/tid=21632] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21632/stat : 21632 (java) S 21619 21622 21384 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29928767 9856040960 17717 33554432000 1073741824 1073778376 140734735284064 140475336756136 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21622/tid=21633] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21633/stat : 21633 (java) S 21619 21622 21384 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29928768 9856040960 17717 33554432000 1073741824 1073778376 140734735284064 140475324557544 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21622/tid=21634] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21634/stat : 21634 (java) S 21619 21622 21384 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29928768 9856040960 17717 33554432000 1073741824 1073778376 140734735284064 140475323503608 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21622/tid=21635] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21635/stat : 21635 (java) S 21619 21622 21384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29928768 9856040960 17717 33554432000 1073741824 1073778376 140734735284064 140475322451208 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21622/tid=21636] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21636/stat : 21636 (java) S 21619 21622 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29928770 9856040960 17717 33554432000 1073741824 1073778376 140734735284064 140475321399696 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21622/tid=21637] ppid=21619 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/21622/task/21637/stat : 21637 (java) S 21619 21622 21384 0 -1 4202560 1378 0 0 0 22 0 0 0 20 0 19 0 29928770 9856040960 17717 33554432000 1073741824 1073778376 140734735284064 140475320347320 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21622/tid=21638] ppid=21619 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/21622/task/21638/stat : 21638 (java) S 21619 21622 21384 0 -1 4202560 2777 0 0 0 27 0 0 0 20 0 19 0 29928770 9856040960 17717 33554432000 1073741824 1073778376 140734735284064 140475319294520 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21622/tid=21639] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21639/stat : 21639 (java) S 21619 21622 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29928770 9856040960 17717 33554432000 1073741824 1073778376 140734735284064 140475318242424 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21622/tid=21640] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21640/stat : 21640 (java) S 21619 21622 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29928770 9856040960 17717 33554432000 1073741824 1073778376 140734735284064 140475317189832 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21622/tid=21642] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21642/stat : 21642 (java) S 21619 21622 21384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29928793 9856040960 17717 33554432000 1073741824 1073778376 140734735284064 140475316134824 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 2.11 2.07 2.01 3/212 21642
/proc/meminfo: memFree=30939244/32872528 swapFree=241348/274052
[pid=21622] ppid=21619 vsize=9625040 CPUtime=6.81 cores=0,2,4,6
/proc/21622/stat : 21622 (java) S 21619 21622 21384 0 -1 4202496 7931 0 1 0 678 3 0 0 20 0 19 0 29928765 9856040960 24576 33554432000 1073741824 1073778376 140734735284064 140734735275200 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21622/statm: 2406260 24576 2270 9 0 2396937 0
[pid=21622/tid=21623] ppid=21619 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/21622/task/21623/stat : 21623 (java) R 21619 21622 21384 0 -1 4202560 2504 0 1 0 624 2 0 0 20 0 19 0 29928766 9856040960 24576 33554432000 1073741824 1073778376 140734735284064 140475500334800 140475372946079 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21622/tid=21625] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21625/stat : 21625 (java) S 21619 21622 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29928766 9856040960 24576 33554432000 1073741824 1073778376 140734735284064 140475344124200 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21622/tid=21626] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21626/stat : 21626 (java) S 21619 21622 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29928766 9856040960 24576 33554432000 1073741824 1073778376 140734735284064 140475343071400 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21622/tid=21627] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21627/stat : 21627 (java) S 21619 21622 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29928767 9856040960 24576 33554432000 1073741824 1073778376 140734735284064 140475342019112 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21622/tid=21628] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21628/stat : 21628 (java) S 21619 21622 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29928767 9856040960 24576 33554432000 1073741824 1073778376 140734735284064 140475340966312 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21622/tid=21629] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21629/stat : 21629 (java) S 21619 21622 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29928767 9856040960 24576 33554432000 1073741824 1073778376 140734735284064 140475339914024 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21622/tid=21630] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21630/stat : 21630 (java) S 21619 21622 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29928767 9856040960 24576 33554432000 1073741824 1073778376 140734735284064 140475338861224 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21622/tid=21631] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21631/stat : 21631 (java) S 21619 21622 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29928767 9856040960 24576 33554432000 1073741824 1073778376 140734735284064 140475337808936 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21622/tid=21632] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21632/stat : 21632 (java) S 21619 21622 21384 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29928767 9856040960 24576 33554432000 1073741824 1073778376 140734735284064 140475336756136 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21622/tid=21633] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21633/stat : 21633 (java) S 21619 21622 21384 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29928768 9856040960 24576 33554432000 1073741824 1073778376 140734735284064 140475324557544 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21622/tid=21634] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21634/stat : 21634 (java) S 21619 21622 21384 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29928768 9856040960 24576 33554432000 1073741824 1073778376 140734735284064 140475323503608 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21622/tid=21635] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21635/stat : 21635 (java) S 21619 21622 21384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29928768 9856040960 24576 33554432000 1073741824 1073778376 140734735284064 140475322451208 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21622/tid=21636] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21636/stat : 21636 (java) S 21619 21622 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29928770 9856040960 24576 33554432000 1073741824 1073778376 140734735284064 140475321399696 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21622/tid=21637] ppid=21619 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/21622/task/21637/stat : 21637 (java) S 21619 21622 21384 0 -1 4202560 1378 0 0 0 22 0 0 0 20 0 19 0 29928770 9856040960 24576 33554432000 1073741824 1073778376 140734735284064 140475320347320 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21622/tid=21638] ppid=21619 vsize=9625040 CPUtime=0.27 cores=0,2,4,6

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

[pid=21622/tid=21642] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21642/stat : 21642 (java) S 21619 21622 21384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29928793 9856040960 118596 33554432000 1073741824 1073778376 140734735284064 140475316134824 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1666.52
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.15 2.12 2.09 3/213 21709
/proc/meminfo: memFree=27120772/32872528 swapFree=241348/274052
[pid=21622] ppid=21619 vsize=9625040 CPUtime=1726.76 cores=0,2,4,6
/proc/21622/stat : 21622 (java) S 21619 21622 21384 0 -1 4202496 11613 0 1 0 172590 86 0 0 20 0 19 0 29928765 9856040960 127593 33554432000 1073741824 1073778376 140734735284064 140734735275200 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21622/statm: 2406260 127593 2292 9 0 2396937 0
[pid=21622/tid=21623] ppid=21619 vsize=9625040 CPUtime=1715.42 cores=0,2,4,6
/proc/21622/task/21623/stat : 21623 (java) R 21619 21622 21384 0 -1 4202560 2580 0 1 0 171512 30 0 0 20 0 19 0 29928766 9856040960 127593 33554432000 1073741824 1073778376 140734735284064 140475500342496 140475373066648 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21622/tid=21625] ppid=21619 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/21622/task/21625/stat : 21625 (java) S 21619 21622 21384 0 -1 4202560 387 0 0 0 59 8 0 0 20 0 19 0 29928766 9856040960 127593 33554432000 1073741824 1073778376 140734735284064 140475344124200 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21622/tid=21626] ppid=21619 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/21622/task/21626/stat : 21626 (java) S 21619 21622 21384 0 -1 4202560 765 0 0 0 57 9 0 0 20 0 19 0 29928766 9856040960 127593 33554432000 1073741824 1073778376 140734735284064 140475343071400 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21622/tid=21627] ppid=21619 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/21622/task/21627/stat : 21627 (java) S 21619 21622 21384 0 -1 4202560 257 0 0 0 54 7 0 0 20 0 19 0 29928767 9856040960 127593 33554432000 1073741824 1073778376 140734735284064 140475342019112 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21622/tid=21628] ppid=21619 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/21622/task/21628/stat : 21628 (java) S 21619 21622 21384 0 -1 4202560 250 0 0 0 64 6 0 0 20 0 19 0 29928767 9856040960 127593 33554432000 1073741824 1073778376 140734735284064 140475340966312 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21622/tid=21629] ppid=21619 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/21622/task/21629/stat : 21629 (java) S 21619 21622 21384 0 -1 4202560 355 0 0 0 61 6 0 0 20 0 19 0 29928767 9856040960 127593 33554432000 1073741824 1073778376 140734735284064 140475339914024 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21622/tid=21630] ppid=21619 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/21622/task/21630/stat : 21630 (java) S 21619 21622 21384 0 -1 4202560 350 0 0 0 61 5 0 0 20 0 19 0 29928767 9856040960 127593 33554432000 1073741824 1073778376 140734735284064 140475338861224 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21622/tid=21631] ppid=21619 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/21622/task/21631/stat : 21631 (java) S 21619 21622 21384 0 -1 4202560 408 0 0 0 59 5 0 0 20 0 19 0 29928767 9856040960 127593 33554432000 1073741824 1073778376 140734735284064 140475337808936 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21622/tid=21632] ppid=21619 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/21622/task/21632/stat : 21632 (java) S 21619 21622 21384 0 -1 4202560 380 0 0 0 61 6 0 0 20 0 19 0 29928767 9856040960 127593 33554432000 1073741824 1073778376 140734735284064 140475336756136 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21622/tid=21633] ppid=21619 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/21622/task/21633/stat : 21633 (java) S 21619 21622 21384 0 -1 4202560 334 0 0 0 70 2 0 0 20 0 19 0 29928768 9856040960 127593 33554432000 1073741824 1073778376 140734735284064 140475324557544 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21622/tid=21634] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21634/stat : 21634 (java) S 21619 21622 21384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29928768 9856040960 127593 33554432000 1073741824 1073778376 140734735284064 140475323503608 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21622/tid=21635] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21635/stat : 21635 (java) S 21619 21622 21384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29928768 9856040960 127593 33554432000 1073741824 1073778376 140734735284064 140475322451208 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21622/tid=21636] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21636/stat : 21636 (java) S 21619 21622 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29928770 9856040960 127593 33554432000 1073741824 1073778376 140734735284064 140475321399696 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21622/tid=21637] ppid=21619 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/21622/task/21637/stat : 21637 (java) S 21619 21622 21384 0 -1 4202560 1378 0 0 0 22 0 0 0 20 0 19 0 29928770 9856040960 127593 33554432000 1073741824 1073778376 140734735284064 140475320347320 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21622/tid=21638] ppid=21619 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/21622/task/21638/stat : 21638 (java) S 21619 21622 21384 0 -1 4202560 2813 0 0 0 29 0 0 0 20 0 19 0 29928770 9856040960 127593 33554432000 1073741824 1073778376 140734735284064 140475319294520 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21622/tid=21639] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21639/stat : 21639 (java) S 21619 21622 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29928770 9856040960 127593 33554432000 1073741824 1073778376 140734735284064 140475318242424 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21622/tid=21640] ppid=21619 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/21622/task/21640/stat : 21640 (java) S 21619 21622 21384 0 -1 4202560 99 0 0 0 23 30 0 0 20 0 19 0 29928770 9856040960 127593 33554432000 1073741824 1073778376 140734735284064 140475317189832 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21622/tid=21642] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21642/stat : 21642 (java) S 21619 21622 21384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29928793 9856040960 127593 33554432000 1073741824 1073778376 140734735284064 140475316134824 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1726.76
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.10 2.11 2.08 3/213 21710
/proc/meminfo: memFree=27143952/32872528 swapFree=241348/274052
[pid=21622] ppid=21619 vsize=9625040 CPUtime=1786.78 cores=0,2,4,6
/proc/21622/stat : 21622 (java) S 21619 21622 21384 0 -1 4202496 11624 0 1 0 178589 89 0 0 20 0 19 0 29928765 9856040960 127228 33554432000 1073741824 1073778376 140734735284064 140734735275200 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21622/statm: 2406260 127228 2292 9 0 2396937 0
[pid=21622/tid=21623] ppid=21619 vsize=9625040 CPUtime=1775.24 cores=0,2,4,6
/proc/21622/task/21623/stat : 21623 (java) R 21619 21622 21384 0 -1 4202560 2581 0 1 0 177493 31 0 0 20 0 19 0 29928766 9856040960 127228 33554432000 1073741824 1073778376 140734735284064 140475500342496 140475373006880 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21622/tid=21625] ppid=21619 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/21622/task/21625/stat : 21625 (java) S 21619 21622 21384 0 -1 4202560 387 0 0 0 59 8 0 0 20 0 19 0 29928766 9856040960 127228 33554432000 1073741824 1073778376 140734735284064 140475344124200 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21622/tid=21626] ppid=21619 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/21622/task/21626/stat : 21626 (java) S 21619 21622 21384 0 -1 4202560 765 0 0 0 58 9 0 0 20 0 19 0 29928766 9856040960 127228 33554432000 1073741824 1073778376 140734735284064 140475343071400 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21622/tid=21627] ppid=21619 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/21622/task/21627/stat : 21627 (java) S 21619 21622 21384 0 -1 4202560 257 0 0 0 54 7 0 0 20 0 19 0 29928767 9856040960 127228 33554432000 1073741824 1073778376 140734735284064 140475342019112 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21622/tid=21628] ppid=21619 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/21622/task/21628/stat : 21628 (java) S 21619 21622 21384 0 -1 4202560 250 0 0 0 65 6 0 0 20 0 19 0 29928767 9856040960 127228 33554432000 1073741824 1073778376 140734735284064 140475340966312 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21622/tid=21629] ppid=21619 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/21622/task/21629/stat : 21629 (java) S 21619 21622 21384 0 -1 4202560 359 0 0 0 62 6 0 0 20 0 19 0 29928767 9856040960 127228 33554432000 1073741824 1073778376 140734735284064 140475339914024 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21622/tid=21630] ppid=21619 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/21622/task/21630/stat : 21630 (java) S 21619 21622 21384 0 -1 4202560 350 0 0 0 62 5 0 0 20 0 19 0 29928767 9856040960 127228 33554432000 1073741824 1073778376 140734735284064 140475338861224 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21622/tid=21631] ppid=21619 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/21622/task/21631/stat : 21631 (java) S 21619 21622 21384 0 -1 4202560 408 0 0 0 59 5 0 0 20 0 19 0 29928767 9856040960 127228 33554432000 1073741824 1073778376 140734735284064 140475337808936 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21622/tid=21632] ppid=21619 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/21622/task/21632/stat : 21632 (java) S 21619 21622 21384 0 -1 4202560 380 0 0 0 62 6 0 0 20 0 19 0 29928767 9856040960 127228 33554432000 1073741824 1073778376 140734735284064 140475336756136 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21622/tid=21633] ppid=21619 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/21622/task/21633/stat : 21633 (java) S 21619 21622 21384 0 -1 4202560 336 0 0 0 70 2 0 0 20 0 19 0 29928768 9856040960 127228 33554432000 1073741824 1073778376 140734735284064 140475324557544 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21622/tid=21634] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21634/stat : 21634 (java) S 21619 21622 21384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29928768 9856040960 127228 33554432000 1073741824 1073778376 140734735284064 140475323503608 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21622/tid=21635] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21635/stat : 21635 (java) S 21619 21622 21384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29928768 9856040960 127228 33554432000 1073741824 1073778376 140734735284064 140475322451208 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21622/tid=21636] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21636/stat : 21636 (java) S 21619 21622 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29928770 9856040960 127228 33554432000 1073741824 1073778376 140734735284064 140475321399696 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21622/tid=21637] ppid=21619 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/21622/task/21637/stat : 21637 (java) S 21619 21622 21384 0 -1 4202560 1378 0 0 0 22 0 0 0 20 0 19 0 29928770 9856040960 127228 33554432000 1073741824 1073778376 140734735284064 140475320347320 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21622/tid=21638] ppid=21619 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/21622/task/21638/stat : 21638 (java) S 21619 21622 21384 0 -1 4202560 2813 0 0 0 29 0 0 0 20 0 19 0 29928770 9856040960 127228 33554432000 1073741824 1073778376 140734735284064 140475319294520 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21622/tid=21639] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21639/stat : 21639 (java) S 21619 21622 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29928770 9856040960 127228 33554432000 1073741824 1073778376 140734735284064 140475318242424 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21622/tid=21640] ppid=21619 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/21622/task/21640/stat : 21640 (java) S 21619 21622 21384 0 -1 4202560 103 0 0 0 24 31 0 0 20 0 19 0 29928770 9856040960 127228 33554432000 1073741824 1073778376 140734735284064 140475317189832 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21622/tid=21642] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21642/stat : 21642 (java) S 21619 21622 21384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29928793 9856040960 127228 33554432000 1073741824 1073778376 140734735284064 140475316134824 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1786.78
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.6 s]
/proc/loadavg: 2.16 2.12 2.09 3/213 21776
/proc/meminfo: memFree=30485800/32872528 swapFree=241348/274052
[pid=21622] ppid=21619 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/21622/stat : 21622 (java) S 21619 21622 21384 0 -1 4202496 11626 0 1 0 179918 89 0 0 20 0 19 0 29928765 9856040960 127228 33554432000 1073741824 1073778376 140734735284064 140734735275200 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21622/statm: 2406260 127228 2292 9 0 2396937 0
[pid=21622/tid=21623] ppid=21619 vsize=9625040 CPUtime=1788.5 cores=0,2,4,6
/proc/21622/task/21623/stat : 21623 (java) R 21619 21622 21384 0 -1 4202560 2581 0 1 0 178818 32 0 0 20 0 19 0 29928766 9856040960 127228 33554432000 1073741824 1073778376 140734735284064 140475500342496 140475373066648 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21622/tid=21625] ppid=21619 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/21622/task/21625/stat : 21625 (java) S 21619 21622 21384 0 -1 4202560 387 0 0 0 59 8 0 0 20 0 19 0 29928766 9856040960 127228 33554432000 1073741824 1073778376 140734735284064 140475344124200 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21622/tid=21626] ppid=21619 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/21622/task/21626/stat : 21626 (java) S 21619 21622 21384 0 -1 4202560 765 0 0 0 58 9 0 0 20 0 19 0 29928766 9856040960 127228 33554432000 1073741824 1073778376 140734735284064 140475343071400 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21622/tid=21627] ppid=21619 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/21622/task/21627/stat : 21627 (java) S 21619 21622 21384 0 -1 4202560 257 0 0 0 54 7 0 0 20 0 19 0 29928767 9856040960 127228 33554432000 1073741824 1073778376 140734735284064 140475342019112 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21622/tid=21628] ppid=21619 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/21622/task/21628/stat : 21628 (java) S 21619 21622 21384 0 -1 4202560 250 0 0 0 65 6 0 0 20 0 19 0 29928767 9856040960 127228 33554432000 1073741824 1073778376 140734735284064 140475340966312 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21622/tid=21629] ppid=21619 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/21622/task/21629/stat : 21629 (java) S 21619 21622 21384 0 -1 4202560 359 0 0 0 62 6 0 0 20 0 19 0 29928767 9856040960 127228 33554432000 1073741824 1073778376 140734735284064 140475339914024 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21622/tid=21630] ppid=21619 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/21622/task/21630/stat : 21630 (java) S 21619 21622 21384 0 -1 4202560 350 0 0 0 62 5 0 0 20 0 19 0 29928767 9856040960 127228 33554432000 1073741824 1073778376 140734735284064 140475338861224 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21622/tid=21631] ppid=21619 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/21622/task/21631/stat : 21631 (java) S 21619 21622 21384 0 -1 4202560 408 0 0 0 59 5 0 0 20 0 19 0 29928767 9856040960 127228 33554432000 1073741824 1073778376 140734735284064 140475337808936 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21622/tid=21632] ppid=21619 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/21622/task/21632/stat : 21632 (java) S 21619 21622 21384 0 -1 4202560 380 0 0 0 62 6 0 0 20 0 19 0 29928767 9856040960 127228 33554432000 1073741824 1073778376 140734735284064 140475336756136 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21622/tid=21633] ppid=21619 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/21622/task/21633/stat : 21633 (java) S 21619 21622 21384 0 -1 4202560 336 0 0 0 70 2 0 0 20 0 19 0 29928768 9856040960 127228 33554432000 1073741824 1073778376 140734735284064 140475324557544 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21622/tid=21634] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21634/stat : 21634 (java) S 21619 21622 21384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29928768 9856040960 127228 33554432000 1073741824 1073778376 140734735284064 140475323503608 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21622/tid=21635] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21635/stat : 21635 (java) S 21619 21622 21384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29928768 9856040960 127228 33554432000 1073741824 1073778376 140734735284064 140475322451208 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21622/tid=21636] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21636/stat : 21636 (java) S 21619 21622 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29928770 9856040960 127228 33554432000 1073741824 1073778376 140734735284064 140475321399696 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21622/tid=21637] ppid=21619 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/21622/task/21637/stat : 21637 (java) S 21619 21622 21384 0 -1 4202560 1378 0 0 0 22 0 0 0 20 0 19 0 29928770 9856040960 127228 33554432000 1073741824 1073778376 140734735284064 140475320347320 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21622/tid=21638] ppid=21619 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/21622/task/21638/stat : 21638 (java) S 21619 21622 21384 0 -1 4202560 2813 0 0 0 29 0 0 0 20 0 19 0 29928770 9856040960 127228 33554432000 1073741824 1073778376 140734735284064 140475319294520 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21622/tid=21639] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21639/stat : 21639 (java) S 21619 21622 21384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29928770 9856040960 127228 33554432000 1073741824 1073778376 140734735284064 140475318242424 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21622/tid=21640] ppid=21619 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/21622/task/21640/stat : 21640 (java) S 21619 21622 21384 0 -1 4202560 105 0 0 0 25 31 0 0 20 0 19 0 29928770 9856040960 127228 33554432000 1073741824 1073778376 140734735284064 140475317189832 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21622/tid=21642] ppid=21619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21622/task/21642/stat : 21642 (java) S 21619 21622 21384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29928793 9856040960 127228 33554432000 1073741824 1073778376 140734735284064 140475316134824 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

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

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

Child status: 143

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

Real time (s): 1795.67
CPU time (s): 1800.07
CPU user time (s): 1799.18
CPU system time (s): 0.89
CPU usage (%): 100.245
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.71
system time used= 1.3238
maximum resident set size= 642900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11782
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39419
involuntary context switches= 28324

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2214 second user time and 13.9139 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-18 21:39:47
IDJOB=4106849
IDBENCH=48290
IDSOLVER=2546
FILE ID=node107/4106849-1466278787
RUNJOBID= node107-1466276989-21400
PBS_JOBID= 19918269
Free space on /tmp= 71708 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_10_3_15.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106849-1466278787/watcher-4106849-1466278787 -o /tmp/evaluation-result-4106849-1466278787/solver-4106849-1466278787 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1466276989-21400 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106849-1466278787.opb

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

MD5SUM BENCH= a83a124b727fa475751dec9ebe86c153
RANDOM SEED=1550098994

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31106092 kB
Buffers:          158468 kB
Cached:           442428 kB
SwapCached:         3136 kB
Active:           232960 kB
Inactive:         494216 kB
Active(anon):     125760 kB
Inactive(anon):     2864 kB
Active(file):     107200 kB
Inactive(file):   491352 kB
Unevictable:      274052 kB
Mlocked:          241348 kB
SwapTotal:      67108856 kB
SwapFree:       67099620 kB
Dirty:              2056 kB
Writeback:             0 kB
AnonPages:        444132 kB
Mapped:            16532 kB
Shmem:                 0 kB
Slab:             617056 kB
SReclaimable:      60540 kB
SUnreclaim:       556516 kB
KernelStack:        1576 kB
PageTables:         5464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     960376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 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= 71704 MiB
End job on node107 at 2016-06-18 22:09:43