Trace number 3689596

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.06 921.079

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K88.opb
MD5SUM1622186c78d9255ec55518143c1e5a9e
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 variables5984
Total number of constraints6162
Number of constraints which are clauses6074
Number of constraints which are cardinality constraints (but not clauses)88
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint88
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 89
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.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3689596-1337883420.opb
0.08/0.13	c reading problem ... 
0.78/0.46	c ... done. Wall clock time 0.337s.
0.78/0.46	c declared #vars     5984
0.78/0.46	c #constraints  6162
0.78/0.46	c constraints type 
0.78/0.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4941
0.78/0.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 88
0.78/0.46	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.78/0.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1131
0.78/0.46	c 6162 constraints processed.
0.78/0.46	c constraints type 
0.78/0.46	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1131
0.78/0.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4941
0.78/0.46	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 88
0.78/0.46	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.78/0.46	c 6162 constraints processed.
4.32/1.56	c cleaning 2487 clauses out of 4990 with flag 5000/5000
6.71/2.68	c cleaning 4215 clauses out of 8487 with flag 11004/11004
9.11/3.85	c cleaning 5625 clauses out of 11258 with flag 18000/18000
11.88/5.22	c cleaning 6752 clauses out of 13622 with flag 26003/26003
15.02/6.86	c cleaning 7832 clauses out of 15862 with flag 35000/35000
18.75/8.75	c cleaning 8944 clauses out of 18020 with flag 45001/45001
22.81/10.84	c cleaning 9999 clauses out of 20072 with flag 56001/56001
27.28/13.12	c cleaning 10938 clauses out of 22065 with flag 68001/68001
32.27/15.73	c cleaning 11942 clauses out of 24120 with flag 81001/81001
37.71/18.57	c cleaning 12982 clauses out of 26168 with flag 95000/95000
43.79/21.62	c cleaning 13912 clauses out of 28183 with flag 110000/110000
51.42/25.53	c cleaning 14975 clauses out of 30269 with flag 126000/126000
59.14/29.55	c cleaning 16039 clauses out of 32286 with flag 143001/143001
67.38/33.70	c cleaning 16998 clauses out of 34242 with flag 161001/161001
78.19/39.30	c cleaning 18045 clauses out of 36242 with flag 180000/180000
88.35/44.44	c cleaning 18982 clauses out of 38197 with flag 200002/200002
97.73/49.34	c cleaning 19979 clauses out of 40212 with flag 221000/221000
110.86/56.09	c cleaning 20905 clauses out of 42233 with flag 243000/243000
123.33/62.42	c cleaning 22077 clauses out of 44324 with flag 266000/266000
135.79/68.90	c cleaning 22919 clauses out of 46247 with flag 290002/290002
149.63/76.06	c cleaning 23923 clauses out of 48332 with flag 315007/315007
165.06/83.93	c cleaning 25031 clauses out of 50399 with flag 341001/341001
183.93/93.53	c cleaning 26020 clauses out of 52369 with flag 368003/368003
208.18/105.82	c cleaning 26977 clauses out of 54346 with flag 396000/396000
225.34/114.77	c cleaning 28027 clauses out of 56370 with flag 425001/425001
241.54/123.05	c cleaning 28996 clauses out of 58342 with flag 455001/455001
260.52/132.72	c cleaning 30022 clauses out of 60345 with flag 486000/486000
285.25/145.31	c cleaning 30954 clauses out of 62321 with flag 518000/518000
307.04/156.60	c cleaning 32056 clauses out of 64365 with flag 551001/551001
330.79/169.32	c cleaning 32974 clauses out of 66308 with flag 585000/585000
351.05/179.71	c cleaning 33971 clauses out of 68332 with flag 620001/620001
373.73/191.54	c cleaning 34950 clauses out of 70359 with flag 656000/656000
376.31/193.15	c cleaning 0 clauses out of 5000 with flag 0/5000
401.01/205.70	c cleaning 36054 clauses out of 72409 with flag 693000/693000
433.08/221.95	c cleaning 36902 clauses out of 74355 with flag 731001/731001
470.31/241.09	c cleaning 37586 clauses out of 76452 with flag 770000/770000
500.99/256.72	c cleaning 39255 clauses out of 78866 with flag 810001/810001
522.86/268.03	c cleaning 39959 clauses out of 80611 with flag 851001/851001
559.24/286.59	c cleaning 41068 clauses out of 82654 with flag 893003/893003
589.78/302.49	c cleaning 41562 clauses out of 84583 with flag 936000/936000
631.46/323.64	c cleaning 42557 clauses out of 87021 with flag 980001/980001
677.51/347.03	c cleaning 44015 clauses out of 89463 with flag 1025000/1025000
716.51/366.95	c cleaning 44642 clauses out of 91452 with flag 1071006/1071006
764.91/391.87	c cleaning 45973 clauses out of 93805 with flag 1118001/1118001
798.01/408.80	c cleaning 46452 clauses out of 95830 with flag 1166000/1166000
835.51/428.05	c cleaning 47593 clauses out of 98378 with flag 1215000/1215000
868.77/445.19	c cleaning 48569 clauses out of 100783 with flag 1265000/1265000
914.57/468.89	c cleaning 49787 clauses out of 103218 with flag 1316004/1316004
953.09/488.65	c cleaning 50331 clauses out of 105429 with flag 1368002/1368002
1029.25/527.77	c cleaning 51866 clauses out of 108098 with flag 1421002/1421002
1100.38/563.91	c cleaning 52475 clauses out of 110230 with flag 1475000/1475000
1159.27/593.89	c cleaning 53499 clauses out of 112756 with flag 1530002/1530002
1224.36/626.80	c cleaning 54845 clauses out of 115257 with flag 1586002/1586002
1278.21/654.31	c cleaning 56078 clauses out of 117414 with flag 1643004/1643004
1324.44/678.45	c cleaning 56547 clauses out of 119332 with flag 1701000/1701000
1373.27/703.45	c cleaning 57570 clauses out of 121786 with flag 1760001/1760001
1431.71/733.21	c cleaning 58568 clauses out of 124221 with flag 1820006/1820006
1488.22/762.18	c cleaning 59716 clauses out of 126648 with flag 1881001/1881001
1547.96/793.17	c cleaning 60739 clauses out of 128931 with flag 1943000/1943000
1598.18/819.00	c cleaning 61751 clauses out of 131195 with flag 2006003/2006003
1664.12/852.74	c cleaning 62658 clauses out of 133443 with flag 2070002/2070002
1800.06/921.01	c starts		: 210
1800.06/921.01	c conflicts		: 2130929
1800.06/921.01	c decisions		: 14474290
1800.06/921.01	c propagations		: 716682633
1800.06/921.01	c inspects		: 3093622513
1800.06/921.01	c shortcuts		: 0
1800.06/921.01	c learnt literals	: 152
1800.06/921.01	c learnt binary clauses	: 61546
1800.06/921.01	c learnt ternary clauses	: 74704
1800.06/921.01	c learnt constraints	: 2130776
1800.06/921.01	c ignored constraints	: 0
1800.06/921.01	c root simplifications	: 0
1800.06/921.01	c removed literals (reason simplification)	: 59072155
1800.06/921.01	c reason swapping (by a shorter reason)	: 0
1800.06/921.01	c Calls to reduceDB	: 60
1800.06/921.01	c number of reductions to clauses (during analyze)	: 0
1800.06/921.01	c number of learned constraints concerned by reduction	: 0
1800.06/921.01	c number of learning phase by resolution	: 0
1800.06/921.01	c number of learning phase by cutting planes	: 0
1800.06/921.01	c speed (assignments/second)	: 778556.038490953
1800.06/921.01	c non guided choices	4977
1800.06/921.06	c learnt constraints type 
1800.06/921.06	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 61546
1800.06/921.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 70181
1800.06/921.06	c constraints type 
1800.06/921.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4941
1800.06/921.06	c org.sat4j.minisat.constraints.card.MinWatchCard => 88
1800.06/921.06	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.06/921.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1131
1800.06/921.06	c 6162 constraints processed.
1800.06/921.06	c constraints type 
1800.06/921.06	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1131
1800.06/921.06	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4941
1800.06/921.06	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 88
1800.06/921.06	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.06/921.06	c 6162 constraints processed.
1800.06/921.06	s UNKNOWN
1800.06/921.06	c Total wall clock time (in seconds): 920.931

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-3689596-1337883420/watcher-3689596-1337883420 -o /tmp/evaluation-result-3689596-1337883420/solver-3689596-1337883420 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689596-1337883420.opb 

