Trace number 3689600

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.71 923.08

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K91.opb
MD5SUM8c2203c9ba90488459f210b4f3d3e3ed
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 variables6188
Total number of constraints6372
Number of constraints which are clauses6281
Number of constraints which are cardinality constraints (but not clauses)91
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint91
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 92
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.2.v20120418
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		501472288
0.01/0.09	c Max memory 		7480803328
0.01/0.09	c Total memory 		504102912
0.01/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3689600-1337883460.opb
0.09/0.12	c reading problem ... 
0.76/0.47	c ... done. Wall clock time 0.349s.
0.76/0.47	c declared #vars     6188
0.76/0.47	c #constraints  6372
0.76/0.47	c constraints type 
0.76/0.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5109
0.76/0.47	c org.sat4j.minisat.constraints.card.MinWatchCard => 91
0.76/0.47	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.76/0.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1170
0.76/0.47	c 6372 constraints processed.
0.76/0.47	c constraints type 
0.76/0.47	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1170
0.76/0.47	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5109
0.76/0.47	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 91
0.76/0.47	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.76/0.47	c 6372 constraints processed.
4.73/1.63	c cleaning 2486 clauses out of 4998 with flag 5005/5005
7.34/2.87	c cleaning 4242 clauses out of 8499 with flag 11000/11000
9.77/4.01	c cleaning 5618 clauses out of 11254 with flag 18000/18000
12.74/5.51	c cleaning 6757 clauses out of 13635 with flag 26001/26001
16.06/7.27	c cleaning 7823 clauses out of 15873 with flag 35000/35000
20.20/9.37	c cleaning 8908 clauses out of 18048 with flag 45000/45000
25.06/11.77	c cleaning 9950 clauses out of 20138 with flag 56001/56001
29.76/14.18	c cleaning 10986 clauses out of 22187 with flag 68000/68000
35.59/17.15	c cleaning 11975 clauses out of 24200 with flag 81000/81000
42.22/20.58	c cleaning 12840 clauses out of 26223 with flag 95000/95000
49.91/24.49	c cleaning 14095 clauses out of 28385 with flag 110002/110002
56.53/27.85	c cleaning 15037 clauses out of 30288 with flag 126000/126000
63.63/31.57	c cleaning 16030 clauses out of 32250 with flag 143000/143000
71.03/35.31	c cleaning 16985 clauses out of 34221 with flag 161002/161002
79.23/39.54	c cleaning 17930 clauses out of 36234 with flag 180000/180000
87.56/43.89	c cleaning 19098 clauses out of 38304 with flag 200000/200000
97.94/49.29	c cleaning 19890 clauses out of 40201 with flag 221000/221000
107.88/54.37	c cleaning 21000 clauses out of 42312 with flag 243002/243002
121.56/61.30	c cleaning 22087 clauses out of 44309 with flag 266000/266000
134.25/67.84	c cleaning 22905 clauses out of 46222 with flag 290000/290000
147.09/74.56	c cleaning 24045 clauses out of 48317 with flag 315000/315000
165.65/83.95	c cleaning 24976 clauses out of 50272 with flag 341000/341000
179.86/91.30	c cleaning 26036 clauses out of 52298 with flag 368002/368002
194.41/98.70	c cleaning 26976 clauses out of 54261 with flag 396001/396001
208.88/106.31	c cleaning 28026 clauses out of 56289 with flag 425005/425005
224.79/114.56	c cleaning 28948 clauses out of 58258 with flag 455000/455000
241.47/123.18	c cleaning 29913 clauses out of 60310 with flag 486000/486000
260.51/132.92	c cleaning 31181 clauses out of 62400 with flag 518003/518003
278.58/142.42	c cleaning 31838 clauses out of 64215 with flag 551001/551001
298.26/152.80	c cleaning 32924 clauses out of 66377 with flag 585001/585001
333.69/171.62	c cleaning 33942 clauses out of 68453 with flag 620001/620001
358.42/184.45	c cleaning 35112 clauses out of 70510 with flag 656000/656000
378.62/194.95	c cleaning 36009 clauses out of 72399 with flag 693001/693001
399.69/205.84	c cleaning 0 clauses out of 5002 with flag 0/5002
414.77/213.67	c cleaning 36832 clauses out of 74389 with flag 731000/731000
470.37/241.97	c cleaning 37858 clauses out of 76562 with flag 770005/770005
508.91/261.54	c cleaning 38982 clauses out of 78699 with flag 810000/810000
542.14/278.50	c cleaning 40174 clauses out of 80719 with flag 851002/851002
568.78/292.23	c cleaning 40975 clauses out of 82543 with flag 893000/893000
606.91/312.04	c cleaning 41759 clauses out of 84568 with flag 936000/936000
634.23/326.14	c cleaning 42571 clauses out of 86811 with flag 980002/980002
686.68/352.72	c cleaning 43402 clauses out of 89239 with flag 1025001/1025001
729.04/374.34	c cleaning 44640 clauses out of 91836 with flag 1071000/1071000
760.25/390.75	c cleaning 45306 clauses out of 94196 with flag 1118000/1118000
789.51/405.89	c cleaning 46182 clauses out of 96890 with flag 1166000/1166000
842.25/433.41	c cleaning 47670 clauses out of 99708 with flag 1215000/1215000
888.48/457.30	c cleaning 48795 clauses out of 102038 with flag 1265000/1265000
961.32/494.25	c cleaning 49871 clauses out of 104245 with flag 1316002/1316002
1041.36/534.74	c cleaning 51227 clauses out of 106372 with flag 1368000/1368000
1082.42/555.80	c cleaning 52008 clauses out of 108146 with flag 1421001/1421001
1135.81/583.61	c cleaning 52667 clauses out of 110138 with flag 1475001/1475001
1174.85/603.72	c cleaning 53415 clauses out of 112471 with flag 1530001/1530001
1221.50/627.72	c cleaning 54671 clauses out of 115055 with flag 1586000/1586000
1277.66/656.45	c cleaning 55853 clauses out of 117384 with flag 1643000/1643000
1349.64/693.54	c cleaning 56807 clauses out of 119530 with flag 1701000/1701000
1419.12/728.80	c cleaning 57558 clauses out of 121725 with flag 1760002/1760002
1494.32/767.18	c cleaning 59037 clauses out of 124166 with flag 1820001/1820001
1565.08/803.11	c cleaning 60111 clauses out of 126128 with flag 1881000/1881000
1643.74/843.70	c cleaning 61030 clauses out of 128018 with flag 1943001/1943001
1721.15/882.97	c cleaning 61725 clauses out of 129994 with flag 2006007/2006007
1800.09/923.01	c starts		: 210
1800.09/923.01	c conflicts		: 2054088
1800.09/923.01	c decisions		: 15277100
1800.09/923.01	c propagations		: 696284228
1800.09/923.01	c inspects		: 2873077020
1800.09/923.01	c shortcuts		: 0
1800.09/923.01	c learnt literals	: 44
1800.09/923.01	c learnt binary clauses	: 59281
1800.09/923.01	c learnt ternary clauses	: 73641
1800.09/923.01	c learnt constraints	: 2054044
1800.09/923.01	c ignored constraints	: 0
1800.09/923.01	c root simplifications	: 0
1800.09/923.01	c removed literals (reason simplification)	: 66634812
1800.09/923.01	c reason swapping (by a shorter reason)	: 0
1800.09/923.01	c Calls to reduceDB	: 59
1800.09/923.01	c number of reductions to clauses (during analyze)	: 0
1800.09/923.01	c number of learned constraints concerned by reduction	: 0
1800.09/923.01	c number of learning phase by resolution	: 0
1800.09/923.01	c number of learning phase by cutting planes	: 0
1800.09/923.01	c speed (assignments/second)	: 754762.4964634952
1800.09/923.01	c non guided choices	6724
1800.09/923.05	c learnt constraints type 
1800.09/923.05	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 59281
1800.09/923.05	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 57102
1800.09/923.05	c constraints type 
1800.09/923.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5109
1800.09/923.05	c org.sat4j.minisat.constraints.card.MinWatchCard => 91
1800.09/923.05	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.09/923.05	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1170
1800.09/923.05	c 6372 constraints processed.
1800.09/923.05	c constraints type 
1800.09/923.05	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1170
1800.09/923.05	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5109
1800.09/923.05	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 91
1800.09/923.05	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.09/923.05	c 6372 constraints processed.
1800.09/923.05	s UNKNOWN
1800.09/923.05	c Total wall clock time (in seconds): 922.932

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-3689600-1337883460/watcher-3689600-1337883460 -o /tmp/evaluation-result-3689600-1337883460/solver-3689600-1337883460 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689600-1337883460.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.78 3.86 3.73 3/195 3105
/proc/meminfo: memFree=25542288/32873852 swapFree=6848/6848
[pid=3105] ppid=3103 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/3105/stat : 3105 (java) D 3103 3105 32594 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 254471889 9515008 182 33554432000 1073741824 1073778376 140734049893280 140734049884312 273448517301 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/3105/statm: 2323 182 140 9 0 71 0

