Trace number 3687998

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 RES // CP 2.3.2 Snapshot? (TO) 1800.87 902.854

General information on the benchmark

Namenormalized-PB06/SATUNSAT-MEDINT/submitted-PB06/
manquiho/Aardal_1/normalized-prob6.opb
MD5SUM2318a0c7fc475c873b2fa45e5e7fe96e
Bench CategoryDEC-MEDINT (no optimisation, medium 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 benchmark0.044992
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables93
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint93
Maximum length of a constraint93
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 22382775
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 362318209
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c c --- End Solver configuration ---
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3687998-1337875702.opb
0.10/0.12	c reading problem ... 
0.10/0.14	c ... done. Wall clock time 0.018s.
0.10/0.14	c declared #vars     93
0.10/0.14	c #constraints  2
0.10/0.14	c constraints type 
0.10/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
0.10/0.14	c 2 constraints processed.
0.10/0.14	c constraints type 
0.10/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
0.10/0.14	c 2 constraints processed.
1.94/0.63	c cleaning 2502 clauses out of 5004 with flag 5004/5004
3.02/0.94	c cleaning 4250 clauses out of 8500 with flag 11002/11002
4.05/1.48	c cleaning 5625 clauses out of 11250 with flag 18002/18002
5.46/2.12	c cleaning 6809 clauses out of 13625 with flag 26002/26002
6.46/2.62	c cleaning 7902 clauses out of 15814 with flag 35000/35000
7.45/3.18	c cleaning 8953 clauses out of 17914 with flag 45002/45002
8.45/3.66	c cleaning 9976 clauses out of 19962 with flag 56003/56003
10.04/4.46	c cleaning 10988 clauses out of 21984 with flag 68001/68001
11.61/5.27	c cleaning 11991 clauses out of 23995 with flag 81000/81000
13.98/6.46	c cleaning 13000 clauses out of 26007 with flag 95003/95003
16.75/7.85	c cleaning 14001 clauses out of 28004 with flag 110000/110000
19.74/9.39	c cleaning 14996 clauses out of 30004 with flag 126001/126001
22.49/10.79	c cleaning 16000 clauses out of 32008 with flag 143001/143001
25.47/12.26	c cleaning 17002 clauses out of 34007 with flag 161000/161000
29.46/14.20	c cleaning 18001 clauses out of 36005 with flag 180000/180000
33.23/16.14	c cleaning 18999 clauses out of 38004 with flag 200000/200000
37.56/18.30	c cleaning 20004 clauses out of 40008 with flag 221003/221003
42.10/20.65	c cleaning 20991 clauses out of 42001 with flag 243000/243000
47.05/23.19	c cleaning 22004 clauses out of 44010 with flag 266000/266000
51.40/25.37	c cleaning 23001 clauses out of 46006 with flag 290000/290000
57.29/28.37	c cleaning 23997 clauses out of 48006 with flag 315001/315001
62.67/30.96	c cleaning 24994 clauses out of 50008 with flag 341000/341000
64.84/32.01	c cleaning 0 clauses out of 5001 with flag 0/5001
70.04/34.40	c cleaning 26004 clauses out of 52014 with flag 368000/368000
76.13/37.57	c cleaning 27006 clauses out of 54012 with flag 396002/396002
82.66/40.83	c cleaning 27991 clauses out of 56004 with flag 425000/425000
87.17/43.19	c cleaning 29006 clauses out of 58015 with flag 455002/455002
94.91/47.06	c cleaning 30005 clauses out of 60009 with flag 486002/486002
103.82/51.59	c cleaning 31000 clauses out of 62002 with flag 518000/518000
112.76/56.05	c cleaning 32000 clauses out of 64003 with flag 551001/551001
121.91/60.68	c cleaning 32995 clauses out of 66002 with flag 585000/585000
131.85/65.63	c cleaning 34003 clauses out of 68007 with flag 620000/620000
142.50/71.07	c cleaning 34994 clauses out of 70004 with flag 656000/656000
155.28/77.42	c cleaning 36004 clauses out of 72011 with flag 693001/693001
168.25/83.95	c cleaning 37000 clauses out of 74006 with flag 731000/731000
182.59/91.18	c cleaning 37999 clauses out of 76006 with flag 770000/770000
201.33/100.59	c cleaning 38999 clauses out of 78008 with flag 810001/810001
215.69/107.70	c cleaning 40003 clauses out of 80010 with flag 851002/851002
229.07/114.44	c cleaning 41002 clauses out of 82006 with flag 893001/893001
236.17/118.06	c cleaning 41993 clauses out of 84003 with flag 936000/936000
243.01/121.52	c cleaning 42998 clauses out of 86012 with flag 980002/980002
253.54/126.82	c cleaning 44005 clauses out of 88013 with flag 1025001/1025001
264.88/132.51	c cleaning 45004 clauses out of 90008 with flag 1071001/1071001
278.63/139.47	c cleaning 45999 clauses out of 92003 with flag 1118000/1118000
297.09/148.77	c cleaning 46995 clauses out of 94005 with flag 1166001/1166001
314.87/157.69	c cleaning 48005 clauses out of 96009 with flag 1215000/1215000
316.32/158.49	c cleaning 0 clauses out of 11001 with flag 0/11001
334.92/167.79	c cleaning 48998 clauses out of 98004 with flag 1265000/1265000
361.39/181.08	c cleaning 49995 clauses out of 100006 with flag 1316000/1316000
375.12/187.96	c cleaning 51007 clauses out of 102013 with flag 1368002/1368002
388.05/194.42	c cleaning 51996 clauses out of 104004 with flag 1421000/1421000
411.87/206.35	c cleaning 52998 clauses out of 106008 with flag 1475000/1475000
430.72/215.82	c cleaning 54002 clauses out of 108010 with flag 1530000/1530000
443.83/222.45	c cleaning 55000 clauses out of 110008 with flag 1586000/1586000
460.40/230.73	c cleaning 56003 clauses out of 112010 with flag 1643002/1643002
480.58/240.84	c cleaning 57001 clauses out of 114005 with flag 1701000/1701000
507.71/254.46	c cleaning 57992 clauses out of 116005 with flag 1760001/1760001
531.89/266.54	c cleaning 59005 clauses out of 118012 with flag 1820000/1820000
545.59/273.47	c cleaning 59996 clauses out of 120007 with flag 1881000/1881000
560.15/280.78	c cleaning 61000 clauses out of 122011 with flag 1943000/1943000
573.33/287.44	c cleaning 62002 clauses out of 124011 with flag 2006000/2006000
586.16/293.98	c cleaning 62995 clauses out of 126009 with flag 2070000/2070000
599.81/300.86	c cleaning 64007 clauses out of 128014 with flag 2135000/2135000
618.12/310.00	c cleaning 65004 clauses out of 130007 with flag 2201000/2201000
631.05/316.61	c cleaning 65992 clauses out of 132003 with flag 2268000/2268000
643.11/322.75	c cleaning 66998 clauses out of 134013 with flag 2336002/2336002
661.05/331.73	c cleaning 68006 clauses out of 136016 with flag 2405003/2405003
675.58/339.03	c cleaning 69002 clauses out of 138007 with flag 2475000/2475000
691.56/347.12	c cleaning 70001 clauses out of 140007 with flag 2546002/2546002
707.04/354.94	c cleaning 70991 clauses out of 142004 with flag 2618000/2618000
720.75/361.88	c cleaning 71998 clauses out of 144014 with flag 2691001/2691001
740.07/371.56	c cleaning 73001 clauses out of 146016 with flag 2765001/2765001
761.86/382.56	c cleaning 74005 clauses out of 148014 with flag 2840000/2840000
779.35/391.30	c cleaning 75003 clauses out of 150013 with flag 2916004/2916004
799.49/401.43	c cleaning 75996 clauses out of 152006 with flag 2993000/2993000
818.79/411.12	c cleaning 76996 clauses out of 154010 with flag 3071000/3071000
824.25/414.04	c cleaning 0 clauses out of 18000 with flag 0/18000
839.92/421.93	c cleaning 78007 clauses out of 156015 with flag 3150001/3150001
860.23/432.17	c cleaning 79002 clauses out of 158007 with flag 3230000/3230000
889.86/446.91	c cleaning 80001 clauses out of 160006 with flag 3311001/3311001
913.83/459.05	c cleaning 80995 clauses out of 162004 with flag 3393000/3393000
937.78/471.02	c cleaning 81998 clauses out of 164009 with flag 3476000/3476000
966.54/485.46	c cleaning 82999 clauses out of 166013 with flag 3560002/3560002
1004.59/504.45	c cleaning 84001 clauses out of 168013 with flag 3645001/3645001
1038.42/521.44	c cleaning 85008 clauses out of 170015 with flag 3731004/3731004
1070.61/537.59	c cleaning 86001 clauses out of 172004 with flag 3818001/3818001
1109.72/557.08	c cleaning 87001 clauses out of 174002 with flag 3906000/3906000
1158.28/581.37	c cleaning 87996 clauses out of 176003 with flag 3995002/3995002
1201.40/602.93	c cleaning 88996 clauses out of 178007 with flag 4085002/4085002
1234.59/619.53	c cleaning 89998 clauses out of 180011 with flag 4176002/4176002
1288.70/646.50	c cleaning 91003 clauses out of 182012 with flag 4268001/4268001
1318.42/661.49	c cleaning 91996 clauses out of 184009 with flag 4361001/4361001
1361.92/683.21	c cleaning 93001 clauses out of 186012 with flag 4455000/4455000
1393.69/699.10	c cleaning 94005 clauses out of 188012 with flag 4550001/4550001
1417.19/710.97	c cleaning 95002 clauses out of 190007 with flag 4646001/4646001
1476.49/740.56	c cleaning 95996 clauses out of 192004 with flag 4743000/4743000
1524.14/764.44	c cleaning 97004 clauses out of 194008 with flag 4841000/4841000
1558.13/781.43	c cleaning 97998 clauses out of 196005 with flag 4940001/4940001
1590.06/797.45	c cleaning 99000 clauses out of 198007 with flag 5040001/5040001
1633.63/819.28	c cleaning 100003 clauses out of 200006 with flag 5141000/5141000
1667.10/836.10	c cleaning 100997 clauses out of 202005 with flag 5243002/5243002
1681.49/843.33	c cleaning 0 clauses out of 26000 with flag 0/26000
1704.36/854.81	c cleaning 101999 clauses out of 204007 with flag 5346001/5346001
1748.42/876.88	c cleaning 103002 clauses out of 206007 with flag 5450000/5450000
1786.00/895.75	c cleaning 103996 clauses out of 208005 with flag 5555000/5555000
1800.01/902.81	c starts		: 275
1800.01/902.81	c conflicts		: 5620043
1800.01/902.81	c decisions		: 5635573
1800.01/902.81	c propagations		: 29818266
1800.01/902.81	c inspects		: 7103645338
1800.01/902.81	c shortcuts		: 0
1800.01/902.81	c learnt literals	: 0
1800.01/902.81	c learnt binary clauses	: 0
1800.01/902.81	c learnt ternary clauses	: 0
1800.01/902.81	c learnt constraints	: 5620043
1800.01/902.81	c ignored constraints	: 0
1800.01/902.81	c root simplifications	: 0
1800.01/902.81	c removed literals (reason simplification)	: 43643491
1800.01/902.81	c reason swapping (by a shorter reason)	: 0
1800.01/902.81	c Calls to reduceDB	: 101
1800.01/902.81	c number of reductions to clauses (during analyze)	: 0
1800.01/902.81	c number of learned constraints concerned by reduction	: 0
1800.01/902.81	c number of learning phase by resolution	: 0
1800.01/902.81	c number of learning phase by cutting planes	: 0
1800.01/902.81	c speed (assignments/second)	: 33033.48628731715
1800.01/902.81	c non guided choices	82
1800.01/902.84	c learnt constraints type 
1800.01/902.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 169199
1800.01/902.84	c constraints type 
1800.01/902.85	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
1800.01/902.85	c 2 constraints processed.
1800.01/902.85	c constraints type 
1800.01/902.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.01/902.85	c 2 constraints processed.
1800.01/902.85	s UNKNOWN
1800.01/902.85	c Total wall clock time (in seconds): 902.724

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-3687998-1337875702/watcher-3687998-1337875702 -o /tmp/evaluation-result-3687998-1337875702/solver-3687998-1337875702 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687998-1337875702.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: 3.80 3.69 3.61 3/195 1024
/proc/meminfo: memFree=28207540/32873852 swapFree=6848/6848
[pid=1024] ppid=1022 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/1024/stat : 1024 (java) R 1022 1024 32594 0 -1 4202496 81 0 0 0 0 0 0 0 20 0 1 0 253696106 278528 34 33554432000 1073741824 1073778376 140733465595664 140733465592840 273439354037 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1024/statm: 68 34 25 9 0 25 0

[startup+0.103561 s]
/proc/loadavg: 3.80 3.69 3.61 3/195 1024
/proc/meminfo: memFree=28207540/32873852 swapFree=6848/6848
[pid=1024] ppid=1022 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/1024/stat : 1024 (java) S 1022 1024 32594 0 -1 4202496 4280 0 1 0 9 1 0 0 20 0 18 0 253696106 9787813888 5471 33554432000 1073741824 1073778376 140734829671376 140734829662512 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1024/statm: 2389603 5471 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.200179 s]
/proc/loadavg: 3.80 3.69 3.61 3/195 1024
/proc/meminfo: memFree=28207540/32873852 swapFree=6848/6848
[pid=1024] ppid=1022 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/1024/stat : 1024 (java) S 1022 1024 32594 0 -1 4202496 6786 0 1 0 32 1 0 0 20 0 22 0 253696106 10060460032 8868 33554432000 1073741824 1073778376 140734829671376 140734829662512 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1024/statm: 2456167 8885 2203 9 0 2446860 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 9824668

