Trace number 4084485

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.96 1778.85

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-95-90.opb
MD5SUM464b0bce452dea50452bb0b774d05715
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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.096984
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables8550
Total number of constraints185
Number of constraints which are clauses95
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint90
Maximum length of a constraint95
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 96
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4084485-1465240079.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.54/0.32	c ... done. Wall clock time 0.196s.
0.54/0.32	c declared #vars     8550
0.54/0.32	c #constraints  185
0.54/0.32	c constraints type 
0.54/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 95
0.54/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 90
0.54/0.32	c 185 constraints processed.
1.49/0.98	c cleaning 2494 clauses out of 5000 with flag 30173/5000
2.55/1.78	c cleaning 4253 clauses out of 8506 with flag 71754/11000
3.66/2.83	c cleaning 5621 clauses out of 11253 with flag 118401/18000
5.17/4.40	c cleaning 6812 clauses out of 13633 with flag 186153/26001
7.10/6.23	c cleaning 7905 clauses out of 15821 with flag 267231/35001
9.37/8.45	c cleaning 8955 clauses out of 17916 with flag 355096/45001
11.77/10.88	c cleaning 9972 clauses out of 19960 with flag 444208/56000
14.87/13.97	c cleaning 10989 clauses out of 21988 with flag 543453/68000
18.57/17.45	c cleaning 11995 clauses out of 23999 with flag 643247/81000
22.67/21.55	c cleaning 12998 clauses out of 26005 with flag 753795/95001
26.98/25.82	c cleaning 13999 clauses out of 28006 with flag 871470/110000
31.89/30.56	c cleaning 15004 clauses out of 30007 with flag 999924/126000
36.89/35.57	c cleaning 15998 clauses out of 32005 with flag 1144502/143002
42.55/41.18	c cleaning 17000 clauses out of 34009 with flag 1311614/161004
48.45/47.06	c cleaning 18000 clauses out of 36007 with flag 1493986/180002
55.02/53.41	c cleaning 19000 clauses out of 38007 with flag 1681271/200002
62.13/60.52	c cleaning 19996 clauses out of 40005 with flag 1884458/221000
69.88/68.12	c cleaning 21001 clauses out of 42011 with flag 2096726/243002
75.31/73.58	c cleaning 21990 clauses out of 44008 with flag 2249752/266000
85.17/83.19	c cleaning 22998 clauses out of 46018 with flag 2394633/290000
98.38/96.06	c cleaning 23995 clauses out of 48022 with flag 2556755/315002
112.62/110.14	c cleaning 24996 clauses out of 50027 with flag 2736655/341002
125.90/123.13	c cleaning 26004 clauses out of 52033 with flag 2916158/368004
139.30/136.46	c cleaning 26997 clauses out of 54025 with flag 3094436/396000
153.92/150.98	c cleaning 28002 clauses out of 56028 with flag 3287269/425000
169.03/165.92	c cleaning 29000 clauses out of 58027 with flag 3502400/455001
183.89/180.62	c cleaning 29997 clauses out of 60028 with flag 3725894/486002
198.92/195.50	c cleaning 30999 clauses out of 62029 with flag 3951241/518000
214.93/211.46	c cleaning 31998 clauses out of 64032 with flag 4187209/551002
231.62/227.94	c cleaning 33002 clauses out of 66034 with flag 4426036/585002
247.95/244.16	c cleaning 33998 clauses out of 68032 with flag 4686431/620002
267.17/263.12	c cleaning 35001 clauses out of 70032 with flag 4969939/656000
290.77/286.66	c cleaning 35994 clauses out of 72033 with flag 5297249/693002
319.55/315.22	c cleaning 37003 clauses out of 74037 with flag 5603880/731000
348.80/344.39	c cleaning 37999 clauses out of 76036 with flag 5909015/770002
361.99/357.37	c cleaning 38999 clauses out of 78036 with flag 6248598/810001
378.67/373.81	c cleaning 40000 clauses out of 80036 with flag 6613932/851000
397.82/392.74	c cleaning 41003 clauses out of 82039 with flag 6994658/893003
417.31/411.95	c cleaning 41998 clauses out of 84033 with flag 7417795/936000
436.37/430.88	c cleaning 42996 clauses out of 86035 with flag 7882088/980000
457.55/451.73	c cleaning 43999 clauses out of 88041 with flag 8350345/1025002
479.95/473.81	c cleaning 44995 clauses out of 90040 with flag 8781846/1071000
506.75/500.38	c cleaning 46002 clauses out of 92048 with flag 9268184/1118003
529.77/523.01	c cleaning 47002 clauses out of 94043 with flag 9759260/1166000
557.37/550.35	c cleaning 48002 clauses out of 96044 with flag 10239557/1215003
585.58/578.23	c cleaning 48999 clauses out of 98041 with flag 10729604/1265002
616.99/609.29	c cleaning 50004 clauses out of 100044 with flag 11209776/1316004
649.10/641.08	c cleaning 50997 clauses out of 102040 with flag 11697109/1368004
686.61/678.17	c cleaning 51999 clauses out of 104040 with flag 12209137/1421001
724.76/715.90	c cleaning 52999 clauses out of 106041 with flag 12718358/1475001
763.95/754.60	c cleaning 53997 clauses out of 108042 with flag 13227629/1530001
805.52/795.76	c cleaning 55003 clauses out of 110044 with flag 13773535/1586000
850.73/840.49	c cleaning 56002 clauses out of 112045 with flag 14318151/1643004
866.26/855.55	c cleaning 56980 clauses out of 114039 with flag 14743400/1701000
906.17/895.13	c cleaning 57991 clauses out of 116062 with flag 15167465/1760003
952.70/941.29	c cleaning 58994 clauses out of 118069 with flag 15590185/1820001
1014.06/1001.83	c cleaning 59996 clauses out of 120077 with flag 16025236/1881003
1073.64/1060.81	c cleaning 60999 clauses out of 122082 with flag 16457966/1943004
1133.43/1120.08	c cleaning 61999 clauses out of 124081 with flag 16919078/2006002
1188.98/1174.92	c cleaning 62999 clauses out of 126080 with flag 17381295/2070000
1234.28/1219.66	c cleaning 64014 clauses out of 128084 with flag 17876686/2135003
1266.31/1251.26	c cleaning 65003 clauses out of 130069 with flag 18450052/2201002
1302.61/1287.03	c cleaning 66010 clauses out of 132065 with flag 19120694/2268001
1340.60/1324.55	c cleaning 67003 clauses out of 134056 with flag 19780466/2336002
1378.44/1361.97	c cleaning 68004 clauses out of 136051 with flag 20390080/2405000
1411.35/1394.44	c cleaning 68999 clauses out of 138048 with flag 21093040/2475001
1447.95/1430.67	c cleaning 69998 clauses out of 140048 with flag 21803660/2546000
1487.52/1469.85	c cleaning 71003 clauses out of 142051 with flag 22478975/2618001
1524.12/1505.93	c cleaning 71996 clauses out of 144047 with flag 23190072/2691000
1563.72/1545.11	c cleaning 73003 clauses out of 146054 with flag 23944930/2765003
1608.87/1589.73	c cleaning 74001 clauses out of 148048 with flag 24725962/2840000
1649.77/1630.13	c cleaning 75003 clauses out of 150049 with flag 25570371/2916002
1692.13/1672.01	c cleaning 76002 clauses out of 152047 with flag 26331292/2993003
1738.88/1718.35	c cleaning 76999 clauses out of 154042 with flag 27116789/3071000
1790.16/1769.18	c cleaning 77995 clauses out of 156043 with flag 27913309/3150000
1800.07/1778.81	c starts		: 36
1800.07/1778.81	c conflicts		: 3179866
1800.07/1778.81	c decisions		: 3711149
1800.07/1778.81	c propagations		: 53461607
1800.07/1778.81	c inspects		: 26809830872
1800.07/1778.81	c shortcuts		: 0
1800.07/1778.81	c learnt literals	: 0
1800.07/1778.81	c learnt binary clauses	: 0
1800.07/1778.81	c learnt ternary clauses	: 0
1800.07/1778.81	c learnt constraints	: 3179866
1800.07/1778.81	c ignored constraints	: 0
1800.07/1778.81	c root simplifications	: 0
1800.07/1778.81	c removed literals (reason simplification)	: 0
1800.07/1778.81	c reason swapping (by a shorter reason)	: 0
1800.07/1778.81	c Calls to reduceDB	: 75
1800.07/1778.81	c Number of update (reduction) of LBD	: 1699578
1800.07/1778.81	c Imported unit clauses	: 0
1800.07/1778.81	c number of reductions to clauses (during analyze)	: 0
1800.07/1778.81	c number of learned constraints concerned by reduction	: 0
1800.07/1778.81	c number of learning phase by resolution	: 0
1800.07/1778.81	c number of learning phase by cutting planes	: 0
1800.07/1778.81	c speed (assignments/second)	: 30060.24632242553
1800.07/1778.81	c non guided choices	36178
1800.07/1778.81	c timeout
1800.07/1778.84	c learnt constraints type 
1800.07/1778.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 107914
1800.07/1778.84	s UNKNOWN
1800.07/1778.84	c Total wall clock time (in seconds): 1778.715

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-4084485-1465240079/watcher-4084485-1465240079 -o /tmp/evaluation-result-4084485-1465240079/solver-4084485-1465240079 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1465216773-5889 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084485-1465240079.opb 

