Trace number 3687197

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.74 1797.25

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army11.17ls.opb
MD5SUMe92d33933b84b1c0ca9ffa19c28f7edc
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.78773
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables370
Total number of constraints557
Number of constraints which are clauses313
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints242
Minimum length of a constraint2
Maximum length of a constraint121
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 138
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.03/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.13	c See www.sat4j.org for details.
0.03/0.14	c version 2.3.2.v20120418
0.03/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.14	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.14	c java.vm.version	19.1-b02
0.03/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.14	c sun.arch.data.model	64
0.03/0.14	c java.version		1.6.0_24
0.03/0.14	c os.name		Linux
0.03/0.14	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.14	c os.arch		amd64
0.03/0.14	c Free memory 		501472288
0.03/0.14	c Max memory 		7480803328
0.03/0.14	c Total memory 		504102912
0.03/0.14	c Number of processors 	8
0.03/0.16	c Pseudo Boolean Optimization by upper bound
0.03/0.16	c --- Begin Solver configuration ---
0.03/0.16	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.03/0.16	c Learn all clauses as in MiniSAT
0.03/0.16	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.03/0.16	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.03/0.16	c No reason simplification
0.03/0.16	c Armin Biere (Picosat) restarts strategy
0.03/0.16	c Glucose learned constraints deletion strategy
0.03/0.16	c timeout=2147483s
0.03/0.16	c DB Simplification allowed=false
0.03/0.16	c c --- End Solver configuration ---
0.03/0.16	c solving HOME/instance-3687197-1337871882.opb
0.03/0.16	c reading problem ... 
0.17/0.26	c ... done. Wall clock time 0.098s.
0.17/0.26	c declared #vars     370
0.17/0.26	c #constraints  557
0.17/0.26	c constraints type 
0.17/0.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 120
0.17/0.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.17/0.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 193
0.17/0.26	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 242
0.17/0.26	c 557 constraints processed.
0.90/0.69	c cleaning 2499 clauses out of 5000 with flag 5000/5000
1.34/1.08	c cleaning 4246 clauses out of 8501 with flag 11000/11000
1.87/1.56	c cleaning 5627 clauses out of 11255 with flag 18000/18000
2.38/2.07	c cleaning 6815 clauses out of 13629 with flag 26001/26001
3.10/2.74	c cleaning 7907 clauses out of 15814 with flag 35001/35001
3.90/3.53	c cleaning 8950 clauses out of 17906 with flag 45000/45000
4.82/4.48	c cleaning 9973 clauses out of 19956 with flag 56000/56000
6.05/5.65	c cleaning 10992 clauses out of 21984 with flag 68001/68001
7.36/6.94	c cleaning 11992 clauses out of 23994 with flag 81003/81003
8.76/8.32	c cleaning 12998 clauses out of 26001 with flag 95002/95002
10.38/9.93	c cleaning 14001 clauses out of 28005 with flag 110004/110004
12.10/11.61	c cleaning 14994 clauses out of 30001 with flag 126001/126001
13.92/13.41	c cleaning 15998 clauses out of 32007 with flag 143001/143001
16.02/15.50	c cleaning 16992 clauses out of 34008 with flag 161000/161000
18.35/17.89	c cleaning 17995 clauses out of 36016 with flag 180000/180000
21.06/20.52	c cleaning 19005 clauses out of 38022 with flag 200001/200001
24.08/23.53	c cleaning 19997 clauses out of 40018 with flag 221002/221002
27.48/26.96	c cleaning 20998 clauses out of 42019 with flag 243000/243000
31.09/30.54	c cleaning 22005 clauses out of 44021 with flag 266000/266000
34.89/34.39	c cleaning 23000 clauses out of 46016 with flag 290000/290000
38.91/38.37	c cleaning 24004 clauses out of 48017 with flag 315001/315001
43.24/42.69	c cleaning 25001 clauses out of 50012 with flag 341000/341000
47.96/47.35	c cleaning 25992 clauses out of 52014 with flag 368003/368003
52.99/52.32	c cleaning 27009 clauses out of 54019 with flag 396000/396000
57.80/57.13	c cleaning 27997 clauses out of 56010 with flag 425000/425000
63.03/62.34	c cleaning 29003 clauses out of 58017 with flag 455004/455004
68.77/68.00	c cleaning 29993 clauses out of 60010 with flag 486000/486000
74.58/73.83	c cleaning 31002 clauses out of 62018 with flag 518001/518001
81.41/80.69	c cleaning 32005 clauses out of 64021 with flag 551006/551006
88.43/87.63	c cleaning 33000 clauses out of 66012 with flag 585002/585002
96.54/95.73	c cleaning 33997 clauses out of 68011 with flag 620001/620001
104.17/103.34	c cleaning 35000 clauses out of 70013 with flag 656000/656000
112.48/111.69	c cleaning 35991 clauses out of 72014 with flag 693001/693001
121.41/120.55	c cleaning 37002 clauses out of 74022 with flag 731000/731000
131.15/130.21	c cleaning 38006 clauses out of 76020 with flag 770000/770000
141.58/140.63	c cleaning 39001 clauses out of 78015 with flag 810001/810001
153.59/152.64	c cleaning 39995 clauses out of 80013 with flag 851000/851000
165.21/164.29	c cleaning 41000 clauses out of 82018 with flag 893000/893000
175.14/174.14	c cleaning 41998 clauses out of 84018 with flag 936000/936000
186.16/185.12	c cleaning 43005 clauses out of 86020 with flag 980000/980000
198.49/197.43	c cleaning 43991 clauses out of 88015 with flag 1025000/1025000
208.65/207.54	c cleaning 45004 clauses out of 90024 with flag 1071000/1071000
221.97/220.85	c cleaning 46007 clauses out of 92021 with flag 1118001/1118001
236.11/234.95	c cleaning 46998 clauses out of 94014 with flag 1166001/1166001
253.45/252.27	c cleaning 48006 clauses out of 96016 with flag 1215001/1215001
273.07/271.82	c cleaning 48983 clauses out of 98009 with flag 1265000/1265000
294.02/292.73	c cleaning 50008 clauses out of 100027 with flag 1316001/1316001
316.28/314.95	c cleaning 51002 clauses out of 102020 with flag 1368002/1368002
340.61/339.25	c cleaning 52001 clauses out of 104017 with flag 1421001/1421001
364.04/362.67	c cleaning 53000 clauses out of 106018 with flag 1475003/1475003
380.58/379.12	c cleaning 53986 clauses out of 108015 with flag 1530000/1530000
392.61/391.14	c cleaning 55006 clauses out of 110033 with flag 1586004/1586004
409.12/407.64	c cleaning 56006 clauses out of 112024 with flag 1643001/1643001
433.16/431.66	c cleaning 56997 clauses out of 114020 with flag 1701003/1701003
457.39/455.82	c cleaning 57996 clauses out of 116021 with flag 1760001/1760001
479.11/477.52	c cleaning 59008 clauses out of 118028 with flag 1820004/1820004
502.06/500.42	c cleaning 60003 clauses out of 120017 with flag 1881001/1881001
529.49/527.84	c cleaning 60999 clauses out of 122014 with flag 1943001/1943001
552.12/550.50	c cleaning 62003 clauses out of 124014 with flag 2006000/2006000
576.27/574.59	c cleaning 62996 clauses out of 126013 with flag 2070002/2070002
604.21/602.41	c cleaning 63999 clauses out of 128015 with flag 2135000/2135000
634.64/632.81	c cleaning 64997 clauses out of 130017 with flag 2201001/2201001
665.28/663.47	c cleaning 66005 clauses out of 132024 with flag 2268005/2268005
695.81/693.91	c cleaning 67000 clauses out of 134014 with flag 2336000/2336000
722.66/720.75	c cleaning 67993 clauses out of 136014 with flag 2405000/2405000
758.09/756.10	c cleaning 69003 clauses out of 138022 with flag 2475001/2475001
800.32/798.38	c cleaning 70002 clauses out of 140018 with flag 2546000/2546000
841.78/839.72	c cleaning 71000 clauses out of 142017 with flag 2618001/2618001
885.84/883.78	c cleaning 71994 clauses out of 144016 with flag 2691000/2691000
935.78/933.69	c cleaning 72996 clauses out of 146022 with flag 2765000/2765000
990.13/987.94	c cleaning 74009 clauses out of 148027 with flag 2840001/2840001
1038.08/1035.89	c cleaning 74994 clauses out of 150019 with flag 2916002/2916002
1087.42/1085.17	c cleaning 76000 clauses out of 152024 with flag 2993001/2993001
1137.95/1135.69	c cleaning 77002 clauses out of 154023 with flag 3071000/3071000
1188.22/1185.82	c cleaning 78003 clauses out of 156022 with flag 3150001/3150001
1237.84/1235.46	c cleaning 78999 clauses out of 158018 with flag 3230000/3230000
1290.19/1287.70	c cleaning 79998 clauses out of 160021 with flag 3311002/3311002
1352.63/1350.14	c cleaning 81004 clauses out of 162021 with flag 3393000/3393000
1420.81/1418.23	c cleaning 81996 clauses out of 164017 with flag 3476000/3476000
1489.32/1486.73	c cleaning 82994 clauses out of 166021 with flag 3560000/3560000
1555.37/1552.75	c cleaning 84009 clauses out of 168029 with flag 3645002/3645002
1619.21/1616.56	c cleaning 85004 clauses out of 170018 with flag 3731000/3731000
1684.06/1681.34	c cleaning 86000 clauses out of 172015 with flag 3818001/3818001
1752.18/1749.45	c cleaning 86998 clauses out of 174014 with flag 3906000/3906000
1800.02/1797.21	c starts		: 252
1800.02/1797.21	c conflicts		: 3972531
1800.02/1797.21	c decisions		: 7905731
1800.02/1797.21	c propagations		: 130989152
1800.02/1797.21	c inspects		: 21340115686
1800.02/1797.21	c shortcuts		: 0
1800.02/1797.21	c learnt literals	: 0
1800.02/1797.21	c learnt binary clauses	: 0
1800.02/1797.21	c learnt ternary clauses	: 0
1800.02/1797.21	c learnt constraints	: 3972531
1800.02/1797.21	c ignored constraints	: 0
1800.02/1797.21	c root simplifications	: 0
1800.02/1797.21	c removed literals (reason simplification)	: 0
1800.02/1797.21	c reason swapping (by a shorter reason)	: 0
1800.02/1797.21	c Calls to reduceDB	: 84
1800.02/1797.21	c number of reductions to clauses (during analyze)	: 0
1800.02/1797.21	c number of learned constraints concerned by reduction	: 0
1800.02/1797.21	c number of learning phase by resolution	: 0
1800.02/1797.21	c number of learning phase by cutting planes	: 0
1800.02/1797.21	c speed (assignments/second)	: 72895.43035795177
1800.02/1797.21	c non guided choices	48
1800.02/1797.24	c learnt constraints type 
1800.02/1797.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 153570
1800.02/1797.24	c constraints type 
1800.02/1797.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 120
1800.02/1797.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
1800.02/1797.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 193
1800.02/1797.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 242
1800.02/1797.24	c 557 constraints processed.
1800.02/1797.24	s UNKNOWN
1800.02/1797.24	c Total wall clock time (in seconds): 1797.078

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-3687197-1337871882/watcher-3687197-1337871882 -o /tmp/evaluation-result-3687197-1337871882/solver-3687197-1337871882 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687197-1337871882.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: 0.00 0.00 0.00 3/193 21540
/proc/meminfo: memFree=29078324/32873648 swapFree=6844/6844
[pid=21540] ppid=21538 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/21540/stat : 21540 (runsolver) D 21538 21540 21479 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 1 0 253315021 12095488 50 33554432000 4194304 5436572 140734531061120 140734531057416 4883175 0 0 4096 24578 18446744072101258628 0 0 17 2 0 0 0 0 0
/proc/21540/statm: 2953 50 31 304 0 2645 0