[startup+0.300181 s]
/proc/loadavg: 3.80 3.69 3.61 3/195 1024
/proc/meminfo: memFree=28207540/32873852 swapFree=6848/6848
[pid=1024] ppid=1022 vsize=9824668 CPUtime=0.74 cores=0,2,4,6
/proc/1024/stat : 1024 (java) S 1022 1024 32594 0 -1 4202496 9071 0 1 0 72 2 0 0 20 0 22 0 253696106 10060460032 10369 33554432000 1073741824 1073778376 140734829671376 140734829662512 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1024/statm: 2456167 10369 2213 9 0 2446860 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 9824668

[startup+0.700181 s]
/proc/loadavg: 3.80 3.69 3.61 3/195 1024
/proc/meminfo: memFree=28207540/32873852 swapFree=6848/6848
[pid=1024] ppid=1022 vsize=9824668 CPUtime=2.29 cores=0,2,4,6
/proc/1024/stat : 1024 (java) S 1022 1024 32594 0 -1 4202496 16931 0 1 0 225 4 0 0 20 0 22 0 253696106 10060460032 27649 33554432000 1073741824 1073778376 140734829671376 140734829662512 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1024/statm: 2456167 27649 2255 9 0 2446860 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 9824668

[startup+1.50087 s]
/proc/loadavg: 3.80 3.69 3.61 5/217 1046
/proc/meminfo: memFree=28076732/32873852 swapFree=6848/6848
[pid=1024] ppid=1022 vsize=9824668 CPUtime=4.25 cores=0,2,4,6
/proc/1024/stat : 1024 (java) S 1022 1024 32594 0 -1 4202496 19586 0 1 0 418 7 0 0 20 0 22 0 253696106 10060460032 48148 33554432000 1073741824 1073778376 140734829671376 140734829662512 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1024/statm: 2456167 48148 2265 9 0 2446860 0
[pid=1024/tid=1026] ppid=1022 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/1024/task/1026/stat : 1026 (java) S 1022 1024 32594 0 -1 4202560 2438 0 1 0 11 0 0 0 20 0 22 0 253696107 10060460032 48148 33554432000 1073741824 1073778376 140734829671376 140214865982456 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1024/tid=1027] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1027/stat : 1027 (java) S 1022 1024 32594 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253696108 10060460032 48148 33554432000 1073741824 1073778376 140734829671376 140214855044136 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1024/tid=1028] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1028/stat : 1028 (java) S 1022 1024 32594 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253696108 10060460032 48148 33554432000 1073741824 1073778376 140734829671376 140214853991336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1024/tid=1029] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1029/stat : 1029 (java) S 1022 1024 32594 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253696108 10060460032 48148 33554432000 1073741824 1073778376 140734829671376 140214852938536 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1024/tid=1030] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1030/stat : 1030 (java) S 1022 1024 32594 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 22 0 253696108 10060460032 48148 33554432000 1073741824 1073778376 140734829671376 140214851885736 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1024/tid=1031] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1031/stat : 1031 (java) S 1022 1024 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253696108 10060460032 48148 33554432000 1073741824 1073778376 140734829671376 140214850832936 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1024/tid=1032] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1032/stat : 1032 (java) S 1022 1024 32594 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253696108 10060460032 48148 33554432000 1073741824 1073778376 140734829671376 140214849780136 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1024/tid=1033] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1033/stat : 1033 (java) S 1022 1024 32594 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253696108 10060460032 48148 33554432000 1073741824 1073778376 140734829671376 140214848727336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1024/tid=1034] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1034/stat : 1034 (java) S 1022 1024 32594 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253696108 10060460032 48148 33554432000 1073741824 1073778376 140734829671376 140214847674536 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1024/tid=1035] ppid=1022 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/1024/task/1035/stat : 1035 (java) R 1022 1024 32594 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 22 0 253696109 10060460032 48148 33554432000 1073741824 1073778376 140734829671376 140214690031592 140214872836475 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1024/tid=1036] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1036/stat : 1036 (java) S 1022 1024 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253696110 10060460032 48148 33554432000 1073741824 1073778376 140734829671376 140214688978680 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1024/tid=1037] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1037/stat : 1037 (java) S 1022 1024 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253696110 10060460032 48148 33554432000 1073741824 1073778376 140734829671376 140214687925768 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1024/tid=1038] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1038/stat : 1038 (java) S 1022 1024 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253696112 10060460032 48148 33554432000 1073741824 1073778376 140734829671376 140214686874256 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1024/tid=1039] ppid=1022 vsize=9824668 CPUtime=0.72 cores=0,2,4,6
/proc/1024/task/1039/stat : 1039 (java) S 1022 1024 32594 0 -1 4202560 10033 0 0 0 70 2 0 0 20 0 22 0 253696112 10060460032 48148 33554432000 1073741824 1073778376 140734829671376 140214685821368 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1024/tid=1040] ppid=1022 vsize=9824668 CPUtime=0.73 cores=0,2,4,6
/proc/1024/task/1040/stat : 1040 (java) S 1022 1024 32594 0 -1 4202560 5634 0 0 0 73 0 0 0 20 0 22 0 253696112 10060460032 48148 33554432000 1073741824 1073778376 140734829671376 140214684768568 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1024/tid=1041] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1041/stat : 1041 (java) S 1022 1024 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253696112 10060460032 48148 33554432000 1073741824 1073778376 140734829671376 140214683715960 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1024/tid=1042] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1042/stat : 1042 (java) S 1022 1024 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253696112 10060460032 48148 33554432000 1073741824 1073778376 140734829671376 140214682663368 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1024/tid=1043] ppid=1022 vsize=9824668 CPUtime=1.27 cores=0,2,4,6
/proc/1024/task/1043/stat : 1043 (java) S 1022 1024 32594 0 -1 4202560 45 0 0 0 127 0 0 0 20 0 22 0 253696120 10060460032 48148 33554432000 1073741824 1073778376 140734829671376 140214681608984 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1024/tid=1044] ppid=1022 vsize=9824668 CPUtime=1.28 cores=0,2,4,6
/proc/1024/task/1044/stat : 1044 (java) S 1022 1024 32594 0 -1 4202560 140 0 0 0 126 2 0 0 20 0 22 0 253696120 10060460032 48148 33554432000 1073741824 1073778376 140734829671376 140214680556808 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1024/tid=1045] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1045/stat : 1045 (java) S 1022 1024 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253696120 10060460032 48148 33554432000 1073741824 1073778376 140734829671376 140214679504296 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1024/tid=1046] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1046/stat : 1046 (java) S 1022 1024 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253696120 10060460032 48148 33554432000 1073741824 1073778376 140734829671376 140214678451496 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 9824668

