Trace number 4089821

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.1 893.289

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
EC_RANDOM_GRAPHS/normalized-ECrand6reg-v041-n1.opb
MD5SUMb7d90c2ccef1fe44de3306377e815308
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.070988
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables123
Total number of constraints41
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)41
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 9
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4089821-1466019400.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.10/0.13	c ... done. Wall clock time 0.018s.
0.10/0.13	c declared #vars     123
0.10/0.13	c #constraints  82
0.10/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.13	c constraints type 
0.10/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 82
0.10/0.13	c 82 constraints processed.
0.10/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.13	c constraints type 
0.10/0.13	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 82
0.10/0.13	c 82 constraints processed.
1.96/0.68	c cleaning 2498 clauses out of 5000 with flag 26109/5000
3.56/1.02	c cleaning 4231 clauses out of 8503 with flag 63123/11001
4.77/1.44	c cleaning 5630 clauses out of 11272 with flag 112436/18001
5.93/1.93	c cleaning 6814 clauses out of 13642 with flag 163622/26001
7.37/2.62	c cleaning 7905 clauses out of 15830 with flag 238205/35003
9.38/3.64	c cleaning 8950 clauses out of 17922 with flag 312261/45000
11.80/4.81	c cleaning 9973 clauses out of 19974 with flag 395274/56002
14.38/6.19	c cleaning 10989 clauses out of 21999 with flag 487334/68000
15.41/6.67	c cleaning 0 clauses out of 5001 with flag 0/5001
18.30/7.94	c cleaning 11990 clauses out of 24011 with flag 591888/81001
21.96/9.66	c cleaning 12995 clauses out of 26021 with flag 735285/95001
25.96/11.68	c cleaning 14004 clauses out of 28025 with flag 894853/110000
30.39/13.84	c cleaning 15005 clauses out of 30021 with flag 1049867/126000
35.01/16.12	c cleaning 15991 clauses out of 32018 with flag 1234886/143002
39.81/18.57	c cleaning 17002 clauses out of 34027 with flag 1408020/161002
46.05/21.60	c cleaning 18003 clauses out of 36023 with flag 1585245/180000
52.69/24.98	c cleaning 19000 clauses out of 38020 with flag 1744859/200000
60.51/28.86	c cleaning 20003 clauses out of 40020 with flag 1915893/221000
64.73/30.99	c cleaning 0 clauses out of 11000 with flag 0/11000
69.72/33.46	c cleaning 20998 clauses out of 42020 with flag 2095987/243003
79.73/38.45	c cleaning 22000 clauses out of 44020 with flag 2279786/266001
90.54/43.87	c cleaning 22996 clauses out of 46020 with flag 2474024/290001
103.38/50.25	c cleaning 24001 clauses out of 48024 with flag 2682927/315001
116.61/56.83	c cleaning 24991 clauses out of 50022 with flag 2899478/341000
129.46/63.30	c cleaning 25988 clauses out of 52031 with flag 3085875/368000
143.72/70.38	c cleaning 26997 clauses out of 54043 with flag 3281768/396000
159.60/78.25	c cleaning 28020 clauses out of 56046 with flag 3497711/425000
174.68/85.78	c cleaning 29011 clauses out of 58027 with flag 3762665/455001
192.80/94.76	c cleaning 29993 clauses out of 60015 with flag 4015965/486000
209.53/103.07	c cleaning 0 clauses out of 18000 with flag 0/18000
210.55/103.53	c cleaning 30983 clauses out of 62022 with flag 4305196/518000
233.83/115.11	c cleaning 31994 clauses out of 64039 with flag 4554015/551000
255.33/125.80	c cleaning 33005 clauses out of 66045 with flag 4881905/585000
280.88/138.59	c cleaning 33998 clauses out of 68042 with flag 5201554/620002
307.06/151.53	c cleaning 35001 clauses out of 70044 with flag 5528159/656002
333.42/164.61	c cleaning 36008 clauses out of 72042 with flag 5810429/693001
363.59/179.68	c cleaning 37006 clauses out of 74034 with flag 6120689/731001
402.15/198.87	c cleaning 37998 clauses out of 76029 with flag 6448051/770002
435.76/215.51	c cleaning 39002 clauses out of 78030 with flag 6758711/810001
463.69/229.41	c cleaning 0 clauses out of 26000 with flag 0/26000
469.54/232.30	c cleaning 40012 clauses out of 80027 with flag 7092947/851000
505.98/250.47	c cleaning 40971 clauses out of 82016 with flag 7527610/893001
543.25/268.91	c cleaning 42003 clauses out of 84044 with flag 7913528/936000
579.66/287.04	c cleaning 43006 clauses out of 86042 with flag 8262745/980001
621.40/307.76	c cleaning 44002 clauses out of 88035 with flag 8634152/1025000
667.94/330.85	c cleaning 45012 clauses out of 90033 with flag 9018175/1071000
717.19/355.37	c cleaning 45991 clauses out of 92022 with flag 9406153/1118001
778.58/385.88	c cleaning 46999 clauses out of 94030 with flag 9827079/1166000
824.30/408.54	c cleaning 0 clauses out of 35000 with flag 0/35000
842.62/417.60	c cleaning 47998 clauses out of 96033 with flag 10272934/1215002
912.30/452.30	c cleaning 48996 clauses out of 98034 with flag 10738764/1265001
984.80/488.29	c cleaning 49992 clauses out of 100038 with flag 11195010/1316001
1058.76/524.91	c cleaning 50998 clauses out of 102046 with flag 11686510/1368001
1144.95/567.72	c cleaning 51996 clauses out of 104047 with flag 12192426/1421000
1235.03/612.67	c cleaning 52999 clauses out of 106051 with flag 12695807/1475000
1320.45/655.07	c cleaning 54007 clauses out of 108053 with flag 13214291/1530001
1363.47/676.44	c cleaning 0 clauses out of 45001 with flag 0/45001
1418.45/703.77	c cleaning 54999 clauses out of 110046 with flag 13759291/1586001
1510.91/749.61	c cleaning 56000 clauses out of 112047 with flag 14291863/1643001
1620.65/804.15	c cleaning 57006 clauses out of 114047 with flag 14876185/1701001
1708.46/847.77	c cleaning 58013 clauses out of 116040 with flag 15396316/1760000
1788.81/887.61	c cleaning 59005 clauses out of 118027 with flag 15836407/1820000
1800.10/893.21	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/893.21	c starts		: 2226
1800.10/893.21	c conflicts		: 1832808
1800.10/893.21	c decisions		: 2252968
1800.10/893.21	c propagations		: 37119507
1800.10/893.21	c inspects		: 12886642971
1800.10/893.21	c shortcuts		: 0
1800.10/893.21	c learnt literals	: 0
1800.10/893.21	c learnt binary clauses	: 0
1800.10/893.21	c learnt ternary clauses	: 0
1800.10/893.21	c learnt constraints	: 1832808
1800.10/893.21	c ignored constraints	: 0
1800.10/893.21	c root simplifications	: 0
1800.10/893.21	c removed literals (reason simplification)	: 4739257
1800.10/893.21	c reason swapping (by a shorter reason)	: 0
1800.10/893.21	c Calls to reduceDB	: 56
1800.10/893.21	c Number of update (reduction) of LBD	: 612590
1800.10/893.21	c Imported unit clauses	: 0
1800.10/893.21	c number of reductions to clauses (during analyze)	: 0
1800.10/893.21	c number of learned constraints concerned by reduction	: 0
1800.10/893.21	c number of learning phase by resolution	: 0
1800.10/893.21	c number of learning phase by cutting planes	: 0
1800.10/893.21	c speed (assignments/second)	: 41563.6199342274
1800.10/893.21	c non guided choices	57
1800.10/893.24	c learnt constraints type 
1800.10/893.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 71830
1800.10/893.24	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/893.24	c starts		: 73
1800.10/893.24	c conflicts		: 51549
1800.10/893.24	c decisions		: 76587
1800.10/893.24	c propagations		: 431341
1800.10/893.24	c inspects		: 1356974311
1800.10/893.24	c shortcuts		: 0
1800.10/893.24	c learnt literals	: 0
1800.10/893.24	c learnt binary clauses	: 0
1800.10/893.24	c learnt ternary clauses	: 0
1800.10/893.24	c learnt constraints	: 51549
1800.10/893.24	c ignored constraints	: 0
1800.10/893.24	c root simplifications	: 0
1800.10/893.24	c removed literals (reason simplification)	: 0
1800.10/893.24	c reason swapping (by a shorter reason)	: 0
1800.10/893.24	c Calls to reduceDB	: 6
1800.10/893.24	c Number of update (reduction) of LBD	: 0
1800.10/893.24	c Imported unit clauses	: 0
1800.10/893.24	c number of reductions to clauses (during analyze)	: 0
1800.10/893.24	c number of learned constraints concerned by reduction	: 0
1800.10/893.24	c number of learning phase by resolution	: 0
1800.10/893.24	c number of learning phase by cutting planes	: 0
1800.10/893.24	c speed (assignments/second)	: 482.96730735209485
1800.10/893.24	c non guided choices	34
1800.10/893.26	c learnt constraints type 
1800.10/893.26	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 7075
1800.10/893.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.10/893.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 44473
1800.10/893.27	s UNKNOWN
1800.10/893.27	c Total wall clock time (in seconds): 893.158

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-4089821-1466019400/watcher-4089821-1466019400 -o /tmp/evaluation-result-4089821-1466019400/solver-4089821-1466019400 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466012165-5783 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4089821-1466019400.opb 