pid=9811
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: 2.10 2.16 2.17 4/194 9814
/proc/meminfo: memFree=29771812/32872528 swapFree=16740/1306504
[pid=9814] ppid=9811 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/9814/stat : 9814 (java) R 9811 9814 5873 0 -1 4202496 496 0 0 0 0 0 0 0 20 0 1 0 105940520 9515008 150 33554432000 1073741824 1073778376 140734777002416 140734776999544 214537091843 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9814/statm: 2323 156 115 9 0 71 0

[startup+0.100062 s]
/proc/loadavg: 2.10 2.16 2.17 4/194 9814
/proc/meminfo: memFree=29771812/32872528 swapFree=16740/1306504
[pid=9814] ppid=9811 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/9814/stat : 9814 (java) S 9811 9814 5873 0 -1 4202496 4385 0 1 0 8 1 0 0 20 0 18 0 105940520 9787879424 5500 33554432000 1073741824 1073778376 140734777002416 140734776993552 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9814/statm: 2389619 5500 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200219 s]
/proc/loadavg: 2.10 2.16 2.17 4/194 9814
/proc/meminfo: memFree=29771812/32872528 swapFree=16740/1306504
[pid=9814] ppid=9811 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/9814/stat : 9814 (java) S 9811 9814 5873 0 -1 4202496 4958 0 1 0 26 1 0 0 20 0 18 0 105940520 9787879424 6994 33554432000 1073741824 1073778376 140734777002416 140734776993552 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9814/statm: 2389619 6994 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300231 s]
/proc/loadavg: 2.10 2.16 2.17 4/194 9814
/proc/meminfo: memFree=29771812/32872528 swapFree=16740/1306504
[pid=9814] ppid=9811 vsize=9558476 CPUtime=0.54 cores=0,2,4,6
/proc/9814/stat : 9814 (java) S 9811 9814 5873 0 -1 4202496 7284 0 1 0 53 1 0 0 20 0 18 0 105940520 9787879424 11355 33554432000 1073741824 1073778376 140734777002416 140734776993552 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9814/statm: 2389619 11355 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.700222 s]
/proc/loadavg: 2.10 2.16 2.17 4/194 9814
/proc/meminfo: memFree=29771812/32872528 swapFree=16740/1306504
[pid=9814] ppid=9811 vsize=9625040 CPUtime=1.29 cores=0,2,4,6
/proc/9814/stat : 9814 (java) S 9811 9814 5873 0 -1 4202496 7637 0 1 0 127 2 0 0 20 0 19 0 105940520 9856040960 14010 33554432000 1073741824 1073778376 140734777002416 140734776993552 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9814/statm: 2406260 14010 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 9625040