[startup+0.049881 s]
/proc/loadavg: 0.00 0.00 0.00 3/193 21540
/proc/meminfo: memFree=29078324/32873648 swapFree=6844/6844
[pid=21540] ppid=21538 vsize=102664 CPUtime=0 cores=0,2,4,6
/proc/21540/stat : 21540 (java) S 21538 21540 21479 0 -1 4202496 1427 0 1 0 0 0 0 0 20 0 2 0 253315021 105127936 1110 33554432000 1073741824 1073778376 140734559225024 140734559216160 271790932029 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21540/statm: 25674 1112 858 9 0 16783 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 102664

[startup+0.100241 s]
/proc/loadavg: 0.00 0.00 0.00 3/193 21540
/proc/meminfo: memFree=29078324/32873648 swapFree=6844/6844
[pid=21540] ppid=21538 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/21540/stat : 21540 (java) S 21538 21540 21479 0 -1 4202496 3075 0 1 0 3 0 0 0 20 0 13 0 253315021 9446973440 3774 33554432000 1073741824 1073778376 140734559225024 140734559216160 271790932029 0 0 0 16800971 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21540/statm: 2306390 3774 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.300217 s]
/proc/loadavg: 0.00 0.00 0.00 3/193 21540
/proc/meminfo: memFree=29078324/32873648 swapFree=6844/6844
[pid=21540] ppid=21538 vsize=9624976 CPUtime=0.36 cores=0,2,4,6
/proc/21540/stat : 21540 (java) S 21538 21540 21479 0 -1 4202496 6091 0 1 0 35 1 0 0 20 0 19 0 253315021 9855975424 7678 33554432000 1073741824 1073778376 140734559225024 140734559216160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21540/statm: 2406244 7699 2223 9 0 2396937 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 9624976