pid=9734
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.97 4.05 4.01 4/197 9737
/proc/meminfo: memFree=29490212/32872528 swapFree=248296/248296
[pid=9737] ppid=9734 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/9737/stat : 9737 (java) S 9734 9737 5767 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 3990453 98570240 977 33554432000 1073741824 1073778376 140736339293184 140736339284320 247067607101 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9737/statm: 24065 977 743 9 0 16771 0
[pid=9737/tid=9738] ppid=9734 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9738/stat : 9738 (java) R 9734 9737 5767 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 3990453 98570240 977 33554432000 1073741824 1073778376 140736339293184 140116939025960 247064249728 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100196 s]
/proc/loadavg: 3.97 4.05 4.01 4/197 9737
/proc/meminfo: memFree=29490212/32872528 swapFree=248296/248296
[pid=9737] ppid=9734 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/9737/stat : 9737 (java) S 9734 9737 5767 0 -1 4202496 4505 0 1 0 9 1 0 0 20 0 18 0 3990453 9787879424 6132 33554432000 1073741824 1073778376 140736339293184 140736339284320 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9737/statm: 2389619 6132 2156 9 0 2380296 0
[pid=9737/tid=9738] ppid=9734 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/9737/task/9738/stat : 9738 (java) R 9734 9737 5767 0 -1 4202560 2409 0 1 0 7 0 0 0 20 0 18 0 3990453 9787879424 6132 33554432000 1073741824 1073778376 140736339293184 140116939029408 140116946459100 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200282 s]
/proc/loadavg: 3.97 4.05 4.01 4/197 9737
/proc/meminfo: memFree=29490212/32872528 swapFree=248296/248296
[pid=9737] ppid=9734 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/9737/stat : 9737 (java) S 9734 9737 5767 0 -1 4202496 7218 0 1 0 34 2 0 0 20 0 22 0 3990453 10060525568 9489 33554432000 1073741824 1073778376 140736339293184 140736339284320 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9737/statm: 2456183 9489 2217 9 0 2446860 0
[pid=9737/tid=9738] ppid=9734 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/9737/task/9738/stat : 9738 (java) S 9734 9737 5767 0 -1 4202560 2424 0 1 0 10 1 0 0 20 0 22 0 3990453 10060525568 9489 33554432000 1073741824 1073778376 140736339293184 140116939031416 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 9824732