[startup+0.038365 s]
/proc/loadavg: 3.78 3.86 3.73 3/195 3105
/proc/meminfo: memFree=25542288/32873852 swapFree=6848/6848
[pid=3105] ppid=3103 vsize=9092432 CPUtime=0.01 cores=0,2,4,6
/proc/3105/stat : 3105 (java) S 3103 3105 32594 0 -1 4202496 2901 0 1 0 1 0 0 0 20 0 11 0 254471889 9310650368 3602 33554432000 1073741824 1073778376 140735321901440 140735321892576 273451876413 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3105/statm: 2273108 3602 1631 9 0 2263809 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9092432

[startup+0.100246 s]
/proc/loadavg: 3.78 3.86 3.73 3/195 3105
/proc/meminfo: memFree=25542288/32873852 swapFree=6848/6848
[pid=3105] ppid=3103 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/3105/stat : 3105 (java) S 3103 3105 32594 0 -1 4202496 4256 0 1 0 8 1 0 0 20 0 18 0 254471889 9787813888 5447 33554432000 1073741824 1073778376 140735321901440 140735321892576 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3105/statm: 2389603 5447 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300212 s]
/proc/loadavg: 3.78 3.86 3.73 3/195 3105
/proc/meminfo: memFree=25542288/32873852 swapFree=6848/6848
[pid=3105] ppid=3103 vsize=9558412 CPUtime=0.53 cores=0,2,4,6
/proc/3105/stat : 3105 (java) S 3103 3105 32594 0 -1 4202496 7096 0 1 0 51 2 0 0 20 0 18 0 254471889 9787813888 9930 33554432000 1073741824 1073778376 140735321901440 140735321892576 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3105/statm: 2389603 9930 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558412

[startup+0.700166 s]
/proc/loadavg: 3.78 3.86 3.73 3/195 3105
/proc/meminfo: memFree=25542288/32873852 swapFree=6848/6848
[pid=3105] ppid=3103 vsize=9824668 CPUtime=1.87 cores=0,2,4,6
/proc/3105/stat : 3105 (java) S 3103 3105 32594 0 -1 4202496 13842 0 1 0 184 3 0 0 20 0 22 0 254471889 10060460032 23877 33554432000 1073741824 1073778376 140735321901440 140735321892576 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3105/statm: 2456167 23877 2254 9 0 2446860 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 9824668

