Trace number 4121710

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 Resolution PB16? (TO) 1800.09 1799.27

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-51.cnf.gz-extracted.pb.metafix.opb
MD5SUM82f48f10dbb04f7d678d41ff5b9be967
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.012997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables205
Total number of constraints204
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)204
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
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.03/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.03/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.29	c See www.sat4j.org for details.
0.03/0.29	c version PB16.v20160501
0.03/0.29	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.29	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.29	c java.vm.version	19.1-b02
0.03/0.29	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.29	c sun.arch.data.model	64
0.03/0.29	c java.version		1.6.0_24
0.03/0.29	c os.name		Linux
0.03/0.29	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.29	c os.arch		amd64
0.03/0.29	c Free memory 		501472288
0.03/0.29	c Max memory 		7480803328
0.03/0.29	c Total memory 		504102912
0.03/0.29	c Number of processors 	8
0.09/0.32	c Pseudo Boolean Optimization by upper bound
0.09/0.32	c --- Begin Solver configuration ---
0.09/0.32	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.32	c Learn all clauses as in MiniSAT
0.09/0.32	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.32	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.32	c No reason simplification
0.09/0.32	c Glucose 2.1 dynamic restart strategy
0.09/0.32	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.32	c timeout=2147483s
0.09/0.32	c DB Simplification allowed=false
0.09/0.32	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.32	c --- End Solver configuration ---
0.09/0.32	c solving HOME/instance-4121710-1467315428.opb
0.09/0.32	c reading problem ... 
0.09/0.33	c  no objective function found
0.09/0.36	c ... done. Wall clock time 0.041s.
0.09/0.36	c declared #vars     205
0.09/0.36	c #constraints  204
0.09/0.36	c constraints type 
0.09/0.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 204
0.09/0.37	c 204 constraints processed.
0.61/0.64	c cleaning 2489 clauses out of 5000 with flag 26176/5000
0.86/0.84	c cleaning 4245 clauses out of 8511 with flag 58264/11000
1.09/1.10	c cleaning 5626 clauses out of 11267 with flag 100493/18001
1.50/1.41	c cleaning 6812 clauses out of 13641 with flag 141265/26001
1.82/1.78	c cleaning 7902 clauses out of 15828 with flag 191054/35000
2.32/2.24	c cleaning 8957 clauses out of 17926 with flag 250043/45000
2.92/2.80	c cleaning 9975 clauses out of 19970 with flag 319311/56001
3.52/3.48	c cleaning 10988 clauses out of 21994 with flag 388161/68000
4.22/4.15	c cleaning 11986 clauses out of 24006 with flag 467082/81000
5.02/4.94	c cleaning 12998 clauses out of 26020 with flag 559535/95000
5.92/5.90	c cleaning 13990 clauses out of 28022 with flag 654104/110000
7.01/6.94	c cleaning 15006 clauses out of 30032 with flag 753108/126000
8.21/8.16	c cleaning 15991 clauses out of 32026 with flag 855742/143000
9.51/9.41	c cleaning 17004 clauses out of 34035 with flag 970478/161000
10.92/10.80	c cleaning 18015 clauses out of 36031 with flag 1086656/180000
12.42/12.36	c cleaning 18995 clauses out of 38016 with flag 1211725/200000
14.12/14.06	c cleaning 19999 clauses out of 40024 with flag 1352087/221003
15.92/15.89	c cleaning 21003 clauses out of 42022 with flag 1493102/243000
17.92/17.85	c cleaning 21997 clauses out of 44019 with flag 1642187/266000
19.93/19.89	c cleaning 22998 clauses out of 46024 with flag 1791620/290002
22.32/22.29	c cleaning 24001 clauses out of 48026 with flag 1951989/315002
24.82/24.71	c cleaning 24998 clauses out of 50023 with flag 2124759/341000
27.52/27.45	c cleaning 26002 clauses out of 52025 with flag 2296904/368000
30.52/30.40	c cleaning 27002 clauses out of 54024 with flag 2477895/396001
33.62/33.58	c cleaning 27999 clauses out of 56021 with flag 2663255/425000
36.82/36.77	c cleaning 28990 clauses out of 58024 with flag 2872530/455002
40.42/40.32	c cleaning 30010 clauses out of 60032 with flag 3077328/486000
44.02/43.94	c cleaning 30999 clauses out of 62023 with flag 3291829/518001
48.12/48.02	c cleaning 32001 clauses out of 64023 with flag 3510066/551000
52.43/52.36	c cleaning 33002 clauses out of 66023 with flag 3738312/585001
56.83/56.73	c cleaning 34008 clauses out of 68025 with flag 3975711/620005
61.53/61.43	c cleaning 34995 clauses out of 70013 with flag 4212562/656001
66.73/66.67	c cleaning 36003 clauses out of 72017 with flag 4446660/693000
72.23/72.13	c cleaning 36997 clauses out of 74016 with flag 4694553/731002
77.73/77.68	c cleaning 37994 clauses out of 76017 with flag 4950821/770000
83.43/83.31	c cleaning 39005 clauses out of 78024 with flag 5213284/810001
89.43/89.36	c cleaning 40002 clauses out of 80018 with flag 5478163/851000
95.93/95.85	c cleaning 40999 clauses out of 82016 with flag 5749110/893000
102.23/102.16	c cleaning 42004 clauses out of 84018 with flag 6035857/936001
109.09/108.92	c cleaning 43002 clauses out of 86013 with flag 6318098/980000
115.88/115.76	c cleaning 43997 clauses out of 88011 with flag 6605710/1025000
123.28/123.16	c cleaning 44995 clauses out of 90016 with flag 6893020/1071002
130.58/130.48	c cleaning 46006 clauses out of 92020 with flag 7186117/1118001
138.38/138.21	c cleaning 46999 clauses out of 94013 with flag 7495412/1166000
146.18/146.07	c cleaning 48003 clauses out of 96014 with flag 7801195/1215000
154.69/154.52	c cleaning 48993 clauses out of 98011 with flag 8115551/1265000
163.49/163.34	c cleaning 49997 clauses out of 100019 with flag 8433267/1316001
172.69/172.57	c cleaning 51006 clauses out of 102021 with flag 8752337/1368000
182.09/181.96	c cleaning 52001 clauses out of 104015 with flag 9082525/1421000
191.48/191.39	c cleaning 52999 clauses out of 106017 with flag 9431822/1475003
201.38/201.24	c cleaning 53993 clauses out of 108018 with flag 9772424/1530003
212.08/211.96	c cleaning 55003 clauses out of 110024 with flag 10109522/1586002
223.39/223.24	c cleaning 56001 clauses out of 112019 with flag 10457757/1643000
234.99/234.88	c cleaning 57006 clauses out of 114018 with flag 10809078/1701000
247.39/247.27	c cleaning 58006 clauses out of 116012 with flag 11165618/1760000
259.79/259.65	c cleaning 58994 clauses out of 118008 with flag 11516957/1820002
272.00/271.83	c cleaning 59996 clauses out of 120012 with flag 11882074/1881000
284.59/284.42	c cleaning 60995 clauses out of 122018 with flag 12251627/1943002
297.95/297.71	c cleaning 62001 clauses out of 124021 with flag 12625094/2006000
311.34/311.11	c cleaning 62995 clauses out of 126020 with flag 12991598/2070000
325.15/324.96	c cleaning 64004 clauses out of 128026 with flag 13377283/2135001
339.76/339.58	c cleaning 64997 clauses out of 130024 with flag 13757935/2201003
353.26/353.02	c cleaning 66003 clauses out of 132024 with flag 14153116/2268000
368.67/368.50	c cleaning 67000 clauses out of 134021 with flag 14546693/2336000
383.88/383.60	c cleaning 68002 clauses out of 136021 with flag 14949747/2405000
399.78/399.57	c cleaning 68999 clauses out of 138022 with flag 15368746/2475003
416.39/416.19	c cleaning 69989 clauses out of 140020 with flag 15776683/2546000
432.70/432.47	c cleaning 71009 clauses out of 142031 with flag 16195204/2618000
449.60/449.37	c cleaning 72003 clauses out of 144023 with flag 16613081/2691001
467.60/467.33	c cleaning 73003 clauses out of 146020 with flag 17039959/2765001
485.80/485.58	c cleaning 73999 clauses out of 148016 with flag 17468011/2840000
503.40/503.19	c cleaning 75001 clauses out of 150017 with flag 17909485/2916000
521.55/521.29	c cleaning 75997 clauses out of 152019 with flag 18344701/2993003
541.73/541.49	c cleaning 76999 clauses out of 154020 with flag 18787101/3071001
560.25/559.97	c cleaning 78002 clauses out of 156020 with flag 19234294/3150000
579.94/579.68	c cleaning 79002 clauses out of 158018 with flag 19692263/3230000
601.44/601.18	c cleaning 80003 clauses out of 160017 with flag 20144222/3311001
622.45/622.19	c cleaning 81002 clauses out of 162013 with flag 20603849/3393000
644.45/644.19	c cleaning 81993 clauses out of 164011 with flag 21067454/3476000
666.95/666.66	c cleaning 82999 clauses out of 166019 with flag 21538710/3560001
690.75/690.49	c cleaning 83996 clauses out of 168020 with flag 22015045/3645001
715.15/714.82	c cleaning 85003 clauses out of 170025 with flag 22501599/3731002
738.85/738.55	c cleaning 86003 clauses out of 172020 with flag 22980052/3818000
763.77/763.48	c cleaning 87002 clauses out of 174019 with flag 23464333/3906002
788.32/787.90	c cleaning 87997 clauses out of 176015 with flag 23951020/3995000
813.33/812.96	c cleaning 88992 clauses out of 178021 with flag 24482918/4085003
839.52/839.11	c cleaning 90006 clauses out of 180028 with flag 24983192/4176002
866.13/865.73	c cleaning 91005 clauses out of 182022 with flag 25491216/4268002
893.74/893.33	c cleaning 91992 clauses out of 184015 with flag 26014672/4361000
921.44/921.02	c cleaning 93003 clauses out of 186024 with flag 26531605/4455001
950.14/949.79	c cleaning 93996 clauses out of 188020 with flag 27061107/4550000
979.46/979.06	c cleaning 94996 clauses out of 190024 with flag 27591826/4646000
1009.86/1009.42	c cleaning 96001 clauses out of 192028 with flag 28121777/4743000
1040.86/1040.44	c cleaning 97002 clauses out of 194027 with flag 28657576/4841000
1072.95/1072.42	c cleaning 97998 clauses out of 196025 with flag 29179944/4940000
1103.36/1102.87	c cleaning 99008 clauses out of 198029 with flag 29756654/5040002
1134.66/1134.17	c cleaning 100000 clauses out of 200021 with flag 30296417/5141002
1167.97/1167.46	c cleaning 101005 clauses out of 202020 with flag 30840609/5243001
1203.58/1203.03	c cleaning 101996 clauses out of 204014 with flag 31384909/5346000
1237.99/1237.47	c cleaning 103005 clauses out of 206019 with flag 31949883/5450001
1273.30/1272.73	c cleaning 103994 clauses out of 208013 with flag 32514753/5555000
1310.50/1309.92	c cleaning 105000 clauses out of 210019 with flag 33085393/5661000
1346.91/1346.38	c cleaning 105994 clauses out of 212019 with flag 33646259/5768000
1385.12/1384.46	c cleaning 106994 clauses out of 214025 with flag 34222993/5876000
1423.72/1423.08	c cleaning 108003 clauses out of 216031 with flag 34798000/5985000
1462.44/1461.72	c cleaning 108997 clauses out of 218028 with flag 35384260/6095000
1503.55/1502.87	c cleaning 110003 clauses out of 220032 with flag 35979669/6206001
1545.06/1544.30	c cleaning 111006 clauses out of 222029 with flag 36579349/6318001
1587.26/1586.59	c cleaning 112002 clauses out of 224022 with flag 37173585/6431000
1628.96/1628.24	c cleaning 112997 clauses out of 226021 with flag 37786362/6545001
1673.98/1673.22	c cleaning 113997 clauses out of 228023 with flag 38410146/6660000
1719.37/1718.59	c cleaning 115002 clauses out of 230026 with flag 39038562/6776000
1760.38/1759.57	c cleaning 116001 clauses out of 232024 with flag 39685257/6893000
1800.09/1799.23	c starts		: 15457
1800.09/1799.23	c conflicts		: 7003585
1800.09/1799.23	c decisions		: 9927043
1800.09/1799.23	c propagations		: 124474974
1800.09/1799.23	c inspects		: 40329065674
1800.09/1799.23	c shortcuts		: 0
1800.09/1799.23	c learnt literals	: 0
1800.09/1799.23	c learnt binary clauses	: 0
1800.09/1799.23	c learnt ternary clauses	: 0
1800.09/1799.23	c learnt constraints	: 7003585
1800.09/1799.23	c timeout
1800.09/1799.23	c ignored constraints	: 0
1800.09/1799.23	c root simplifications	: 0
1800.09/1799.23	c removed literals (reason simplification)	: 0
1800.09/1799.23	c reason swapping (by a shorter reason)	: 0
1800.09/1799.23	c Calls to reduceDB	: 113
1800.09/1799.23	c Number of update (reduction) of LBD	: 2229770
1800.09/1799.23	c Imported unit clauses	: 0
1800.09/1799.23	c number of reductions to clauses (during analyze)	: 0
1800.09/1799.23	c number of learned constraints concerned by reduction	: 0
1800.09/1799.23	c number of learning phase by resolution	: 0
1800.09/1799.23	c number of learning phase by cutting planes	: 0
1800.09/1799.23	c speed (assignments/second)	: 69196.70379579923
1800.09/1799.23	c non guided choices	11561
1800.09/1799.26	c learnt constraints type 
1800.09/1799.26	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 226608
1800.09/1799.26	s UNKNOWN
1800.09/1799.26	c Total wall clock time (in seconds): 1798.935

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-4121710-1467315428/watcher-4121710-1467315428 -o /tmp/evaluation-result-4121710-1467315428/solver-4121710-1467315428 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1467315427-7730 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4121710-1467315428.opb 