[startup+0.300279 s]
/proc/loadavg: 3.97 4.05 4.01 4/197 9737
/proc/meminfo: memFree=29490212/32872528 swapFree=248296/248296
[pid=9737] ppid=9734 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/9737/stat : 9737 (java) S 9734 9737 5767 0 -1 4202496 10463 0 1 0 74 3 0 0 20 0 22 0 3990453 10060525568 10983 33554432000 1073741824 1073778376 140736339293184 140736339284320 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9737/statm: 2456183 10983 2231 9 0 2446860 0
[pid=9737/tid=9738] ppid=9734 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/9737/task/9738/stat : 9738 (java) S 9734 9737 5767 0 -1 4202560 2424 0 1 0 10 1 0 0 20 0 22 0 3990453 10060525568 10983 33554432000 1073741824 1073778376 140736339293184 140116939031416 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 9824732

[startup+0.700231 s]
/proc/loadavg: 3.97 4.05 4.01 4/197 9737
/proc/meminfo: memFree=29490212/32872528 swapFree=248296/248296
[pid=9737] ppid=9734 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/9737/stat : 9737 (java) S 9734 9737 5767 0 -1 4202496 21935 0 1 0 231 5 0 0 20 0 22 0 3990453 10060525568 31367 33554432000 1073741824 1073778376 140736339293184 140736339284320 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9737/statm: 2456183 31367 2242 9 0 2446860 0
[pid=9737/tid=9738] ppid=9734 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/9737/task/9738/stat : 9738 (java) S 9734 9737 5767 0 -1 4202560 2424 0 1 0 10 1 0 0 20 0 22 0 3990453 10060525568 31367 33554432000 1073741824 1073778376 140736339293184 140116939031416 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 9824732