[startup+3.10087 s]
/proc/loadavg: 3.73 3.68 3.61 5/217 1049
/proc/meminfo: memFree=28016712/32873852 swapFree=6848/6848
[pid=1024] ppid=1022 vsize=9824668 CPUtime=7.45 cores=0,2,4,6
/proc/1024/stat : 1024 (java) S 1022 1024 32594 0 -1 4202496 19615 0 1 0 737 8 0 0 20 0 22 0 253696106 10060460032 50218 33554432000 1073741824 1073778376 140734829671376 140734829662512 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1024/statm: 2456167 50218 2273 9 0 2446860 0
[pid=1024/tid=1026] ppid=1022 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/1024/task/1026/stat : 1026 (java) S 1022 1024 32594 0 -1 4202560 2439 0 1 0 11 0 0 0 20 0 22 0 253696107 10060460032 50218 33554432000 1073741824 1073778376 140734829671376 140214865982456 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1024/tid=1027] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1027/stat : 1027 (java) S 1022 1024 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253696108 10060460032 50218 33554432000 1073741824 1073778376 140734829671376 140214855044136 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1024/tid=1028] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1028/stat : 1028 (java) S 1022 1024 32594 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 253696108 10060460032 50218 33554432000 1073741824 1073778376 140734829671376 140214853991336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1024/tid=1029] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1029/stat : 1029 (java) S 1022 1024 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253696108 10060460032 50218 33554432000 1073741824 1073778376 140734829671376 140214852938536 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1024/tid=1030] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1030/stat : 1030 (java) S 1022 1024 32594 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 22 0 253696108 10060460032 50218 33554432000 1073741824 1073778376 140734829671376 140214851885736 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1024/tid=1031] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1031/stat : 1031 (java) S 1022 1024 32594 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253696108 10060460032 50218 33554432000 1073741824 1073778376 140734829671376 140214850832936 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1024/tid=1032] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1032/stat : 1032 (java) S 1022 1024 32594 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253696108 10060460032 50218 33554432000 1073741824 1073778376 140734829671376 140214849780136 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1024/tid=1033] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1033/stat : 1033 (java) S 1022 1024 32594 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253696108 10060460032 50218 33554432000 1073741824 1073778376 140734829671376 140214848727336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1024/tid=1034] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1034/stat : 1034 (java) S 1022 1024 32594 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253696108 10060460032 50218 33554432000 1073741824 1073778376 140734829671376 140214847674536 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1024/tid=1035] ppid=1022 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/1024/task/1035/stat : 1035 (java) S 1022 1024 32594 0 -1 4202560 36 0 0 0 9 0 0 0 20 0 22 0 253696109 10060460032 50218 33554432000 1073741824 1073778376 140734829671376 140214690032616 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1024/tid=1036] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1036/stat : 1036 (java) S 1022 1024 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253696110 10060460032 50218 33554432000 1073741824 1073778376 140734829671376 140214688978680 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1024/tid=1037] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1037/stat : 1037 (java) S 1022 1024 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253696110 10060460032 50218 33554432000 1073741824 1073778376 140734829671376 140214687925768 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1024/tid=1038] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1038/stat : 1038 (java) S 1022 1024 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253696112 10060460032 50218 33554432000 1073741824 1073778376 140734829671376 140214686874256 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1024/tid=1039] ppid=1022 vsize=9824668 CPUtime=0.75 cores=0,2,4,6
/proc/1024/task/1039/stat : 1039 (java) S 1022 1024 32594 0 -1 4202560 10042 0 0 0 73 2 0 0 20 0 22 0 253696112 10060460032 50218 33554432000 1073741824 1073778376 140734829671376 140214685821368 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1024/tid=1040] ppid=1022 vsize=9824668 CPUtime=0.75 cores=0,2,4,6
/proc/1024/task/1040/stat : 1040 (java) S 1022 1024 32594 0 -1 4202560 5634 0 0 0 75 0 0 0 20 0 22 0 253696112 10060460032 50218 33554432000 1073741824 1073778376 140734829671376 140214684768568 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1024/tid=1041] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1041/stat : 1041 (java) S 1022 1024 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253696112 10060460032 50218 33554432000 1073741824 1073778376 140734829671376 140214683715960 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1024/tid=1042] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1042/stat : 1042 (java) S 1022 1024 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253696112 10060460032 50218 33554432000 1073741824 1073778376 140734829671376 140214682663368 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1024/tid=1043] ppid=1022 vsize=9824668 CPUtime=2.78 cores=0,2,4,6
/proc/1024/task/1043/stat : 1043 (java) R 1022 1024 32594 0 -1 4202560 46 0 0 0 278 0 0 0 20 0 22 0 253696120 10060460032 50218 33554432000 1073741824 1073778376 140734829671376 140214681609184 140214727700945 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1024/tid=1044] ppid=1022 vsize=9824668 CPUtime=2.79 cores=0,2,4,6
/proc/1024/task/1044/stat : 1044 (java) R 1022 1024 32594 0 -1 4202560 141 0 0 0 277 2 0 0 20 0 22 0 253696120 10060460032 50218 33554432000 1073741824 1073778376 140734829671376 140214680554600 140214727653195 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1024/tid=1045] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1045/stat : 1045 (java) S 1022 1024 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253696120 10060460032 50218 33554432000 1073741824 1073778376 140734829671376 140214679504296 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1024/tid=1046] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1046/stat : 1046 (java) S 1022 1024 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253696120 10060460032 50218 33554432000 1073741824 1073778376 140734829671376 140214678451496 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.45
Current children cumulated vsize (KiB) 9824668

