Trace number 4084610

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.01 1794.08

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K152.opb
MD5SUM6abb89533e60aa1ed19663db7c40a868
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables18088
Total number of constraints18394
Number of constraints which are clauses18242
Number of constraints which are cardinality constraints (but not clauses)152
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint152
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 153
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4084610-1465287988.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.91/0.54	c ... done. Wall clock time 0.431s.
0.91/0.54	c declared #vars     18088
0.91/0.54	c #constraints  18394
0.91/0.54	c constraints type 
0.91/0.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16277
0.91/0.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 152
0.91/0.54	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.91/0.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1963
0.91/0.54	c 18394 constraints processed.
3.19/2.46	c cleaning 2483 clauses out of 4998 with flag 22484/5001
5.42/4.52	c cleaning 4250 clauses out of 8508 with flag 53410/11003
7.62/6.76	c cleaning 5592 clauses out of 11254 with flag 89893/18003
10.42/9.52	c cleaning 6800 clauses out of 13658 with flag 134087/26001
13.44/12.55	c cleaning 7887 clauses out of 15852 with flag 181600/35001
16.71/15.75	c cleaning 8503 clauses out of 17960 with flag 233839/45001
20.31/19.39	c cleaning 9018 clauses out of 20454 with flag 288636/56000
24.31/23.36	c cleaning 9837 clauses out of 23435 with flag 347355/68000
28.40/27.46	c cleaning 10790 clauses out of 26602 with flag 413379/81004
32.91/31.92	c cleaning 11490 clauses out of 29806 with flag 483864/95000
37.91/36.93	c cleaning 12319 clauses out of 33316 with flag 563101/110001
43.21/42.20	c cleaning 13300 clauses out of 36996 with flag 643329/126000
48.91/47.95	c cleaning 13923 clauses out of 40693 with flag 731474/143000
55.10/54.14	c cleaning 14790 clauses out of 44769 with flag 827994/161001
61.51/60.51	c cleaning 15800 clauses out of 48979 with flag 922002/180001
68.71/67.72	c cleaning 16414 clauses out of 53178 with flag 1032726/200001
76.51/75.57	c cleaning 17295 clauses out of 57764 with flag 1147999/221002
83.98/82.99	c cleaning 18228 clauses out of 62466 with flag 1268178/243000
92.18/91.17	c cleaning 18955 clauses out of 67242 with flag 1392711/266004
100.58/99.59	c cleaning 19889 clauses out of 72276 with flag 1524599/290000
109.08/108.06	c cleaning 20912 clauses out of 77383 with flag 1661669/315002
118.98/117.92	c cleaning 21271 clauses out of 82466 with flag 1804916/341000
128.68/127.66	c cleaning 22575 clauses out of 88194 with flag 1949917/368000
139.47/138.49	c cleaning 23357 clauses out of 93618 with flag 2106786/396001
150.45/149.35	c cleaning 23834 clauses out of 99253 with flag 2264900/425000
161.75/160.63	c cleaning 25126 clauses out of 105415 with flag 2433669/455000
173.54/172.43	c cleaning 25935 clauses out of 111290 with flag 2612032/486002
186.14/185.01	c cleaning 26733 clauses out of 117346 with flag 2787200/518000
199.25/198.16	c cleaning 27463 clauses out of 123614 with flag 2976853/551001
213.08/211.83	c cleaning 28616 clauses out of 130149 with flag 3169984/585000
227.40/226.17	c cleaning 29490 clauses out of 136532 with flag 3369990/620000
242.69/241.41	c cleaning 30031 clauses out of 143035 with flag 3580282/656001
258.19/256.92	c cleaning 31061 clauses out of 149998 with flag 3794540/693001
274.49/273.27	c cleaning 32132 clauses out of 156933 with flag 4011936/731000
291.68/290.21	c cleaning 33051 clauses out of 163803 with flag 4236822/770002
309.38/308.00	c cleaning 34009 clauses out of 170750 with flag 4473619/810000
328.19/326.72	c cleaning 34749 clauses out of 177740 with flag 4722271/851000
346.99/345.50	c cleaning 35622 clauses out of 184988 with flag 4973579/893001
366.93/365.29	c cleaning 36255 clauses out of 192365 with flag 5235054/936000
388.22/386.52	c cleaning 37213 clauses out of 200109 with flag 5508352/980000
409.02/407.38	c cleaning 38361 clauses out of 207895 with flag 5786721/1025001
432.23/430.21	c cleaning 38879 clauses out of 215529 with flag 6067911/1071000
454.82/452.87	c cleaning 40150 clauses out of 223649 with flag 6355520/1118000
478.48/476.11	c cleaning 40935 clauses out of 231499 with flag 6647012/1166000
502.78/500.45	c cleaning 41873 clauses out of 239565 with flag 6965803/1215001
527.75/525.16	c cleaning 42915 clauses out of 247689 with flag 7284640/1265001
552.91/550.28	c cleaning 44037 clauses out of 255771 with flag 7604865/1316001
580.13/577.32	c cleaning 44872 clauses out of 263732 with flag 7948684/1368000
607.33/604.59	c cleaning 45508 clauses out of 271859 with flag 8286482/1421000
635.12/632.24	c cleaning 46906 clauses out of 280352 with flag 8632530/1475002
664.80/661.87	c cleaning 47082 clauses out of 288443 with flag 9000952/1530000
694.58/691.58	c cleaning 48653 clauses out of 297359 with flag 9358241/1586000
724.95/721.83	c cleaning 49596 clauses out of 305704 with flag 9736254/1643000
758.52/755.31	c cleaning 50285 clauses out of 314106 with flag 10136761/1701000
792.42/789.18	c cleaning 50936 clauses out of 322822 with flag 10531502/1760001
826.32/822.91	c cleaning 52387 clauses out of 331883 with flag 10954155/1820000
860.90/857.44	c cleaning 52801 clauses out of 340496 with flag 11355177/1881003
897.41/893.83	c cleaning 53780 clauses out of 349692 with flag 11769215/1943000
933.70/930.02	c cleaning 54839 clauses out of 358912 with flag 12203943/2006000
971.19/967.42	c cleaning 55612 clauses out of 368074 with flag 12647133/2070001
1010.40/1006.59	c cleaning 56680 clauses out of 377463 with flag 13089876/2135002
1051.08/1047.11	c cleaning 57417 clauses out of 386781 with flag 13550456/2201002
1092.88/1088.75	c cleaning 58363 clauses out of 396362 with flag 14014492/2268000
1134.05/1129.81	c cleaning 59611 clauses out of 406001 with flag 14506280/2336002
1177.87/1173.56	c cleaning 60466 clauses out of 415388 with flag 15014294/2405000
1221.61/1217.26	c cleaning 61442 clauses out of 424921 with flag 15503586/2475000
1268.14/1263.69	c cleaning 62643 clauses out of 434480 with flag 16017751/2546001
1313.29/1308.76	c cleaning 63423 clauses out of 443836 with flag 16534809/2618000
1361.32/1356.69	c cleaning 64202 clauses out of 453413 with flag 17070088/2691000
1411.19/1406.39	c cleaning 65522 clauses out of 463211 with flag 17620425/2765000
1461.55/1456.55	c cleaning 66285 clauses out of 472690 with flag 18165158/2840003
1511.87/1506.74	c cleaning 67490 clauses out of 482402 with flag 18716144/2916000
1566.33/1561.07	c cleaning 68243 clauses out of 491912 with flag 19299291/2993001
1619.65/1614.27	c cleaning 69454 clauses out of 501667 with flag 19879039/3071001
1675.98/1670.47	c cleaning 70267 clauses out of 511209 with flag 20481628/3150000
1733.21/1727.47	c cleaning 71245 clauses out of 520941 with flag 21102053/3230001
1791.62/1785.76	c cleaning 72363 clauses out of 530694 with flag 21736483/3311000
1800.01/1794.00	c starts		: 19178
1800.01/1794.00	c conflicts		: 3325579
1800.01/1794.00	c decisions		: 99765110
1800.01/1794.00	c propagations		: 2898953744
1800.01/1794.00	c inspects		: 11915569459
1800.01/1794.00	c shortcuts		: 0
1800.01/1794.00	c learnt literals	: 148
1800.01/1794.00	c learnt binary clauses	: 183357
1800.01/1794.00	c learnt ternary clauses	: 162076
1800.01/1794.00	c learnt constraints	: 3325431
1800.01/1794.00	c ignored constraints	: 0
1800.01/1794.00	c root simplifications	: 0
1800.01/1794.00	c removed literals (reason simplification)	: 0
1800.01/1794.00	c reason swapping (by a shorter reason)	: 0
1800.01/1794.00	c Calls to reduceDB	: 77
1800.01/1794.00	c Number of update (reduction) of LBD	: 2350235
1800.01/1794.00	c Imported unit clauses	: 0
1800.01/1794.00	c number of reductions to clauses (during analyze)	: 0
1800.01/1794.00	c number of learned constraints concerned by reduction	: 0
1800.01/1794.00	c number of learning phase by resolution	: 0
1800.01/1794.00	c number of learning phase by cutting planes	: 0
1800.01/1794.00	c speed (assignments/second)	: 1616418.1164386044
1800.01/1794.00	c non guided choices	35035
1800.01/1794.00	c timeout
1800.01/1794.07	c learnt constraints type 
1800.01/1794.07	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 183357
1800.01/1794.07	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 289553
1800.01/1794.07	s UNKNOWN
1800.01/1794.07	c Total wall clock time (in seconds): 1793.958

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