[startup+1.50069 s]
/proc/loadavg: 3.78 3.86 3.73 7/217 3127
/proc/meminfo: memFree=25423820/32873852 swapFree=6848/6848
[pid=3105] ppid=3103 vsize=9824668 CPUtime=4.52 cores=0,2,4,6
/proc/3105/stat : 3105 (java) S 3103 3105 32594 0 -1 4202496 22864 0 1 0 445 7 0 0 20 0 22 0 254471889 10060460032 50064 33554432000 1073741824 1073778376 140735321901440 140735321892576 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3105/statm: 2456167 50064 2272 9 0 2446860 0
[pid=3105/tid=3107] ppid=3103 vsize=9824668 CPUtime=0.44 cores=0,2,4,6
/proc/3105/task/3107/stat : 3107 (java) S 3103 3105 32594 0 -1 4202560 2478 0 1 0 42 2 0 0 20 0 22 0 254471890 10060460032 50064 33554432000 1073741824 1073778376 140735321901440 140420846752760 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3105/tid=3108] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3108/stat : 3108 (java) S 3103 3105 32594 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254471891 10060460032 50064 33554432000 1073741824 1073778376 140735321901440 140420808244136 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3105/tid=3109] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3109/stat : 3109 (java) S 3103 3105 32594 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254471891 10060460032 50064 33554432000 1073741824 1073778376 140735321901440 140420807191592 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3110] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3110/stat : 3110 (java) S 3103 3105 32594 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254471891 10060460032 50064 33554432000 1073741824 1073778376 140735321901440 140420806138536 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3105/tid=3111] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3111/stat : 3111 (java) S 3103 3105 32594 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254471891 10060460032 50064 33554432000 1073741824 1073778376 140735321901440 140420805085992 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3105/tid=3112] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3112/stat : 3112 (java) S 3103 3105 32594 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254471891 10060460032 50064 33554432000 1073741824 1073778376 140735321901440 140420804032936 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3105/tid=3113] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3113/stat : 3113 (java) S 3103 3105 32594 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 254471891 10060460032 50064 33554432000 1073741824 1073778376 140735321901440 140420802980392 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3105/tid=3114] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3114/stat : 3114 (java) S 3103 3105 32594 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254471891 10060460032 50064 33554432000 1073741824 1073778376 140735321901440 140420684179624 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3115] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3115/stat : 3115 (java) S 3103 3105 32594 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254471891 10060460032 50064 33554432000 1073741824 1073778376 140735321901440 140420683127080 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3105/tid=3116] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3116/stat : 3116 (java) S 3103 3105 32594 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 254471893 10060460032 50064 33554432000 1073741824 1073778376 140735321901440 140420670929768 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3117] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3117/stat : 3117 (java) S 3103 3105 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254471893 10060460032 50064 33554432000 1073741824 1073778376 140735321901440 140420669876088 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3118] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3118/stat : 3118 (java) S 3103 3105 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254471893 10060460032 50064 33554432000 1073741824 1073778376 140735321901440 140420668822920 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3119] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3119/stat : 3119 (java) S 3103 3105 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254471896 10060460032 50064 33554432000 1073741824 1073778376 140735321901440 140419929205520 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3120] ppid=3103 vsize=9824668 CPUtime=1.01 cores=0,2,4,6
/proc/3105/task/3120/stat : 3120 (java) S 3103 3105 32594 0 -1 4202560 9889 0 0 0 99 2 0 0 20 0 22 0 254471896 10060460032 50064 33554432000 1073741824 1073778376 140735321901440 140419928152376 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3121] ppid=3103 vsize=9824668 CPUtime=0.97 cores=0,2,4,6
/proc/3105/task/3121/stat : 3121 (java) S 3103 3105 32594 0 -1 4202560 9047 0 0 0 95 2 0 0 20 0 22 0 254471896 10060460032 50064 33554432000 1073741824 1073778376 140735321901440 140419927099832 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3105/tid=3122] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3122/stat : 3122 (java) S 3103 3105 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254471896 10060460032 50064 33554432000 1073741824 1073778376 140735321901440 140419926046968 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3105/tid=3123] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3123/stat : 3123 (java) S 3103 3105 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254471896 10060460032 50064 33554432000 1073741824 1073778376 140735321901440 140419924994632 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3124] ppid=3103 vsize=9824668 CPUtime=0.98 cores=0,2,4,6
/proc/3105/task/3124/stat : 3124 (java) R 3103 3105 32594 0 -1 4202560 29 0 0 0 98 0 0 0 20 0 22 0 254471937 10060460032 50064 33554432000 1073741824 1073778376 140735321901440 140419923940376 140420685109983 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=3105/tid=3125] ppid=3103 vsize=9824668 CPUtime=0.99 cores=0,2,4,6
/proc/3105/task/3125/stat : 3125 (java) R 3103 3105 32594 0 -1 4202560 116 0 0 0 99 0 0 0 20 0 22 0 254471937 10060460032 50064 33554432000 1073741824 1073778376 140735321901440 140419922887976 140420684847998 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3105/tid=3126] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3126/stat : 3126 (java) S 3103 3105 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254471938 10060460032 50064 33554432000 1073741824 1073778376 140735321901440 140419921835304 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3127] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3127/stat : 3127 (java) S 3103 3105 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254471938 10060460032 50064 33554432000 1073741824 1073778376 140735321901440 140419920782760 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.52
Current children cumulated vsize (KiB) 9824668