[startup+1.50092 s]
/proc/loadavg: 3.97 4.05 4.01 7/219 9759
/proc/meminfo: memFree=29304148/32872528 swapFree=248296/248296
[pid=9737] ppid=9734 vsize=9824732 CPUtime=4.98 cores=0,2,4,6
/proc/9737/stat : 9737 (java) S 9734 9737 5767 0 -1 4202496 28115 0 1 0 489 9 0 0 20 0 22 0 3990453 10060525568 50532 33554432000 1073741824 1073778376 140736339293184 140736339284320 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9737/statm: 2456183 50532 2268 9 0 2446860 0
[pid=9737/tid=9738] ppid=9734 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/9737/task/9738/stat : 9738 (java) S 9734 9737 5767 0 -1 4202560 2424 0 1 0 10 1 0 0 20 0 22 0 3990453 10060525568 50532 33554432000 1073741824 1073778376 140736339293184 140116939031416 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9737/tid=9740] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9740/stat : 9740 (java) S 9734 9737 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3990454 10060525568 50532 33554432000 1073741824 1073778376 140736339293184 140116782594984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9737/tid=9741] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9741/stat : 9741 (java) S 9734 9737 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3990454 10060525568 50532 33554432000 1073741824 1073778376 140736339293184 140116781542440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9737/tid=9742] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9742/stat : 9742 (java) S 9734 9737 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3990454 10060525568 50532 33554432000 1073741824 1073778376 140736339293184 140116780489384 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9737/tid=9743] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9743/stat : 9743 (java) S 9734 9737 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 3990454 10060525568 50532 33554432000 1073741824 1073778376 140736339293184 140116779436840 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9737/tid=9744] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9744/stat : 9744 (java) S 9734 9737 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3990454 10060525568 50532 33554432000 1073741824 1073778376 140736339293184 140116778383784 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9737/tid=9745] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9745/stat : 9745 (java) S 9734 9737 5767 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 3990454 10060525568 50532 33554432000 1073741824 1073778376 140736339293184 140116777331240 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9737/tid=9746] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9746/stat : 9746 (java) S 9734 9737 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3990454 10060525568 50532 33554432000 1073741824 1073778376 140736339293184 140116776278184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9737/tid=9747] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9747/stat : 9747 (java) S 9734 9737 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3990454 10060525568 50532 33554432000 1073741824 1073778376 140736339293184 140116775225640 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9737/tid=9748] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9748/stat : 9748 (java) S 9734 9737 5767 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 3990455 10060525568 50532 33554432000 1073741824 1073778376 140736339293184 140116763028328 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9737/tid=9749] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9749/stat : 9749 (java) S 9734 9737 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3990455 10060525568 50532 33554432000 1073741824 1073778376 140736339293184 140116761974648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9737/tid=9750] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9750/stat : 9750 (java) S 9734 9737 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3990455 10060525568 50532 33554432000 1073741824 1073778376 140736339293184 140116760921480 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9737/tid=9751] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9751/stat : 9751 (java) S 9734 9737 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3990458 10060525568 50532 33554432000 1073741824 1073778376 140736339293184 140116759870224 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9737/tid=9752] ppid=9734 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/9737/task/9752/stat : 9752 (java) S 9734 9737 5767 0 -1 4202560 10029 0 0 0 104 2 0 0 20 0 22 0 3990458 10060525568 50532 33554432000 1073741824 1073778376 140736339293184 140116758817080 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9737/tid=9753] ppid=9734 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/9737/task/9753/stat : 9753 (java) S 9734 9737 5767 0 -1 4202560 14142 0 0 0 100 3 0 0 20 0 22 0 3990458 10060525568 50532 33554432000 1073741824 1073778376 140736339293184 140116757764536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9737/tid=9754] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9754/stat : 9754 (java) S 9734 9737 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3990458 10060525568 50532 33554432000 1073741824 1073778376 140736339293184 140116756711672 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9737/tid=9755] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9755/stat : 9755 (java) S 9734 9737 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3990458 10060525568 50532 33554432000 1073741824 1073778376 140736339293184 140116755659336 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9737/tid=9756] ppid=9734 vsize=9824732 CPUtime=1.33 cores=0,2,4,6
/proc/9737/task/9756/stat : 9756 (java) R 9734 9737 5767 0 -1 4202560 32 0 0 0 133 0 0 0 20 0 22 0 3990466 10060525568 50532 33554432000 1073741824 1073778376 140736339293184 140116754605104 140116811471162 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9737/tid=9757] ppid=9734 vsize=9824732 CPUtime=1.33 cores=0,2,4,6
/proc/9737/task/9757/stat : 9757 (java) R 9734 9737 5767 0 -1 4202560 104 0 0 0 131 2 0 0 20 0 22 0 3990466 10060525568 50532 33554432000 1073741824 1073778376 140736339293184 140116753551448 140116811544984 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9737/tid=9758] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9758/stat : 9758 (java) S 9734 9737 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3990466 10060525568 50532 33554432000 1073741824 1073778376 140736339293184 140116752500008 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9737/tid=9759] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9759/stat : 9759 (java) S 9734 9737 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3990467 10060525568 50532 33554432000 1073741824 1073778376 140736339293184 140116751447464 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.98
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 3.97 4.05 4.01 5/219 9759
/proc/meminfo: memFree=29161564/32872528 swapFree=248296/248296
[pid=9737] ppid=9734 vsize=9824732 CPUtime=8.37 cores=0,2,4,6
/proc/9737/stat : 9737 (java) S 9734 9737 5767 0 -1 4202496 28408 0 1 0 823 14 0 0 20 0 22 0 3990453 10060525568 96267 33554432000 1073741824 1073778376 140736339293184 140736339284320 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9737/statm: 2456183 96267 2272 9 0 2446860 0
[pid=9737/tid=9738] ppid=9734 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/9737/task/9738/stat : 9738 (java) S 9734 9737 5767 0 -1 4202560 2424 0 1 0 10 1 0 0 20 0 22 0 3990453 10060525568 96267 33554432000 1073741824 1073778376 140736339293184 140116939031416 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9737/tid=9740] ppid=9734 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9737/task/9740/stat : 9740 (java) S 9734 9737 5767 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 3990454 10060525568 96267 33554432000 1073741824 1073778376 140736339293184 140116782594984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9737/tid=9741] ppid=9734 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9737/task/9741/stat : 9741 (java) S 9734 9737 5767 0 -1 4202560 27 0 0 0 1 0 0 0 20 0 22 0 3990454 10060525568 96267 33554432000 1073741824 1073778376 140736339293184 140116781542440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9737/tid=9742] ppid=9734 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9737/task/9742/stat : 9742 (java) S 9734 9737 5767 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 22 0 3990454 10060525568 96267 33554432000 1073741824 1073778376 140736339293184 140116780489384 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9737/tid=9743] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9743/stat : 9743 (java) S 9734 9737 5767 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 22 0 3990454 10060525568 96267 33554432000 1073741824 1073778376 140736339293184 140116779436840 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9737/tid=9744] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9744/stat : 9744 (java) S 9734 9737 5767 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 3990454 10060525568 96267 33554432000 1073741824 1073778376 140736339293184 140116778383784 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9737/tid=9745] ppid=9734 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9737/task/9745/stat : 9745 (java) S 9734 9737 5767 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 3990454 10060525568 96267 33554432000 1073741824 1073778376 140736339293184 140116777331240 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9737/tid=9746] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9746/stat : 9746 (java) S 9734 9737 5767 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 3990454 10060525568 96267 33554432000 1073741824 1073778376 140736339293184 140116776278184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9737/tid=9747] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9747/stat : 9747 (java) S 9734 9737 5767 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 3990454 10060525568 96267 33554432000 1073741824 1073778376 140736339293184 140116775225640 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9737/tid=9748] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9748/stat : 9748 (java) S 9734 9737 5767 0 -1 4202560 185 0 0 0 0 0 0 0 20 0 22 0 3990455 10060525568 96267 33554432000 1073741824 1073778376 140736339293184 140116763028328 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9737/tid=9749] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9749/stat : 9749 (java) S 9734 9737 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3990455 10060525568 96267 33554432000 1073741824 1073778376 140736339293184 140116761974648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9737/tid=9750] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9750/stat : 9750 (java) S 9734 9737 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3990455 10060525568 96267 33554432000 1073741824 1073778376 140736339293184 140116760921480 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9737/tid=9751] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9751/stat : 9751 (java) S 9734 9737 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3990458 10060525568 96267 33554432000 1073741824 1073778376 140736339293184 140116759870224 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9737/tid=9752] ppid=9734 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/9737/task/9752/stat : 9752 (java) S 9734 9737 5767 0 -1 4202560 10034 0 0 0 115 2 0 0 20 0 22 0 3990458 10060525568 96267 33554432000 1073741824 1073778376 140736339293184 140116758817080 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9737/tid=9753] ppid=9734 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/9737/task/9753/stat : 9753 (java) S 9734 9737 5767 0 -1 4202560 14142 0 0 0 105 3 0 0 20 0 22 0 3990458 10060525568 96267 33554432000 1073741824 1073778376 140736339293184 140116757764536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9737/tid=9754] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9754/stat : 9754 (java) S 9734 9737 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3990458 10060525568 96267 33554432000 1073741824 1073778376 140736339293184 140116756711672 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9737/tid=9755] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9755/stat : 9755 (java) S 9734 9737 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3990458 10060525568 96267 33554432000 1073741824 1073778376 140736339293184 140116755659336 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9737/tid=9756] ppid=9734 vsize=9824732 CPUtime=2.89 cores=0,2,4,6
/proc/9737/task/9756/stat : 9756 (java) R 9734 9737 5767 0 -1 4202560 36 0 0 0 289 0 0 0 20 0 22 0 3990466 10060525568 96267 33554432000 1073741824 1073778376 140736339293184 140116754603920 140116811486147 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9737/tid=9757] ppid=9734 vsize=9824732 CPUtime=2.88 cores=0,2,4,6
/proc/9737/task/9757/stat : 9757 (java) R 9734 9737 5767 0 -1 4202560 180 0 0 0 283 5 0 0 20 0 22 0 3990466 10060525568 96267 33554432000 1073741824 1073778376 140736339293184 140116753550576 140116811546791 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=9737/tid=9758] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9758/stat : 9758 (java) S 9734 9737 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3990466 10060525568 96267 33554432000 1073741824 1073778376 140736339293184 140116752500008 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9737/tid=9759] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9759/stat : 9759 (java) S 9734 9737 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3990467 10060525568 96267 33554432000 1073741824 1073778376 140736339293184 140116751447464 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.37
Current children cumulated vsize (KiB) 9824732

