Trace number 3689401

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.92 1793.27

General information on the benchmark

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

Solver Data

0.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.08	c version 2.3.2.v20120418
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		501472288
0.02/0.08	c Max memory 		7480803328
0.02/0.08	c Total memory 		504102912
0.02/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3689401-1337890008.opb
0.10/0.10	c reading problem ... 
7.78/6.49	c ... done. Wall clock time 6.39s.
7.78/6.49	c declared #vars     48411
7.78/6.71	c #constraints  1123290
7.78/6.71	c constraints type 
7.78/6.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 773682
7.78/6.71	c org.sat4j.minisat.constraints.card.MinWatchCard => 3524
7.78/6.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 235813
7.78/6.71	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 110271
7.78/6.71	c 1123290 constraints processed.
14.12/12.29	c cleaning 2495 clauses out of 5002 with flag 5002/5002
19.43/16.72	c cleaning 4223 clauses out of 8507 with flag 11002/11002
24.55/21.83	c cleaning 5630 clauses out of 11283 with flag 18001/18001
29.29/26.56	c cleaning 6826 clauses out of 13652 with flag 26000/26000
34.45/31.60	c cleaning 7885 clauses out of 15826 with flag 35000/35000
39.56/36.72	c cleaning 8960 clauses out of 17941 with flag 45000/45000
45.18/42.32	c cleaning 9950 clauses out of 19981 with flag 56000/56000
52.21/49.36	c cleaning 10973 clauses out of 22036 with flag 68005/68005
60.12/57.25	c cleaning 11978 clauses out of 24059 with flag 81001/81001
70.64/67.73	c cleaning 12974 clauses out of 26080 with flag 95000/95000
77.67/74.72	c cleaning 13979 clauses out of 28106 with flag 110000/110000
85.90/82.97	c cleaning 15018 clauses out of 30128 with flag 126001/126001
95.21/92.24	c cleaning 15986 clauses out of 32109 with flag 143000/143000
104.43/101.46	c cleaning 16980 clauses out of 34126 with flag 161003/161003
115.87/112.88	c cleaning 18030 clauses out of 36146 with flag 180003/180003
129.13/126.02	c cleaning 18986 clauses out of 38114 with flag 200001/200001
140.70/137.56	c cleaning 20015 clauses out of 40128 with flag 221001/221001
150.23/147.07	c cleaning 21031 clauses out of 42113 with flag 243001/243001
162.75/159.50	c cleaning 22006 clauses out of 44080 with flag 266000/266000
176.02/172.72	c cleaning 22961 clauses out of 46075 with flag 290001/290001
188.75/185.45	c cleaning 23922 clauses out of 48113 with flag 315000/315000
199.79/196.48	c cleaning 25075 clauses out of 50192 with flag 341001/341001
210.21/206.86	c cleaning 26044 clauses out of 52116 with flag 368000/368000
220.94/217.55	c cleaning 27023 clauses out of 54075 with flag 396003/396003
236.69/233.21	c cleaning 28003 clauses out of 56049 with flag 425000/425000
260.33/256.83	c cleaning 29011 clauses out of 58048 with flag 455002/455002
280.00/276.43	c cleaning 30016 clauses out of 60046 with flag 486011/486011
292.14/288.58	c cleaning 30999 clauses out of 62021 with flag 518002/518002
311.75/308.17	c cleaning 31977 clauses out of 64020 with flag 551001/551001
330.04/326.35	c cleaning 32981 clauses out of 66044 with flag 585002/585002
347.38/343.62	c cleaning 33987 clauses out of 68063 with flag 620004/620004
368.92/365.13	c cleaning 34970 clauses out of 70072 with flag 656002/656002
387.26/383.45	c cleaning 36022 clauses out of 72099 with flag 693000/693000
401.11/397.20	c cleaning 37015 clauses out of 74077 with flag 731000/731000
421.92/418.06	c cleaning 37998 clauses out of 76064 with flag 770002/770002
444.77/440.84	c cleaning 39017 clauses out of 78065 with flag 810001/810001
464.81/460.89	c cleaning 39961 clauses out of 80046 with flag 851001/851001
487.84/483.86	c cleaning 40973 clauses out of 82084 with flag 893000/893000
512.74/508.61	c cleaning 42046 clauses out of 84111 with flag 936000/936000
529.36/525.15	c cleaning 42966 clauses out of 86065 with flag 980001/980001
551.21/546.90	c cleaning 44010 clauses out of 88100 with flag 1025002/1025002
576.77/572.41	c cleaning 44986 clauses out of 90089 with flag 1071001/1071001
607.23/602.85	c cleaning 46007 clauses out of 92104 with flag 1118002/1118002
626.47/622.09	c cleaning 46921 clauses out of 94095 with flag 1166000/1166000
653.33/648.86	c cleaning 48042 clauses out of 96177 with flag 1215003/1215003
679.70/675.16	c cleaning 49019 clauses out of 98135 with flag 1265003/1265003
712.19/707.51	c cleaning 50019 clauses out of 100113 with flag 1316000/1316000
744.96/740.26	c cleaning 51020 clauses out of 102096 with flag 1368002/1368002
766.35/761.55	c cleaning 51961 clauses out of 104074 with flag 1421000/1421000
789.93/785.01	c cleaning 52995 clauses out of 106114 with flag 1475001/1475001
818.58/813.66	c cleaning 54005 clauses out of 108118 with flag 1530000/1530000
842.13/837.19	c cleaning 55010 clauses out of 110113 with flag 1586000/1586000
883.67/878.67	c cleaning 56001 clauses out of 112104 with flag 1643001/1643001
911.24/906.12	c cleaning 57006 clauses out of 114104 with flag 1701002/1701002
936.51/931.33	c cleaning 58012 clauses out of 116096 with flag 1760000/1760000
965.66/960.42	c cleaning 59008 clauses out of 118085 with flag 1820001/1820001
1010.15/1004.89	c cleaning 60009 clauses out of 120076 with flag 1881000/1881000
1039.82/1034.49	c cleaning 60940 clauses out of 122070 with flag 1943003/1943003
1071.69/1066.24	c cleaning 61958 clauses out of 124127 with flag 2006000/2006000
1109.28/1103.78	c cleaning 63063 clauses out of 126169 with flag 2070000/2070000
1139.83/1134.29	c cleaning 64021 clauses out of 128107 with flag 2135001/2135001
1178.47/1172.89	c cleaning 65014 clauses out of 130091 with flag 2201006/2201006
1212.43/1206.75	c cleaning 65962 clauses out of 132072 with flag 2268001/2268001
1251.79/1246.09	c cleaning 67003 clauses out of 134109 with flag 2336000/2336000
1300.00/1294.16	c cleaning 67995 clauses out of 136106 with flag 2405000/2405000
1349.97/1343.93	c cleaning 69003 clauses out of 138112 with flag 2475001/2475001
1400.35/1394.22	c cleaning 70004 clauses out of 140108 with flag 2546000/2546000
1445.22/1439.03	c cleaning 70961 clauses out of 142105 with flag 2618001/2618001
1492.24/1485.99	c cleaning 72014 clauses out of 144143 with flag 2691000/2691000
1539.50/1533.16	c cleaning 73031 clauses out of 146129 with flag 2765000/2765000
1587.97/1581.53	c cleaning 74019 clauses out of 148099 with flag 2840001/2840001
1647.36/1640.86	c cleaning 75008 clauses out of 150079 with flag 2916000/2916000
1703.43/1696.88	c cleaning 76008 clauses out of 152073 with flag 2993002/2993002
1744.61/1737.96	c cleaning 76975 clauses out of 154063 with flag 3071000/3071000
1782.37/1775.67	c cleaning 77965 clauses out of 156088 with flag 3150000/3150000
1800.04/1793.21	c starts		: 248
1800.04/1793.21	c conflicts		: 3193053
1800.04/1793.21	c decisions		: 21261615
1800.04/1793.21	c propagations		: 4010404487
1800.04/1793.21	c inspects		: 23220855290
1800.04/1793.21	c shortcuts		: 0
1800.04/1793.21	c learnt literals	: 10
1800.04/1793.21	c learnt binary clauses	: 533
1800.04/1793.21	c learnt ternary clauses	: 2658
1800.04/1793.21	c learnt constraints	: 3193043
1800.04/1793.21	c ignored constraints	: 0
1800.04/1793.21	c root simplifications	: 0
1800.04/1793.21	c removed literals (reason simplification)	: 0
1800.04/1793.21	c reason swapping (by a shorter reason)	: 0
1800.04/1793.21	c Calls to reduceDB	: 75
1800.04/1793.21	c number of reductions to clauses (during analyze)	: 0
1800.04/1793.21	c number of learned constraints concerned by reduction	: 0
1800.04/1793.21	c number of learning phase by resolution	: 0
1800.04/1793.21	c number of learning phase by cutting planes	: 0
1800.04/1793.21	c speed (assignments/second)	: 2244599.54071521
1800.04/1793.21	c non guided choices	4238869
1800.04/1793.25	c learnt constraints type 
1800.04/1793.25	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 533
1800.04/1793.25	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 120691
1800.04/1793.25	c constraints type 
1800.04/1793.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 773682
1800.04/1793.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 3524
1800.04/1793.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 235813
1800.04/1793.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 110271
1800.04/1793.25	c 1123290 constraints processed.
1800.04/1793.25	s UNKNOWN
1800.04/1793.25	c Total wall clock time (in seconds): 1793.147

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-3689401-1337890008/watcher-3689401-1337890008 -o /tmp/evaluation-result-3689401-1337890008/solver-3689401-1337890008 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689401-1337890008.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: 2.46 3.46 3.73 3/173 29352
/proc/meminfo: memFree=29397388/32873844 swapFree=7900/7900
[pid=29352] ppid=29350 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/29352/stat : 29352 (java) D 29350 29352 23987 0 -1 4202496 444 0 0 0 0 0 0 0 20 0 1 0 255125468 9515008 175 33554432000 1073741824 1073778376 140733810577616 140733810560344 225444709264 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/29352/statm: 2323 175 133 9 0 71 0

