Trace number 3688005

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-25-20.opb
MD5SUMa69e1395b1a03cfd48605e1acc7227e4
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.007998
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables500
Total number of constraints45
Number of constraints which are clauses25
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint25
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 26
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 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 2.3.2.v20120418
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@431b9fb1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3688005-1337879091.opb
0.11/0.10	c reading problem ... 
0.11/0.14	c ... done. Wall clock time 0.04s.
0.11/0.14	c declared #vars     500
0.11/0.14	c #constraints  45
0.11/0.14	c constraints type 
0.11/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 25
0.11/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.11/0.14	c 45 constraints processed.
0.66/0.49	c cleaning 2497 clauses out of 5001 with flag 5001/5001
1.22/0.90	c cleaning 4245 clauses out of 8506 with flag 11003/11003
1.63/1.38	c cleaning 5621 clauses out of 11259 with flag 18001/18001
2.24/1.97	c cleaning 6816 clauses out of 13637 with flag 26000/26000
3.18/2.80	c cleaning 7901 clauses out of 15825 with flag 35004/35004
3.90/3.59	c cleaning 8950 clauses out of 17920 with flag 45000/45000
5.02/4.63	c cleaning 9909 clauses out of 19970 with flag 56000/56000
6.03/5.65	c cleaning 10958 clauses out of 22062 with flag 68001/68001
7.34/6.91	c cleaning 12042 clauses out of 24103 with flag 81000/81000
9.27/8.87	c cleaning 13025 clauses out of 26062 with flag 95001/95001
11.01/10.50	c cleaning 14007 clauses out of 28036 with flag 110000/110000
12.83/12.31	c cleaning 15007 clauses out of 30029 with flag 126000/126000
14.77/14.21	c cleaning 16003 clauses out of 32025 with flag 143003/143003
17.29/16.71	c cleaning 16999 clauses out of 34019 with flag 161000/161000
20.32/19.74	c cleaning 18007 clauses out of 36020 with flag 180000/180000
23.65/23.02	c cleaning 19002 clauses out of 38013 with flag 200000/200000
26.97/26.37	c cleaning 20000 clauses out of 40012 with flag 221001/221001
30.31/29.65	c cleaning 21001 clauses out of 42011 with flag 243000/243000
35.02/34.36	c cleaning 22003 clauses out of 44013 with flag 266003/266003
39.64/38.96	c cleaning 22997 clauses out of 46007 with flag 290000/290000
43.26/42.54	c cleaning 23980 clauses out of 48011 with flag 315001/315001
47.99/47.29	c cleaning 25011 clauses out of 50030 with flag 341000/341000
53.44/52.68	c cleaning 26007 clauses out of 52019 with flag 368000/368000
60.40/59.56	c cleaning 27002 clauses out of 54014 with flag 396002/396002
66.34/65.43	c cleaning 27996 clauses out of 56010 with flag 425000/425000
73.29/72.33	c cleaning 28990 clauses out of 58014 with flag 455000/455000
80.24/79.24	c cleaning 30003 clauses out of 60026 with flag 486002/486002
86.68/85.62	c cleaning 31005 clauses out of 62022 with flag 518001/518001
92.92/91.81	c cleaning 31990 clauses out of 64017 with flag 551001/551001
100.36/99.28	c cleaning 33008 clauses out of 66027 with flag 585001/585001
107.43/106.21	c cleaning 33995 clauses out of 68018 with flag 620000/620000
114.38/113.17	c cleaning 35006 clauses out of 70026 with flag 656003/656003
122.23/120.99	c cleaning 36000 clauses out of 72017 with flag 693000/693000
130.35/129.07	c cleaning 37003 clauses out of 74017 with flag 731000/731000
139.00/137.63	c cleaning 37996 clauses out of 76014 with flag 770000/770000
148.73/147.36	c cleaning 39004 clauses out of 78021 with flag 810003/810003
159.50/158.08	c cleaning 39999 clauses out of 80014 with flag 851000/851000
171.97/170.46	c cleaning 40999 clauses out of 82015 with flag 893000/893000
183.74/182.17	c cleaning 42002 clauses out of 84016 with flag 936000/936000
194.20/192.54	c cleaning 43000 clauses out of 86014 with flag 980000/980000
205.54/203.88	c cleaning 44003 clauses out of 88014 with flag 1025000/1025000
221.54/219.75	c cleaning 44997 clauses out of 90015 with flag 1071004/1071004
234.55/232.68	c cleaning 45984 clauses out of 92014 with flag 1118000/1118000
249.12/247.17	c cleaning 47001 clauses out of 94031 with flag 1166001/1166001
260.52/258.50	c cleaning 48004 clauses out of 96029 with flag 1215000/1215000
273.08/270.99	c cleaning 49007 clauses out of 98025 with flag 1265000/1265000
289.33/287.14	c cleaning 50004 clauses out of 100019 with flag 1316001/1316001
303.73/301.46	c cleaning 50971 clauses out of 102017 with flag 1368003/1368003
319.20/316.86	c cleaning 51980 clauses out of 104044 with flag 1421001/1421001
332.70/330.22	c cleaning 53009 clauses out of 106063 with flag 1475000/1475000
344.75/342.25	c cleaning 54012 clauses out of 108054 with flag 1530000/1530000
356.52/353.95	c cleaning 55004 clauses out of 110044 with flag 1586002/1586002
370.75/368.18	c cleaning 55992 clauses out of 112039 with flag 1643001/1643001
387.30/384.63	c cleaning 57004 clauses out of 114050 with flag 1701004/1701004
405.82/403.02	c cleaning 57985 clauses out of 116042 with flag 1760000/1760000
425.75/422.87	c cleaning 59019 clauses out of 118057 with flag 1820000/1820000
445.83/442.83	c cleaning 60010 clauses out of 120039 with flag 1881001/1881001
472.95/469.89	c cleaning 61009 clauses out of 122032 with flag 1943004/1943004
494.66/491.41	c cleaning 61990 clauses out of 124020 with flag 2006001/2006001
517.96/514.66	c cleaning 62993 clauses out of 126030 with flag 2070001/2070001
542.56/539.14	c cleaning 64004 clauses out of 128036 with flag 2135000/2135000
563.66/560.18	c cleaning 64992 clauses out of 130039 with flag 2201007/2201007
583.35/579.71	c cleaning 66011 clauses out of 132040 with flag 2268000/2268000
600.44/596.71	c cleaning 67007 clauses out of 134029 with flag 2336000/2336000
625.22/621.46	c cleaning 68009 clauses out of 136026 with flag 2405004/2405004
654.75/650.87	c cleaning 68996 clauses out of 138014 with flag 2475001/2475001
683.15/679.11	c cleaning 69998 clauses out of 140018 with flag 2546001/2546001
712.21/708.08	c cleaning 71005 clauses out of 142020 with flag 2618001/2618001
731.92/727.67	c cleaning 71979 clauses out of 144014 with flag 2691000/2691000
763.48/759.12	c cleaning 73007 clauses out of 146037 with flag 2765002/2765002
792.16/787.77	c cleaning 73997 clauses out of 148036 with flag 2840008/2840008
816.35/811.87	c cleaning 74979 clauses out of 150032 with flag 2916001/2916001
845.90/841.35	c cleaning 75985 clauses out of 152052 with flag 2993000/2993000
876.22/871.60	c cleaning 77001 clauses out of 154067 with flag 3071000/3071000
902.99/898.38	c cleaning 77999 clauses out of 156068 with flag 3150002/3150002
941.15/936.43	c cleaning 79014 clauses out of 158072 with flag 3230005/3230005
974.34/969.59	c cleaning 79996 clauses out of 160053 with flag 3311000/3311000
1011.72/1006.89	c cleaning 81020 clauses out of 162060 with flag 3393003/3393003
1052.99/1047.94	c cleaning 82014 clauses out of 164038 with flag 3476001/3476001
1102.13/1096.96	c cleaning 83003 clauses out of 166024 with flag 3560001/3560001
1155.10/1149.73	c cleaning 83998 clauses out of 168020 with flag 3645000/3645000
1182.79/1177.30	c cleaning 84976 clauses out of 170024 with flag 3731002/3731002
1221.45/1215.94	c cleaning 85980 clauses out of 172046 with flag 3818000/3818000
1276.10/1270.50	c cleaning 87009 clauses out of 174067 with flag 3906001/3906001
1316.01/1310.36	c cleaning 87988 clauses out of 176057 with flag 3995000/3995000
1374.05/1368.21	c cleaning 89028 clauses out of 178070 with flag 4085001/4085001
1410.23/1404.32	c cleaning 90007 clauses out of 180041 with flag 4176000/4176000
1445.14/1439.10	c cleaning 90993 clauses out of 182034 with flag 4268000/4268000
1502.24/1496.06	c cleaning 92016 clauses out of 184043 with flag 4361002/4361002
1546.64/1540.22	c cleaning 92988 clauses out of 186028 with flag 4455003/4455003
1593.87/1587.36	c cleaning 94013 clauses out of 188040 with flag 4550003/4550003
1626.66/1620.05	c cleaning 95005 clauses out of 190026 with flag 4646002/4646002
1671.04/1664.39	c cleaning 96003 clauses out of 192021 with flag 4743002/4743002
1720.59/1713.74	c cleaning 96998 clauses out of 194016 with flag 4841000/4841000
1783.04/1776.02	c cleaning 98010 clauses out of 196027 with flag 4940009/4940009
1800.02/1792.81	c starts		: 273
1800.02/1792.81	c conflicts		: 4987181
1800.02/1792.81	c decisions		: 6631786
1800.02/1792.81	c propagations		: 105751057
1800.02/1792.81	c inspects		: 20400386790
1800.02/1792.81	c shortcuts		: 0
1800.02/1792.81	c learnt literals	: 0
1800.02/1792.81	c learnt binary clauses	: 0
1800.02/1792.81	c learnt ternary clauses	: 0
1800.02/1792.81	c learnt constraints	: 4987181
1800.02/1792.81	c ignored constraints	: 0
1800.02/1792.81	c root simplifications	: 0
1800.02/1792.81	c removed literals (reason simplification)	: 0
1800.02/1792.81	c reason swapping (by a shorter reason)	: 0
1800.02/1792.81	c Calls to reduceDB	: 95
1800.02/1792.81	c number of reductions to clauses (during analyze)	: 0
1800.02/1792.81	c number of learned constraints concerned by reduction	: 0
1800.02/1792.81	c number of learning phase by resolution	: 0
1800.02/1792.81	c number of learning phase by cutting planes	: 0
1800.02/1792.81	c speed (assignments/second)	: 58990.87728458365
1800.02/1792.81	c non guided choices	391
1800.02/1792.84	c learnt constraints type 
1800.02/1792.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 145208
1800.02/1792.84	c constraints type 
1800.02/1792.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 25
1800.02/1792.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
1800.02/1792.84	c 45 constraints processed.
1800.02/1792.84	s UNKNOWN
1800.02/1792.84	c Total wall clock time (in seconds): 1792.743

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3688005-1337879091/watcher-3688005-1337879091 -o /tmp/evaluation-result-3688005-1337879091/solver-3688005-1337879091 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688005-1337879091.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 22279
/proc/meminfo: memFree=27673452/32873844 swapFree=6080/6080
[pid=22279] ppid=22277 vsize=89800 CPUtime=0 cores=1,3,5,7
/proc/22279/stat : 22279 (java) S 22277 22279 21352 0 -1 4202496 1181 0 0 0 0 0 0 0 20 0 2 0 254037672 91955200 901 33554432000 1073741824 1073778376 140735959194864 140735959186000 240430121021 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22279/statm: 22970 904 686 9 0 16769 0
[pid=22279/tid=22280] ppid=22277 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22280/stat : 22280 (java) R 22277 22279 21352 0 -1 4202560 55 0 0 0 0 0 0 0 20 0 2 0 254037673 94019584 913 33554432000 1073741824 1073778376 140735959194864 140735959183928 240426762069 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.0951011 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 22279
/proc/meminfo: memFree=27673452/32873844 swapFree=6080/6080
[pid=22279] ppid=22277 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/22279/stat : 22279 (java) S 22277 22279 21352 0 -1 4202496 4441 0 1 0 9 1 0 0 20 0 18 0 254037672 9787813888 5644 33554432000 1073741824 1073778376 140735959194864 140735959186000 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22279/statm: 2389603 5644 2108 9 0 2380296 0
[pid=22279/tid=22280] ppid=22277 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/22279/task/22280/stat : 22280 (java) R 22277 22279 21352 0 -1 4202560 2488 0 1 0 7 0 0 0 20 0 18 0 254037673 9787813888 5644 33554432000 1073741824 1073778376 140735959194864 140537971461040 140537969333026 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.1003 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 22279
/proc/meminfo: memFree=27673452/32873844 swapFree=6080/6080
[pid=22279] ppid=22277 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/22279/stat : 22279 (java) S 22277 22279 21352 0 -1 4202496 4480 0 1 0 10 1 0 0 20 0 18 0 254037672 9787813888 5645 33554432000 1073741824 1073778376 140735959194864 140735959186000 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22279/statm: 2389603 5645 2137 9 0 2380296 0
[pid=22279/tid=22280] ppid=22277 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/22279/task/22280/stat : 22280 (java) R 22277 22279 21352 0 -1 4202560 2488 0 1 0 7 0 0 0 20 0 18 0 254037673 9787813888 5645 33554432000 1073741824 1073778376 140735959194864 140537971461040 240430146829 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300264 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 22279
/proc/meminfo: memFree=27673452/32873844 swapFree=6080/6080
[pid=22279] ppid=22277 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/22279/stat : 22279 (java) S 22277 22279 21352 0 -1 4202496 6698 0 1 0 48 2 0 0 20 0 19 0 254037672 9855975424 7407 33554432000 1073741824 1073778376 140735959194864 140735959186000 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22279/statm: 2406244 7407 2230 9 0 2396937 0
[pid=22279/tid=22280] ppid=22277 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/22279/task/22280/stat : 22280 (java) R 22277 22279 21352 0 -1 4202560 2512 0 1 0 27 0 0 0 20 0 19 0 254037673 9855975424 7407 33554432000 1073741824 1073778376 140735959194864 140537971462928 140537911574380 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9624976

