Trace number 3689594

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.17 923.873

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K87.opb
MD5SUM800363f05bcd3a7fdae42567bbf8c0cf
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 variables5916
Total number of constraints6092
Number of constraints which are clauses6005
Number of constraints which are cardinality constraints (but not clauses)87
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint87
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 88
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.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.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@63415de6
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@23174b07
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-3689594-1337883404.opb
0.09/0.12	c reading problem ... 
0.76/0.46	c ... done. Wall clock time 0.337s.
0.76/0.46	c declared #vars     5916
0.76/0.46	c #constraints  6092
0.76/0.46	c constraints type 
0.76/0.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4885
0.76/0.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 87
0.76/0.46	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.76/0.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1118
0.76/0.46	c 6092 constraints processed.
0.76/0.46	c constraints type 
0.76/0.46	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1118
0.76/0.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4885
0.76/0.46	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 87
0.76/0.46	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.76/0.46	c 6092 constraints processed.
4.59/1.56	c cleaning 2481 clauses out of 4995 with flag 5003/5003
6.93/2.61	c cleaning 4219 clauses out of 8504 with flag 11001/11001
9.41/3.85	c cleaning 5619 clauses out of 11282 with flag 18000/18000
12.66/5.43	c cleaning 6782 clauses out of 13659 with flag 26001/26001
15.95/7.15	c cleaning 7884 clauses out of 15876 with flag 35003/35003
19.69/9.04	c cleaning 8934 clauses out of 17990 with flag 45001/45001
23.58/11.01	c cleaning 9863 clauses out of 20055 with flag 56000/56000
27.65/13.12	c cleaning 10949 clauses out of 22194 with flag 68003/68003
33.27/16.07	c cleaning 12037 clauses out of 24245 with flag 81003/81003
38.34/18.61	c cleaning 12979 clauses out of 26205 with flag 95001/95001
44.13/21.62	c cleaning 13896 clauses out of 28226 with flag 110001/110001
50.54/24.98	c cleaning 15079 clauses out of 30329 with flag 126000/126000
58.42/29.09	c cleaning 15978 clauses out of 32248 with flag 143000/143000
66.83/33.35	c cleaning 17045 clauses out of 34268 with flag 161000/161000
78.06/39.02	c cleaning 17984 clauses out of 36223 with flag 180000/180000
90.24/45.27	c cleaning 19005 clauses out of 38238 with flag 200000/200000
102.42/51.56	c cleaning 19723 clauses out of 40233 with flag 221000/221000
117.56/59.26	c cleaning 20967 clauses out of 42512 with flag 243003/243003
131.82/66.53	c cleaning 22142 clauses out of 44541 with flag 266000/266000
146.83/74.24	c cleaning 22932 clauses out of 46399 with flag 290000/290000
159.39/80.85	c cleaning 24034 clauses out of 48465 with flag 315000/315000
171.96/87.33	c cleaning 24989 clauses out of 50432 with flag 341002/341002
186.50/94.89	c cleaning 26058 clauses out of 52441 with flag 368000/368000
209.25/106.47	c cleaning 27046 clauses out of 54384 with flag 396001/396001
237.94/121.10	c cleaning 27606 clauses out of 56337 with flag 425000/425000
256.04/130.46	c cleaning 29173 clauses out of 58730 with flag 455000/455000
262.57/134.35	c cleaning 0 clauses out of 5002 with flag 0/5002
277.13/141.91	c cleaning 30017 clauses out of 60558 with flag 486001/486001
298.02/153.85	c cleaning 31113 clauses out of 62540 with flag 518000/518000
334.93/172.59	c cleaning 31860 clauses out of 64428 with flag 551001/551001
360.78/185.74	c cleaning 32972 clauses out of 66567 with flag 585000/585000
386.31/199.02	c cleaning 33967 clauses out of 68597 with flag 620002/620002
408.63/210.55	c cleaning 35120 clauses out of 70628 with flag 656000/656000
433.10/223.12	c cleaning 36104 clauses out of 72507 with flag 693000/693000
464.15/239.02	c cleaning 36942 clauses out of 74403 with flag 731000/731000
491.09/253.16	c cleaning 37865 clauses out of 76461 with flag 770000/770000
529.36/272.68	c cleaning 39168 clauses out of 78597 with flag 810002/810002
568.60/292.75	c cleaning 40032 clauses out of 80428 with flag 851001/851001
598.81/308.30	c cleaning 41038 clauses out of 82398 with flag 893003/893003
640.02/329.78	c cleaning 41858 clauses out of 84357 with flag 936000/936000
666.95/343.77	c cleaning 42952 clauses out of 86499 with flag 980000/980000
693.27/357.41	c cleaning 43929 clauses out of 88549 with flag 1025002/1025002
721.47/372.15	c cleaning 44798 clauses out of 90619 with flag 1071002/1071002
763.94/394.26	c cleaning 46005 clauses out of 92819 with flag 1118000/1118000
809.85/417.70	c cleaning 46399 clauses out of 94813 with flag 1166000/1166000
840.98/433.86	c cleaning 47286 clauses out of 97414 with flag 1215000/1215000
886.40/457.13	c cleaning 49090 clauses out of 100131 with flag 1265003/1265003
963.84/496.72	c cleaning 49503 clauses out of 102039 with flag 1316001/1316001
1048.22/539.41	c cleaning 50760 clauses out of 104535 with flag 1368000/1368000
1118.96/575.26	c cleaning 52470 clauses out of 106777 with flag 1421002/1421002
1162.28/598.88	c cleaning 52278 clauses out of 108306 with flag 1475001/1475001
1218.77/627.57	c cleaning 53965 clauses out of 111027 with flag 1530000/1530000
1260.71/649.12	c cleaning 54575 clauses out of 113066 with flag 1586004/1586004
1307.92/673.36	c cleaning 55743 clauses out of 115487 with flag 1643000/1643000
1399.50/719.90	c cleaning 57228 clauses out of 117744 with flag 1701000/1701000
1461.61/751.49	c cleaning 57306 clauses out of 119516 with flag 1760000/1760000
1566.73/804.48	c cleaning 58644 clauses out of 122210 with flag 1820000/1820000
1644.50/843.77	c cleaning 59537 clauses out of 124566 with flag 1881000/1881000
1715.06/880.04	c cleaning 60670 clauses out of 127030 with flag 1943001/1943001
1788.63/917.30	c cleaning 62076 clauses out of 129362 with flag 2006003/2006003
1800.17/923.81	c starts		: 210
1800.17/923.81	c conflicts		: 2019842
1800.17/923.81	c decisions		: 13481899
1800.17/923.81	c propagations		: 667957085
1800.17/923.81	c inspects		: 2892061581
1800.17/923.81	c shortcuts		: 0
1800.17/923.81	c learnt literals	: 43
1800.17/923.81	c learnt binary clauses	: 57732
1800.17/923.81	c learnt ternary clauses	: 69776
1800.17/923.81	c learnt constraints	: 2019798
1800.17/923.81	c ignored constraints	: 0
1800.17/923.81	c root simplifications	: 0
1800.17/923.81	c removed literals (reason simplification)	: 72477205
1800.17/923.81	c reason swapping (by a shorter reason)	: 0
1800.17/923.81	c Calls to reduceDB	: 59
1800.17/923.81	c number of reductions to clauses (during analyze)	: 0
1800.17/923.81	c number of learned constraints concerned by reduction	: 0
1800.17/923.81	c number of learning phase by resolution	: 0
1800.17/923.81	c number of learning phase by cutting planes	: 0
1800.17/923.81	c speed (assignments/second)	: 723421.153410857
1800.17/923.81	c non guided choices	3861
1800.17/923.84	c learnt constraints type 
1800.17/923.84	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 57732
1800.17/923.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 23442
1800.17/923.84	c constraints type 
1800.17/923.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4885
1800.17/923.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 87
1800.17/923.84	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.17/923.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1118
1800.17/923.84	c 6092 constraints processed.
1800.17/923.84	c constraints type 
1800.17/923.84	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1118
1800.17/923.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4885
1800.17/923.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 87
1800.17/923.84	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.17/923.84	c 6092 constraints processed.
1800.17/923.84	s UNKNOWN
1800.17/923.84	c Total wall clock time (in seconds): 923.718

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-3689594-1337883404/watcher-3689594-1337883404 -o /tmp/evaluation-result-3689594-1337883404/solver-3689594-1337883404 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689594-1337883404.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.91 3.88 3.83 4/197 28275
/proc/meminfo: memFree=25792200/32873844 swapFree=6080/6080
[pid=28275] ppid=28273 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/28275/stat : 28275 (java) D 28273 28275 24394 0 -1 4202496 239 0 0 0 0 0 0 0 20 0 1 0 254465004 9515008 175 33554432000 1073741824 1073778376 140734652417712 140734652400440 248790205328 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/28275/statm: 2323 175 133 9 0 71 0