[startup+3.10077 s]
/proc/loadavg: 3.78 3.86 3.73 5/217 3127
/proc/meminfo: memFree=25319000/32873852 swapFree=6848/6848
[pid=3105] ppid=3103 vsize=9824668 CPUtime=7.97 cores=0,2,4,6
/proc/3105/stat : 3105 (java) S 3103 3105 32594 0 -1 4202496 23356 0 1 0 783 14 0 0 20 0 22 0 254471889 10060460032 97351 33554432000 1073741824 1073778376 140735321901440 140735321892576 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3105/statm: 2456167 97351 2286 9 0 2446860 0
[pid=3105/tid=3107] ppid=3103 vsize=9824668 CPUtime=0.44 cores=0,2,4,6
/proc/3105/task/3107/stat : 3107 (java) S 3103 3105 32594 0 -1 4202560 2478 0 1 0 42 2 0 0 20 0 22 0 254471890 10060460032 97351 33554432000 1073741824 1073778376 140735321901440 140420846752760 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3105/tid=3108] ppid=3103 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/3105/task/3108/stat : 3108 (java) S 3103 3105 32594 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 22 0 254471891 10060460032 97351 33554432000 1073741824 1073778376 140735321901440 140420808244136 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3105/tid=3109] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3109/stat : 3109 (java) S 3103 3105 32594 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254471891 10060460032 97351 33554432000 1073741824 1073778376 140735321901440 140420807191592 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3105/tid=3110] ppid=3103 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/3105/task/3110/stat : 3110 (java) S 3103 3105 32594 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 254471891 10060460032 97351 33554432000 1073741824 1073778376 140735321901440 140420806138536 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3105/tid=3111] ppid=3103 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/3105/task/3111/stat : 3111 (java) S 3103 3105 32594 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 22 0 254471891 10060460032 97351 33554432000 1073741824 1073778376 140735321901440 140420805085992 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3112] ppid=3103 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/3105/task/3112/stat : 3112 (java) S 3103 3105 32594 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 22 0 254471891 10060460032 97351 33554432000 1073741824 1073778376 140735321901440 140420804032936 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3105/tid=3113] ppid=3103 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/3105/task/3113/stat : 3113 (java) S 3103 3105 32594 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 254471891 10060460032 97351 33554432000 1073741824 1073778376 140735321901440 140420802980392 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3105/tid=3114] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3114/stat : 3114 (java) S 3103 3105 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254471891 10060460032 97351 33554432000 1073741824 1073778376 140735321901440 140420684179624 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3105/tid=3115] ppid=3103 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/3105/task/3115/stat : 3115 (java) S 3103 3105 32594 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 254471891 10060460032 97351 33554432000 1073741824 1073778376 140735321901440 140420683127080 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3116] ppid=3103 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/3105/task/3116/stat : 3116 (java) S 3103 3105 32594 0 -1 4202560 233 0 0 0 10 0 0 0 20 0 22 0 254471893 10060460032 97351 33554432000 1073741824 1073778376 140735321901440 140420670929768 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3117] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3117/stat : 3117 (java) S 3103 3105 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254471893 10060460032 97351 33554432000 1073741824 1073778376 140735321901440 140420669876088 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3118] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3118/stat : 3118 (java) S 3103 3105 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254471893 10060460032 97351 33554432000 1073741824 1073778376 140735321901440 140420668822920 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3119] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3119/stat : 3119 (java) S 3103 3105 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254471896 10060460032 97351 33554432000 1073741824 1073778376 140735321901440 140419929205520 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3120] ppid=3103 vsize=9824668 CPUtime=1.17 cores=0,2,4,6
/proc/3105/task/3120/stat : 3120 (java) S 3103 3105 32594 0 -1 4202560 9890 0 0 0 115 2 0 0 20 0 22 0 254471896 10060460032 97351 33554432000 1073741824 1073778376 140735321901440 140419928152376 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3121] ppid=3103 vsize=9824668 CPUtime=1.11 cores=0,2,4,6
/proc/3105/task/3121/stat : 3121 (java) S 3103 3105 32594 0 -1 4202560 9233 0 0 0 109 2 0 0 20 0 22 0 254471896 10060460032 97351 33554432000 1073741824 1073778376 140735321901440 140419927099832 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3105/tid=3122] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3122/stat : 3122 (java) S 3103 3105 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254471896 10060460032 97351 33554432000 1073741824 1073778376 140735321901440 140419926046968 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3105/tid=3123] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3123/stat : 3123 (java) S 3103 3105 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254471896 10060460032 97351 33554432000 1073741824 1073778376 140735321901440 140419924994632 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3105/tid=3124] ppid=3103 vsize=9824668 CPUtime=2.38 cores=0,2,4,6
/proc/3105/task/3124/stat : 3124 (java) R 3103 3105 32594 0 -1 4202560 31 0 0 0 238 0 0 0 20 0 22 0 254471937 10060460032 97351 33554432000 1073741824 1073778376 140735321901440 140419923940312 140420685097832 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3105/tid=3125] ppid=3103 vsize=9824668 CPUtime=2.41 cores=0,2,4,6
/proc/3105/task/3125/stat : 3125 (java) R 3103 3105 32594 0 -1 4202560 172 0 0 0 238 3 0 0 20 0 22 0 254471937 10060460032 97351 33554432000 1073741824 1073778376 140735321901440 140419922886080 140420685151775 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3105/tid=3126] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3126/stat : 3126 (java) S 3103 3105 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254471938 10060460032 97351 33554432000 1073741824 1073778376 140735321901440 140419921835304 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3127] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3127/stat : 3127 (java) S 3103 3105 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254471938 10060460032 97351 33554432000 1073741824 1073778376 140735321901440 140419920782760 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.97
Current children cumulated vsize (KiB) 9824668

[startup+6.30078 s]
/proc/loadavg: 3.80 3.86 3.73 5/217 3127
/proc/meminfo: memFree=25162044/32873852 swapFree=6848/6848
[pid=3105] ppid=3103 vsize=9824668 CPUtime=14.27 cores=0,2,4,6
/proc/3105/stat : 3105 (java) S 3103 3105 32594 0 -1 4202496 23408 0 1 0 1412 15 0 0 20 0 22 0 254471889 10060460032 97270 33554432000 1073741824 1073778376 140735321901440 140735321892576 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3105/statm: 2456167 97270 2286 9 0 2446860 0
[pid=3105/tid=3107] ppid=3103 vsize=9824668 CPUtime=0.44 cores=0,2,4,6
/proc/3105/task/3107/stat : 3107 (java) S 3103 3105 32594 0 -1 4202560 2478 0 1 0 42 2 0 0 20 0 22 0 254471890 10060460032 97270 33554432000 1073741824 1073778376 140735321901440 140420846752760 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3105/tid=3108] ppid=3103 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/3105/task/3108/stat : 3108 (java) S 3103 3105 32594 0 -1 4202560 34 0 0 0 3 2 0 0 20 0 22 0 254471891 10060460032 97270 33554432000 1073741824 1073778376 140735321901440 140420808244136 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3105/tid=3109] ppid=3103 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/3105/task/3109/stat : 3109 (java) S 3103 3105 32594 0 -1 4202560 2 0 0 0 1 0 0 0 20 0 22 0 254471891 10060460032 97270 33554432000 1073741824 1073778376 140735321901440 140420807191592 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3105/tid=3110] ppid=3103 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/3105/task/3110/stat : 3110 (java) S 3103 3105 32594 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 254471891 10060460032 97270 33554432000 1073741824 1073778376 140735321901440 140420806138536 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3105/tid=3111] ppid=3103 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/3105/task/3111/stat : 3111 (java) S 3103 3105 32594 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 22 0 254471891 10060460032 97270 33554432000 1073741824 1073778376 140735321901440 140420805085992 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3112] ppid=3103 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/3105/task/3112/stat : 3112 (java) S 3103 3105 32594 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 22 0 254471891 10060460032 97270 33554432000 1073741824 1073778376 140735321901440 140420804032936 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3105/tid=3113] ppid=3103 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/3105/task/3113/stat : 3113 (java) S 3103 3105 32594 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 254471891 10060460032 97270 33554432000 1073741824 1073778376 140735321901440 140420802980392 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3114] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3114/stat : 3114 (java) S 3103 3105 32594 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254471891 10060460032 97270 33554432000 1073741824 1073778376 140735321901440 140420684179624 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3105/tid=3115] ppid=3103 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/3105/task/3115/stat : 3115 (java) S 3103 3105 32594 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 254471891 10060460032 97270 33554432000 1073741824 1073778376 140735321901440 140420683127080 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3116] ppid=3103 vsize=9824668 CPUtime=0.26 cores=0,2,4,6
/proc/3105/task/3116/stat : 3116 (java) S 3103 3105 32594 0 -1 4202560 262 0 0 0 26 0 0 0 20 0 22 0 254471893 10060460032 97270 33554432000 1073741824 1073778376 140735321901440 140420670929768 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3105/tid=3117] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3117/stat : 3117 (java) S 3103 3105 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254471893 10060460032 97270 33554432000 1073741824 1073778376 140735321901440 140420669876088 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3118] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3118/stat : 3118 (java) S 3103 3105 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254471893 10060460032 97270 33554432000 1073741824 1073778376 140735321901440 140420668822920 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3119] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3119/stat : 3119 (java) S 3103 3105 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254471896 10060460032 97270 33554432000 1073741824 1073778376 140735321901440 140419929205520 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3120] ppid=3103 vsize=9824668 CPUtime=1.18 cores=0,2,4,6
/proc/3105/task/3120/stat : 3120 (java) S 3103 3105 32594 0 -1 4202560 9891 0 0 0 116 2 0 0 20 0 22 0 254471896 10060460032 97270 33554432000 1073741824 1073778376 140735321901440 140419928152376 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=3105/tid=3125] ppid=3103 vsize=9824668 CPUtime=706.72 cores=0,2,4,6
/proc/3105/task/3125/stat : 3125 (java) R 3103 3105 32594 0 -1 4202560 1492 0 0 0 70621 51 0 0 20 0 22 0 254471937 10060460032 918450 33554432000 1073741824 1073778376 140735321901440 140419922886592 140420685451130 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3105/tid=3126] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3126/stat : 3126 (java) S 3103 3105 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254471938 10060460032 918450 33554432000 1073741824 1073778376 140735321901440 140419921835304 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3127] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3127/stat : 3127 (java) S 3103 3105 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254471938 10060460032 918450 33554432000 1073741824 1073778376 140735321901440 140419920782760 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1484.74
Current children cumulated vsize (KiB) 9824668

