Trace number 4116006

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.07 895.069

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size160-round23-9.opb
MD5SUM23a8452436d00a9d7c446b690772a518
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 variables4288
Total number of constraints9536
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)448
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
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@5d764be1
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@9f436f5
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@4413ee
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@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4116006-1466945466.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
1.02/0.51	c ... done. Wall clock time 0.394s.
1.02/0.51	c declared #vars     4288
1.02/0.51	c #constraints  10880
1.02/0.51	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.02/0.51	c constraints type 
1.02/0.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
1.02/0.52	c org.sat4j.specs.Constr$1 => 936
1.02/0.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
1.02/0.52	c org.sat4j.minisat.constraints.cnf.UnitClause => 536
1.02/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
1.02/0.52	c 10880 constraints processed.
1.02/0.52	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.02/0.52	c constraints type 
1.02/0.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
1.02/0.52	c org.sat4j.specs.Constr$1 => 936
1.02/0.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7494
1.02/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1786
1.02/0.52	c org.sat4j.pb.constraints.pb.UnitClausePB => 536
1.02/0.52	c 10880 constraints processed.
4.11/1.38	c cleaning 2495 clauses out of 4999 with flag 16547/5001
5.80/2.00	c cleaning 4232 clauses out of 8503 with flag 40261/11000
7.29/2.73	c cleaning 5620 clauses out of 11271 with flag 69866/18000
8.95/3.58	c cleaning 6818 clauses out of 13651 with flag 106112/26000
11.05/4.58	c cleaning 7897 clauses out of 15833 with flag 146720/35000
13.26/5.68	c cleaning 8959 clauses out of 17936 with flag 195690/45000
15.91/6.90	c cleaning 9984 clauses out of 19977 with flag 250598/56000
18.71/8.30	c cleaning 10967 clauses out of 21993 with flag 308993/68000
21.80/9.87	c cleaning 11990 clauses out of 24026 with flag 372715/81000
25.81/11.61	c cleaning 12993 clauses out of 26037 with flag 444174/95001
29.41/13.48	c cleaning 14018 clauses out of 28045 with flag 521906/110002
33.62/15.51	c cleaning 14974 clauses out of 30027 with flag 606695/126002
35.01/16.24	c cleaning 0 clauses out of 5000 with flag 0/5000
38.39/17.72	c cleaning 16006 clauses out of 32051 with flag 700595/143000
43.67/20.18	c cleaning 16978 clauses out of 34044 with flag 798130/161000
48.87/22.74	c cleaning 18029 clauses out of 36067 with flag 902152/180001
54.80/25.65	c cleaning 18987 clauses out of 38037 with flag 1012643/200000
60.81/28.64	c cleaning 20025 clauses out of 40050 with flag 1130051/221000
67.19/31.86	c cleaning 21006 clauses out of 42026 with flag 1254015/243001
74.35/35.39	c cleaning 21978 clauses out of 44019 with flag 1381910/266000
81.54/38.98	c cleaning 23014 clauses out of 46041 with flag 1517894/290000
89.65/42.94	c cleaning 24000 clauses out of 48027 with flag 1659894/315000
97.84/47.02	c cleaning 24994 clauses out of 50027 with flag 1808213/341000
106.96/51.51	c cleaning 25992 clauses out of 52033 with flag 1961727/368000
115.75/56.00	c cleaning 26993 clauses out of 54041 with flag 2121636/396000
125.27/60.65	c cleaning 28001 clauses out of 56049 with flag 2287720/425001
135.05/65.53	c cleaning 29015 clauses out of 58048 with flag 2459670/455001
145.80/70.82	c cleaning 30010 clauses out of 60033 with flag 2639064/486001
156.79/76.32	c cleaning 31012 clauses out of 62024 with flag 2823814/518002
168.19/82.03	c cleaning 31970 clauses out of 64010 with flag 3017121/551000
180.10/88.00	c cleaning 33014 clauses out of 66040 with flag 3211958/585000
192.29/94.07	c cleaning 33989 clauses out of 68027 with flag 3417651/620001
206.78/101.57	c cleaning 35013 clauses out of 70037 with flag 3629074/656000
220.43/108.35	c cleaning 35996 clauses out of 72024 with flag 3841253/693000
235.90/116.03	c cleaning 36982 clauses out of 74028 with flag 4060876/731000
251.77/123.98	c cleaning 37981 clauses out of 76046 with flag 4289944/770000
268.43/132.25	c cleaning 39024 clauses out of 78065 with flag 4526491/810000
285.74/140.83	c cleaning 40012 clauses out of 80043 with flag 4767849/851002
303.79/149.80	c cleaning 40990 clauses out of 82032 with flag 5015856/893003
322.54/159.14	c cleaning 42008 clauses out of 84039 with flag 5267581/936000
342.22/168.92	c cleaning 42962 clauses out of 86031 with flag 5524763/980000
361.81/178.64	c cleaning 0 clauses out of 11001 with flag 0/11001
362.81/179.12	c cleaning 44021 clauses out of 88069 with flag 5791901/1025000
383.92/189.65	c cleaning 45012 clauses out of 90049 with flag 6060015/1071001
405.86/200.55	c cleaning 45959 clauses out of 92036 with flag 6336635/1118000
428.69/211.85	c cleaning 47030 clauses out of 94078 with flag 6614077/1166001
452.31/223.55	c cleaning 48001 clauses out of 96047 with flag 6904140/1215000
476.93/235.82	c cleaning 49011 clauses out of 98046 with flag 7198331/1265000
502.86/249.29	c cleaning 50004 clauses out of 100035 with flag 7497102/1316000
528.81/262.16	c cleaning 51007 clauses out of 102031 with flag 7802757/1368000
556.34/275.86	c cleaning 51976 clauses out of 104025 with flag 8115781/1421001
583.54/289.33	c cleaning 52962 clauses out of 106049 with flag 8433241/1475001
612.46/303.76	c cleaning 54033 clauses out of 108086 with flag 8755520/1530000
642.52/318.63	c cleaning 54997 clauses out of 110053 with flag 9081833/1586000
673.47/333.96	c cleaning 56003 clauses out of 112056 with flag 9422058/1643000
705.24/349.75	c cleaning 56993 clauses out of 114053 with flag 9763022/1701000
738.80/366.44	c cleaning 57989 clauses out of 116061 with flag 10108804/1760001
771.93/382.99	c cleaning 59030 clauses out of 118072 with flag 10464873/1820001
806.43/400.10	c cleaning 59970 clauses out of 120041 with flag 10825691/1881000
842.06/417.85	c cleaning 61018 clauses out of 122071 with flag 11191902/1943000
879.26/436.36	c cleaning 62020 clauses out of 124055 with flag 11564004/2006002
917.69/455.48	c cleaning 62995 clauses out of 126035 with flag 11938101/2070002
956.41/474.68	c cleaning 64010 clauses out of 128039 with flag 12315909/2135001
996.46/494.59	c cleaning 64989 clauses out of 130029 with flag 12699212/2201001
1037.53/514.94	c cleaning 65965 clauses out of 132039 with flag 13088951/2268000
1080.27/536.24	c cleaning 67024 clauses out of 134074 with flag 13482657/2336000
1123.68/557.86	c cleaning 68014 clauses out of 136050 with flag 13886581/2405000
1168.41/580.04	c cleaning 69000 clauses out of 138038 with flag 14293230/2475002
1201.32/597.16	c cleaning 0 clauses out of 18000 with flag 0/18000
1215.78/604.38	c cleaning 69995 clauses out of 140038 with flag 14709719/2546002
1261.89/627.40	c cleaning 71003 clauses out of 142041 with flag 15125823/2618000
1309.76/651.11	c cleaning 71993 clauses out of 144039 with flag 15542876/2691001
1359.01/675.68	c cleaning 73007 clauses out of 146045 with flag 15965918/2765000
1410.50/701.20	c cleaning 73994 clauses out of 148039 with flag 16399832/2840001
1462.98/727.33	c cleaning 74982 clauses out of 150044 with flag 16838446/2916000
1516.48/753.99	c cleaning 75980 clauses out of 152062 with flag 17285468/2993000
1571.99/781.52	c cleaning 77035 clauses out of 154083 with flag 17728287/3071001
1626.47/808.64	c cleaning 78002 clauses out of 156047 with flag 18183515/3150000
1683.33/836.93	c cleaning 78973 clauses out of 158046 with flag 18642594/3230001
1741.99/866.19	c cleaning 80002 clauses out of 160072 with flag 19107048/3311000
1800.07/895.00	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/895.00	c starts		: 26849
1800.07/895.00	c conflicts		: 3391686
1800.07/895.00	c decisions		: 27327204
1800.07/895.00	c propagations		: 427536954
1800.07/895.00	c inspects		: 9327169152
1800.07/895.00	c shortcuts		: 0
1800.07/895.00	c learnt literals	: 3
1800.07/895.00	c learnt binary clauses	: 84
1800.07/895.00	c learnt ternary clauses	: 975
1800.07/895.00	c learnt constraints	: 3391684
1800.07/895.00	c ignored constraints	: 0
1800.07/895.00	c root simplifications	: 0
1800.07/895.00	c removed literals (reason simplification)	: 2899542
1800.07/895.00	c reason swapping (by a shorter reason)	: 0
1800.07/895.00	c Calls to reduceDB	: 77
1800.07/895.00	c Number of update (reduction) of LBD	: 746239
1800.07/895.00	c Imported unit clauses	: 0
1800.07/895.00	c number of reductions to clauses (during analyze)	: 0
1800.07/895.00	c number of learned constraints concerned by reduction	: 0
1800.07/895.00	c number of learning phase by resolution	: 0
1800.07/895.00	c number of learning phase by cutting planes	: 0
1800.07/895.00	c speed (assignments/second)	: 477973.7030983434
1800.07/895.00	c non guided choices	12715
1800.07/895.03	c learnt constraints type 
1800.07/895.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 84
1800.07/895.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 160673
1800.07/895.03	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/895.03	c starts		: 45
1800.07/895.03	c conflicts		: 21291
1800.07/895.03	c decisions		: 67526
1800.07/895.03	c propagations		: 2526368
1800.07/895.03	c inspects		: 787097516
1800.07/895.03	c shortcuts		: 0
1800.07/895.03	c learnt literals	: 0
1800.07/895.03	c learnt binary clauses	: 0
1800.07/895.03	c learnt ternary clauses	: 0
1800.07/895.03	c learnt constraints	: 21290
1800.07/895.03	c ignored constraints	: 0
1800.07/895.03	c root simplifications	: 0
1800.07/895.03	c removed literals (reason simplification)	: 0
1800.07/895.03	c reason swapping (by a shorter reason)	: 0
1800.07/895.03	c Calls to reduceDB	: 3
1800.07/895.03	c Number of update (reduction) of LBD	: 0
1800.07/895.03	c Imported unit clauses	: 0
1800.07/895.03	c number of reductions to clauses (during analyze)	: 0
1800.07/895.03	c number of learned constraints concerned by reduction	: 0
1800.07/895.03	c number of learning phase by resolution	: 0
1800.07/895.03	c number of learning phase by cutting planes	: 0
1800.07/895.03	c speed (assignments/second)	: 2824.3353828954723
1800.07/895.03	c non guided choices	290
1800.07/895.04	c learnt constraints type 
1800.07/895.04	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 43
1800.07/895.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21247
1800.07/895.04	s UNKNOWN
1800.07/895.04	c Total wall clock time (in seconds): 894.923

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-4116006-1466945466/watcher-4116006-1466945466 -o /tmp/evaluation-result-4116006-1466945466/solver-4116006-1466945466 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466943674-19491 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4116006-1466945466.opb 