[startup+0.700267 s]
/proc/loadavg: 0.00 0.00 0.00 3/193 21540
/proc/meminfo: memFree=29078324/32873648 swapFree=6844/6844
[pid=21540] ppid=21538 vsize=9624976 CPUtime=1.04 cores=0,2,4,6
/proc/21540/stat : 21540 (java) S 21538 21540 21479 0 -1 4202496 7523 0 1 0 102 2 0 0 20 0 19 0 253315021 9855975424 10623 33554432000 1073741824 1073778376 140734559225024 140734559216160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21540/statm: 2406244 10623 2261 9 0 2396937 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9624976

[startup+1.50061 s]
/proc/loadavg: 0.00 0.00 0.00 5/213 21560
/proc/meminfo: memFree=29020732/32873648 swapFree=6844/6844
[pid=21540] ppid=21538 vsize=9624976 CPUtime=1.87 cores=0,2,4,6
/proc/21540/stat : 21540 (java) S 21538 21540 21479 0 -1 4202496 7539 0 1 0 184 3 0 0 20 0 19 0 253315021 9855975424 12679 33554432000 1073741824 1073778376 140734559225024 140734559216160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21540/statm: 2406244 12679 2264 9 0 2396937 0
[pid=21540/tid=21542] ppid=21538 vsize=9624976 CPUtime=1.4 cores=0,2,4,6
/proc/21540/task/21542/stat : 21542 (java) R 21538 21540 21479 0 -1 4202560 2459 0 1 0 138 2 0 0 20 0 19 0 253315024 9855975424 12679 33554432000 1073741824 1073778376 140734559225024 139735904571680 139735771670320 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21543] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21543/stat : 21543 (java) S 21538 21540 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315027 9855975424 12679 33554432000 1073741824 1073778376 140734559225024 139735893633576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21544] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21544/stat : 21544 (java) S 21538 21540 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315027 9855975424 12679 33554432000 1073741824 1073778376 140734559225024 139735892580776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21545] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21545/stat : 21545 (java) S 21538 21540 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315027 9855975424 12679 33554432000 1073741824 1073778376 140734559225024 139735891527976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21540/tid=21546] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21546/stat : 21546 (java) S 21538 21540 21479 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 253315027 9855975424 12679 33554432000 1073741824 1073778376 140734559225024 139735890475176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21547] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21547/stat : 21547 (java) S 21538 21540 21479 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253315027 9855975424 12679 33554432000 1073741824 1073778376 140734559225024 139735743544360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21548] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21548/stat : 21548 (java) S 21538 21540 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315027 9855975424 12679 33554432000 1073741824 1073778376 140734559225024 139735742491560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21549] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21549/stat : 21549 (java) S 21538 21540 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315027 9855975424 12679 33554432000 1073741824 1073778376 140734559225024 139735741438760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21550] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21550/stat : 21550 (java) S 21538 21540 21479 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253315027 9855975424 12679 33554432000 1073741824 1073778376 140734559225024 139735740385960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21551] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21551/stat : 21551 (java) S 21538 21540 21479 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 253315028 9855975424 12679 33554432000 1073741824 1073778376 140734559225024 139735728187880 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21552] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21552/stat : 21552 (java) S 21538 21540 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315029 9855975424 12679 33554432000 1073741824 1073778376 140734559225024 139735727133944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21553] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21553/stat : 21553 (java) S 21538 21540 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315029 9855975424 12679 33554432000 1073741824 1073778376 140734559225024 139735726081032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21554] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21554/stat : 21554 (java) S 21538 21540 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315032 9855975424 12679 33554432000 1073741824 1073778376 140734559225024 139735725029520 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21555] ppid=21538 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/21540/task/21555/stat : 21555 (java) S 21538 21540 21479 0 -1 4202560 1746 0 0 0 20 0 0 0 20 0 19 0 253315032 9855975424 12679 33554432000 1073741824 1073778376 140734559225024 139735723977656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21556] ppid=21538 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/21540/task/21556/stat : 21556 (java) S 21538 21540 21479 0 -1 4202560 2088 0 0 0 20 0 0 0 20 0 19 0 253315032 9855975424 12679 33554432000 1073741824 1073778376 140734559225024 139735722924856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21557] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21557/stat : 21557 (java) S 21538 21540 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315032 9855975424 12679 33554432000 1073741824 1073778376 140734559225024 139735721872248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21558] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21558/stat : 21558 (java) S 21538 21540 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315032 9855975424 12679 33554432000 1073741824 1073778376 140734559225024 139735720819656 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21560] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21560/stat : 21560 (java) S 21538 21540 21479 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253315048 9855975424 12679 33554432000 1073741824 1073778376 140734559225024 139735719765160 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 9624976