pid=10036
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.03 2.04 2.00 3/194 10039
/proc/meminfo: memFree=31074828/32872528 swapFree=10676/249824
[pid=10039] ppid=10036 vsize=9160 CPUtime=0 cores=1,3,5,7
/proc/10039/stat : 10039 (java) R 10036 10039 5384 0 -1 4202496 468 0 0 0 0 0 0 0 20 0 1 0 110734276 9379840 122 33554432000 1073741824 1073778376 140736031803840 140736031800968 247067611616 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/10039/statm: 2290 122 94 9 0 38 0

[startup+0.100159 s]
/proc/loadavg: 2.03 2.04 2.00 3/194 10039
/proc/meminfo: memFree=31074828/32872528 swapFree=10676/249824
[pid=10039] ppid=10036 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/10039/stat : 10039 (java) S 10036 10039 5384 0 -1 4202496 4464 0 1 0 7 2 0 0 20 0 18 0 110734276 9787879424 5580 33554432000 1073741824 1073778376 140736031803840 140736031794976 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10039/statm: 2389619 5580 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200228 s]
/proc/loadavg: 2.03 2.04 2.00 3/194 10039
/proc/meminfo: memFree=31074828/32872528 swapFree=10676/249824
[pid=10039] ppid=10036 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/10039/stat : 10039 (java) S 10036 10039 5384 0 -1 4202496 5324 0 1 0 27 2 0 0 20 0 18 0 110734276 9787879424 6683 33554432000 1073741824 1073778376 140736031803840 140736031794976 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10039/statm: 2389619 6690 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.30024 s]
/proc/loadavg: 2.03 2.04 2.00 3/194 10039
/proc/meminfo: memFree=31074828/32872528 swapFree=10676/249824
[pid=10039] ppid=10036 vsize=9558476 CPUtime=0.55 cores=1,3,5,7
/proc/10039/stat : 10039 (java) S 10036 10039 5384 0 -1 4202496 7396 0 1 0 53 2 0 0 20 0 18 0 110734276 9787879424 11010 33554432000 1073741824 1073778376 140736031803840 140736031794976 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10039/statm: 2389619 11010 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.700189 s]
/proc/loadavg: 2.03 2.04 2.00 3/194 10039
/proc/meminfo: memFree=31074828/32872528 swapFree=10676/249824
[pid=10039] ppid=10036 vsize=9625040 CPUtime=1.37 cores=1,3,5,7
/proc/10039/stat : 10039 (java) S 10036 10039 5384 0 -1 4202496 8243 0 1 0 133 4 0 0 20 0 19 0 110734276 9856040960 32124 33554432000 1073741824 1073778376 140736031803840 140736031794976 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10039/statm: 2406260 32124 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 9625040