[startup+6.30083 s]
/proc/loadavg: 3.73 3.68 3.61 5/217 1049
/proc/meminfo: memFree=28006600/32873852 swapFree=6848/6848
[pid=1024] ppid=1022 vsize=9824668 CPUtime=13.77 cores=0,2,4,6
/proc/1024/stat : 1024 (java) S 1022 1024 32594 0 -1 4202496 19694 0 1 0 1367 10 0 0 20 0 22 0 253696106 10060460032 51422 33554432000 1073741824 1073778376 140734829671376 140734829662512 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1024/statm: 2456167 51422 2273 9 0 2446860 0
[pid=1024/tid=1026] ppid=1022 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/1024/task/1026/stat : 1026 (java) S 1022 1024 32594 0 -1 4202560 2440 0 1 0 11 0 0 0 20 0 22 0 253696107 10060460032 51422 33554432000 1073741824 1073778376 140734829671376 140214865982456 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1024/tid=1027] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1027/stat : 1027 (java) S 1022 1024 32594 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 253696108 10060460032 51422 33554432000 1073741824 1073778376 140734829671376 140214855044136 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1024/tid=1028] ppid=1022 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/1024/task/1028/stat : 1028 (java) S 1022 1024 32594 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 253696108 10060460032 51422 33554432000 1073741824 1073778376 140734829671376 140214853991336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1024/tid=1029] ppid=1022 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/1024/task/1029/stat : 1029 (java) S 1022 1024 32594 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 253696108 10060460032 51422 33554432000 1073741824 1073778376 140734829671376 140214852938536 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1024/tid=1030] ppid=1022 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/1024/task/1030/stat : 1030 (java) S 1022 1024 32594 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 22 0 253696108 10060460032 51422 33554432000 1073741824 1073778376 140734829671376 140214851885736 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1024/tid=1031] ppid=1022 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/1024/task/1031/stat : 1031 (java) S 1022 1024 32594 0 -1 4202560 24 0 0 0 1 0 0 0 20 0 22 0 253696108 10060460032 51422 33554432000 1073741824 1073778376 140734829671376 140214850832936 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1024/tid=1032] ppid=1022 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/1024/task/1032/stat : 1032 (java) S 1022 1024 32594 0 -1 4202560 26 0 0 0 1 0 0 0 20 0 22 0 253696108 10060460032 51422 33554432000 1073741824 1073778376 140734829671376 140214849780136 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1024/tid=1033] ppid=1022 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/1024/task/1033/stat : 1033 (java) S 1022 1024 32594 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 253696108 10060460032 51422 33554432000 1073741824 1073778376 140734829671376 140214848727336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1024/tid=1034] ppid=1022 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/1024/task/1034/stat : 1034 (java) S 1022 1024 32594 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 253696108 10060460032 51422 33554432000 1073741824 1073778376 140734829671376 140214847674536 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1024/tid=1035] ppid=1022 vsize=9824668 CPUtime=0.25 cores=0,2,4,6
/proc/1024/task/1035/stat : 1035 (java) S 1022 1024 32594 0 -1 4202560 41 0 0 0 23 2 0 0 20 0 22 0 253696109 10060460032 51422 33554432000 1073741824 1073778376 140734829671376 140214690032616 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1024/tid=1036] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1036/stat : 1036 (java) S 1022 1024 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253696110 10060460032 51422 33554432000 1073741824 1073778376 140734829671376 140214688978680 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1024/tid=1037] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1037/stat : 1037 (java) S 1022 1024 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253696110 10060460032 51422 33554432000 1073741824 1073778376 140734829671376 140214687925768 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1024/tid=1038] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1038/stat : 1038 (java) S 1022 1024 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253696112 10060460032 51422 33554432000 1073741824 1073778376 140734829671376 140214686874256 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1024/tid=1039] ppid=1022 vsize=9824668 CPUtime=0.75 cores=0,2,4,6
/proc/1024/task/1039/stat : 1039 (java) S 1022 1024 32594 0 -1 4202560 10042 0 0 0 73 2 0 0 20 0 22 0 253696112 10060460032 51422 33554432000 1073741824 1073778376 140734829671376 140214685821368 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=1024/tid=1044] ppid=1022 vsize=9824668 CPUtime=794.73 cores=0,2,4,6
/proc/1024/task/1044/stat : 1044 (java) R 1022 1024 32594 0 -1 4202560 7030 0 0 0 79444 29 0 0 20 0 22 0 253696120 10060460032 174216 33554432000 1073741824 1073778376 140734829671376 140214680555392 140214727652927 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1024/tid=1045] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1045/stat : 1045 (java) S 1022 1024 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253696120 10060460032 174216 33554432000 1073741824 1073778376 140734829671376 140214679504296 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1024/tid=1046] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1046/stat : 1046 (java) S 1022 1024 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253696120 10060460032 174216 33554432000 1073741824 1073778376 140734829671376 140214678451496 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1639.42
Current children cumulated vsize (KiB) 9824668