[startup+3.1006 s]
/proc/loadavg: 0.16 0.03 0.01 2/190 21585
/proc/meminfo: memFree=29044048/32873648 swapFree=6844/6844
[pid=21540] ppid=21538 vsize=9624976 CPUtime=3.5 cores=0,2,4,6
/proc/21540/stat : 21540 (java) S 21538 21540 21479 0 -1 4202496 7659 0 1 0 347 3 0 0 20 0 19 0 253315021 9855975424 14229 33554432000 1073741824 1073778376 140734559225024 140734559216160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21540/statm: 2406244 14229 2264 9 0 2396937 0
[pid=21540/tid=21542] ppid=21538 vsize=9624976 CPUtime=2.96 cores=0,2,4,6
/proc/21540/task/21542/stat : 21542 (java) R 21538 21540 21479 0 -1 4202560 2460 0 1 0 294 2 0 0 20 0 19 0 253315024 9855975424 14229 33554432000 1073741824 1073778376 140734559225024 139735904571680 139735771598096 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21543] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21543/stat : 21543 (java) S 21538 21540 21479 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253315027 9855975424 14229 33554432000 1073741824 1073778376 140734559225024 139735893633576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21544] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21544/stat : 21544 (java) S 21538 21540 21479 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253315027 9855975424 14229 33554432000 1073741824 1073778376 140734559225024 139735892580776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21545] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21545/stat : 21545 (java) S 21538 21540 21479 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253315027 9855975424 14229 33554432000 1073741824 1073778376 140734559225024 139735891527976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21540/tid=21546] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21546/stat : 21546 (java) S 21538 21540 21479 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 253315027 9855975424 14229 33554432000 1073741824 1073778376 140734559225024 139735890475176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21547] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21547/stat : 21547 (java) S 21538 21540 21479 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253315027 9855975424 14229 33554432000 1073741824 1073778376 140734559225024 139735743544360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21548] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21548/stat : 21548 (java) S 21538 21540 21479 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253315027 9855975424 14229 33554432000 1073741824 1073778376 140734559225024 139735742491560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21549] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21549/stat : 21549 (java) S 21538 21540 21479 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253315027 9855975424 14229 33554432000 1073741824 1073778376 140734559225024 139735741438760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21550] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21550/stat : 21550 (java) S 21538 21540 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315027 9855975424 14229 33554432000 1073741824 1073778376 140734559225024 139735740385960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21540/tid=21551] ppid=21538 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/21540/task/21551/stat : 21551 (java) S 21538 21540 21479 0 -1 4202560 31 0 0 0 4 0 0 0 20 0 19 0 253315028 9855975424 14229 33554432000 1073741824 1073778376 140734559225024 139735728187880 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21552] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21552/stat : 21552 (java) S 21538 21540 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315029 9855975424 14229 33554432000 1073741824 1073778376 140734559225024 139735727133944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21553] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21553/stat : 21553 (java) S 21538 21540 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315029 9855975424 14229 33554432000 1073741824 1073778376 140734559225024 139735726081032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21554] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21554/stat : 21554 (java) S 21538 21540 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315032 9855975424 14229 33554432000 1073741824 1073778376 140734559225024 139735725029520 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21555] ppid=21538 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/21540/task/21555/stat : 21555 (java) S 21538 21540 21479 0 -1 4202560 1844 0 0 0 22 0 0 0 20 0 19 0 253315032 9855975424 14229 33554432000 1073741824 1073778376 140734559225024 139735723977656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21556] ppid=21538 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/21540/task/21556/stat : 21556 (java) S 21538 21540 21479 0 -1 4202560 2088 0 0 0 20 0 0 0 20 0 19 0 253315032 9855975424 14229 33554432000 1073741824 1073778376 140734559225024 139735722924856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21557] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21557/stat : 21557 (java) S 21538 21540 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315032 9855975424 14229 33554432000 1073741824 1073778376 140734559225024 139735721872248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21558] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21558/stat : 21558 (java) S 21538 21540 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315032 9855975424 14229 33554432000 1073741824 1073778376 140734559225024 139735720819656 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21560] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21560/stat : 21560 (java) S 21538 21540 21479 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253315048 9855975424 14229 33554432000 1073741824 1073778376 140734559225024 139735719765160 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 9624976