[startup+0.700279 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 22279
/proc/meminfo: memFree=27673452/32873844 swapFree=6080/6080
[pid=22279] ppid=22277 vsize=9624976 CPUtime=1 cores=1,3,5,7
/proc/22279/stat : 22279 (java) S 22277 22279 21352 0 -1 4202496 7267 0 1 0 97 3 0 0 20 0 19 0 254037672 9855975424 10568 33554432000 1073741824 1073778376 140735959194864 140735959186000 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22279/statm: 2406244 10568 2266 9 0 2396937 0
[pid=22279/tid=22280] ppid=22277 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/22279/task/22280/stat : 22280 (java) R 22277 22279 21352 0 -1 4202560 2516 0 1 0 66 0 0 0 20 0 19 0 254037673 9855975424 10568 33554432000 1073741824 1073778376 140735959194864 140537971462536 140537911610713 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 9624976

[startup+1.50073 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 22298
/proc/meminfo: memFree=27633780/32873844 swapFree=6080/6080
[pid=22279] ppid=22277 vsize=9624976 CPUtime=1.84 cores=1,3,5,7
/proc/22279/stat : 22279 (java) S 22277 22279 21352 0 -1 4202496 7305 0 1 0 181 3 0 0 20 0 19 0 254037672 9855975424 12627 33554432000 1073741824 1073778376 140735959194864 140735959186000 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22279/statm: 2406244 12627 2266 9 0 2396937 0
[pid=22279/tid=22280] ppid=22277 vsize=9624976 CPUtime=1.43 cores=1,3,5,7
/proc/22279/task/22280/stat : 22280 (java) R 22277 22279 21352 0 -1 4202560 2517 0 1 0 143 0 0 0 20 0 19 0 254037673 9855975424 12627 33554432000 1073741824 1073778376 140735959194864 140537971462536 140537911633228 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22279/tid=22282] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22282/stat : 22282 (java) S 22277 22279 21352 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254037673 9855975424 12627 33554432000 1073741824 1073778376 140735959194864 140537910192296 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22279/tid=22283] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22283/stat : 22283 (java) S 22277 22279 21352 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254037673 9855975424 12627 33554432000 1073741824 1073778376 140735959194864 140537909139752 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22279/tid=22284] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22284/stat : 22284 (java) S 22277 22279 21352 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254037673 9855975424 12627 33554432000 1073741824 1073778376 140735959194864 140537908087208 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22279/tid=22285] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22285/stat : 22285 (java) S 22277 22279 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254037673 9855975424 12627 33554432000 1073741824 1073778376 140735959194864 140537811909160 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22279/tid=22286] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22286/stat : 22286 (java) S 22277 22279 21352 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254037673 9855975424 12627 33554432000 1073741824 1073778376 140735959194864 140537810856616 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22279/tid=22287] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22287/stat : 22287 (java) S 22277 22279 21352 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254037673 9855975424 12627 33554432000 1073741824 1073778376 140735959194864 140537809804072 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22279/tid=22288] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22288/stat : 22288 (java) S 22277 22279 21352 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254037673 9855975424 12627 33554432000 1073741824 1073778376 140735959194864 140537808751528 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22279/tid=22289] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22289/stat : 22289 (java) S 22277 22279 21352 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254037673 9855975424 12627 33554432000 1073741824 1073778376 140735959194864 140537807698984 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22279/tid=22290] ppid=22277 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/22279/task/22290/stat : 22290 (java) S 22277 22279 21352 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 19 0 254037674 9855975424 12627 33554432000 1073741824 1073778376 140735959194864 140537795500136 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22279/tid=22291] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22291/stat : 22291 (java) S 22277 22279 21352 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254037675 9855975424 12627 33554432000 1073741824 1073778376 140735959194864 140537794446456 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22279/tid=22292] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22292/stat : 22292 (java) S 22277 22279 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254037675 9855975424 12627 33554432000 1073741824 1073778376 140735959194864 140537793393800 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22279/tid=22293] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22293/stat : 22293 (java) S 22277 22279 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254037677 9855975424 12627 33554432000 1073741824 1073778376 140735959194864 140537792342544 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22279/tid=22294] ppid=22277 vsize=9624976 CPUtime=0.15 cores=1,3,5,7
/proc/22279/task/22294/stat : 22294 (java) S 22277 22279 21352 0 -1 4202560 1187 0 0 0 15 0 0 0 20 0 19 0 254037677 9855975424 12627 33554432000 1073741824 1073778376 140735959194864 140537791289912 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22279/tid=22295] ppid=22277 vsize=9624976 CPUtime=0.16 cores=1,3,5,7
/proc/22279/task/22295/stat : 22295 (java) S 22277 22279 21352 0 -1 4202560 2338 0 0 0 16 0 0 0 20 0 19 0 254037677 9855975424 12627 33554432000 1073741824 1073778376 140735959194864 140537790237368 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22279/tid=22296] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22296/stat : 22296 (java) S 22277 22279 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254037677 9855975424 12627 33554432000 1073741824 1073778376 140735959194864 140537789185016 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22279/tid=22297] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22297/stat : 22297 (java) S 22277 22279 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254037677 9855975424 12627 33554432000 1073741824 1073778376 140735959194864 140537788132680 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22279/tid=22298] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22298/stat : 22298 (java) S 22277 22279 21352 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254037687 9855975424 12627 33554432000 1073741824 1073778376 140735959194864 140537787077416 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 9624976