[startup+0.026979 s]
/proc/loadavg: 3.91 3.88 3.83 4/197 28275
/proc/meminfo: memFree=25792200/32873844 swapFree=6080/6080
[pid=28275] ppid=28273 vsize=9016616 CPUtime=0 cores=0,2,4,6
/proc/28275/stat : 28275 (java) S 28273 28275 24394 0 -1 4202496 2232 0 1 0 0 0 0 0 20 0 10 0 254465004 9233014784 2933 33554432000 1073741824 1073778376 140734385431776 140734385422912 248793563197 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28275/statm: 2254154 2947 1086 9 0 2244855 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.100259 s]
/proc/loadavg: 3.91 3.88 3.83 4/197 28275
/proc/meminfo: memFree=25792200/32873844 swapFree=6080/6080
[pid=28275] ppid=28273 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/28275/stat : 28275 (java) S 28273 28275 24394 0 -1 4202496 4276 0 1 0 8 1 0 0 20 0 18 0 254465004 9787813888 5476 33554432000 1073741824 1073778376 140734385431776 140734385422912 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28275/statm: 2389603 5477 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300223 s]
/proc/loadavg: 3.91 3.88 3.83 4/197 28275
/proc/meminfo: memFree=25792200/32873844 swapFree=6080/6080
[pid=28275] ppid=28273 vsize=9558412 CPUtime=0.54 cores=0,2,4,6
/proc/28275/stat : 28275 (java) S 28273 28275 24394 0 -1 4202496 6919 0 1 0 52 2 0 0 20 0 18 0 254465004 9787813888 9896 33554432000 1073741824 1073778376 140734385431776 140734385422912 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28275/statm: 2389603 9896 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558412

[startup+0.700167 s]
/proc/loadavg: 3.91 3.88 3.83 4/197 28275
/proc/meminfo: memFree=25792200/32873844 swapFree=6080/6080
[pid=28275] ppid=28273 vsize=9824668 CPUtime=1.89 cores=0,2,4,6
/proc/28275/stat : 28275 (java) S 28273 28275 24394 0 -1 4202496 13814 0 1 0 185 4 0 0 20 0 22 0 254465004 10060460032 23416 33554432000 1073741824 1073778376 140734385431776 140734385422912 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28275/statm: 2456167 23416 2254 9 0 2446860 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 9824668