[startup+0.0463259 s]
/proc/loadavg: 2.46 3.46 3.73 3/173 29352
/proc/meminfo: memFree=29397388/32873844 swapFree=7900/7900
[pid=29352] ppid=29350 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/29352/stat : 29352 (java) S 29350 29352 23987 0 -1 4202496 3062 0 1 0 2 0 0 0 20 0 13 0 255125468 9446973440 3760 33554432000 1073741824 1073778376 140733810577616 140733810568752 225448067133 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29352/statm: 2306390 3764 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100298 s]
/proc/loadavg: 2.46 3.46 3.73 3/173 29352
/proc/meminfo: memFree=29397388/32873844 swapFree=7900/7900
[pid=29352] ppid=29350 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/29352/stat : 29352 (java) S 29350 29352 23987 0 -1 4202496 4392 0 1 0 9 1 0 0 20 0 18 0 255125468 9787813888 6109 33554432000 1073741824 1073778376 140733810577616 140733810568752 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29352/statm: 2389603 6109 2123 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300161 s]
/proc/loadavg: 2.46 3.46 3.73 3/173 29352
/proc/meminfo: memFree=29397388/32873844 swapFree=7900/7900
[pid=29352] ppid=29350 vsize=9558412 CPUtime=0.5 cores=0,2,4,6
/proc/29352/stat : 29352 (java) S 29350 29352 23987 0 -1 4202496 5989 0 1 0 48 2 0 0 20 0 18 0 255125468 9787813888 10624 33554432000 1073741824 1073778376 140733810577616 140733810568752 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29352/statm: 2389603 10624 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558412

[startup+0.700278 s]
/proc/loadavg: 2.46 3.46 3.73 3/173 29352
/proc/meminfo: memFree=29397388/32873844 swapFree=7900/7900
[pid=29352] ppid=29350 vsize=9558412 CPUtime=1.13 cores=0,2,4,6
/proc/29352/stat : 29352 (java) S 29350 29352 23987 0 -1 4202496 6852 0 1 0 109 4 0 0 20 0 18 0 255125468 9787813888 40248 33554432000 1073741824 1073778376 140733810577616 140733810568752 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29352/statm: 2389603 40248 2247 9 0 2380296 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9558412

