Trace number 3709983

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 specific settings 2.3.2 snapshot? (TO) 1800.62 1795.85

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-73.opb
MD5SUM56a27796f1168612394e164ff5d947f7
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7936
Total number of constraints176837
Number of constraints which are clauses158928
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints17346
Minimum length of a constraint2
Maximum length of a constraint195
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.06/0.08	c version 2.3.2.v20120418
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		501472288
0.06/0.08	c Max memory 		7480803328
0.06/0.08	c Total memory 		504102912
0.06/0.08	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3709983-1338189950.opb
0.09/0.12	c reading problem ... 
2.06/1.41	c ... done. Wall clock time 1.285s.
2.06/1.41	c declared #vars     7936
2.06/1.41	c #constraints  177125
2.06/1.41	c constraints type 
2.06/1.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 121702
2.06/1.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 564
2.06/1.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 37513
2.06/1.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17346
2.06/1.41	c 177125 constraints processed.
3.50/2.30	c cleaning 2495 clauses out of 5002 with flag 5002/5002
4.41/3.20	c cleaning 4246 clauses out of 8506 with flag 11001/11001
5.55/4.26	c cleaning 5628 clauses out of 11263 with flag 18004/18004
6.88/5.51	c cleaning 6812 clauses out of 13631 with flag 26000/26000
8.34/6.91	c cleaning 7910 clauses out of 15819 with flag 35000/35000
9.94/8.51	c cleaning 8946 clauses out of 17909 with flag 45000/45000
11.36/9.99	c cleaning 9975 clauses out of 19964 with flag 56001/56001
13.06/11.68	c cleaning 10991 clauses out of 21992 with flag 68004/68004
15.06/13.68	c cleaning 11990 clauses out of 23997 with flag 81000/81000
17.27/15.84	c cleaning 13000 clauses out of 26009 with flag 95002/95002
19.28/17.85	c cleaning 13999 clauses out of 28007 with flag 110000/110000
21.69/20.27	c cleaning 14997 clauses out of 30008 with flag 126000/126000
24.40/23.00	c cleaning 15991 clauses out of 32011 with flag 143000/143000
27.32/25.88	c cleaning 16994 clauses out of 34022 with flag 161002/161002
30.63/29.15	c cleaning 18010 clauses out of 36027 with flag 180001/180001
34.14/32.63	c cleaning 18991 clauses out of 38016 with flag 200000/200000
37.77/36.25	c cleaning 19978 clauses out of 40026 with flag 221001/221001
42.29/40.75	c cleaning 21004 clauses out of 42047 with flag 243000/243000
46.80/45.27	c cleaning 22020 clauses out of 44045 with flag 266002/266002
51.63/50.00	c cleaning 22881 clauses out of 45807 with flag 290000/290000
56.86/55.23	c cleaning 23961 clauses out of 47927 with flag 315001/315001
61.98/60.35	c cleaning 24974 clauses out of 49966 with flag 341001/341001
68.00/66.31	c cleaning 25917 clauses out of 51917 with flag 368001/368001
75.52/73.86	c cleaning 26996 clauses out of 53999 with flag 396000/396000
81.33/79.62	c cleaning 27998 clauses out of 56005 with flag 425002/425002
86.25/84.52	c cleaning 28954 clauses out of 58006 with flag 455001/455001
93.18/91.44	c cleaning 29491 clauses out of 58992 with flag 486004/486004
101.28/99.56	c cleaning 30692 clauses out of 61500 with flag 518003/518003
109.51/107.72	c cleaning 31870 clauses out of 63749 with flag 551004/551004
117.34/115.51	c cleaning 32876 clauses out of 65875 with flag 585000/585000
125.36/123.53	c cleaning 33730 clauses out of 67469 with flag 620004/620004
133.38/131.55	c cleaning 34327 clauses out of 68786 with flag 656000/656000
141.80/139.97	c cleaning 35598 clauses out of 71232 with flag 693000/693000
150.73/148.86	c cleaning 36391 clauses out of 72849 with flag 731000/731000
160.56/158.61	c cleaning 37701 clauses out of 75413 with flag 770001/770001
170.88/168.92	c cleaning 38787 clauses out of 77665 with flag 810000/810000
181.60/179.67	c cleaning 39895 clauses out of 79879 with flag 851001/851001
193.21/191.28	c cleaning 40946 clauses out of 81984 with flag 893001/893001
204.33/202.33	c cleaning 41977 clauses out of 84037 with flag 936000/936000
215.24/213.21	c cleaning 42987 clauses out of 86061 with flag 980001/980001
225.86/223.81	c cleaning 44014 clauses out of 88073 with flag 1025000/1025000
237.39/235.32	c cleaning 45007 clauses out of 90061 with flag 1071002/1071002
250.71/248.69	c cleaning 45999 clauses out of 92052 with flag 1118000/1118000
263.82/261.77	c cleaning 47018 clauses out of 94056 with flag 1166003/1166003
278.06/275.94	c cleaning 47997 clauses out of 96037 with flag 1215002/1215002
288.88/286.75	c cleaning 48820 clauses out of 97911 with flag 1265000/1265000
295.81/293.63	c cleaning 50008 clauses out of 100091 with flag 1316000/1316000
305.84/303.68	c cleaning 50956 clauses out of 101939 with flag 1368000/1368000
315.94/313.76	c cleaning 51950 clauses out of 103983 with flag 1421000/1421000
326.37/324.10	c cleaning 52824 clauses out of 105652 with flag 1475001/1475001
335.80/333.57	c cleaning 53756 clauses out of 107741 with flag 1530000/1530000
347.04/344.79	c cleaning 54922 clauses out of 109987 with flag 1586002/1586002
356.86/354.52	c cleaning 56014 clauses out of 112063 with flag 1643000/1643000
369.59/367.29	c cleaning 57017 clauses out of 114052 with flag 1701003/1701003
386.11/383.75	c cleaning 57979 clauses out of 116033 with flag 1760001/1760001
401.24/398.82	c cleaning 59001 clauses out of 118053 with flag 1820000/1820000
420.27/417.88	c cleaning 59993 clauses out of 120056 with flag 1881004/1881004
438.10/435.64	c cleaning 61011 clauses out of 122064 with flag 1943005/1943005
458.63/456.11	c cleaning 61987 clauses out of 124048 with flag 2006000/2006000
477.96/475.40	c cleaning 62990 clauses out of 126061 with flag 2070000/2070000
494.39/491.87	c cleaning 63976 clauses out of 128072 with flag 2135001/2135001
508.64/506.07	c cleaning 64905 clauses out of 130096 with flag 2201001/2201001
525.27/522.66	c cleaning 66052 clauses out of 132190 with flag 2268000/2268000
539.29/536.70	c cleaning 66996 clauses out of 134138 with flag 2336000/2336000
555.43/552.75	c cleaning 66546 clauses out of 133193 with flag 2405000/2405000
572.13/569.47	c cleaning 68269 clauses out of 136638 with flag 2475001/2475001
591.38/588.61	c cleaning 69629 clauses out of 139370 with flag 2546002/2546002
612.11/609.34	c cleaning 70817 clauses out of 141740 with flag 2618001/2618001
626.95/624.12	c cleaning 71786 clauses out of 143922 with flag 2691000/2691000
641.89/639.05	c cleaning 73022 clauses out of 146137 with flag 2765001/2765001
664.93/662.05	c cleaning 74017 clauses out of 148108 with flag 2840003/2840003
690.45/687.52	c cleaning 74997 clauses out of 150090 with flag 2916002/2916002
711.67/708.74	c cleaning 75960 clauses out of 152092 with flag 2993001/2993001
732.00/729.09	c cleaning 77046 clauses out of 154132 with flag 3071001/3071001
759.44/756.49	c cleaning 77994 clauses out of 156089 with flag 3150004/3150004
787.87/784.83	c cleaning 79041 clauses out of 158092 with flag 3230001/3230001
814.50/811.44	c cleaning 80006 clauses out of 160052 with flag 3311002/3311002
839.26/836.16	c cleaning 81006 clauses out of 162038 with flag 3393001/3393001
862.47/859.34	c cleaning 81940 clauses out of 164029 with flag 3476000/3476000
891.80/888.65	c cleaning 82993 clauses out of 166085 with flag 3560001/3560001
922.34/919.17	c cleaning 84036 clauses out of 168093 with flag 3645002/3645002
948.28/945.03	c cleaning 84992 clauses out of 170046 with flag 3731002/3731002
966.39/963.10	c cleaning 85967 clauses out of 172051 with flag 3818001/3818001
984.01/980.77	c cleaning 87022 clauses out of 174071 with flag 3906000/3906000
1011.14/1007.81	c cleaning 87894 clauses out of 175875 with flag 3995000/3995000
1038.49/1035.19	c cleaning 88979 clauses out of 177982 with flag 4085001/4085001
1065.44/1062.02	c cleaning 89934 clauses out of 180002 with flag 4176000/4176000
1097.96/1094.56	c cleaning 91011 clauses out of 182068 with flag 4268000/4268000
1127.22/1123.78	c cleaning 91928 clauses out of 184004 with flag 4361000/4361000
1159.96/1156.47	c cleaning 93020 clauses out of 186076 with flag 4455000/4455000
1195.41/1191.87	c cleaning 93985 clauses out of 188056 with flag 4550000/4550000
1229.64/1226.06	c cleaning 95025 clauses out of 190073 with flag 4646002/4646002
1261.97/1258.33	c cleaning 95989 clauses out of 192049 with flag 4743003/4743003
1288.72/1285.00	c cleaning 96970 clauses out of 194060 with flag 4841003/4841003
1321.26/1317.52	c cleaning 97986 clauses out of 196087 with flag 4940000/4940000
1352.79/1349.01	c cleaning 99033 clauses out of 198102 with flag 5040001/5040001
1377.90/1374.02	c cleaning 100021 clauses out of 200059 with flag 5141001/5141001
1410.31/1406.44	c cleaning 100935 clauses out of 201963 with flag 5243002/5243002
1451.44/1447.60	c cleaning 101977 clauses out of 204026 with flag 5346000/5346000
1495.08/1491.19	c cleaning 103014 clauses out of 206051 with flag 5450002/5450002
1534.33/1530.36	c cleaning 103979 clauses out of 208036 with flag 5555001/5555001
1568.84/1564.85	c cleaning 104994 clauses out of 210056 with flag 5661000/5661000
1600.45/1596.46	c cleaning 106011 clauses out of 212064 with flag 5768002/5768002
1628.59/1624.57	c cleaning 106898 clauses out of 213894 with flag 5876000/5876000
1676.01/1672.00	c cleaning 107982 clauses out of 215997 with flag 5985001/5985001
1718.06/1713.94	c cleaning 108949 clauses out of 218016 with flag 6095002/6095002
1751.50/1747.37	c cleaning 109970 clauses out of 220065 with flag 6206000/6206000
1784.53/1780.39	c cleaning 110996 clauses out of 222095 with flag 6318000/6318000
1800.06/1795.81	c starts		: 274
1800.06/1795.81	c conflicts		: 6378734
1800.06/1795.81	c decisions		: 12714595
1800.06/1795.81	c propagations		: 1990690166
1800.06/1795.81	c inspects		: 25560980494
1800.06/1795.81	c shortcuts		: 0
1800.06/1795.81	c learnt literals	: 37
1800.06/1795.81	c learnt binary clauses	: 671
1800.06/1795.81	c learnt ternary clauses	: 3425
1800.06/1795.81	c learnt constraints	: 6378697
1800.06/1795.81	c ignored constraints	: 0
1800.06/1795.81	c root simplifications	: 311
1800.06/1795.81	c removed literals (reason simplification)	: 219077132
1800.06/1795.81	c reason swapping (by a shorter reason)	: 0
1800.06/1795.81	c Calls to reduceDB	: 108
1800.06/1795.81	c number of reductions to clauses (during analyze)	: 0
1800.06/1795.81	c number of learned constraints concerned by reduction	: 0
1800.06/1795.81	c number of learning phase by resolution	: 0
1800.06/1795.81	c number of learning phase by cutting planes	: 0
1800.06/1795.81	c speed (assignments/second)	: 1109396.8095007215
1800.06/1795.81	c non guided choices	197429
1800.06/1795.84	c learnt constraints type 
1800.06/1795.84	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 546
1800.06/1795.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 171356
1800.06/1795.84	c constraints type 
1800.06/1795.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 121702
1800.06/1795.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 564
1800.06/1795.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 37513
1800.06/1795.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17346
1800.06/1795.84	c 177125 constraints processed.
1800.06/1795.84	s UNKNOWN
1800.06/1795.84	c Total wall clock time (in seconds): 1795.72

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-3709983-1338189950/watcher-3709983-1338189950 -o /tmp/evaluation-result-3709983-1338189950/solver-3709983-1338189950 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709983-1338189950.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.92 1.98 1.99 3/194 18389
/proc/meminfo: memFree=28725196/32873648 swapFree=6860/6860
[pid=18389] ppid=18387 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/18389/stat : 18389 (java) D 18387 18389 13368 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 285121037 9515008 182 33554432000 1073741824 1073778376 140736766832080 140736766823112 266435641013 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/18389/statm: 2323 182 140 9 0 71 0