running on 4 cores: 1,3,5,7

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.26 3.58 3.72 3/197 30094
/proc/meminfo: memFree=27466988/32873844 swapFree=7388/7388
[pid=30094] ppid=30092 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/30094/stat : 30094 (java) D 30092 30094 25184 0 -1 4202496 239 0 0 0 0 0 0 0 20 0 1 0 254466388 9515008 175 33554432000 1073741824 1073778376 140736033683552 140736033666280 239237677968 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/30094/statm: 2323 175 133 9 0 71 0

[startup+0.0575741 s]
/proc/loadavg: 3.26 3.58 3.72 3/197 30094
/proc/meminfo: memFree=27466988/32873844 swapFree=7388/7388
[pid=30094] ppid=30092 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/30094/stat : 30094 (java) S 30092 30094 25184 0 -1 4202496 3110 0 1 0 3 0 0 0 20 0 13 0 254466388 9446973440 3298 33554432000 1073741824 1073778376 140734173706656 140734173697792 239241035837 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30094/statm: 2306390 3298 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100287 s]
/proc/loadavg: 3.26 3.58 3.72 3/197 30094
/proc/meminfo: memFree=27466988/32873844 swapFree=7388/7388
[pid=30094] ppid=30092 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/30094/stat : 30094 (java) S 30092 30094 25184 0 -1 4202496 4230 0 1 0 7 1 0 0 20 0 18 0 254466388 9787813888 4915 33554432000 1073741824 1073778376 140734173706656 140734173697792 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30094/statm: 2389603 4915 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300226 s]
/proc/loadavg: 3.26 3.58 3.72 3/197 30094
/proc/meminfo: memFree=27466988/32873844 swapFree=7388/7388
[pid=30094] ppid=30092 vsize=9558412 CPUtime=0.54 cores=1,3,5,7
/proc/30094/stat : 30094 (java) S 30092 30094 25184 0 -1 4202496 7151 0 1 0 51 3 0 0 20 0 18 0 254466388 9787813888 9435 33554432000 1073741824 1073778376 140734173706656 140734173697792 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30094/statm: 2389603 9435 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558412

[startup+0.700175 s]
/proc/loadavg: 3.26 3.58 3.72 3/197 30094
/proc/meminfo: memFree=27466988/32873844 swapFree=7388/7388
[pid=30094] ppid=30092 vsize=9824668 CPUtime=1.89 cores=1,3,5,7
/proc/30094/stat : 30094 (java) S 30092 30094 25184 0 -1 4202496 14856 0 1 0 183 6 0 0 20 0 22 0 254466388 10060460032 22018 33554432000 1073741824 1073778376 140734173706656 140734173697792 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30094/statm: 2456167 22018 2254 9 0 2446860 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 9824668