[startup+1.50078 s]
/proc/loadavg: 3.91 3.88 3.83 7/219 28297
/proc/meminfo: memFree=25678844/32873844 swapFree=6080/6080
[pid=28275] ppid=28273 vsize=9824668 CPUtime=4.59 cores=0,2,4,6
/proc/28275/stat : 28275 (java) S 28273 28275 24394 0 -1 4202496 22312 0 1 0 451 8 0 0 20 0 22 0 254465004 10060460032 49740 33554432000 1073741824 1073778376 140734385431776 140734385422912 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28275/statm: 2456167 49740 2273 9 0 2446860 0
[pid=28275/tid=28277] ppid=28273 vsize=9824668 CPUtime=0.43 cores=0,2,4,6
/proc/28275/task/28277/stat : 28277 (java) S 28273 28275 24394 0 -1 4202560 2492 0 1 0 41 2 0 0 20 0 22 0 254465005 10060460032 49740 33554432000 1073741824 1073778376 140734385431776 140357568115704 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28275/tid=28278] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28278/stat : 28278 (java) S 28273 28275 24394 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254465006 10060460032 49740 33554432000 1073741824 1073778376 140734385431776 140357529606824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28275/tid=28279] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28279/stat : 28279 (java) S 28273 28275 24394 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254465006 10060460032 49740 33554432000 1073741824 1073778376 140734385431776 140357528554280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28275/tid=28280] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28280/stat : 28280 (java) S 28273 28275 24394 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254465006 10060460032 49740 33554432000 1073741824 1073778376 140734385431776 140357527501736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28275/tid=28281] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28281/stat : 28281 (java) S 28273 28275 24394 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254465006 10060460032 49740 33554432000 1073741824 1073778376 140734385431776 140357526449192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28275/tid=28282] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28282/stat : 28282 (java) S 28273 28275 24394 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254465006 10060460032 49740 33554432000 1073741824 1073778376 140734385431776 140357525395624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28275/tid=28283] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28283/stat : 28283 (java) S 28273 28275 24394 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254465006 10060460032 49740 33554432000 1073741824 1073778376 140734385431776 140357524343080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28275/tid=28284] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28284/stat : 28284 (java) S 28273 28275 24394 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254465006 10060460032 49740 33554432000 1073741824 1073778376 140734385431776 140357523290536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28275/tid=28285] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28285/stat : 28285 (java) S 28273 28275 24394 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254465006 10060460032 49740 33554432000 1073741824 1073778376 140734385431776 140357522237992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28275/tid=28286] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28286/stat : 28286 (java) S 28273 28275 24394 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 254465007 10060460032 49740 33554432000 1073741824 1073778376 140734385431776 140357392099944 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28275/tid=28287] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28287/stat : 28287 (java) S 28273 28275 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254465008 10060460032 49740 33554432000 1073741824 1073778376 140734385431776 140357391046264 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28275/tid=28288] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28288/stat : 28288 (java) S 28273 28275 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254465008 10060460032 49740 33554432000 1073741824 1073778376 140734385431776 140357389993608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28275/tid=28289] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28289/stat : 28289 (java) S 28273 28275 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254465010 10060460032 49740 33554432000 1073741824 1073778376 140734385431776 140357388942352 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28275/tid=28290] ppid=28273 vsize=9824668 CPUtime=0.95 cores=0,2,4,6
/proc/28275/task/28290/stat : 28290 (java) S 28273 28275 24394 0 -1 4202560 8429 0 0 0 93 2 0 0 20 0 22 0 254465010 10060460032 49740 33554432000 1073741824 1073778376 140734385431776 140357387888696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28275/tid=28291] ppid=28273 vsize=9824668 CPUtime=1.08 cores=0,2,4,6
/proc/28275/task/28291/stat : 28291 (java) S 28273 28275 24394 0 -1 4202560 9934 0 0 0 105 3 0 0 20 0 22 0 254465010 10060460032 49740 33554432000 1073741824 1073778376 140734385431776 140357386836152 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28275/tid=28292] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28292/stat : 28292 (java) S 28273 28275 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254465010 10060460032 49740 33554432000 1073741824 1073778376 140734385431776 140357385783800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28275/tid=28293] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28293/stat : 28293 (java) S 28273 28275 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254465010 10060460032 49740 33554432000 1073741824 1073778376 140734385431776 140356377111368 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28275/tid=28294] ppid=28273 vsize=9824668 CPUtime=0.98 cores=0,2,4,6
/proc/28275/task/28294/stat : 28294 (java) R 28273 28275 24394 0 -1 4202560 30 0 0 0 98 0 0 0 20 0 22 0 254465050 10060460032 49740 33554432000 1073741824 1073778376 140734385431776 140356376055784 140357401289359 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28275/tid=28295] ppid=28273 vsize=9824668 CPUtime=1 cores=0,2,4,6
/proc/28275/task/28295/stat : 28295 (java) R 28273 28275 24394 0 -1 4202560 118 0 0 0 100 0 0 0 20 0 22 0 254465050 10060460032 49740 33554432000 1073741824 1073778376 140734385431776 140356375003784 140357400607207 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28275/tid=28296] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28296/stat : 28296 (java) S 28273 28275 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254465052 10060460032 49740 33554432000 1073741824 1073778376 140734385431776 140356373952040 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28275/tid=28297] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28297/stat : 28297 (java) S 28273 28275 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254465052 10060460032 49740 33554432000 1073741824 1073778376 140734385431776 140356372899496 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.59
Current children cumulated vsize (KiB) 9824668