[startup+3.10064 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 22298
/proc/meminfo: memFree=27623044/32873844 swapFree=6080/6080
[pid=22279] ppid=22277 vsize=9624976 CPUtime=3.5 cores=1,3,5,7
/proc/22279/stat : 22279 (java) S 22277 22279 21352 0 -1 4202496 7511 0 1 0 346 4 0 0 20 0 19 0 254037672 9855975424 14172 33554432000 1073741824 1073778376 140735959194864 140735959186000 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22279/statm: 2406244 14172 2267 9 0 2396937 0
[pid=22279/tid=22280] ppid=22277 vsize=9624976 CPUtime=2.98 cores=1,3,5,7
/proc/22279/task/22280/stat : 22280 (java) R 22277 22279 21352 0 -1 4202560 2518 0 1 0 298 0 0 0 20 0 19 0 254037673 9855975424 14172 33554432000 1073741824 1073778376 140735959194864 140537971462416 140537911633293 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22279/tid=22282] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22282/stat : 22282 (java) S 22277 22279 21352 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254037673 9855975424 14172 33554432000 1073741824 1073778376 140735959194864 140537910192296 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22279/tid=22283] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22283/stat : 22283 (java) S 22277 22279 21352 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254037673 9855975424 14172 33554432000 1073741824 1073778376 140735959194864 140537909139752 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22279/tid=22284] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22284/stat : 22284 (java) S 22277 22279 21352 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254037673 9855975424 14172 33554432000 1073741824 1073778376 140735959194864 140537908087208 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22279/tid=22285] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22285/stat : 22285 (java) S 22277 22279 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254037673 9855975424 14172 33554432000 1073741824 1073778376 140735959194864 140537811909160 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22279/tid=22286] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22286/stat : 22286 (java) S 22277 22279 21352 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254037673 9855975424 14172 33554432000 1073741824 1073778376 140735959194864 140537810856616 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22279/tid=22287] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22287/stat : 22287 (java) S 22277 22279 21352 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254037673 9855975424 14172 33554432000 1073741824 1073778376 140735959194864 140537809804072 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22279/tid=22288] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22288/stat : 22288 (java) S 22277 22279 21352 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254037673 9855975424 14172 33554432000 1073741824 1073778376 140735959194864 140537808751528 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22279/tid=22289] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22289/stat : 22289 (java) S 22277 22279 21352 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254037673 9855975424 14172 33554432000 1073741824 1073778376 140735959194864 140537807698984 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22279/tid=22290] ppid=22277 vsize=9624976 CPUtime=0.05 cores=1,3,5,7
/proc/22279/task/22290/stat : 22290 (java) S 22277 22279 21352 0 -1 4202560 32 0 0 0 5 0 0 0 20 0 19 0 254037674 9855975424 14172 33554432000 1073741824 1073778376 140735959194864 140537795500136 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22279/tid=22291] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22291/stat : 22291 (java) S 22277 22279 21352 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254037675 9855975424 14172 33554432000 1073741824 1073778376 140735959194864 140537794446456 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22279/tid=22292] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22292/stat : 22292 (java) S 22277 22279 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254037675 9855975424 14172 33554432000 1073741824 1073778376 140735959194864 140537793393800 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22279/tid=22293] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22293/stat : 22293 (java) S 22277 22279 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254037677 9855975424 14172 33554432000 1073741824 1073778376 140735959194864 140537792342544 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22279/tid=22294] ppid=22277 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/22279/task/22294/stat : 22294 (java) S 22277 22279 21352 0 -1 4202560 1383 0 0 0 17 0 0 0 20 0 19 0 254037677 9855975424 14172 33554432000 1073741824 1073778376 140735959194864 140537791289912 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22279/tid=22295] ppid=22277 vsize=9624976 CPUtime=0.16 cores=1,3,5,7
/proc/22279/task/22295/stat : 22295 (java) S 22277 22279 21352 0 -1 4202560 2338 0 0 0 16 0 0 0 20 0 19 0 254037677 9855975424 14172 33554432000 1073741824 1073778376 140735959194864 140537790237368 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22279/tid=22296] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22296/stat : 22296 (java) S 22277 22279 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254037677 9855975424 14172 33554432000 1073741824 1073778376 140735959194864 140537789185016 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22279/tid=22297] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22297/stat : 22297 (java) S 22277 22279 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254037677 9855975424 14172 33554432000 1073741824 1073778376 140735959194864 140537788132680 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22279/tid=22298] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22298/stat : 22298 (java) S 22277 22279 21352 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254037687 9855975424 14172 33554432000 1073741824 1073778376 140735959194864 140537787077416 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 9624976