[startup+1.51245 s]
/proc/loadavg: 2.50 3.45 3.73 4/191 29370
/proc/meminfo: memFree=29148180/32873844 swapFree=7900/7900
[pid=29352] ppid=29350 vsize=9558412 CPUtime=2.2 cores=0,2,4,6
/proc/29352/stat : 29352 (java) S 29350 29352 23987 0 -1 4202496 8349 0 1 0 210 10 0 0 20 0 18 0 255125468 9787813888 82857 33554432000 1073741824 1073778376 140733810577616 140733810568752 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29352/statm: 2389603 82857 2247 9 0 2380296 0
[pid=29352/tid=29354] ppid=29350 vsize=9558412 CPUtime=1.43 cores=0,2,4,6
/proc/29352/task/29354/stat : 29354 (java) S 29350 29352 23987 0 -1 4202560 2565 0 1 0 138 5 0 0 20 0 18 0 255125469 9787813888 82857 33554432000 1073741824 1073778376 140733810577616 140526744173784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29352/tid=29355] ppid=29350 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29352/task/29355/stat : 29355 (java) R 29350 29352 23987 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 255125469 9787813888 82857 33554432000 1073741824 1073778376 140733810577616 140526705667112 225444662407 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29356] ppid=29350 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/29352/task/29356/stat : 29356 (java) R 29350 29352 23987 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 255125469 9787813888 82857 33554432000 1073741824 1073778376 140733810577616 140526704614488 140526746646259 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29352/tid=29357] ppid=29350 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29352/task/29357/stat : 29357 (java) R 29350 29352 23987 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 255125469 9787813888 82857 33554432000 1073741824 1073778376 140733810577616 140526703561512 225448080444 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29358] ppid=29350 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/29352/task/29358/stat : 29358 (java) R 29350 29352 23987 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 18 0 255125469 9787813888 82857 33554432000 1073741824 1073778376 140733810577616 140526702508888 225444662407 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29352/tid=29359] ppid=29350 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/29352/task/29359/stat : 29359 (java) R 29350 29352 23987 0 -1 4202560 18 0 0 0 0 2 0 0 20 0 18 0 255125469 9787813888 82857 33554432000 1073741824 1073778376 140733810577616 140526701456088 225444662407 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29352/tid=29360] ppid=29350 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/29352/task/29360/stat : 29360 (java) R 29350 29352 23987 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 255125469 9787813888 82857 33554432000 1073741824 1073778376 140733810577616 140526581967400 225444662407 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=29352/tid=29361] ppid=29350 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/29352/task/29361/stat : 29361 (java) R 29350 29352 23987 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 255125469 9787813888 82857 33554432000 1073741824 1073778376 140733810577616 140526580914648 140526751071148 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29362] ppid=29350 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29352/task/29362/stat : 29362 (java) R 29350 29352 23987 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 18 0 255125469 9787813888 82857 33554432000 1073741824 1073778376 140733810577616 140526579861848 140526751073533 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=29352/tid=29363] ppid=29350 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29352/task/29363/stat : 29363 (java) S 29350 29352 23987 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 255125470 9787813888 82857 33554432000 1073741824 1073778376 140733810577616 140526567663496 225448080444 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29352/tid=29364] ppid=29350 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29352/task/29364/stat : 29364 (java) S 29350 29352 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255125471 9787813888 82857 33554432000 1073741824 1073778376 140733810577616 140526566610680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29365] ppid=29350 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29352/task/29365/stat : 29365 (java) S 29350 29352 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255125471 9787813888 82857 33554432000 1073741824 1073778376 140733810577616 140525961209352 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29366] ppid=29350 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29352/task/29366/stat : 29366 (java) S 29350 29352 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255125473 9787813888 82857 33554432000 1073741824 1073778376 140733810577616 140525960157840 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29367] ppid=29350 vsize=9558412 CPUtime=0.23 cores=0,2,4,6
/proc/29352/task/29367/stat : 29367 (java) S 29350 29352 23987 0 -1 4202560 1444 0 0 0 23 0 0 0 20 0 18 0 255125473 9787813888 82857 33554432000 1073741824 1073778376 140733810577616 140525959104952 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29368] ppid=29350 vsize=9558412 CPUtime=0.31 cores=0,2,4,6
/proc/29352/task/29368/stat : 29368 (java) S 29350 29352 23987 0 -1 4202560 2858 0 0 0 31 0 0 0 20 0 18 0 255125473 9787813888 82857 33554432000 1073741824 1073778376 140733810577616 140525958052152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29352/tid=29369] ppid=29350 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29352/task/29369/stat : 29369 (java) S 29350 29352 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255125473 9787813888 82857 33554432000 1073741824 1073778376 140733810577616 140525956999544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29352/tid=29370] ppid=29350 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29352/task/29370/stat : 29370 (java) S 29350 29352 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255125473 9787813888 82857 33554432000 1073741824 1073778376 140733810577616 140525955946952 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 9558412

[startup+3.10072 s]
/proc/loadavg: 2.50 3.45 3.73 3/191 29370
/proc/meminfo: memFree=28848484/32873844 swapFree=7900/7900
[pid=29352] ppid=29350 vsize=9558412 CPUtime=4.04 cores=0,2,4,6
/proc/29352/stat : 29352 (java) S 29350 29352 23987 0 -1 4202496 9219 0 1 0 384 20 0 0 20 0 18 0 255125468 9787813888 158751 33554432000 1073741824 1073778376 140733810577616 140733810568752 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29352/statm: 2389603 158751 2247 9 0 2380296 0
[pid=29352/tid=29354] ppid=29350 vsize=9558412 CPUtime=2.93 cores=0,2,4,6
/proc/29352/task/29354/stat : 29354 (java) R 29350 29352 23987 0 -1 4202560 2683 0 1 0 284 9 0 0 20 0 18 0 255125469 9787813888 158751 33554432000 1073741824 1073778376 140733810577616 140526744173064 225448092941 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29352/tid=29355] ppid=29350 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/29352/task/29355/stat : 29355 (java) S 29350 29352 23987 0 -1 4202560 31 0 0 0 4 0 0 0 20 0 18 0 255125469 9787813888 158751 33554432000 1073741824 1073778376 140733810577616 140526705667112 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29352/tid=29356] ppid=29350 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/29352/task/29356/stat : 29356 (java) S 29350 29352 23987 0 -1 4202560 30 0 0 0 4 1 0 0 20 0 18 0 255125469 9787813888 158751 33554432000 1073741824 1073778376 140733810577616 140526704614312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29352/tid=29357] ppid=29350 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/29352/task/29357/stat : 29357 (java) S 29350 29352 23987 0 -1 4202560 132 0 0 0 4 2 0 0 20 0 18 0 255125469 9787813888 158751 33554432000 1073741824 1073778376 140733810577616 140526703561512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29358] ppid=29350 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/29352/task/29358/stat : 29358 (java) S 29350 29352 23987 0 -1 4202560 46 0 0 0 5 2 0 0 20 0 18 0 255125469 9787813888 158751 33554432000 1073741824 1073778376 140733810577616 140526702508712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29352/tid=29359] ppid=29350 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/29352/task/29359/stat : 29359 (java) S 29350 29352 23987 0 -1 4202560 107 0 0 0 3 2 0 0 20 0 18 0 255125469 9787813888 158751 33554432000 1073741824 1073778376 140733810577616 140526701455912 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29352/tid=29360] ppid=29350 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/29352/task/29360/stat : 29360 (java) S 29350 29352 23987 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 255125469 9787813888 158751 33554432000 1073741824 1073778376 140733810577616 140526581967272 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29352/tid=29361] ppid=29350 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/29352/task/29361/stat : 29361 (java) S 29350 29352 23987 0 -1 4202560 98 0 0 0 3 2 0 0 20 0 18 0 255125469 9787813888 158751 33554432000 1073741824 1073778376 140733810577616 140526580914472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29352/tid=29362] ppid=29350 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/29352/task/29362/stat : 29362 (java) S 29350 29352 23987 0 -1 4202560 129 0 0 0 5 2 0 0 20 0 18 0 255125469 9787813888 158751 33554432000 1073741824 1073778376 140733810577616 140526579861672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29352/tid=29363] ppid=29350 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29352/task/29363/stat : 29363 (java) S 29350 29352 23987 0 -1 4202560 467 0 0 0 0 0 0 0 20 0 18 0 255125470 9787813888 158751 33554432000 1073741824 1073778376 140733810577616 140526567664616 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29352/tid=29364] ppid=29350 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29352/task/29364/stat : 29364 (java) S 29350 29352 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255125471 9787813888 158751 33554432000 1073741824 1073778376 140733810577616 140526566610680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29365] ppid=29350 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29352/task/29365/stat : 29365 (java) S 29350 29352 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255125471 9787813888 158751 33554432000 1073741824 1073778376 140733810577616 140525961209352 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29366] ppid=29350 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29352/task/29366/stat : 29366 (java) S 29350 29352 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255125473 9787813888 158751 33554432000 1073741824 1073778376 140733810577616 140525960157840 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29367] ppid=29350 vsize=9558412 CPUtime=0.23 cores=0,2,4,6
/proc/29352/task/29367/stat : 29367 (java) S 29350 29352 23987 0 -1 4202560 1444 0 0 0 23 0 0 0 20 0 18 0 255125473 9787813888 158751 33554432000 1073741824 1073778376 140733810577616 140525959104952 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29368] ppid=29350 vsize=9558412 CPUtime=0.33 cores=0,2,4,6
/proc/29352/task/29368/stat : 29368 (java) S 29350 29352 23987 0 -1 4202560 2863 0 0 0 33 0 0 0 20 0 18 0 255125473 9787813888 158751 33554432000 1073741824 1073778376 140733810577616 140525958052152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29352/tid=29369] ppid=29350 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29352/task/29369/stat : 29369 (java) S 29350 29352 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255125473 9787813888 158751 33554432000 1073741824 1073778376 140733810577616 140525956999544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29352/tid=29370] ppid=29350 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29352/task/29370/stat : 29370 (java) S 29350 29352 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255125473 9787813888 158751 33554432000 1073741824 1073778376 140733810577616 140525955946952 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 9558412