[startup+6.30064 s]
/proc/loadavg: 0.16 0.03 0.01 2/190 21585
/proc/meminfo: memFree=29037620/32873648 swapFree=6844/6844
[pid=21540] ppid=21538 vsize=9624976 CPUtime=6.76 cores=0,2,4,6
/proc/21540/stat : 21540 (java) S 21538 21540 21479 0 -1 4202496 7669 0 1 0 672 4 0 0 20 0 19 0 253315021 9855975424 15180 33554432000 1073741824 1073778376 140734559225024 140734559216160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21540/statm: 2406244 15180 2264 9 0 2396937 0
[pid=21540/tid=21542] ppid=21538 vsize=9624976 CPUtime=6.1 cores=0,2,4,6
/proc/21540/task/21542/stat : 21542 (java) R 21538 21540 21479 0 -1 4202560 2464 0 1 0 608 2 0 0 20 0 19 0 253315024 9855975424 15180 33554432000 1073741824 1073778376 140734559225024 139735904571680 139735771592231 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21543] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21543/stat : 21543 (java) S 21538 21540 21479 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253315027 9855975424 15180 33554432000 1073741824 1073778376 140734559225024 139735893633576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21544] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21544/stat : 21544 (java) S 21538 21540 21479 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253315027 9855975424 15180 33554432000 1073741824 1073778376 140734559225024 139735892580776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21545] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21545/stat : 21545 (java) S 21538 21540 21479 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253315027 9855975424 15180 33554432000 1073741824 1073778376 140734559225024 139735891527976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21540/tid=21546] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21546/stat : 21546 (java) S 21538 21540 21479 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 253315027 9855975424 15180 33554432000 1073741824 1073778376 140734559225024 139735890475176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21547] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21547/stat : 21547 (java) S 21538 21540 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315027 9855975424 15180 33554432000 1073741824 1073778376 140734559225024 139735743544360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21548] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21548/stat : 21548 (java) S 21538 21540 21479 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253315027 9855975424 15180 33554432000 1073741824 1073778376 140734559225024 139735742491560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21549] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21549/stat : 21549 (java) S 21538 21540 21479 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253315027 9855975424 15180 33554432000 1073741824 1073778376 140734559225024 139735741438760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21550] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21550/stat : 21550 (java) S 21538 21540 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315027 9855975424 15180 33554432000 1073741824 1073778376 140734559225024 139735740385960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21540/tid=21551] ppid=21538 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/21540/task/21551/stat : 21551 (java) S 21538 21540 21479 0 -1 4202560 33 0 0 0 8 0 0 0 20 0 19 0 253315028 9855975424 15180 33554432000 1073741824 1073778376 140734559225024 139735728187880 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21552] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21552/stat : 21552 (java) S 21538 21540 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315029 9855975424 15180 33554432000 1073741824 1073778376 140734559225024 139735727133944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21553] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21553/stat : 21553 (java) S 21538 21540 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315029 9855975424 15180 33554432000 1073741824 1073778376 140734559225024 139735726081032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21554] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21554/stat : 21554 (java) S 21538 21540 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315032 9855975424 15180 33554432000 1073741824 1073778376 140734559225024 139735725029520 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21555] ppid=21538 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/21540/task/21555/stat : 21555 (java) S 21538 21540 21479 0 -1 4202560 1844 0 0 0 22 0 0 0 20 0 19 0 253315032 9855975424 15180 33554432000 1073741824 1073778376 140734559225024 139735723977656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21556] ppid=21538 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/21540/task/21556/stat : 21556 (java) S 21538 21540 21479 0 -1 4202560 2088 0 0 0 20 0 0 0 20 0 19 0 253315032 9855975424 15180 33554432000 1073741824 1073778376 140734559225024 139735722924856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21557] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21557/stat : 21557 (java) S 21538 21540 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315032 9855975424 15180 33554432000 1073741824 1073778376 140734559225024 139735721872248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21558] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21558/stat : 21558 (java) S 21538 21540 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315032 9855975424 15180 33554432000 1073741824 1073778376 140734559225024 139735720819656 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21560] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21560/stat : 21560 (java) S 21538 21540 21479 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253315048 9855975424 15180 33554432000 1073741824 1073778376 140734559225024 139735719765160 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.76
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