[startup+6.30063 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 22298
/proc/meminfo: memFree=27606908/32873844 swapFree=6080/6080
[pid=22279] ppid=22277 vsize=9624976 CPUtime=6.74 cores=1,3,5,7
/proc/22279/stat : 22279 (java) S 22277 22279 21352 0 -1 4202496 7530 0 1 0 669 5 0 0 20 0 19 0 254037672 9855975424 16705 33554432000 1073741824 1073778376 140735959194864 140735959186000 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22279/statm: 2406244 16705 2267 9 0 2396937 0
[pid=22279/tid=22280] ppid=22277 vsize=9624976 CPUtime=6.1 cores=1,3,5,7
/proc/22279/task/22280/stat : 22280 (java) R 22277 22279 21352 0 -1 4202560 2524 0 1 0 610 0 0 0 20 0 19 0 254037673 9855975424 16705 33554432000 1073741824 1073778376 140735959194864 140537971462416 140537911607572 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22279/tid=22282] ppid=22277 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/22279/task/22282/stat : 22282 (java) S 22277 22279 21352 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 254037673 9855975424 16705 33554432000 1073741824 1073778376 140735959194864 140537910192296 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22279/tid=22283] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22283/stat : 22283 (java) S 22277 22279 21352 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254037673 9855975424 16705 33554432000 1073741824 1073778376 140735959194864 140537909139752 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22279/tid=22284] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22284/stat : 22284 (java) S 22277 22279 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254037673 9855975424 16705 33554432000 1073741824 1073778376 140735959194864 140537908087208 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22279/tid=22285] ppid=22277 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/22279/task/22285/stat : 22285 (java) S 22277 22279 21352 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 254037673 9855975424 16705 33554432000 1073741824 1073778376 140735959194864 140537811909160 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22279/tid=22286] ppid=22277 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/22279/task/22286/stat : 22286 (java) S 22277 22279 21352 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 254037673 9855975424 16705 33554432000 1073741824 1073778376 140735959194864 140537810856616 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22279/tid=22287] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22287/stat : 22287 (java) S 22277 22279 21352 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254037673 9855975424 16705 33554432000 1073741824 1073778376 140735959194864 140537809804072 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22279/tid=22288] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22288/stat : 22288 (java) S 22277 22279 21352 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254037673 9855975424 16705 33554432000 1073741824 1073778376 140735959194864 140537808751528 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22279/tid=22289] ppid=22277 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/22279/task/22289/stat : 22289 (java) S 22277 22279 21352 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 254037673 9855975424 16705 33554432000 1073741824 1073778376 140735959194864 140537807698984 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22279/tid=22290] ppid=22277 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/22279/task/22290/stat : 22290 (java) S 22277 22279 21352 0 -1 4202560 33 0 0 0 10 0 0 0 20 0 19 0 254037674 9855975424 16705 33554432000 1073741824 1073778376 140735959194864 140537795500136 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22279/tid=22291] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22291/stat : 22291 (java) S 22277 22279 21352 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254037675 9855975424 16705 33554432000 1073741824 1073778376 140735959194864 140537794446456 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22279/tid=22292] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22292/stat : 22292 (java) S 22277 22279 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254037675 9855975424 16705 33554432000 1073741824 1073778376 140735959194864 140537793393800 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22279/tid=22293] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22293/stat : 22293 (java) S 22277 22279 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254037677 9855975424 16705 33554432000 1073741824 1073778376 140735959194864 140537792342544 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22279/tid=22294] ppid=22277 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/22279/task/22294/stat : 22294 (java) S 22277 22279 21352 0 -1 4202560 1383 0 0 0 17 0 0 0 20 0 19 0 254037677 9855975424 16705 33554432000 1073741824 1073778376 140735959194864 140537791289912 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22279/tid=22295] ppid=22277 vsize=9624976 CPUtime=0.16 cores=1,3,5,7
/proc/22279/task/22295/stat : 22295 (java) S 22277 22279 21352 0 -1 4202560 2338 0 0 0 16 0 0 0 20 0 19 0 254037677 9855975424 16705 33554432000 1073741824 1073778376 140735959194864 140537790237368 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=22279/tid=22294] ppid=22277 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/22279/task/22294/stat : 22294 (java) S 22277 22279 21352 0 -1 4202560 1383 0 0 0 17 0 0 0 20 0 19 0 254037677 9855975424 92215 33554432000 1073741824 1073778376 140735959194864 140537791289912 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22279/tid=22295] ppid=22277 vsize=9624976 CPUtime=0.18 cores=1,3,5,7
/proc/22279/task/22295/stat : 22295 (java) S 22277 22279 21352 0 -1 4202560 2398 0 0 0 18 0 0 0 20 0 19 0 254037677 9855975424 92215 33554432000 1073741824 1073778376 140735959194864 140537790237368 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22279/tid=22296] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22296/stat : 22296 (java) S 22277 22279 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254037677 9855975424 92215 33554432000 1073741824 1073778376 140735959194864 140537789185016 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22279/tid=22297] ppid=22277 vsize=9624976 CPUtime=0.8 cores=1,3,5,7
/proc/22279/task/22297/stat : 22297 (java) S 22277 22279 21352 0 -1 4202560 97 0 0 0 37 43 0 0 20 0 19 0 254037677 9855975424 92215 33554432000 1073741824 1073778376 140735959194864 140537788132680 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22279/tid=22298] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22298/stat : 22298 (java) S 22277 22279 21352 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254037687 9855975424 92215 33554432000 1073741824 1073778376 140735959194864 140537787077416 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1669.04
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 22314
/proc/meminfo: memFree=27072508/32873844 swapFree=6080/6080
[pid=22279] ppid=22277 vsize=9624976 CPUtime=1729.26 cores=1,3,5,7
/proc/22279/stat : 22279 (java) S 22277 22279 21352 0 -1 4202496 10310 0 1 0 172793 133 0 0 20 0 19 0 254037672 9855975424 93283 33554432000 1073741824 1073778376 140735959194864 140735959186000 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22279/statm: 2406244 93283 2268 9 0 2396937 0
[pid=22279/tid=22280] ppid=22277 vsize=9624976 CPUtime=1715.35 cores=1,3,5,7
/proc/22279/task/22280/stat : 22280 (java) R 22277 22279 21352 0 -1 4202560 2660 0 1 0 171506 29 0 0 20 0 19 0 254037673 9855975424 93283 33554432000 1073741824 1073778376 140735959194864 140537971462416 140537911633275 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22279/tid=22282] ppid=22277 vsize=9624976 CPUtime=0.84 cores=1,3,5,7
/proc/22279/task/22282/stat : 22282 (java) S 22277 22279 21352 0 -1 4202560 241 0 0 0 80 4 0 0 20 0 19 0 254037673 9855975424 93283 33554432000 1073741824 1073778376 140735959194864 140537910192296 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22279/tid=22283] ppid=22277 vsize=9624976 CPUtime=0.96 cores=1,3,5,7
/proc/22279/task/22283/stat : 22283 (java) S 22277 22279 21352 0 -1 4202560 309 0 0 0 91 5 0 0 20 0 19 0 254037673 9855975424 93283 33554432000 1073741824 1073778376 140735959194864 140537909139752 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22279/tid=22284] ppid=22277 vsize=9624976 CPUtime=0.85 cores=1,3,5,7
/proc/22279/task/22284/stat : 22284 (java) S 22277 22279 21352 0 -1 4202560 489 0 0 0 80 5 0 0 20 0 19 0 254037673 9855975424 93283 33554432000 1073741824 1073778376 140735959194864 140537908087208 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22279/tid=22285] ppid=22277 vsize=9624976 CPUtime=0.88 cores=1,3,5,7
/proc/22279/task/22285/stat : 22285 (java) S 22277 22279 21352 0 -1 4202560 378 0 0 0 84 4 0 0 20 0 19 0 254037673 9855975424 93283 33554432000 1073741824 1073778376 140735959194864 140537811909160 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22279/tid=22286] ppid=22277 vsize=9624976 CPUtime=0.82 cores=1,3,5,7
/proc/22279/task/22286/stat : 22286 (java) S 22277 22279 21352 0 -1 4202560 266 0 0 0 78 4 0 0 20 0 19 0 254037673 9855975424 93283 33554432000 1073741824 1073778376 140735959194864 140537810856616 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22279/tid=22287] ppid=22277 vsize=9624976 CPUtime=0.97 cores=1,3,5,7
/proc/22279/task/22287/stat : 22287 (java) S 22277 22279 21352 0 -1 4202560 295 0 0 0 92 5 0 0 20 0 19 0 254037673 9855975424 93283 33554432000 1073741824 1073778376 140735959194864 140537809804072 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22279/tid=22288] ppid=22277 vsize=9624976 CPUtime=0.87 cores=1,3,5,7
/proc/22279/task/22288/stat : 22288 (java) S 22277 22279 21352 0 -1 4202560 185 0 0 0 83 4 0 0 20 0 19 0 254037673 9855975424 93283 33554432000 1073741824 1073778376 140735959194864 140537808751528 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22279/tid=22289] ppid=22277 vsize=9624976 CPUtime=0.95 cores=1,3,5,7
/proc/22279/task/22289/stat : 22289 (java) S 22277 22279 21352 0 -1 4202560 298 0 0 0 90 5 0 0 20 0 19 0 254037673 9855975424 93283 33554432000 1073741824 1073778376 140735959194864 140537807698984 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22279/tid=22290] ppid=22277 vsize=9624976 CPUtime=4.85 cores=1,3,5,7
/proc/22279/task/22290/stat : 22290 (java) S 22277 22279 21352 0 -1 4202560 129 0 0 0 481 4 0 0 20 0 19 0 254037674 9855975424 93283 33554432000 1073741824 1073778376 140735959194864 140537795500136 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22279/tid=22291] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22291/stat : 22291 (java) S 22277 22279 21352 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254037675 9855975424 93283 33554432000 1073741824 1073778376 140735959194864 140537794446456 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22279/tid=22292] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22292/stat : 22292 (java) S 22277 22279 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254037675 9855975424 93283 33554432000 1073741824 1073778376 140735959194864 140537793393800 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22279/tid=22293] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22293/stat : 22293 (java) S 22277 22279 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254037677 9855975424 93283 33554432000 1073741824 1073778376 140735959194864 140537792342544 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22279/tid=22294] ppid=22277 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/22279/task/22294/stat : 22294 (java) S 22277 22279 21352 0 -1 4202560 1383 0 0 0 17 0 0 0 20 0 19 0 254037677 9855975424 93283 33554432000 1073741824 1073778376 140735959194864 140537791289912 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22279/tid=22295] ppid=22277 vsize=9624976 CPUtime=0.18 cores=1,3,5,7
/proc/22279/task/22295/stat : 22295 (java) S 22277 22279 21352 0 -1 4202560 2398 0 0 0 18 0 0 0 20 0 19 0 254037677 9855975424 93283 33554432000 1073741824 1073778376 140735959194864 140537790237368 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22279/tid=22296] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22296/stat : 22296 (java) S 22277 22279 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254037677 9855975424 93283 33554432000 1073741824 1073778376 140735959194864 140537789185016 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22279/tid=22297] ppid=22277 vsize=9624976 CPUtime=0.83 cores=1,3,5,7
/proc/22279/task/22297/stat : 22297 (java) S 22277 22279 21352 0 -1 4202560 99 0 0 0 38 45 0 0 20 0 19 0 254037677 9855975424 93283 33554432000 1073741824 1073778376 140735959194864 140537788132680 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22279/tid=22298] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22298/stat : 22298 (java) S 22277 22279 21352 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254037687 9855975424 93283 33554432000 1073741824 1073778376 140735959194864 140537787077416 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1729.26
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 22314
/proc/meminfo: memFree=27049732/32873844 swapFree=6080/6080
[pid=22279] ppid=22277 vsize=9624976 CPUtime=1789.49 cores=1,3,5,7
/proc/22279/stat : 22279 (java) S 22277 22279 21352 0 -1 4202496 10379 0 1 0 178807 142 0 0 20 0 19 0 254037672 9855975424 98936 33554432000 1073741824 1073778376 140735959194864 140735959186000 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22279/statm: 2406244 98936 2268 9 0 2396937 0
[pid=22279/tid=22280] ppid=22277 vsize=9624976 CPUtime=1775.21 cores=1,3,5,7
/proc/22279/task/22280/stat : 22280 (java) R 22277 22279 21352 0 -1 4202560 2662 0 1 0 177492 29 0 0 20 0 19 0 254037673 9855975424 98936 33554432000 1073741824 1073778376 140735959194864 140537971462416 140537911633275 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22279/tid=22282] ppid=22277 vsize=9624976 CPUtime=0.86 cores=1,3,5,7
/proc/22279/task/22282/stat : 22282 (java) S 22277 22279 21352 0 -1 4202560 267 0 0 0 82 4 0 0 20 0 19 0 254037673 9855975424 98936 33554432000 1073741824 1073778376 140735959194864 140537910192296 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22279/tid=22283] ppid=22277 vsize=9624976 CPUtime=0.97 cores=1,3,5,7
/proc/22279/task/22283/stat : 22283 (java) S 22277 22279 21352 0 -1 4202560 312 0 0 0 92 5 0 0 20 0 19 0 254037673 9855975424 98936 33554432000 1073741824 1073778376 140735959194864 140537909139752 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22279/tid=22284] ppid=22277 vsize=9624976 CPUtime=0.86 cores=1,3,5,7
/proc/22279/task/22284/stat : 22284 (java) S 22277 22279 21352 0 -1 4202560 490 0 0 0 81 5 0 0 20 0 19 0 254037673 9855975424 98936 33554432000 1073741824 1073778376 140735959194864 140537908087208 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22279/tid=22285] ppid=22277 vsize=9624976 CPUtime=0.92 cores=1,3,5,7
/proc/22279/task/22285/stat : 22285 (java) S 22277 22279 21352 0 -1 4202560 388 0 0 0 88 4 0 0 20 0 19 0 254037673 9855975424 98936 33554432000 1073741824 1073778376 140735959194864 140537811909160 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22279/tid=22286] ppid=22277 vsize=9624976 CPUtime=0.87 cores=1,3,5,7
/proc/22279/task/22286/stat : 22286 (java) S 22277 22279 21352 0 -1 4202560 276 0 0 0 82 5 0 0 20 0 19 0 254037673 9855975424 98936 33554432000 1073741824 1073778376 140735959194864 140537810856616 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22279/tid=22287] ppid=22277 vsize=9624976 CPUtime=0.99 cores=1,3,5,7
/proc/22279/task/22287/stat : 22287 (java) S 22277 22279 21352 0 -1 4202560 301 0 0 0 93 6 0 0 20 0 19 0 254037673 9855975424 98936 33554432000 1073741824 1073778376 140735959194864 140537809804072 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22279/tid=22288] ppid=22277 vsize=9624976 CPUtime=0.89 cores=1,3,5,7
/proc/22279/task/22288/stat : 22288 (java) S 22277 22279 21352 0 -1 4202560 186 0 0 0 85 4 0 0 20 0 19 0 254037673 9855975424 98936 33554432000 1073741824 1073778376 140735959194864 140537808751528 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22279/tid=22289] ppid=22277 vsize=9624976 CPUtime=0.97 cores=1,3,5,7
/proc/22279/task/22289/stat : 22289 (java) S 22277 22279 21352 0 -1 4202560 302 0 0 0 92 5 0 0 20 0 19 0 254037673 9855975424 98936 33554432000 1073741824 1073778376 140735959194864 140537807698984 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22279/tid=22290] ppid=22277 vsize=9624976 CPUtime=4.94 cores=1,3,5,7
/proc/22279/task/22290/stat : 22290 (java) S 22277 22279 21352 0 -1 4202560 131 0 0 0 490 4 0 0 20 0 19 0 254037674 9855975424 98936 33554432000 1073741824 1073778376 140735959194864 140537795500136 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22279/tid=22291] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22291/stat : 22291 (java) S 22277 22279 21352 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254037675 9855975424 98936 33554432000 1073741824 1073778376 140735959194864 140537794446456 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22279/tid=22292] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22292/stat : 22292 (java) S 22277 22279 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254037675 9855975424 98936 33554432000 1073741824 1073778376 140735959194864 140537793393800 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22279/tid=22293] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22293/stat : 22293 (java) S 22277 22279 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254037677 9855975424 98936 33554432000 1073741824 1073778376 140735959194864 140537792342544 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22279/tid=22294] ppid=22277 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/22279/task/22294/stat : 22294 (java) S 22277 22279 21352 0 -1 4202560 1383 0 0 0 17 0 0 0 20 0 19 0 254037677 9855975424 98936 33554432000 1073741824 1073778376 140735959194864 140537791289912 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22279/tid=22295] ppid=22277 vsize=9624976 CPUtime=0.18 cores=1,3,5,7
/proc/22279/task/22295/stat : 22295 (java) S 22277 22279 21352 0 -1 4202560 2398 0 0 0 18 0 0 0 20 0 19 0 254037677 9855975424 98936 33554432000 1073741824 1073778376 140735959194864 140537790237368 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22279/tid=22296] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22296/stat : 22296 (java) S 22277 22279 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254037677 9855975424 98936 33554432000 1073741824 1073778376 140735959194864 140537789185016 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22279/tid=22297] ppid=22277 vsize=9624976 CPUtime=0.86 cores=1,3,5,7
/proc/22279/task/22297/stat : 22297 (java) S 22277 22279 21352 0 -1 4202560 103 0 0 0 39 47 0 0 20 0 19 0 254037677 9855975424 98936 33554432000 1073741824 1073778376 140735959194864 140537788132680 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22279/tid=22298] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22298/stat : 22298 (java) S 22277 22279 21352 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254037687 9855975424 98936 33554432000 1073741824 1073778376 140735959194864 140537787077416 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1789.49
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.8 s]
/proc/loadavg: 1.92 1.98 1.99 2/193 22317
/proc/meminfo: memFree=27323124/32873844 swapFree=6080/6080
[pid=22279] ppid=22277 vsize=9624976 CPUtime=1800.02 cores=1,3,5,7
/proc/22279/stat : 22279 (java) S 22277 22279 21352 0 -1 4202496 10379 0 1 0 179858 144 0 0 20 0 19 0 254037672 9855975424 98936 33554432000 1073741824 1073778376 140735959194864 140735959186000 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22279/statm: 2406244 98936 2268 9 0 2396937 0
[pid=22279/tid=22280] ppid=22277 vsize=9624976 CPUtime=1785.72 cores=1,3,5,7
/proc/22279/task/22280/stat : 22280 (java) R 22277 22279 21352 0 -1 4202560 2662 0 1 0 178542 30 0 0 20 0 19 0 254037673 9855975424 98936 33554432000 1073741824 1073778376 140735959194864 140537971462416 140537911574966 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22279/tid=22282] ppid=22277 vsize=9624976 CPUtime=0.86 cores=1,3,5,7
/proc/22279/task/22282/stat : 22282 (java) S 22277 22279 21352 0 -1 4202560 267 0 0 0 82 4 0 0 20 0 19 0 254037673 9855975424 98936 33554432000 1073741824 1073778376 140735959194864 140537910192296 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22279/tid=22283] ppid=22277 vsize=9624976 CPUtime=0.97 cores=1,3,5,7
/proc/22279/task/22283/stat : 22283 (java) S 22277 22279 21352 0 -1 4202560 312 0 0 0 92 5 0 0 20 0 19 0 254037673 9855975424 98936 33554432000 1073741824 1073778376 140735959194864 140537909139752 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22279/tid=22284] ppid=22277 vsize=9624976 CPUtime=0.86 cores=1,3,5,7
/proc/22279/task/22284/stat : 22284 (java) S 22277 22279 21352 0 -1 4202560 490 0 0 0 81 5 0 0 20 0 19 0 254037673 9855975424 98936 33554432000 1073741824 1073778376 140735959194864 140537908087208 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22279/tid=22285] ppid=22277 vsize=9624976 CPUtime=0.92 cores=1,3,5,7
/proc/22279/task/22285/stat : 22285 (java) S 22277 22279 21352 0 -1 4202560 388 0 0 0 88 4 0 0 20 0 19 0 254037673 9855975424 98936 33554432000 1073741824 1073778376 140735959194864 140537811909160 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22279/tid=22286] ppid=22277 vsize=9624976 CPUtime=0.87 cores=1,3,5,7
/proc/22279/task/22286/stat : 22286 (java) S 22277 22279 21352 0 -1 4202560 276 0 0 0 82 5 0 0 20 0 19 0 254037673 9855975424 98936 33554432000 1073741824 1073778376 140735959194864 140537810856616 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22279/tid=22287] ppid=22277 vsize=9624976 CPUtime=0.99 cores=1,3,5,7
/proc/22279/task/22287/stat : 22287 (java) S 22277 22279 21352 0 -1 4202560 301 0 0 0 93 6 0 0 20 0 19 0 254037673 9855975424 98936 33554432000 1073741824 1073778376 140735959194864 140537809804072 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22279/tid=22288] ppid=22277 vsize=9624976 CPUtime=0.89 cores=1,3,5,7
/proc/22279/task/22288/stat : 22288 (java) S 22277 22279 21352 0 -1 4202560 186 0 0 0 85 4 0 0 20 0 19 0 254037673 9855975424 98936 33554432000 1073741824 1073778376 140735959194864 140537808751528 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22279/tid=22289] ppid=22277 vsize=9624976 CPUtime=0.97 cores=1,3,5,7
/proc/22279/task/22289/stat : 22289 (java) S 22277 22279 21352 0 -1 4202560 302 0 0 0 92 5 0 0 20 0 19 0 254037673 9855975424 98936 33554432000 1073741824 1073778376 140735959194864 140537807698984 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22279/tid=22290] ppid=22277 vsize=9624976 CPUtime=4.94 cores=1,3,5,7
/proc/22279/task/22290/stat : 22290 (java) S 22277 22279 21352 0 -1 4202560 131 0 0 0 490 4 0 0 20 0 19 0 254037674 9855975424 98936 33554432000 1073741824 1073778376 140735959194864 140537795500136 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22279/tid=22291] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22291/stat : 22291 (java) S 22277 22279 21352 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254037675 9855975424 98936 33554432000 1073741824 1073778376 140735959194864 140537794446456 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22279/tid=22292] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22292/stat : 22292 (java) S 22277 22279 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254037675 9855975424 98936 33554432000 1073741824 1073778376 140735959194864 140537793393800 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22279/tid=22293] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22293/stat : 22293 (java) S 22277 22279 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254037677 9855975424 98936 33554432000 1073741824 1073778376 140735959194864 140537792342544 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22279/tid=22294] ppid=22277 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/22279/task/22294/stat : 22294 (java) S 22277 22279 21352 0 -1 4202560 1383 0 0 0 17 0 0 0 20 0 19 0 254037677 9855975424 98936 33554432000 1073741824 1073778376 140735959194864 140537791289912 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22279/tid=22295] ppid=22277 vsize=9624976 CPUtime=0.18 cores=1,3,5,7
/proc/22279/task/22295/stat : 22295 (java) S 22277 22279 21352 0 -1 4202560 2398 0 0 0 18 0 0 0 20 0 19 0 254037677 9855975424 98936 33554432000 1073741824 1073778376 140735959194864 140537790237368 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22279/tid=22296] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22296/stat : 22296 (java) S 22277 22279 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254037677 9855975424 98936 33554432000 1073741824 1073778376 140735959194864 140537789185016 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22279/tid=22297] ppid=22277 vsize=9624976 CPUtime=0.87 cores=1,3,5,7
/proc/22279/task/22297/stat : 22297 (java) S 22277 22279 21352 0 -1 4202560 103 0 0 0 40 47 0 0 20 0 19 0 254037677 9855975424 98936 33554432000 1073741824 1073778376 140735959194864 140537788132680 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22279/tid=22298] ppid=22277 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22279/task/22298/stat : 22298 (java) S 22277 22279 21352 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254037687 9855975424 98936 33554432000 1073741824 1073778376 140735959194864 140537787077416 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9624976

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22279 and gives
#  childrusage.ru_utime.tv_sec=1798
#  childrusage.ru_utime.tv_usec=236626
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=333797
# CPU time returned by wait4() is 1799.57
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1792.85
CPU time (s): 1800.02
CPU user time (s): 1798.58
CPU system time (s): 1.44
CPU usage (%): 100.4
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.24
system time used= 1.3338
maximum resident set size= 396096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10495
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40495
involuntary context switches= 19655