[startup+6.30074 s]
/proc/loadavg: 2.50 3.45 3.73 4/211 29397
/proc/meminfo: memFree=27523432/32873844 swapFree=7900/7900
[pid=29352] ppid=29350 vsize=9558412 CPUtime=7.78 cores=0,2,4,6
/proc/29352/stat : 29352 (java) S 29350 29352 23987 0 -1 4202496 10515 0 1 0 736 42 0 0 20 0 18 0 255125468 9787813888 306299 33554432000 1073741824 1073778376 140733810577616 140733810568752 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29352/statm: 2389603 306299 2247 9 0 2380296 0
[pid=29352/tid=29354] ppid=29350 vsize=9558412 CPUtime=5.95 cores=0,2,4,6
/proc/29352/task/29354/stat : 29354 (java) R 29350 29352 23987 0 -1 4202560 2914 0 1 0 578 17 0 0 20 0 18 0 255125469 9787813888 306299 33554432000 1073741824 1073778376 140733810577616 140526744166576 140526582490331 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29352/tid=29355] ppid=29350 vsize=9558412 CPUtime=0.16 cores=0,2,4,6
/proc/29352/task/29355/stat : 29355 (java) S 29350 29352 23987 0 -1 4202560 97 0 0 0 13 3 0 0 20 0 18 0 255125469 9787813888 306299 33554432000 1073741824 1073778376 140733810577616 140526705667112 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29352/tid=29356] ppid=29350 vsize=9558412 CPUtime=0.13 cores=0,2,4,6
/proc/29352/task/29356/stat : 29356 (java) S 29350 29352 23987 0 -1 4202560 158 0 0 0 10 3 0 0 20 0 18 0 255125469 9787813888 306299 33554432000 1073741824 1073778376 140733810577616 140526704614312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29357] ppid=29350 vsize=9558412 CPUtime=0.12 cores=0,2,4,6
/proc/29352/task/29357/stat : 29357 (java) S 29350 29352 23987 0 -1 4202560 155 0 0 0 9 3 0 0 20 0 18 0 255125469 9787813888 306299 33554432000 1073741824 1073778376 140733810577616 140526703561512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29358] ppid=29350 vsize=9558412 CPUtime=0.13 cores=0,2,4,6
/proc/29352/task/29358/stat : 29358 (java) S 29350 29352 23987 0 -1 4202560 90 0 0 0 10 3 0 0 20 0 18 0 255125469 9787813888 306299 33554432000 1073741824 1073778376 140733810577616 140526702508712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29352/tid=29359] ppid=29350 vsize=9558412 CPUtime=0.12 cores=0,2,4,6
/proc/29352/task/29359/stat : 29359 (java) S 29350 29352 23987 0 -1 4202560 209 0 0 0 9 3 0 0 20 0 18 0 255125469 9787813888 306299 33554432000 1073741824 1073778376 140733810577616 140526701455912 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29352/tid=29360] ppid=29350 vsize=9558412 CPUtime=0.12 cores=0,2,4,6
/proc/29352/task/29360/stat : 29360 (java) S 29350 29352 23987 0 -1 4202560 83 0 0 0 9 3 0 0 20 0 18 0 255125469 9787813888 306299 33554432000 1073741824 1073778376 140733810577616 140526581967272 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29352/tid=29361] ppid=29350 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/29352/task/29361/stat : 29361 (java) S 29350 29352 23987 0 -1 4202560 136 0 0 0 8 3 0 0 20 0 18 0 255125469 9787813888 306299 33554432000 1073741824 1073778376 140733810577616 140526580914472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29352/tid=29362] ppid=29350 vsize=9558412 CPUtime=0.19 cores=0,2,4,6
/proc/29352/task/29362/stat : 29362 (java) S 29350 29352 23987 0 -1 4202560 201 0 0 0 15 4 0 0 20 0 18 0 255125469 9787813888 306299 33554432000 1073741824 1073778376 140733810577616 140526579861672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29352/tid=29363] ppid=29350 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29352/task/29363/stat : 29363 (java) S 29350 29352 23987 0 -1 4202560 992 0 0 0 0 0 0 0 20 0 18 0 255125470 9787813888 306299 33554432000 1073741824 1073778376 140733810577616 140526567664616 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29352/tid=29364] ppid=29350 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29352/task/29364/stat : 29364 (java) S 29350 29352 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255125471 9787813888 306299 33554432000 1073741824 1073778376 140733810577616 140526566610680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29365] ppid=29350 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29352/task/29365/stat : 29365 (java) S 29350 29352 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255125471 9787813888 306299 33554432000 1073741824 1073778376 140733810577616 140525961209352 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29366] ppid=29350 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29352/task/29366/stat : 29366 (java) S 29350 29352 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255125473 9787813888 306299 33554432000 1073741824 1073778376 140733810577616 140525960157840 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29367] ppid=29350 vsize=9558412 CPUtime=0.23 cores=0,2,4,6
/proc/29352/task/29367/stat : 29367 (java) S 29350 29352 23987 0 -1 4202560 1444 0 0 0 23 0 0 0 20 0 18 0 255125473 9787813888 306299 33554432000 1073741824 1073778376 140733810577616 140525959104952 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29368] ppid=29350 vsize=9558412 CPUtime=0.35 cores=0,2,4,6
/proc/29352/task/29368/stat : 29368 (java) S 29350 29352 23987 0 -1 4202560 2863 0 0 0 35 0 0 0 20 0 18 0 255125473 9787813888 306299 33554432000 1073741824 1073778376 140733810577616 140525958052152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29352/tid=29369] ppid=29350 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29352/task/29369/stat : 29369 (java) S 29350 29352 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255125473 9787813888 306299 33554432000 1073741824 1073778376 140733810577616 140525956999544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29352/tid=29370] ppid=29350 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29352/task/29370/stat : 29370 (java) S 29350 29352 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255125473 9787813888 306299 33554432000 1073741824 1073778376 140733810577616 140525955946952 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.78
Current children cumulated vsize (KiB) 9558412