[pid=21540/tid=21548] ppid=21538 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/21540/task/21548/stat : 21548 (java) S 21538 21540 21479 0 -1 4202560 59 0 0 0 42 2 0 0 20 0 19 0 253315027 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735742491560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21540/tid=21549] ppid=21538 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/21540/task/21549/stat : 21549 (java) S 21538 21540 21479 0 -1 4202560 211 0 0 0 42 2 0 0 20 0 19 0 253315027 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735741438760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21550] ppid=21538 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/21540/task/21550/stat : 21550 (java) S 21538 21540 21479 0 -1 4202560 117 0 0 0 38 2 0 0 20 0 19 0 253315027 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735740385960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21551] ppid=21538 vsize=9624976 CPUtime=2.75 cores=0,2,4,6
/proc/21540/task/21551/stat : 21551 (java) S 21538 21540 21479 0 -1 4202560 124 0 0 0 272 3 0 0 20 0 19 0 253315028 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735728187880 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21552] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21552/stat : 21552 (java) S 21538 21540 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315029 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735727133944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21553] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21553/stat : 21553 (java) S 21538 21540 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315029 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735726081032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21554] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21554/stat : 21554 (java) S 21538 21540 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315032 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735725029520 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21555] ppid=21538 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/21540/task/21555/stat : 21555 (java) S 21538 21540 21479 0 -1 4202560 1844 0 0 0 22 0 0 0 20 0 19 0 253315032 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735723977656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21556] ppid=21538 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/21540/task/21556/stat : 21556 (java) S 21538 21540 21479 0 -1 4202560 2092 0 0 0 22 0 0 0 20 0 19 0 253315032 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735722924856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21557] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21557/stat : 21557 (java) S 21538 21540 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315032 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735721872248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21558] ppid=21538 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/21540/task/21558/stat : 21558 (java) S 21538 21540 21479 0 -1 4202560 95 0 0 0 27 33 0 0 20 0 19 0 253315032 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735720819656 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21560] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21560/stat : 21560 (java) S 21538 21540 21479 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253315048 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735719765160 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1665.05
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.17 2.05 1.68 3/214 21690
/proc/meminfo: memFree=28333164/32873648 swapFree=6844/6844
[pid=21540] ppid=21538 vsize=9624976 CPUtime=1725.09 cores=0,2,4,6
/proc/21540/stat : 21540 (java) S 21538 21540 21479 0 -1 4202496 9157 0 1 0 172465 44 0 0 20 0 19 0 253315021 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 140734559216160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21540/statm: 2406244 58471 2265 9 0 2396937 0
[pid=21540/tid=21542] ppid=21538 vsize=9624976 CPUtime=1718.08 cores=0,2,4,6
/proc/21540/task/21542/stat : 21542 (java) R 21538 21540 21479 0 -1 4202560 2564 0 1 0 171776 32 0 0 20 0 19 0 253315024 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735904571680 139735771670490 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21543] ppid=21538 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/21540/task/21543/stat : 21543 (java) S 21538 21540 21479 0 -1 4202560 265 0 0 0 38 2 0 0 20 0 19 0 253315027 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735893633576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21544] ppid=21538 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/21540/task/21544/stat : 21544 (java) S 21538 21540 21479 0 -1 4202560 240 0 0 0 41 2 0 0 20 0 19 0 253315027 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735892580776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21545] ppid=21538 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/21540/task/21545/stat : 21545 (java) S 21538 21540 21479 0 -1 4202560 208 0 0 0 41 2 0 0 20 0 19 0 253315027 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735891527976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21546] ppid=21538 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/21540/task/21546/stat : 21546 (java) S 21538 21540 21479 0 -1 4202560 70 0 0 0 42 2 0 0 20 0 19 0 253315027 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735890475176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21547] ppid=21538 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/21540/task/21547/stat : 21547 (java) S 21538 21540 21479 0 -1 4202560 81 0 0 0 44 2 0 0 20 0 19 0 253315027 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735743544360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21548] ppid=21538 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/21540/task/21548/stat : 21548 (java) S 21538 21540 21479 0 -1 4202560 59 0 0 0 44 2 0 0 20 0 19 0 253315027 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735742491560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21549] ppid=21538 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/21540/task/21549/stat : 21549 (java) S 21538 21540 21479 0 -1 4202560 211 0 0 0 43 2 0 0 20 0 19 0 253315027 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735741438760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21550] ppid=21538 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/21540/task/21550/stat : 21550 (java) S 21538 21540 21479 0 -1 4202560 117 0 0 0 39 2 0 0 20 0 19 0 253315027 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735740385960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21551] ppid=21538 vsize=9624976 CPUtime=2.8 cores=0,2,4,6
/proc/21540/task/21551/stat : 21551 (java) S 21538 21540 21479 0 -1 4202560 126 0 0 0 277 3 0 0 20 0 19 0 253315028 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735728187880 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21552] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21552/stat : 21552 (java) S 21538 21540 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315029 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735727133944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21553] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21553/stat : 21553 (java) S 21538 21540 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315029 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735726081032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21554] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21554/stat : 21554 (java) S 21538 21540 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315032 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735725029520 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21555] ppid=21538 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/21540/task/21555/stat : 21555 (java) S 21538 21540 21479 0 -1 4202560 1844 0 0 0 22 0 0 0 20 0 19 0 253315032 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735723977656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21556] ppid=21538 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/21540/task/21556/stat : 21556 (java) S 21538 21540 21479 0 -1 4202560 2092 0 0 0 22 0 0 0 20 0 19 0 253315032 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735722924856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21557] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21557/stat : 21557 (java) S 21538 21540 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315032 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735721872248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21558] ppid=21538 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/21540/task/21558/stat : 21558 (java) S 21538 21540 21479 0 -1 4202560 99 0 0 0 29 33 0 0 20 0 19 0 253315032 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735720819656 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21560] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21560/stat : 21560 (java) S 21538 21540 21479 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253315048 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735719765160 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1725.09
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.06 2.03 1.70 3/213 21690
/proc/meminfo: memFree=28340180/32873648 swapFree=6844/6844
[pid=21540] ppid=21538 vsize=9624976 CPUtime=1785.12 cores=0,2,4,6
/proc/21540/stat : 21540 (java) S 21538 21540 21479 0 -1 4202496 9164 0 1 0 178467 45 0 0 20 0 19 0 253315021 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 140734559216160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21540/statm: 2406244 58471 2265 9 0 2396937 0
[pid=21540/tid=21542] ppid=21538 vsize=9624976 CPUtime=1777.97 cores=0,2,4,6
/proc/21540/task/21542/stat : 21542 (java) R 21538 21540 21479 0 -1 4202560 2565 0 1 0 177764 33 0 0 20 0 19 0 253315024 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735904571680 139735771670485 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21543] ppid=21538 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/21540/task/21543/stat : 21543 (java) S 21538 21540 21479 0 -1 4202560 265 0 0 0 39 2 0 0 20 0 19 0 253315027 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735893633576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21544] ppid=21538 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/21540/task/21544/stat : 21544 (java) S 21538 21540 21479 0 -1 4202560 240 0 0 0 41 2 0 0 20 0 19 0 253315027 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735892580776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21545] ppid=21538 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/21540/task/21545/stat : 21545 (java) S 21538 21540 21479 0 -1 4202560 208 0 0 0 43 2 0 0 20 0 19 0 253315027 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735891527976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21546] ppid=21538 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/21540/task/21546/stat : 21546 (java) S 21538 21540 21479 0 -1 4202560 70 0 0 0 43 2 0 0 20 0 19 0 253315027 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735890475176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21547] ppid=21538 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/21540/task/21547/stat : 21547 (java) S 21538 21540 21479 0 -1 4202560 81 0 0 0 45 2 0 0 20 0 19 0 253315027 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735743544360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21548] ppid=21538 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/21540/task/21548/stat : 21548 (java) S 21538 21540 21479 0 -1 4202560 59 0 0 0 44 2 0 0 20 0 19 0 253315027 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735742491560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21549] ppid=21538 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/21540/task/21549/stat : 21549 (java) S 21538 21540 21479 0 -1 4202560 211 0 0 0 44 2 0 0 20 0 19 0 253315027 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735741438760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21550] ppid=21538 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/21540/task/21550/stat : 21550 (java) S 21538 21540 21479 0 -1 4202560 117 0 0 0 39 2 0 0 20 0 19 0 253315027 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735740385960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21540/tid=21551] ppid=21538 vsize=9624976 CPUtime=2.88 cores=0,2,4,6
/proc/21540/task/21551/stat : 21551 (java) S 21538 21540 21479 0 -1 4202560 128 0 0 0 285 3 0 0 20 0 19 0 253315028 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735728187880 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21552] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21552/stat : 21552 (java) S 21538 21540 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315029 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735727133944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21553] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21553/stat : 21553 (java) S 21538 21540 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315029 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735726081032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21554] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21554/stat : 21554 (java) S 21538 21540 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315032 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735725029520 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21555] ppid=21538 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/21540/task/21555/stat : 21555 (java) S 21538 21540 21479 0 -1 4202560 1844 0 0 0 22 0 0 0 20 0 19 0 253315032 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735723977656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21556] ppid=21538 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/21540/task/21556/stat : 21556 (java) S 21538 21540 21479 0 -1 4202560 2092 0 0 0 22 0 0 0 20 0 19 0 253315032 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735722924856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21557] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21557/stat : 21557 (java) S 21538 21540 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315032 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735721872248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21558] ppid=21538 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/21540/task/21558/stat : 21558 (java) S 21538 21540 21479 0 -1 4202560 103 0 0 0 30 34 0 0 20 0 19 0 253315032 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735720819656 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21560] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21560/stat : 21560 (java) S 21538 21540 21479 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253315048 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735719765160 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1785.12
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.2 s]
/proc/loadavg: 2.12 2.05 1.71 3/213 21690
/proc/meminfo: memFree=28359968/32873648 swapFree=6844/6844
[pid=21540] ppid=21538 vsize=9624976 CPUtime=1800.02 cores=0,2,4,6
/proc/21540/stat : 21540 (java) S 21538 21540 21479 0 -1 4202496 9164 0 1 0 179957 45 0 0 20 0 19 0 253315021 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 140734559216160 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21540/statm: 2406244 58471 2265 9 0 2396937 0
[pid=21540/tid=21542] ppid=21538 vsize=9624976 CPUtime=1792.87 cores=0,2,4,6
/proc/21540/task/21542/stat : 21542 (java) R 21538 21540 21479 0 -1 4202560 2565 0 1 0 179254 33 0 0 20 0 19 0 253315024 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735904571680 139735771670485 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21543] ppid=21538 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/21540/task/21543/stat : 21543 (java) S 21538 21540 21479 0 -1 4202560 265 0 0 0 39 2 0 0 20 0 19 0 253315027 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735893633576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21544] ppid=21538 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/21540/task/21544/stat : 21544 (java) S 21538 21540 21479 0 -1 4202560 240 0 0 0 41 2 0 0 20 0 19 0 253315027 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735892580776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21545] ppid=21538 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/21540/task/21545/stat : 21545 (java) S 21538 21540 21479 0 -1 4202560 208 0 0 0 43 2 0 0 20 0 19 0 253315027 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735891527976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21546] ppid=21538 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/21540/task/21546/stat : 21546 (java) S 21538 21540 21479 0 -1 4202560 70 0 0 0 43 2 0 0 20 0 19 0 253315027 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735890475176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21547] ppid=21538 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/21540/task/21547/stat : 21547 (java) S 21538 21540 21479 0 -1 4202560 81 0 0 0 45 2 0 0 20 0 19 0 253315027 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735743544360 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21548] ppid=21538 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/21540/task/21548/stat : 21548 (java) S 21538 21540 21479 0 -1 4202560 59 0 0 0 44 2 0 0 20 0 19 0 253315027 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735742491560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21549] ppid=21538 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/21540/task/21549/stat : 21549 (java) S 21538 21540 21479 0 -1 4202560 211 0 0 0 44 2 0 0 20 0 19 0 253315027 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735741438760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21550] ppid=21538 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/21540/task/21550/stat : 21550 (java) S 21538 21540 21479 0 -1 4202560 117 0 0 0 39 2 0 0 20 0 19 0 253315027 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735740385960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21540/tid=21551] ppid=21538 vsize=9624976 CPUtime=2.88 cores=0,2,4,6
/proc/21540/task/21551/stat : 21551 (java) S 21538 21540 21479 0 -1 4202560 128 0 0 0 285 3 0 0 20 0 19 0 253315028 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735728187880 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21552] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21552/stat : 21552 (java) S 21538 21540 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315029 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735727133944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21553] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21553/stat : 21553 (java) S 21538 21540 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315029 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735726081032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21554] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21554/stat : 21554 (java) S 21538 21540 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315032 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735725029520 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21555] ppid=21538 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/21540/task/21555/stat : 21555 (java) S 21538 21540 21479 0 -1 4202560 1844 0 0 0 22 0 0 0 20 0 19 0 253315032 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735723977656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21556] ppid=21538 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/21540/task/21556/stat : 21556 (java) S 21538 21540 21479 0 -1 4202560 2092 0 0 0 22 0 0 0 20 0 19 0 253315032 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735722924856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21557] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21557/stat : 21557 (java) S 21538 21540 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315032 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735721872248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21558] ppid=21538 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/21540/task/21558/stat : 21558 (java) S 21538 21540 21479 0 -1 4202560 103 0 0 0 30 34 0 0 20 0 19 0 253315032 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735720819656 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21560] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21560/stat : 21560 (java) S 21538 21540 21479 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253315048 9855975424 58471 33554432000 1073741824 1073778376 140734559225024 139735719765160 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 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
Real time (s): 1797.25
CPU time (s): 1800.74
CPU user time (s): 1799.74
CPU system time (s): 1.00085
CPU usage (%): 100.194
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.74
system time used= 1.00085
maximum resident set size= 234048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9209
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40349
involuntary context switches= 32009