pid=19788
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: 4.65 4.35 3.91 4/197 19791
/proc/meminfo: memFree=26763996/32872528 swapFree=1541156/1696500
[pid=19791] ppid=19788 vsize=2504 CPUtime=0 cores=1,3,5,7
/proc/19791/stat : 19791 (java) R 19788 19791 19474 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 27585285 2564096 47 33554432000 1073741824 1073778376 140733828651024 140733828648152 270698376436 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/19791/statm: 892 49 38 9 0 30 0

[startup+0.100161 s]
/proc/loadavg: 4.65 4.35 3.91 4/197 19791
/proc/meminfo: memFree=26763996/32872528 swapFree=1541156/1696500
[pid=19791] ppid=19788 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/19791/stat : 19791 (java) S 19788 19791 19474 0 -1 4202496 4395 0 1 0 7 2 0 0 20 0 18 0 27585285 9787879424 6022 33554432000 1073741824 1073778376 140733828651024 140733828642160 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19791/statm: 2389619 6022 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200221 s]
/proc/loadavg: 4.65 4.35 3.91 4/197 19791
/proc/meminfo: memFree=26763996/32872528 swapFree=1541156/1696500
[pid=19791] ppid=19788 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/19791/stat : 19791 (java) S 19788 19791 19474 0 -1 4202496 4694 0 1 0 23 2 0 0 20 0 18 0 27585285 9787879424 6780 33554432000 1073741824 1073778376 140733828651024 140733828642160 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19791/statm: 2389619 6780 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300225 s]
/proc/loadavg: 4.65 4.35 3.91 4/197 19791
/proc/meminfo: memFree=26763996/32872528 swapFree=1541156/1696500
[pid=19791] ppid=19788 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/19791/stat : 19791 (java) S 19788 19791 19474 0 -1 4202496 5842 0 1 0 46 2 0 0 20 0 18 0 27585285 9787879424 8816 33554432000 1073741824 1073778376 140733828651024 140733828642160 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19791/statm: 2389619 8816 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700197 s]
/proc/loadavg: 4.65 4.35 3.91 4/197 19791
/proc/meminfo: memFree=26763996/32872528 swapFree=1541156/1696500
[pid=19791] ppid=19788 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/19791/stat : 19791 (java) S 19788 19791 19474 0 -1 4202496 13240 0 1 0 168 5 0 0 20 0 22 0 27585285 10060525568 23239 33554432000 1073741824 1073778376 140733828651024 140733828642160 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19791/statm: 2456183 23239 2266 9 0 2446860 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 4.65 4.35 3.91 8/215 19878
/proc/meminfo: memFree=30280368/32872528 swapFree=1541156/1696500
[pid=19791] ppid=19788 vsize=9824732 CPUtime=4.67 cores=1,3,5,7
/proc/19791/stat : 19791 (java) S 19788 19791 19474 0 -1 4202496 19665 0 1 0 458 9 0 0 20 0 22 0 27585285 10060525568 46396 33554432000 1073741824 1073778376 140733828651024 140733828642160 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19791/statm: 2456183 46396 2292 9 0 2446860 0
[pid=19791/tid=19793] ppid=19788 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/19791/task/19793/stat : 19793 (java) S 19788 19791 19474 0 -1 4202560 2478 0 1 0 45 3 0 0 20 0 22 0 27585286 10060525568 46396 33554432000 1073741824 1073778376 140733828651024 140195220890488 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19791/tid=19794] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19794/stat : 19794 (java) S 19788 19791 19474 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27585287 10060525568 46396 33554432000 1073741824 1073778376 140733828651024 140195064178856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19791/tid=19795] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19795/stat : 19795 (java) S 19788 19791 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27585287 10060525568 46396 33554432000 1073741824 1073778376 140733828651024 140195063126312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19791/tid=19796] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19796/stat : 19796 (java) S 19788 19791 19474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27585287 10060525568 46396 33554432000 1073741824 1073778376 140733828651024 140195062073768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19791/tid=19797] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19797/stat : 19797 (java) S 19788 19791 19474 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 27585287 10060525568 46396 33554432000 1073741824 1073778376 140733828651024 140195061021224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19791/tid=19798] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19798/stat : 19798 (java) S 19788 19791 19474 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 27585287 10060525568 46396 33554432000 1073741824 1073778376 140733828651024 140195059968680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19791/tid=19799] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19799/stat : 19799 (java) S 19788 19791 19474 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27585287 10060525568 46396 33554432000 1073741824 1073778376 140733828651024 140195058916136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19791/tid=19800] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19800/stat : 19800 (java) S 19788 19791 19474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27585287 10060525568 46396 33554432000 1073741824 1073778376 140733828651024 140195057863592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19791/tid=19801] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19801/stat : 19801 (java) S 19788 19791 19474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27585287 10060525568 46396 33554432000 1073741824 1073778376 140733828651024 140195056811048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19791/tid=19802] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19802/stat : 19802 (java) S 19788 19791 19474 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 27585288 10060525568 46396 33554432000 1073741824 1073778376 140733828651024 140194574481512 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19791/tid=19803] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19803/stat : 19803 (java) S 19788 19791 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27585289 10060525568 46396 33554432000 1073741824 1073778376 140733828651024 140194573427832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19791/tid=19804] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19804/stat : 19804 (java) S 19788 19791 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27585289 10060525568 46396 33554432000 1073741824 1073778376 140733828651024 140194572375176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19791/tid=19805] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19805/stat : 19805 (java) S 19788 19791 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27585291 10060525568 46396 33554432000 1073741824 1073778376 140733828651024 140194571323920 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19791/tid=19806] ppid=19788 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/19791/task/19806/stat : 19806 (java) S 19788 19791 19474 0 -1 4202560 6208 0 0 0 106 2 0 0 20 0 22 0 27585291 10060525568 46396 33554432000 1073741824 1073778376 140733828651024 140194570271288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19791/tid=19807] ppid=19788 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/19791/task/19807/stat : 19807 (java) S 19788 19791 19474 0 -1 4202560 9506 0 0 0 107 2 0 0 20 0 22 0 27585291 10060525568 46396 33554432000 1073741824 1073778376 140733828651024 140194569218744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19791/tid=19808] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19808/stat : 19808 (java) S 19788 19791 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27585291 10060525568 46396 33554432000 1073741824 1073778376 140733828651024 140194568166392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19791/tid=19809] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19809/stat : 19809 (java) S 19788 19791 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27585291 10060525568 46396 33554432000 1073741824 1073778376 140733828651024 140194567114056 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19791/tid=19829] ppid=19788 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/19791/task/19829/stat : 19829 (java) R 19788 19791 19474 0 -1 4202560 18 0 0 0 92 0 0 0 20 0 22 0 27585337 10060525568 46396 33554432000 1073741824 1073778376 140733828651024 140194566058320 140195064970308 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19791/tid=19830] ppid=19788 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/19791/task/19830/stat : 19830 (java) R 19788 19791 19474 0 -1 4202560 74 0 0 0 90 0 0 0 20 0 22 0 27585337 10060525568 46396 33554432000 1073741824 1073778376 140733828651024 140194565005576 140195065124120 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19791/tid=19831] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19831/stat : 19831 (java) S 19788 19791 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27585338 10060525568 46396 33554432000 1073741824 1073778376 140733828651024 140194563953704 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19791/tid=19832] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19832/stat : 19832 (java) S 19788 19791 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27585339 10060525568 46396 33554432000 1073741824 1073778376 140733828651024 140194562901160 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.67
Current children cumulated vsize (KiB) 9824732