pid=7743
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: 1.16 1.74 2.00 2/170 7746
/proc/meminfo: memFree=28650528/32872528 swapFree=1522152/1652968
[pid=7746] ppid=7743 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/7746/stat : 7746 (java) R 7743 7746 3195 0 -1 4202496 157 0 1 0 0 0 0 0 20 0 1 0 2221798 278528 33 33554432000 1073741824 1073778376 140736406216336 140736406213512 217401355559 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7746/statm: 68 33 25 9 0 25 0

[startup+0.100092 s]
/proc/loadavg: 1.16 1.74 2.00 2/170 7746
/proc/meminfo: memFree=28650528/32872528 swapFree=1522152/1652968
[pid=7746] ppid=7743 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/7746/stat : 7746 (java) D 7743 7746 3195 0 -1 4202496 1143 0 18 0 0 0 0 0 20 0 1 0 2221798 23793664 811 33554432000 1073741824 1073778376 140733749017632 140733749007624 140434223958496 0 0 4096 0 18446744071579943789 0 0 17 7 0 0 6 0 0
/proc/7746/statm: 5809 811 605 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.200396 s]
/proc/loadavg: 1.16 1.74 2.00 2/170 7746
/proc/meminfo: memFree=28650528/32872528 swapFree=1522152/1652968
[pid=7746] ppid=7743 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/7746/stat : 7746 (java) S 7743 7746 3195 0 -1 4202496 3126 0 28 0 2 1 0 0 20 0 13 0 2221798 9446973440 3262 33554432000 1073741824 1073778376 140733749017632 140733749008768 217413877821 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/7746/statm: 2306390 3262 1696 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.300355 s]
/proc/loadavg: 1.16 1.74 2.00 2/170 7746
/proc/meminfo: memFree=28650528/32872528 swapFree=1522152/1652968
[pid=7746] ppid=7743 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/7746/stat : 7746 (java) S 7743 7746 3195 0 -1 4202496 4428 0 28 0 8 1 0 0 20 0 18 0 2221798 9787879424 5578 33554432000 1073741824 1073778376 140733749017632 140733749008768 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/7746/statm: 2389619 5578 2124 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.700252 s]
/proc/loadavg: 1.16 1.74 2.00 2/170 7746
/proc/meminfo: memFree=28650528/32872528 swapFree=1522152/1652968
[pid=7746] ppid=7743 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/7746/stat : 7746 (java) S 7743 7746 3195 0 -1 4202496 7577 0 28 0 74 2 0 0 20 0 19 0 2221798 9856040960 7901 33554432000 1073741824 1073778376 140733749017632 140733749008768 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/7746/statm: 2406260 7901 2248 9 0 2396937 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 1.16 1.74 2.00 3/213 7796
/proc/meminfo: memFree=28579648/32872528 swapFree=1522152/1652968
[pid=7746] ppid=7743 vsize=9625040 CPUtime=1.62 cores=1,3,5,7
/proc/7746/stat : 7746 (java) S 7743 7746 3195 0 -1 4202496 7593 0 28 0 160 2 0 0 20 0 19 0 2221798 9856040960 8938 33554432000 1073741824 1073778376 140733749017632 140733749008768 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/7746/statm: 2406260 8938 2249 9 0 2396937 0
[pid=7746/tid=7761] ppid=7743 vsize=9625040 CPUtime=1.26 cores=1,3,5,7
/proc/7746/task/7761/stat : 7761 (java) R 7743 7746 3195 0 -1 4202560 2441 0 7 0 124 2 0 0 20 0 19 0 2221809 9856040960 8938 33554432000 1073741824 1073778376 140733749017632 140434219205112 140434159366159 0 4 0 16800975 0 0 0 -1 3 0 0 10 0 0
[pid=7746/tid=7763] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7763/stat : 7763 (java) S 7743 7746 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2221812 9856040960 8938 33554432000 1073741824 1073778376 140733749017632 140434157935400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7764] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7764/stat : 7764 (java) S 7743 7746 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2221812 9856040960 8938 33554432000 1073741824 1073778376 140733749017632 140434061605544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7746/tid=7765] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7765/stat : 7765 (java) S 7743 7746 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2221812 9856040960 8938 33554432000 1073741824 1073778376 140733749017632 140434060553256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7746/tid=7766] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7766/stat : 7766 (java) S 7743 7746 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2221812 9856040960 8938 33554432000 1073741824 1073778376 140733749017632 140434059500456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7746/tid=7768] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7768/stat : 7768 (java) S 7743 7746 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2221812 9856040960 8938 33554432000 1073741824 1073778376 140733749017632 140434058447144 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7770] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7770/stat : 7770 (java) S 7743 7746 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2221812 9856040960 8938 33554432000 1073741824 1073778376 140733749017632 140434057394344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7746/tid=7772] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7772/stat : 7772 (java) S 7743 7746 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2221812 9856040960 8938 33554432000 1073741824 1073778376 140733749017632 140434056342056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7775] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7775/stat : 7775 (java) S 7743 7746 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2221812 9856040960 8938 33554432000 1073741824 1073778376 140733749017632 140434055289256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7780] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7780/stat : 7780 (java) S 7743 7746 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2221815 9856040960 8938 33554432000 1073741824 1073778376 140733749017632 140434043091688 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7746/tid=7782] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7782/stat : 7782 (java) S 7743 7746 3195 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2221816 9856040960 8938 33554432000 1073741824 1073778376 140733749017632 140434042037752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7784] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7784/stat : 7784 (java) S 7743 7746 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2221816 9856040960 8938 33554432000 1073741824 1073778376 140733749017632 140434040985352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7785] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7785/stat : 7785 (java) S 7743 7746 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2221822 9856040960 8938 33554432000 1073741824 1073778376 140733749017632 140434039933840 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7787] ppid=7743 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/7746/task/7787/stat : 7787 (java) S 7743 7746 3195 0 -1 4202560 1179 0 0 0 16 0 0 0 20 0 19 0 2221822 9856040960 8938 33554432000 1073741824 1073778376 140733749017632 140434038880440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7789] ppid=7743 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/7746/task/7789/stat : 7789 (java) S 7743 7746 3195 0 -1 4202560 2724 0 0 0 17 0 0 0 20 0 19 0 2221822 9856040960 8938 33554432000 1073741824 1073778376 140733749017632 140434037827640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7746/tid=7793] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7793/stat : 7793 (java) S 7743 7746 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2221822 9856040960 8938 33554432000 1073741824 1073778376 140733749017632 140434036775544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7746/tid=7794] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7794/stat : 7794 (java) S 7743 7746 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2221822 9856040960 8938 33554432000 1073741824 1073778376 140733749017632 140434035722952 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7746/tid=7795] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7795/stat : 7795 (java) S 7743 7746 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2221836 9856040960 8938 33554432000 1073741824 1073778376 140733749017632 140434034668968 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 1.22 1.75 2.00 4/213 7796
/proc/meminfo: memFree=28570704/32872528 swapFree=1522152/1652968
[pid=7746] ppid=7743 vsize=9625040 CPUtime=3.22 cores=1,3,5,7
/proc/7746/stat : 7746 (java) S 7743 7746 3195 0 -1 4202496 7596 0 28 0 320 2 0 0 20 0 19 0 2221798 9856040960 9962 33554432000 1073741824 1073778376 140733749017632 140733749008768 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/7746/statm: 2406260 9962 2249 9 0 2396937 0
[pid=7746/tid=7761] ppid=7743 vsize=9625040 CPUtime=2.86 cores=1,3,5,7
/proc/7746/task/7761/stat : 7761 (java) R 7743 7746 3195 0 -1 4202560 2444 0 7 0 284 2 0 0 20 0 19 0 2221809 9856040960 9962 33554432000 1073741824 1073778376 140733749017632 140434219196112 140434159320827 0 4 0 16800975 0 0 0 -1 3 0 0 10 0 0
[pid=7746/tid=7763] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7763/stat : 7763 (java) S 7743 7746 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2221812 9856040960 9962 33554432000 1073741824 1073778376 140733749017632 140434157935400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7764] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7764/stat : 7764 (java) S 7743 7746 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2221812 9856040960 9962 33554432000 1073741824 1073778376 140733749017632 140434061605544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7746/tid=7765] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7765/stat : 7765 (java) S 7743 7746 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2221812 9856040960 9962 33554432000 1073741824 1073778376 140733749017632 140434060553256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7746/tid=7766] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7766/stat : 7766 (java) S 7743 7746 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2221812 9856040960 9962 33554432000 1073741824 1073778376 140733749017632 140434059500456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7746/tid=7768] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7768/stat : 7768 (java) S 7743 7746 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2221812 9856040960 9962 33554432000 1073741824 1073778376 140733749017632 140434058447144 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7770] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7770/stat : 7770 (java) S 7743 7746 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2221812 9856040960 9962 33554432000 1073741824 1073778376 140733749017632 140434057394344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7746/tid=7772] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7772/stat : 7772 (java) S 7743 7746 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2221812 9856040960 9962 33554432000 1073741824 1073778376 140733749017632 140434056342056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7775] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7775/stat : 7775 (java) S 7743 7746 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2221812 9856040960 9962 33554432000 1073741824 1073778376 140733749017632 140434055289256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7780] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7780/stat : 7780 (java) S 7743 7746 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2221815 9856040960 9962 33554432000 1073741824 1073778376 140733749017632 140434043091688 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7746/tid=7782] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7782/stat : 7782 (java) S 7743 7746 3195 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2221816 9856040960 9962 33554432000 1073741824 1073778376 140733749017632 140434042037752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7784] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7784/stat : 7784 (java) S 7743 7746 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2221816 9856040960 9962 33554432000 1073741824 1073778376 140733749017632 140434040985352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7785] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7785/stat : 7785 (java) S 7743 7746 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2221822 9856040960 9962 33554432000 1073741824 1073778376 140733749017632 140434039933840 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7787] ppid=7743 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/7746/task/7787/stat : 7787 (java) S 7743 7746 3195 0 -1 4202560 1179 0 0 0 16 0 0 0 20 0 19 0 2221822 9856040960 9962 33554432000 1073741824 1073778376 140733749017632 140434038880440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7789] ppid=7743 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/7746/task/7789/stat : 7789 (java) S 7743 7746 3195 0 -1 4202560 2724 0 0 0 17 0 0 0 20 0 19 0 2221822 9856040960 9962 33554432000 1073741824 1073778376 140733749017632 140434037827640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7746/tid=7793] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7793/stat : 7793 (java) S 7743 7746 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2221822 9856040960 9962 33554432000 1073741824 1073778376 140733749017632 140434036775544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7746/tid=7794] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7794/stat : 7794 (java) S 7743 7746 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2221822 9856040960 9962 33554432000 1073741824 1073778376 140733749017632 140434035722952 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7746/tid=7795] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7795/stat : 7795 (java) S 7743 7746 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2221836 9856040960 9962 33554432000 1073741824 1073778376 140733749017632 140434034668968 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.22
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 1.22 1.75 2.00 4/213 7796
/proc/meminfo: memFree=28555744/32872528 swapFree=1522152/1652968
[pid=7746] ppid=7743 vsize=9625040 CPUtime=6.42 cores=1,3,5,7
/proc/7746/stat : 7746 (java) S 7743 7746 3195 0 -1 4202496 7601 0 28 0 640 2 0 0 20 0 19 0 2221798 9856040960 11451 33554432000 1073741824 1073778376 140733749017632 140733749008768 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/7746/statm: 2406260 11451 2250 9 0 2396937 0
[pid=7746/tid=7761] ppid=7743 vsize=9625040 CPUtime=6.05 cores=1,3,5,7
/proc/7746/task/7761/stat : 7761 (java) R 7743 7746 3195 0 -1 4202560 2448 0 7 0 603 2 0 0 20 0 19 0 2221809 9856040960 11451 33554432000 1073741824 1073778376 140733749017632 140434219196112 140434159366372 0 4 0 16800975 0 0 0 -1 3 0 0 10 0 0
[pid=7746/tid=7763] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7763/stat : 7763 (java) S 7743 7746 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2221812 9856040960 11451 33554432000 1073741824 1073778376 140733749017632 140434157935400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7764] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7764/stat : 7764 (java) S 7743 7746 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2221812 9856040960 11451 33554432000 1073741824 1073778376 140733749017632 140434061605544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7746/tid=7765] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7765/stat : 7765 (java) S 7743 7746 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2221812 9856040960 11451 33554432000 1073741824 1073778376 140733749017632 140434060553256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7746/tid=7766] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7766/stat : 7766 (java) S 7743 7746 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2221812 9856040960 11451 33554432000 1073741824 1073778376 140733749017632 140434059500456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7746/tid=7768] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7768/stat : 7768 (java) S 7743 7746 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2221812 9856040960 11451 33554432000 1073741824 1073778376 140733749017632 140434058447144 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7770] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7770/stat : 7770 (java) S 7743 7746 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2221812 9856040960 11451 33554432000 1073741824 1073778376 140733749017632 140434057394344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7746/tid=7772] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7772/stat : 7772 (java) S 7743 7746 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2221812 9856040960 11451 33554432000 1073741824 1073778376 140733749017632 140434056342056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7775] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7775/stat : 7775 (java) S 7743 7746 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2221812 9856040960 11451 33554432000 1073741824 1073778376 140733749017632 140434055289256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7780] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7780/stat : 7780 (java) S 7743 7746 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2221815 9856040960 11451 33554432000 1073741824 1073778376 140733749017632 140434043091688 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7746/tid=7782] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7782/stat : 7782 (java) S 7743 7746 3195 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2221816 9856040960 11451 33554432000 1073741824 1073778376 140733749017632 140434042037752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7784] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7784/stat : 7784 (java) S 7743 7746 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2221816 9856040960 11451 33554432000 1073741824 1073778376 140733749017632 140434040985352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7785] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7785/stat : 7785 (java) S 7743 7746 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2221822 9856040960 11451 33554432000 1073741824 1073778376 140733749017632 140434039933840 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7787] ppid=7743 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/7746/task/7787/stat : 7787 (java) S 7743 7746 3195 0 -1 4202560 1179 0 0 0 16 0 0 0 20 0 19 0 2221822 9856040960 11451 33554432000 1073741824 1073778376 140733749017632 140434038880440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7789] ppid=7743 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/7746/task/7789/stat : 7789 (java) S 7743 7746 3195 0 -1 4202560 2724 0 0 0 17 0 0 0 20 0 19 0 2221822 9856040960 11451 33554432000 1073741824 1073778376 140733749017632 140434037827640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7746/tid=7793] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7793/stat : 7793 (java) S 7743 7746 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2221822 9856040960 11451 33554432000 1073741824 1073778376 140733749017632 140434036775544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7746/tid=7794] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7794/stat : 7794 (java) S 7743 7746 3195 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2221822 9856040960 11451 33554432000 1073741824 1073778376 140733749017632 140434035722952 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7746/tid=7795] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7795/stat : 7795 (java) S 7743 7746 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2221836 9856040960 11451 33554432000 1073741824 1073778376 140733749017632 140434034668968 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.42
Current children cumulated vsize (KiB) 9625040


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