[startup+6.30101 s]
/proc/loadavg: 3.89 4.03 4.00 5/219 9827
/proc/meminfo: memFree=30598068/32872528 swapFree=248296/248296
[pid=9737] ppid=9734 vsize=9824732 CPUtime=14.78 cores=0,2,4,6
/proc/9737/stat : 9737 (java) S 9734 9737 5767 0 -1 4202496 29460 0 1 0 1454 24 0 0 20 0 22 0 3990453 10060525568 248921 33554432000 1073741824 1073778376 140736339293184 140736339284320 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9737/statm: 2456183 248921 2272 9 0 2446860 0
[pid=9737/tid=9738] ppid=9734 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/9737/task/9738/stat : 9738 (java) S 9734 9737 5767 0 -1 4202560 2424 0 1 0 10 1 0 0 20 0 22 0 3990453 10060525568 248921 33554432000 1073741824 1073778376 140736339293184 140116939031416 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9737/tid=9740] ppid=9734 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/9737/task/9740/stat : 9740 (java) S 9734 9737 5767 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 3990454 10060525568 248921 33554432000 1073741824 1073778376 140736339293184 140116782594984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9737/tid=9741] ppid=9734 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/9737/task/9741/stat : 9741 (java) S 9734 9737 5767 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 22 0 3990454 10060525568 248921 33554432000 1073741824 1073778376 140736339293184 140116781542440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9737/tid=9742] ppid=9734 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/9737/task/9742/stat : 9742 (java) S 9734 9737 5767 0 -1 4202560 39 0 0 0 2 0 0 0 20 0 22 0 3990454 10060525568 248921 33554432000 1073741824 1073778376 140736339293184 140116780489384 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9737/tid=9743] ppid=9734 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9737/task/9743/stat : 9743 (java) S 9734 9737 5767 0 -1 4202560 30 0 0 0 1 0 0 0 20 0 22 0 3990454 10060525568 248921 33554432000 1073741824 1073778376 140736339293184 140116779436840 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9737/tid=9744] ppid=9734 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9737/task/9744/stat : 9744 (java) S 9734 9737 5767 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 3990454 10060525568 248921 33554432000 1073741824 1073778376 140736339293184 140116778383784 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9737/tid=9745] ppid=9734 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/9737/task/9745/stat : 9745 (java) S 9734 9737 5767 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 3990454 10060525568 248921 33554432000 1073741824 1073778376 140736339293184 140116777331240 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9737/tid=9746] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9746/stat : 9746 (java) S 9734 9737 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3990454 10060525568 248921 33554432000 1073741824 1073778376 140736339293184 140116776278184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9737/tid=9747] ppid=9734 vsize=9824732 CPUtime=0.02 cores=0,2,4,6

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