[startup+1.50085 s]
/proc/loadavg: 2.10 2.16 2.17 5/213 9833
/proc/meminfo: memFree=29699684/32872528 swapFree=16740/1306504
[pid=9814] ppid=9811 vsize=9625040 CPUtime=2.33 cores=0,2,4,6
/proc/9814/stat : 9814 (java) S 9811 9814 5873 0 -1 4202496 14977 0 1 0 230 3 0 0 20 0 19 0 105940520 9856040960 22316 33554432000 1073741824 1073778376 140734777002416 140734776993552 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9814/statm: 2406260 22316 2261 9 0 2396937 0
[pid=9814/tid=9816] ppid=9811 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/9814/task/9816/stat : 9816 (java) R 9811 9814 5873 0 -1 4202560 2430 0 1 0 145 2 0 0 20 0 19 0 105940521 9856040960 22316 33554432000 1073741824 1073778376 140734777002416 140331057623384 140330893133182 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9814/tid=9817] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9817/stat : 9817 (java) S 9811 9814 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105940522 9856040960 22316 33554432000 1073741824 1073778376 140734777002416 140331019114792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9818] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9818/stat : 9818 (java) S 9811 9814 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105940522 9856040960 22316 33554432000 1073741824 1073778376 140734777002416 140331018061992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9814/tid=9819] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9819/stat : 9819 (java) S 9811 9814 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105940522 9856040960 22316 33554432000 1073741824 1073778376 140734777002416 140331017009704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9814/tid=9820] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9820/stat : 9820 (java) S 9811 9814 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105940522 9856040960 22316 33554432000 1073741824 1073778376 140734777002416 140331015956904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9814/tid=9821] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9821/stat : 9821 (java) S 9811 9814 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105940522 9856040960 22316 33554432000 1073741824 1073778376 140734777002416 140331014904616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9822] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9822/stat : 9822 (java) S 9811 9814 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105940522 9856040960 22316 33554432000 1073741824 1073778376 140734777002416 140331013851816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9814/tid=9823] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9823/stat : 9823 (java) S 9811 9814 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105940522 9856040960 22316 33554432000 1073741824 1073778376 140734777002416 140331012799528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9824] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9824/stat : 9824 (java) S 9811 9814 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105940522 9856040960 22316 33554432000 1073741824 1073778376 140734777002416 140331011746728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9825] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9825/stat : 9825 (java) S 9811 9814 5873 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105940523 9856040960 22316 33554432000 1073741824 1073778376 140734777002416 140330881374440 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9814/tid=9826] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9826/stat : 9826 (java) S 9811 9814 5873 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105940524 9856040960 22316 33554432000 1073741824 1073778376 140734777002416 140330880320504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9827] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9827/stat : 9827 (java) S 9811 9814 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105940524 9856040960 22316 33554432000 1073741824 1073778376 140734777002416 140330879268104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9828] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9828/stat : 9828 (java) S 9811 9814 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105940527 9856040960 22316 33554432000 1073741824 1073778376 140734777002416 140330878216592 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9829] ppid=9811 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/9814/task/9829/stat : 9829 (java) S 9811 9814 5873 0 -1 4202560 2371 0 0 0 36 0 0 0 20 0 19 0 105940527 9856040960 22316 33554432000 1073741824 1073778376 140734777002416 140330877164216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9830] ppid=9811 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/9814/task/9830/stat : 9830 (java) S 9811 9814 5873 0 -1 4202560 8903 0 0 0 46 2 0 0 20 0 19 0 105940527 9856040960 22316 33554432000 1073741824 1073778376 140734777002416 140330003327544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9814/tid=9831] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9831/stat : 9831 (java) S 9811 9814 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105940527 9856040960 22316 33554432000 1073741824 1073778376 140734777002416 140330002275448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9814/tid=9832] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9832/stat : 9832 (java) S 9811 9814 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105940527 9856040960 22316 33554432000 1073741824 1073778376 140734777002416 140330001222856 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9814/tid=9833] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9833/stat : 9833 (java) S 9811 9814 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105940553 9856040960 22316 33554432000 1073741824 1073778376 140734777002416 140330000167848 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.09 2.16 2.17 4/213 9833
/proc/meminfo: memFree=29679760/32872528 swapFree=16740/1306504
[pid=9814] ppid=9811 vsize=9625040 CPUtime=3.98 cores=0,2,4,6
/proc/9814/stat : 9814 (java) S 9811 9814 5873 0 -1 4202496 14992 0 1 0 394 4 0 0 20 0 19 0 105940520 9856040960 29484 33554432000 1073741824 1073778376 140734777002416 140734776993552 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9814/statm: 2406260 29484 2261 9 0 2396937 0
[pid=9814/tid=9816] ppid=9811 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/9814/task/9816/stat : 9816 (java) R 9811 9814 5873 0 -1 4202560 2445 0 1 0 304 2 0 0 20 0 19 0 105940521 9856040960 29484 33554432000 1073741824 1073778376 140734777002416 140331057621440 140330893207841 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9814/tid=9817] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9817/stat : 9817 (java) S 9811 9814 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105940522 9856040960 29484 33554432000 1073741824 1073778376 140734777002416 140331019114792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9818] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9818/stat : 9818 (java) S 9811 9814 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105940522 9856040960 29484 33554432000 1073741824 1073778376 140734777002416 140331018061992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9814/tid=9819] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9819/stat : 9819 (java) S 9811 9814 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105940522 9856040960 29484 33554432000 1073741824 1073778376 140734777002416 140331017009704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9814/tid=9820] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9820/stat : 9820 (java) S 9811 9814 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105940522 9856040960 29484 33554432000 1073741824 1073778376 140734777002416 140331015956904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9814/tid=9821] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9821/stat : 9821 (java) S 9811 9814 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105940522 9856040960 29484 33554432000 1073741824 1073778376 140734777002416 140331014904616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9822] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9822/stat : 9822 (java) S 9811 9814 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105940522 9856040960 29484 33554432000 1073741824 1073778376 140734777002416 140331013851816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9814/tid=9823] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9823/stat : 9823 (java) S 9811 9814 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105940522 9856040960 29484 33554432000 1073741824 1073778376 140734777002416 140331012799528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9824] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9824/stat : 9824 (java) S 9811 9814 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105940522 9856040960 29484 33554432000 1073741824 1073778376 140734777002416 140331011746728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9825] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9825/stat : 9825 (java) S 9811 9814 5873 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105940523 9856040960 29484 33554432000 1073741824 1073778376 140734777002416 140330881374440 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9814/tid=9826] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9826/stat : 9826 (java) S 9811 9814 5873 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105940524 9856040960 29484 33554432000 1073741824 1073778376 140734777002416 140330880320504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9827] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9827/stat : 9827 (java) S 9811 9814 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105940524 9856040960 29484 33554432000 1073741824 1073778376 140734777002416 140330879268104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9828] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9828/stat : 9828 (java) S 9811 9814 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105940527 9856040960 29484 33554432000 1073741824 1073778376 140734777002416 140330878216592 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9829] ppid=9811 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/9814/task/9829/stat : 9829 (java) S 9811 9814 5873 0 -1 4202560 2371 0 0 0 38 0 0 0 20 0 19 0 105940527 9856040960 29484 33554432000 1073741824 1073778376 140734777002416 140330877164216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9814/tid=9830] ppid=9811 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/9814/task/9830/stat : 9830 (java) S 9811 9814 5873 0 -1 4202560 8903 0 0 0 47 2 0 0 20 0 19 0 105940527 9856040960 29484 33554432000 1073741824 1073778376 140734777002416 140330003327544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9814/tid=9831] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9831/stat : 9831 (java) S 9811 9814 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105940527 9856040960 29484 33554432000 1073741824 1073778376 140734777002416 140330002275448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9814/tid=9832] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9832/stat : 9832 (java) S 9811 9814 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105940527 9856040960 29484 33554432000 1073741824 1073778376 140734777002416 140330001222856 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9814/tid=9833] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9833/stat : 9833 (java) S 9811 9814 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105940553 9856040960 29484 33554432000 1073741824 1073778376 140734777002416 140330000167848 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 9625040