[startup+0.0874899 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 18389
/proc/meminfo: memFree=28725196/32873648 swapFree=6860/6860
[pid=18389] ppid=18387 vsize=9558440 CPUtime=0.06 cores=0,2,4,6
/proc/18389/stat : 18389 (java) S 18387 18389 13368 0 -1 4202496 3491 0 1 0 5 1 0 0 20 0 18 0 285121037 9787842560 4699 33554432000 1073741824 1073778376 140737390261984 140737390253120 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18389/statm: 2389610 4700 1779 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558440

[startup+0.100241 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 18389
/proc/meminfo: memFree=28725196/32873648 swapFree=6860/6860
[pid=18389] ppid=18387 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/18389/stat : 18389 (java) S 18387 18389 13368 0 -1 4202496 4259 0 1 0 8 1 0 0 20 0 18 0 285121037 9787842560 5466 33554432000 1073741824 1073778376 140737390261984 140737390253120 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18389/statm: 2389610 5466 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.30022 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 18389
/proc/meminfo: memFree=28725196/32873648 swapFree=6860/6860
[pid=18389] ppid=18387 vsize=9558440 CPUtime=0.46 cores=0,2,4,6
/proc/18389/stat : 18389 (java) S 18387 18389 13368 0 -1 4202496 5555 0 1 0 44 2 0 0 20 0 18 0 285121037 9787842560 8349 33554432000 1073741824 1073778376 140737390261984 140737390253120 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18389/statm: 2389610 8349 2224 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558440

[startup+0.700243 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 18389
/proc/meminfo: memFree=28725196/32873648 swapFree=6860/6860
[pid=18389] ppid=18387 vsize=9558440 CPUtime=1.13 cores=0,2,4,6
/proc/18389/stat : 18389 (java) S 18387 18389 13368 0 -1 4202496 6772 0 1 0 108 5 0 0 20 0 18 0 285121037 9787842560 40764 33554432000 1073741824 1073778376 140737390261984 140737390253120 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18389/statm: 2389610 40764 2255 9 0 2380296 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9558440

[startup+1.50069 s]
/proc/loadavg: 1.92 1.98 1.99 5/212 18407
/proc/meminfo: memFree=28558564/32873648 swapFree=6860/6860
[pid=18389] ppid=18387 vsize=9625004 CPUtime=2.31 cores=0,2,4,6
/proc/18389/stat : 18389 (java) S 18387 18389 13368 0 -1 4202496 8332 0 1 0 224 7 0 0 20 0 19 0 285121037 9856004096 50565 33554432000 1073741824 1073778376 140737390261984 140737390253120 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18389/statm: 2406251 50565 2267 9 0 2396937 0
[pid=18389/tid=18391] ppid=18387 vsize=9625004 CPUtime=1.39 cores=0,2,4,6
/proc/18389/task/18391/stat : 18391 (java) R 18387 18389 13368 0 -1 4202560 2577 0 1 0 134 5 0 0 20 0 19 0 285121038 9856004096 50565 33554432000 1073741824 1073778376 140737390261984 140642631721136 140642479095068 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18392] ppid=18387 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/18389/task/18392/stat : 18392 (java) S 18387 18389 13368 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 285121039 9856004096 50565 33554432000 1073741824 1073778376 140737390261984 140642604181928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18389/tid=18393] ppid=18387 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/18389/task/18393/stat : 18393 (java) S 18387 18389 13368 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 285121039 9856004096 50565 33554432000 1073741824 1073778376 140737390261984 140642603129384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18389/tid=18394] ppid=18387 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/18389/task/18394/stat : 18394 (java) S 18387 18389 13368 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 19 0 285121039 9856004096 50565 33554432000 1073741824 1073778376 140737390261984 140642602076328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18389/tid=18395] ppid=18387 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/18389/task/18395/stat : 18395 (java) S 18387 18389 13368 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 285121039 9856004096 50565 33554432000 1073741824 1073778376 140737390261984 140642601023784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18389/tid=18396] ppid=18387 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/18389/task/18396/stat : 18396 (java) S 18387 18389 13368 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 285121040 9856004096 50565 33554432000 1073741824 1073778376 140737390261984 140642599971752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18389/tid=18397] ppid=18387 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/18389/task/18397/stat : 18397 (java) S 18387 18389 13368 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 285121040 9856004096 50565 33554432000 1073741824 1073778376 140737390261984 140642598919208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18398] ppid=18387 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/18389/task/18398/stat : 18398 (java) S 18387 18389 13368 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 285121040 9856004096 50565 33554432000 1073741824 1073778376 140737390261984 140642597866152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18389/tid=18399] ppid=18387 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/18389/task/18399/stat : 18399 (java) S 18387 18389 13368 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 285121040 9856004096 50565 33554432000 1073741824 1073778376 140737390261984 140642468014888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18389/tid=18400] ppid=18387 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18389/task/18400/stat : 18400 (java) S 18387 18389 13368 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 285121041 9856004096 50565 33554432000 1073741824 1073778376 140737390261984 140641985067368 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18401] ppid=18387 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18389/task/18401/stat : 18401 (java) S 18387 18389 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285121041 9856004096 50565 33554432000 1073741824 1073778376 140737390261984 140641984013688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18402] ppid=18387 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18389/task/18402/stat : 18402 (java) S 18387 18389 13368 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 285121041 9856004096 50565 33554432000 1073741824 1073778376 140737390261984 140641982960520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18403] ppid=18387 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18389/task/18403/stat : 18403 (java) S 18387 18389 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285121043 9856004096 50565 33554432000 1073741824 1073778376 140737390261984 140641981909264 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18404] ppid=18387 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/18389/task/18404/stat : 18404 (java) R 18387 18389 13368 0 -1 4202560 2490 0 0 0 34 0 0 0 20 0 19 0 285121043 9856004096 50565 33554432000 1073741824 1073778376 140737390261984 140641980844120 140642634500917 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18389/tid=18405] ppid=18387 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/18389/task/18405/stat : 18405 (java) R 18387 18389 13368 0 -1 4202560 1913 0 0 0 29 0 0 0 20 0 19 0 285121043 9856004096 50565 33554432000 1073741824 1073778376 140737390261984 140641979804584 140642634445228 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18389/tid=18406] ppid=18387 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18389/task/18406/stat : 18406 (java) S 18387 18389 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285121044 9856004096 50565 33554432000 1073741824 1073778376 140737390261984 140641978751736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18389/tid=18407] ppid=18387 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18389/task/18407/stat : 18407 (java) S 18387 18389 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285121044 9856004096 50565 33554432000 1073741824 1073778376 140737390261984 140641977699400 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 9625004