[startup+3.10088 s]
/proc/loadavg: 4.65 4.35 3.91 7/219 19882
/proc/meminfo: memFree=29953416/32872528 swapFree=1541156/1696500
[pid=19791] ppid=19788 vsize=9824732 CPUtime=8.15 cores=1,3,5,7
/proc/19791/stat : 19791 (java) S 19788 19791 19474 0 -1 4202496 19956 0 1 0 797 18 0 0 20 0 22 0 27585285 10060525568 89539 33554432000 1073741824 1073778376 140733828651024 140733828642160 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19791/statm: 2456183 89539 2292 9 0 2446860 0
[pid=19791/tid=19793] ppid=19788 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/19791/task/19793/stat : 19793 (java) S 19788 19791 19474 0 -1 4202560 2478 0 1 0 45 3 0 0 20 0 22 0 27585286 10060525568 89539 33554432000 1073741824 1073778376 140733828651024 140195220890488 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19791/tid=19794] ppid=19788 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/19791/task/19794/stat : 19794 (java) S 19788 19791 19474 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 22 0 27585287 10060525568 89539 33554432000 1073741824 1073778376 140733828651024 140195064178856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19791/tid=19795] ppid=19788 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/19791/task/19795/stat : 19795 (java) S 19788 19791 19474 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 27585287 10060525568 89539 33554432000 1073741824 1073778376 140733828651024 140195063126312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19791/tid=19796] ppid=19788 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/19791/task/19796/stat : 19796 (java) S 19788 19791 19474 0 -1 4202560 17 0 0 0 3 1 0 0 20 0 22 0 27585287 10060525568 89539 33554432000 1073741824 1073778376 140733828651024 140195062073768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19791/tid=19797] ppid=19788 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/19791/task/19797/stat : 19797 (java) S 19788 19791 19474 0 -1 4202560 17 0 0 0 2 1 0 0 20 0 22 0 27585287 10060525568 89539 33554432000 1073741824 1073778376 140733828651024 140195061021224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19791/tid=19798] ppid=19788 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/19791/task/19798/stat : 19798 (java) S 19788 19791 19474 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 22 0 27585287 10060525568 89539 33554432000 1073741824 1073778376 140733828651024 140195059968680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19791/tid=19799] ppid=19788 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/19791/task/19799/stat : 19799 (java) S 19788 19791 19474 0 -1 4202560 29 0 0 0 2 1 0 0 20 0 22 0 27585287 10060525568 89539 33554432000 1073741824 1073778376 140733828651024 140195058916136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19791/tid=19800] ppid=19788 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/19791/task/19800/stat : 19800 (java) S 19788 19791 19474 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 22 0 27585287 10060525568 89539 33554432000 1073741824 1073778376 140733828651024 140195057863592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19791/tid=19801] ppid=19788 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/19791/task/19801/stat : 19801 (java) S 19788 19791 19474 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 22 0 27585287 10060525568 89539 33554432000 1073741824 1073778376 140733828651024 140195056811048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19791/tid=19802] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19802/stat : 19802 (java) S 19788 19791 19474 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 27585288 10060525568 89539 33554432000 1073741824 1073778376 140733828651024 140194574481512 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19791/tid=19803] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19803/stat : 19803 (java) S 19788 19791 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27585289 10060525568 89539 33554432000 1073741824 1073778376 140733828651024 140194573427832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19791/tid=19804] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19804/stat : 19804 (java) S 19788 19791 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27585289 10060525568 89539 33554432000 1073741824 1073778376 140733828651024 140194572375176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19791/tid=19805] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19805/stat : 19805 (java) S 19788 19791 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27585291 10060525568 89539 33554432000 1073741824 1073778376 140733828651024 140194571323920 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19791/tid=19806] ppid=19788 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/19791/task/19806/stat : 19806 (java) S 19788 19791 19474 0 -1 4202560 6208 0 0 0 113 2 0 0 20 0 22 0 27585291 10060525568 89539 33554432000 1073741824 1073778376 140733828651024 140194570271288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19791/tid=19807] ppid=19788 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/19791/task/19807/stat : 19807 (java) S 19788 19791 19474 0 -1 4202560 9506 0 0 0 116 2 0 0 20 0 22 0 27585291 10060525568 89539 33554432000 1073741824 1073778376 140733828651024 140194569218744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19791/tid=19808] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19808/stat : 19808 (java) S 19788 19791 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27585291 10060525568 89539 33554432000 1073741824 1073778376 140733828651024 140194568166392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19791/tid=19809] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19809/stat : 19809 (java) S 19788 19791 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27585291 10060525568 89539 33554432000 1073741824 1073778376 140733828651024 140194567114056 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19791/tid=19829] ppid=19788 vsize=9824732 CPUtime=2.44 cores=1,3,5,7
/proc/19791/task/19829/stat : 19829 (java) R 19788 19791 19474 0 -1 4202560 22 0 0 0 244 0 0 0 20 0 22 0 27585337 10060525568 89539 33554432000 1073741824 1073778376 140733828651024 140194566058320 140195064970266 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19791/tid=19830] ppid=19788 vsize=9824732 CPUtime=2.41 cores=1,3,5,7
/proc/19791/task/19830/stat : 19830 (java) R 19788 19791 19474 0 -1 4202560 131 0 0 0 239 2 0 0 20 0 22 0 27585337 10060525568 89539 33554432000 1073741824 1073778376 140733828651024 140194565004560 140195065036788 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19791/tid=19831] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19831/stat : 19831 (java) S 19788 19791 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27585338 10060525568 89539 33554432000 1073741824 1073778376 140733828651024 140194563953704 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19791/tid=19832] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19832/stat : 19832 (java) S 19788 19791 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27585339 10060525568 89539 33554432000 1073741824 1073778376 140733828651024 140194562901160 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.15
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 4.59 4.34 3.91 6/219 19882
/proc/meminfo: memFree=29225528/32872528 swapFree=1541156/1696500
[pid=19791] ppid=19788 vsize=9824732 CPUtime=14.71 cores=1,3,5,7
/proc/19791/stat : 19791 (java) S 19788 19791 19474 0 -1 4202496 20457 0 1 0 1443 28 0 0 20 0 22 0 27585285 10060525568 160871 33554432000 1073741824 1073778376 140733828651024 140733828642160 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19791/statm: 2456183 160871 2292 9 0 2446860 0
[pid=19791/tid=19793] ppid=19788 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/19791/task/19793/stat : 19793 (java) S 19788 19791 19474 0 -1 4202560 2478 0 1 0 45 3 0 0 20 0 22 0 27585286 10060525568 160871 33554432000 1073741824 1073778376 140733828651024 140195220890488 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19791/tid=19794] ppid=19788 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/19791/task/19794/stat : 19794 (java) S 19788 19791 19474 0 -1 4202560 47 0 0 0 8 3 0 0 20 0 22 0 27585287 10060525568 160871 33554432000 1073741824 1073778376 140733828651024 140195064178856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19791/tid=19795] ppid=19788 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/19791/task/19795/stat : 19795 (java) S 19788 19791 19474 0 -1 4202560 25 0 0 0 4 2 0 0 20 0 22 0 27585287 10060525568 160871 33554432000 1073741824 1073778376 140733828651024 140195063126312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19791/tid=19796] ppid=19788 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/19791/task/19796/stat : 19796 (java) S 19788 19791 19474 0 -1 4202560 28 0 0 0 5 2 0 0 20 0 22 0 27585287 10060525568 160871 33554432000 1073741824 1073778376 140733828651024 140195062073768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19791/tid=19797] ppid=19788 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/19791/task/19797/stat : 19797 (java) S 19788 19791 19474 0 -1 4202560 39 0 0 0 6 3 0 0 20 0 22 0 27585287 10060525568 160871 33554432000 1073741824 1073778376 140733828651024 140195061021224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19791/tid=19798] ppid=19788 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/19791/task/19798/stat : 19798 (java) S 19788 19791 19474 0 -1 4202560 33 0 0 0 5 2 0 0 20 0 22 0 27585287 10060525568 160871 33554432000 1073741824 1073778376 140733828651024 140195059968680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19791/tid=19799] ppid=19788 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/19791/task/19799/stat : 19799 (java) S 19788 19791 19474 0 -1 4202560 49 0 0 0 7 3 0 0 20 0 22 0 27585287 10060525568 160871 33554432000 1073741824 1073778376 140733828651024 140195058916136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19791/tid=19800] ppid=19788 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/19791/task/19800/stat : 19800 (java) S 19788 19791 19474 0 -1 4202560 24 0 0 0 6 0 0 0 20 0 22 0 27585287 10060525568 160871 33554432000 1073741824 1073778376 140733828651024 140195057863592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19791/tid=19801] ppid=19788 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/19791/task/19801/stat : 19801 (java) S 19788 19791 19474 0 -1 4202560 19 0 0 0 4 1 0 0 20 0 22 0 27585287 10060525568 160871 33554432000 1073741824 1073778376 140733828651024 140195056811048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19791/tid=19802] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19802/stat : 19802 (java) S 19788 19791 19474 0 -1 4202560 463 0 0 0 0 0 0 0 20 0 22 0 27585288 10060525568 160871 33554432000 1073741824 1073778376 140733828651024 140194574481512 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19791/tid=19803] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19803/stat : 19803 (java) S 19788 19791 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27585289 10060525568 160871 33554432000 1073741824 1073778376 140733828651024 140194573427832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19791/tid=19804] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19804/stat : 19804 (java) S 19788 19791 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27585289 10060525568 160871 33554432000 1073741824 1073778376 140733828651024 140194572375176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19791/tid=19805] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19805/stat : 19805 (java) S 19788 19791 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27585291 10060525568 160871 33554432000 1073741824 1073778376 140733828651024 140194571323920 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19791/tid=19806] ppid=19788 vsize=9824732 CPUtime=1.15 cores=1,3,5,7

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