runsolver used 6.592 second user time and 14.2108 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-24 17:04:43
IDJOB=3687197
IDBENCH=1165
IDSOLVER=2269
FILE ID=node115/3687197-1337871882
RUNJOBID= node115-1337871882-21495
PBS_JOBID= 14620089
Free space on /tmp= 71652 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army11.17ls.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687197-1337871882/watcher-3687197-1337871882 -o /tmp/evaluation-result-3687197-1337871882/solver-3687197-1337871882 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687197-1337871882.opb

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

MD5SUM BENCH= e92d33933b84b1c0ca9ffa19c28f7edc
RANDOM SEED=1415802339

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
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:        29081000 kB
Buffers:          191892 kB
Cached:          2818140 kB
SwapCached:            0 kB
Active:           899960 kB
Inactive:        2131468 kB
Active(anon):      24240 kB
Inactive(anon):        0 kB
Active(file):     875720 kB
Inactive(file):  2131468 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               792 kB
Writeback:             0 kB
AnonPages:         22872 kB
Mapped:            19776 kB
Shmem:               200 kB
Slab:             623240 kB
SReclaimable:      68076 kB
SUnreclaim:       555164 kB
KernelStack:        1400 kB
PageTables:         3944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     693624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71648 MiB
End job on node115 at 2012-05-24 17:34:42