[startup+3.10072 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 18408
/proc/meminfo: memFree=28528220/32873648 swapFree=6860/6860
[pid=18389] ppid=18387 vsize=9625004 CPUtime=4.41 cores=0,2,4,6
/proc/18389/stat : 18389 (java) S 18387 18389 13368 0 -1 4202496 10712 0 1 0 429 12 0 0 20 0 19 0 285121037 9856004096 62008 33554432000 1073741824 1073778376 140737390261984 140737390253120 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18389/statm: 2406251 62008 2289 9 0 2396937 0
[pid=18389/tid=18391] ppid=18387 vsize=9625004 CPUtime=2.9 cores=0,2,4,6
/proc/18389/task/18391/stat : 18391 (java) R 18387 18389 13368 0 -1 4202560 2578 0 1 0 285 5 0 0 20 0 19 0 285121038 9856004096 62008 33554432000 1073741824 1073778376 140737390261984 140642631729576 140642479838944 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18392] ppid=18387 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/18389/task/18392/stat : 18392 (java) S 18387 18389 13368 0 -1 4202560 33 0 0 0 4 2 0 0 20 0 19 0 285121039 9856004096 62008 33554432000 1073741824 1073778376 140737390261984 140642604181928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18389/tid=18393] ppid=18387 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/18389/task/18393/stat : 18393 (java) S 18387 18389 13368 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 285121039 9856004096 62008 33554432000 1073741824 1073778376 140737390261984 140642603129384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18389/tid=18394] ppid=18387 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/18389/task/18394/stat : 18394 (java) S 18387 18389 13368 0 -1 4202560 22 0 0 0 4 1 0 0 20 0 19 0 285121039 9856004096 62008 33554432000 1073741824 1073778376 140737390261984 140642602076328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18395] ppid=18387 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/18389/task/18395/stat : 18395 (java) S 18387 18389 13368 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 285121039 9856004096 62008 33554432000 1073741824 1073778376 140737390261984 140642601023784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18389/tid=18396] ppid=18387 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/18389/task/18396/stat : 18396 (java) S 18387 18389 13368 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 285121040 9856004096 62008 33554432000 1073741824 1073778376 140737390261984 140642599971752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18389/tid=18397] ppid=18387 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/18389/task/18397/stat : 18397 (java) S 18387 18389 13368 0 -1 4202560 20 0 0 0 3 1 0 0 20 0 19 0 285121040 9856004096 62008 33554432000 1073741824 1073778376 140737390261984 140642598919208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18389/tid=18398] ppid=18387 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/18389/task/18398/stat : 18398 (java) S 18387 18389 13368 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 285121040 9856004096 62008 33554432000 1073741824 1073778376 140737390261984 140642597866152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18399] ppid=18387 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/18389/task/18399/stat : 18399 (java) S 18387 18389 13368 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 285121040 9856004096 62008 33554432000 1073741824 1073778376 140737390261984 140642468014888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18389/tid=18400] ppid=18387 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/18389/task/18400/stat : 18400 (java) S 18387 18389 13368 0 -1 4202560 102 0 0 0 5 0 0 0 20 0 19 0 285121041 9856004096 62008 33554432000 1073741824 1073778376 140737390261984 140641985067368 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18389/tid=18401] ppid=18387 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18389/task/18401/stat : 18401 (java) S 18387 18389 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285121041 9856004096 62008 33554432000 1073741824 1073778376 140737390261984 140641984013688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18402] ppid=18387 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18389/task/18402/stat : 18402 (java) S 18387 18389 13368 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 285121041 9856004096 62008 33554432000 1073741824 1073778376 140737390261984 140641982960520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18403] ppid=18387 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18389/task/18403/stat : 18403 (java) S 18387 18389 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285121043 9856004096 62008 33554432000 1073741824 1073778376 140737390261984 140641981909264 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18404] ppid=18387 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/18389/task/18404/stat : 18404 (java) S 18387 18389 13368 0 -1 4202560 3957 0 0 0 54 0 0 0 20 0 19 0 285121043 9856004096 62008 33554432000 1073741824 1073778376 140737390261984 140641980857144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18389/tid=18405] ppid=18387 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/18389/task/18405/stat : 18405 (java) S 18387 18389 13368 0 -1 4202560 2745 0 0 0 50 0 0 0 20 0 19 0 285121043 9856004096 62008 33554432000 1073741824 1073778376 140737390261984 140641979804600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18389/tid=18406] ppid=18387 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18389/task/18406/stat : 18406 (java) S 18387 18389 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285121044 9856004096 62008 33554432000 1073741824 1073778376 140737390261984 140641978751736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18389/tid=18407] ppid=18387 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18389/task/18407/stat : 18407 (java) S 18387 18389 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285121044 9856004096 62008 33554432000 1073741824 1073778376 140737390261984 140641977699400 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18389/tid=18408] ppid=18387 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18389/task/18408/stat : 18408 (java) S 18387 18389 13368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 285121180 9856004096 62008 33554432000 1073741824 1073778376 140737390261984 140641976644648 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 9625004