/proc/19791/task/19796/stat : 19796 (java) S 19788 19791 19474 0 -1 4202560 653 0 0 0 260 17 0 0 20 0 22 0 27585287 10060525568 923707 33554432000 1073741824 1073778376 140733828651024 140195062073768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19791/tid=19797] ppid=19788 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/19791/task/19797/stat : 19797 (java) S 19788 19791 19474 0 -1 4202560 518 0 0 0 239 14 0 0 20 0 22 0 27585287 10060525568 923707 33554432000 1073741824 1073778376 140733828651024 140195061021224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19791/tid=19798] ppid=19788 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/19791/task/19798/stat : 19798 (java) S 19788 19791 19474 0 -1 4202560 679 0 0 0 268 19 0 0 20 0 22 0 27585287 10060525568 923707 33554432000 1073741824 1073778376 140733828651024 140195059968680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19791/tid=19799] ppid=19788 vsize=9824732 CPUtime=2.77 cores=1,3,5,7
/proc/19791/task/19799/stat : 19799 (java) S 19788 19791 19474 0 -1 4202560 701 0 0 0 258 19 0 0 20 0 22 0 27585287 10060525568 923707 33554432000 1073741824 1073778376 140733828651024 140195058916136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19791/tid=19800] ppid=19788 vsize=9824732 CPUtime=2.36 cores=1,3,5,7
/proc/19791/task/19800/stat : 19800 (java) S 19788 19791 19474 0 -1 4202560 512 0 0 0 225 11 0 0 20 0 22 0 27585287 10060525568 923707 33554432000 1073741824 1073778376 140733828651024 140195057863592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19791/tid=19801] ppid=19788 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/19791/task/19801/stat : 19801 (java) S 19788 19791 19474 0 -1 4202560 533 0 0 0 239 13 0 0 20 0 22 0 27585287 10060525568 923707 33554432000 1073741824 1073778376 140733828651024 140195056811048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19791/tid=19802] ppid=19788 vsize=9824732 CPUtime=3.26 cores=1,3,5,7
/proc/19791/task/19802/stat : 19802 (java) S 19788 19791 19474 0 -1 4202560 2176 0 0 0 314 12 0 0 20 0 22 0 27585288 10060525568 923707 33554432000 1073741824 1073778376 140733828651024 140194574481512 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19791/tid=19803] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19803/stat : 19803 (java) S 19788 19791 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27585289 10060525568 923707 33554432000 1073741824 1073778376 140733828651024 140194573427832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19791/tid=19804] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19804/stat : 19804 (java) S 19788 19791 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27585289 10060525568 923707 33554432000 1073741824 1073778376 140733828651024 140194572375176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19791/tid=19805] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19805/stat : 19805 (java) S 19788 19791 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27585291 10060525568 923707 33554432000 1073741824 1073778376 140733828651024 140194571323920 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19791/tid=19806] ppid=19788 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/19791/task/19806/stat : 19806 (java) S 19788 19791 19474 0 -1 4202560 6244 0 0 0 130 2 0 0 20 0 22 0 27585291 10060525568 923707 33554432000 1073741824 1073778376 140733828651024 140194570271288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19791/tid=19807] ppid=19788 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/19791/task/19807/stat : 19807 (java) S 19788 19791 19474 0 -1 4202560 16370 0 0 0 214 4 0 0 20 0 22 0 27585291 10060525568 923707 33554432000 1073741824 1073778376 140733828651024 140194569218744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19791/tid=19808] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19808/stat : 19808 (java) S 19788 19791 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27585291 10060525568 923707 33554432000 1073741824 1073778376 140733828651024 140194568166392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19791/tid=19809] ppid=19788 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/19791/task/19809/stat : 19809 (java) S 19788 19791 19474 0 -1 4202560 47 0 0 0 14 19 0 0 20 0 22 0 27585291 10060525568 923707 33554432000 1073741824 1073778376 140733828651024 140194567114056 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19791/tid=19829] ppid=19788 vsize=9824732 CPUtime=810.69 cores=1,3,5,7
/proc/19791/task/19829/stat : 19829 (java) R 19788 19791 19474 0 -1 4202560 88 0 0 0 81057 12 0 0 20 0 22 0 27585337 10060525568 923707 33554432000 1073741824 1073778376 140733828651024 140194566057200 140195065036526 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19791/tid=19830] ppid=19788 vsize=9824732 CPUtime=810.52 cores=1,3,5,7
/proc/19791/task/19830/stat : 19830 (java) R 19788 19791 19474 0 -1 4202560 1244 0 0 0 81004 48 0 0 20 0 22 0 27585337 10060525568 923707 33554432000 1073741824 1073778376 140733828651024 140194565005488 140195064989425 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19791/tid=19831] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19831/stat : 19831 (java) S 19788 19791 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27585338 10060525568 923707 33554432000 1073741824 1073778376 140733828651024 140194563953704 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19791/tid=19832] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19832/stat : 19832 (java) S 19788 19791 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27585339 10060525568 923707 33554432000 1073741824 1073778376 140733828651024 140194562901160 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1654.04
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.25 4.28 4.12 5/219 19925
/proc/meminfo: memFree=23046544/32872528 swapFree=1541156/1696500
[pid=19791] ppid=19788 vsize=9824732 CPUtime=1774.56 cores=1,3,5,7
/proc/19791/stat : 19791 (java) S 19788 19791 19474 0 -1 4202496 34836 0 1 0 177252 204 0 0 20 0 22 0 27585285 10060525568 935995 33554432000 1073741824 1073778376 140733828651024 140733828642160 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19791/statm: 2456183 935995 2301 9 0 2446860 0
[pid=19791/tid=19793] ppid=19788 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/19791/task/19793/stat : 19793 (java) S 19788 19791 19474 0 -1 4202560 2484 0 1 0 49 4 0 0 20 0 22 0 27585286 10060525568 935995 33554432000 1073741824 1073778376 140733828651024 140195220890488 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19791/tid=19794] ppid=19788 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/19791/task/19794/stat : 19794 (java) S 19788 19791 19474 0 -1 4202560 705 0 0 0 270 20 0 0 20 0 22 0 27585287 10060525568 935995 33554432000 1073741824 1073778376 140733828651024 140195064178856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19791/tid=19795] ppid=19788 vsize=9824732 CPUtime=2.64 cores=1,3,5,7
/proc/19791/task/19795/stat : 19795 (java) S 19788 19791 19474 0 -1 4202560 530 0 0 0 248 16 0 0 20 0 22 0 27585287 10060525568 935995 33554432000 1073741824 1073778376 140733828651024 140195063126312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19791/tid=19796] ppid=19788 vsize=9824732 CPUtime=2.89 cores=1,3,5,7
/proc/19791/task/19796/stat : 19796 (java) S 19788 19791 19474 0 -1 4202560 667 0 0 0 271 18 0 0 20 0 22 0 27585287 10060525568 935995 33554432000 1073741824 1073778376 140733828651024 140195062073768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19791/tid=19797] ppid=19788 vsize=9824732 CPUtime=2.65 cores=1,3,5,7
/proc/19791/task/19797/stat : 19797 (java) S 19788 19791 19474 0 -1 4202560 522 0 0 0 251 14 0 0 20 0 22 0 27585287 10060525568 935995 33554432000 1073741824 1073778376 140733828651024 140195061021224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19791/tid=19798] ppid=19788 vsize=9824732 CPUtime=3.07 cores=1,3,5,7
/proc/19791/task/19798/stat : 19798 (java) S 19788 19791 19474 0 -1 4202560 696 0 0 0 287 20 0 0 20 0 22 0 27585287 10060525568 935995 33554432000 1073741824 1073778376 140733828651024 140195059968680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19791/tid=19799] ppid=19788 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/19791/task/19799/stat : 19799 (java) S 19788 19791 19474 0 -1 4202560 707 0 0 0 271 19 0 0 20 0 22 0 27585287 10060525568 935995 33554432000 1073741824 1073778376 140733828651024 140195058916136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19791/tid=19800] ppid=19788 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/19791/task/19800/stat : 19800 (java) S 19788 19791 19474 0 -1 4202560 526 0 0 0 236 12 0 0 20 0 22 0 27585287 10060525568 935995 33554432000 1073741824 1073778376 140733828651024 140195057863592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19791/tid=19801] ppid=19788 vsize=9824732 CPUtime=2.65 cores=1,3,5,7
/proc/19791/task/19801/stat : 19801 (java) S 19788 19791 19474 0 -1 4202560 546 0 0 0 251 14 0 0 20 0 22 0 27585287 10060525568 935995 33554432000 1073741824 1073778376 140733828651024 140195056811048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19791/tid=19802] ppid=19788 vsize=9824732 CPUtime=3.26 cores=1,3,5,7
/proc/19791/task/19802/stat : 19802 (java) S 19788 19791 19474 0 -1 4202560 2183 0 0 0 314 12 0 0 20 0 22 0 27585288 10060525568 935995 33554432000 1073741824 1073778376 140733828651024 140194574481512 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19791/tid=19803] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19803/stat : 19803 (java) S 19788 19791 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27585289 10060525568 935995 33554432000 1073741824 1073778376 140733828651024 140194573427832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19791/tid=19804] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19804/stat : 19804 (java) S 19788 19791 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27585289 10060525568 935995 33554432000 1073741824 1073778376 140733828651024 140194572375176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19791/tid=19805] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19805/stat : 19805 (java) S 19788 19791 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27585291 10060525568 935995 33554432000 1073741824 1073778376 140733828651024 140194571323920 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19791/tid=19806] ppid=19788 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/19791/task/19806/stat : 19806 (java) S 19788 19791 19474 0 -1 4202560 6244 0 0 0 130 2 0 0 20 0 22 0 27585291 10060525568 935995 33554432000 1073741824 1073778376 140733828651024 140194570271288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19791/tid=19807] ppid=19788 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/19791/task/19807/stat : 19807 (java) S 19788 19791 19474 0 -1 4202560 16370 0 0 0 214 4 0 0 20 0 22 0 27585291 10060525568 935995 33554432000 1073741824 1073778376 140733828651024 140194569218744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19791/tid=19808] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19808/stat : 19808 (java) S 19788 19791 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27585291 10060525568 935995 33554432000 1073741824 1073778376 140733828651024 140194568166392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19791/tid=19809] ppid=19788 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/19791/task/19809/stat : 19809 (java) S 19788 19791 19474 0 -1 4202560 51 0 0 0 14 21 0 0 20 0 22 0 27585291 10060525568 935995 33554432000 1073741824 1073778376 140733828651024 140194567114056 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19791/tid=19829] ppid=19788 vsize=9824732 CPUtime=870.24 cores=1,3,5,7
/proc/19791/task/19829/stat : 19829 (java) R 19788 19791 19474 0 -1 4202560 92 0 0 0 87011 13 0 0 20 0 22 0 27585337 10060525568 935995 33554432000 1073741824 1073778376 140733828651024 140194566057216 140195064970303 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19791/tid=19830] ppid=19788 vsize=9824732 CPUtime=870.06 cores=1,3,5,7
/proc/19791/task/19830/stat : 19830 (java) R 19788 19791 19474 0 -1 4202560 1248 0 0 0 86957 49 0 0 20 0 22 0 27585337 10060525568 935995 33554432000 1073741824 1073778376 140733828651024 140194565005696 140195064978415 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19791/tid=19831] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19831/stat : 19831 (java) S 19788 19791 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27585338 10060525568 935995 33554432000 1073741824 1073778376 140733828651024 140194563953704 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19791/tid=19832] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19832/stat : 19832 (java) S 19788 19791 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27585339 10060525568 935995 33554432000 1073741824 1073778376 140733828651024 140194562901160 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1774.56
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.001 s]
/proc/loadavg: 4.28 4.28 4.13 6/219 19925
/proc/meminfo: memFree=23027868/32872528 swapFree=1541156/1696500
[pid=19791] ppid=19788 vsize=9824732 CPUtime=1800.07 cores=1,3,5,7
/proc/19791/stat : 19791 (java) S 19788 19791 19474 0 -1 4202496 34867 0 1 0 179802 205 0 0 20 0 22 0 27585285 10060525568 937548 33554432000 1073741824 1073778376 140733828651024 140733828642160 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19791/statm: 2456183 937548 2301 9 0 2446860 0
[pid=19791/tid=19793] ppid=19788 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/19791/task/19793/stat : 19793 (java) S 19788 19791 19474 0 -1 4202560 2484 0 1 0 49 4 0 0 20 0 22 0 27585286 10060525568 937548 33554432000 1073741824 1073778376 140733828651024 140195220890488 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19791/tid=19794] ppid=19788 vsize=9824732 CPUtime=2.91 cores=1,3,5,7
/proc/19791/task/19794/stat : 19794 (java) S 19788 19791 19474 0 -1 4202560 706 0 0 0 271 20 0 0 20 0 22 0 27585287 10060525568 937548 33554432000 1073741824 1073778376 140733828651024 140195064178856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19791/tid=19795] ppid=19788 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/19791/task/19795/stat : 19795 (java) S 19788 19791 19474 0 -1 4202560 535 0 0 0 252 16 0 0 20 0 22 0 27585287 10060525568 937548 33554432000 1073741824 1073778376 140733828651024 140195063126312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19791/tid=19796] ppid=19788 vsize=9824732 CPUtime=2.92 cores=1,3,5,7
/proc/19791/task/19796/stat : 19796 (java) S 19788 19791 19474 0 -1 4202560 667 0 0 0 274 18 0 0 20 0 22 0 27585287 10060525568 937548 33554432000 1073741824 1073778376 140733828651024 140195062073768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19791/tid=19797] ppid=19788 vsize=9824732 CPUtime=2.72 cores=1,3,5,7
/proc/19791/task/19797/stat : 19797 (java) S 19788 19791 19474 0 -1 4202560 530 0 0 0 258 14 0 0 20 0 22 0 27585287 10060525568 937548 33554432000 1073741824 1073778376 140733828651024 140195061021224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19791/tid=19798] ppid=19788 vsize=9824732 CPUtime=3.14 cores=1,3,5,7
/proc/19791/task/19798/stat : 19798 (java) S 19788 19791 19474 0 -1 4202560 702 0 0 0 294 20 0 0 20 0 22 0 27585287 10060525568 937548 33554432000 1073741824 1073778376 140733828651024 140195059968680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19791/tid=19799] ppid=19788 vsize=9824732 CPUtime=2.93 cores=1,3,5,7
/proc/19791/task/19799/stat : 19799 (java) S 19788 19791 19474 0 -1 4202560 714 0 0 0 274 19 0 0 20 0 22 0 27585287 10060525568 937548 33554432000 1073741824 1073778376 140733828651024 140195058916136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19791/tid=19800] ppid=19788 vsize=9824732 CPUtime=2.49 cores=1,3,5,7
/proc/19791/task/19800/stat : 19800 (java) S 19788 19791 19474 0 -1 4202560 529 0 0 0 237 12 0 0 20 0 22 0 27585287 10060525568 937548 33554432000 1073741824 1073778376 140733828651024 140195057863592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19791/tid=19801] ppid=19788 vsize=9824732 CPUtime=2.67 cores=1,3,5,7
/proc/19791/task/19801/stat : 19801 (java) S 19788 19791 19474 0 -1 4202560 546 0 0 0 252 15 0 0 20 0 22 0 27585287 10060525568 937548 33554432000 1073741824 1073778376 140733828651024 140195056811048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19791/tid=19802] ppid=19788 vsize=9824732 CPUtime=3.27 cores=1,3,5,7
/proc/19791/task/19802/stat : 19802 (java) S 19788 19791 19474 0 -1 4202560 2183 0 0 0 314 13 0 0 20 0 22 0 27585288 10060525568 937548 33554432000 1073741824 1073778376 140733828651024 140194574481512 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19791/tid=19803] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19803/stat : 19803 (java) S 19788 19791 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27585289 10060525568 937548 33554432000 1073741824 1073778376 140733828651024 140194573427832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19791/tid=19804] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19804/stat : 19804 (java) S 19788 19791 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27585289 10060525568 937548 33554432000 1073741824 1073778376 140733828651024 140194572375176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19791/tid=19805] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19805/stat : 19805 (java) S 19788 19791 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27585291 10060525568 937548 33554432000 1073741824 1073778376 140733828651024 140194571323920 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19791/tid=19806] ppid=19788 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/19791/task/19806/stat : 19806 (java) S 19788 19791 19474 0 -1 4202560 6244 0 0 0 130 2 0 0 20 0 22 0 27585291 10060525568 937548 33554432000 1073741824 1073778376 140733828651024 140194570271288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19791/tid=19807] ppid=19788 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/19791/task/19807/stat : 19807 (java) S 19788 19791 19474 0 -1 4202560 16370 0 0 0 214 4 0 0 20 0 22 0 27585291 10060525568 937548 33554432000 1073741824 1073778376 140733828651024 140194569218744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19791/tid=19808] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19808/stat : 19808 (java) S 19788 19791 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27585291 10060525568 937548 33554432000 1073741824 1073778376 140733828651024 140194568166392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19791/tid=19809] ppid=19788 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/19791/task/19809/stat : 19809 (java) S 19788 19791 19474 0 -1 4202560 51 0 0 0 14 22 0 0 20 0 22 0 27585291 10060525568 937548 33554432000 1073741824 1073778376 140733828651024 140194567114056 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19791/tid=19829] ppid=19788 vsize=9824732 CPUtime=882.83 cores=1,3,5,7
/proc/19791/task/19829/stat : 19829 (java) R 19788 19791 19474 0 -1 4202560 92 0 0 0 88270 13 0 0 20 0 22 0 27585337 10060525568 937548 33554432000 1073741824 1073778376 140733828651024 140194566057216 140195064970303 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19791/tid=19830] ppid=19788 vsize=9824732 CPUtime=882.65 cores=1,3,5,7
/proc/19791/task/19830/stat : 19830 (java) R 19788 19791 19474 0 -1 4202560 1249 0 0 0 88216 49 0 0 20 0 22 0 27585337 10060525568 937548 33554432000 1073741824 1073778376 140733828651024 140194565003456 140195064738994 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19791/tid=19831] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19831/stat : 19831 (java) S 19788 19791 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27585338 10060525568 937548 33554432000 1073741824 1073778376 140733828651024 140194563953704 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19791/tid=19832] ppid=19788 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19791/task/19832/stat : 19832 (java) S 19788 19791 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27585339 10060525568 937548 33554432000 1073741824 1073778376 140733828651024 140194562901160 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 19791 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

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