[startup+6.30087 s]
/proc/loadavg: 2.09 2.16 2.17 3/213 9833
/proc/meminfo: memFree=29627388/32872528 swapFree=16740/1306504
[pid=9814] ppid=9811 vsize=9625040 CPUtime=7.2 cores=0,2,4,6
/proc/9814/stat : 9814 (java) S 9811 9814 5873 0 -1 4202496 15032 0 1 0 716 4 0 0 20 0 19 0 105940520 9856040960 41790 33554432000 1073741824 1073778376 140734777002416 140734776993552 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9814/statm: 2406260 41790 2261 9 0 2396937 0
[pid=9814/tid=9816] ppid=9811 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/9814/task/9816/stat : 9816 (java) R 9811 9814 5873 0 -1 4202560 2471 0 1 0 624 2 0 0 20 0 19 0 105940521 9856040960 41790 33554432000 1073741824 1073778376 140734777002416 140331057623336 140330893187166 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9814/tid=9817] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9817/stat : 9817 (java) S 9811 9814 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105940522 9856040960 41790 33554432000 1073741824 1073778376 140734777002416 140331019114792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9818] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9818/stat : 9818 (java) S 9811 9814 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105940522 9856040960 41790 33554432000 1073741824 1073778376 140734777002416 140331018061992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9814/tid=9819] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9819/stat : 9819 (java) S 9811 9814 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105940522 9856040960 41790 33554432000 1073741824 1073778376 140734777002416 140331017009704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9814/tid=9820] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9820/stat : 9820 (java) S 9811 9814 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105940522 9856040960 41790 33554432000 1073741824 1073778376 140734777002416 140331015956904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9814/tid=9821] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9821/stat : 9821 (java) S 9811 9814 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105940522 9856040960 41790 33554432000 1073741824 1073778376 140734777002416 140331014904616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9822] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9822/stat : 9822 (java) S 9811 9814 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105940522 9856040960 41790 33554432000 1073741824 1073778376 140734777002416 140331013851816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9814/tid=9823] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9823/stat : 9823 (java) S 9811 9814 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105940522 9856040960 41790 33554432000 1073741824 1073778376 140734777002416 140331012799528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9824] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9824/stat : 9824 (java) S 9811 9814 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105940522 9856040960 41790 33554432000 1073741824 1073778376 140734777002416 140331011746728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9825] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9825/stat : 9825 (java) S 9811 9814 5873 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105940523 9856040960 41790 33554432000 1073741824 1073778376 140734777002416 140330881374440 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9814/tid=9826] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9826/stat : 9826 (java) S 9811 9814 5873 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105940524 9856040960 41790 33554432000 1073741824 1073778376 140734777002416 140330880320504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9827] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9827/stat : 9827 (java) S 9811 9814 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105940524 9856040960 41790 33554432000 1073741824 1073778376 140734777002416 140330879268104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9828] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9828/stat : 9828 (java) S 9811 9814 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105940527 9856040960 41790 33554432000 1073741824 1073778376 140734777002416 140330878216592 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9829] ppid=9811 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/9814/task/9829/stat : 9829 (java) S 9811 9814 5873 0 -1 4202560 2374 0 0 0 38 0 0 0 20 0 19 0 105940527 9856040960 41790 33554432000 1073741824 1073778376 140734777002416 140330877164216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9814/tid=9830] ppid=9811 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/9814/task/9830/stat : 9830 (java) S 9811 9814 5873 0 -1 4202560 8914 0 0 0 50 2 0 0 20 0 19 0 105940527 9856040960 41790 33554432000 1073741824 1073778376 140734777002416 140330003327544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9814/tid=9831] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9831/stat : 9831 (java) S 9811 9814 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105940527 9856040960 41790 33554432000 1073741824 1073778376 140734777002416 140330002275448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9814/tid=9832] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9832/stat : 9832 (java) S 9811 9814 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105940527 9856040960 41790 33554432000 1073741824 1073778376 140734777002416 140330001222856 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9814/tid=9833] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9833/stat : 9833 (java) S 9811 9814 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105940553 9856040960 41790 33554432000 1073741824 1073778376 140734777002416 140330000167848 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.2
Current children cumulated vsize (KiB) 9625040


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