[startup+1.50083 s]
/proc/loadavg: 2.03 2.04 2.00 3/213 10058
/proc/meminfo: memFree=30952292/32872528 swapFree=10676/249824
[pid=10039] ppid=10036 vsize=9625040 CPUtime=2.29 cores=1,3,5,7
/proc/10039/stat : 10039 (java) S 10036 10039 5384 0 -1 4202496 8901 0 1 0 225 4 0 0 20 0 19 0 110734276 9856040960 32663 33554432000 1073741824 1073778376 140736031803840 140736031794976 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10039/statm: 2406260 32663 2264 9 0 2396937 0
[pid=10039/tid=10041] ppid=10036 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/10039/task/10041/stat : 10041 (java) R 10036 10039 5384 0 -1 4202560 2512 0 1 0 144 3 0 0 20 0 19 0 110734277 9856040960 32663 33554432000 1073741824 1073778376 140736031803840 139679914529112 139679854902232 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10039/tid=10042] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10042/stat : 10042 (java) S 10036 10039 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110734278 9856040960 32663 33554432000 1073741824 1073778376 140736031803840 139679757973672 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10043] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10043/stat : 10043 (java) S 10036 10039 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110734279 9856040960 32663 33554432000 1073741824 1073778376 140736031803840 139679756921128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10039/tid=10044] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10044/stat : 10044 (java) S 10036 10039 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110734279 9856040960 32663 33554432000 1073741824 1073778376 140736031803840 139679755868584 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10039/tid=10045] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10045/stat : 10045 (java) S 10036 10039 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110734279 9856040960 32663 33554432000 1073741824 1073778376 140736031803840 139679754816040 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10039/tid=10046] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10046/stat : 10046 (java) S 10036 10039 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110734279 9856040960 32663 33554432000 1073741824 1073778376 140736031803840 139679753763496 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10047] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10047/stat : 10047 (java) S 10036 10039 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110734279 9856040960 32663 33554432000 1073741824 1073778376 140736031803840 139679752710952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10039/tid=10048] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10048/stat : 10048 (java) S 10036 10039 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110734279 9856040960 32663 33554432000 1073741824 1073778376 140736031803840 139679751658408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10049] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10049/stat : 10049 (java) S 10036 10039 5384 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110734279 9856040960 32663 33554432000 1073741824 1073778376 140736031803840 139679750605864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10050] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10050/stat : 10050 (java) S 10036 10039 5384 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110734280 9856040960 32663 33554432000 1073741824 1073778376 140736031803840 139679738407016 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10051] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10051/stat : 10051 (java) S 10036 10039 5384 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110734280 9856040960 32663 33554432000 1073741824 1073778376 140736031803840 139679737353336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10052] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10052/stat : 10052 (java) S 10036 10039 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110734280 9856040960 32663 33554432000 1073741824 1073778376 140736031803840 139679736300680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10053] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10053/stat : 10053 (java) S 10036 10039 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110734282 9856040960 32663 33554432000 1073741824 1073778376 140736031803840 139679735249424 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10054] ppid=10036 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/10039/task/10054/stat : 10054 (java) S 10036 10039 5384 0 -1 4202560 2263 0 0 0 42 0 0 0 20 0 19 0 110734282 9856040960 32663 33554432000 1073741824 1073778376 140736031803840 139679734196792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10055] ppid=10036 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/10039/task/10055/stat : 10055 (java) S 10036 10039 5384 0 -1 4202560 2848 0 0 0 36 0 0 0 20 0 19 0 110734282 9856040960 32663 33554432000 1073741824 1073778376 140736031803840 139679733144248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10039/tid=10056] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10056/stat : 10056 (java) S 10036 10039 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110734282 9856040960 32663 33554432000 1073741824 1073778376 140736031803840 139679732091896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10039/tid=10057] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10057/stat : 10057 (java) S 10036 10039 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110734283 9856040960 32663 33554432000 1073741824 1073778376 140736031803840 139679731039560 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10039/tid=10058] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10058/stat : 10058 (java) S 10036 10039 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110734333 9856040960 32663 33554432000 1073741824 1073778376 140736031803840 139679729984296 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 9625040