[startup+1.50077 s]
/proc/loadavg: 3.26 3.58 3.72 8/219 30116
/proc/meminfo: memFree=27373160/32873844 swapFree=7388/7388
[pid=30094] ppid=30092 vsize=9824668 CPUtime=4.32 cores=1,3,5,7
/proc/30094/stat : 30094 (java) S 30092 30094 25184 0 -1 4202496 17106 0 1 0 422 10 0 0 20 0 22 0 254466388 10060460032 46193 33554432000 1073741824 1073778376 140734173706656 140734173697792 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30094/statm: 2456167 46193 2274 9 0 2446860 0
[pid=30094/tid=30096] ppid=30092 vsize=9824668 CPUtime=0.43 cores=1,3,5,7
/proc/30094/task/30096/stat : 30096 (java) S 30092 30094 25184 0 -1 4202560 2541 0 1 0 40 3 0 0 20 0 22 0 254466390 10060460032 46193 33554432000 1073741824 1073778376 140734173706656 140473684362232 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30094/tid=30097] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30097/stat : 30097 (java) S 30092 30094 25184 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 254466391 10060460032 46193 33554432000 1073741824 1073778376 140734173706656 140473623091496 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30094/tid=30098] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30098/stat : 30098 (java) S 30092 30094 25184 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254466391 10060460032 46193 33554432000 1073741824 1073778376 140734173706656 140473622038696 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30094/tid=30099] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30099/stat : 30099 (java) S 30092 30094 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254466391 10060460032 46193 33554432000 1073741824 1073778376 140734173706656 140473620986408 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30094/tid=30100] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30100/stat : 30100 (java) S 30092 30094 25184 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 254466391 10060460032 46193 33554432000 1073741824 1073778376 140734173706656 140473619933608 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30094/tid=30101] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30101/stat : 30101 (java) S 30092 30094 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254466391 10060460032 46193 33554432000 1073741824 1073778376 140734173706656 140473618881320 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30094/tid=30102] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30102/stat : 30102 (java) S 30092 30094 25184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254466391 10060460032 46193 33554432000 1073741824 1073778376 140734173706656 140473617828520 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30094/tid=30103] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30103/stat : 30103 (java) S 30092 30094 25184 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254466391 10060460032 46193 33554432000 1073741824 1073778376 140734173706656 140473521617960 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30094/tid=30104] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30104/stat : 30104 (java) S 30092 30094 25184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254466391 10060460032 46193 33554432000 1073741824 1073778376 140734173706656 140473520565160 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30094/tid=30105] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30105/stat : 30105 (java) S 30092 30094 25184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254466392 10060460032 46193 33554432000 1073741824 1073778376 140734173706656 140473508366568 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30094/tid=30106] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30106/stat : 30106 (java) S 30092 30094 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254466392 10060460032 46193 33554432000 1073741824 1073778376 140734173706656 140473507312632 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30094/tid=30107] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30107/stat : 30107 (java) S 30092 30094 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254466392 10060460032 46193 33554432000 1073741824 1073778376 140734173706656 140473506260232 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30094/tid=30108] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30108/stat : 30108 (java) S 30092 30094 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254466395 10060460032 46193 33554432000 1073741824 1073778376 140734173706656 140473505208720 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30094/tid=30109] ppid=30092 vsize=9824668 CPUtime=0.92 cores=1,3,5,7
/proc/30094/task/30109/stat : 30109 (java) S 30092 30094 25184 0 -1 4202560 7275 0 0 0 90 2 0 0 20 0 22 0 254466395 10060460032 46193 33554432000 1073741824 1073778376 140734173706656 140473504156344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30094/tid=30110] ppid=30092 vsize=9824668 CPUtime=0.88 cores=1,3,5,7
/proc/30094/task/30110/stat : 30110 (java) S 30092 30094 25184 0 -1 4202560 5898 0 0 0 86 2 0 0 20 0 22 0 254466395 10060460032 46193 33554432000 1073741824 1073778376 140734173706656 140473503103544 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30094/tid=30111] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30111/stat : 30111 (java) S 30092 30094 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254466395 10060460032 46193 33554432000 1073741824 1073778376 140734173706656 140473502051448 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30094/tid=30112] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30112/stat : 30112 (java) S 30092 30094 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254466395 10060460032 46193 33554432000 1073741824 1073778376 140734173706656 140473500998856 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30094/tid=30113] ppid=30092 vsize=9824668 CPUtime=0.97 cores=1,3,5,7
/proc/30094/task/30113/stat : 30113 (java) R 30092 30094 25184 0 -1 4202560 32 0 0 0 97 0 0 0 20 0 22 0 254466435 10060460032 46193 33554432000 1073741824 1073778376 140734173706656 140473499941376 140473624882350 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=30094/tid=30114] ppid=30092 vsize=9824668 CPUtime=0.99 cores=1,3,5,7
/proc/30094/task/30114/stat : 30114 (java) R 30092 30094 25184 0 -1 4202560 118 0 0 0 97 2 0 0 20 0 22 0 254466435 10060460032 46193 33554432000 1073741824 1073778376 140734173706656 140473498889048 140473625188811 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30094/tid=30115] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30115/stat : 30115 (java) S 30092 30094 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254466437 10060460032 46193 33554432000 1073741824 1073778376 140734173706656 140473497838760 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30094/tid=30116] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30116/stat : 30116 (java) S 30092 30094 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254466437 10060460032 46193 33554432000 1073741824 1073778376 140734173706656 140473496785960 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.32
Current children cumulated vsize (KiB) 9824668