[startup+6.30062 s]
/proc/loadavg: 1.93 1.98 1.99 4/213 18408
/proc/meminfo: memFree=28482040/32873648 swapFree=6860/6860
[pid=18389] ppid=18387 vsize=9625004 CPUtime=7.74 cores=0,2,4,6
/proc/18389/stat : 18389 (java) S 18387 18389 13368 0 -1 4202496 11682 0 1 0 761 13 0 0 20 0 19 0 285121037 9856004096 63205 33554432000 1073741824 1073778376 140737390261984 140737390253120 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18389/statm: 2406251 63205 2289 9 0 2396937 0
[pid=18389/tid=18391] ppid=18387 vsize=9625004 CPUtime=5.92 cores=0,2,4,6
/proc/18389/task/18391/stat : 18391 (java) R 18387 18389 13368 0 -1 4202560 2582 0 1 0 587 5 0 0 20 0 19 0 285121038 9856004096 63205 33554432000 1073741824 1073778376 140737390261984 140642631729576 140642479735289 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18392] ppid=18387 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/18389/task/18392/stat : 18392 (java) S 18387 18389 13368 0 -1 4202560 34 0 0 0 5 2 0 0 20 0 19 0 285121039 9856004096 63205 33554432000 1073741824 1073778376 140737390261984 140642604181928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18389/tid=18393] ppid=18387 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/18389/task/18393/stat : 18393 (java) S 18387 18389 13368 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 19 0 285121039 9856004096 63205 33554432000 1073741824 1073778376 140737390261984 140642603129384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18389/tid=18394] ppid=18387 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/18389/task/18394/stat : 18394 (java) S 18387 18389 13368 0 -1 4202560 22 0 0 0 4 2 0 0 20 0 19 0 285121039 9856004096 63205 33554432000 1073741824 1073778376 140737390261984 140642602076328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18389/tid=18395] ppid=18387 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/18389/task/18395/stat : 18395 (java) S 18387 18389 13368 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 19 0 285121039 9856004096 63205 33554432000 1073741824 1073778376 140737390261984 140642601023784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18389/tid=18396] ppid=18387 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/18389/task/18396/stat : 18396 (java) S 18387 18389 13368 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 285121040 9856004096 63205 33554432000 1073741824 1073778376 140737390261984 140642599971752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18397] ppid=18387 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/18389/task/18397/stat : 18397 (java) S 18387 18389 13368 0 -1 4202560 21 0 0 0 3 1 0 0 20 0 19 0 285121040 9856004096 63205 33554432000 1073741824 1073778376 140737390261984 140642598919208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18389/tid=18398] ppid=18387 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/18389/task/18398/stat : 18398 (java) S 18387 18389 13368 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 285121040 9856004096 63205 33554432000 1073741824 1073778376 140737390261984 140642597866152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18399] ppid=18387 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/18389/task/18399/stat : 18399 (java) S 18387 18389 13368 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 285121040 9856004096 63205 33554432000 1073741824 1073778376 140737390261984 140642468014888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18389/tid=18400] ppid=18387 vsize=9625004 CPUtime=0.22 cores=0,2,4,6
/proc/18389/task/18400/stat : 18400 (java) S 18387 18389 13368 0 -1 4202560 124 0 0 0 22 0 0 0 20 0 19 0 285121041 9856004096 63205 33554432000 1073741824 1073778376 140737390261984 140641985067368 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18389/tid=18401] ppid=18387 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18389/task/18401/stat : 18401 (java) S 18387 18389 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285121041 9856004096 63205 33554432000 1073741824 1073778376 140737390261984 140641984013688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18402] ppid=18387 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18389/task/18402/stat : 18402 (java) S 18387 18389 13368 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 285121041 9856004096 63205 33554432000 1073741824 1073778376 140737390261984 140641982960520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18403] ppid=18387 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18389/task/18403/stat : 18403 (java) S 18387 18389 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285121043 9856004096 63205 33554432000 1073741824 1073778376 140737390261984 140641981909264 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18404] ppid=18387 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/18389/task/18404/stat : 18404 (java) S 18387 18389 13368 0 -1 4202560 3957 0 0 0 55 0 0 0 20 0 19 0 285121043 9856004096 63205 33554432000 1073741824 1073778376 140737390261984 140641980857144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18389/tid=18405] ppid=18387 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/18389/task/18405/stat : 18405 (java) S 18387 18389 13368 0 -1 4202560 3668 0 0 0 59 0 0 0 20 0 19 0 285121043 9856004096 63205 33554432000 1073741824 1073778376 140737390261984 140641979804600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18389/tid=18406] ppid=18387 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18389/task/18406/stat : 18406 (java) S 18387 18389 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285121044 9856004096 63205 33554432000 1073741824 1073778376 140737390261984 140641978751736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18389/tid=18407] ppid=18387 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18389/task/18407/stat : 18407 (java) S 18387 18389 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285121044 9856004096 63205 33554432000 1073741824 1073778376 140737390261984 140641977699400 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18389/tid=18408] ppid=18387 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18389/task/18408/stat : 18408 (java) S 18387 18389 13368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 285121180 9856004096 63205 33554432000 1073741824 1073778376 140737390261984 140641976644648 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.74
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 18408
/proc/meminfo: memFree=28481220/32873648 swapFree=6860/6860

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