[startup+3.10085 s]
/proc/loadavg: 2.03 2.04 2.00 3/213 10058
/proc/meminfo: memFree=30949872/32872528 swapFree=10676/249824
[pid=10039] ppid=10036 vsize=9625040 CPUtime=3.97 cores=1,3,5,7
/proc/10039/stat : 10039 (java) S 10036 10039 5384 0 -1 4202496 8926 0 1 0 393 4 0 0 20 0 19 0 110734276 9856040960 33708 33554432000 1073741824 1073778376 140736031803840 140736031794976 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10039/statm: 2406260 33708 2271 9 0 2396937 0
[pid=10039/tid=10041] ppid=10036 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/10039/task/10041/stat : 10041 (java) R 10036 10039 5384 0 -1 4202560 2515 0 1 0 304 3 0 0 20 0 19 0 110734277 9856040960 33708 33554432000 1073741824 1073778376 140736031803840 139679914529112 139679854922848 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10039/tid=10042] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10042/stat : 10042 (java) S 10036 10039 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110734278 9856040960 33708 33554432000 1073741824 1073778376 140736031803840 139679757973672 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10043] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10043/stat : 10043 (java) S 10036 10039 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110734279 9856040960 33708 33554432000 1073741824 1073778376 140736031803840 139679756921128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10039/tid=10044] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10044/stat : 10044 (java) S 10036 10039 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110734279 9856040960 33708 33554432000 1073741824 1073778376 140736031803840 139679755868584 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10039/tid=10045] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10045/stat : 10045 (java) S 10036 10039 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110734279 9856040960 33708 33554432000 1073741824 1073778376 140736031803840 139679754816040 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10039/tid=10046] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10046/stat : 10046 (java) S 10036 10039 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110734279 9856040960 33708 33554432000 1073741824 1073778376 140736031803840 139679753763496 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10047] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10047/stat : 10047 (java) S 10036 10039 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110734279 9856040960 33708 33554432000 1073741824 1073778376 140736031803840 139679752710952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10039/tid=10048] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10048/stat : 10048 (java) S 10036 10039 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110734279 9856040960 33708 33554432000 1073741824 1073778376 140736031803840 139679751658408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10049] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10049/stat : 10049 (java) S 10036 10039 5384 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110734279 9856040960 33708 33554432000 1073741824 1073778376 140736031803840 139679750605864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10050] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10050/stat : 10050 (java) S 10036 10039 5384 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 110734280 9856040960 33708 33554432000 1073741824 1073778376 140736031803840 139679738407016 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10039/tid=10051] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10051/stat : 10051 (java) S 10036 10039 5384 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110734280 9856040960 33708 33554432000 1073741824 1073778376 140736031803840 139679737353336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10052] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10052/stat : 10052 (java) S 10036 10039 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110734280 9856040960 33708 33554432000 1073741824 1073778376 140736031803840 139679736300680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10053] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10053/stat : 10053 (java) S 10036 10039 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110734282 9856040960 33708 33554432000 1073741824 1073778376 140736031803840 139679735249424 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10054] ppid=10036 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/10039/task/10054/stat : 10054 (java) S 10036 10039 5384 0 -1 4202560 2275 0 0 0 47 0 0 0 20 0 19 0 110734282 9856040960 33708 33554432000 1073741824 1073778376 140736031803840 139679734196792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10055] ppid=10036 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/10039/task/10055/stat : 10055 (java) S 10036 10039 5384 0 -1 4202560 2857 0 0 0 39 0 0 0 20 0 19 0 110734282 9856040960 33708 33554432000 1073741824 1073778376 140736031803840 139679733144248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10039/tid=10056] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10056/stat : 10056 (java) S 10036 10039 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110734282 9856040960 33708 33554432000 1073741824 1073778376 140736031803840 139679732091896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10039/tid=10057] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10057/stat : 10057 (java) S 10036 10039 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110734283 9856040960 33708 33554432000 1073741824 1073778376 140736031803840 139679731039560 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10039/tid=10058] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10058/stat : 10058 (java) S 10036 10039 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110734333 9856040960 33708 33554432000 1073741824 1073778376 140736031803840 139679729984296 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 9625040