[startup+3.10076 s]
/proc/loadavg: 3.91 3.88 3.83 5/219 28297
/proc/meminfo: memFree=25574520/32873844 swapFree=6080/6080
[pid=28275] ppid=28273 vsize=9824668 CPUtime=7.91 cores=0,2,4,6
/proc/28275/stat : 28275 (java) S 28273 28275 24394 0 -1 4202496 22614 0 1 0 778 13 0 0 20 0 22 0 254465004 10060460032 94958 33554432000 1073741824 1073778376 140734385431776 140734385422912 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28275/statm: 2456167 94958 2286 9 0 2446860 0
[pid=28275/tid=28277] ppid=28273 vsize=9824668 CPUtime=0.43 cores=0,2,4,6
/proc/28275/task/28277/stat : 28277 (java) S 28273 28275 24394 0 -1 4202560 2492 0 1 0 41 2 0 0 20 0 22 0 254465005 10060460032 94958 33554432000 1073741824 1073778376 140734385431776 140357568115704 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28275/tid=28278] ppid=28273 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/28275/task/28278/stat : 28278 (java) S 28273 28275 24394 0 -1 4202560 26 0 0 0 5 0 0 0 20 0 22 0 254465006 10060460032 94958 33554432000 1073741824 1073778376 140734385431776 140357529606824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28275/tid=28279] ppid=28273 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/28275/task/28279/stat : 28279 (java) S 28273 28275 24394 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 22 0 254465006 10060460032 94958 33554432000 1073741824 1073778376 140734385431776 140357528554280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28275/tid=28280] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28280/stat : 28280 (java) S 28273 28275 24394 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254465006 10060460032 94958 33554432000 1073741824 1073778376 140734385431776 140357527501736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28275/tid=28281] ppid=28273 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/28275/task/28281/stat : 28281 (java) S 28273 28275 24394 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 22 0 254465006 10060460032 94958 33554432000 1073741824 1073778376 140734385431776 140357526449192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28275/tid=28282] ppid=28273 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/28275/task/28282/stat : 28282 (java) S 28273 28275 24394 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 22 0 254465006 10060460032 94958 33554432000 1073741824 1073778376 140734385431776 140357525395624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28275/tid=28283] ppid=28273 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28275/task/28283/stat : 28283 (java) S 28273 28275 24394 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 254465006 10060460032 94958 33554432000 1073741824 1073778376 140734385431776 140357524343080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28275/tid=28284] ppid=28273 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/28275/task/28284/stat : 28284 (java) S 28273 28275 24394 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 254465006 10060460032 94958 33554432000 1073741824 1073778376 140734385431776 140357523290536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28275/tid=28285] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28285/stat : 28285 (java) S 28273 28275 24394 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254465006 10060460032 94958 33554432000 1073741824 1073778376 140734385431776 140357522237992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28275/tid=28286] ppid=28273 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/28275/task/28286/stat : 28286 (java) S 28273 28275 24394 0 -1 4202560 231 0 0 0 10 0 0 0 20 0 22 0 254465007 10060460032 94958 33554432000 1073741824 1073778376 140734385431776 140357392099944 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28275/tid=28287] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28287/stat : 28287 (java) S 28273 28275 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254465008 10060460032 94958 33554432000 1073741824 1073778376 140734385431776 140357391046264 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28275/tid=28288] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28288/stat : 28288 (java) S 28273 28275 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254465008 10060460032 94958 33554432000 1073741824 1073778376 140734385431776 140357389993608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28275/tid=28289] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28289/stat : 28289 (java) S 28273 28275 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254465010 10060460032 94958 33554432000 1073741824 1073778376 140734385431776 140357388942352 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28275/tid=28290] ppid=28273 vsize=9824668 CPUtime=1.04 cores=0,2,4,6
/proc/28275/task/28290/stat : 28290 (java) S 28273 28275 24394 0 -1 4202560 8435 0 0 0 102 2 0 0 20 0 22 0 254465010 10060460032 94958 33554432000 1073741824 1073778376 140734385431776 140357387888696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28275/tid=28291] ppid=28273 vsize=9824668 CPUtime=1.15 cores=0,2,4,6
/proc/28275/task/28291/stat : 28291 (java) S 28273 28275 24394 0 -1 4202560 9935 0 0 0 112 3 0 0 20 0 22 0 254465010 10060460032 94958 33554432000 1073741824 1073778376 140734385431776 140357386836152 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28275/tid=28292] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28292/stat : 28292 (java) S 28273 28275 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254465010 10060460032 94958 33554432000 1073741824 1073778376 140734385431776 140357385783800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28275/tid=28293] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28293/stat : 28293 (java) S 28273 28275 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254465010 10060460032 94958 33554432000 1073741824 1073778376 140734385431776 140356377111368 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28275/tid=28294] ppid=28273 vsize=9824668 CPUtime=2.38 cores=0,2,4,6
/proc/28275/task/28294/stat : 28294 (java) R 28273 28275 24394 0 -1 4202560 33 0 0 0 238 0 0 0 20 0 22 0 254465050 10060460032 94958 33554432000 1073741824 1073778376 140734385431776 140356376056600 140357401400664 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28275/tid=28295] ppid=28273 vsize=9824668 CPUtime=2.4 cores=0,2,4,6
/proc/28275/task/28295/stat : 28295 (java) R 28273 28275 24394 0 -1 4202560 173 0 0 0 238 2 0 0 20 0 22 0 254465050 10060460032 94958 33554432000 1073741824 1073778376 140734385431776 140356375003264 140357401296411 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28275/tid=28296] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28296/stat : 28296 (java) S 28273 28275 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254465052 10060460032 94958 33554432000 1073741824 1073778376 140734385431776 140356373952040 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28275/tid=28297] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28297/stat : 28297 (java) S 28273 28275 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254465052 10060460032 94958 33554432000 1073741824 1073778376 140734385431776 140356372899496 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.91
Current children cumulated vsize (KiB) 9824668