[startup+882.307 s]
/proc/loadavg: 3.73 3.87 3.77 4/215 1287
/proc/meminfo: memFree=25881008/32873852 swapFree=6848/6848
[pid=1024] ppid=1022 vsize=9824668 CPUtime=1759.01 cores=0,2,4,6
/proc/1024/stat : 1024 (java) S 1022 1024 32594 0 -1 4202496 41964 0 1 0 175750 151 0 0 20 0 22 0 253696106 10060460032 194322 33554432000 1073741824 1073778376 140734829671376 140734829662512 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1024/statm: 2456167 194322 2274 9 0 2446860 0
[pid=1024/tid=1026] ppid=1022 vsize=9824668 CPUtime=0.15 cores=0,2,4,6
/proc/1024/task/1026/stat : 1026 (java) S 1022 1024 32594 0 -1 4202560 2479 0 1 0 12 3 0 0 20 0 22 0 253696107 10060460032 194322 33554432000 1073741824 1073778376 140734829671376 140214865982456 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1024/tid=1027] ppid=1022 vsize=9824668 CPUtime=3.75 cores=0,2,4,6
/proc/1024/task/1027/stat : 1027 (java) S 1022 1024 32594 0 -1 4202560 686 0 0 0 365 10 0 0 20 0 22 0 253696108 10060460032 194322 33554432000 1073741824 1073778376 140734829671376 140214855044136 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1024/tid=1028] ppid=1022 vsize=9824668 CPUtime=3.64 cores=0,2,4,6
/proc/1024/task/1028/stat : 1028 (java) S 1022 1024 32594 0 -1 4202560 660 0 0 0 353 11 0 0 20 0 22 0 253696108 10060460032 194322 33554432000 1073741824 1073778376 140734829671376 140214853991336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1024/tid=1029] ppid=1022 vsize=9824668 CPUtime=3.82 cores=0,2,4,6
/proc/1024/task/1029/stat : 1029 (java) S 1022 1024 32594 0 -1 4202560 1040 0 0 0 373 9 0 0 20 0 22 0 253696108 10060460032 194322 33554432000 1073741824 1073778376 140734829671376 140214852938536 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1024/tid=1030] ppid=1022 vsize=9824668 CPUtime=3.87 cores=0,2,4,6
/proc/1024/task/1030/stat : 1030 (java) S 1022 1024 32594 0 -1 4202560 574 0 0 0 377 10 0 0 20 0 22 0 253696108 10060460032 194322 33554432000 1073741824 1073778376 140734829671376 140214851885736 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1024/tid=1031] ppid=1022 vsize=9824668 CPUtime=3.69 cores=0,2,4,6
/proc/1024/task/1031/stat : 1031 (java) S 1022 1024 32594 0 -1 4202560 895 0 0 0 358 11 0 0 20 0 22 0 253696108 10060460032 194322 33554432000 1073741824 1073778376 140734829671376 140214850832936 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1024/tid=1032] ppid=1022 vsize=9824668 CPUtime=3.79 cores=0,2,4,6
/proc/1024/task/1032/stat : 1032 (java) S 1022 1024 32594 0 -1 4202560 951 0 0 0 369 10 0 0 20 0 22 0 253696108 10060460032 194322 33554432000 1073741824 1073778376 140734829671376 140214849780136 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1024/tid=1033] ppid=1022 vsize=9824668 CPUtime=4.02 cores=0,2,4,6
/proc/1024/task/1033/stat : 1033 (java) S 1022 1024 32594 0 -1 4202560 1076 0 0 0 392 10 0 0 20 0 22 0 253696108 10060460032 194322 33554432000 1073741824 1073778376 140734829671376 140214848727336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1024/tid=1034] ppid=1022 vsize=9824668 CPUtime=3.91 cores=0,2,4,6
/proc/1024/task/1034/stat : 1034 (java) S 1022 1024 32594 0 -1 4202560 665 0 0 0 381 10 0 0 20 0 22 0 253696108 10060460032 194322 33554432000 1073741824 1073778376 140734829671376 140214847674536 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1024/tid=1035] ppid=1022 vsize=9824668 CPUtime=21.02 cores=0,2,4,6
/proc/1024/task/1035/stat : 1035 (java) S 1022 1024 32594 0 -1 4202560 1472 0 0 0 2075 27 0 0 20 0 22 0 253696109 10060460032 194322 33554432000 1073741824 1073778376 140734829671376 140214690032616 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1024/tid=1036] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1036/stat : 1036 (java) S 1022 1024 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253696110 10060460032 194322 33554432000 1073741824 1073778376 140734829671376 140214688978680 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1024/tid=1037] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1037/stat : 1037 (java) S 1022 1024 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253696110 10060460032 194322 33554432000 1073741824 1073778376 140734829671376 140214687925768 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1024/tid=1038] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1038/stat : 1038 (java) S 1022 1024 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253696112 10060460032 194322 33554432000 1073741824 1073778376 140734829671376 140214686874256 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1024/tid=1039] ppid=1022 vsize=9824668 CPUtime=0.81 cores=0,2,4,6
/proc/1024/task/1039/stat : 1039 (java) S 1022 1024 32594 0 -1 4202560 10050 0 0 0 79 2 0 0 20 0 22 0 253696112 10060460032 194322 33554432000 1073741824 1073778376 140734829671376 140214685821368 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1024/tid=1040] ppid=1022 vsize=9824668 CPUtime=1.61 cores=0,2,4,6
/proc/1024/task/1040/stat : 1040 (java) S 1022 1024 32594 0 -1 4202560 11924 0 0 0 158 3 0 0 20 0 22 0 253696112 10060460032 194322 33554432000 1073741824 1073778376 140734829671376 140214684768568 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1024/tid=1041] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1041/stat : 1041 (java) S 1022 1024 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253696112 10060460032 194322 33554432000 1073741824 1073778376 140734829671376 140214683715960 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1024/tid=1042] ppid=1022 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/1024/task/1042/stat : 1042 (java) S 1022 1024 32594 0 -1 4202560 50 0 0 0 13 18 0 0 20 0 22 0 253696112 10060460032 194322 33554432000 1073741824 1073778376 140734829671376 140214682663368 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1024/tid=1043] ppid=1022 vsize=9824668 CPUtime=852.54 cores=0,2,4,6
/proc/1024/task/1043/stat : 1043 (java) R 1022 1024 32594 0 -1 4202560 436 0 0 0 85237 17 0 0 20 0 22 0 253696120 10060460032 194322 33554432000 1073741824 1073778376 140734829671376 140214681608224 140214727700950 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1024/tid=1044] ppid=1022 vsize=9824668 CPUtime=852.47 cores=0,2,4,6
/proc/1024/task/1044/stat : 1044 (java) R 1022 1024 32594 0 -1 4202560 7818 0 0 0 85217 30 0 0 20 0 22 0 253696120 10060460032 194322 33554432000 1073741824 1073778376 140734829671376 140214680554352 140214727812976 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1024/tid=1045] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1045/stat : 1045 (java) S 1022 1024 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253696120 10060460032 194322 33554432000 1073741824 1073778376 140734829671376 140214679504296 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1024/tid=1046] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1046/stat : 1046 (java) S 1022 1024 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253696120 10060460032 194322 33554432000 1073741824 1073778376 140734829671376 140214678451496 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1759.01
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.801 s]
/proc/loadavg: 3.53 3.81 3.75 4/215 1287
/proc/meminfo: memFree=25927416/32873852 swapFree=6848/6848
[pid=1024] ppid=1022 vsize=9824668 CPUtime=1800.01 cores=0,2,4,6
/proc/1024/stat : 1024 (java) S 1022 1024 32594 0 -1 4202496 41987 0 1 0 179849 152 0 0 20 0 22 0 253696106 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140734829662512 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1024/statm: 2456167 182651 2274 9 0 2446860 0
[pid=1024/tid=1026] ppid=1022 vsize=9824668 CPUtime=0.15 cores=0,2,4,6
/proc/1024/task/1026/stat : 1026 (java) S 1022 1024 32594 0 -1 4202560 2480 0 1 0 12 3 0 0 20 0 22 0 253696107 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140214865982456 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1024/tid=1027] ppid=1022 vsize=9824668 CPUtime=3.83 cores=0,2,4,6
/proc/1024/task/1027/stat : 1027 (java) S 1022 1024 32594 0 -1 4202560 686 0 0 0 373 10 0 0 20 0 22 0 253696108 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140214855044136 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1024/tid=1028] ppid=1022 vsize=9824668 CPUtime=3.74 cores=0,2,4,6
/proc/1024/task/1028/stat : 1028 (java) S 1022 1024 32594 0 -1 4202560 660 0 0 0 363 11 0 0 20 0 22 0 253696108 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140214853991336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1024/tid=1029] ppid=1022 vsize=9824668 CPUtime=3.93 cores=0,2,4,6
/proc/1024/task/1029/stat : 1029 (java) S 1022 1024 32594 0 -1 4202560 1040 0 0 0 384 9 0 0 20 0 22 0 253696108 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140214852938536 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1024/tid=1030] ppid=1022 vsize=9824668 CPUtime=3.97 cores=0,2,4,6
/proc/1024/task/1030/stat : 1030 (java) S 1022 1024 32594 0 -1 4202560 574 0 0 0 387 10 0 0 20 0 22 0 253696108 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140214851885736 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1024/tid=1031] ppid=1022 vsize=9824668 CPUtime=3.76 cores=0,2,4,6
/proc/1024/task/1031/stat : 1031 (java) S 1022 1024 32594 0 -1 4202560 895 0 0 0 365 11 0 0 20 0 22 0 253696108 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140214850832936 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1024/tid=1032] ppid=1022 vsize=9824668 CPUtime=3.92 cores=0,2,4,6
/proc/1024/task/1032/stat : 1032 (java) S 1022 1024 32594 0 -1 4202560 951 0 0 0 382 10 0 0 20 0 22 0 253696108 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140214849780136 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1024/tid=1033] ppid=1022 vsize=9824668 CPUtime=4.11 cores=0,2,4,6
/proc/1024/task/1033/stat : 1033 (java) S 1022 1024 32594 0 -1 4202560 1076 0 0 0 401 10 0 0 20 0 22 0 253696108 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140214848727336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1024/tid=1034] ppid=1022 vsize=9824668 CPUtime=4.02 cores=0,2,4,6
/proc/1024/task/1034/stat : 1034 (java) S 1022 1024 32594 0 -1 4202560 665 0 0 0 392 10 0 0 20 0 22 0 253696108 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140214847674536 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1024/tid=1035] ppid=1022 vsize=9824668 CPUtime=21.37 cores=0,2,4,6
/proc/1024/task/1035/stat : 1035 (java) S 1022 1024 32594 0 -1 4202560 1488 0 0 0 2109 28 0 0 20 0 22 0 253696109 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140214690032616 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1024/tid=1036] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1036/stat : 1036 (java) S 1022 1024 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253696110 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140214688978680 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1024/tid=1037] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1037/stat : 1037 (java) S 1022 1024 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253696110 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140214687925768 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1024/tid=1038] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1038/stat : 1038 (java) S 1022 1024 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253696112 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140214686874256 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1024/tid=1039] ppid=1022 vsize=9824668 CPUtime=0.81 cores=0,2,4,6
/proc/1024/task/1039/stat : 1039 (java) S 1022 1024 32594 0 -1 4202560 10050 0 0 0 79 2 0 0 20 0 22 0 253696112 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140214685821368 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1024/tid=1040] ppid=1022 vsize=9824668 CPUtime=1.61 cores=0,2,4,6
/proc/1024/task/1040/stat : 1040 (java) S 1022 1024 32594 0 -1 4202560 11924 0 0 0 158 3 0 0 20 0 22 0 253696112 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140214684768568 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1024/tid=1041] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1041/stat : 1041 (java) S 1022 1024 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253696112 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140214683715960 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1024/tid=1042] ppid=1022 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/1024/task/1042/stat : 1042 (java) S 1022 1024 32594 0 -1 4202560 50 0 0 0 13 18 0 0 20 0 22 0 253696112 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140214682663368 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1024/tid=1043] ppid=1022 vsize=9824668 CPUtime=872.48 cores=0,2,4,6
/proc/1024/task/1043/stat : 1043 (java) R 1022 1024 32594 0 -1 4202560 438 0 0 0 87230 18 0 0 20 0 22 0 253696120 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140214681607296 140214727573448 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1024/tid=1044] ppid=1022 vsize=9824668 CPUtime=872.41 cores=0,2,4,6
/proc/1024/task/1044/stat : 1044 (java) R 1022 1024 32594 0 -1 4202560 7822 0 0 0 87210 31 0 0 20 0 22 0 253696120 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140214680555376 140214727812957 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1024/tid=1045] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1045/stat : 1045 (java) S 1022 1024 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253696120 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140214679504296 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1024/tid=1046] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1046/stat : 1046 (java) S 1022 1024 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253696120 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140214678451496 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9824668

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

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