[pid=9737/tid=9743] ppid=9734 vsize=9824732 CPUtime=3.12 cores=0,2,4,6
/proc/9737/task/9743/stat : 9743 (java) S 9734 9737 5767 0 -1 4202560 437 0 0 0 303 9 0 0 20 0 22 0 3990454 10060525568 493972 33554432000 1073741824 1073778376 140736339293184 140116779436840 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9737/tid=9744] ppid=9734 vsize=9824732 CPUtime=3.03 cores=0,2,4,6
/proc/9737/task/9744/stat : 9744 (java) S 9734 9737 5767 0 -1 4202560 420 0 0 0 294 9 0 0 20 0 22 0 3990454 10060525568 493972 33554432000 1073741824 1073778376 140736339293184 140116778383784 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9737/tid=9745] ppid=9734 vsize=9824732 CPUtime=3.22 cores=0,2,4,6
/proc/9737/task/9745/stat : 9745 (java) S 9734 9737 5767 0 -1 4202560 456 0 0 0 311 11 0 0 20 0 22 0 3990454 10060525568 493972 33554432000 1073741824 1073778376 140736339293184 140116777331240 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9737/tid=9746] ppid=9734 vsize=9824732 CPUtime=3.28 cores=0,2,4,6
/proc/9737/task/9746/stat : 9746 (java) S 9734 9737 5767 0 -1 4202560 438 0 0 0 317 11 0 0 20 0 22 0 3990454 10060525568 493972 33554432000 1073741824 1073778376 140736339293184 140116776278184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9737/tid=9747] ppid=9734 vsize=9824732 CPUtime=3.19 cores=0,2,4,6
/proc/9737/task/9747/stat : 9747 (java) S 9734 9737 5767 0 -1 4202560 420 0 0 0 312 7 0 0 20 0 22 0 3990454 10060525568 493972 33554432000 1073741824 1073778376 140736339293184 140116775225640 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9737/tid=9748] ppid=9734 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/9737/task/9748/stat : 9748 (java) S 9734 9737 5767 0 -1 4202560 1283 0 0 0 40 25 0 0 20 0 22 0 3990455 10060525568 493972 33554432000 1073741824 1073778376 140736339293184 140116763028328 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9737/tid=9749] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9749/stat : 9749 (java) S 9734 9737 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3990455 10060525568 493972 33554432000 1073741824 1073778376 140736339293184 140116761974648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9737/tid=9750] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9750/stat : 9750 (java) S 9734 9737 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3990455 10060525568 493972 33554432000 1073741824 1073778376 140736339293184 140116760921480 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9737/tid=9751] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9751/stat : 9751 (java) S 9734 9737 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3990458 10060525568 493972 33554432000 1073741824 1073778376 140736339293184 140116759870224 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9737/tid=9752] ppid=9734 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/9737/task/9752/stat : 9752 (java) S 9734 9737 5767 0 -1 4202560 10038 0 0 0 124 2 0 0 20 0 22 0 3990458 10060525568 493972 33554432000 1073741824 1073778376 140736339293184 140116758817080 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9737/tid=9753] ppid=9734 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/9737/task/9753/stat : 9753 (java) S 9734 9737 5767 0 -1 4202560 19133 0 0 0 157 4 0 0 20 0 22 0 3990458 10060525568 493972 33554432000 1073741824 1073778376 140736339293184 140116757764536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9737/tid=9754] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9754/stat : 9754 (java) S 9734 9737 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3990458 10060525568 493972 33554432000 1073741824 1073778376 140736339293184 140116756711672 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9737/tid=9755] ppid=9734 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/9737/task/9755/stat : 9755 (java) S 9734 9737 5767 0 -1 4202560 46 0 0 0 15 17 0 0 20 0 22 0 3990458 10060525568 493972 33554432000 1073741824 1073778376 140736339293184 140116755659336 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9737/tid=9756] ppid=9734 vsize=9824732 CPUtime=812.11 cores=0,2,4,6
/proc/9737/task/9756/stat : 9756 (java) R 9734 9737 5767 0 -1 4202560 251 0 0 0 81197 14 0 0 20 0 22 0 3990466 10060525568 493972 33554432000 1073741824 1073778376 140736339293184 140116754603920 140116811471535 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9737/tid=9757] ppid=9734 vsize=9824732 CPUtime=812.15 cores=0,2,4,6
/proc/9737/task/9757/stat : 9757 (java) R 9734 9737 5767 0 -1 4202560 1428 0 0 0 81178 37 0 0 20 0 22 0 3990466 10060525568 493972 33554432000 1073741824 1073778376 140736339293184 140116753550432 140116811544840 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9737/tid=9758] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9758/stat : 9758 (java) S 9734 9737 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3990466 10060525568 493972 33554432000 1073741824 1073778376 140736339293184 140116752500008 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9737/tid=9759] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9759/stat : 9759 (java) S 9734 9737 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3990467 10060525568 493972 33554432000 1073741824 1073778376 140736339293184 140116751447464 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1657.27
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 3.93 3.99 3.99 5/219 9850
/proc/meminfo: memFree=27346920/32872528 swapFree=248296/248296
[pid=9737] ppid=9734 vsize=9824732 CPUtime=1778.15 cores=0,2,4,6
/proc/9737/stat : 9737 (java) S 9734 9737 5767 0 -1 4202496 39431 0 1 0 177670 145 0 0 20 0 22 0 3990453 10060525568 493878 33554432000 1073741824 1073778376 140736339293184 140736339284320 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9737/statm: 2456183 493878 2281 9 0 2446860 0
[pid=9737/tid=9738] ppid=9734 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/9737/task/9738/stat : 9738 (java) S 9734 9737 5767 0 -1 4202560 2434 0 1 0 13 3 0 0 20 0 22 0 3990453 10060525568 493878 33554432000 1073741824 1073778376 140736339293184 140116939031416 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9737/tid=9740] ppid=9734 vsize=9824732 CPUtime=3.24 cores=0,2,4,6
/proc/9737/task/9740/stat : 9740 (java) S 9734 9737 5767 0 -1 4202560 416 0 0 0 317 7 0 0 20 0 22 0 3990454 10060525568 493878 33554432000 1073741824 1073778376 140736339293184 140116782594984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9737/tid=9741] ppid=9734 vsize=9824732 CPUtime=3.56 cores=0,2,4,6
/proc/9737/task/9741/stat : 9741 (java) S 9734 9737 5767 0 -1 4202560 465 0 0 0 346 10 0 0 20 0 22 0 3990454 10060525568 493878 33554432000 1073741824 1073778376 140736339293184 140116781542440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9737/tid=9742] ppid=9734 vsize=9824732 CPUtime=3.26 cores=0,2,4,6
/proc/9737/task/9742/stat : 9742 (java) S 9734 9737 5767 0 -1 4202560 452 0 0 0 317 9 0 0 20 0 22 0 3990454 10060525568 493878 33554432000 1073741824 1073778376 140736339293184 140116780489384 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9737/tid=9743] ppid=9734 vsize=9824732 CPUtime=3.43 cores=0,2,4,6
/proc/9737/task/9743/stat : 9743 (java) S 9734 9737 5767 0 -1 4202560 442 0 0 0 334 9 0 0 20 0 22 0 3990454 10060525568 493878 33554432000 1073741824 1073778376 140736339293184 140116779436840 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9737/tid=9744] ppid=9734 vsize=9824732 CPUtime=3.28 cores=0,2,4,6
/proc/9737/task/9744/stat : 9744 (java) S 9734 9737 5767 0 -1 4202560 426 0 0 0 319 9 0 0 20 0 22 0 3990454 10060525568 493878 33554432000 1073741824 1073778376 140736339293184 140116778383784 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9737/tid=9745] ppid=9734 vsize=9824732 CPUtime=3.4 cores=0,2,4,6
/proc/9737/task/9745/stat : 9745 (java) S 9734 9737 5767 0 -1 4202560 459 0 0 0 329 11 0 0 20 0 22 0 3990454 10060525568 493878 33554432000 1073741824 1073778376 140736339293184 140116777331240 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9737/tid=9746] ppid=9734 vsize=9824732 CPUtime=3.56 cores=0,2,4,6
/proc/9737/task/9746/stat : 9746 (java) S 9734 9737 5767 0 -1 4202560 443 0 0 0 345 11 0 0 20 0 22 0 3990454 10060525568 493878 33554432000 1073741824 1073778376 140736339293184 140116776278184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9737/tid=9747] ppid=9734 vsize=9824732 CPUtime=3.4 cores=0,2,4,6
/proc/9737/task/9747/stat : 9747 (java) S 9734 9737 5767 0 -1 4202560 425 0 0 0 333 7 0 0 20 0 22 0 3990454 10060525568 493878 33554432000 1073741824 1073778376 140736339293184 140116775225640 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9737/tid=9748] ppid=9734 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/9737/task/9748/stat : 9748 (java) S 9734 9737 5767 0 -1 4202560 1287 0 0 0 40 27 0 0 20 0 22 0 3990455 10060525568 493878 33554432000 1073741824 1073778376 140736339293184 140116763028328 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9737/tid=9749] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9749/stat : 9749 (java) S 9734 9737 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3990455 10060525568 493878 33554432000 1073741824 1073778376 140736339293184 140116761974648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9737/tid=9750] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9750/stat : 9750 (java) S 9734 9737 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3990455 10060525568 493878 33554432000 1073741824 1073778376 140736339293184 140116760921480 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9737/tid=9751] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9751/stat : 9751 (java) S 9734 9737 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3990458 10060525568 493878 33554432000 1073741824 1073778376 140736339293184 140116759870224 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9737/tid=9752] ppid=9734 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/9737/task/9752/stat : 9752 (java) S 9734 9737 5767 0 -1 4202560 10038 0 0 0 124 2 0 0 20 0 22 0 3990458 10060525568 493878 33554432000 1073741824 1073778376 140736339293184 140116758817080 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9737/tid=9753] ppid=9734 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/9737/task/9753/stat : 9753 (java) S 9734 9737 5767 0 -1 4202560 19133 0 0 0 157 4 0 0 20 0 22 0 3990458 10060525568 493878 33554432000 1073741824 1073778376 140736339293184 140116757764536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9737/tid=9754] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9754/stat : 9754 (java) S 9734 9737 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3990458 10060525568 493878 33554432000 1073741824 1073778376 140736339293184 140116756711672 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9737/tid=9755] ppid=9734 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/9737/task/9755/stat : 9755 (java) S 9734 9737 5767 0 -1 4202560 50 0 0 0 16 18 0 0 20 0 22 0 3990458 10060525568 493878 33554432000 1073741824 1073778376 140736339293184 140116755659336 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9737/tid=9756] ppid=9734 vsize=9824732 CPUtime=871.42 cores=0,2,4,6
/proc/9737/task/9756/stat : 9756 (java) R 9734 9737 5767 0 -1 4202560 264 0 0 0 87127 15 0 0 20 0 22 0 3990466 10060525568 493878 33554432000 1073741824 1073778376 140736339293184 140116754603920 140116811471535 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9737/tid=9757] ppid=9734 vsize=9824732 CPUtime=871.48 cores=0,2,4,6
/proc/9737/task/9757/stat : 9757 (java) R 9734 9737 5767 0 -1 4202560 1432 0 0 0 87110 38 0 0 20 0 22 0 3990466 10060525568 493878 33554432000 1073741824 1073778376 140736339293184 140116753550576 140116811471788 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9737/tid=9758] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9758/stat : 9758 (java) S 9734 9737 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3990466 10060525568 493878 33554432000 1073741824 1073778376 140736339293184 140116752500008 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9737/tid=9759] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9759/stat : 9759 (java) S 9734 9737 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3990467 10060525568 493878 33554432000 1073741824 1073778376 140736339293184 140116751447464 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1778.15
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+893.201 s]
/proc/loadavg: 3.94 3.99 3.99 5/219 9850
/proc/meminfo: memFree=27357592/32872528 swapFree=248296/248296
[pid=9737] ppid=9734 vsize=9824732 CPUtime=1800.1 cores=0,2,4,6
/proc/9737/stat : 9737 (java) S 9734 9737 5767 0 -1 4202496 39446 0 1 0 179864 146 0 0 20 0 22 0 3990453 10060525568 494067 33554432000 1073741824 1073778376 140736339293184 140736339284320 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9737/statm: 2456183 494067 2281 9 0 2446860 0
[pid=9737/tid=9738] ppid=9734 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/9737/task/9738/stat : 9738 (java) S 9734 9737 5767 0 -1 4202560 2434 0 1 0 13 3 0 0 20 0 22 0 3990453 10060525568 494067 33554432000 1073741824 1073778376 140736339293184 140116939031416 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9737/tid=9740] ppid=9734 vsize=9824732 CPUtime=3.28 cores=0,2,4,6
/proc/9737/task/9740/stat : 9740 (java) S 9734 9737 5767 0 -1 4202560 416 0 0 0 321 7 0 0 20 0 22 0 3990454 10060525568 494067 33554432000 1073741824 1073778376 140736339293184 140116782594984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9737/tid=9741] ppid=9734 vsize=9824732 CPUtime=3.6 cores=0,2,4,6
/proc/9737/task/9741/stat : 9741 (java) S 9734 9737 5767 0 -1 4202560 466 0 0 0 350 10 0 0 20 0 22 0 3990454 10060525568 494067 33554432000 1073741824 1073778376 140736339293184 140116781542440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9737/tid=9742] ppid=9734 vsize=9824732 CPUtime=3.29 cores=0,2,4,6
/proc/9737/task/9742/stat : 9742 (java) S 9734 9737 5767 0 -1 4202560 454 0 0 0 320 9 0 0 20 0 22 0 3990454 10060525568 494067 33554432000 1073741824 1073778376 140736339293184 140116780489384 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9737/tid=9743] ppid=9734 vsize=9824732 CPUtime=3.48 cores=0,2,4,6
/proc/9737/task/9743/stat : 9743 (java) S 9734 9737 5767 0 -1 4202560 445 0 0 0 338 10 0 0 20 0 22 0 3990454 10060525568 494067 33554432000 1073741824 1073778376 140736339293184 140116779436840 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9737/tid=9744] ppid=9734 vsize=9824732 CPUtime=3.33 cores=0,2,4,6
/proc/9737/task/9744/stat : 9744 (java) S 9734 9737 5767 0 -1 4202560 427 0 0 0 324 9 0 0 20 0 22 0 3990454 10060525568 494067 33554432000 1073741824 1073778376 140736339293184 140116778383784 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9737/tid=9745] ppid=9734 vsize=9824732 CPUtime=3.47 cores=0,2,4,6
/proc/9737/task/9745/stat : 9745 (java) S 9734 9737 5767 0 -1 4202560 461 0 0 0 336 11 0 0 20 0 22 0 3990454 10060525568 494067 33554432000 1073741824 1073778376 140736339293184 140116777331240 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9737/tid=9746] ppid=9734 vsize=9824732 CPUtime=3.6 cores=0,2,4,6
/proc/9737/task/9746/stat : 9746 (java) S 9734 9737 5767 0 -1 4202560 443 0 0 0 349 11 0 0 20 0 22 0 3990454 10060525568 494067 33554432000 1073741824 1073778376 140736339293184 140116776278184 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9737/tid=9747] ppid=9734 vsize=9824732 CPUtime=3.45 cores=0,2,4,6
/proc/9737/task/9747/stat : 9747 (java) S 9734 9737 5767 0 -1 4202560 427 0 0 0 338 7 0 0 20 0 22 0 3990454 10060525568 494067 33554432000 1073741824 1073778376 140736339293184 140116775225640 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9737/tid=9748] ppid=9734 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/9737/task/9748/stat : 9748 (java) S 9734 9737 5767 0 -1 4202560 1287 0 0 0 40 27 0 0 20 0 22 0 3990455 10060525568 494067 33554432000 1073741824 1073778376 140736339293184 140116763028328 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9737/tid=9749] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9749/stat : 9749 (java) S 9734 9737 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3990455 10060525568 494067 33554432000 1073741824 1073778376 140736339293184 140116761974648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9737/tid=9750] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9750/stat : 9750 (java) S 9734 9737 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3990455 10060525568 494067 33554432000 1073741824 1073778376 140736339293184 140116760921480 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9737/tid=9751] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9751/stat : 9751 (java) S 9734 9737 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3990458 10060525568 494067 33554432000 1073741824 1073778376 140736339293184 140116759870224 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9737/tid=9752] ppid=9734 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/9737/task/9752/stat : 9752 (java) S 9734 9737 5767 0 -1 4202560 10038 0 0 0 124 2 0 0 20 0 22 0 3990458 10060525568 494067 33554432000 1073741824 1073778376 140736339293184 140116758817080 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9737/tid=9753] ppid=9734 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/9737/task/9753/stat : 9753 (java) S 9734 9737 5767 0 -1 4202560 19133 0 0 0 157 4 0 0 20 0 22 0 3990458 10060525568 494067 33554432000 1073741824 1073778376 140736339293184 140116757764536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9737/tid=9754] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9754/stat : 9754 (java) S 9734 9737 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3990458 10060525568 494067 33554432000 1073741824 1073778376 140736339293184 140116756711672 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9737/tid=9755] ppid=9734 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/9737/task/9755/stat : 9755 (java) S 9734 9737 5767 0 -1 4202560 50 0 0 0 17 18 0 0 20 0 22 0 3990458 10060525568 494067 33554432000 1073741824 1073778376 140736339293184 140116755659336 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9737/tid=9756] ppid=9734 vsize=9824732 CPUtime=882.17 cores=0,2,4,6
/proc/9737/task/9756/stat : 9756 (java) R 9734 9737 5767 0 -1 4202560 266 0 0 0 88202 15 0 0 20 0 22 0 3990466 10060525568 494067 33554432000 1073741824 1073778376 140736339293184 140116754603920 140116811486210 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9737/tid=9757] ppid=9734 vsize=9824732 CPUtime=882.24 cores=0,2,4,6
/proc/9737/task/9757/stat : 9757 (java) R 9734 9737 5767 0 -1 4202560 1434 0 0 0 88186 38 0 0 20 0 22 0 3990466 10060525568 494067 33554432000 1073741824 1073778376 140736339293184 140116753550432 140116811546021 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9737/tid=9758] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9758/stat : 9758 (java) S 9734 9737 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3990466 10060525568 494067 33554432000 1073741824 1073778376 140736339293184 140116752500008 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9737/tid=9759] ppid=9734 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9737/task/9759/stat : 9759 (java) S 9734 9737 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3990467 10060525568 494067 33554432000 1073741824 1073778376 140736339293184 140116751447464 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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 9737 sig 9
??? kill -9737 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 9737 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=439203
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=971700
# CPU time returned by wait4() is 1796.41
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 893.289
CPU time (s): 1800.1
CPU user time (s): 1798.64
CPU system time (s): 1.46
CPU usage (%): 201.514
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.44
system time used= 1.9717
maximum resident set size= 2066196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39493
page faults= 1
swaps= 0
block input operations= 0
block output operations= 896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32999
involuntary context switches= 55438

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.45217 second user time and 7.68383 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-15 21:36:40
IDJOB=4089821
IDBENCH=107461
IDSOLVER=2543
FILE ID=node103/4089821-1466019400
RUNJOBID= node103-1466012165-5783
PBS_JOBID= 19902805
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/EC_RANDOM_GRAPHS/normalized-ECrand6reg-v041-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089821-1466019400/watcher-4089821-1466019400 -o /tmp/evaluation-result-4089821-1466019400/solver-4089821-1466019400 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466012165-5783 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4089821-1466019400.opb

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

MD5SUM BENCH= b7d90c2ccef1fe44de3306377e815308
RANDOM SEED=1667551890

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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.278
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:        29490748 kB
Buffers:          130736 kB
Cached:           344940 kB
SwapCached:            0 kB
Active:          2089436 kB
Inactive:         329524 kB
Active(anon):    1946116 kB
Inactive(anon):        0 kB
Active(file):     143320 kB
Inactive(file):   329524 kB
Unevictable:      248296 kB
Mlocked:          248296 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               844 kB
Writeback:             0 kB
AnonPages:       2208068 kB
Mapped:            21532 kB
Shmem:               204 kB
Slab:             575056 kB
SReclaimable:      18904 kB
SUnreclaim:       556152 kB
KernelStack:        1800 kB
PageTables:         9936 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2753312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1900544 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= 71736 MiB
End job on node103 at 2016-06-15 21:51:34