[startup+822.301 s]
/proc/loadavg: 3.91 3.82 3.75 5/217 3257
/proc/meminfo: memFree=21925216/32873852 swapFree=6848/6848
[pid=3105] ppid=3103 vsize=9824668 CPUtime=1600.77 cores=0,2,4,6
/proc/3105/stat : 3105 (java) S 3103 3105 32594 0 -1 4202496 35752 0 1 0 159895 182 0 0 20 0 22 0 254471889 10060460032 923208 33554432000 1073741824 1073778376 140735321901440 140735321892576 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3105/statm: 2456167 923208 2287 9 0 2446860 0
[pid=3105/tid=3107] ppid=3103 vsize=9824668 CPUtime=0.47 cores=0,2,4,6
/proc/3105/task/3107/stat : 3107 (java) S 3103 3105 32594 0 -1 4202560 2518 0 1 0 44 3 0 0 20 0 22 0 254471890 10060460032 923208 33554432000 1073741824 1073778376 140735321901440 140420846752760 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3105/tid=3108] ppid=3103 vsize=9824668 CPUtime=2.51 cores=0,2,4,6
/proc/3105/task/3108/stat : 3108 (java) S 3103 3105 32594 0 -1 4202560 629 0 0 0 236 15 0 0 20 0 22 0 254471891 10060460032 923208 33554432000 1073741824 1073778376 140735321901440 140420808244136 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3109] ppid=3103 vsize=9824668 CPUtime=2.32 cores=0,2,4,6
/proc/3105/task/3109/stat : 3109 (java) S 3103 3105 32594 0 -1 4202560 684 0 0 0 220 12 0 0 20 0 22 0 254471891 10060460032 923208 33554432000 1073741824 1073778376 140735321901440 140420807191592 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3105/tid=3110] ppid=3103 vsize=9824668 CPUtime=2.37 cores=0,2,4,6
/proc/3105/task/3110/stat : 3110 (java) S 3103 3105 32594 0 -1 4202560 457 0 0 0 225 12 0 0 20 0 22 0 254471891 10060460032 923208 33554432000 1073741824 1073778376 140735321901440 140420806138536 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3105/tid=3111] ppid=3103 vsize=9824668 CPUtime=2.43 cores=0,2,4,6
/proc/3105/task/3111/stat : 3111 (java) S 3103 3105 32594 0 -1 4202560 814 0 0 0 229 14 0 0 20 0 22 0 254471891 10060460032 923208 33554432000 1073741824 1073778376 140735321901440 140420805085992 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3105/tid=3112] ppid=3103 vsize=9824668 CPUtime=2.59 cores=0,2,4,6
/proc/3105/task/3112/stat : 3112 (java) S 3103 3105 32594 0 -1 4202560 569 0 0 0 247 12 0 0 20 0 22 0 254471891 10060460032 923208 33554432000 1073741824 1073778376 140735321901440 140420804032936 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3113] ppid=3103 vsize=9824668 CPUtime=2.11 cores=0,2,4,6
/proc/3105/task/3113/stat : 3113 (java) S 3103 3105 32594 0 -1 4202560 690 0 0 0 200 11 0 0 20 0 22 0 254471891 10060460032 923208 33554432000 1073741824 1073778376 140735321901440 140420802980392 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3105/tid=3114] ppid=3103 vsize=9824668 CPUtime=1.92 cores=0,2,4,6
/proc/3105/task/3114/stat : 3114 (java) S 3103 3105 32594 0 -1 4202560 584 0 0 0 182 10 0 0 20 0 22 0 254471891 10060460032 923208 33554432000 1073741824 1073778376 140735321901440 140420684179624 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3105/tid=3115] ppid=3103 vsize=9824668 CPUtime=2.47 cores=0,2,4,6
/proc/3105/task/3115/stat : 3115 (java) S 3103 3105 32594 0 -1 4202560 699 0 0 0 230 17 0 0 20 0 22 0 254471891 10060460032 923208 33554432000 1073741824 1073778376 140735321901440 140420683127080 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3105/tid=3116] ppid=3103 vsize=9824668 CPUtime=54.91 cores=0,2,4,6
/proc/3105/task/3116/stat : 3116 (java) S 3103 3105 32594 0 -1 4202560 3475 0 0 0 5470 21 0 0 20 0 22 0 254471893 10060460032 923208 33554432000 1073741824 1073778376 140735321901440 140420670929768 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3117] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3117/stat : 3117 (java) S 3103 3105 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254471893 10060460032 923208 33554432000 1073741824 1073778376 140735321901440 140420669876088 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3118] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3118/stat : 3118 (java) S 3103 3105 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254471893 10060460032 923208 33554432000 1073741824 1073778376 140735321901440 140420668822920 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3119] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3119/stat : 3119 (java) S 3103 3105 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254471896 10060460032 923208 33554432000 1073741824 1073778376 140735321901440 140419929205520 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3120] ppid=3103 vsize=9824668 CPUtime=1.54 cores=0,2,4,6
/proc/3105/task/3120/stat : 3120 (java) S 3103 3105 32594 0 -1 4202560 12565 0 0 0 152 2 0 0 20 0 22 0 254471896 10060460032 923208 33554432000 1073741824 1073778376 140735321901440 140419928152376 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3105/tid=3121] ppid=3103 vsize=9824668 CPUtime=1.27 cores=0,2,4,6
/proc/3105/task/3121/stat : 3121 (java) S 3103 3105 32594 0 -1 4202560 9240 0 0 0 125 2 0 0 20 0 22 0 254471896 10060460032 923208 33554432000 1073741824 1073778376 140735321901440 140419927099832 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3105/tid=3122] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3122/stat : 3122 (java) S 3103 3105 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254471896 10060460032 923208 33554432000 1073741824 1073778376 140735321901440 140419926046968 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3105/tid=3123] ppid=3103 vsize=9824668 CPUtime=0.26 cores=0,2,4,6
/proc/3105/task/3123/stat : 3123 (java) S 3103 3105 32594 0 -1 4202560 46 0 0 0 11 15 0 0 20 0 22 0 254471896 10060460032 923208 33554432000 1073741824 1073778376 140735321901440 140419924994632 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3105/tid=3124] ppid=3103 vsize=9824668 CPUtime=761.86 cores=0,2,4,6
/proc/3105/task/3124/stat : 3124 (java) R 3103 3105 32594 0 -1 4202560 100 0 0 0 76171 15 0 0 20 0 22 0 254471937 10060460032 923208 33554432000 1073741824 1073778376 140735321901440 140419923939232 140420685111003 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3105/tid=3125] ppid=3103 vsize=9824668 CPUtime=761.81 cores=0,2,4,6
/proc/3105/task/3125/stat : 3125 (java) R 3103 3105 32594 0 -1 4202560 1496 0 0 0 76129 52 0 0 20 0 22 0 254471937 10060460032 923208 33554432000 1073741824 1073778376 140735321901440 140419922885776 140420685151804 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3126] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3126/stat : 3126 (java) S 3103 3105 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254471938 10060460032 923208 33554432000 1073741824 1073778376 140735321901440 140419921835304 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3127] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3127/stat : 3127 (java) S 3103 3105 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254471938 10060460032 923208 33554432000 1073741824 1073778376 140735321901440 140419920782760 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1600.77
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.92 3.83 3.75 5/218 3259
/proc/meminfo: memFree=21896596/32873852 swapFree=6848/6848
[pid=3105] ppid=3103 vsize=9824668 CPUtime=1719.95 cores=0,2,4,6
/proc/3105/stat : 3105 (java) S 3103 3105 32594 0 -1 4202496 36008 0 1 0 171810 185 0 0 20 0 22 0 254471889 10060460032 930288 33554432000 1073741824 1073778376 140735321901440 140735321892576 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3105/statm: 2456167 930288 2287 9 0 2446860 0
[pid=3105/tid=3107] ppid=3103 vsize=9824668 CPUtime=0.47 cores=0,2,4,6
/proc/3105/task/3107/stat : 3107 (java) S 3103 3105 32594 0 -1 4202560 2518 0 1 0 44 3 0 0 20 0 22 0 254471890 10060460032 930288 33554432000 1073741824 1073778376 140735321901440 140420846752760 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3105/tid=3108] ppid=3103 vsize=9824668 CPUtime=2.79 cores=0,2,4,6
/proc/3105/task/3108/stat : 3108 (java) S 3103 3105 32594 0 -1 4202560 643 0 0 0 264 15 0 0 20 0 22 0 254471891 10060460032 930288 33554432000 1073741824 1073778376 140735321901440 140420808244136 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3105/tid=3109] ppid=3103 vsize=9824668 CPUtime=2.48 cores=0,2,4,6
/proc/3105/task/3109/stat : 3109 (java) S 3103 3105 32594 0 -1 4202560 698 0 0 0 235 13 0 0 20 0 22 0 254471891 10060460032 930288 33554432000 1073741824 1073778376 140735321901440 140420807191592 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3110] ppid=3103 vsize=9824668 CPUtime=2.59 cores=0,2,4,6
/proc/3105/task/3110/stat : 3110 (java) S 3103 3105 32594 0 -1 4202560 515 0 0 0 247 12 0 0 20 0 22 0 254471891 10060460032 930288 33554432000 1073741824 1073778376 140735321901440 140420806138536 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3105/tid=3111] ppid=3103 vsize=9824668 CPUtime=2.69 cores=0,2,4,6
/proc/3105/task/3111/stat : 3111 (java) S 3103 3105 32594 0 -1 4202560 826 0 0 0 255 14 0 0 20 0 22 0 254471891 10060460032 930288 33554432000 1073741824 1073778376 140735321901440 140420805085992 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3105/tid=3112] ppid=3103 vsize=9824668 CPUtime=2.81 cores=0,2,4,6
/proc/3105/task/3112/stat : 3112 (java) S 3103 3105 32594 0 -1 4202560 578 0 0 0 269 12 0 0 20 0 22 0 254471891 10060460032 930288 33554432000 1073741824 1073778376 140735321901440 140420804032936 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3105/tid=3113] ppid=3103 vsize=9824668 CPUtime=2.48 cores=0,2,4,6
/proc/3105/task/3113/stat : 3113 (java) S 3103 3105 32594 0 -1 4202560 747 0 0 0 237 11 0 0 20 0 22 0 254471891 10060460032 930288 33554432000 1073741824 1073778376 140735321901440 140420802980392 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3105/tid=3114] ppid=3103 vsize=9824668 CPUtime=2.16 cores=0,2,4,6
/proc/3105/task/3114/stat : 3114 (java) S 3103 3105 32594 0 -1 4202560 609 0 0 0 206 10 0 0 20 0 22 0 254471891 10060460032 930288 33554432000 1073741824 1073778376 140735321901440 140420684179624 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3115] ppid=3103 vsize=9824668 CPUtime=2.68 cores=0,2,4,6
/proc/3105/task/3115/stat : 3115 (java) S 3103 3105 32594 0 -1 4202560 707 0 0 0 251 17 0 0 20 0 22 0 254471891 10060460032 930288 33554432000 1073741824 1073778376 140735321901440 140420683127080 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3105/tid=3116] ppid=3103 vsize=9824668 CPUtime=56.67 cores=0,2,4,6
/proc/3105/task/3116/stat : 3116 (java) S 3103 3105 32594 0 -1 4202560 3522 0 0 0 5645 22 0 0 20 0 22 0 254471893 10060460032 930288 33554432000 1073741824 1073778376 140735321901440 140420670929768 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3105/tid=3117] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3117/stat : 3117 (java) S 3103 3105 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254471893 10060460032 930288 33554432000 1073741824 1073778376 140735321901440 140420669876088 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3118] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3118/stat : 3118 (java) S 3103 3105 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254471893 10060460032 930288 33554432000 1073741824 1073778376 140735321901440 140420668822920 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3119] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3119/stat : 3119 (java) S 3103 3105 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254471896 10060460032 930288 33554432000 1073741824 1073778376 140735321901440 140419929205520 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3120] ppid=3103 vsize=9824668 CPUtime=1.54 cores=0,2,4,6
/proc/3105/task/3120/stat : 3120 (java) S 3103 3105 32594 0 -1 4202560 12565 0 0 0 152 2 0 0 20 0 22 0 254471896 10060460032 930288 33554432000 1073741824 1073778376 140735321901440 140419928152376 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3105/tid=3121] ppid=3103 vsize=9824668 CPUtime=1.27 cores=0,2,4,6
/proc/3105/task/3121/stat : 3121 (java) S 3103 3105 32594 0 -1 4202560 9240 0 0 0 125 2 0 0 20 0 22 0 254471896 10060460032 930288 33554432000 1073741824 1073778376 140735321901440 140419927099832 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3105/tid=3122] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3122/stat : 3122 (java) S 3103 3105 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254471896 10060460032 930288 33554432000 1073741824 1073778376 140735321901440 140419926046968 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3105/tid=3123] ppid=3103 vsize=9824668 CPUtime=0.29 cores=0,2,4,6
/proc/3105/task/3123/stat : 3123 (java) S 3103 3105 32594 0 -1 4202560 50 0 0 0 13 16 0 0 20 0 22 0 254471896 10060460032 930288 33554432000 1073741824 1073778376 140735321901440 140419924994632 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3105/tid=3124] ppid=3103 vsize=9824668 CPUtime=819.6 cores=0,2,4,6
/proc/3105/task/3124/stat : 3124 (java) R 3103 3105 32594 0 -1 4202560 105 0 0 0 81944 16 0 0 20 0 22 0 254471937 10060460032 930288 33554432000 1073741824 1073778376 140735321901440 140419923939232 140420685126095 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3105/tid=3125] ppid=3103 vsize=9824668 CPUtime=819.54 cores=0,2,4,6
/proc/3105/task/3125/stat : 3125 (java) R 3103 3105 32594 0 -1 4202560 1499 0 0 0 81901 53 0 0 20 0 22 0 254471937 10060460032 930288 33554432000 1073741824 1073778376 140735321901440 140419922885776 140420684819942 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3126] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3126/stat : 3126 (java) S 3103 3105 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254471938 10060460032 930288 33554432000 1073741824 1073778376 140735321901440 140419921835304 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3127] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3127/stat : 3127 (java) S 3103 3105 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254471938 10060460032 930288 33554432000 1073741824 1073778376 140735321901440 140419920782760 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1719.95
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+923.001 s]
/proc/loadavg: 3.96 3.85 3.76 5/217 3259
/proc/meminfo: memFree=21869452/32873852 swapFree=6848/6848
[pid=3105] ppid=3103 vsize=9824668 CPUtime=1800.09 cores=0,2,4,6
/proc/3105/stat : 3105 (java) S 3103 3105 32594 0 -1 4202496 36142 0 1 0 179822 187 0 0 20 0 22 0 254471889 10060460032 933967 33554432000 1073741824 1073778376 140735321901440 140735321892576 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3105/statm: 2456167 933967 2287 9 0 2446860 0
[pid=3105/tid=3107] ppid=3103 vsize=9824668 CPUtime=0.48 cores=0,2,4,6
/proc/3105/task/3107/stat : 3107 (java) S 3103 3105 32594 0 -1 4202560 2518 0 1 0 44 4 0 0 20 0 22 0 254471890 10060460032 933967 33554432000 1073741824 1073778376 140735321901440 140420846752760 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3105/tid=3108] ppid=3103 vsize=9824668 CPUtime=2.92 cores=0,2,4,6
/proc/3105/task/3108/stat : 3108 (java) S 3103 3105 32594 0 -1 4202560 657 0 0 0 277 15 0 0 20 0 22 0 254471891 10060460032 933967 33554432000 1073741824 1073778376 140735321901440 140420808244136 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3105/tid=3109] ppid=3103 vsize=9824668 CPUtime=2.63 cores=0,2,4,6
/proc/3105/task/3109/stat : 3109 (java) S 3103 3105 32594 0 -1 4202560 706 0 0 0 250 13 0 0 20 0 22 0 254471891 10060460032 933967 33554432000 1073741824 1073778376 140735321901440 140420807191592 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3110] ppid=3103 vsize=9824668 CPUtime=2.68 cores=0,2,4,6
/proc/3105/task/3110/stat : 3110 (java) S 3103 3105 32594 0 -1 4202560 515 0 0 0 256 12 0 0 20 0 22 0 254471891 10060460032 933967 33554432000 1073741824 1073778376 140735321901440 140420806138536 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3105/tid=3111] ppid=3103 vsize=9824668 CPUtime=2.81 cores=0,2,4,6
/proc/3105/task/3111/stat : 3111 (java) S 3103 3105 32594 0 -1 4202560 850 0 0 0 267 14 0 0 20 0 22 0 254471891 10060460032 933967 33554432000 1073741824 1073778376 140735321901440 140420805085992 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3105/tid=3112] ppid=3103 vsize=9824668 CPUtime=2.93 cores=0,2,4,6
/proc/3105/task/3112/stat : 3112 (java) S 3103 3105 32594 0 -1 4202560 615 0 0 0 281 12 0 0 20 0 22 0 254471891 10060460032 933967 33554432000 1073741824 1073778376 140735321901440 140420804032936 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3105/tid=3113] ppid=3103 vsize=9824668 CPUtime=2.63 cores=0,2,4,6
/proc/3105/task/3113/stat : 3113 (java) S 3103 3105 32594 0 -1 4202560 747 0 0 0 252 11 0 0 20 0 22 0 254471891 10060460032 933967 33554432000 1073741824 1073778376 140735321901440 140420802980392 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3105/tid=3114] ppid=3103 vsize=9824668 CPUtime=2.31 cores=0,2,4,6
/proc/3105/task/3114/stat : 3114 (java) S 3103 3105 32594 0 -1 4202560 609 0 0 0 221 10 0 0 20 0 22 0 254471891 10060460032 933967 33554432000 1073741824 1073778376 140735321901440 140420684179624 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3105/tid=3115] ppid=3103 vsize=9824668 CPUtime=2.82 cores=0,2,4,6
/proc/3105/task/3115/stat : 3115 (java) S 3103 3105 32594 0 -1 4202560 718 0 0 0 265 17 0 0 20 0 22 0 254471891 10060460032 933967 33554432000 1073741824 1073778376 140735321901440 140420683127080 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3105/tid=3116] ppid=3103 vsize=9824668 CPUtime=58.45 cores=0,2,4,6
/proc/3105/task/3116/stat : 3116 (java) S 3103 3105 32594 0 -1 4202560 3555 0 0 0 5822 23 0 0 20 0 22 0 254471893 10060460032 933967 33554432000 1073741824 1073778376 140735321901440 140420670929768 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3117] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3117/stat : 3117 (java) S 3103 3105 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254471893 10060460032 933967 33554432000 1073741824 1073778376 140735321901440 140420669876088 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3118] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3118/stat : 3118 (java) S 3103 3105 32594 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254471893 10060460032 933967 33554432000 1073741824 1073778376 140735321901440 140420668822920 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3119] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3119/stat : 3119 (java) S 3103 3105 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254471896 10060460032 933967 33554432000 1073741824 1073778376 140735321901440 140419929205520 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3120] ppid=3103 vsize=9824668 CPUtime=1.54 cores=0,2,4,6
/proc/3105/task/3120/stat : 3120 (java) S 3103 3105 32594 0 -1 4202560 12565 0 0 0 152 2 0 0 20 0 22 0 254471896 10060460032 933967 33554432000 1073741824 1073778376 140735321901440 140419928152376 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3105/tid=3121] ppid=3103 vsize=9824668 CPUtime=1.27 cores=0,2,4,6
/proc/3105/task/3121/stat : 3121 (java) S 3103 3105 32594 0 -1 4202560 9240 0 0 0 125 2 0 0 20 0 22 0 254471896 10060460032 933967 33554432000 1073741824 1073778376 140735321901440 140419927099832 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3105/tid=3122] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3122/stat : 3122 (java) S 3103 3105 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254471896 10060460032 933967 33554432000 1073741824 1073778376 140735321901440 140419926046968 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3105/tid=3123] ppid=3103 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/3105/task/3123/stat : 3123 (java) S 3103 3105 32594 0 -1 4202560 52 0 0 0 13 17 0 0 20 0 22 0 254471896 10060460032 933967 33554432000 1073741824 1073778376 140735321901440 140419924994632 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3124] ppid=3103 vsize=9824668 CPUtime=858.24 cores=0,2,4,6
/proc/3105/task/3124/stat : 3124 (java) R 3103 3105 32594 0 -1 4202560 108 0 0 0 85807 17 0 0 20 0 22 0 254471937 10060460032 933967 33554432000 1073741824 1073778376 140735321901440 140419923938432 140420684968583 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3105/tid=3125] ppid=3103 vsize=9824668 CPUtime=858.2 cores=0,2,4,6
/proc/3105/task/3125/stat : 3125 (java) R 3103 3105 32594 0 -1 4202560 1501 0 0 0 85766 54 0 0 20 0 22 0 254471937 10060460032 933967 33554432000 1073741824 1073778376 140735321901440 140419922886592 140420684819335 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3126] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3126/stat : 3126 (java) S 3103 3105 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254471938 10060460032 933967 33554432000 1073741824 1073778376 140735321901440 140419921835304 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3105/tid=3127] ppid=3103 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/3105/task/3127/stat : 3127 (java) S 3103 3105 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254471938 10060460032 933967 33554432000 1073741824 1073778376 140735321901440 140419920782760 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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