[startup+3.10079 s]
/proc/loadavg: 3.26 3.58 3.72 6/219 30116
/proc/meminfo: memFree=27267968/32873844 swapFree=7388/7388
[pid=30094] ppid=30092 vsize=9824668 CPUtime=7.67 cores=1,3,5,7
/proc/30094/stat : 30094 (java) S 30092 30094 25184 0 -1 4202496 17310 0 1 0 752 15 0 0 20 0 22 0 254466388 10060460032 61161 33554432000 1073741824 1073778376 140734173706656 140734173697792 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30094/statm: 2456167 61161 2286 9 0 2446860 0
[pid=30094/tid=30096] ppid=30092 vsize=9824668 CPUtime=0.43 cores=1,3,5,7
/proc/30094/task/30096/stat : 30096 (java) S 30092 30094 25184 0 -1 4202560 2541 0 1 0 40 3 0 0 20 0 22 0 254466390 10060460032 61161 33554432000 1073741824 1073778376 140734173706656 140473684362232 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30094/tid=30097] ppid=30092 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/30094/task/30097/stat : 30097 (java) S 30092 30094 25184 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 22 0 254466391 10060460032 61161 33554432000 1073741824 1073778376 140734173706656 140473623091496 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30094/tid=30098] ppid=30092 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/30094/task/30098/stat : 30098 (java) S 30092 30094 25184 0 -1 4202560 30 0 0 0 2 1 0 0 20 0 22 0 254466391 10060460032 61161 33554432000 1073741824 1073778376 140734173706656 140473622038696 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30094/tid=30099] ppid=30092 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/30094/task/30099/stat : 30099 (java) S 30092 30094 25184 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 254466391 10060460032 61161 33554432000 1073741824 1073778376 140734173706656 140473620986408 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30094/tid=30100] ppid=30092 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/30094/task/30100/stat : 30100 (java) S 30092 30094 25184 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 254466391 10060460032 61161 33554432000 1073741824 1073778376 140734173706656 140473619933608 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30094/tid=30101] ppid=30092 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/30094/task/30101/stat : 30101 (java) S 30092 30094 25184 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 254466391 10060460032 61161 33554432000 1073741824 1073778376 140734173706656 140473618881320 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30094/tid=30102] ppid=30092 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/30094/task/30102/stat : 30102 (java) S 30092 30094 25184 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 254466391 10060460032 61161 33554432000 1073741824 1073778376 140734173706656 140473617828520 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30094/tid=30103] ppid=30092 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/30094/task/30103/stat : 30103 (java) S 30092 30094 25184 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 254466391 10060460032 61161 33554432000 1073741824 1073778376 140734173706656 140473521617960 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30094/tid=30104] ppid=30092 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/30094/task/30104/stat : 30104 (java) S 30092 30094 25184 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 254466391 10060460032 61161 33554432000 1073741824 1073778376 140734173706656 140473520565160 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30094/tid=30105] ppid=30092 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/30094/task/30105/stat : 30105 (java) S 30092 30094 25184 0 -1 4202560 103 0 0 0 10 0 0 0 20 0 22 0 254466392 10060460032 61161 33554432000 1073741824 1073778376 140734173706656 140473508366568 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30094/tid=30106] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30106/stat : 30106 (java) S 30092 30094 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254466392 10060460032 61161 33554432000 1073741824 1073778376 140734173706656 140473507312632 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30094/tid=30107] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30107/stat : 30107 (java) S 30092 30094 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254466392 10060460032 61161 33554432000 1073741824 1073778376 140734173706656 140473506260232 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30094/tid=30108] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30108/stat : 30108 (java) S 30092 30094 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254466395 10060460032 61161 33554432000 1073741824 1073778376 140734173706656 140473505208720 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30094/tid=30109] ppid=30092 vsize=9824668 CPUtime=0.99 cores=1,3,5,7
/proc/30094/task/30109/stat : 30109 (java) S 30092 30094 25184 0 -1 4202560 7281 0 0 0 97 2 0 0 20 0 22 0 254466395 10060460032 61161 33554432000 1073741824 1073778376 140734173706656 140473504156344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30094/tid=30110] ppid=30092 vsize=9824668 CPUtime=1.01 cores=1,3,5,7
/proc/30094/task/30110/stat : 30110 (java) S 30092 30094 25184 0 -1 4202560 5905 0 0 0 99 2 0 0 20 0 22 0 254466395 10060460032 61161 33554432000 1073741824 1073778376 140734173706656 140473503103544 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30094/tid=30111] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30111/stat : 30111 (java) S 30092 30094 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254466395 10060460032 61161 33554432000 1073741824 1073778376 140734173706656 140473502051448 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30094/tid=30112] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30112/stat : 30112 (java) S 30092 30094 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254466395 10060460032 61161 33554432000 1073741824 1073778376 140734173706656 140473500998856 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30094/tid=30113] ppid=30092 vsize=9824668 CPUtime=2.38 cores=1,3,5,7
/proc/30094/task/30113/stat : 30113 (java) R 30092 30094 25184 0 -1 4202560 34 0 0 0 238 0 0 0 20 0 22 0 254466435 10060460032 61161 33554432000 1073741824 1073778376 140734173706656 140473499943344 140473624815232 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=30094/tid=30114] ppid=30092 vsize=9824668 CPUtime=2.42 cores=1,3,5,7
/proc/30094/task/30114/stat : 30114 (java) R 30092 30094 25184 0 -1 4202560 120 0 0 0 240 2 0 0 20 0 22 0 254466435 10060460032 61161 33554432000 1073741824 1073778376 140734173706656 140473498890232 140473624861985 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30094/tid=30115] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30115/stat : 30115 (java) S 30092 30094 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254466437 10060460032 61161 33554432000 1073741824 1073778376 140734173706656 140473497838760 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30094/tid=30116] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30116/stat : 30116 (java) S 30092 30094 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254466437 10060460032 61161 33554432000 1073741824 1073778376 140734173706656 140473496785960 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.67
Current children cumulated vsize (KiB) 9824668