[startup+6.30088 s]
/proc/loadavg: 2.03 2.04 2.00 4/213 10058
/proc/meminfo: memFree=30944136/32872528 swapFree=10676/249824
[pid=10039] ppid=10036 vsize=9625040 CPUtime=7.21 cores=1,3,5,7
/proc/10039/stat : 10039 (java) S 10036 10039 5384 0 -1 4202496 8937 0 1 0 717 4 0 0 20 0 19 0 110734276 9856040960 35132 33554432000 1073741824 1073778376 140736031803840 140736031794976 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10039/statm: 2406260 35132 2271 9 0 2396937 0
[pid=10039/tid=10041] ppid=10036 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/10039/task/10041/stat : 10041 (java) R 10036 10039 5384 0 -1 4202560 2521 0 1 0 622 3 0 0 20 0 19 0 110734277 9856040960 35132 33554432000 1073741824 1073778376 140736031803840 139679914529016 139679855056224 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10039/tid=10042] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10042/stat : 10042 (java) S 10036 10039 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110734278 9856040960 35132 33554432000 1073741824 1073778376 140736031803840 139679757973672 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10043] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10043/stat : 10043 (java) S 10036 10039 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110734279 9856040960 35132 33554432000 1073741824 1073778376 140736031803840 139679756921128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10039/tid=10044] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10044/stat : 10044 (java) S 10036 10039 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110734279 9856040960 35132 33554432000 1073741824 1073778376 140736031803840 139679755868584 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10039/tid=10045] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10045/stat : 10045 (java) S 10036 10039 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110734279 9856040960 35132 33554432000 1073741824 1073778376 140736031803840 139679754816040 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10039/tid=10046] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10046/stat : 10046 (java) S 10036 10039 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110734279 9856040960 35132 33554432000 1073741824 1073778376 140736031803840 139679753763496 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10047] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10047/stat : 10047 (java) S 10036 10039 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110734279 9856040960 35132 33554432000 1073741824 1073778376 140736031803840 139679752710952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10039/tid=10048] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10048/stat : 10048 (java) S 10036 10039 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110734279 9856040960 35132 33554432000 1073741824 1073778376 140736031803840 139679751658408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10049] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10049/stat : 10049 (java) S 10036 10039 5384 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110734279 9856040960 35132 33554432000 1073741824 1073778376 140736031803840 139679750605864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10050] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10050/stat : 10050 (java) S 10036 10039 5384 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 110734280 9856040960 35132 33554432000 1073741824 1073778376 140736031803840 139679738407016 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10039/tid=10051] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10051/stat : 10051 (java) S 10036 10039 5384 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110734280 9856040960 35132 33554432000 1073741824 1073778376 140736031803840 139679737353336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10052] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10052/stat : 10052 (java) S 10036 10039 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110734280 9856040960 35132 33554432000 1073741824 1073778376 140736031803840 139679736300680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10053] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10053/stat : 10053 (java) S 10036 10039 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110734282 9856040960 35132 33554432000 1073741824 1073778376 140736031803840 139679735249424 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10054] ppid=10036 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/10039/task/10054/stat : 10054 (java) S 10036 10039 5384 0 -1 4202560 2277 0 0 0 49 0 0 0 20 0 19 0 110734282 9856040960 35132 33554432000 1073741824 1073778376 140736031803840 139679734196792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10055] ppid=10036 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/10039/task/10055/stat : 10055 (java) S 10036 10039 5384 0 -1 4202560 2860 0 0 0 41 0 0 0 20 0 19 0 110734282 9856040960 35132 33554432000 1073741824 1073778376 140736031803840 139679733144248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10039/tid=10056] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10056/stat : 10056 (java) S 10036 10039 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110734282 9856040960 35132 33554432000 1073741824 1073778376 140736031803840 139679732091896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10039/tid=10057] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10057/stat : 10057 (java) S 10036 10039 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110734283 9856040960 35132 33554432000 1073741824 1073778376 140736031803840 139679731039560 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10039/tid=10058] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10058/stat : 10058 (java) S 10036 10039 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110734333 9856040960 35132 33554432000 1073741824 1073778376 140736031803840 139679729984296 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.21
Current children cumulated vsize (KiB) 9625040


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