[startup+6.30078 s]
/proc/loadavg: 3.92 3.88 3.83 5/219 28297
/proc/meminfo: memFree=25174780/32873844 swapFree=6080/6080
[pid=28275] ppid=28273 vsize=9824668 CPUtime=14.35 cores=0,2,4,6
/proc/28275/stat : 28275 (java) S 28273 28275 24394 0 -1 4202496 23038 0 1 0 1415 20 0 0 20 0 22 0 254465004 10060460032 159856 33554432000 1073741824 1073778376 140734385431776 140734385422912 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28275/statm: 2456167 159856 2286 9 0 2446860 0
[pid=28275/tid=28277] ppid=28273 vsize=9824668 CPUtime=0.43 cores=0,2,4,6
/proc/28275/task/28277/stat : 28277 (java) S 28273 28275 24394 0 -1 4202560 2492 0 1 0 41 2 0 0 20 0 22 0 254465005 10060460032 159856 33554432000 1073741824 1073778376 140734385431776 140357568115704 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28275/tid=28278] ppid=28273 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/28275/task/28278/stat : 28278 (java) S 28273 28275 24394 0 -1 4202560 27 0 0 0 6 0 0 0 20 0 22 0 254465006 10060460032 159856 33554432000 1073741824 1073778376 140734385431776 140357529606824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28275/tid=28279] ppid=28273 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/28275/task/28279/stat : 28279 (java) S 28273 28275 24394 0 -1 4202560 18 0 0 0 5 0 0 0 20 0 22 0 254465006 10060460032 159856 33554432000 1073741824 1073778376 140734385431776 140357528554280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28275/tid=28280] ppid=28273 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/28275/task/28280/stat : 28280 (java) S 28273 28275 24394 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 254465006 10060460032 159856 33554432000 1073741824 1073778376 140734385431776 140357527501736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28275/tid=28281] ppid=28273 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/28275/task/28281/stat : 28281 (java) S 28273 28275 24394 0 -1 4202560 29 0 0 0 4 2 0 0 20 0 22 0 254465006 10060460032 159856 33554432000 1073741824 1073778376 140734385431776 140357526449192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28275/tid=28282] ppid=28273 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/28275/task/28282/stat : 28282 (java) S 28273 28275 24394 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 22 0 254465006 10060460032 159856 33554432000 1073741824 1073778376 140734385431776 140357525395624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28275/tid=28283] ppid=28273 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/28275/task/28283/stat : 28283 (java) S 28273 28275 24394 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 254465006 10060460032 159856 33554432000 1073741824 1073778376 140734385431776 140357524343080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28275/tid=28284] ppid=28273 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/28275/task/28284/stat : 28284 (java) S 28273 28275 24394 0 -1 4202560 21 0 0 0 5 0 0 0 20 0 22 0 254465006 10060460032 159856 33554432000 1073741824 1073778376 140734385431776 140357523290536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28275/tid=28285] ppid=28273 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/28275/task/28285/stat : 28285 (java) S 28273 28275 24394 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 254465006 10060460032 159856 33554432000 1073741824 1073778376 140734385431776 140357522237992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28275/tid=28286] ppid=28273 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/28275/task/28286/stat : 28286 (java) S 28273 28275 24394 0 -1 4202560 501 0 0 0 31 1 0 0 20 0 22 0 254465007 10060460032 159856 33554432000 1073741824 1073778376 140734385431776 140357392099944 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28275/tid=28287] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28287/stat : 28287 (java) S 28273 28275 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254465008 10060460032 159856 33554432000 1073741824 1073778376 140734385431776 140357391046264 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28275/tid=28288] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28288/stat : 28288 (java) S 28273 28275 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254465008 10060460032 159856 33554432000 1073741824 1073778376 140734385431776 140357389993608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28275/tid=28289] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28289/stat : 28289 (java) S 28273 28275 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254465010 10060460032 159856 33554432000 1073741824 1073778376 140734385431776 140357388942352 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28275/tid=28290] ppid=28273 vsize=9824668 CPUtime=1.14 cores=0,2,4,6
/proc/28275/task/28290/stat : 28290 (java) S 28273 28275 24394 0 -1 4202560 8436 0 0 0 112 2 0 0 20 0 22 0 254465010 10060460032 159856 33554432000 1073741824 1073778376 140734385431776 140357387888696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/28275/statm: 2456167 897668 2287 9 0 2446860 0
[pid=28275/tid=28277] ppid=28273 vsize=9824668 CPUtime=0.46 cores=0,2,4,6
/proc/28275/task/28277/stat : 28277 (java) S 28273 28275 24394 0 -1 4202560 2526 0 1 0 43 3 0 0 20 0 22 0 254465005 10060460032 897668 33554432000 1073741824 1073778376 140734385431776 140357568115704 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28275/tid=28278] ppid=28273 vsize=9824668 CPUtime=2.12 cores=0,2,4,6
/proc/28275/task/28278/stat : 28278 (java) S 28273 28275 24394 0 -1 4202560 401 0 0 0 202 10 0 0 20 0 22 0 254465006 10060460032 897668 33554432000 1073741824 1073778376 140734385431776 140357529606824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28275/tid=28279] ppid=28273 vsize=9824668 CPUtime=1.88 cores=0,2,4,6
/proc/28275/task/28279/stat : 28279 (java) S 28273 28275 24394 0 -1 4202560 515 0 0 0 179 9 0 0 20 0 22 0 254465006 10060460032 897668 33554432000 1073741824 1073778376 140734385431776 140357528554280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28275/tid=28280] ppid=28273 vsize=9824668 CPUtime=1.9 cores=0,2,4,6
/proc/28275/task/28280/stat : 28280 (java) S 28273 28275 24394 0 -1 4202560 492 0 0 0 183 7 0 0 20 0 22 0 254465006 10060460032 897668 33554432000 1073741824 1073778376 140734385431776 140357527501736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28275/tid=28281] ppid=28273 vsize=9824668 CPUtime=2.24 cores=0,2,4,6
/proc/28275/task/28281/stat : 28281 (java) S 28273 28275 24394 0 -1 4202560 542 0 0 0 209 15 0 0 20 0 22 0 254465006 10060460032 897668 33554432000 1073741824 1073778376 140734385431776 140357526449192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28275/tid=28282] ppid=28273 vsize=9824668 CPUtime=2.06 cores=0,2,4,6
/proc/28275/task/28282/stat : 28282 (java) S 28273 28275 24394 0 -1 4202560 618 0 0 0 195 11 0 0 20 0 22 0 254465006 10060460032 897668 33554432000 1073741824 1073778376 140734385431776 140357525395624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28275/tid=28283] ppid=28273 vsize=9824668 CPUtime=1.79 cores=0,2,4,6
/proc/28275/task/28283/stat : 28283 (java) S 28273 28275 24394 0 -1 4202560 452 0 0 0 171 8 0 0 20 0 22 0 254465006 10060460032 897668 33554432000 1073741824 1073778376 140734385431776 140357524343080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28275/tid=28284] ppid=28273 vsize=9824668 CPUtime=1.71 cores=0,2,4,6
/proc/28275/task/28284/stat : 28284 (java) S 28273 28275 24394 0 -1 4202560 223 0 0 0 163 8 0 0 20 0 22 0 254465006 10060460032 897668 33554432000 1073741824 1073778376 140734385431776 140357523290536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28275/tid=28285] ppid=28273 vsize=9824668 CPUtime=1.86 cores=0,2,4,6
/proc/28275/task/28285/stat : 28285 (java) S 28273 28275 24394 0 -1 4202560 482 0 0 0 178 8 0 0 20 0 22 0 254465006 10060460032 897668 33554432000 1073741824 1073778376 140734385431776 140357522237992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28275/tid=28286] ppid=28273 vsize=9824668 CPUtime=52.32 cores=0,2,4,6
/proc/28275/task/28286/stat : 28286 (java) S 28273 28275 24394 0 -1 4202560 3882 0 0 0 5212 20 0 0 20 0 22 0 254465007 10060460032 897668 33554432000 1073741824 1073778376 140734385431776 140357392099944 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28275/tid=28287] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28287/stat : 28287 (java) S 28273 28275 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254465008 10060460032 897668 33554432000 1073741824 1073778376 140734385431776 140357391046264 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28275/tid=28288] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28288/stat : 28288 (java) S 28273 28275 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254465008 10060460032 897668 33554432000 1073741824 1073778376 140734385431776 140357389993608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28275/tid=28289] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28289/stat : 28289 (java) S 28273 28275 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254465010 10060460032 897668 33554432000 1073741824 1073778376 140734385431776 140357388942352 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28275/tid=28290] ppid=28273 vsize=9824668 CPUtime=1.39 cores=0,2,4,6
/proc/28275/task/28290/stat : 28290 (java) S 28273 28275 24394 0 -1 4202560 8649 0 0 0 137 2 0 0 20 0 22 0 254465010 10060460032 897668 33554432000 1073741824 1073778376 140734385431776 140357387888696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28275/tid=28291] ppid=28273 vsize=9824668 CPUtime=1.31 cores=0,2,4,6
/proc/28275/task/28291/stat : 28291 (java) S 28273 28275 24394 0 -1 4202560 9938 0 0 0 128 3 0 0 20 0 22 0 254465010 10060460032 897668 33554432000 1073741824 1073778376 140734385431776 140357386836152 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28275/tid=28292] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28292/stat : 28292 (java) S 28273 28275 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254465010 10060460032 897668 33554432000 1073741824 1073778376 140734385431776 140357385783800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28275/tid=28293] ppid=28273 vsize=9824668 CPUtime=0.25 cores=0,2,4,6
/proc/28275/task/28293/stat : 28293 (java) S 28273 28275 24394 0 -1 4202560 47 0 0 0 9 16 0 0 20 0 22 0 254465010 10060460032 897668 33554432000 1073741824 1073778376 140734385431776 140356377111368 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28275/tid=28294] ppid=28273 vsize=9824668 CPUtime=763.04 cores=0,2,4,6
/proc/28275/task/28294/stat : 28294 (java) R 28273 28275 24394 0 -1 4202560 114 0 0 0 76291 13 0 0 20 0 22 0 254465050 10060460032 897668 33554432000 1073741824 1073778376 140734385431776 140356376055440 140357401296503 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28275/tid=28295] ppid=28273 vsize=9824668 CPUtime=762.96 cores=0,2,4,6
/proc/28275/task/28295/stat : 28295 (java) R 28273 28275 24394 0 -1 4202560 1489 0 0 0 76246 50 0 0 20 0 22 0 254465050 10060460032 897668 33554432000 1073741824 1073778376 140734385431776 140356375001600 140357401829801 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28275/tid=28296] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28296/stat : 28296 (java) S 28273 28275 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254465052 10060460032 897668 33554432000 1073741824 1073778376 140734385431776 140356373952040 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28275/tid=28297] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28297/stat : 28297 (java) S 28273 28275 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254465052 10060460032 897668 33554432000 1073741824 1073778376 140734385431776 140356372899496 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1601.36
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 4.04 4.03 3.94 5/219 28383
/proc/meminfo: memFree=22616104/32873844 swapFree=6080/6080
[pid=28275] ppid=28273 vsize=9824668 CPUtime=1718.18 cores=0,2,4,6
/proc/28275/stat : 28275 (java) S 28273 28275 24394 0 -1 4202496 31702 0 1 0 171662 156 0 0 20 0 22 0 254465004 10060460032 900893 33554432000 1073741824 1073778376 140734385431776 140734385422912 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28275/statm: 2456167 900893 2287 9 0 2446860 0
[pid=28275/tid=28277] ppid=28273 vsize=9824668 CPUtime=0.46 cores=0,2,4,6
/proc/28275/task/28277/stat : 28277 (java) S 28273 28275 24394 0 -1 4202560 2527 0 1 0 43 3 0 0 20 0 22 0 254465005 10060460032 900893 33554432000 1073741824 1073778376 140734385431776 140357568115704 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28275/tid=28278] ppid=28273 vsize=9824668 CPUtime=2.37 cores=0,2,4,6
/proc/28275/task/28278/stat : 28278 (java) S 28273 28275 24394 0 -1 4202560 401 0 0 0 227 10 0 0 20 0 22 0 254465006 10060460032 900893 33554432000 1073741824 1073778376 140734385431776 140357529606824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28275/tid=28279] ppid=28273 vsize=9824668 CPUtime=2.14 cores=0,2,4,6
/proc/28275/task/28279/stat : 28279 (java) S 28273 28275 24394 0 -1 4202560 515 0 0 0 205 9 0 0 20 0 22 0 254465006 10060460032 900893 33554432000 1073741824 1073778376 140734385431776 140357528554280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28275/tid=28280] ppid=28273 vsize=9824668 CPUtime=2.13 cores=0,2,4,6
/proc/28275/task/28280/stat : 28280 (java) S 28273 28275 24394 0 -1 4202560 504 0 0 0 206 7 0 0 20 0 22 0 254465006 10060460032 900893 33554432000 1073741824 1073778376 140734385431776 140357527501736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28275/tid=28281] ppid=28273 vsize=9824668 CPUtime=2.49 cores=0,2,4,6
/proc/28275/task/28281/stat : 28281 (java) S 28273 28275 24394 0 -1 4202560 561 0 0 0 234 15 0 0 20 0 22 0 254465006 10060460032 900893 33554432000 1073741824 1073778376 140734385431776 140357526449192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28275/tid=28282] ppid=28273 vsize=9824668 CPUtime=2.36 cores=0,2,4,6
/proc/28275/task/28282/stat : 28282 (java) S 28273 28275 24394 0 -1 4202560 618 0 0 0 225 11 0 0 20 0 22 0 254465006 10060460032 900893 33554432000 1073741824 1073778376 140734385431776 140357525395624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28275/tid=28283] ppid=28273 vsize=9824668 CPUtime=1.97 cores=0,2,4,6
/proc/28275/task/28283/stat : 28283 (java) S 28273 28275 24394 0 -1 4202560 452 0 0 0 189 8 0 0 20 0 22 0 254465006 10060460032 900893 33554432000 1073741824 1073778376 140734385431776 140357524343080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28275/tid=28284] ppid=28273 vsize=9824668 CPUtime=1.95 cores=0,2,4,6
/proc/28275/task/28284/stat : 28284 (java) S 28273 28275 24394 0 -1 4202560 244 0 0 0 187 8 0 0 20 0 22 0 254465006 10060460032 900893 33554432000 1073741824 1073778376 140734385431776 140357523290536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28275/tid=28285] ppid=28273 vsize=9824668 CPUtime=2.1 cores=0,2,4,6
/proc/28275/task/28285/stat : 28285 (java) S 28273 28275 24394 0 -1 4202560 489 0 0 0 202 8 0 0 20 0 22 0 254465006 10060460032 900893 33554432000 1073741824 1073778376 140734385431776 140357522237992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28275/tid=28286] ppid=28273 vsize=9824668 CPUtime=56.41 cores=0,2,4,6
/proc/28275/task/28286/stat : 28286 (java) S 28273 28275 24394 0 -1 4202560 3954 0 0 0 5620 21 0 0 20 0 22 0 254465007 10060460032 900893 33554432000 1073741824 1073778376 140734385431776 140357392099944 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28275/tid=28287] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28287/stat : 28287 (java) S 28273 28275 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254465008 10060460032 900893 33554432000 1073741824 1073778376 140734385431776 140357391046264 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28275/tid=28288] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28288/stat : 28288 (java) S 28273 28275 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254465008 10060460032 900893 33554432000 1073741824 1073778376 140734385431776 140357389993608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28275/tid=28289] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28289/stat : 28289 (java) S 28273 28275 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254465010 10060460032 900893 33554432000 1073741824 1073778376 140734385431776 140357388942352 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28275/tid=28290] ppid=28273 vsize=9824668 CPUtime=1.39 cores=0,2,4,6
/proc/28275/task/28290/stat : 28290 (java) S 28273 28275 24394 0 -1 4202560 8649 0 0 0 137 2 0 0 20 0 22 0 254465010 10060460032 900893 33554432000 1073741824 1073778376 140734385431776 140357387888696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28275/tid=28291] ppid=28273 vsize=9824668 CPUtime=1.31 cores=0,2,4,6
/proc/28275/task/28291/stat : 28291 (java) S 28273 28275 24394 0 -1 4202560 9938 0 0 0 128 3 0 0 20 0 22 0 254465010 10060460032 900893 33554432000 1073741824 1073778376 140734385431776 140357386836152 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28275/tid=28292] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28292/stat : 28292 (java) S 28273 28275 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254465010 10060460032 900893 33554432000 1073741824 1073778376 140734385431776 140357385783800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28275/tid=28293] ppid=28273 vsize=9824668 CPUtime=0.27 cores=0,2,4,6
/proc/28275/task/28293/stat : 28293 (java) S 28273 28275 24394 0 -1 4202560 51 0 0 0 11 16 0 0 20 0 22 0 254465010 10060460032 900893 33554432000 1073741824 1073778376 140734385431776 140356377111368 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28275/tid=28294] ppid=28273 vsize=9824668 CPUtime=818.29 cores=0,2,4,6
/proc/28275/task/28294/stat : 28294 (java) R 28273 28275 24394 0 -1 4202560 118 0 0 0 81815 14 0 0 20 0 22 0 254465050 10060460032 900893 33554432000 1073741824 1073778376 140734385431776 140356376056400 140357401296518 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28275/tid=28295] ppid=28273 vsize=9824668 CPUtime=818.2 cores=0,2,4,6
/proc/28275/task/28295/stat : 28295 (java) R 28273 28275 24394 0 -1 4202560 1494 0 0 0 81769 51 0 0 20 0 22 0 254465050 10060460032 900893 33554432000 1073741824 1073778376 140734385431776 140356375001952 140357401838983 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28275/tid=28296] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28296/stat : 28296 (java) S 28273 28275 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254465052 10060460032 900893 33554432000 1073741824 1073778376 140734385431776 140356373952040 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28275/tid=28297] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28297/stat : 28297 (java) S 28273 28275 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254465052 10060460032 900893 33554432000 1073741824 1073778376 140734385431776 140356372899496 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1718.18
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+923.801 s]
/proc/loadavg: 4.02 4.03 3.94 5/219 28383
/proc/meminfo: memFree=22543992/32873844 swapFree=6080/6080
[pid=28275] ppid=28273 vsize=9824668 CPUtime=1800.17 cores=0,2,4,6
/proc/28275/stat : 28275 (java) S 28273 28275 24394 0 -1 4202496 31837 0 1 0 179859 158 0 0 20 0 22 0 254465004 10060460032 905086 33554432000 1073741824 1073778376 140734385431776 140734385422912 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28275/statm: 2456167 905086 2287 9 0 2446860 0
[pid=28275/tid=28277] ppid=28273 vsize=9824668 CPUtime=0.46 cores=0,2,4,6
/proc/28275/task/28277/stat : 28277 (java) S 28273 28275 24394 0 -1 4202560 2529 0 1 0 43 3 0 0 20 0 22 0 254465005 10060460032 905086 33554432000 1073741824 1073778376 140734385431776 140357568115704 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28275/tid=28278] ppid=28273 vsize=9824668 CPUtime=2.55 cores=0,2,4,6
/proc/28275/task/28278/stat : 28278 (java) S 28273 28275 24394 0 -1 4202560 407 0 0 0 245 10 0 0 20 0 22 0 254465006 10060460032 905086 33554432000 1073741824 1073778376 140734385431776 140357529606824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28275/tid=28279] ppid=28273 vsize=9824668 CPUtime=2.26 cores=0,2,4,6
/proc/28275/task/28279/stat : 28279 (java) S 28273 28275 24394 0 -1 4202560 526 0 0 0 217 9 0 0 20 0 22 0 254465006 10060460032 905086 33554432000 1073741824 1073778376 140734385431776 140357528554280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28275/tid=28280] ppid=28273 vsize=9824668 CPUtime=2.28 cores=0,2,4,6
/proc/28275/task/28280/stat : 28280 (java) S 28273 28275 24394 0 -1 4202560 517 0 0 0 221 7 0 0 20 0 22 0 254465006 10060460032 905086 33554432000 1073741824 1073778376 140734385431776 140357527501736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28275/tid=28281] ppid=28273 vsize=9824668 CPUtime=2.63 cores=0,2,4,6
/proc/28275/task/28281/stat : 28281 (java) S 28273 28275 24394 0 -1 4202560 566 0 0 0 248 15 0 0 20 0 22 0 254465006 10060460032 905086 33554432000 1073741824 1073778376 140734385431776 140357526449192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28275/tid=28282] ppid=28273 vsize=9824668 CPUtime=2.55 cores=0,2,4,6
/proc/28275/task/28282/stat : 28282 (java) S 28273 28275 24394 0 -1 4202560 641 0 0 0 244 11 0 0 20 0 22 0 254465006 10060460032 905086 33554432000 1073741824 1073778376 140734385431776 140357525395624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28275/tid=28283] ppid=28273 vsize=9824668 CPUtime=2.1 cores=0,2,4,6
/proc/28275/task/28283/stat : 28283 (java) S 28273 28275 24394 0 -1 4202560 452 0 0 0 202 8 0 0 20 0 22 0 254465006 10060460032 905086 33554432000 1073741824 1073778376 140734385431776 140357524343080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28275/tid=28284] ppid=28273 vsize=9824668 CPUtime=2.06 cores=0,2,4,6
/proc/28275/task/28284/stat : 28284 (java) S 28273 28275 24394 0 -1 4202560 252 0 0 0 198 8 0 0 20 0 22 0 254465006 10060460032 905086 33554432000 1073741824 1073778376 140734385431776 140357523290536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28275/tid=28285] ppid=28273 vsize=9824668 CPUtime=2.2 cores=0,2,4,6
/proc/28275/task/28285/stat : 28285 (java) S 28273 28275 24394 0 -1 4202560 517 0 0 0 212 8 0 0 20 0 22 0 254465006 10060460032 905086 33554432000 1073741824 1073778376 140734385431776 140357522237992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28275/tid=28286] ppid=28273 vsize=9824668 CPUtime=57.98 cores=0,2,4,6
/proc/28275/task/28286/stat : 28286 (java) S 28273 28275 24394 0 -1 4202560 3987 0 0 0 5777 21 0 0 20 0 22 0 254465007 10060460032 905086 33554432000 1073741824 1073778376 140734385431776 140357392099944 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28275/tid=28287] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28287/stat : 28287 (java) S 28273 28275 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254465008 10060460032 905086 33554432000 1073741824 1073778376 140734385431776 140357391046264 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28275/tid=28288] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28288/stat : 28288 (java) S 28273 28275 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254465008 10060460032 905086 33554432000 1073741824 1073778376 140734385431776 140357389993608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28275/tid=28289] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28289/stat : 28289 (java) S 28273 28275 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254465010 10060460032 905086 33554432000 1073741824 1073778376 140734385431776 140357388942352 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28275/tid=28290] ppid=28273 vsize=9824668 CPUtime=1.39 cores=0,2,4,6
/proc/28275/task/28290/stat : 28290 (java) S 28273 28275 24394 0 -1 4202560 8649 0 0 0 137 2 0 0 20 0 22 0 254465010 10060460032 905086 33554432000 1073741824 1073778376 140734385431776 140357387888696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28275/tid=28291] ppid=28273 vsize=9824668 CPUtime=1.31 cores=0,2,4,6
/proc/28275/task/28291/stat : 28291 (java) S 28273 28275 24394 0 -1 4202560 9938 0 0 0 128 3 0 0 20 0 22 0 254465010 10060460032 905086 33554432000 1073741824 1073778376 140734385431776 140357386836152 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28275/tid=28292] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28292/stat : 28292 (java) S 28273 28275 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254465010 10060460032 905086 33554432000 1073741824 1073778376 140734385431776 140357385783800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28275/tid=28293] ppid=28273 vsize=9824668 CPUtime=0.29 cores=0,2,4,6
/proc/28275/task/28293/stat : 28293 (java) S 28273 28275 24394 0 -1 4202560 53 0 0 0 12 17 0 0 20 0 22 0 254465010 10060460032 905086 33554432000 1073741824 1073778376 140734385431776 140356377111368 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28275/tid=28294] ppid=28273 vsize=9824668 CPUtime=857.82 cores=0,2,4,6
/proc/28275/task/28294/stat : 28294 (java) R 28273 28275 24394 0 -1 4202560 120 0 0 0 85767 15 0 0 20 0 22 0 254465050 10060460032 905086 33554432000 1073741824 1073778376 140734385431776 140356376056400 140357401347209 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28275/tid=28295] ppid=28273 vsize=9824668 CPUtime=857.71 cores=0,2,4,6
/proc/28275/task/28295/stat : 28295 (java) R 28273 28275 24394 0 -1 4202560 1496 0 0 0 85719 52 0 0 20 0 22 0 254465050 10060460032 905086 33554432000 1073741824 1073778376 140734385431776 140356375001952 140357401839135 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28275/tid=28296] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28296/stat : 28296 (java) S 28273 28275 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254465052 10060460032 905086 33554432000 1073741824 1073778376 140734385431776 140356373952040 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28275/tid=28297] ppid=28273 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28275/task/28297/stat : 28297 (java) S 28273 28275 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254465052 10060460032 905086 33554432000 1073741824 1073778376 140734385431776 140356372899496 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
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

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28275 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=979273
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=68685
# CPU time returned by wait4() is 1796.05
# while last known CPU time is 1800.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 923.873
CPU time (s): 1800.17
CPU user time (s): 1798.59
CPU system time (s): 1.58
CPU usage (%): 194.85
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.98
system time used= 2.06868
maximum resident set size= 3620468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31870
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= 25030
involuntary context switches= 32895