[pid=18389/tid=18397] ppid=18387 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/18389/task/18397/stat : 18397 (java) S 18387 18389 13368 0 -1 4202560 190 0 0 0 43 2 0 0 20 0 19 0 285121040 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140642598919208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18398] ppid=18387 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/18389/task/18398/stat : 18398 (java) S 18387 18389 13368 0 -1 4202560 168 0 0 0 49 2 0 0 20 0 19 0 285121040 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140642597866152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18389/tid=18399] ppid=18387 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/18389/task/18399/stat : 18399 (java) S 18387 18389 13368 0 -1 4202560 179 0 0 0 45 2 0 0 20 0 19 0 285121040 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140642468014888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18389/tid=18400] ppid=18387 vsize=9625004 CPUtime=8.09 cores=0,2,4,6
/proc/18389/task/18400/stat : 18400 (java) S 18387 18389 13368 0 -1 4202560 234 0 0 0 807 2 0 0 20 0 19 0 285121041 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140641985067368 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18389/tid=18401] ppid=18387 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18389/task/18401/stat : 18401 (java) S 18387 18389 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285121041 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140641984013688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18402] ppid=18387 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18389/task/18402/stat : 18402 (java) S 18387 18389 13368 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 285121041 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140641982960520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18403] ppid=18387 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18389/task/18403/stat : 18403 (java) S 18387 18389 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285121043 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140641981909264 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18404] ppid=18387 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/18389/task/18404/stat : 18404 (java) S 18387 18389 13368 0 -1 4202560 3957 0 0 0 55 0 0 0 20 0 19 0 285121043 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140641980857144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18389/tid=18405] ppid=18387 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/18389/task/18405/stat : 18405 (java) S 18387 18389 13368 0 -1 4202560 3869 0 0 0 63 0 0 0 20 0 19 0 285121043 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140641979804600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18389/tid=18406] ppid=18387 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18389/task/18406/stat : 18406 (java) S 18387 18389 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285121044 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140641978751736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18389/tid=18407] ppid=18387 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/18389/task/18407/stat : 18407 (java) S 18387 18389 13368 0 -1 4202560 99 0 0 0 29 24 0 0 20 0 19 0 285121044 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140641977699400 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18389/tid=18408] ppid=18387 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18389/task/18408/stat : 18408 (java) S 18387 18389 13368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 285121180 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140641976644648 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1726.49
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 18482
/proc/meminfo: memFree=29787696/32873648 swapFree=6860/6860
[pid=18389] ppid=18387 vsize=9625004 CPUtime=1786.55 cores=0,2,4,6
/proc/18389/stat : 18389 (java) S 18387 18389 13368 0 -1 4202496 13621 0 1 0 178610 45 0 0 20 0 19 0 285121037 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140737390253120 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18389/statm: 2406251 74614 2290 9 0 2396937 0
[pid=18389/tid=18391] ppid=18387 vsize=9625004 CPUtime=1772.81 cores=0,2,4,6
/proc/18389/task/18391/stat : 18391 (java) R 18387 18389 13368 0 -1 4202560 2687 0 1 0 177248 33 0 0 20 0 19 0 285121038 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140642631729456 140642479684366 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18392] ppid=18387 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/18389/task/18392/stat : 18392 (java) S 18387 18389 13368 0 -1 4202560 140 0 0 0 53 3 0 0 20 0 19 0 285121039 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140642604181928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18389/tid=18393] ppid=18387 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/18389/task/18393/stat : 18393 (java) S 18387 18389 13368 0 -1 4202560 231 0 0 0 49 1 0 0 20 0 19 0 285121039 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140642603129384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18389/tid=18394] ppid=18387 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/18389/task/18394/stat : 18394 (java) S 18387 18389 13368 0 -1 4202560 241 0 0 0 43 2 0 0 20 0 19 0 285121039 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140642602076328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18389/tid=18395] ppid=18387 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/18389/task/18395/stat : 18395 (java) S 18387 18389 13368 0 -1 4202560 277 0 0 0 47 1 0 0 20 0 19 0 285121039 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140642601023784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18389/tid=18396] ppid=18387 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/18389/task/18396/stat : 18396 (java) S 18387 18389 13368 0 -1 4202560 154 0 0 0 45 0 0 0 20 0 19 0 285121040 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140642599971752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18397] ppid=18387 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/18389/task/18397/stat : 18397 (java) S 18387 18389 13368 0 -1 4202560 190 0 0 0 45 2 0 0 20 0 19 0 285121040 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140642598919208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18398] ppid=18387 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/18389/task/18398/stat : 18398 (java) S 18387 18389 13368 0 -1 4202560 168 0 0 0 50 2 0 0 20 0 19 0 285121040 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140642597866152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18399] ppid=18387 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/18389/task/18399/stat : 18399 (java) S 18387 18389 13368 0 -1 4202560 179 0 0 0 47 2 0 0 20 0 19 0 285121040 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140642468014888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18389/tid=18400] ppid=18387 vsize=9625004 CPUtime=8.3 cores=0,2,4,6
/proc/18389/task/18400/stat : 18400 (java) S 18387 18389 13368 0 -1 4202560 238 0 0 0 828 2 0 0 20 0 19 0 285121041 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140641985067368 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18389/tid=18401] ppid=18387 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18389/task/18401/stat : 18401 (java) S 18387 18389 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285121041 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140641984013688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18402] ppid=18387 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18389/task/18402/stat : 18402 (java) S 18387 18389 13368 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 285121041 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140641982960520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18403] ppid=18387 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18389/task/18403/stat : 18403 (java) S 18387 18389 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285121043 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140641981909264 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18404] ppid=18387 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/18389/task/18404/stat : 18404 (java) S 18387 18389 13368 0 -1 4202560 3957 0 0 0 55 0 0 0 20 0 19 0 285121043 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140641980857144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18389/tid=18405] ppid=18387 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/18389/task/18405/stat : 18405 (java) S 18387 18389 13368 0 -1 4202560 3869 0 0 0 63 0 0 0 20 0 19 0 285121043 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140641979804600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18389/tid=18406] ppid=18387 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18389/task/18406/stat : 18406 (java) S 18387 18389 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285121044 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140641978751736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18389/tid=18407] ppid=18387 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/18389/task/18407/stat : 18407 (java) S 18387 18389 13368 0 -1 4202560 103 0 0 0 30 25 0 0 20 0 19 0 285121044 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140641977699400 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18408] ppid=18387 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18389/task/18408/stat : 18408 (java) S 18387 18389 13368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 285121180 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140641976644648 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1786.55
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.8 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 18482
/proc/meminfo: memFree=29787820/32873648 swapFree=6860/6860
[pid=18389] ppid=18387 vsize=9625004 CPUtime=1800.06 cores=0,2,4,6
/proc/18389/stat : 18389 (java) S 18387 18389 13368 0 -1 4202496 13621 0 1 0 179960 46 0 0 20 0 19 0 285121037 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140737390253120 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18389/statm: 2406251 74614 2290 9 0 2396937 0
[pid=18389/tid=18391] ppid=18387 vsize=9625004 CPUtime=1786.31 cores=0,2,4,6
/proc/18389/task/18391/stat : 18391 (java) R 18387 18389 13368 0 -1 4202560 2687 0 1 0 178597 34 0 0 20 0 19 0 285121038 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140642631729456 140642479729838 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18392] ppid=18387 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/18389/task/18392/stat : 18392 (java) S 18387 18389 13368 0 -1 4202560 140 0 0 0 53 3 0 0 20 0 19 0 285121039 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140642604181928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18389/tid=18393] ppid=18387 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/18389/task/18393/stat : 18393 (java) S 18387 18389 13368 0 -1 4202560 231 0 0 0 49 1 0 0 20 0 19 0 285121039 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140642603129384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18389/tid=18394] ppid=18387 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/18389/task/18394/stat : 18394 (java) S 18387 18389 13368 0 -1 4202560 241 0 0 0 43 2 0 0 20 0 19 0 285121039 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140642602076328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18389/tid=18395] ppid=18387 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/18389/task/18395/stat : 18395 (java) S 18387 18389 13368 0 -1 4202560 277 0 0 0 47 1 0 0 20 0 19 0 285121039 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140642601023784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18389/tid=18396] ppid=18387 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/18389/task/18396/stat : 18396 (java) S 18387 18389 13368 0 -1 4202560 154 0 0 0 45 0 0 0 20 0 19 0 285121040 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140642599971752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18397] ppid=18387 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/18389/task/18397/stat : 18397 (java) S 18387 18389 13368 0 -1 4202560 190 0 0 0 45 2 0 0 20 0 19 0 285121040 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140642598919208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18398] ppid=18387 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/18389/task/18398/stat : 18398 (java) S 18387 18389 13368 0 -1 4202560 168 0 0 0 50 2 0 0 20 0 19 0 285121040 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140642597866152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18399] ppid=18387 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/18389/task/18399/stat : 18399 (java) S 18387 18389 13368 0 -1 4202560 179 0 0 0 47 2 0 0 20 0 19 0 285121040 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140642468014888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18389/tid=18400] ppid=18387 vsize=9625004 CPUtime=8.3 cores=0,2,4,6
/proc/18389/task/18400/stat : 18400 (java) S 18387 18389 13368 0 -1 4202560 238 0 0 0 828 2 0 0 20 0 19 0 285121041 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140641985067368 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18389/tid=18401] ppid=18387 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18389/task/18401/stat : 18401 (java) S 18387 18389 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285121041 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140641984013688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18402] ppid=18387 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18389/task/18402/stat : 18402 (java) S 18387 18389 13368 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 285121041 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140641982960520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18403] ppid=18387 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18389/task/18403/stat : 18403 (java) S 18387 18389 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285121043 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140641981909264 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18404] ppid=18387 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/18389/task/18404/stat : 18404 (java) S 18387 18389 13368 0 -1 4202560 3957 0 0 0 55 0 0 0 20 0 19 0 285121043 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140641980857144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18389/tid=18405] ppid=18387 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/18389/task/18405/stat : 18405 (java) S 18387 18389 13368 0 -1 4202560 3869 0 0 0 63 0 0 0 20 0 19 0 285121043 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140641979804600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18389/tid=18406] ppid=18387 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18389/task/18406/stat : 18406 (java) S 18387 18389 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285121044 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140641978751736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18389/tid=18407] ppid=18387 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/18389/task/18407/stat : 18407 (java) S 18387 18389 13368 0 -1 4202560 103 0 0 0 30 25 0 0 20 0 19 0 285121044 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140641977699400 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18408] ppid=18387 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18389/task/18408/stat : 18408 (java) S 18387 18389 13368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 285121180 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140641976644648 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1795.8 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 18482
/proc/meminfo: memFree=29787820/32873648 swapFree=6860/6860
[pid=18389] ppid=18387 vsize=9625004 CPUtime=1800.06 cores=0,2,4,6
/proc/18389/stat : 18389 (java) S 18387 18389 13368 0 -1 4202496 13621 0 1 0 179960 46 0 0 20 0 19 0 285121037 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140737390253120 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18389/statm: 2406251 74614 2290 9 0 2396937 0
[pid=18389/tid=18391] ppid=18387 vsize=9625004 CPUtime=1786.31 cores=0,2,4,6
/proc/18389/task/18391/stat : 18391 (java) R 18387 18389 13368 0 -1 4202560 2687 0 1 0 178597 34 0 0 20 0 19 0 285121038 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140642631729456 140642479729838 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18392] ppid=18387 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/18389/task/18392/stat : 18392 (java) S 18387 18389 13368 0 -1 4202560 140 0 0 0 53 3 0 0 20 0 19 0 285121039 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140642604181928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18389/tid=18393] ppid=18387 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/18389/task/18393/stat : 18393 (java) S 18387 18389 13368 0 -1 4202560 231 0 0 0 49 1 0 0 20 0 19 0 285121039 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140642603129384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18389/tid=18394] ppid=18387 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/18389/task/18394/stat : 18394 (java) S 18387 18389 13368 0 -1 4202560 241 0 0 0 43 2 0 0 20 0 19 0 285121039 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140642602076328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18389/tid=18395] ppid=18387 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/18389/task/18395/stat : 18395 (java) S 18387 18389 13368 0 -1 4202560 277 0 0 0 47 1 0 0 20 0 19 0 285121039 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140642601023784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18389/tid=18396] ppid=18387 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/18389/task/18396/stat : 18396 (java) S 18387 18389 13368 0 -1 4202560 154 0 0 0 45 0 0 0 20 0 19 0 285121040 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140642599971752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18397] ppid=18387 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/18389/task/18397/stat : 18397 (java) S 18387 18389 13368 0 -1 4202560 190 0 0 0 45 2 0 0 20 0 19 0 285121040 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140642598919208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18398] ppid=18387 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/18389/task/18398/stat : 18398 (java) S 18387 18389 13368 0 -1 4202560 168 0 0 0 50 2 0 0 20 0 19 0 285121040 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140642597866152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18399] ppid=18387 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/18389/task/18399/stat : 18399 (java) S 18387 18389 13368 0 -1 4202560 179 0 0 0 47 2 0 0 20 0 19 0 285121040 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140642468014888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18389/tid=18400] ppid=18387 vsize=9625004 CPUtime=8.3 cores=0,2,4,6
/proc/18389/task/18400/stat : 18400 (java) S 18387 18389 13368 0 -1 4202560 238 0 0 0 828 2 0 0 20 0 19 0 285121041 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140641985067368 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18389/tid=18401] ppid=18387 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18389/task/18401/stat : 18401 (java) S 18387 18389 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285121041 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140641984013688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18402] ppid=18387 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18389/task/18402/stat : 18402 (java) S 18387 18389 13368 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 285121041 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140641982960520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18403] ppid=18387 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18389/task/18403/stat : 18403 (java) S 18387 18389 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285121043 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140641981909264 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18404] ppid=18387 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/18389/task/18404/stat : 18404 (java) S 18387 18389 13368 0 -1 4202560 3957 0 0 0 55 0 0 0 20 0 19 0 285121043 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140641980857144 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18389/tid=18405] ppid=18387 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/18389/task/18405/stat : 18405 (java) S 18387 18389 13368 0 -1 4202560 3869 0 0 0 63 0 0 0 20 0 19 0 285121043 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140641979804600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18389/tid=18406] ppid=18387 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18389/task/18406/stat : 18406 (java) S 18387 18389 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285121044 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140641978751736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18389/tid=18407] ppid=18387 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/18389/task/18407/stat : 18407 (java) S 18387 18389 13368 0 -1 4202560 103 0 0 0 30 25 0 0 20 0 19 0 285121044 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140641977699400 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18389/tid=18408] ppid=18387 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18389/task/18408/stat : 18408 (java) S 18387 18389 13368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 285121180 9856004096 74614 33554432000 1073741824 1073778376 140737390261984 140641976644648 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1795.85
CPU time (s): 1800.62
CPU user time (s): 1799.74
CPU system time (s): 0.881865
CPU usage (%): 100.266
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.74
system time used= 0.881865
maximum resident set size= 298580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13654
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40949
involuntary context switches= 15496