[pid=10039/tid=10058] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10058/stat : 10058 (java) S 10036 10039 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110734333 9856040960 100089 33554432000 1073741824 1073778376 140736031803840 139679729984296 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1667.88
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.07 2.07 2.01 3/213 10167
/proc/meminfo: memFree=30656804/32872528 swapFree=10676/249824
[pid=10039] ppid=10036 vsize=9625040 CPUtime=1728.1 cores=1,3,5,7
/proc/10039/stat : 10039 (java) S 10036 10039 5384 0 -1 4202496 12014 0 1 0 172707 103 0 0 20 0 19 0 110734276 9856040960 98236 33554432000 1073741824 1073778376 140736031803840 140736031794976 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10039/statm: 2406260 98236 2293 9 0 2396937 0
[pid=10039/tid=10041] ppid=10036 vsize=9625040 CPUtime=1714.43 cores=1,3,5,7
/proc/10039/task/10041/stat : 10041 (java) R 10036 10039 5384 0 -1 4202560 2583 0 1 0 171413 30 0 0 20 0 19 0 110734277 9856040960 98236 33554432000 1073741824 1073778376 140736031803840 139679914528080 139679854922868 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10039/tid=10042] ppid=10036 vsize=9625040 CPUtime=0.9 cores=1,3,5,7
/proc/10039/task/10042/stat : 10042 (java) S 10036 10039 5384 0 -1 4202560 449 0 0 0 78 12 0 0 20 0 19 0 110734278 9856040960 98236 33554432000 1073741824 1073778376 140736031803840 139679757973672 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10039/tid=10043] ppid=10036 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/10039/task/10043/stat : 10043 (java) S 10036 10039 5384 0 -1 4202560 423 0 0 0 72 12 0 0 20 0 19 0 110734279 9856040960 98236 33554432000 1073741824 1073778376 140736031803840 139679756921128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10039/tid=10044] ppid=10036 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/10039/task/10044/stat : 10044 (java) S 10036 10039 5384 0 -1 4202560 228 0 0 0 74 7 0 0 20 0 19 0 110734279 9856040960 98236 33554432000 1073741824 1073778376 140736031803840 139679755868584 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10045] ppid=10036 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/10039/task/10045/stat : 10045 (java) S 10036 10039 5384 0 -1 4202560 243 0 0 0 73 11 0 0 20 0 19 0 110734279 9856040960 98236 33554432000 1073741824 1073778376 140736031803840 139679754816040 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10039/tid=10046] ppid=10036 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/10039/task/10046/stat : 10046 (java) S 10036 10039 5384 0 -1 4202560 224 0 0 0 76 8 0 0 20 0 19 0 110734279 9856040960 98236 33554432000 1073741824 1073778376 140736031803840 139679753763496 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10039/tid=10047] ppid=10036 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/10039/task/10047/stat : 10047 (java) S 10036 10039 5384 0 -1 4202560 236 0 0 0 59 9 0 0 20 0 19 0 110734279 9856040960 98236 33554432000 1073741824 1073778376 140736031803840 139679752710952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10048] ppid=10036 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/10039/task/10048/stat : 10048 (java) S 10036 10039 5384 0 -1 4202560 286 0 0 0 67 10 0 0 20 0 19 0 110734279 9856040960 98236 33554432000 1073741824 1073778376 140736031803840 139679751658408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10039/tid=10049] ppid=10036 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/10039/task/10049/stat : 10049 (java) S 10036 10039 5384 0 -1 4202560 343 0 0 0 73 10 0 0 20 0 19 0 110734279 9856040960 98236 33554432000 1073741824 1073778376 140736031803840 139679750605864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10039/tid=10050] ppid=10036 vsize=9625040 CPUtime=1.49 cores=1,3,5,7
/proc/10039/task/10050/stat : 10050 (java) S 10036 10039 5384 0 -1 4202560 369 0 0 0 147 2 0 0 20 0 19 0 110734280 9856040960 98236 33554432000 1073741824 1073778376 140736031803840 139679738407016 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10039/tid=10051] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10051/stat : 10051 (java) S 10036 10039 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110734280 9856040960 98236 33554432000 1073741824 1073778376 140736031803840 139679737353336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10052] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10052/stat : 10052 (java) S 10036 10039 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110734280 9856040960 98236 33554432000 1073741824 1073778376 140736031803840 139679736300680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10053] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10053/stat : 10053 (java) S 10036 10039 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110734282 9856040960 98236 33554432000 1073741824 1073778376 140736031803840 139679735249424 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10054] ppid=10036 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/10039/task/10054/stat : 10054 (java) S 10036 10039 5384 0 -1 4202560 2280 0 0 0 51 0 0 0 20 0 19 0 110734282 9856040960 98236 33554432000 1073741824 1073778376 140736031803840 139679734196792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10055] ppid=10036 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/10039/task/10055/stat : 10055 (java) S 10036 10039 5384 0 -1 4202560 2987 0 0 0 45 0 0 0 20 0 19 0 110734282 9856040960 98236 33554432000 1073741824 1073778376 140736031803840 139679733144248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10056] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10056/stat : 10056 (java) S 10036 10039 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110734282 9856040960 98236 33554432000 1073741824 1073778376 140736031803840 139679732091896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10039/tid=10057] ppid=10036 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/10039/task/10057/stat : 10057 (java) S 10036 10039 5384 0 -1 4202560 99 0 0 0 33 33 0 0 20 0 19 0 110734283 9856040960 98236 33554432000 1073741824 1073778376 140736031803840 139679731039560 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10039/tid=10058] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10058/stat : 10058 (java) S 10036 10039 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110734333 9856040960 98236 33554432000 1073741824 1073778376 140736031803840 139679729984296 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1728.1
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/213 10168
/proc/meminfo: memFree=30683852/32872528 swapFree=10676/249824
[pid=10039] ppid=10036 vsize=9625040 CPUtime=1788.22 cores=1,3,5,7
/proc/10039/stat : 10039 (java) S 10036 10039 5384 0 -1 4202496 12024 0 1 0 178717 105 0 0 20 0 19 0 110734276 9856040960 96539 33554432000 1073741824 1073778376 140736031803840 140736031794976 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10039/statm: 2406260 96539 2293 9 0 2396937 0
[pid=10039/tid=10041] ppid=10036 vsize=9625040 CPUtime=1774.2 cores=1,3,5,7
/proc/10039/task/10041/stat : 10041 (java) R 10036 10039 5384 0 -1 4202560 2585 0 1 0 177389 31 0 0 20 0 19 0 110734277 9856040960 96539 33554432000 1073741824 1073778376 140736031803840 139679914528080 139679854921482 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10039/tid=10042] ppid=10036 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/10039/task/10042/stat : 10042 (java) S 10036 10039 5384 0 -1 4202560 450 0 0 0 82 12 0 0 20 0 19 0 110734278 9856040960 96539 33554432000 1073741824 1073778376 140736031803840 139679757973672 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10039/tid=10043] ppid=10036 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/10039/task/10043/stat : 10043 (java) S 10036 10039 5384 0 -1 4202560 424 0 0 0 74 12 0 0 20 0 19 0 110734279 9856040960 96539 33554432000 1073741824 1073778376 140736031803840 139679756921128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10039/tid=10044] ppid=10036 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/10039/task/10044/stat : 10044 (java) S 10036 10039 5384 0 -1 4202560 228 0 0 0 75 7 0 0 20 0 19 0 110734279 9856040960 96539 33554432000 1073741824 1073778376 140736031803840 139679755868584 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10045] ppid=10036 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/10039/task/10045/stat : 10045 (java) S 10036 10039 5384 0 -1 4202560 243 0 0 0 76 11 0 0 20 0 19 0 110734279 9856040960 96539 33554432000 1073741824 1073778376 140736031803840 139679754816040 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10039/tid=10046] ppid=10036 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/10039/task/10046/stat : 10046 (java) S 10036 10039 5384 0 -1 4202560 224 0 0 0 77 8 0 0 20 0 19 0 110734279 9856040960 96539 33554432000 1073741824 1073778376 140736031803840 139679753763496 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10039/tid=10047] ppid=10036 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/10039/task/10047/stat : 10047 (java) S 10036 10039 5384 0 -1 4202560 236 0 0 0 61 9 0 0 20 0 19 0 110734279 9856040960 96539 33554432000 1073741824 1073778376 140736031803840 139679752710952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10048] ppid=10036 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/10039/task/10048/stat : 10048 (java) S 10036 10039 5384 0 -1 4202560 286 0 0 0 69 10 0 0 20 0 19 0 110734279 9856040960 96539 33554432000 1073741824 1073778376 140736031803840 139679751658408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10039/tid=10049] ppid=10036 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/10039/task/10049/stat : 10049 (java) S 10036 10039 5384 0 -1 4202560 343 0 0 0 76 10 0 0 20 0 19 0 110734279 9856040960 96539 33554432000 1073741824 1073778376 140736031803840 139679750605864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10039/tid=10050] ppid=10036 vsize=9625040 CPUtime=1.49 cores=1,3,5,7
/proc/10039/task/10050/stat : 10050 (java) S 10036 10039 5384 0 -1 4202560 371 0 0 0 147 2 0 0 20 0 19 0 110734280 9856040960 96539 33554432000 1073741824 1073778376 140736031803840 139679738407016 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10039/tid=10051] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10051/stat : 10051 (java) S 10036 10039 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110734280 9856040960 96539 33554432000 1073741824 1073778376 140736031803840 139679737353336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10052] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10052/stat : 10052 (java) S 10036 10039 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110734280 9856040960 96539 33554432000 1073741824 1073778376 140736031803840 139679736300680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10053] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10053/stat : 10053 (java) S 10036 10039 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110734282 9856040960 96539 33554432000 1073741824 1073778376 140736031803840 139679735249424 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10054] ppid=10036 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/10039/task/10054/stat : 10054 (java) S 10036 10039 5384 0 -1 4202560 2280 0 0 0 51 0 0 0 20 0 19 0 110734282 9856040960 96539 33554432000 1073741824 1073778376 140736031803840 139679734196792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10055] ppid=10036 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/10039/task/10055/stat : 10055 (java) S 10036 10039 5384 0 -1 4202560 2987 0 0 0 45 0 0 0 20 0 19 0 110734282 9856040960 96539 33554432000 1073741824 1073778376 140736031803840 139679733144248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10056] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10056/stat : 10056 (java) S 10036 10039 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110734282 9856040960 96539 33554432000 1073741824 1073778376 140736031803840 139679732091896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10039/tid=10057] ppid=10036 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/10039/task/10057/stat : 10057 (java) S 10036 10039 5384 0 -1 4202560 103 0 0 0 34 34 0 0 20 0 19 0 110734283 9856040960 96539 33554432000 1073741824 1073778376 140736031803840 139679731039560 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10039/tid=10058] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10058/stat : 10058 (java) S 10036 10039 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110734333 9856040960 96539 33554432000 1073741824 1073778376 140736031803840 139679729984296 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1788.22
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794 s]
/proc/loadavg: 2.02 2.05 2.01 3/213 10168
/proc/meminfo: memFree=30683732/32872528 swapFree=10676/249824
[pid=10039] ppid=10036 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/10039/stat : 10039 (java) S 10036 10039 5384 0 -1 4202496 12038 0 1 0 179896 105 0 0 20 0 19 0 110734276 9856040960 96550 33554432000 1073741824 1073778376 140736031803840 140736031794976 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10039/statm: 2406260 96550 2293 9 0 2396937 0
[pid=10039/tid=10041] ppid=10036 vsize=9625040 CPUtime=1785.83 cores=1,3,5,7
/proc/10039/task/10041/stat : 10041 (java) R 10036 10039 5384 0 -1 4202560 2586 0 1 0 178551 32 0 0 20 0 19 0 110734277 9856040960 96550 33554432000 1073741824 1073778376 140736031803840 139679914528080 139679854921613 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10039/tid=10042] ppid=10036 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/10039/task/10042/stat : 10042 (java) S 10036 10039 5384 0 -1 4202560 451 0 0 0 84 12 0 0 20 0 19 0 110734278 9856040960 96550 33554432000 1073741824 1073778376 140736031803840 139679757973672 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10039/tid=10043] ppid=10036 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/10039/task/10043/stat : 10043 (java) S 10036 10039 5384 0 -1 4202560 434 0 0 0 75 12 0 0 20 0 19 0 110734279 9856040960 96550 33554432000 1073741824 1073778376 140736031803840 139679756921128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10039/tid=10044] ppid=10036 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/10039/task/10044/stat : 10044 (java) S 10036 10039 5384 0 -1 4202560 228 0 0 0 77 7 0 0 20 0 19 0 110734279 9856040960 96550 33554432000 1073741824 1073778376 140736031803840 139679755868584 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10045] ppid=10036 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/10039/task/10045/stat : 10045 (java) S 10036 10039 5384 0 -1 4202560 243 0 0 0 78 11 0 0 20 0 19 0 110734279 9856040960 96550 33554432000 1073741824 1073778376 140736031803840 139679754816040 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10039/tid=10046] ppid=10036 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/10039/task/10046/stat : 10046 (java) S 10036 10039 5384 0 -1 4202560 224 0 0 0 78 8 0 0 20 0 19 0 110734279 9856040960 96550 33554432000 1073741824 1073778376 140736031803840 139679753763496 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10039/tid=10047] ppid=10036 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/10039/task/10047/stat : 10047 (java) S 10036 10039 5384 0 -1 4202560 236 0 0 0 62 9 0 0 20 0 19 0 110734279 9856040960 96550 33554432000 1073741824 1073778376 140736031803840 139679752710952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10048] ppid=10036 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/10039/task/10048/stat : 10048 (java) S 10036 10039 5384 0 -1 4202560 286 0 0 0 70 10 0 0 20 0 19 0 110734279 9856040960 96550 33554432000 1073741824 1073778376 140736031803840 139679751658408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10039/tid=10049] ppid=10036 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/10039/task/10049/stat : 10049 (java) S 10036 10039 5384 0 -1 4202560 343 0 0 0 77 10 0 0 20 0 19 0 110734279 9856040960 96550 33554432000 1073741824 1073778376 140736031803840 139679750605864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10039/tid=10050] ppid=10036 vsize=9625040 CPUtime=1.49 cores=1,3,5,7
/proc/10039/task/10050/stat : 10050 (java) S 10036 10039 5384 0 -1 4202560 373 0 0 0 147 2 0 0 20 0 19 0 110734280 9856040960 96550 33554432000 1073741824 1073778376 140736031803840 139679738407016 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10039/tid=10051] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10051/stat : 10051 (java) S 10036 10039 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110734280 9856040960 96550 33554432000 1073741824 1073778376 140736031803840 139679737353336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10052] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10052/stat : 10052 (java) S 10036 10039 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110734280 9856040960 96550 33554432000 1073741824 1073778376 140736031803840 139679736300680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10053] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10053/stat : 10053 (java) S 10036 10039 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110734282 9856040960 96550 33554432000 1073741824 1073778376 140736031803840 139679735249424 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10054] ppid=10036 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/10039/task/10054/stat : 10054 (java) S 10036 10039 5384 0 -1 4202560 2280 0 0 0 51 0 0 0 20 0 19 0 110734282 9856040960 96550 33554432000 1073741824 1073778376 140736031803840 139679734196792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10055] ppid=10036 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/10039/task/10055/stat : 10055 (java) S 10036 10039 5384 0 -1 4202560 2987 0 0 0 45 0 0 0 20 0 19 0 110734282 9856040960 96550 33554432000 1073741824 1073778376 140736031803840 139679733144248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10039/tid=10056] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10056/stat : 10056 (java) S 10036 10039 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110734282 9856040960 96550 33554432000 1073741824 1073778376 140736031803840 139679732091896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10039/tid=10057] ppid=10036 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/10039/task/10057/stat : 10057 (java) S 10036 10039 5384 0 -1 4202560 103 0 0 0 34 35 0 0 20 0 19 0 110734283 9856040960 96550 33554432000 1073741824 1073778376 140736031803840 139679731039560 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10039/tid=10058] ppid=10036 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10039/task/10058/stat : 10058 (java) S 10036 10039 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110734333 9856040960 96550 33554432000 1073741824 1073778376 140736031803840 139679729984296 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 10039 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 10039 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=519191
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=622753
# CPU time returned by wait4() is 1796.14
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.08
CPU time (s): 1800.01
CPU user time (s): 1798.96
CPU system time (s): 1.05
CPU usage (%): 100.331
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.52
system time used= 1.62275
maximum resident set size= 804636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12080
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39434
involuntary context switches= 20775

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.821 second user time and 16.4305 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-07 10:26:28
IDJOB=4084610
IDBENCH=90193
IDSOLVER=2546
FILE ID=node103/4084610-1465287988
RUNJOBID= node103-1465256472-5401
PBS_JOBID= 19843279
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K152.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084610-1465287988/watcher-4084610-1465287988 -o /tmp/evaluation-result-4084610-1465287988/solver-4084610-1465287988 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1465256472-5401 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084610-1465287988.opb

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

MD5SUM BENCH= 6abb89533e60aa1ed19663db7c40a868
RANDOM SEED=316182598

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
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:        31074868 kB
Buffers:          142716 kB
Cached:           177548 kB
SwapCached:         1720 kB
Active:           603324 kB
Inactive:         209344 kB
Active(anon):     493824 kB
Inactive(anon):     1216 kB
Active(file):     109500 kB
Inactive(file):   208128 kB
Unevictable:      249824 kB
Mlocked:           10676 kB
SwapTotal:      67108856 kB
SwapFree:       67096696 kB
Dirty:              1984 kB
Writeback:             0 kB
AnonPages:        741956 kB
Mapped:            15332 kB
Shmem:                 0 kB
Slab:             601816 kB
SReclaimable:      45304 kB
SUnreclaim:       556512 kB
KernelStack:        1608 kB
PageTables:         5868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     936060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    712704 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= 71732 MiB
End job on node103 at 2016-06-07 10:56:22