[startup+902.801 s]
/proc/loadavg: 3.53 3.81 3.75 4/215 1287
/proc/meminfo: memFree=25927416/32873852 swapFree=6848/6848
[pid=1024] ppid=1022 vsize=9824668 CPUtime=1800.01 cores=0,2,4,6
/proc/1024/stat : 1024 (java) S 1022 1024 32594 0 -1 4202496 41987 0 1 0 179849 152 0 0 20 0 22 0 253696106 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140734829662512 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1024/statm: 2456167 182651 2274 9 0 2446860 0
[pid=1024/tid=1026] ppid=1022 vsize=9824668 CPUtime=0.15 cores=0,2,4,6
/proc/1024/task/1026/stat : 1026 (java) S 1022 1024 32594 0 -1 4202560 2480 0 1 0 12 3 0 0 20 0 22 0 253696107 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140214865982456 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1024/tid=1027] ppid=1022 vsize=9824668 CPUtime=3.83 cores=0,2,4,6
/proc/1024/task/1027/stat : 1027 (java) S 1022 1024 32594 0 -1 4202560 686 0 0 0 373 10 0 0 20 0 22 0 253696108 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140214855044136 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1024/tid=1028] ppid=1022 vsize=9824668 CPUtime=3.74 cores=0,2,4,6
/proc/1024/task/1028/stat : 1028 (java) S 1022 1024 32594 0 -1 4202560 660 0 0 0 363 11 0 0 20 0 22 0 253696108 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140214853991336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1024/tid=1029] ppid=1022 vsize=9824668 CPUtime=3.93 cores=0,2,4,6
/proc/1024/task/1029/stat : 1029 (java) S 1022 1024 32594 0 -1 4202560 1040 0 0 0 384 9 0 0 20 0 22 0 253696108 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140214852938536 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1024/tid=1030] ppid=1022 vsize=9824668 CPUtime=3.97 cores=0,2,4,6
/proc/1024/task/1030/stat : 1030 (java) S 1022 1024 32594 0 -1 4202560 574 0 0 0 387 10 0 0 20 0 22 0 253696108 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140214851885736 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1024/tid=1031] ppid=1022 vsize=9824668 CPUtime=3.76 cores=0,2,4,6
/proc/1024/task/1031/stat : 1031 (java) S 1022 1024 32594 0 -1 4202560 895 0 0 0 365 11 0 0 20 0 22 0 253696108 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140214850832936 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1024/tid=1032] ppid=1022 vsize=9824668 CPUtime=3.92 cores=0,2,4,6
/proc/1024/task/1032/stat : 1032 (java) S 1022 1024 32594 0 -1 4202560 951 0 0 0 382 10 0 0 20 0 22 0 253696108 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140214849780136 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1024/tid=1033] ppid=1022 vsize=9824668 CPUtime=4.11 cores=0,2,4,6
/proc/1024/task/1033/stat : 1033 (java) S 1022 1024 32594 0 -1 4202560 1076 0 0 0 401 10 0 0 20 0 22 0 253696108 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140214848727336 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1024/tid=1034] ppid=1022 vsize=9824668 CPUtime=4.02 cores=0,2,4,6
/proc/1024/task/1034/stat : 1034 (java) S 1022 1024 32594 0 -1 4202560 665 0 0 0 392 10 0 0 20 0 22 0 253696108 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140214847674536 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1024/tid=1035] ppid=1022 vsize=9824668 CPUtime=21.37 cores=0,2,4,6
/proc/1024/task/1035/stat : 1035 (java) S 1022 1024 32594 0 -1 4202560 1488 0 0 0 2109 28 0 0 20 0 22 0 253696109 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140214690032616 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1024/tid=1036] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1036/stat : 1036 (java) S 1022 1024 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253696110 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140214688978680 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1024/tid=1037] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1037/stat : 1037 (java) S 1022 1024 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253696110 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140214687925768 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1024/tid=1038] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1038/stat : 1038 (java) S 1022 1024 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253696112 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140214686874256 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1024/tid=1039] ppid=1022 vsize=9824668 CPUtime=0.81 cores=0,2,4,6
/proc/1024/task/1039/stat : 1039 (java) S 1022 1024 32594 0 -1 4202560 10050 0 0 0 79 2 0 0 20 0 22 0 253696112 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140214685821368 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1024/tid=1040] ppid=1022 vsize=9824668 CPUtime=1.61 cores=0,2,4,6
/proc/1024/task/1040/stat : 1040 (java) S 1022 1024 32594 0 -1 4202560 11924 0 0 0 158 3 0 0 20 0 22 0 253696112 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140214684768568 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1024/tid=1041] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1041/stat : 1041 (java) S 1022 1024 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253696112 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140214683715960 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1024/tid=1042] ppid=1022 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/1024/task/1042/stat : 1042 (java) S 1022 1024 32594 0 -1 4202560 50 0 0 0 13 18 0 0 20 0 22 0 253696112 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140214682663368 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1024/tid=1043] ppid=1022 vsize=9824668 CPUtime=872.48 cores=0,2,4,6
/proc/1024/task/1043/stat : 1043 (java) R 1022 1024 32594 0 -1 4202560 438 0 0 0 87230 18 0 0 20 0 22 0 253696120 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140214681607296 140214727573448 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1024/tid=1044] ppid=1022 vsize=9824668 CPUtime=872.41 cores=0,2,4,6
/proc/1024/task/1044/stat : 1044 (java) R 1022 1024 32594 0 -1 4202560 7822 0 0 0 87210 31 0 0 20 0 22 0 253696120 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140214680555376 140214727812957 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1024/tid=1045] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1045/stat : 1045 (java) S 1022 1024 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253696120 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140214679504296 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1024/tid=1046] ppid=1022 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/1024/task/1046/stat : 1046 (java) S 1022 1024 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253696120 10060460032 182651 33554432000 1073741824 1073778376 140734829671376 140214678451496 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 902.854
CPU time (s): 1800.87
CPU user time (s): 1798.87
CPU system time (s): 2.00269
CPU usage (%): 199.464
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.87
system time used= 2.0027
maximum resident set size= 811720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42031
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32954
involuntary context switches= 66119