[pid=9814/tid=9826] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9826/stat : 9826 (java) S 9811 9814 5873 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105940524 9856040960 218326 33554432000 1073741824 1073778376 140734777002416 140330880320504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9827] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9827/stat : 9827 (java) S 9811 9814 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105940524 9856040960 218326 33554432000 1073741824 1073778376 140734777002416 140330879268104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9828] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9828/stat : 9828 (java) S 9811 9814 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105940527 9856040960 218326 33554432000 1073741824 1073778376 140734777002416 140330878216592 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9829] ppid=9811 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/9814/task/9829/stat : 9829 (java) S 9811 9814 5873 0 -1 4202560 2374 0 0 0 38 0 0 0 20 0 19 0 105940527 9856040960 218326 33554432000 1073741824 1073778376 140734777002416 140330877164216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9814/tid=9830] ppid=9811 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/9814/task/9830/stat : 9830 (java) S 9811 9814 5873 0 -1 4202560 8960 0 0 0 55 2 0 0 20 0 19 0 105940527 9856040960 218326 33554432000 1073741824 1073778376 140734777002416 140330003327544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9831] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9831/stat : 9831 (java) S 9811 9814 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105940527 9856040960 218326 33554432000 1073741824 1073778376 140734777002416 140330002275448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9814/tid=9832] ppid=9811 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/9814/task/9832/stat : 9832 (java) S 9811 9814 5873 0 -1 4202560 93 0 0 0 33 27 0 0 20 0 19 0 105940527 9856040960 218326 33554432000 1073741824 1073778376 140734777002416 140330001222856 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9814/tid=9833] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9833/stat : 9833 (java) S 9811 9814 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105940553 9856040960 218326 33554432000 1073741824 1073778376 140734777002416 140330000167848 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1621.69
Current children cumulated vsize (KiB) 9625040