[startup+12.7007 s]
/proc/loadavg: 2.79 3.48 3.74 10/212 29398
/proc/meminfo: memFree=25120768/32873844 swapFree=7900/7900
[pid=29352] ppid=29350 vsize=9624976 CPUtime=14.97 cores=0,2,4,6
/proc/29352/stat : 29352 (java) S 29350 29352 23987 0 -1 4202496 12084 0 1 0 1447 50 0 0 20 0 19 0 255125468 9855975424 327819 33554432000 1073741824 1073778376 140733810577616 140733810568752 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29352/statm: 2406244 327819 2279 9 0 2396937 0
[pid=29352/tid=29354] ppid=29350 vsize=9624976 CPUtime=11.94 cores=0,2,4,6

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

[pid=29352/tid=29360] ppid=29350 vsize=9624976 CPUtime=0.82 cores=0,2,4,6
/proc/29352/task/29360/stat : 29360 (java) S 29350 29352 23987 0 -1 4202560 198 0 0 0 76 6 0 0 20 0 19 0 255125469 9855975424 371987 33554432000 1073741824 1073778376 140733810577616 140526581967272 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29352/tid=29361] ppid=29350 vsize=9624976 CPUtime=0.83 cores=0,2,4,6
/proc/29352/task/29361/stat : 29361 (java) S 29350 29352 23987 0 -1 4202560 316 0 0 0 78 5 0 0 20 0 19 0 255125469 9855975424 371987 33554432000 1073741824 1073778376 140733810577616 140526580914472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29352/tid=29362] ppid=29350 vsize=9624976 CPUtime=0.89 cores=0,2,4,6
/proc/29352/task/29362/stat : 29362 (java) S 29350 29352 23987 0 -1 4202560 703 0 0 0 80 9 0 0 20 0 19 0 255125469 9855975424 371987 33554432000 1073741824 1073778376 140733810577616 140526579861672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29363] ppid=29350 vsize=9624976 CPUtime=26.39 cores=0,2,4,6
/proc/29352/task/29363/stat : 29363 (java) S 29350 29352 23987 0 -1 4202560 1250 0 0 0 2634 5 0 0 20 0 19 0 255125470 9855975424 371987 33554432000 1073741824 1073778376 140733810577616 140526567664616 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29352/tid=29364] ppid=29350 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29352/task/29364/stat : 29364 (java) S 29350 29352 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255125471 9855975424 371987 33554432000 1073741824 1073778376 140733810577616 140526566610680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29365] ppid=29350 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29352/task/29365/stat : 29365 (java) S 29350 29352 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255125471 9855975424 371987 33554432000 1073741824 1073778376 140733810577616 140525961209352 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29366] ppid=29350 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29352/task/29366/stat : 29366 (java) S 29350 29352 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255125473 9855975424 371987 33554432000 1073741824 1073778376 140733810577616 140525960157840 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29367] ppid=29350 vsize=9624976 CPUtime=0.9 cores=0,2,4,6
/proc/29352/task/29367/stat : 29367 (java) S 29350 29352 23987 0 -1 4202560 8903 0 0 0 87 3 0 0 20 0 19 0 255125473 9855975424 371987 33554432000 1073741824 1073778376 140733810577616 140525959104952 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29368] ppid=29350 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/29352/task/29368/stat : 29368 (java) S 29350 29352 23987 0 -1 4202560 3637 0 0 0 71 0 0 0 20 0 19 0 255125473 9855975424 371987 33554432000 1073741824 1073778376 140733810577616 140525958052152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29352/tid=29369] ppid=29350 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29352/task/29369/stat : 29369 (java) S 29350 29352 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255125473 9855975424 371987 33554432000 1073741824 1073778376 140733810577616 140525956999544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29352/tid=29370] ppid=29350 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/29352/task/29370/stat : 29370 (java) S 29350 29352 23987 0 -1 4202560 95 0 0 0 25 35 0 0 20 0 19 0 255125473 9855975424 371987 33554432000 1073741824 1073778376 140733810577616 140525955946952 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29352/tid=29398] ppid=29350 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29352/task/29398/stat : 29398 (java) S 29350 29352 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255126120 9855975424 371987 33554432000 1073741824 1073778376 140733810577616 140525954893480 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1668.94
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.25 3/213 29415
/proc/meminfo: memFree=24424792/32873844 swapFree=7900/7900
[pid=29352] ppid=29350 vsize=9624976 CPUtime=1729.01 cores=0,2,4,6
/proc/29352/stat : 29352 (java) S 29350 29352 23987 0 -1 4202496 21821 0 1 0 172808 93 0 0 20 0 19 0 255125468 9855975424 371178 33554432000 1073741824 1073778376 140733810577616 140733810568752 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29352/statm: 2406244 371178 2282 9 0 2396937 0
[pid=29352/tid=29354] ppid=29350 vsize=9624976 CPUtime=1693.57 cores=0,2,4,6
/proc/29352/task/29354/stat : 29354 (java) R 29350 29352 23987 0 -1 4202560 3008 0 1 0 169314 43 0 0 20 0 19 0 255125469 9855975424 371178 33554432000 1073741824 1073778376 140733810577616 140526744174880 140526582741517 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29355] ppid=29350 vsize=9624976 CPUtime=0.93 cores=0,2,4,6
/proc/29352/task/29355/stat : 29355 (java) S 29350 29352 23987 0 -1 4202560 643 0 0 0 87 6 0 0 20 0 19 0 255125469 9855975424 371178 33554432000 1073741824 1073778376 140733810577616 140526705667112 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29356] ppid=29350 vsize=9624976 CPUtime=0.92 cores=0,2,4,6
/proc/29352/task/29356/stat : 29356 (java) S 29350 29352 23987 0 -1 4202560 695 0 0 0 86 6 0 0 20 0 19 0 255125469 9855975424 371178 33554432000 1073741824 1073778376 140733810577616 140526704614312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29352/tid=29357] ppid=29350 vsize=9624976 CPUtime=0.81 cores=0,2,4,6
/proc/29352/task/29357/stat : 29357 (java) S 29350 29352 23987 0 -1 4202560 533 0 0 0 74 7 0 0 20 0 19 0 255125469 9855975424 371178 33554432000 1073741824 1073778376 140733810577616 140526703561512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29352/tid=29358] ppid=29350 vsize=9624976 CPUtime=0.83 cores=0,2,4,6
/proc/29352/task/29358/stat : 29358 (java) S 29350 29352 23987 0 -1 4202560 354 0 0 0 77 6 0 0 20 0 19 0 255125469 9855975424 371178 33554432000 1073741824 1073778376 140733810577616 140526702508712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29352/tid=29359] ppid=29350 vsize=9624976 CPUtime=0.87 cores=0,2,4,6
/proc/29352/task/29359/stat : 29359 (java) S 29350 29352 23987 0 -1 4202560 291 0 0 0 80 7 0 0 20 0 19 0 255125469 9855975424 371178 33554432000 1073741824 1073778376 140733810577616 140526701455912 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29352/tid=29360] ppid=29350 vsize=9624976 CPUtime=0.83 cores=0,2,4,6
/proc/29352/task/29360/stat : 29360 (java) S 29350 29352 23987 0 -1 4202560 202 0 0 0 77 6 0 0 20 0 19 0 255125469 9855975424 371178 33554432000 1073741824 1073778376 140733810577616 140526581967272 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29352/tid=29361] ppid=29350 vsize=9624976 CPUtime=0.84 cores=0,2,4,6
/proc/29352/task/29361/stat : 29361 (java) S 29350 29352 23987 0 -1 4202560 316 0 0 0 79 5 0 0 20 0 19 0 255125469 9855975424 371178 33554432000 1073741824 1073778376 140733810577616 140526580914472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29352/tid=29362] ppid=29350 vsize=9624976 CPUtime=0.9 cores=0,2,4,6
/proc/29352/task/29362/stat : 29362 (java) S 29350 29352 23987 0 -1 4202560 709 0 0 0 81 9 0 0 20 0 19 0 255125469 9855975424 371178 33554432000 1073741824 1073778376 140733810577616 140526579861672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29363] ppid=29350 vsize=9624976 CPUtime=26.74 cores=0,2,4,6
/proc/29352/task/29363/stat : 29363 (java) S 29350 29352 23987 0 -1 4202560 1252 0 0 0 2669 5 0 0 20 0 19 0 255125470 9855975424 371178 33554432000 1073741824 1073778376 140733810577616 140526567664616 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29352/tid=29364] ppid=29350 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29352/task/29364/stat : 29364 (java) S 29350 29352 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255125471 9855975424 371178 33554432000 1073741824 1073778376 140733810577616 140526566610680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29365] ppid=29350 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29352/task/29365/stat : 29365 (java) S 29350 29352 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255125471 9855975424 371178 33554432000 1073741824 1073778376 140733810577616 140525961209352 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29366] ppid=29350 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29352/task/29366/stat : 29366 (java) S 29350 29352 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255125473 9855975424 371178 33554432000 1073741824 1073778376 140733810577616 140525960157840 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29367] ppid=29350 vsize=9624976 CPUtime=0.9 cores=0,2,4,6
/proc/29352/task/29367/stat : 29367 (java) S 29350 29352 23987 0 -1 4202560 8903 0 0 0 87 3 0 0 20 0 19 0 255125473 9855975424 371178 33554432000 1073741824 1073778376 140733810577616 140525959104952 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29368] ppid=29350 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/29352/task/29368/stat : 29368 (java) S 29350 29352 23987 0 -1 4202560 3637 0 0 0 71 0 0 0 20 0 19 0 255125473 9855975424 371178 33554432000 1073741824 1073778376 140733810577616 140525958052152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29352/tid=29369] ppid=29350 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29352/task/29369/stat : 29369 (java) S 29350 29352 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255125473 9855975424 371178 33554432000 1073741824 1073778376 140733810577616 140525956999544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29352/tid=29370] ppid=29350 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/29352/task/29370/stat : 29370 (java) S 29350 29352 23987 0 -1 4202560 99 0 0 0 27 36 0 0 20 0 19 0 255125473 9855975424 371178 33554432000 1073741824 1073778376 140733810577616 140525955946952 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29352/tid=29398] ppid=29350 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29352/task/29398/stat : 29398 (java) S 29350 29352 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255126120 9855975424 371178 33554432000 1073741824 1073778376 140733810577616 140525954893480 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1729.01
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.24 3/214 29416
/proc/meminfo: memFree=24424640/32873844 swapFree=7900/7900
[pid=29352] ppid=29350 vsize=9624976 CPUtime=1789.13 cores=0,2,4,6
/proc/29352/stat : 29352 (java) S 29350 29352 23987 0 -1 4202496 21838 0 1 0 178819 94 0 0 20 0 19 0 255125468 9855975424 371182 33554432000 1073741824 1073778376 140733810577616 140733810568752 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29352/statm: 2406244 371182 2282 9 0 2396937 0
[pid=29352/tid=29354] ppid=29350 vsize=9624976 CPUtime=1752.83 cores=0,2,4,6
/proc/29352/task/29354/stat : 29354 (java) R 29350 29352 23987 0 -1 4202560 3010 0 1 0 175239 44 0 0 20 0 19 0 255125469 9855975424 371182 33554432000 1073741824 1073778376 140733810577616 140526744174880 140526582770316 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29355] ppid=29350 vsize=9624976 CPUtime=0.95 cores=0,2,4,6
/proc/29352/task/29355/stat : 29355 (java) S 29350 29352 23987 0 -1 4202560 643 0 0 0 89 6 0 0 20 0 19 0 255125469 9855975424 371182 33554432000 1073741824 1073778376 140733810577616 140526705667112 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29356] ppid=29350 vsize=9624976 CPUtime=0.94 cores=0,2,4,6
/proc/29352/task/29356/stat : 29356 (java) S 29350 29352 23987 0 -1 4202560 695 0 0 0 88 6 0 0 20 0 19 0 255125469 9855975424 371182 33554432000 1073741824 1073778376 140733810577616 140526704614312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29352/tid=29357] ppid=29350 vsize=9624976 CPUtime=0.83 cores=0,2,4,6
/proc/29352/task/29357/stat : 29357 (java) S 29350 29352 23987 0 -1 4202560 533 0 0 0 76 7 0 0 20 0 19 0 255125469 9855975424 371182 33554432000 1073741824 1073778376 140733810577616 140526703561512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29352/tid=29358] ppid=29350 vsize=9624976 CPUtime=0.85 cores=0,2,4,6
/proc/29352/task/29358/stat : 29358 (java) S 29350 29352 23987 0 -1 4202560 354 0 0 0 79 6 0 0 20 0 19 0 255125469 9855975424 371182 33554432000 1073741824 1073778376 140733810577616 140526702508712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29359] ppid=29350 vsize=9624976 CPUtime=0.89 cores=0,2,4,6
/proc/29352/task/29359/stat : 29359 (java) S 29350 29352 23987 0 -1 4202560 291 0 0 0 82 7 0 0 20 0 19 0 255125469 9855975424 371182 33554432000 1073741824 1073778376 140733810577616 140526701455912 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29352/tid=29360] ppid=29350 vsize=9624976 CPUtime=0.85 cores=0,2,4,6
/proc/29352/task/29360/stat : 29360 (java) S 29350 29352 23987 0 -1 4202560 202 0 0 0 79 6 0 0 20 0 19 0 255125469 9855975424 371182 33554432000 1073741824 1073778376 140733810577616 140526581967272 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29352/tid=29361] ppid=29350 vsize=9624976 CPUtime=0.88 cores=0,2,4,6
/proc/29352/task/29361/stat : 29361 (java) S 29350 29352 23987 0 -1 4202560 320 0 0 0 83 5 0 0 20 0 19 0 255125469 9855975424 371182 33554432000 1073741824 1073778376 140733810577616 140526580914472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29352/tid=29362] ppid=29350 vsize=9624976 CPUtime=0.92 cores=0,2,4,6
/proc/29352/task/29362/stat : 29362 (java) S 29350 29352 23987 0 -1 4202560 709 0 0 0 83 9 0 0 20 0 19 0 255125469 9855975424 371182 33554432000 1073741824 1073778376 140733810577616 140526579861672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29363] ppid=29350 vsize=9624976 CPUtime=27.45 cores=0,2,4,6
/proc/29352/task/29363/stat : 29363 (java) S 29350 29352 23987 0 -1 4202560 1259 0 0 0 2740 5 0 0 20 0 19 0 255125470 9855975424 371182 33554432000 1073741824 1073778376 140733810577616 140526567664616 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29352/tid=29364] ppid=29350 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29352/task/29364/stat : 29364 (java) S 29350 29352 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255125471 9855975424 371182 33554432000 1073741824 1073778376 140733810577616 140526566610680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29365] ppid=29350 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29352/task/29365/stat : 29365 (java) S 29350 29352 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255125471 9855975424 371182 33554432000 1073741824 1073778376 140733810577616 140525961209352 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29366] ppid=29350 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29352/task/29366/stat : 29366 (java) S 29350 29352 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255125473 9855975424 371182 33554432000 1073741824 1073778376 140733810577616 140525960157840 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29367] ppid=29350 vsize=9624976 CPUtime=0.9 cores=0,2,4,6
/proc/29352/task/29367/stat : 29367 (java) S 29350 29352 23987 0 -1 4202560 8903 0 0 0 87 3 0 0 20 0 19 0 255125473 9855975424 371182 33554432000 1073741824 1073778376 140733810577616 140525959104952 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29368] ppid=29350 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/29352/task/29368/stat : 29368 (java) S 29350 29352 23987 0 -1 4202560 3637 0 0 0 71 0 0 0 20 0 19 0 255125473 9855975424 371182 33554432000 1073741824 1073778376 140733810577616 140525958052152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29352/tid=29369] ppid=29350 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29352/task/29369/stat : 29369 (java) S 29350 29352 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255125473 9855975424 371182 33554432000 1073741824 1073778376 140733810577616 140525956999544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29352/tid=29370] ppid=29350 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/29352/task/29370/stat : 29370 (java) S 29350 29352 23987 0 -1 4202560 103 0 0 0 27 38 0 0 20 0 19 0 255125473 9855975424 371182 33554432000 1073741824 1073778376 140733810577616 140525955946952 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29352/tid=29398] ppid=29350 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29352/task/29398/stat : 29398 (java) S 29350 29352 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255126120 9855975424 371182 33554432000 1073741824 1073778376 140733810577616 140525954893480 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1789.13
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.2 s]
/proc/loadavg: 2.01 2.00 2.23 3/214 29416
/proc/meminfo: memFree=24424640/32873844 swapFree=7900/7900
[pid=29352] ppid=29350 vsize=9624976 CPUtime=1800.04 cores=0,2,4,6
/proc/29352/stat : 29352 (java) S 29350 29352 23987 0 -1 4202496 21838 0 1 0 179909 95 0 0 20 0 19 0 255125468 9855975424 371182 33554432000 1073741824 1073778376 140733810577616 140733810568752 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29352/statm: 2406244 371182 2282 9 0 2396937 0
[pid=29352/tid=29354] ppid=29350 vsize=9624976 CPUtime=1763.73 cores=0,2,4,6
/proc/29352/task/29354/stat : 29354 (java) R 29350 29352 23987 0 -1 4202560 3010 0 1 0 176329 44 0 0 20 0 19 0 255125469 9855975424 371182 33554432000 1073741824 1073778376 140733810577616 140526744174880 140526582905536 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29355] ppid=29350 vsize=9624976 CPUtime=0.95 cores=0,2,4,6
/proc/29352/task/29355/stat : 29355 (java) S 29350 29352 23987 0 -1 4202560 643 0 0 0 89 6 0 0 20 0 19 0 255125469 9855975424 371182 33554432000 1073741824 1073778376 140733810577616 140526705667112 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29356] ppid=29350 vsize=9624976 CPUtime=0.94 cores=0,2,4,6
/proc/29352/task/29356/stat : 29356 (java) S 29350 29352 23987 0 -1 4202560 695 0 0 0 88 6 0 0 20 0 19 0 255125469 9855975424 371182 33554432000 1073741824 1073778376 140733810577616 140526704614312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29352/tid=29357] ppid=29350 vsize=9624976 CPUtime=0.83 cores=0,2,4,6
/proc/29352/task/29357/stat : 29357 (java) S 29350 29352 23987 0 -1 4202560 533 0 0 0 76 7 0 0 20 0 19 0 255125469 9855975424 371182 33554432000 1073741824 1073778376 140733810577616 140526703561512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29352/tid=29358] ppid=29350 vsize=9624976 CPUtime=0.85 cores=0,2,4,6
/proc/29352/task/29358/stat : 29358 (java) S 29350 29352 23987 0 -1 4202560 354 0 0 0 79 6 0 0 20 0 19 0 255125469 9855975424 371182 33554432000 1073741824 1073778376 140733810577616 140526702508712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29359] ppid=29350 vsize=9624976 CPUtime=0.89 cores=0,2,4,6
/proc/29352/task/29359/stat : 29359 (java) S 29350 29352 23987 0 -1 4202560 291 0 0 0 82 7 0 0 20 0 19 0 255125469 9855975424 371182 33554432000 1073741824 1073778376 140733810577616 140526701455912 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29352/tid=29360] ppid=29350 vsize=9624976 CPUtime=0.85 cores=0,2,4,6
/proc/29352/task/29360/stat : 29360 (java) S 29350 29352 23987 0 -1 4202560 202 0 0 0 79 6 0 0 20 0 19 0 255125469 9855975424 371182 33554432000 1073741824 1073778376 140733810577616 140526581967272 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29352/tid=29361] ppid=29350 vsize=9624976 CPUtime=0.88 cores=0,2,4,6
/proc/29352/task/29361/stat : 29361 (java) S 29350 29352 23987 0 -1 4202560 320 0 0 0 83 5 0 0 20 0 19 0 255125469 9855975424 371182 33554432000 1073741824 1073778376 140733810577616 140526580914472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29352/tid=29362] ppid=29350 vsize=9624976 CPUtime=0.92 cores=0,2,4,6
/proc/29352/task/29362/stat : 29362 (java) S 29350 29352 23987 0 -1 4202560 709 0 0 0 83 9 0 0 20 0 19 0 255125469 9855975424 371182 33554432000 1073741824 1073778376 140733810577616 140526579861672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29363] ppid=29350 vsize=9624976 CPUtime=27.45 cores=0,2,4,6
/proc/29352/task/29363/stat : 29363 (java) S 29350 29352 23987 0 -1 4202560 1259 0 0 0 2740 5 0 0 20 0 19 0 255125470 9855975424 371182 33554432000 1073741824 1073778376 140733810577616 140526567664616 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29352/tid=29364] ppid=29350 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29352/task/29364/stat : 29364 (java) S 29350 29352 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255125471 9855975424 371182 33554432000 1073741824 1073778376 140733810577616 140526566610680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29365] ppid=29350 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29352/task/29365/stat : 29365 (java) S 29350 29352 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255125471 9855975424 371182 33554432000 1073741824 1073778376 140733810577616 140525961209352 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29366] ppid=29350 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29352/task/29366/stat : 29366 (java) S 29350 29352 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255125473 9855975424 371182 33554432000 1073741824 1073778376 140733810577616 140525960157840 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29367] ppid=29350 vsize=9624976 CPUtime=0.9 cores=0,2,4,6
/proc/29352/task/29367/stat : 29367 (java) S 29350 29352 23987 0 -1 4202560 8903 0 0 0 87 3 0 0 20 0 19 0 255125473 9855975424 371182 33554432000 1073741824 1073778376 140733810577616 140525959104952 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29352/tid=29368] ppid=29350 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/29352/task/29368/stat : 29368 (java) S 29350 29352 23987 0 -1 4202560 3637 0 0 0 71 0 0 0 20 0 19 0 255125473 9855975424 371182 33554432000 1073741824 1073778376 140733810577616 140525958052152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29352/tid=29369] ppid=29350 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29352/task/29369/stat : 29369 (java) S 29350 29352 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255125473 9855975424 371182 33554432000 1073741824 1073778376 140733810577616 140525956999544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29352/tid=29370] ppid=29350 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/29352/task/29370/stat : 29370 (java) S 29350 29352 23987 0 -1 4202560 103 0 0 0 27 38 0 0 20 0 19 0 255125473 9855975424 371182 33554432000 1073741824 1073778376 140733810577616 140525955946952 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29352/tid=29398] ppid=29350 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29352/task/29398/stat : 29398 (java) S 29350 29352 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255126120 9855975424 371182 33554432000 1073741824 1073778376 140733810577616 140525954893480 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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): 1793.27
CPU time (s): 1800.92
CPU user time (s): 1799.36
CPU system time (s): 1.56176
CPU usage (%): 100.427
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.36
system time used= 1.56176
maximum resident set size= 1490204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21872
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40209
involuntary context switches= 15821