runsolver used 3.2805 second user time and 8.25574 second system time

The end

Launcher Data

Begin job on node128 at 2012-05-24 18:08:22
IDJOB=3687998
IDBENCH=2565
IDSOLVER=2268
FILE ID=node128/3687998-1337875702
RUNJOBID= node128-1337871881-32611
PBS_JOBID= 14620076
Free space on /tmp= 71572 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-MEDINT/submitted-PB06/manquiho/Aardal_1/normalized-prob6.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687998-1337875702/watcher-3687998-1337875702 -o /tmp/evaluation-result-3687998-1337875702/solver-3687998-1337875702 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687998-1337875702.opb

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

MD5SUM BENCH= 2318a0c7fc475c873b2fa45e5e7fe96e
RANDOM SEED=719690888

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
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.389
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.389
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.389
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.389
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:       32873852 kB
MemFree:        28207540 kB
Buffers:          239464 kB
Cached:          2915948 kB
SwapCached:            0 kB
Active:          1206172 kB
Inactive:        2685256 kB
Active(anon):     738960 kB
Inactive(anon):        0 kB
Active(file):     467212 kB
Inactive(file):  2685256 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               476 kB
Writeback:             0 kB
AnonPages:        745348 kB
Mapped:            22636 kB
Shmem:               204 kB
Slab:             634244 kB
SReclaimable:      76824 kB
SUnreclaim:       557420 kB
KernelStack:        1600 kB
PageTables:         5744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    1093352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    659456 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= 71572 MiB
End job on node128 at 2012-05-24 18:23:27