runsolver used 6.24105 second user time and 15.0817 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-28 09:25:50
IDJOB=3709983
IDBENCH=89699
IDSOLVER=2289
FILE ID=node116/3709983-1338189950
RUNJOBID= node116-1338158618-13384
PBS_JOBID= 14624543
Free space on /tmp= 71408 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-73.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3709983-1338189950/watcher-3709983-1338189950 -o /tmp/evaluation-result-3709983-1338189950/solver-3709983-1338189950 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709983-1338189950.opb

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

MD5SUM BENCH= 56a27796f1168612394e164ff5d947f7
RANDOM SEED=1371291527

node116.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.556
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.11
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.556
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		: 2666.556
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	: 5438.54
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.556
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		: 2666.556
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.92
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.556
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.92
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.556
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.90
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.556
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:        28725460 kB
Buffers:          383244 kB
Cached:          1192800 kB
SwapCached:         3236 kB
Active:          2607440 kB
Inactive:         696664 kB
Active(anon):    1718620 kB
Inactive(anon):     8956 kB
Active(file):     888820 kB
Inactive(file):   687708 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103668 kB
Dirty:              8220 kB
Writeback:             0 kB
AnonPages:       1733496 kB
Mapped:            20852 kB
Shmem:                96 kB
Slab:             700440 kB
SReclaimable:     144672 kB
SUnreclaim:       555768 kB
KernelStack:        1600 kB
PageTables:         7280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2628964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1675264 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= 71452 MiB
End job on node116 at 2012-05-28 09:55:48