Real time (s): 895.069
CPU time (s): 1800.07
CPU user time (s): 1798.02
CPU system time (s): 2.05
CPU usage (%): 201.11
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.44
system time used= 2.57961
maximum resident set size= 3750308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34902
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= 24604
involuntary context switches= 33874

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.8921 second user time and 7.2249 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-26 14:51:06
IDJOB=4116006
IDBENCH=109416
IDSOLVER=2543
FILE ID=node125/4116006-1466945466
RUNJOBID= node125-1466943674-19491
PBS_JOBID= 19976354
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size160-round23-9.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116006-1466945466/watcher-4116006-1466945466 -o /tmp/evaluation-result-4116006-1466945466/solver-4116006-1466945466 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466943674-19491 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4116006-1466945466.opb

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

MD5SUM BENCH= 23a8452436d00a9d7c446b690772a518
RANDOM SEED=2016425776

node125.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		: 2667.021
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	: 5334.04
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		: 2667.021
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.56
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		: 2667.021
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		: 2667.021
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		: 2667.021
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		: 2667.021
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.56
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		: 2667.021
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.55
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		: 2667.021
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:        26764276 kB
Buffers:            3228 kB
Cached:            35080 kB
SwapCached:         1640 kB
Active:          3689508 kB
Inactive:          16672 kB
Active(anon):    3670208 kB
Inactive(anon):      284 kB
Active(file):      19300 kB
Inactive(file):    16388 kB
Unevictable:     1696500 kB
Mlocked:         1541156 kB
SwapTotal:      67108856 kB
SwapFree:       67097764 kB
Dirty:              1288 kB
Writeback:             0 kB
AnonPages:       5364268 kB
Mapped:            14628 kB
Shmem:                 0 kB
Slab:             565148 kB
SReclaimable:       8724 kB
SUnreclaim:       556424 kB
KernelStack:        1624 kB
PageTables:        14856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5784264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3762176 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= 71740 MiB
End job on node125 at 2016-06-26 15:06:01