[startup+6.30091 s]
/proc/loadavg: 3.32 3.58 3.72 7/219 30116
/proc/meminfo: memFree=27093708/32873844 swapFree=7388/7388
[pid=30094] ppid=30092 vsize=9824668 CPUtime=14.01 cores=1,3,5,7
/proc/30094/stat : 30094 (java) S 30092 30094 25184 0 -1 4202496 17667 0 1 0 1382 19 0 0 20 0 22 0 254466388 10060460032 95252 33554432000 1073741824 1073778376 140734173706656 140734173697792 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30094/statm: 2456167 95252 2286 9 0 2446860 0
[pid=30094/tid=30096] ppid=30092 vsize=9824668 CPUtime=0.43 cores=1,3,5,7
/proc/30094/task/30096/stat : 30096 (java) S 30092 30094 25184 0 -1 4202560 2541 0 1 0 40 3 0 0 20 0 22 0 254466390 10060460032 95252 33554432000 1073741824 1073778376 140734173706656 140473684362232 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30094/tid=30097] ppid=30092 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/30094/task/30097/stat : 30097 (java) S 30092 30094 25184 0 -1 4202560 28 0 0 0 3 0 0 0 20 0 22 0 254466391 10060460032 95252 33554432000 1073741824 1073778376 140734173706656 140473623091496 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30094/tid=30098] ppid=30092 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/30094/task/30098/stat : 30098 (java) S 30092 30094 25184 0 -1 4202560 31 0 0 0 5 1 0 0 20 0 22 0 254466391 10060460032 95252 33554432000 1073741824 1073778376 140734173706656 140473622038696 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30094/tid=30099] ppid=30092 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/30094/task/30099/stat : 30099 (java) S 30092 30094 25184 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 254466391 10060460032 95252 33554432000 1073741824 1073778376 140734173706656 140473620986408 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30094/tid=30100] ppid=30092 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/30094/task/30100/stat : 30100 (java) S 30092 30094 25184 0 -1 4202560 27 0 0 0 4 0 0 0 20 0 22 0 254466391 10060460032 95252 33554432000 1073741824 1073778376 140734173706656 140473619933608 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30094/tid=30101] ppid=30092 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/30094/task/30101/stat : 30101 (java) S 30092 30094 25184 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 22 0 254466391 10060460032 95252 33554432000 1073741824 1073778376 140734173706656 140473618881320 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30094/tid=30102] ppid=30092 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/30094/task/30102/stat : 30102 (java) S 30092 30094 25184 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 22 0 254466391 10060460032 95252 33554432000 1073741824 1073778376 140734173706656 140473617828520 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30094/tid=30103] ppid=30092 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/30094/task/30103/stat : 30103 (java) S 30092 30094 25184 0 -1 4202560 21 0 0 0 3 1 0 0 20 0 22 0 254466391 10060460032 95252 33554432000 1073741824 1073778376 140734173706656 140473521617960 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30094/tid=30104] ppid=30092 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/30094/task/30104/stat : 30104 (java) S 30092 30094 25184 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 254466391 10060460032 95252 33554432000 1073741824 1073778376 140734173706656 140473520565160 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30094/tid=30105] ppid=30092 vsize=9824668 CPUtime=0.34 cores=1,3,5,7
/proc/30094/task/30105/stat : 30105 (java) S 30092 30094 25184 0 -1 4202560 241 0 0 0 32 2 0 0 20 0 22 0 254466392 10060460032 95252 33554432000 1073741824 1073778376 140734173706656 140473508366568 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30094/tid=30106] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30106/stat : 30106 (java) S 30092 30094 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254466392 10060460032 95252 33554432000 1073741824 1073778376 140734173706656 140473507312632 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30094/tid=30107] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30107/stat : 30107 (java) S 30092 30094 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254466392 10060460032 95252 33554432000 1073741824 1073778376 140734173706656 140473506260232 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30094/tid=30108] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30108/stat : 30108 (java) S 30092 30094 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254466395 10060460032 95252 33554432000 1073741824 1073778376 140734173706656 140473505208720 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30094/tid=30109] ppid=30092 vsize=9824668 CPUtime=1.05 cores=1,3,5,7
/proc/30094/task/30109/stat : 30109 (java) S 30092 30094 25184 0 -1 4202560 7404 0 0 0 103 2 0 0 20 0 22 0 254466395 10060460032 95252 33554432000 1073741824 1073778376 140734173706656 140473504156344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/30094/statm: 2456167 824876 2287 9 0 2446860 0
[pid=30094/tid=30096] ppid=30092 vsize=9824668 CPUtime=0.48 cores=1,3,5,7
/proc/30094/task/30096/stat : 30096 (java) S 30092 30094 25184 0 -1 4202560 2580 0 1 0 44 4 0 0 20 0 22 0 254466390 10060460032 824876 33554432000 1073741824 1073778376 140734173706656 140473684362232 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30094/tid=30097] ppid=30092 vsize=9824668 CPUtime=2.36 cores=1,3,5,7
/proc/30094/task/30097/stat : 30097 (java) S 30092 30094 25184 0 -1 4202560 579 0 0 0 219 17 0 0 20 0 22 0 254466391 10060460032 824876 33554432000 1073741824 1073778376 140734173706656 140473623091496 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30094/tid=30098] ppid=30092 vsize=9824668 CPUtime=2.7 cores=1,3,5,7
/proc/30094/task/30098/stat : 30098 (java) S 30092 30094 25184 0 -1 4202560 576 0 0 0 249 21 0 0 20 0 22 0 254466391 10060460032 824876 33554432000 1073741824 1073778376 140734173706656 140473622038696 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30094/tid=30099] ppid=30092 vsize=9824668 CPUtime=2.48 cores=1,3,5,7
/proc/30094/task/30099/stat : 30099 (java) S 30092 30094 25184 0 -1 4202560 698 0 0 0 227 21 0 0 20 0 22 0 254466391 10060460032 824876 33554432000 1073741824 1073778376 140734173706656 140473620986408 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30094/tid=30100] ppid=30092 vsize=9824668 CPUtime=2.67 cores=1,3,5,7
/proc/30094/task/30100/stat : 30100 (java) S 30092 30094 25184 0 -1 4202560 856 0 0 0 246 21 0 0 20 0 22 0 254466391 10060460032 824876 33554432000 1073741824 1073778376 140734173706656 140473619933608 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30094/tid=30101] ppid=30092 vsize=9824668 CPUtime=2.92 cores=1,3,5,7
/proc/30094/task/30101/stat : 30101 (java) S 30092 30094 25184 0 -1 4202560 957 0 0 0 270 22 0 0 20 0 22 0 254466391 10060460032 824876 33554432000 1073741824 1073778376 140734173706656 140473618881320 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30094/tid=30102] ppid=30092 vsize=9824668 CPUtime=2.91 cores=1,3,5,7
/proc/30094/task/30102/stat : 30102 (java) S 30092 30094 25184 0 -1 4202560 780 0 0 0 268 23 0 0 20 0 22 0 254466391 10060460032 824876 33554432000 1073741824 1073778376 140734173706656 140473617828520 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30094/tid=30103] ppid=30092 vsize=9824668 CPUtime=2.85 cores=1,3,5,7
/proc/30094/task/30103/stat : 30103 (java) S 30092 30094 25184 0 -1 4202560 744 0 0 0 264 21 0 0 20 0 22 0 254466391 10060460032 824876 33554432000 1073741824 1073778376 140734173706656 140473521617960 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30094/tid=30104] ppid=30092 vsize=9824668 CPUtime=2.79 cores=1,3,5,7
/proc/30094/task/30104/stat : 30104 (java) S 30092 30094 25184 0 -1 4202560 668 0 0 0 261 18 0 0 20 0 22 0 254466391 10060460032 824876 33554432000 1073741824 1073778376 140734173706656 140473520565160 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30094/tid=30105] ppid=30092 vsize=9824668 CPUtime=53.52 cores=1,3,5,7
/proc/30094/task/30105/stat : 30105 (java) S 30092 30094 25184 0 -1 4202560 3554 0 0 0 5329 23 0 0 20 0 22 0 254466392 10060460032 824876 33554432000 1073741824 1073778376 140734173706656 140473508366568 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30094/tid=30106] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30106/stat : 30106 (java) S 30092 30094 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254466392 10060460032 824876 33554432000 1073741824 1073778376 140734173706656 140473507312632 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30094/tid=30107] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30107/stat : 30107 (java) S 30092 30094 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254466392 10060460032 824876 33554432000 1073741824 1073778376 140734173706656 140473506260232 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30094/tid=30108] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30108/stat : 30108 (java) S 30092 30094 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254466395 10060460032 824876 33554432000 1073741824 1073778376 140734173706656 140473505208720 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30094/tid=30109] ppid=30092 vsize=9824668 CPUtime=1.12 cores=1,3,5,7
/proc/30094/task/30109/stat : 30109 (java) S 30092 30094 25184 0 -1 4202560 7422 0 0 0 110 2 0 0 20 0 22 0 254466395 10060460032 824876 33554432000 1073741824 1073778376 140734173706656 140473504156344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30094/tid=30110] ppid=30092 vsize=9824668 CPUtime=1.46 cores=1,3,5,7
/proc/30094/task/30110/stat : 30110 (java) S 30092 30094 25184 0 -1 4202560 10519 0 0 0 143 3 0 0 20 0 22 0 254466395 10060460032 824876 33554432000 1073741824 1073778376 140734173706656 140473503103544 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30094/tid=30111] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30111/stat : 30111 (java) S 30092 30094 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254466395 10060460032 824876 33554432000 1073741824 1073778376 140734173706656 140473502051448 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30094/tid=30112] ppid=30092 vsize=9824668 CPUtime=0.41 cores=1,3,5,7
/proc/30094/task/30112/stat : 30112 (java) S 30092 30094 25184 0 -1 4202560 47 0 0 0 24 17 0 0 20 0 22 0 254466395 10060460032 824876 33554432000 1073741824 1073778376 140734173706656 140473500998856 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30094/tid=30113] ppid=30092 vsize=9824668 CPUtime=760.2 cores=1,3,5,7
/proc/30094/task/30113/stat : 30113 (java) R 30092 30094 25184 0 -1 4202560 130 0 0 0 76007 13 0 0 20 0 22 0 254466435 10060460032 824876 33554432000 1073741824 1073778376 140734173706656 140473499943136 140473624833152 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30094/tid=30114] ppid=30092 vsize=9824668 CPUtime=760.28 cores=1,3,5,7
/proc/30094/task/30114/stat : 30114 (java) R 30092 30094 25184 0 -1 4202560 981 0 0 0 75983 45 0 0 20 0 22 0 254466435 10060460032 824876 33554432000 1073741824 1073778376 140734173706656 140473498888064 140473624844547 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30094/tid=30115] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30115/stat : 30115 (java) S 30092 30094 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254466437 10060460032 824876 33554432000 1073741824 1073778376 140734173706656 140473497838760 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30094/tid=30116] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30116/stat : 30116 (java) S 30092 30094 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254466437 10060460032 824876 33554432000 1073741824 1073778376 140734173706656 140473496785960 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1603.2
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.95 3.90 3.83 5/219 30187
/proc/meminfo: memFree=23920572/32873844 swapFree=7388/7388
[pid=30094] ppid=30092 vsize=9824668 CPUtime=1721.85 cores=1,3,5,7
/proc/30094/stat : 30094 (java) S 30092 30094 25184 0 -1 4202496 32591 0 1 0 171926 259 0 0 20 0 22 0 254466388 10060460032 847569 33554432000 1073741824 1073778376 140734173706656 140734173697792 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30094/statm: 2456167 847569 2287 9 0 2446860 0
[pid=30094/tid=30096] ppid=30092 vsize=9824668 CPUtime=0.48 cores=1,3,5,7
/proc/30094/task/30096/stat : 30096 (java) S 30092 30094 25184 0 -1 4202560 2580 0 1 0 44 4 0 0 20 0 22 0 254466390 10060460032 847569 33554432000 1073741824 1073778376 140734173706656 140473684362232 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30094/tid=30097] ppid=30092 vsize=9824668 CPUtime=2.46 cores=1,3,5,7
/proc/30094/task/30097/stat : 30097 (java) S 30092 30094 25184 0 -1 4202560 604 0 0 0 227 19 0 0 20 0 22 0 254466391 10060460032 847569 33554432000 1073741824 1073778376 140734173706656 140473623091496 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30094/tid=30098] ppid=30092 vsize=9824668 CPUtime=2.77 cores=1,3,5,7
/proc/30094/task/30098/stat : 30098 (java) S 30092 30094 25184 0 -1 4202560 612 0 0 0 256 21 0 0 20 0 22 0 254466391 10060460032 847569 33554432000 1073741824 1073778376 140734173706656 140473622038696 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30094/tid=30099] ppid=30092 vsize=9824668 CPUtime=2.56 cores=1,3,5,7
/proc/30094/task/30099/stat : 30099 (java) S 30092 30094 25184 0 -1 4202560 737 0 0 0 234 22 0 0 20 0 22 0 254466391 10060460032 847569 33554432000 1073741824 1073778376 140734173706656 140473620986408 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30094/tid=30100] ppid=30092 vsize=9824668 CPUtime=2.73 cores=1,3,5,7
/proc/30094/task/30100/stat : 30100 (java) S 30092 30094 25184 0 -1 4202560 870 0 0 0 251 22 0 0 20 0 22 0 254466391 10060460032 847569 33554432000 1073741824 1073778376 140734173706656 140473619933608 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30094/tid=30101] ppid=30092 vsize=9824668 CPUtime=3.06 cores=1,3,5,7
/proc/30094/task/30101/stat : 30101 (java) S 30092 30094 25184 0 -1 4202560 972 0 0 0 283 23 0 0 20 0 22 0 254466391 10060460032 847569 33554432000 1073741824 1073778376 140734173706656 140473618881320 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30094/tid=30102] ppid=30092 vsize=9824668 CPUtime=3.04 cores=1,3,5,7
/proc/30094/task/30102/stat : 30102 (java) S 30092 30094 25184 0 -1 4202560 865 0 0 0 279 25 0 0 20 0 22 0 254466391 10060460032 847569 33554432000 1073741824 1073778376 140734173706656 140473617828520 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30094/tid=30103] ppid=30092 vsize=9824668 CPUtime=2.9 cores=1,3,5,7
/proc/30094/task/30103/stat : 30103 (java) S 30092 30094 25184 0 -1 4202560 766 0 0 0 269 21 0 0 20 0 22 0 254466391 10060460032 847569 33554432000 1073741824 1073778376 140734173706656 140473521617960 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30094/tid=30104] ppid=30092 vsize=9824668 CPUtime=2.84 cores=1,3,5,7
/proc/30094/task/30104/stat : 30104 (java) S 30092 30094 25184 0 -1 4202560 675 0 0 0 266 18 0 0 20 0 22 0 254466391 10060460032 847569 33554432000 1073741824 1073778376 140734173706656 140473520565160 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30094/tid=30105] ppid=30092 vsize=9824668 CPUtime=55.21 cores=1,3,5,7
/proc/30094/task/30105/stat : 30105 (java) S 30092 30094 25184 0 -1 4202560 3616 0 0 0 5498 23 0 0 20 0 22 0 254466392 10060460032 847569 33554432000 1073741824 1073778376 140734173706656 140473508366568 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30094/tid=30106] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30106/stat : 30106 (java) S 30092 30094 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254466392 10060460032 847569 33554432000 1073741824 1073778376 140734173706656 140473507312632 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30094/tid=30107] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30107/stat : 30107 (java) S 30092 30094 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254466392 10060460032 847569 33554432000 1073741824 1073778376 140734173706656 140473506260232 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30094/tid=30108] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30108/stat : 30108 (java) S 30092 30094 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254466395 10060460032 847569 33554432000 1073741824 1073778376 140734173706656 140473505208720 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30094/tid=30109] ppid=30092 vsize=9824668 CPUtime=1.12 cores=1,3,5,7
/proc/30094/task/30109/stat : 30109 (java) S 30092 30094 25184 0 -1 4202560 7422 0 0 0 110 2 0 0 20 0 22 0 254466395 10060460032 847569 33554432000 1073741824 1073778376 140734173706656 140473504156344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30094/tid=30110] ppid=30092 vsize=9824668 CPUtime=1.46 cores=1,3,5,7
/proc/30094/task/30110/stat : 30110 (java) S 30092 30094 25184 0 -1 4202560 10520 0 0 0 143 3 0 0 20 0 22 0 254466395 10060460032 847569 33554432000 1073741824 1073778376 140734173706656 140473503103544 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30094/tid=30111] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30111/stat : 30111 (java) S 30092 30094 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254466395 10060460032 847569 33554432000 1073741824 1073778376 140734173706656 140473502051448 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30094/tid=30112] ppid=30092 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/30094/task/30112/stat : 30112 (java) S 30092 30094 25184 0 -1 4202560 51 0 0 0 26 19 0 0 20 0 22 0 254466395 10060460032 847569 33554432000 1073741824 1073778376 140734173706656 140473500998856 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30094/tid=30113] ppid=30092 vsize=9824668 CPUtime=818.19 cores=1,3,5,7
/proc/30094/task/30113/stat : 30113 (java) R 30092 30094 25184 0 -1 4202560 132 0 0 0 81805 14 0 0 20 0 22 0 254466435 10060460032 847569 33554432000 1073741824 1073778376 140734173706656 140473499941104 140473624758910 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30094/tid=30114] ppid=30092 vsize=9824668 CPUtime=818.25 cores=1,3,5,7
/proc/30094/task/30114/stat : 30114 (java) R 30092 30094 25184 0 -1 4202560 982 0 0 0 81779 46 0 0 20 0 22 0 254466435 10060460032 847569 33554432000 1073741824 1073778376 140734173706656 140473498889152 140473625248889 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30094/tid=30115] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30115/stat : 30115 (java) S 30092 30094 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254466437 10060460032 847569 33554432000 1073741824 1073778376 140734173706656 140473497838760 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30094/tid=30116] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30116/stat : 30116 (java) S 30092 30094 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254466437 10060460032 847569 33554432000 1073741824 1073778376 140734173706656 140473496785960 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+921.001 s]
/proc/loadavg: 3.97 3.91 3.83 5/219 30187
/proc/meminfo: memFree=23714968/32873844 swapFree=7388/7388
[pid=30094] ppid=30092 vsize=9824668 CPUtime=1800.06 cores=1,3,5,7
/proc/30094/stat : 30094 (java) S 30092 30094 25184 0 -1 4202496 34085 0 1 0 179730 276 0 0 20 0 22 0 254466388 10060460032 896838 33554432000 1073741824 1073778376 140734173706656 140734173697792 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30094/statm: 2456167 896838 2287 9 0 2446860 0
[pid=30094/tid=30096] ppid=30092 vsize=9824668 CPUtime=0.49 cores=1,3,5,7
/proc/30094/task/30096/stat : 30096 (java) S 30092 30094 25184 0 -1 4202560 2580 0 1 0 45 4 0 0 20 0 22 0 254466390 10060460032 896838 33554432000 1073741824 1073778376 140734173706656 140473684362232 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30094/tid=30097] ppid=30092 vsize=9824668 CPUtime=2.63 cores=1,3,5,7
/proc/30094/task/30097/stat : 30097 (java) S 30092 30094 25184 0 -1 4202560 843 0 0 0 242 21 0 0 20 0 22 0 254466391 10060460032 896838 33554432000 1073741824 1073778376 140734173706656 140473623091496 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30094/tid=30098] ppid=30092 vsize=9824668 CPUtime=3.06 cores=1,3,5,7
/proc/30094/task/30098/stat : 30098 (java) S 30092 30094 25184 0 -1 4202560 802 0 0 0 282 24 0 0 20 0 22 0 254466391 10060460032 896838 33554432000 1073741824 1073778376 140734173706656 140473622038696 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30094/tid=30099] ppid=30092 vsize=9824668 CPUtime=2.72 cores=1,3,5,7
/proc/30094/task/30099/stat : 30099 (java) S 30092 30094 25184 0 -1 4202560 930 0 0 0 249 23 0 0 20 0 22 0 254466391 10060460032 896838 33554432000 1073741824 1073778376 140734173706656 140473620986408 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30094/tid=30100] ppid=30092 vsize=9824668 CPUtime=2.98 cores=1,3,5,7
/proc/30094/task/30100/stat : 30100 (java) S 30092 30094 25184 0 -1 4202560 925 0 0 0 274 24 0 0 20 0 22 0 254466391 10060460032 896838 33554432000 1073741824 1073778376 140734173706656 140473619933608 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30094/tid=30101] ppid=30092 vsize=9824668 CPUtime=3.27 cores=1,3,5,7
/proc/30094/task/30101/stat : 30101 (java) S 30092 30094 25184 0 -1 4202560 1212 0 0 0 302 25 0 0 20 0 22 0 254466391 10060460032 896838 33554432000 1073741824 1073778376 140734173706656 140473618881320 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30094/tid=30102] ppid=30092 vsize=9824668 CPUtime=3.21 cores=1,3,5,7
/proc/30094/task/30102/stat : 30102 (java) S 30092 30094 25184 0 -1 4202560 902 0 0 0 294 27 0 0 20 0 22 0 254466391 10060460032 896838 33554432000 1073741824 1073778376 140734173706656 140473617828520 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30094/tid=30103] ppid=30092 vsize=9824668 CPUtime=3.07 cores=1,3,5,7
/proc/30094/task/30103/stat : 30103 (java) S 30092 30094 25184 0 -1 4202560 1002 0 0 0 284 23 0 0 20 0 22 0 254466391 10060460032 896838 33554432000 1073741824 1073778376 140734173706656 140473521617960 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30094/tid=30104] ppid=30092 vsize=9824668 CPUtime=3.05 cores=1,3,5,7
/proc/30094/task/30104/stat : 30104 (java) S 30092 30094 25184 0 -1 4202560 866 0 0 0 285 20 0 0 20 0 22 0 254466391 10060460032 896838 33554432000 1073741824 1073778376 140734173706656 140473520565160 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30094/tid=30105] ppid=30092 vsize=9824668 CPUtime=55.21 cores=1,3,5,7
/proc/30094/task/30105/stat : 30105 (java) S 30092 30094 25184 0 -1 4202560 3721 0 0 0 5498 23 0 0 20 0 22 0 254466392 10060460032 896838 33554432000 1073741824 1073778376 140734173706656 140473508366568 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30094/tid=30106] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30106/stat : 30106 (java) S 30092 30094 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254466392 10060460032 896838 33554432000 1073741824 1073778376 140734173706656 140473507312632 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30094/tid=30107] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30107/stat : 30107 (java) S 30092 30094 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254466392 10060460032 896838 33554432000 1073741824 1073778376 140734173706656 140473506260232 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30094/tid=30108] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30108/stat : 30108 (java) S 30092 30094 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254466395 10060460032 896838 33554432000 1073741824 1073778376 140734173706656 140473505208720 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30094/tid=30109] ppid=30092 vsize=9824668 CPUtime=1.12 cores=1,3,5,7
/proc/30094/task/30109/stat : 30109 (java) S 30092 30094 25184 0 -1 4202560 7422 0 0 0 110 2 0 0 20 0 22 0 254466395 10060460032 896838 33554432000 1073741824 1073778376 140734173706656 140473504156344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30094/tid=30110] ppid=30092 vsize=9824668 CPUtime=1.46 cores=1,3,5,7
/proc/30094/task/30110/stat : 30110 (java) S 30092 30094 25184 0 -1 4202560 10520 0 0 0 143 3 0 0 20 0 22 0 254466395 10060460032 896838 33554432000 1073741824 1073778376 140734173706656 140473503103544 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30094/tid=30111] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30111/stat : 30111 (java) S 30092 30094 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254466395 10060460032 896838 33554432000 1073741824 1073778376 140734173706656 140473502051448 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30094/tid=30112] ppid=30092 vsize=9824668 CPUtime=0.47 cores=1,3,5,7
/proc/30094/task/30112/stat : 30112 (java) S 30092 30094 25184 0 -1 4202560 53 0 0 0 27 20 0 0 20 0 22 0 254466395 10060460032 896838 33554432000 1073741824 1073778376 140734173706656 140473500998856 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30094/tid=30113] ppid=30092 vsize=9824668 CPUtime=856.37 cores=1,3,5,7
/proc/30094/task/30113/stat : 30113 (java) R 30092 30094 25184 0 -1 4202560 132 0 0 0 85622 15 0 0 20 0 22 0 254466435 10060460032 896838 33554432000 1073741824 1073778376 140734173706656 140473499941376 140473624815232 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30094/tid=30114] ppid=30092 vsize=9824668 CPUtime=856.43 cores=1,3,5,7
/proc/30094/task/30114/stat : 30114 (java) R 30092 30094 25184 0 -1 4202560 988 0 0 0 85596 47 0 0 20 0 22 0 254466435 10060460032 896838 33554432000 1073741824 1073778376 140734173706656 140473498889264 140473625276482 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30094/tid=30115] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30115/stat : 30115 (java) S 30092 30094 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254466437 10060460032 896838 33554432000 1073741824 1073778376 140734173706656 140473497838760 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30094/tid=30116] ppid=30092 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30094/task/30116/stat : 30116 (java) S 30092 30094 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254466437 10060460032 896838 33554432000 1073741824 1073778376 140734173706656 140473496785960 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 30094 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=859443
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=181516
# CPU time returned by wait4() is 1796.04
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 921.079
CPU time (s): 1800.06
CPU user time (s): 1797.3
CPU system time (s): 2.76
CPU usage (%): 195.429
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.86
system time used= 3.18152
maximum resident set size= 3587472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34116
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25403
involuntary context switches= 34448

