Trace number 4080567

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
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.76 894.679

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K90.opb
MD5SUMa811647d9332337c7e73474eee26f5b9
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 variables6120
Total number of constraints6302
Number of constraints which are clauses6212
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint90
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 91
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
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 >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
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 Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
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@75786e64
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 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4080567-1465272526.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.79/0.46	c ... done. Wall clock time 0.339s.
0.79/0.46	c declared #vars     6120
0.79/0.46	c #constraints  6302
0.79/0.46	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.79/0.46	c constraints type 
0.79/0.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5053
0.79/0.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 90
0.79/0.46	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.79/0.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1157
0.79/0.46	c 6302 constraints processed.
0.79/0.46	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.79/0.46	c constraints type 
0.79/0.46	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1157
0.79/0.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5053
0.79/0.46	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 90
0.79/0.46	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.79/0.46	c 6302 constraints processed.
6.27/2.09	c cleaning 2486 clauses out of 4986 with flag 26105/5000
9.82/3.42	c cleaning 4231 clauses out of 8490 with flag 61596/11000
13.29/5.10	c cleaning 5572 clauses out of 11249 with flag 106701/18000
16.92/6.89	c cleaning 6807 clauses out of 13670 with flag 158745/26002
21.83/9.26	c cleaning 7924 clauses out of 15850 with flag 226720/35000
26.70/11.67	c cleaning 8927 clauses out of 17915 with flag 287915/45000
32.80/14.62	c cleaning 9489 clauses out of 19983 with flag 351198/56000
39.60/18.03	c cleaning 10317 clauses out of 22491 with flag 417280/68000
46.47/21.48	c cleaning 11071 clauses out of 25170 with flag 496144/81003
54.15/25.23	c cleaning 11793 clauses out of 28087 with flag 576346/95000
62.34/29.38	c cleaning 12735 clauses out of 31296 with flag 671528/110008
71.43/33.89	c cleaning 13763 clauses out of 34550 with flag 763286/126000
81.63/38.96	c cleaning 14544 clauses out of 37782 with flag 867613/143000
92.73/44.41	c cleaning 15317 clauses out of 41234 with flag 974518/161001
103.53/49.82	c cleaning 16360 clauses out of 44913 with flag 1088847/180002
115.86/55.97	c cleaning 17331 clauses out of 48551 with flag 1216546/200004
128.36/62.12	c cleaning 17936 clauses out of 52212 with flag 1348676/221000
141.56/68.76	c cleaning 18737 clauses out of 56274 with flag 1497973/243000
156.10/75.91	c cleaning 19878 clauses out of 60535 with flag 1645312/266000
172.38/84.30	c cleaning 20774 clauses out of 64655 with flag 1794495/290000
188.23/92.22	c cleaning 21558 clauses out of 68879 with flag 1956708/315001
204.92/100.53	c cleaning 22733 clauses out of 73319 with flag 2136340/341000
223.78/109.91	c cleaning 23356 clauses out of 77586 with flag 2316242/368000
243.86/120.00	c cleaning 24347 clauses out of 82229 with flag 2508960/396000
266.05/130.92	c cleaning 25276 clauses out of 86885 with flag 2709972/425005
287.77/141.80	c cleaning 26065 clauses out of 91603 with flag 2917806/455000
309.17/152.49	c cleaning 26988 clauses out of 96547 with flag 3136019/486010
332.73/164.13	c cleaning 27810 clauses out of 101549 with flag 3363926/518000
343.54/169.58	c cleaning 0 clauses out of 5001 with flag 0/5001
358.00/176.59	c cleaning 28826 clauses out of 106740 with flag 3592759/551001
385.47/190.10	c cleaning 30199 clauses out of 111912 with flag 3836052/585000
414.77/205.04	c cleaning 30948 clauses out of 116714 with flag 4096235/620002
443.52/219.36	c cleaning 31821 clauses out of 121764 with flag 4356411/656000
475.30/235.18	c cleaning 32917 clauses out of 126945 with flag 4639495/693003
507.73/251.23	c cleaning 33837 clauses out of 132025 with flag 4928058/731001
541.04/267.78	c cleaning 34852 clauses out of 137187 with flag 5228173/770000
577.88/286.08	c cleaning 35929 clauses out of 142335 with flag 5540590/810000
614.94/304.47	c cleaning 36672 clauses out of 147406 with flag 5867835/851000
654.92/324.22	c cleaning 37919 clauses out of 152732 with flag 6207634/893000
695.25/344.26	c cleaning 38510 clauses out of 157816 with flag 6551547/936003
738.77/366.57	c cleaning 39629 clauses out of 163303 with flag 6916565/980000
782.99/388.59	c cleaning 40566 clauses out of 168675 with flag 7304558/1025001
830.81/412.23	c cleaning 41732 clauses out of 174108 with flag 7775685/1071000
876.96/435.12	c cleaning 42622 clauses out of 179376 with flag 8180758/1118000
924.36/458.60	c cleaning 44015 clauses out of 184753 with flag 8612612/1166000
977.35/484.81	c cleaning 44973 clauses out of 189738 with flag 9048546/1215000
1029.17/510.64	c cleaning 45928 clauses out of 194769 with flag 9515609/1265004
1083.75/537.79	c cleaning 46764 clauses out of 199838 with flag 9972978/1316001
1139.60/565.44	c cleaning 47717 clauses out of 205073 with flag 10502454/1368000
1201.06/597.24	c cleaning 48774 clauses out of 210357 with flag 11001962/1421001
1260.70/626.84	c cleaning 50011 clauses out of 215583 with flag 11513769/1475001
1323.46/657.99	c cleaning 50959 clauses out of 220571 with flag 12070279/1530000
1389.92/690.81	c cleaning 51956 clauses out of 225612 with flag 12644824/1586000
1455.20/723.11	c cleaning 53364 clauses out of 230657 with flag 13195027/1643001
1520.36/755.59	c cleaning 54085 clauses out of 235293 with flag 13807716/1701001
1579.50/785.06	c cleaning 55229 clauses out of 240207 with flag 14408987/1760001
1641.96/816.16	c cleaning 55951 clauses out of 244977 with flag 15069259/1820001
1714.81/852.29	c cleaning 57217 clauses out of 250024 with flag 15746860/1881000
1783.20/886.23	c cleaning 58132 clauses out of 254805 with flag 16455650/1943000
1800.00/894.60	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/894.60	c starts		: 14570
1800.00/894.60	c conflicts		: 1963416
1800.00/894.60	c decisions		: 27959662
1800.00/894.60	c propagations		: 714414125
1800.00/894.60	c inspects		: 5004560147
1800.00/894.60	c shortcuts		: 0
1800.00/894.60	c learnt literals	: 148
1800.00/894.60	c learnt binary clauses	: 73650
1800.00/894.60	c learnt ternary clauses	: 80196
1800.00/894.60	c learnt constraints	: 1963268
1800.00/894.60	c ignored constraints	: 0
1800.00/894.60	c root simplifications	: 0
1800.00/894.60	c removed literals (reason simplification)	: 31031059
1800.00/894.60	c reason swapping (by a shorter reason)	: 0
1800.00/894.60	c Calls to reduceDB	: 58
1800.00/894.60	c Number of update (reduction) of LBD	: 1641822
1800.00/894.60	c Imported unit clauses	: 0
1800.00/894.60	c number of reductions to clauses (during analyze)	: 0
1800.00/894.60	c number of learned constraints concerned by reduction	: 0
1800.00/894.60	c number of learning phase by resolution	: 0
1800.00/894.60	c number of learning phase by cutting planes	: 0
1800.00/894.60	c speed (assignments/second)	: 799005.652428229
1800.00/894.60	c non guided choices	6025
1800.00/894.66	c learnt constraints type 
1800.00/894.66	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 73650
1800.00/894.66	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 143439
1800.00/894.66	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/894.66	c starts		: 34
1800.00/894.66	c conflicts		: 10318
1800.00/894.66	c decisions		: 94212
1800.00/894.66	c propagations		: 3425812
1800.00/894.66	c inspects		: 741299528
1800.00/894.66	c shortcuts		: 0
1800.00/894.66	c learnt literals	: 0
1800.00/894.66	c learnt binary clauses	: 0
1800.00/894.66	c learnt ternary clauses	: 0
1800.00/894.66	c learnt constraints	: 10317
1800.00/894.66	c ignored constraints	: 0
1800.00/894.66	c root simplifications	: 0
1800.00/894.66	c removed literals (reason simplification)	: 0
1800.00/894.66	c reason swapping (by a shorter reason)	: 0
1800.00/894.66	c Calls to reduceDB	: 1
1800.00/894.66	c Number of update (reduction) of LBD	: 0
1800.00/894.66	c Imported unit clauses	: 0
1800.00/894.66	c number of reductions to clauses (during analyze)	: 0
1800.00/894.66	c number of learned constraints concerned by reduction	: 0
1800.00/894.66	c number of learning phase by resolution	: 0
1800.00/894.66	c number of learning phase by cutting planes	: 0
1800.00/894.66	c speed (assignments/second)	: 3831.220231205469
1800.00/894.66	c non guided choices	1236
1800.00/894.66	c learnt constraints type 
1800.00/894.66	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 268
1800.00/894.66	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1079
1800.00/894.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8970
1800.00/894.66	s UNKNOWN
1800.00/894.66	c Total wall clock time (in seconds): 894.541

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4080567-1465272526/watcher-4080567-1465272526 -o /tmp/evaluation-result-4080567-1465272526/solver-4080567-1465272526 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1465261736-14347 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080567-1465272526.opb 