runsolver used 3.57146 second user time and 7.73282 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-24 20:16:44
IDJOB=3689594
IDBENCH=90113
IDSOLVER=2268
FILE ID=node139/3689594-1337883404
RUNJOBID= node139-1337871881-24410
PBS_JOBID= 14620065
Free space on /tmp= 71684 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K87.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689594-1337883404/watcher-3689594-1337883404 -o /tmp/evaluation-result-3689594-1337883404/solver-3689594-1337883404 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689594-1337883404.opb

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

MD5SUM BENCH= 800363f05bcd3a7fdae42567bbf8c0cf
RANDOM SEED=812454985

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25792952 kB
Buffers:          226084 kB
Cached:          2780328 kB
SwapCached:            0 kB
Active:          3755968 kB
Inactive:        2526200 kB
Active(anon):    3267100 kB
Inactive(anon):    11120 kB
Active(file):     488868 kB
Inactive(file):  2515080 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               948 kB
Writeback:             4 kB
AnonPages:       3281676 kB
Mapped:            22360 kB
Shmem:               200 kB
Slab:             653140 kB
SReclaimable:      95620 kB
SUnreclaim:       557520 kB
KernelStack:        1640 kB
PageTables:        10280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3516768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3223552 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= 71684 MiB
End job on node139 at 2012-05-24 20:32:10