runsolver used 3.40148 second user time and 9.15361 second system time

The end

Launcher Data

Begin job on node147 at 2012-05-24 20:17:00
IDJOB=3689596
IDBENCH=90114
IDSOLVER=2268
FILE ID=node147/3689596-1337883420
RUNJOBID= node147-1337871880-25201
PBS_JOBID= 14620057
Free space on /tmp= 71712 MiB

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

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

MD5SUM BENCH= 1622186c78d9255ec55518143c1e5a9e
RANDOM SEED=1379379950

node147.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.951
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.90
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.951
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.951
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.87
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.951
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.951
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.951
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.951
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.951
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:        27467780 kB
Buffers:          228164 kB
Cached:          1453240 kB
SwapCached:         6180 kB
Active:          3287292 kB
Inactive:        1337988 kB
Active(anon):    2939364 kB
Inactive(anon):     6780 kB
Active(file):     347928 kB
Inactive(file):  1331208 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67097572 kB
Dirty:               936 kB
Writeback:             0 kB
AnonPages:       2949780 kB
Mapped:            17892 kB
Shmem:                 0 kB
Slab:             631164 kB
SReclaimable:      72316 kB
SUnreclaim:       558848 kB
KernelStack:        1616 kB
PageTables:         9964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3546844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2875392 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= 71716 MiB
End job on node147 at 2012-05-24 20:32:23