Child status: 143
Real time (s): 923.08
CPU time (s): 1800.71
CPU user time (s): 1798.3
CPU system time (s): 2.41163
CPU usage (%): 195.076
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.3
system time used= 2.41163
maximum resident set size= 3735992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36175
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25233
involuntary context switches= 37189

runsolver used 3.72143 second user time and 7.61284 second system time

The end

Launcher Data

Begin job on node128 at 2012-05-24 20:17:40
IDJOB=3689600
IDBENCH=90116
IDSOLVER=2268
FILE ID=node128/3689600-1337883460
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= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K91.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689600-1337883460/watcher-3689600-1337883460 -o /tmp/evaluation-result-3689600-1337883460/solver-3689600-1337883460 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689600-1337883460.opb

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

MD5SUM BENCH= 8c2203c9ba90488459f210b4f3d3e3ed
RANDOM SEED=1233969812

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:        25542288 kB
Buffers:          248064 kB
Cached:          2924332 kB
SwapCached:            0 kB
Active:          3840692 kB
Inactive:        2700792 kB
Active(anon):    3371172 kB
Inactive(anon):      188 kB
Active(file):     469520 kB
Inactive(file):  2700604 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               852 kB
Writeback:             0 kB
AnonPages:       3388072 kB
Mapped:            22556 kB
Shmem:               204 kB
Slab:             634424 kB
SReclaimable:      77076 kB
SUnreclaim:       557348 kB
KernelStack:        1608 kB
PageTables:        10648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    4170664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3289088 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 20:33:05