pid=17933
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.92 3.97 3.96 4/197 17936
/proc/meminfo: memFree=29658508/32872528 swapFree=9100/9100
[pid=17936] ppid=17933 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/17936/stat : 17936 (java) R 17933 17936 14331 0 -1 4202496 474 0 0 0 0 0 0 0 20 0 1 0 109183738 9515008 129 33554432000 1073741824 1073778376 140733914074560 140733914071688 243768814880 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17936/statm: 2323 134 104 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 3.92 3.97 3.96 4/197 17936
/proc/meminfo: memFree=29658508/32872528 swapFree=9100/9100
[pid=17936] ppid=17933 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/17936/stat : 17936 (java) S 17933 17936 14331 0 -1 4202496 4458 0 1 0 8 1 0 0 20 0 18 0 109183738 9787879424 6069 33554432000 1073741824 1073778376 140733914074560 140733914065696 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17936/statm: 2389619 6069 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200219 s]
/proc/loadavg: 3.92 3.97 3.96 4/197 17936
/proc/meminfo: memFree=29658508/32872528 swapFree=9100/9100
[pid=17936] ppid=17933 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/17936/stat : 17936 (java) S 17933 17936 14331 0 -1 4202496 6265 0 1 0 26 1 0 0 20 0 18 0 109183738 9787879424 7888 33554432000 1073741824 1073778376 140733914074560 140733914065696 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17936/statm: 2389619 7889 2209 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300224 s]
/proc/loadavg: 3.92 3.97 3.96 4/197 17936
/proc/meminfo: memFree=29658508/32872528 swapFree=9100/9100
[pid=17936] ppid=17933 vsize=9558476 CPUtime=0.55 cores=0,2,4,6
/proc/17936/stat : 17936 (java) S 17933 17936 14331 0 -1 4202496 7181 0 1 0 54 1 0 0 20 0 18 0 109183738 9787879424 9930 33554432000 1073741824 1073778376 140733914074560 140733914065696 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17936/statm: 2389619 9930 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.700178 s]
/proc/loadavg: 3.92 3.97 3.96 4/197 17936
/proc/meminfo: memFree=29658508/32872528 swapFree=9100/9100
[pid=17936] ppid=17933 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/17936/stat : 17936 (java) S 17933 17936 14331 0 -1 4202496 20147 0 1 0 188 4 0 0 20 0 22 0 109183738 10060525568 28245 33554432000 1073741824 1073778376 140733914074560 140733914065696 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17936/statm: 2456183 28245 2256 9 0 2446860 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 4.09 4.00 3.97 7/219 17958
/proc/meminfo: memFree=29544832/32872528 swapFree=9100/9100
[pid=17936] ppid=17933 vsize=9824732 CPUtime=5.11 cores=0,2,4,6
/proc/17936/stat : 17936 (java) S 17933 17936 14331 0 -1 4202496 23428 0 1 0 506 5 0 0 20 0 22 0 109183738 10060525568 37163 33554432000 1073741824 1073778376 140733914074560 140733914065696 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17936/statm: 2456183 37163 2276 9 0 2446860 0
[pid=17936/tid=17938] ppid=17933 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/17936/task/17938/stat : 17938 (java) S 17933 17936 14331 0 -1 4202560 2492 0 1 0 42 1 0 0 20 0 22 0 109183739 10060525568 37163 33554432000 1073741824 1073778376 140733914074560 140038192153464 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17936/tid=17939] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17939/stat : 17939 (java) S 17933 17936 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109183740 10060525568 37163 33554432000 1073741824 1073778376 140733914074560 140038153645096 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17940] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17940/stat : 17940 (java) S 17933 17936 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109183740 10060525568 37163 33554432000 1073741824 1073778376 140733914074560 140038152592296 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17936/tid=17941] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17941/stat : 17941 (java) S 17933 17936 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109183740 10060525568 37163 33554432000 1073741824 1073778376 140733914074560 140038151539496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17936/tid=17942] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17942/stat : 17942 (java) S 17933 17936 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109183740 10060525568 37163 33554432000 1073741824 1073778376 140733914074560 140038150486696 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17936/tid=17943] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17943/stat : 17943 (java) S 17933 17936 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109183740 10060525568 37163 33554432000 1073741824 1073778376 140733914074560 140038149433896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17944] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17944/stat : 17944 (java) S 17933 17936 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109183740 10060525568 37163 33554432000 1073741824 1073778376 140733914074560 140038148381096 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17936/tid=17945] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17945/stat : 17945 (java) S 17933 17936 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109183740 10060525568 37163 33554432000 1073741824 1073778376 140733914074560 140038029437224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17946] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17946/stat : 17946 (java) S 17933 17936 14331 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 109183740 10060525568 37163 33554432000 1073741824 1073778376 140733914074560 140038028384424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17947] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17947/stat : 17947 (java) S 17933 17936 14331 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 109183741 10060525568 37163 33554432000 1073741824 1073778376 140733914074560 140038016187368 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17948] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17948/stat : 17948 (java) S 17933 17936 14331 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 109183741 10060525568 37163 33554432000 1073741824 1073778376 140733914074560 140038015133432 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17949] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17949/stat : 17949 (java) S 17933 17936 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109183741 10060525568 37163 33554432000 1073741824 1073778376 140733914074560 140038014080520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17950] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17950/stat : 17950 (java) S 17933 17936 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109183744 10060525568 37163 33554432000 1073741824 1073778376 140733914074560 140037274462864 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17951] ppid=17933 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/17936/task/17951/stat : 17951 (java) R 17933 17936 14331 0 -1 4202560 12924 0 0 0 126 3 0 0 20 0 22 0 109183744 10060525568 37163 33554432000 1073741824 1073778376 140733914074560 140037273396832 140038194202257 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17952] ppid=17933 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/17936/task/17952/stat : 17952 (java) R 17933 17936 14331 0 -1 4202560 6621 0 0 0 131 0 0 0 20 0 22 0 109183744 10060525568 37163 33554432000 1073741824 1073778376 140733914074560 140037272357056 140038196240367 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17936/tid=17953] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17953/stat : 17953 (java) S 17933 17936 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109183744 10060525568 37163 33554432000 1073741824 1073778376 140733914074560 140037271304568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17936/tid=17954] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17954/stat : 17954 (java) S 17933 17936 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109183744 10060525568 37163 33554432000 1073741824 1073778376 140733914074560 140037270251976 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17936/tid=17955] ppid=17933 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/17936/task/17955/stat : 17955 (java) R 17933 17936 14331 0 -1 4202560 33 0 0 0 102 0 0 0 20 0 22 0 109183784 10060525568 37163 33554432000 1073741824 1073778376 140733914074560 140037269196536 140038030161607 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17936/tid=17956] ppid=17933 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/17936/task/17956/stat : 17956 (java) R 17933 17936 14331 0 -1 4202560 79 0 0 0 101 0 0 0 20 0 22 0 109183784 10060525568 37163 33554432000 1073741824 1073778376 140733914074560 140037268144568 140038030146042 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=17936/tid=17957] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17957/stat : 17957 (java) S 17933 17936 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109183786 10060525568 37163 33554432000 1073741824 1073778376 140733914074560 140037267092904 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17936/tid=17958] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17958/stat : 17958 (java) S 17933 17936 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109183786 10060525568 37163 33554432000 1073741824 1073778376 140733914074560 140037266040104 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 5.11
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 4.09 4.00 3.97 6/219 17958
/proc/meminfo: memFree=29458320/32872528 swapFree=9100/9100
[pid=17936] ppid=17933 vsize=9824732 CPUtime=9.17 cores=0,2,4,6
/proc/17936/stat : 17936 (java) S 17933 17936 14331 0 -1 4202496 25276 0 1 0 905 12 0 0 20 0 22 0 109183738 10060525568 62587 33554432000 1073741824 1073778376 140733914074560 140733914065696 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17936/statm: 2456183 62587 2292 9 0 2446860 0
[pid=17936/tid=17938] ppid=17933 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/17936/task/17938/stat : 17938 (java) S 17933 17936 14331 0 -1 4202560 2492 0 1 0 42 1 0 0 20 0 22 0 109183739 10060525568 62587 33554432000 1073741824 1073778376 140733914074560 140038192153464 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17936/tid=17939] ppid=17933 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/17936/task/17939/stat : 17939 (java) S 17933 17936 14331 0 -1 4202560 90 0 0 0 4 0 0 0 20 0 22 0 109183740 10060525568 62587 33554432000 1073741824 1073778376 140733914074560 140038153645096 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17940] ppid=17933 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/17936/task/17940/stat : 17940 (java) S 17933 17936 14331 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 109183740 10060525568 62587 33554432000 1073741824 1073778376 140733914074560 140038152592296 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17941] ppid=17933 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/17936/task/17941/stat : 17941 (java) S 17933 17936 14331 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 109183740 10060525568 62587 33554432000 1073741824 1073778376 140733914074560 140038151539496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17936/tid=17942] ppid=17933 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/17936/task/17942/stat : 17942 (java) S 17933 17936 14331 0 -1 4202560 19 0 0 0 2 1 0 0 20 0 22 0 109183740 10060525568 62587 33554432000 1073741824 1073778376 140733914074560 140038150486696 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17936/tid=17943] ppid=17933 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/17936/task/17943/stat : 17943 (java) S 17933 17936 14331 0 -1 4202560 13 0 0 0 4 0 0 0 20 0 22 0 109183740 10060525568 62587 33554432000 1073741824 1073778376 140733914074560 140038149433896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17944] ppid=17933 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/17936/task/17944/stat : 17944 (java) S 17933 17936 14331 0 -1 4202560 73 0 0 0 2 0 0 0 20 0 22 0 109183740 10060525568 62587 33554432000 1073741824 1073778376 140733914074560 140038148381096 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17945] ppid=17933 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/17936/task/17945/stat : 17945 (java) S 17933 17936 14331 0 -1 4202560 80 0 0 0 3 1 0 0 20 0 22 0 109183740 10060525568 62587 33554432000 1073741824 1073778376 140733914074560 140038029437224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17946] ppid=17933 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/17936/task/17946/stat : 17946 (java) S 17933 17936 14331 0 -1 4202560 74 0 0 0 4 0 0 0 20 0 22 0 109183740 10060525568 62587 33554432000 1073741824 1073778376 140733914074560 140038028384424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17947] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17947/stat : 17947 (java) S 17933 17936 14331 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 109183741 10060525568 62587 33554432000 1073741824 1073778376 140733914074560 140038016187368 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17936/tid=17948] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17948/stat : 17948 (java) S 17933 17936 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109183741 10060525568 62587 33554432000 1073741824 1073778376 140733914074560 140038015133432 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17949] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17949/stat : 17949 (java) S 17933 17936 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109183741 10060525568 62587 33554432000 1073741824 1073778376 140733914074560 140038014080520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17950] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17950/stat : 17950 (java) S 17933 17936 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109183744 10060525568 62587 33554432000 1073741824 1073778376 140733914074560 140037274462864 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17951] ppid=17933 vsize=9824732 CPUtime=1.84 cores=0,2,4,6
/proc/17936/task/17951/stat : 17951 (java) S 17933 17936 14331 0 -1 4202560 14312 0 0 0 181 3 0 0 20 0 22 0 109183744 10060525568 62587 33554432000 1073741824 1073778376 140733914074560 140037273409976 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17952] ppid=17933 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/17936/task/17952/stat : 17952 (java) S 17933 17936 14331 0 -1 4202560 6625 0 0 0 148 0 0 0 20 0 22 0 109183744 10060525568 62587 33554432000 1073741824 1073778376 140733914074560 140037272357176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17936/tid=17953] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17953/stat : 17953 (java) S 17933 17936 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109183744 10060525568 62587 33554432000 1073741824 1073778376 140733914074560 140037271304568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17936/tid=17954] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17954/stat : 17954 (java) S 17933 17936 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109183744 10060525568 62587 33554432000 1073741824 1073778376 140733914074560 140037270251976 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17955] ppid=17933 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/17936/task/17955/stat : 17955 (java) R 17933 17936 14331 0 -1 4202560 33 0 0 0 252 0 0 0 20 0 22 0 109183784 10060525568 62587 33554432000 1073741824 1073778376 140733914074560 140037269196280 140038030317810 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17936/tid=17956] ppid=17933 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/17936/task/17956/stat : 17956 (java) R 17933 17936 14331 0 -1 4202560 107 0 0 0 247 2 0 0 20 0 22 0 109183784 10060525568 62587 33554432000 1073741824 1073778376 140733914074560 140037268143984 140038030859593 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=17936/tid=17957] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17957/stat : 17957 (java) S 17933 17936 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109183786 10060525568 62587 33554432000 1073741824 1073778376 140733914074560 140037267092904 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17936/tid=17958] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17958/stat : 17958 (java) S 17933 17936 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109183786 10060525568 62587 33554432000 1073741824 1073778376 140733914074560 140037266040104 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 9.17
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.09 4.00 3.97 5/219 17958
/proc/meminfo: memFree=29268556/32872528 swapFree=9100/9100
[pid=17936] ppid=17933 vsize=9824732 CPUtime=15.84 cores=0,2,4,6
/proc/17936/stat : 17936 (java) S 17933 17936 14331 0 -1 4202496 25935 0 1 0 1560 24 0 0 20 0 22 0 109183738 10060525568 142088 33554432000 1073741824 1073778376 140733914074560 140733914065696 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17936/statm: 2456183 142088 2292 9 0 2446860 0
[pid=17936/tid=17938] ppid=17933 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/17936/task/17938/stat : 17938 (java) S 17933 17936 14331 0 -1 4202560 2492 0 1 0 42 1 0 0 20 0 22 0 109183739 10060525568 142088 33554432000 1073741824 1073778376 140733914074560 140038192153464 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17939] ppid=17933 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/17936/task/17939/stat : 17939 (java) S 17933 17936 14331 0 -1 4202560 108 0 0 0 7 2 0 0 20 0 22 0 109183740 10060525568 142088 33554432000 1073741824 1073778376 140733914074560 140038153645096 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17936/tid=17940] ppid=17933 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/17936/task/17940/stat : 17940 (java) S 17933 17936 14331 0 -1 4202560 21 0 0 0 3 1 0 0 20 0 22 0 109183740 10060525568 142088 33554432000 1073741824 1073778376 140733914074560 140038152592296 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17941] ppid=17933 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/17936/task/17941/stat : 17941 (java) S 17933 17936 14331 0 -1 4202560 25 0 0 0 5 1 0 0 20 0 22 0 109183740 10060525568 142088 33554432000 1073741824 1073778376 140733914074560 140038151539496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17936/tid=17942] ppid=17933 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/17936/task/17942/stat : 17942 (java) S 17933 17936 14331 0 -1 4202560 38 0 0 0 5 3 0 0 20 0 22 0 109183740 10060525568 142088 33554432000 1073741824 1073778376 140733914074560 140038150486696 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17936/tid=17943] ppid=17933 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/17936/task/17943/stat : 17943 (java) S 17933 17936 14331 0 -1 4202560 19 0 0 0 5 0 0 0 20 0 22 0 109183740 10060525568 142088 33554432000 1073741824 1073778376 140733914074560 140038149433896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17936/tid=17944] ppid=17933 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/17936/task/17944/stat : 17944 (java) S 17933 17936 14331 0 -1 4202560 93 0 0 0 5 2 0 0 20 0 22 0 109183740 10060525568 142088 33554432000 1073741824 1073778376 140733914074560 140038148381096 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17936/tid=17945] ppid=17933 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/17936/task/17945/stat : 17945 (java) S 17933 17936 14331 0 -1 4202560 100 0 0 0 7 2 0 0 20 0 22 0 109183740 10060525568 142088 33554432000 1073741824 1073778376 140733914074560 140038029437224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17936/tid=17946] ppid=17933 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/17936/task/17946/stat : 17946 (java) S 17933 17936 14331 0 -1 4202560 84 0 0 0 4 2 0 0 20 0 22 0 109183740 10060525568 142088 33554432000 1073741824 1073778376 140733914074560 140038028384424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17947] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17947/stat : 17947 (java) S 17933 17936 14331 0 -1 4202560 209 0 0 0 0 0 0 0 20 0 22 0 109183741 10060525568 142088 33554432000 1073741824 1073778376 140733914074560 140038016187368 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17936/tid=17948] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17948/stat : 17948 (java) S 17933 17936 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109183741 10060525568 142088 33554432000 1073741824 1073778376 140733914074560 140038015133432 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17949] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17949/stat : 17949 (java) S 17933 17936 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109183741 10060525568 142088 33554432000 1073741824 1073778376 140733914074560 140038014080520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17950] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17950/stat : 17950 (java) S 17933 17936 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109183744 10060525568 142088 33554432000 1073741824 1073778376 140733914074560 140037274462864 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17951] ppid=17933 vsize=9824732 CPUtime=1.94 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.04 4.00 3.98 5/219 18049
/proc/meminfo: memFree=24603140/32872528 swapFree=9100/9100
[pid=17936] ppid=17933 vsize=9824732 CPUtime=1654.51 cores=0,2,4,6
/proc/17936/stat : 17936 (java) S 17933 17936 14331 0 -1 4202496 38706 0 1 0 165254 197 0 0 20 0 22 0 109183738 10060525568 949284 33554432000 1073741824 1073778376 140733914074560 140733914065696 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17936/statm: 2456183 949284 2301 9 0 2446860 0
[pid=17936/tid=17938] ppid=17933 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/17936/task/17938/stat : 17938 (java) S 17933 17936 14331 0 -1 4202560 2505 0 1 0 45 2 0 0 20 0 22 0 109183739 10060525568 949284 33554432000 1073741824 1073778376 140733914074560 140038192153464 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17939] ppid=17933 vsize=9824732 CPUtime=3.11 cores=0,2,4,6
/proc/17936/task/17939/stat : 17939 (java) S 17933 17936 14331 0 -1 4202560 691 0 0 0 296 15 0 0 20 0 22 0 109183740 10060525568 949284 33554432000 1073741824 1073778376 140733914074560 140038153645096 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17936/tid=17940] ppid=17933 vsize=9824732 CPUtime=3.24 cores=0,2,4,6
/proc/17936/task/17940/stat : 17940 (java) S 17933 17936 14331 0 -1 4202560 769 0 0 0 308 16 0 0 20 0 22 0 109183740 10060525568 949284 33554432000 1073741824 1073778376 140733914074560 140038152592296 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17936/tid=17941] ppid=17933 vsize=9824732 CPUtime=3.1 cores=0,2,4,6
/proc/17936/task/17941/stat : 17941 (java) S 17933 17936 14331 0 -1 4202560 529 0 0 0 295 15 0 0 20 0 22 0 109183740 10060525568 949284 33554432000 1073741824 1073778376 140733914074560 140038151539496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17936/tid=17942] ppid=17933 vsize=9824732 CPUtime=2.98 cores=0,2,4,6
/proc/17936/task/17942/stat : 17942 (java) S 17933 17936 14331 0 -1 4202560 858 0 0 0 282 16 0 0 20 0 22 0 109183740 10060525568 949284 33554432000 1073741824 1073778376 140733914074560 140038150486696 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17936/tid=17943] ppid=17933 vsize=9824732 CPUtime=3.53 cores=0,2,4,6
/proc/17936/task/17943/stat : 17943 (java) S 17933 17936 14331 0 -1 4202560 871 0 0 0 337 16 0 0 20 0 22 0 109183740 10060525568 949284 33554432000 1073741824 1073778376 140733914074560 140038149433896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17936/tid=17944] ppid=17933 vsize=9824732 CPUtime=3.35 cores=0,2,4,6
/proc/17936/task/17944/stat : 17944 (java) S 17933 17936 14331 0 -1 4202560 958 0 0 0 317 18 0 0 20 0 22 0 109183740 10060525568 949284 33554432000 1073741824 1073778376 140733914074560 140038148381096 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17945] ppid=17933 vsize=9824732 CPUtime=3.13 cores=0,2,4,6
/proc/17936/task/17945/stat : 17945 (java) S 17933 17936 14331 0 -1 4202560 835 0 0 0 292 21 0 0 20 0 22 0 109183740 10060525568 949284 33554432000 1073741824 1073778376 140733914074560 140038029437224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17936/tid=17946] ppid=17933 vsize=9824732 CPUtime=2.9 cores=0,2,4,6
/proc/17936/task/17946/stat : 17946 (java) S 17933 17936 14331 0 -1 4202560 1068 0 0 0 274 16 0 0 20 0 22 0 109183740 10060525568 949284 33554432000 1073741824 1073778376 140733914074560 140038028384424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17936/tid=17947] ppid=17933 vsize=9824732 CPUtime=5.61 cores=0,2,4,6
/proc/17936/task/17947/stat : 17947 (java) S 17933 17936 14331 0 -1 4202560 2432 0 0 0 553 8 0 0 20 0 22 0 109183741 10060525568 949284 33554432000 1073741824 1073778376 140733914074560 140038016187368 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17936/tid=17948] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17948/stat : 17948 (java) S 17933 17936 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109183741 10060525568 949284 33554432000 1073741824 1073778376 140733914074560 140038015133432 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17949] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17949/stat : 17949 (java) S 17933 17936 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109183741 10060525568 949284 33554432000 1073741824 1073778376 140733914074560 140038014080520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17950] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17950/stat : 17950 (java) S 17933 17936 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109183744 10060525568 949284 33554432000 1073741824 1073778376 140733914074560 140037274462864 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17951] ppid=17933 vsize=9824732 CPUtime=2.02 cores=0,2,4,6
/proc/17936/task/17951/stat : 17951 (java) S 17933 17936 14331 0 -1 4202560 14316 0 0 0 199 3 0 0 20 0 22 0 109183744 10060525568 949284 33554432000 1073741824 1073778376 140733914074560 140037273409976 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17952] ppid=17933 vsize=9824732 CPUtime=2.03 cores=0,2,4,6
/proc/17936/task/17952/stat : 17952 (java) S 17933 17936 14331 0 -1 4202560 9608 0 0 0 201 2 0 0 20 0 22 0 109183744 10060525568 949284 33554432000 1073741824 1073778376 140733914074560 140037272357176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17953] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17953/stat : 17953 (java) S 17933 17936 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109183744 10060525568 949284 33554432000 1073741824 1073778376 140733914074560 140037271304568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17936/tid=17954] ppid=17933 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/17936/task/17954/stat : 17954 (java) S 17933 17936 14331 0 -1 4202560 47 0 0 0 13 17 0 0 20 0 22 0 109183744 10060525568 949284 33554432000 1073741824 1073778376 140733914074560 140037270251976 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17936/tid=17955] ppid=17933 vsize=9824732 CPUtime=809.49 cores=0,2,4,6
/proc/17936/task/17955/stat : 17955 (java) R 17933 17936 14331 0 -1 4202560 97 0 0 0 80935 14 0 0 20 0 22 0 109183784 10060525568 949284 33554432000 1073741824 1073778376 140733914074560 140037269196832 140038030317671 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17936/tid=17956] ppid=17933 vsize=9824732 CPUtime=809.51 cores=0,2,4,6
/proc/17936/task/17956/stat : 17956 (java) R 17933 17936 14331 0 -1 4202560 1856 0 0 0 80902 49 0 0 20 0 22 0 109183784 10060525568 949284 33554432000 1073741824 1073778376 140733914074560 140037268143232 140038030859623 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17957] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17957/stat : 17957 (java) S 17933 17936 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109183786 10060525568 949284 33554432000 1073741824 1073778376 140733914074560 140037267092904 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17936/tid=17958] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17958/stat : 17958 (java) S 17933 17936 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109183786 10060525568 949284 33554432000 1073741824 1073778376 140733914074560 140037266040104 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1654.51
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.01 4.00 3.98 5/219 18050
/proc/meminfo: memFree=24355208/32872528 swapFree=9100/9100
[pid=17936] ppid=17933 vsize=9824732 CPUtime=1775.23 cores=0,2,4,6
/proc/17936/stat : 17936 (java) S 17933 17936 14331 0 -1 4202496 38914 0 1 0 177324 199 0 0 20 0 22 0 109183738 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140733914065696 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17936/statm: 2456183 953044 2301 9 0 2446860 0
[pid=17936/tid=17938] ppid=17933 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/17936/task/17938/stat : 17938 (java) S 17933 17936 14331 0 -1 4202560 2507 0 1 0 45 2 0 0 20 0 22 0 109183739 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140038192153464 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17939] ppid=17933 vsize=9824732 CPUtime=3.34 cores=0,2,4,6
/proc/17936/task/17939/stat : 17939 (java) S 17933 17936 14331 0 -1 4202560 743 0 0 0 319 15 0 0 20 0 22 0 109183740 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140038153645096 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17936/tid=17940] ppid=17933 vsize=9824732 CPUtime=3.41 cores=0,2,4,6
/proc/17936/task/17940/stat : 17940 (java) S 17933 17936 14331 0 -1 4202560 794 0 0 0 325 16 0 0 20 0 22 0 109183740 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140038152592296 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17936/tid=17941] ppid=17933 vsize=9824732 CPUtime=3.27 cores=0,2,4,6
/proc/17936/task/17941/stat : 17941 (java) S 17933 17936 14331 0 -1 4202560 540 0 0 0 312 15 0 0 20 0 22 0 109183740 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140038151539496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17942] ppid=17933 vsize=9824732 CPUtime=3.12 cores=0,2,4,6
/proc/17936/task/17942/stat : 17942 (java) S 17933 17936 14331 0 -1 4202560 858 0 0 0 296 16 0 0 20 0 22 0 109183740 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140038150486696 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17936/tid=17943] ppid=17933 vsize=9824732 CPUtime=3.7 cores=0,2,4,6
/proc/17936/task/17943/stat : 17943 (java) S 17933 17936 14331 0 -1 4202560 872 0 0 0 354 16 0 0 20 0 22 0 109183740 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140038149433896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17936/tid=17944] ppid=17933 vsize=9824732 CPUtime=3.64 cores=0,2,4,6
/proc/17936/task/17944/stat : 17944 (java) S 17933 17936 14331 0 -1 4202560 1027 0 0 0 346 18 0 0 20 0 22 0 109183740 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140038148381096 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17936/tid=17945] ppid=17933 vsize=9824732 CPUtime=3.23 cores=0,2,4,6
/proc/17936/task/17945/stat : 17945 (java) S 17933 17936 14331 0 -1 4202560 837 0 0 0 302 21 0 0 20 0 22 0 109183740 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140038029437224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17936/tid=17946] ppid=17933 vsize=9824732 CPUtime=3.1 cores=0,2,4,6
/proc/17936/task/17946/stat : 17946 (java) S 17933 17936 14331 0 -1 4202560 1103 0 0 0 293 17 0 0 20 0 22 0 109183740 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140038028384424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17936/tid=17947] ppid=17933 vsize=9824732 CPUtime=5.61 cores=0,2,4,6
/proc/17936/task/17947/stat : 17947 (java) S 17933 17936 14331 0 -1 4202560 2436 0 0 0 553 8 0 0 20 0 22 0 109183741 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140038016187368 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17948] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17948/stat : 17948 (java) S 17933 17936 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109183741 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140038015133432 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17949] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17949/stat : 17949 (java) S 17933 17936 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109183741 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140038014080520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17950] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17950/stat : 17950 (java) S 17933 17936 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109183744 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140037274462864 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17951] ppid=17933 vsize=9824732 CPUtime=2.02 cores=0,2,4,6
/proc/17936/task/17951/stat : 17951 (java) S 17933 17936 14331 0 -1 4202560 14316 0 0 0 199 3 0 0 20 0 22 0 109183744 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140037273409976 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17952] ppid=17933 vsize=9824732 CPUtime=2.03 cores=0,2,4,6
/proc/17936/task/17952/stat : 17952 (java) S 17933 17936 14331 0 -1 4202560 9609 0 0 0 201 2 0 0 20 0 22 0 109183744 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140037272357176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17953] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17953/stat : 17953 (java) S 17933 17936 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109183744 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140037271304568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17936/tid=17954] ppid=17933 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/17936/task/17954/stat : 17954 (java) S 17933 17936 14331 0 -1 4202560 51 0 0 0 13 18 0 0 20 0 22 0 109183744 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140037270251976 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17936/tid=17955] ppid=17933 vsize=9824732 CPUtime=869.11 cores=0,2,4,6
/proc/17936/task/17955/stat : 17955 (java) R 17933 17936 14331 0 -1 4202560 98 0 0 0 86896 15 0 0 20 0 22 0 109183784 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140037269196832 140038030325042 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17936/tid=17956] ppid=17933 vsize=9824732 CPUtime=869.14 cores=0,2,4,6
/proc/17936/task/17956/stat : 17956 (java) R 17933 17936 14331 0 -1 4202560 1857 0 0 0 86864 50 0 0 20 0 22 0 109183784 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140037268143168 140038030342244 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17957] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17957/stat : 17957 (java) S 17933 17936 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109183786 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140037267092904 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17936/tid=17958] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17958/stat : 17958 (java) S 17933 17936 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109183786 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140037266040104 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1775.23
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.601 s]
/proc/loadavg: 4.01 4.00 3.98 12/219 18050
/proc/meminfo: memFree=24355212/32872528 swapFree=9100/9100
[pid=17936] ppid=17933 vsize=9824732 CPUtime=1800 cores=0,2,4,6
/proc/17936/stat : 17936 (java) S 17933 17936 14331 0 -1 4202496 38915 0 1 0 179801 199 0 0 20 0 22 0 109183738 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140733914065696 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17936/statm: 2456183 953044 2301 9 0 2446860 0
[pid=17936/tid=17938] ppid=17933 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/17936/task/17938/stat : 17938 (java) S 17933 17936 14331 0 -1 4202560 2507 0 1 0 45 2 0 0 20 0 22 0 109183739 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140038192153464 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17939] ppid=17933 vsize=9824732 CPUtime=3.39 cores=0,2,4,6
/proc/17936/task/17939/stat : 17939 (java) S 17933 17936 14331 0 -1 4202560 743 0 0 0 324 15 0 0 20 0 22 0 109183740 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140038153645096 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17936/tid=17940] ppid=17933 vsize=9824732 CPUtime=3.44 cores=0,2,4,6
/proc/17936/task/17940/stat : 17940 (java) S 17933 17936 14331 0 -1 4202560 794 0 0 0 328 16 0 0 20 0 22 0 109183740 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140038152592296 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17936/tid=17941] ppid=17933 vsize=9824732 CPUtime=3.37 cores=0,2,4,6
/proc/17936/task/17941/stat : 17941 (java) S 17933 17936 14331 0 -1 4202560 540 0 0 0 322 15 0 0 20 0 22 0 109183740 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140038151539496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17936/tid=17942] ppid=17933 vsize=9824732 CPUtime=3.15 cores=0,2,4,6
/proc/17936/task/17942/stat : 17942 (java) S 17933 17936 14331 0 -1 4202560 858 0 0 0 299 16 0 0 20 0 22 0 109183740 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140038150486696 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17936/tid=17943] ppid=17933 vsize=9824732 CPUtime=3.75 cores=0,2,4,6
/proc/17936/task/17943/stat : 17943 (java) S 17933 17936 14331 0 -1 4202560 872 0 0 0 359 16 0 0 20 0 22 0 109183740 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140038149433896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17936/tid=17944] ppid=17933 vsize=9824732 CPUtime=3.69 cores=0,2,4,6
/proc/17936/task/17944/stat : 17944 (java) S 17933 17936 14331 0 -1 4202560 1027 0 0 0 351 18 0 0 20 0 22 0 109183740 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140038148381096 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17936/tid=17945] ppid=17933 vsize=9824732 CPUtime=3.28 cores=0,2,4,6
/proc/17936/task/17945/stat : 17945 (java) S 17933 17936 14331 0 -1 4202560 837 0 0 0 307 21 0 0 20 0 22 0 109183740 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140038029437224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17936/tid=17946] ppid=17933 vsize=9824732 CPUtime=3.13 cores=0,2,4,6
/proc/17936/task/17946/stat : 17946 (java) S 17933 17936 14331 0 -1 4202560 1103 0 0 0 296 17 0 0 20 0 22 0 109183740 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140038028384424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17936/tid=17947] ppid=17933 vsize=9824732 CPUtime=5.61 cores=0,2,4,6
/proc/17936/task/17947/stat : 17947 (java) S 17933 17936 14331 0 -1 4202560 2436 0 0 0 553 8 0 0 20 0 22 0 109183741 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140038016187368 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17948] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17948/stat : 17948 (java) S 17933 17936 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109183741 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140038015133432 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17949] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17949/stat : 17949 (java) S 17933 17936 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109183741 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140038014080520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17950] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17950/stat : 17950 (java) S 17933 17936 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109183744 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140037274462864 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17951] ppid=17933 vsize=9824732 CPUtime=2.02 cores=0,2,4,6
/proc/17936/task/17951/stat : 17951 (java) S 17933 17936 14331 0 -1 4202560 14316 0 0 0 199 3 0 0 20 0 22 0 109183744 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140037273409976 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17952] ppid=17933 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/17936/task/17952/stat : 17952 (java) S 17933 17936 14331 0 -1 4202560 9609 0 0 0 202 2 0 0 20 0 22 0 109183744 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140037272357176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17936/tid=17953] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17953/stat : 17953 (java) S 17933 17936 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109183744 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140037271304568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17936/tid=17954] ppid=17933 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/17936/task/17954/stat : 17954 (java) S 17933 17936 14331 0 -1 4202560 51 0 0 0 13 19 0 0 20 0 22 0 109183744 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140037270251976 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17936/tid=17955] ppid=17933 vsize=9824732 CPUtime=881.3 cores=0,2,4,6
/proc/17936/task/17955/stat : 17955 (java) R 17933 17936 14331 0 -1 4202560 98 0 0 0 88115 15 0 0 20 0 22 0 109183784 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140037269198360 140038030358248 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17936/tid=17956] ppid=17933 vsize=9824732 CPUtime=881.33 cores=0,2,4,6
/proc/17936/task/17956/stat : 17956 (java) R 17933 17936 14331 0 -1 4202560 1858 0 0 0 88083 50 0 0 20 0 22 0 109183784 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140037268144032 140038030817405 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17936/tid=17957] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17957/stat : 17957 (java) S 17933 17936 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109183786 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140037267092904 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17936/tid=17958] ppid=17933 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17936/task/17958/stat : 17958 (java) S 17933 17936 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109183786 10060525568 953044 33554432000 1073741824 1073778376 140733914074560 140037266040104 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9824732

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 17936 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 894.679
CPU time (s): 1800.76
CPU user time (s): 1798.25
CPU system time (s): 2.51662
CPU usage (%): 201.275
Max. virtual memory (cumulated for all children) (KiB): 9826388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.25
system time used= 2.51662
maximum resident set size= 3812292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38947
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= 24243
involuntary context switches= 27521

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.75413 second user time and 7.2539 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-07 06:08:46
IDJOB=4080567
IDBENCH=90110
IDSOLVER=2543
FILE ID=node151/4080567-1465272526
RUNJOBID= node151-1465261736-14347
PBS_JOBID= 19843295
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K90.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080567-1465272526/watcher-4080567-1465272526 -o /tmp/evaluation-result-4080567-1465272526/solver-4080567-1465272526 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1465261736-14347 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080567-1465272526.opb

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

MD5SUM BENCH= a811647d9332337c7e73474eee26f5b9
RANDOM SEED=2093977848

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29658780 kB
Buffers:           79184 kB
Cached:           286912 kB
SwapCached:         2184 kB
Active:          2230196 kB
Inactive:         222408 kB
Active(anon):    2086900 kB
Inactive(anon):     1680 kB
Active(file):     143296 kB
Inactive(file):   220728 kB
Unevictable:        9100 kB
Mlocked:            9100 kB
SwapTotal:      67108856 kB
SwapFree:       67098860 kB
Dirty:              1036 kB
Writeback:             0 kB
AnonPages:       2100916 kB
Mapped:            16588 kB
Shmem:                 0 kB
Slab:             611768 kB
SReclaimable:      55332 kB
SUnreclaim:       556436 kB
KernelStack:        1624 kB
PageTables:         8148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3475436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2043904 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node151 at 2016-06-07 06:23:41