[pid=7746/tid=7795] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7795/stat : 7795 (java) S 7743 7746 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2221836 9856040960 56499 33554432000 1073741824 1073778376 140733749017632 140434034668968 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1663.07
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.26 2.20 2.13 4/213 7862
/proc/meminfo: memFree=28209048/32872528 swapFree=1522152/1652968
[pid=7746] ppid=7743 vsize=9625040 CPUtime=1723.18 cores=1,3,5,7
/proc/7746/stat : 7746 (java) S 7743 7746 3195 0 -1 4202496 8495 0 28 0 172274 44 0 0 20 0 19 0 2221798 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140733749008768 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/7746/statm: 2406260 58060 2266 9 0 2396937 0
[pid=7746/tid=7761] ppid=7743 vsize=9625040 CPUtime=1717.4 cores=1,3,5,7
/proc/7746/task/7761/stat : 7761 (java) R 7743 7746 3195 0 -1 4202560 2511 0 7 0 171708 32 0 0 20 0 19 0 2221809 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434219196112 140434159377216 0 4 0 16800975 0 0 0 -1 3 0 0 10 0 0
[pid=7746/tid=7763] ppid=7743 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/7746/task/7763/stat : 7763 (java) S 7743 7746 3195 0 -1 4202560 47 0 0 0 7 1 0 0 20 0 19 0 2221812 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434157935400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7746/tid=7764] ppid=7743 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/7746/task/7764/stat : 7764 (java) S 7743 7746 3195 0 -1 4202560 13 0 0 0 8 0 0 0 20 0 19 0 2221812 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434061605544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7746/tid=7765] ppid=7743 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/7746/task/7765/stat : 7765 (java) S 7743 7746 3195 0 -1 4202560 10 0 0 0 5 0 0 0 20 0 19 0 2221812 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434060553256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7766] ppid=7743 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/7746/task/7766/stat : 7766 (java) S 7743 7746 3195 0 -1 4202560 31 0 0 0 7 2 0 0 20 0 19 0 2221812 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434059500456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7768] ppid=7743 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7746/task/7768/stat : 7768 (java) S 7743 7746 3195 0 -1 4202560 75 0 0 0 3 0 0 0 20 0 19 0 2221812 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434058447144 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7770] ppid=7743 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/7746/task/7770/stat : 7770 (java) S 7743 7746 3195 0 -1 4202560 49 0 0 0 6 0 0 0 20 0 19 0 2221812 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434057394344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7746/tid=7772] ppid=7743 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/7746/task/7772/stat : 7772 (java) S 7743 7746 3195 0 -1 4202560 54 0 0 0 6 0 0 0 20 0 19 0 2221812 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434056342056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7746/tid=7775] ppid=7743 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/7746/task/7775/stat : 7775 (java) S 7743 7746 3195 0 -1 4202560 82 0 0 0 8 2 0 0 20 0 19 0 2221812 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434055289256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7780] ppid=7743 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/7746/task/7780/stat : 7780 (java) S 7743 7746 3195 0 -1 4202560 34 0 0 0 0 1 0 0 20 0 19 0 2221815 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434043091688 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7746/tid=7782] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7782/stat : 7782 (java) S 7743 7746 3195 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2221816 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434042037752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7784] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7784/stat : 7784 (java) S 7743 7746 3195 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 2221816 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434040985352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7785] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7785/stat : 7785 (java) S 7743 7746 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2221822 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434039933840 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7787] ppid=7743 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/7746/task/7787/stat : 7787 (java) S 7743 7746 3195 0 -1 4202560 1527 0 0 0 19 0 0 0 20 0 19 0 2221822 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434038880440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7789] ppid=7743 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/7746/task/7789/stat : 7789 (java) S 7743 7746 3195 0 -1 4202560 2724 0 0 0 17 0 0 0 20 0 19 0 2221822 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434037827640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7746/tid=7793] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7793/stat : 7793 (java) S 7743 7746 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2221822 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434036775544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7746/tid=7794] ppid=7743 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/7746/task/7794/stat : 7794 (java) S 7743 7746 3195 0 -1 4202560 100 0 0 0 25 32 0 0 20 0 19 0 2221822 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434035722952 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7746/tid=7795] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7795/stat : 7795 (java) S 7743 7746 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2221836 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434034668968 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1723.18
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.18 2.19 2.12 3/212 7863
/proc/meminfo: memFree=28209688/32872528 swapFree=1522152/1652968
[pid=7746] ppid=7743 vsize=9625040 CPUtime=1783.18 cores=1,3,5,7
/proc/7746/stat : 7746 (java) S 7743 7746 3195 0 -1 4202496 8499 0 28 0 178273 45 0 0 20 0 19 0 2221798 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140733749008768 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/7746/statm: 2406260 58060 2266 9 0 2396937 0
[pid=7746/tid=7761] ppid=7743 vsize=9625040 CPUtime=1777.24 cores=1,3,5,7
/proc/7746/task/7761/stat : 7761 (java) R 7743 7746 3195 0 -1 4202560 2511 0 7 0 177691 33 0 0 20 0 19 0 2221809 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434219196112 140434159163304 0 4 0 16800975 0 0 0 -1 3 0 0 10 0 0
[pid=7746/tid=7763] ppid=7743 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/7746/task/7763/stat : 7763 (java) S 7743 7746 3195 0 -1 4202560 47 0 0 0 7 1 0 0 20 0 19 0 2221812 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434157935400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7746/tid=7764] ppid=7743 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/7746/task/7764/stat : 7764 (java) S 7743 7746 3195 0 -1 4202560 13 0 0 0 8 0 0 0 20 0 19 0 2221812 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434061605544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7746/tid=7765] ppid=7743 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/7746/task/7765/stat : 7765 (java) S 7743 7746 3195 0 -1 4202560 10 0 0 0 5 0 0 0 20 0 19 0 2221812 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434060553256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7766] ppid=7743 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/7746/task/7766/stat : 7766 (java) S 7743 7746 3195 0 -1 4202560 31 0 0 0 7 2 0 0 20 0 19 0 2221812 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434059500456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7768] ppid=7743 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7746/task/7768/stat : 7768 (java) S 7743 7746 3195 0 -1 4202560 75 0 0 0 3 0 0 0 20 0 19 0 2221812 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434058447144 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7770] ppid=7743 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/7746/task/7770/stat : 7770 (java) S 7743 7746 3195 0 -1 4202560 49 0 0 0 6 0 0 0 20 0 19 0 2221812 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434057394344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7746/tid=7772] ppid=7743 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/7746/task/7772/stat : 7772 (java) S 7743 7746 3195 0 -1 4202560 54 0 0 0 6 0 0 0 20 0 19 0 2221812 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434056342056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7746/tid=7775] ppid=7743 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/7746/task/7775/stat : 7775 (java) S 7743 7746 3195 0 -1 4202560 82 0 0 0 8 2 0 0 20 0 19 0 2221812 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434055289256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7780] ppid=7743 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/7746/task/7780/stat : 7780 (java) S 7743 7746 3195 0 -1 4202560 34 0 0 0 0 1 0 0 20 0 19 0 2221815 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434043091688 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7746/tid=7782] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7782/stat : 7782 (java) S 7743 7746 3195 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2221816 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434042037752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7784] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7784/stat : 7784 (java) S 7743 7746 3195 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 2221816 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434040985352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7785] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7785/stat : 7785 (java) S 7743 7746 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2221822 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434039933840 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7787] ppid=7743 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/7746/task/7787/stat : 7787 (java) S 7743 7746 3195 0 -1 4202560 1527 0 0 0 19 0 0 0 20 0 19 0 2221822 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434038880440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7789] ppid=7743 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/7746/task/7789/stat : 7789 (java) S 7743 7746 3195 0 -1 4202560 2724 0 0 0 17 0 0 0 20 0 19 0 2221822 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434037827640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7746/tid=7793] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7793/stat : 7793 (java) S 7743 7746 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2221822 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434036775544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7746/tid=7794] ppid=7743 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/7746/task/7794/stat : 7794 (java) S 7743 7746 3195 0 -1 4202560 104 0 0 0 27 32 0 0 20 0 19 0 2221822 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434035722952 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7746/tid=7795] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7795/stat : 7795 (java) S 7743 7746 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2221836 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434034668968 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1783.18
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.2 s]
/proc/loadavg: 2.21 2.19 2.13 3/212 7863
/proc/meminfo: memFree=28209816/32872528 swapFree=1522152/1652968
[pid=7746] ppid=7743 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/7746/stat : 7746 (java) S 7743 7746 3195 0 -1 4202496 8501 0 28 0 179964 45 0 0 20 0 19 0 2221798 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140733749008768 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/7746/statm: 2406260 58060 2266 9 0 2396937 0
[pid=7746/tid=7761] ppid=7743 vsize=9625040 CPUtime=1794.1 cores=1,3,5,7
/proc/7746/task/7761/stat : 7761 (java) R 7743 7746 3195 0 -1 4202560 2511 0 7 0 179377 33 0 0 20 0 19 0 2221809 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434219196112 140434159366238 0 4 0 16800975 0 0 0 -1 3 0 0 10 0 0
[pid=7746/tid=7763] ppid=7743 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/7746/task/7763/stat : 7763 (java) S 7743 7746 3195 0 -1 4202560 47 0 0 0 7 1 0 0 20 0 19 0 2221812 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434157935400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7746/tid=7764] ppid=7743 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/7746/task/7764/stat : 7764 (java) S 7743 7746 3195 0 -1 4202560 13 0 0 0 8 0 0 0 20 0 19 0 2221812 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434061605544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7746/tid=7765] ppid=7743 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/7746/task/7765/stat : 7765 (java) S 7743 7746 3195 0 -1 4202560 10 0 0 0 5 0 0 0 20 0 19 0 2221812 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434060553256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7766] ppid=7743 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/7746/task/7766/stat : 7766 (java) S 7743 7746 3195 0 -1 4202560 31 0 0 0 7 2 0 0 20 0 19 0 2221812 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434059500456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7768] ppid=7743 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7746/task/7768/stat : 7768 (java) S 7743 7746 3195 0 -1 4202560 75 0 0 0 3 0 0 0 20 0 19 0 2221812 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434058447144 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7770] ppid=7743 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/7746/task/7770/stat : 7770 (java) S 7743 7746 3195 0 -1 4202560 49 0 0 0 6 0 0 0 20 0 19 0 2221812 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434057394344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7746/tid=7772] ppid=7743 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/7746/task/7772/stat : 7772 (java) S 7743 7746 3195 0 -1 4202560 54 0 0 0 6 0 0 0 20 0 19 0 2221812 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434056342056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7746/tid=7775] ppid=7743 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/7746/task/7775/stat : 7775 (java) S 7743 7746 3195 0 -1 4202560 82 0 0 0 8 2 0 0 20 0 19 0 2221812 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434055289256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7780] ppid=7743 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/7746/task/7780/stat : 7780 (java) S 7743 7746 3195 0 -1 4202560 34 0 0 0 0 1 0 0 20 0 19 0 2221815 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434043091688 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7746/tid=7782] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7782/stat : 7782 (java) S 7743 7746 3195 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2221816 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434042037752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7784] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7784/stat : 7784 (java) S 7743 7746 3195 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 2221816 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434040985352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7785] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7785/stat : 7785 (java) S 7743 7746 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2221822 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434039933840 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7787] ppid=7743 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/7746/task/7787/stat : 7787 (java) S 7743 7746 3195 0 -1 4202560 1527 0 0 0 19 0 0 0 20 0 19 0 2221822 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434038880440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7746/tid=7789] ppid=7743 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/7746/task/7789/stat : 7789 (java) S 7743 7746 3195 0 -1 4202560 2724 0 0 0 17 0 0 0 20 0 19 0 2221822 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434037827640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7746/tid=7793] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7793/stat : 7793 (java) S 7743 7746 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2221822 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434036775544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7746/tid=7794] ppid=7743 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/7746/task/7794/stat : 7794 (java) S 7743 7746 3195 0 -1 4202560 106 0 0 0 27 33 0 0 20 0 19 0 2221822 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434035722952 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7746/tid=7795] ppid=7743 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7746/task/7795/stat : 7795 (java) S 7743 7746 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2221836 9856040960 58060 33554432000 1073741824 1073778376 140733749017632 140434034668968 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

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 7746 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 7746 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=100103
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=862868
# CPU time returned by wait4() is 1795.96
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1799.27
CPU time (s): 1800.09
CPU user time (s): 1799.64
CPU system time (s): 0.45
CPU usage (%): 100.046
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.1
system time used= 0.862868
maximum resident set size= 232400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8549
page faults= 28
swaps= 0
block input operations= 20536
block output operations= 1072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38503
involuntary context switches= 4081

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.9222 second user time and 12.2251 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-30 21:37:08
IDJOB=4121710
IDBENCH=110638
IDSOLVER=2546
FILE ID=node122/4121710-1467315428
RUNJOBID= node122-1467315427-7730
PBS_JOBID= 20005252
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-fixed-bandwidth-51.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121710-1467315428/watcher-4121710-1467315428 -o /tmp/evaluation-result-4121710-1467315428/solver-4121710-1467315428 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1467315427-7730 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4121710-1467315428.opb

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

MD5SUM BENCH= 82f48f10dbb04f7d678d41ff5b9be967
RANDOM SEED=1018244407

node122.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.814
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.62
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.814
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.814
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.814
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.814
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.814
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		: 2666.814
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		: 2666.814
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:        28651436 kB
Buffers:           83568 kB
Cached:          1728060 kB
SwapCached:            0 kB
Active:           202276 kB
Inactive:        1624804 kB
Active(anon):      18284 kB
Inactive(anon):        4 kB
Active(file):     183992 kB
Inactive(file):  1624800 kB
Unevictable:     1652968 kB
Mlocked:         1522152 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               788 kB
Writeback:             0 kB
AnonPages:       1669240 kB
Mapped:            13644 kB
Shmem:               204 kB
Slab:             609052 kB
SReclaimable:      53264 kB
SUnreclaim:       555788 kB
KernelStack:        1392 kB
PageTables:         7460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1755196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    133120 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= 71728 MiB
End job on node122 at 2016-06-30 22:07:07