[startup+1662.3 s]
/proc/loadavg: 2.02 2.13 2.16 3/213 9942
/proc/meminfo: memFree=29526580/32872528 swapFree=16740/1306504
[pid=9814] ppid=9811 vsize=9625040 CPUtime=1682.38 cores=0,2,4,6
/proc/9814/stat : 9814 (java) S 9811 9814 5873 0 -1 4202496 42967 0 1 0 167960 278 0 0 20 0 19 0 105940520 9856040960 212660 33554432000 1073741824 1073778376 140734777002416 140734776993552 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9814/statm: 2406260 212660 2283 9 0 2396937 0
[pid=9814/tid=9816] ppid=9811 vsize=9625040 CPUtime=1648.12 cores=0,2,4,6
/proc/9814/task/9816/stat : 9816 (java) R 9811 9814 5873 0 -1 4202560 2878 0 1 0 164781 31 0 0 20 0 19 0 105940521 9856040960 212660 33554432000 1073741824 1073778376 140734777002416 140331057622240 140330893132396 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9814/tid=9817] ppid=9811 vsize=9625040 CPUtime=3.46 cores=0,2,4,6
/proc/9814/task/9817/stat : 9817 (java) S 9811 9814 5873 0 -1 4202560 3597 0 0 0 313 33 0 0 20 0 19 0 105940522 9856040960 212660 33554432000 1073741824 1073778376 140734777002416 140331019114792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9814/tid=9818] ppid=9811 vsize=9625040 CPUtime=3.16 cores=0,2,4,6
/proc/9814/task/9818/stat : 9818 (java) S 9811 9814 5873 0 -1 4202560 2583 0 0 0 289 27 0 0 20 0 19 0 105940522 9856040960 212660 33554432000 1073741824 1073778376 140734777002416 140331018061992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9814/tid=9819] ppid=9811 vsize=9625040 CPUtime=3.45 cores=0,2,4,6
/proc/9814/task/9819/stat : 9819 (java) S 9811 9814 5873 0 -1 4202560 3243 0 0 0 311 34 0 0 20 0 19 0 105940522 9856040960 212660 33554432000 1073741824 1073778376 140734777002416 140331017009704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9814/tid=9820] ppid=9811 vsize=9625040 CPUtime=3.44 cores=0,2,4,6
/proc/9814/task/9820/stat : 9820 (java) S 9811 9814 5873 0 -1 4202560 3098 0 0 0 314 30 0 0 20 0 19 0 105940522 9856040960 212660 33554432000 1073741824 1073778376 140734777002416 140331015956904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9821] ppid=9811 vsize=9625040 CPUtime=3.34 cores=0,2,4,6
/proc/9814/task/9821/stat : 9821 (java) S 9811 9814 5873 0 -1 4202560 3395 0 0 0 305 29 0 0 20 0 19 0 105940522 9856040960 212660 33554432000 1073741824 1073778376 140734777002416 140331014904616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9814/tid=9822] ppid=9811 vsize=9625040 CPUtime=3.25 cores=0,2,4,6
/proc/9814/task/9822/stat : 9822 (java) S 9811 9814 5873 0 -1 4202560 2588 0 0 0 294 31 0 0 20 0 19 0 105940522 9856040960 212660 33554432000 1073741824 1073778376 140734777002416 140331013851816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9814/tid=9823] ppid=9811 vsize=9625040 CPUtime=3.42 cores=0,2,4,6
/proc/9814/task/9823/stat : 9823 (java) S 9811 9814 5873 0 -1 4202560 3452 0 0 0 313 29 0 0 20 0 19 0 105940522 9856040960 212660 33554432000 1073741824 1073778376 140734777002416 140331012799528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9814/tid=9824] ppid=9811 vsize=9625040 CPUtime=3.5 cores=0,2,4,6
/proc/9814/task/9824/stat : 9824 (java) S 9811 9814 5873 0 -1 4202560 3268 0 0 0 321 29 0 0 20 0 19 0 105940522 9856040960 212660 33554432000 1073741824 1073778376 140734777002416 140331011746728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9825] ppid=9811 vsize=9625040 CPUtime=6.17 cores=0,2,4,6
/proc/9814/task/9825/stat : 9825 (java) S 9811 9814 5873 0 -1 4202560 2175 0 0 0 609 8 0 0 20 0 19 0 105940523 9856040960 212660 33554432000 1073741824 1073778376 140734777002416 140330881374440 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9814/tid=9826] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9826/stat : 9826 (java) S 9811 9814 5873 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105940524 9856040960 212660 33554432000 1073741824 1073778376 140734777002416 140330880320504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9827] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9827/stat : 9827 (java) S 9811 9814 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105940524 9856040960 212660 33554432000 1073741824 1073778376 140734777002416 140330879268104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9828] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9828/stat : 9828 (java) S 9811 9814 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105940527 9856040960 212660 33554432000 1073741824 1073778376 140734777002416 140330878216592 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9829] ppid=9811 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/9814/task/9829/stat : 9829 (java) S 9811 9814 5873 0 -1 4202560 2374 0 0 0 38 0 0 0 20 0 19 0 105940527 9856040960 212660 33554432000 1073741824 1073778376 140734777002416 140330877164216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9814/tid=9830] ppid=9811 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/9814/task/9830/stat : 9830 (java) S 9811 9814 5873 0 -1 4202560 8960 0 0 0 55 2 0 0 20 0 19 0 105940527 9856040960 212660 33554432000 1073741824 1073778376 140734777002416 140330003327544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9831] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9831/stat : 9831 (java) S 9811 9814 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105940527 9856040960 212660 33554432000 1073741824 1073778376 140734777002416 140330002275448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9814/tid=9832] ppid=9811 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/9814/task/9832/stat : 9832 (java) S 9811 9814 5873 0 -1 4202560 97 0 0 0 35 28 0 0 20 0 19 0 105940527 9856040960 212660 33554432000 1073741824 1073778376 140734777002416 140330001222856 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9814/tid=9833] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9833/stat : 9833 (java) S 9811 9814 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105940553 9856040960 212660 33554432000 1073741824 1073778376 140734777002416 140330000167848 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1682.38
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.24 2.16 2.17 3/213 9943
/proc/meminfo: memFree=29556464/32872528 swapFree=16740/1306504
[pid=9814] ppid=9811 vsize=9625040 CPUtime=1742.92 cores=0,2,4,6
/proc/9814/stat : 9814 (java) S 9811 9814 5873 0 -1 4202496 43000 0 1 0 174013 279 0 0 20 0 19 0 105940520 9856040960 206536 33554432000 1073741824 1073778376 140734777002416 140734776993552 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9814/statm: 2406260 206536 2283 9 0 2396937 0
[pid=9814/tid=9816] ppid=9811 vsize=9625040 CPUtime=1707.71 cores=0,2,4,6
/proc/9814/task/9816/stat : 9816 (java) R 9811 9814 5873 0 -1 4202560 2888 0 1 0 170740 31 0 0 20 0 19 0 105940521 9856040960 206536 33554432000 1073741824 1073778376 140734777002416 140331057622224 140330893101983 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9814/tid=9817] ppid=9811 vsize=9625040 CPUtime=3.54 cores=0,2,4,6
/proc/9814/task/9817/stat : 9817 (java) S 9811 9814 5873 0 -1 4202560 3597 0 0 0 321 33 0 0 20 0 19 0 105940522 9856040960 206536 33554432000 1073741824 1073778376 140734777002416 140331019114792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9814/tid=9818] ppid=9811 vsize=9625040 CPUtime=3.24 cores=0,2,4,6
/proc/9814/task/9818/stat : 9818 (java) S 9811 9814 5873 0 -1 4202560 2583 0 0 0 297 27 0 0 20 0 19 0 105940522 9856040960 206536 33554432000 1073741824 1073778376 140734777002416 140331018061992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9814/tid=9819] ppid=9811 vsize=9625040 CPUtime=3.54 cores=0,2,4,6
/proc/9814/task/9819/stat : 9819 (java) S 9811 9814 5873 0 -1 4202560 3243 0 0 0 320 34 0 0 20 0 19 0 105940522 9856040960 206536 33554432000 1073741824 1073778376 140734777002416 140331017009704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9814/tid=9820] ppid=9811 vsize=9625040 CPUtime=3.55 cores=0,2,4,6
/proc/9814/task/9820/stat : 9820 (java) S 9811 9814 5873 0 -1 4202560 3098 0 0 0 325 30 0 0 20 0 19 0 105940522 9856040960 206536 33554432000 1073741824 1073778376 140734777002416 140331015956904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9814/tid=9821] ppid=9811 vsize=9625040 CPUtime=3.45 cores=0,2,4,6
/proc/9814/task/9821/stat : 9821 (java) S 9811 9814 5873 0 -1 4202560 3395 0 0 0 316 29 0 0 20 0 19 0 105940522 9856040960 206536 33554432000 1073741824 1073778376 140734777002416 140331014904616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9814/tid=9822] ppid=9811 vsize=9625040 CPUtime=3.35 cores=0,2,4,6
/proc/9814/task/9822/stat : 9822 (java) S 9811 9814 5873 0 -1 4202560 2588 0 0 0 304 31 0 0 20 0 19 0 105940522 9856040960 206536 33554432000 1073741824 1073778376 140734777002416 140331013851816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9823] ppid=9811 vsize=9625040 CPUtime=3.51 cores=0,2,4,6
/proc/9814/task/9823/stat : 9823 (java) S 9811 9814 5873 0 -1 4202560 3452 0 0 0 322 29 0 0 20 0 19 0 105940522 9856040960 206536 33554432000 1073741824 1073778376 140734777002416 140331012799528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9824] ppid=9811 vsize=9625040 CPUtime=3.64 cores=0,2,4,6
/proc/9814/task/9824/stat : 9824 (java) S 9811 9814 5873 0 -1 4202560 3268 0 0 0 335 29 0 0 20 0 19 0 105940522 9856040960 206536 33554432000 1073741824 1073778376 140734777002416 140331011746728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9814/tid=9825] ppid=9811 vsize=9625040 CPUtime=6.33 cores=0,2,4,6
/proc/9814/task/9825/stat : 9825 (java) S 9811 9814 5873 0 -1 4202560 2194 0 0 0 625 8 0 0 20 0 19 0 105940523 9856040960 206536 33554432000 1073741824 1073778376 140734777002416 140330881374440 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9814/tid=9826] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9826/stat : 9826 (java) S 9811 9814 5873 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105940524 9856040960 206536 33554432000 1073741824 1073778376 140734777002416 140330880320504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9827] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9827/stat : 9827 (java) S 9811 9814 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105940524 9856040960 206536 33554432000 1073741824 1073778376 140734777002416 140330879268104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9828] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9828/stat : 9828 (java) S 9811 9814 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105940527 9856040960 206536 33554432000 1073741824 1073778376 140734777002416 140330878216592 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9829] ppid=9811 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/9814/task/9829/stat : 9829 (java) S 9811 9814 5873 0 -1 4202560 2374 0 0 0 38 0 0 0 20 0 19 0 105940527 9856040960 206536 33554432000 1073741824 1073778376 140734777002416 140330877164216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9814/tid=9830] ppid=9811 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/9814/task/9830/stat : 9830 (java) S 9811 9814 5873 0 -1 4202560 8960 0 0 0 55 2 0 0 20 0 19 0 105940527 9856040960 206536 33554432000 1073741824 1073778376 140734777002416 140330003327544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9831] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9831/stat : 9831 (java) S 9811 9814 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105940527 9856040960 206536 33554432000 1073741824 1073778376 140734777002416 140330002275448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9814/tid=9832] ppid=9811 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/9814/task/9832/stat : 9832 (java) S 9811 9814 5873 0 -1 4202560 101 0 0 0 36 29 0 0 20 0 19 0 105940527 9856040960 206536 33554432000 1073741824 1073778376 140734777002416 140330001222856 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9814/tid=9833] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9833/stat : 9833 (java) S 9811 9814 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105940553 9856040960 206536 33554432000 1073741824 1073778376 140734777002416 140330000167848 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1742.92
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1778.81 s]
/proc/loadavg: 2.09 2.13 2.16 3/213 9944
/proc/meminfo: memFree=29582020/32872528 swapFree=16740/1306504
[pid=9814] ppid=9811 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/9814/stat : 9814 (java) S 9811 9814 5873 0 -1 4202496 43321 0 1 0 179727 280 0 0 20 0 19 0 105940520 9856040960 205410 33554432000 1073741824 1073778376 140734777002416 140734776993552 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9814/statm: 2406260 205410 2283 9 0 2396937 0
[pid=9814/tid=9816] ppid=9811 vsize=9625040 CPUtime=1763.78 cores=0,2,4,6
/proc/9814/task/9816/stat : 9816 (java) R 9811 9814 5873 0 -1 4202560 2901 0 1 0 176346 32 0 0 20 0 19 0 105940521 9856040960 205410 33554432000 1073741824 1073778376 140734777002416 140331057622240 140330893186501 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9814/tid=9817] ppid=9811 vsize=9625040 CPUtime=3.62 cores=0,2,4,6
/proc/9814/task/9817/stat : 9817 (java) S 9811 9814 5873 0 -1 4202560 3597 0 0 0 329 33 0 0 20 0 19 0 105940522 9856040960 205410 33554432000 1073741824 1073778376 140734777002416 140331019114792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9818] ppid=9811 vsize=9625040 CPUtime=3.37 cores=0,2,4,6
/proc/9814/task/9818/stat : 9818 (java) S 9811 9814 5873 0 -1 4202560 2583 0 0 0 310 27 0 0 20 0 19 0 105940522 9856040960 205410 33554432000 1073741824 1073778376 140734777002416 140331018061992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9814/tid=9819] ppid=9811 vsize=9625040 CPUtime=3.66 cores=0,2,4,6
/proc/9814/task/9819/stat : 9819 (java) S 9811 9814 5873 0 -1 4202560 3243 0 0 0 332 34 0 0 20 0 19 0 105940522 9856040960 205410 33554432000 1073741824 1073778376 140734777002416 140331017009704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9814/tid=9820] ppid=9811 vsize=9625040 CPUtime=3.66 cores=0,2,4,6
/proc/9814/task/9820/stat : 9820 (java) S 9811 9814 5873 0 -1 4202560 3124 0 0 0 336 30 0 0 20 0 19 0 105940522 9856040960 205410 33554432000 1073741824 1073778376 140734777002416 140331015956904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9814/tid=9821] ppid=9811 vsize=9625040 CPUtime=3.53 cores=0,2,4,6
/proc/9814/task/9821/stat : 9821 (java) S 9811 9814 5873 0 -1 4202560 3422 0 0 0 324 29 0 0 20 0 19 0 105940522 9856040960 205410 33554432000 1073741824 1073778376 140734777002416 140331014904616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9814/tid=9822] ppid=9811 vsize=9625040 CPUtime=3.46 cores=0,2,4,6
/proc/9814/task/9822/stat : 9822 (java) S 9811 9814 5873 0 -1 4202560 2605 0 0 0 315 31 0 0 20 0 19 0 105940522 9856040960 205410 33554432000 1073741824 1073778376 140734777002416 140331013851816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9823] ppid=9811 vsize=9625040 CPUtime=3.65 cores=0,2,4,6
/proc/9814/task/9823/stat : 9823 (java) S 9811 9814 5873 0 -1 4202560 3452 0 0 0 336 29 0 0 20 0 19 0 105940522 9856040960 205410 33554432000 1073741824 1073778376 140734777002416 140331012799528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9814/tid=9824] ppid=9811 vsize=9625040 CPUtime=3.8 cores=0,2,4,6
/proc/9814/task/9824/stat : 9824 (java) S 9811 9814 5873 0 -1 4202560 3477 0 0 0 351 29 0 0 20 0 19 0 105940522 9856040960 205410 33554432000 1073741824 1073778376 140734777002416 140331011746728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9814/tid=9825] ppid=9811 vsize=9625040 CPUtime=6.49 cores=0,2,4,6
/proc/9814/task/9825/stat : 9825 (java) S 9811 9814 5873 0 -1 4202560 2221 0 0 0 641 8 0 0 20 0 19 0 105940523 9856040960 205410 33554432000 1073741824 1073778376 140734777002416 140330881374440 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9814/tid=9826] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9826/stat : 9826 (java) S 9811 9814 5873 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105940524 9856040960 205410 33554432000 1073741824 1073778376 140734777002416 140330880320504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9827] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9827/stat : 9827 (java) S 9811 9814 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105940524 9856040960 205410 33554432000 1073741824 1073778376 140734777002416 140330879268104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9828] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9828/stat : 9828 (java) S 9811 9814 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105940527 9856040960 205410 33554432000 1073741824 1073778376 140734777002416 140330878216592 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9829] ppid=9811 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/9814/task/9829/stat : 9829 (java) S 9811 9814 5873 0 -1 4202560 2374 0 0 0 38 0 0 0 20 0 19 0 105940527 9856040960 205410 33554432000 1073741824 1073778376 140734777002416 140330877164216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9814/tid=9830] ppid=9811 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/9814/task/9830/stat : 9830 (java) S 9811 9814 5873 0 -1 4202560 8960 0 0 0 55 2 0 0 20 0 19 0 105940527 9856040960 205410 33554432000 1073741824 1073778376 140734777002416 140330003327544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9814/tid=9831] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9831/stat : 9831 (java) S 9811 9814 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105940527 9856040960 205410 33554432000 1073741824 1073778376 140734777002416 140330002275448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9814/tid=9832] ppid=9811 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/9814/task/9832/stat : 9832 (java) S 9811 9814 5873 0 -1 4202560 103 0 0 0 37 30 0 0 20 0 19 0 105940527 9856040960 205410 33554432000 1073741824 1073778376 140734777002416 140330001222856 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9814/tid=9833] ppid=9811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9814/task/9833/stat : 9833 (java) S 9811 9814 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105940553 9856040960 205410 33554432000 1073741824 1073778376 140734777002416 140330000167848 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 9814 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1778.85
CPU time (s): 1800.96
CPU user time (s): 1797.68
CPU system time (s): 3.2815
CPU usage (%): 101.243
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.68
system time used= 3.2815
maximum resident set size= 933100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43363
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 50949
involuntary context switches= 50240

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.3991 second user time and 11.2863 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-06 21:07:59
IDJOB=4084485
IDBENCH=2585
IDSOLVER=2546
FILE ID=node127/4084485-1465240079
RUNJOBID= node127-1465216773-5889
PBS_JOBID= 19843202
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-95-90.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084485-1465240079/watcher-4084485-1465240079 -o /tmp/evaluation-result-4084485-1465240079/solver-4084485-1465240079 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1465216773-5889 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084485-1465240079.opb

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

MD5SUM BENCH= 464b0bce452dea50452bb0b774d05715
RANDOM SEED=167830147

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.227
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:        29771704 kB
Buffers:           28904 kB
Cached:            49972 kB
SwapCached:         1748 kB
Active:          1038340 kB
Inactive:          52836 kB
Active(anon):    1013932 kB
Inactive(anon):      900 kB
Active(file):      24408 kB
Inactive(file):    51936 kB
Unevictable:     1306504 kB
Mlocked:           16740 kB
SwapTotal:      67108856 kB
SwapFree:       67098488 kB
Dirty:               860 kB
Writeback:             0 kB
AnonPages:       2271040 kB
Mapped:            15408 kB
Shmem:                 0 kB
Slab:             566532 kB
SReclaimable:      10568 kB
SUnreclaim:       555964 kB
KernelStack:        1768 kB
PageTables:         8940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2459432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2222080 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 node127 at 2016-06-06 21:37:38