runsolver used 5.70213 second user time and 15.1127 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-24 22:06:49
IDJOB=3689401
IDBENCH=89649
IDSOLVER=2269
FILE ID=node137/3689401-1337890008
RUNJOBID= node137-1337890005-29163
PBS_JOBID= 14620067
Free space on /tmp= 71352 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-137.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689401-1337890008/watcher-3689401-1337890008 -o /tmp/evaluation-result-3689401-1337890008/solver-3689401-1337890008 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689401-1337890008.opb

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

MD5SUM BENCH= 395b6779bc0f993a1d1357b59c2e4536
RANDOM SEED=981118950

node137.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.600
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.20
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.600
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.600
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.600
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.600
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.600
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.90
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.600
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.600
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:        29398884 kB
Buffers:          228748 kB
Cached:          2428784 kB
SwapCached:        22060 kB
Active:           784700 kB
Inactive:        1900156 kB
Active(anon):       7628 kB
Inactive(anon):    22680 kB
Active(file):     777072 kB
Inactive(file):  1877476 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67081504 kB
Dirty:            170320 kB
Writeback:             0 kB
AnonPages:         17428 kB
Mapped:             9040 kB
Shmem:                 0 kB
Slab:             649516 kB
SReclaimable:      86480 kB
SUnreclaim:       563036 kB
KernelStack:        1424 kB
PageTables:         4044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     109004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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= 71208 MiB
End job on node137 at 2012-05-24 22:36:45