runsolver used 6.17106 second user time and 16.7225 second system time

The end

Launcher Data

Begin job on node108 at 2012-05-24 19:04:51
IDJOB=3688005
IDBENCH=2569
IDSOLVER=2269
FILE ID=node108/3688005-1337879091
RUNJOBID= node108-1337871881-21369
PBS_JOBID= 14620096
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-25-20.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688005-1337879091/watcher-3688005-1337879091 -o /tmp/evaluation-result-3688005-1337879091/solver-3688005-1337879091 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688005-1337879091.opb

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

MD5SUM BENCH= a69e1395b1a03cfd48605e1acc7227e4
RANDOM SEED=1473233965

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.273
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.273
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:       32873844 kB
MemFree:        27674352 kB
Buffers:          194452 kB
Cached:          4182028 kB
SwapCached:            0 kB
Active:           538320 kB
Inactive:        3888976 kB
Active(anon):      53256 kB
Inactive(anon):        0 kB
Active(file):     485064 kB
Inactive(file):  3888976 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               872 kB
Writeback:             0 kB
AnonPages:         60944 kB
Mapped:            22456 kB
Shmem:               200 kB
Slab:             630300 kB
SReclaimable:      72204 kB
SUnreclaim:       558096 kB
KernelStack:        1608 kB
PageTables:         4196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     695148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71720 MiB
End job on node108 at 2012-05-24 19:34:46