Trace number 4085439

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.75 1799.24

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_5_40_4.opb
MD5SUM153ea7f27a80a18c7caefc8ed55018be
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables41
Total number of constraints11
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10
Minimum length of a constraint1
Maximum length of a constraint40
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1207
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3621
Number of bits of the biggest sum of numbers12
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.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@587bd9f2
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@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4085439-1465244975.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
0.09/0.13	c ... done. Wall clock time 0.022s.
0.09/0.13	c declared #vars     41
0.09/0.13	c #constraints  11
0.09/0.13	c constraints type 
0.09/0.14	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.09/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10
0.09/0.14	c 11 constraints processed.
0.09/0.14	c objective function length is 1 literals
0.71/0.52	c cleaning 2501 clauses out of 5001 with flag 10172/5001
1.24/0.93	c cleaning 4249 clauses out of 8499 with flag 22350/11000
1.78/1.45	c cleaning 5626 clauses out of 11251 with flag 36629/18001
2.48/2.17	c cleaning 6813 clauses out of 13626 with flag 52978/26002
3.50/3.10	c cleaning 7906 clauses out of 15811 with flag 71497/35000
4.49/4.18	c cleaning 8949 clauses out of 17907 with flag 91888/45002
5.79/5.46	c cleaning 9979 clauses out of 19957 with flag 114257/56001
7.29/6.94	c cleaning 10989 clauses out of 21977 with flag 138714/68000
8.89/8.58	c cleaning 11992 clauses out of 23989 with flag 165359/81001
10.79/10.49	c cleaning 12997 clauses out of 25997 with flag 193901/95001
12.99/12.66	c cleaning 14001 clauses out of 28001 with flag 224366/110002
15.59/15.22	c cleaning 14995 clauses out of 29999 with flag 256976/126001
18.41/18.01	c cleaning 16000 clauses out of 32005 with flag 292084/143002
21.31/20.95	c cleaning 17002 clauses out of 34003 with flag 329226/161000
24.61/24.23	c cleaning 18002 clauses out of 36003 with flag 368054/180002
28.20/27.88	c cleaning 19000 clauses out of 38002 with flag 408747/200003
32.20/31.89	c cleaning 19998 clauses out of 40000 with flag 452075/221001
37.00/36.62	c cleaning 20996 clauses out of 42002 with flag 497183/243001
42.40/42.00	c cleaning 22004 clauses out of 44008 with flag 544627/266003
48.00/47.67	c cleaning 22994 clauses out of 46001 with flag 594041/290000
54.10/53.76	c cleaning 24002 clauses out of 48008 with flag 645751/315001
60.31/59.96	c cleaning 25003 clauses out of 50006 with flag 699421/341001
66.60/66.24	c cleaning 25992 clauses out of 52002 with flag 754757/368000
74.00/73.65	c cleaning 27006 clauses out of 54014 with flag 812406/396004
81.81/81.46	c cleaning 28000 clauses out of 56004 with flag 871905/425000
89.80/89.49	c cleaning 29003 clauses out of 58005 with flag 934062/455001
98.60/98.24	c cleaning 29998 clauses out of 60004 with flag 997949/486003
108.41/108.01	c cleaning 30999 clauses out of 62003 with flag 1063910/518000
117.91/117.58	c cleaning 32004 clauses out of 64007 with flag 1131954/551003
128.21/127.85	c cleaning 32997 clauses out of 66000 with flag 1201498/585000
138.90/138.51	c cleaning 34002 clauses out of 68006 with flag 1274242/620003
150.50/150.11	c cleaning 34997 clauses out of 70001 with flag 1348410/656000
163.22/162.88	c cleaning 36002 clauses out of 72005 with flag 1424900/693001
176.81/176.49	c cleaning 36999 clauses out of 74003 with flag 1503150/731001
191.14/190.73	c cleaning 38003 clauses out of 76005 with flag 1583948/770002
205.34/204.91	c cleaning 39000 clauses out of 78001 with flag 1666058/810001
221.74/221.38	c cleaning 39998 clauses out of 80003 with flag 1750835/851003
238.75/238.37	c cleaning 41000 clauses out of 82002 with flag 1837075/893000
256.95/256.54	c cleaning 41996 clauses out of 84002 with flag 1925933/936000
275.85/275.40	c cleaning 43003 clauses out of 86008 with flag 2017220/980002
294.65/294.28	c cleaning 43994 clauses out of 88003 with flag 2109832/1025000
314.65/314.29	c cleaning 45003 clauses out of 90011 with flag 2204608/1071002
335.76/335.33	c cleaning 46003 clauses out of 92007 with flag 2300921/1118001
358.16/357.73	c cleaning 47000 clauses out of 94003 with flag 2400194/1166000
381.56/381.19	c cleaning 47997 clauses out of 96003 with flag 2502046/1215000
406.17/405.76	c cleaning 49000 clauses out of 98006 with flag 2604937/1265000
433.37/432.98	c cleaning 49998 clauses out of 100007 with flag 2710036/1316001
461.17/460.73	c cleaning 51004 clauses out of 102012 with flag 2817944/1368004
491.59/491.16	c cleaning 52004 clauses out of 104007 with flag 2926554/1421003
522.39/521.98	c cleaning 52999 clauses out of 106000 with flag 3037359/1475000
555.62/555.18	c cleaning 53999 clauses out of 108005 with flag 3149985/1530004
585.54/585.09	c cleaning 55002 clauses out of 110004 with flag 3264308/1586002
619.24/618.74	c cleaning 55999 clauses out of 112000 with flag 3382496/1643000
654.45/653.97	c cleaning 57000 clauses out of 114003 with flag 3501622/1701002
692.15/691.63	c cleaning 58000 clauses out of 116002 with flag 3624404/1760001
730.05/729.58	c cleaning 58995 clauses out of 118002 with flag 3748366/1820001
770.06/769.53	c cleaning 59996 clauses out of 120006 with flag 3875346/1881000
814.47/813.91	c cleaning 60999 clauses out of 122010 with flag 4002756/1943000
858.48/857.90	c cleaning 62004 clauses out of 124011 with flag 4133173/2006000
904.80/904.25	c cleaning 63002 clauses out of 126008 with flag 4266689/2070001
954.20/953.68	c cleaning 63997 clauses out of 128005 with flag 4401263/2135000
1003.30/1002.72	c cleaning 64998 clauses out of 130009 with flag 4539631/2201001
1055.41/1054.81	c cleaning 66001 clauses out of 132010 with flag 4678227/2268000
1108.39/1107.80	c cleaning 67004 clauses out of 134011 with flag 4819359/2336002
1167.10/1166.47	c cleaning 67997 clauses out of 136006 with flag 4960472/2405001
1227.24/1226.58	c cleaning 69004 clauses out of 138011 with flag 5104402/2475003
1285.45/1284.78	c cleaning 69996 clauses out of 140004 with flag 5251750/2546000
1344.26/1343.50	c cleaning 71001 clauses out of 142008 with flag 5402423/2618000
1406.07/1405.32	c cleaning 71999 clauses out of 144008 with flag 5553329/2691001
1475.38/1474.62	c cleaning 73000 clauses out of 146010 with flag 5708324/2765002
1543.80/1543.08	c cleaning 74003 clauses out of 148011 with flag 5863180/2840003
1618.71/1617.99	c cleaning 75001 clauses out of 150007 with flag 6019830/2916002
1697.62/1696.87	c cleaning 76003 clauses out of 152005 with flag 6178291/2993001
1778.04/1777.24	c cleaning 76998 clauses out of 154001 with flag 6338829/3071000
1800.07/1799.20	c starts		: 1389
1800.07/1799.20	c conflicts		: 3103983
1800.07/1799.20	c decisions		: 3177244
1800.07/1799.20	c propagations		: 24342123
1800.07/1799.20	c inspects		: 36923649309
1800.07/1799.20	c shortcuts		: 0
1800.07/1799.20	c learnt literals	: 0
1800.07/1799.20	c learnt binary clauses	: 0
1800.07/1799.20	c learnt ternary clauses	: 0
1800.07/1799.20	c learnt constraints	: 3103984
1800.07/1799.20	c ignored constraints	: 0
1800.07/1799.20	c root simplifications	: 0
1800.07/1799.20	c removed literals (reason simplification)	: 0
1800.07/1799.20	c reason swapping (by a shorter reason)	: 0
1800.07/1799.20	c timeout
1800.07/1799.20	c Calls to reduceDB	: 74
1800.07/1799.20	c Number of update (reduction) of LBD	: 119324
1800.07/1799.20	c Imported unit clauses	: 0
1800.07/1799.20	c number of reductions to clauses (during analyze)	: 0
1800.07/1799.20	c number of learned constraints concerned by reduction	: 0
1800.07/1799.20	c number of learning phase by resolution	: 0
1800.07/1799.20	c number of learning phase by cutting planes	: 0
1800.07/1799.20	c speed (assignments/second)	: 13530.423564227216
1800.07/1799.20	c non guided choices	18
1800.07/1799.23	c learnt constraints type 
1800.07/1799.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 109987
1800.07/1799.23	s UNKNOWN
1800.07/1799.23	c Total wall clock time (in seconds): 1799.116

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-4085439-1465244975/watcher-4085439-1465244975 -o /tmp/evaluation-result-4085439-1465244975/solver-4085439-1465244975 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1465217315-754 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085439-1465244975.opb 

pid=4796
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.16 2.22 2.18 3/194 4799
/proc/meminfo: memFree=30401052/32872528 swapFree=16252/1391864
[pid=4799] ppid=4796 vsize=268 CPUtime=0 cores=0,2,4,6
/proc/4799/stat : 4799 (java) R 4796 4799 737 0 -1 4194304 334 0 0 0 0 0 0 0 20 0 1 0 106430637 274432 5 33554432000 1073741824 1073778376 140736137523168 140734633364856 272877226736 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4799/statm: 67 23 16 9 0 24 0

[startup+0.100059 s]
/proc/loadavg: 2.16 2.22 2.18 3/194 4799
/proc/meminfo: memFree=30401052/32872528 swapFree=16252/1391864
[pid=4799] ppid=4796 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/4799/stat : 4799 (java) S 4796 4799 737 0 -1 4202496 4392 0 1 0 8 1 0 0 20 0 18 0 106430637 9787879424 6027 33554432000 1073741824 1073778376 140736137523168 140736137514304 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4799/statm: 2389619 6027 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200191 s]
/proc/loadavg: 2.16 2.22 2.18 3/194 4799
/proc/meminfo: memFree=30401052/32872528 swapFree=16252/1391864
[pid=4799] ppid=4796 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/4799/stat : 4799 (java) S 4796 4799 737 0 -1 4202496 6189 0 1 0 29 1 0 0 20 0 19 0 106430637 9856040960 7051 33554432000 1073741824 1073778376 140736137523168 140736137514304 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4799/statm: 2406260 7051 2214 9 0 2396937 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9625040

[startup+0.300189 s]
/proc/loadavg: 2.16 2.22 2.18 3/194 4799
/proc/meminfo: memFree=30401052/32872528 swapFree=16252/1391864
[pid=4799] ppid=4796 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/4799/stat : 4799 (java) S 4796 4799 737 0 -1 4202496 6370 0 1 0 48 1 0 0 20 0 19 0 106430637 9856040960 7042 33554432000 1073741824 1073778376 140736137523168 140736137514304 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4799/statm: 2406260 7042 2231 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700142 s]
/proc/loadavg: 2.16 2.22 2.18 3/194 4799
/proc/meminfo: memFree=30401052/32872528 swapFree=16252/1391864
[pid=4799] ppid=4796 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/4799/stat : 4799 (java) S 4796 4799 737 0 -1 4202496 7988 0 1 0 99 2 0 0 20 0 19 0 106430637 9856040960 8274 33554432000 1073741824 1073778376 140736137523168 140736137514304 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4799/statm: 2406260 8274 2244 9 0 2396937 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.16 2.22 2.18 3/213 4818
/proc/meminfo: memFree=30373428/32872528 swapFree=16252/1391864
[pid=4799] ppid=4796 vsize=9625040 CPUtime=1.88 cores=0,2,4,6
/proc/4799/stat : 4799 (java) S 4796 4799 737 0 -1 4202496 8464 0 1 0 186 2 0 0 20 0 19 0 106430637 9856040960 8873 33554432000 1073741824 1073778376 140736137523168 140736137514304 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4799/statm: 2406260 8873 2247 9 0 2396937 0
[pid=4799/tid=4801] ppid=4796 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/4799/task/4801/stat : 4801 (java) R 4796 4799 737 0 -1 4202560 2420 0 1 0 144 2 0 0 20 0 19 0 106430638 9856040960 8873 33554432000 1073741824 1073778376 140736137523168 139720647540416 139720470819511 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4802] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4802/stat : 4802 (java) S 4796 4799 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106430639 9856040960 8873 33554432000 1073741824 1073778376 140736137523168 139720609040552 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4803] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4803/stat : 4803 (java) S 4796 4799 737 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106430639 9856040960 8873 33554432000 1073741824 1073778376 140736137523168 139720607988008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4799/tid=4804] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4804/stat : 4804 (java) S 4796 4799 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106430639 9856040960 8873 33554432000 1073741824 1073778376 140736137523168 139720606935464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4799/tid=4805] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4805/stat : 4805 (java) S 4796 4799 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106430639 9856040960 8873 33554432000 1073741824 1073778376 140736137523168 139720605882920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4799/tid=4806] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4806/stat : 4806 (java) S 4796 4799 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106430639 9856040960 8873 33554432000 1073741824 1073778376 140736137523168 139720604830376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4807] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4807/stat : 4807 (java) S 4796 4799 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106430639 9856040960 8873 33554432000 1073741824 1073778376 140736137523168 139720603777832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4799/tid=4808] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4808/stat : 4808 (java) S 4796 4799 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106430639 9856040960 8873 33554432000 1073741824 1073778376 140736137523168 139720602725288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4809] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4809/stat : 4809 (java) S 4796 4799 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106430639 9856040960 8873 33554432000 1073741824 1073778376 140736137523168 139720601672744 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4810] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4810/stat : 4810 (java) S 4796 4799 737 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106430640 9856040960 8873 33554432000 1073741824 1073778376 140736137523168 139720589260904 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4811] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4811/stat : 4811 (java) S 4796 4799 737 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106430640 9856040960 8873 33554432000 1073741824 1073778376 140736137523168 139720470291576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4812] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4812/stat : 4812 (java) S 4796 4799 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106430640 9856040960 8873 33554432000 1073741824 1073778376 140736137523168 139720469238920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4813] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4813/stat : 4813 (java) S 4796 4799 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106430643 9856040960 8873 33554432000 1073741824 1073778376 140736137523168 139720468187664 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4814] ppid=4796 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/4799/task/4814/stat : 4814 (java) S 4796 4799 737 0 -1 4202560 2991 0 0 0 27 0 0 0 20 0 19 0 106430643 9856040960 8873 33554432000 1073741824 1073778376 140736137523168 139720467135032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4799/tid=4815] ppid=4796 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/4799/task/4815/stat : 4815 (java) S 4796 4799 737 0 -1 4202560 1779 0 0 0 11 0 0 0 20 0 19 0 106430643 9856040960 8873 33554432000 1073741824 1073778376 140736137523168 139720466082488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4799/tid=4816] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4816/stat : 4816 (java) S 4796 4799 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106430643 9856040960 8873 33554432000 1073741824 1073778376 140736137523168 139720465030136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4799/tid=4817] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4817/stat : 4817 (java) S 4796 4799 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106430643 9856040960 8873 33554432000 1073741824 1073778376 140736137523168 139720463977800 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4818] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4818/stat : 4818 (java) S 4796 4799 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106430651 9856040960 8873 33554432000 1073741824 1073778376 140736137523168 139720462922536 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9625040

[startup+3.10071 s]
/proc/loadavg: 2.15 2.22 2.18 3/213 4818
/proc/meminfo: memFree=30370820/32872528 swapFree=16252/1391864
[pid=4799] ppid=4796 vsize=9625040 CPUtime=3.5 cores=0,2,4,6
/proc/4799/stat : 4799 (java) S 4796 4799 737 0 -1 4202496 8469 0 1 0 348 2 0 0 20 0 19 0 106430637 9856040960 9899 33554432000 1073741824 1073778376 140736137523168 140736137514304 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4799/statm: 2406260 9899 2247 9 0 2396937 0
[pid=4799/tid=4801] ppid=4796 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/4799/task/4801/stat : 4801 (java) R 4796 4799 737 0 -1 4202560 2423 0 1 0 303 2 0 0 20 0 19 0 106430638 9856040960 9899 33554432000 1073741824 1073778376 140736137523168 139720647549192 139720470905698 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4802] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4802/stat : 4802 (java) S 4796 4799 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106430639 9856040960 9899 33554432000 1073741824 1073778376 140736137523168 139720609040552 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4803] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4803/stat : 4803 (java) S 4796 4799 737 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106430639 9856040960 9899 33554432000 1073741824 1073778376 140736137523168 139720607988008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4799/tid=4804] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4804/stat : 4804 (java) S 4796 4799 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106430639 9856040960 9899 33554432000 1073741824 1073778376 140736137523168 139720606935464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4799/tid=4805] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4805/stat : 4805 (java) S 4796 4799 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106430639 9856040960 9899 33554432000 1073741824 1073778376 140736137523168 139720605882920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4799/tid=4806] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4806/stat : 4806 (java) S 4796 4799 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106430639 9856040960 9899 33554432000 1073741824 1073778376 140736137523168 139720604830376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4807] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4807/stat : 4807 (java) S 4796 4799 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106430639 9856040960 9899 33554432000 1073741824 1073778376 140736137523168 139720603777832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4799/tid=4808] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4808/stat : 4808 (java) S 4796 4799 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106430639 9856040960 9899 33554432000 1073741824 1073778376 140736137523168 139720602725288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4809] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4809/stat : 4809 (java) S 4796 4799 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106430639 9856040960 9899 33554432000 1073741824 1073778376 140736137523168 139720601672744 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4810] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4810/stat : 4810 (java) S 4796 4799 737 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106430640 9856040960 9899 33554432000 1073741824 1073778376 140736137523168 139720589260904 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4811] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4811/stat : 4811 (java) S 4796 4799 737 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106430640 9856040960 9899 33554432000 1073741824 1073778376 140736137523168 139720470291576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4812] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4812/stat : 4812 (java) S 4796 4799 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106430640 9856040960 9899 33554432000 1073741824 1073778376 140736137523168 139720469238920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4813] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4813/stat : 4813 (java) S 4796 4799 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106430643 9856040960 9899 33554432000 1073741824 1073778376 140736137523168 139720468187664 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4814] ppid=4796 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/4799/task/4814/stat : 4814 (java) S 4796 4799 737 0 -1 4202560 2993 0 0 0 30 0 0 0 20 0 19 0 106430643 9856040960 9899 33554432000 1073741824 1073778376 140736137523168 139720467135032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4799/tid=4815] ppid=4796 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/4799/task/4815/stat : 4815 (java) S 4796 4799 737 0 -1 4202560 1779 0 0 0 11 0 0 0 20 0 19 0 106430643 9856040960 9899 33554432000 1073741824 1073778376 140736137523168 139720466082488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4799/tid=4816] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4816/stat : 4816 (java) S 4796 4799 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106430643 9856040960 9899 33554432000 1073741824 1073778376 140736137523168 139720465030136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4799/tid=4817] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4817/stat : 4817 (java) S 4796 4799 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106430643 9856040960 9899 33554432000 1073741824 1073778376 140736137523168 139720463977800 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4818] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4818/stat : 4818 (java) S 4796 4799 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106430651 9856040960 9899 33554432000 1073741824 1073778376 140736137523168 139720462922536 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.15 2.22 2.18 3/213 4818
/proc/meminfo: memFree=30366828/32872528 swapFree=16252/1391864
[pid=4799] ppid=4796 vsize=9625040 CPUtime=6.69 cores=0,2,4,6
/proc/4799/stat : 4799 (java) S 4796 4799 737 0 -1 4202496 8473 0 1 0 667 2 0 0 20 0 19 0 106430637 9856040960 10799 33554432000 1073741824 1073778376 140736137523168 140736137514304 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4799/statm: 2406260 10799 2248 9 0 2396937 0
[pid=4799/tid=4801] ppid=4796 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/4799/task/4801/stat : 4801 (java) R 4796 4799 737 0 -1 4202560 2426 0 1 0 623 2 0 0 20 0 19 0 106430638 9856040960 10799 33554432000 1073741824 1073778376 140736137523168 139720647540416 139720470819571 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4799/tid=4802] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4802/stat : 4802 (java) S 4796 4799 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106430639 9856040960 10799 33554432000 1073741824 1073778376 140736137523168 139720609040552 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4803] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4803/stat : 4803 (java) S 4796 4799 737 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106430639 9856040960 10799 33554432000 1073741824 1073778376 140736137523168 139720607988008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4799/tid=4804] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4804/stat : 4804 (java) S 4796 4799 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106430639 9856040960 10799 33554432000 1073741824 1073778376 140736137523168 139720606935464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4799/tid=4805] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4805/stat : 4805 (java) S 4796 4799 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106430639 9856040960 10799 33554432000 1073741824 1073778376 140736137523168 139720605882920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4799/tid=4806] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4806/stat : 4806 (java) S 4796 4799 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106430639 9856040960 10799 33554432000 1073741824 1073778376 140736137523168 139720604830376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4807] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4807/stat : 4807 (java) S 4796 4799 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106430639 9856040960 10799 33554432000 1073741824 1073778376 140736137523168 139720603777832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4799/tid=4808] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4808/stat : 4808 (java) S 4796 4799 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106430639 9856040960 10799 33554432000 1073741824 1073778376 140736137523168 139720602725288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4809] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4809/stat : 4809 (java) S 4796 4799 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106430639 9856040960 10799 33554432000 1073741824 1073778376 140736137523168 139720601672744 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4810] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4810/stat : 4810 (java) S 4796 4799 737 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106430640 9856040960 10799 33554432000 1073741824 1073778376 140736137523168 139720589260904 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4811] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4811/stat : 4811 (java) S 4796 4799 737 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106430640 9856040960 10799 33554432000 1073741824 1073778376 140736137523168 139720470291576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4812] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4812/stat : 4812 (java) S 4796 4799 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106430640 9856040960 10799 33554432000 1073741824 1073778376 140736137523168 139720469238920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4813] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4813/stat : 4813 (java) S 4796 4799 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106430643 9856040960 10799 33554432000 1073741824 1073778376 140736137523168 139720468187664 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4814] ppid=4796 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/4799/task/4814/stat : 4814 (java) S 4796 4799 737 0 -1 4202560 2993 0 0 0 30 0 0 0 20 0 19 0 106430643 9856040960 10799 33554432000 1073741824 1073778376 140736137523168 139720467135032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4799/tid=4815] ppid=4796 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/4799/task/4815/stat : 4815 (java) S 4796 4799 737 0 -1 4202560 1779 0 0 0 11 0 0 0 20 0 19 0 106430643 9856040960 10799 33554432000 1073741824 1073778376 140736137523168 139720466082488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4799/tid=4816] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4816/stat : 4816 (java) S 4796 4799 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106430643 9856040960 10799 33554432000 1073741824 1073778376 140736137523168 139720465030136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4799/tid=4817] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4817/stat : 4817 (java) S 4796 4799 737 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106430643 9856040960 10799 33554432000 1073741824 1073778376 140736137523168 139720463977800 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4818] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4818/stat : 4818 (java) S 4796 4799 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106430651 9856040960 10799 33554432000 1073741824 1073778376 140736137523168 139720462922536 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 9625040


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

[pid=4799/tid=4811] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4811/stat : 4811 (java) S 4796 4799 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106430640 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720470291576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4812] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4812/stat : 4812 (java) S 4796 4799 737 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 106430640 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720469238920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4813] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4813/stat : 4813 (java) S 4796 4799 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106430643 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720468187664 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4814] ppid=4796 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/4799/task/4814/stat : 4814 (java) S 4796 4799 737 0 -1 4202560 3051 0 0 0 32 0 0 0 20 0 19 0 106430643 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720467135032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4799/tid=4815] ppid=4796 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/4799/task/4815/stat : 4815 (java) S 4796 4799 737 0 -1 4202560 1779 0 0 0 11 0 0 0 20 0 19 0 106430643 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720466082488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4799/tid=4816] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4816/stat : 4816 (java) S 4796 4799 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106430643 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720465030136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4799/tid=4817] ppid=4796 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/4799/task/4817/stat : 4817 (java) S 4796 4799 737 0 -1 4202560 98 0 0 0 36 30 0 0 20 0 19 0 106430643 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720463977800 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4818] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4818/stat : 4818 (java) S 4796 4799 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106430651 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720462922536 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1663.12
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.21 2.18 2.18 3/213 4927
/proc/meminfo: memFree=30249364/32872528 swapFree=16252/1391864
[pid=4799] ppid=4796 vsize=9625040 CPUtime=1723.12 cores=0,2,4,6
/proc/4799/stat : 4799 (java) S 4796 4799 737 0 -1 4202496 8830 0 1 0 172281 31 0 0 20 0 19 0 106430637 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 140736137514304 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4799/statm: 2406260 51818 2262 9 0 2396937 0
[pid=4799/tid=4801] ppid=4796 vsize=9625040 CPUtime=1722.27 cores=0,2,4,6
/proc/4799/task/4801/stat : 4801 (java) R 4796 4799 737 0 -1 4202560 2488 0 1 0 172197 30 0 0 20 0 19 0 106430638 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720647540416 139720470712827 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4799/tid=4802] ppid=4796 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/4799/task/4802/stat : 4802 (java) S 4796 4799 737 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 106430639 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720609040552 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4799/tid=4803] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4803/stat : 4803 (java) S 4796 4799 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106430639 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720607988008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4804] ppid=4796 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/4799/task/4804/stat : 4804 (java) S 4796 4799 737 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 19 0 106430639 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720606935464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4805] ppid=4796 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/4799/task/4805/stat : 4805 (java) S 4796 4799 737 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 106430639 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720605882920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4799/tid=4806] ppid=4796 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/4799/task/4806/stat : 4806 (java) S 4796 4799 737 0 -1 4202560 24 0 0 0 1 0 0 0 20 0 19 0 106430639 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720604830376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4799/tid=4807] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4807/stat : 4807 (java) S 4796 4799 737 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106430639 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720603777832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4808] ppid=4796 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/4799/task/4808/stat : 4808 (java) S 4796 4799 737 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 106430639 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720602725288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4799/tid=4809] ppid=4796 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/4799/task/4809/stat : 4809 (java) S 4796 4799 737 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 106430639 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720601672744 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4810] ppid=4796 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/4799/task/4810/stat : 4810 (java) S 4796 4799 737 0 -1 4202560 16 0 0 0 1 1 0 0 20 0 19 0 106430640 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720589260904 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4811] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4811/stat : 4811 (java) S 4796 4799 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106430640 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720470291576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4812] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4812/stat : 4812 (java) S 4796 4799 737 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 106430640 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720469238920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4813] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4813/stat : 4813 (java) S 4796 4799 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106430643 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720468187664 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4814] ppid=4796 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/4799/task/4814/stat : 4814 (java) S 4796 4799 737 0 -1 4202560 3051 0 0 0 32 0 0 0 20 0 19 0 106430643 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720467135032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4799/tid=4815] ppid=4796 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/4799/task/4815/stat : 4815 (java) S 4796 4799 737 0 -1 4202560 1779 0 0 0 11 0 0 0 20 0 19 0 106430643 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720466082488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4799/tid=4816] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4816/stat : 4816 (java) S 4796 4799 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106430643 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720465030136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4799/tid=4817] ppid=4796 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/4799/task/4817/stat : 4817 (java) S 4796 4799 737 0 -1 4202560 100 0 0 0 37 31 0 0 20 0 19 0 106430643 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720463977800 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4818] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4818/stat : 4818 (java) S 4796 4799 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106430651 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720462922536 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1723.12
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.26 2.20 2.18 3/213 4928
/proc/meminfo: memFree=30239360/32872528 swapFree=16252/1391864
[pid=4799] ppid=4796 vsize=9625040 CPUtime=1783.13 cores=0,2,4,6
/proc/4799/stat : 4799 (java) S 4796 4799 737 0 -1 4202496 8834 0 1 0 178281 32 0 0 20 0 19 0 106430637 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 140736137514304 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4799/statm: 2406260 51818 2262 9 0 2396937 0
[pid=4799/tid=4801] ppid=4796 vsize=9625040 CPUtime=1782.28 cores=0,2,4,6
/proc/4799/task/4801/stat : 4801 (java) R 4796 4799 737 0 -1 4202560 2488 0 1 0 178197 31 0 0 20 0 19 0 106430638 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720647540416 139720470820160 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4799/tid=4802] ppid=4796 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/4799/task/4802/stat : 4802 (java) S 4796 4799 737 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 106430639 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720609040552 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4799/tid=4803] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4803/stat : 4803 (java) S 4796 4799 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106430639 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720607988008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4804] ppid=4796 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/4799/task/4804/stat : 4804 (java) S 4796 4799 737 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 19 0 106430639 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720606935464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4805] ppid=4796 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/4799/task/4805/stat : 4805 (java) S 4796 4799 737 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 106430639 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720605882920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4799/tid=4806] ppid=4796 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/4799/task/4806/stat : 4806 (java) S 4796 4799 737 0 -1 4202560 24 0 0 0 1 0 0 0 20 0 19 0 106430639 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720604830376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4799/tid=4807] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4807/stat : 4807 (java) S 4796 4799 737 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106430639 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720603777832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4808] ppid=4796 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/4799/task/4808/stat : 4808 (java) S 4796 4799 737 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 106430639 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720602725288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4799/tid=4809] ppid=4796 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/4799/task/4809/stat : 4809 (java) S 4796 4799 737 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 106430639 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720601672744 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4810] ppid=4796 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/4799/task/4810/stat : 4810 (java) S 4796 4799 737 0 -1 4202560 16 0 0 0 1 1 0 0 20 0 19 0 106430640 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720589260904 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4811] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4811/stat : 4811 (java) S 4796 4799 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106430640 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720470291576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4812] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4812/stat : 4812 (java) S 4796 4799 737 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 106430640 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720469238920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4813] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4813/stat : 4813 (java) S 4796 4799 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106430643 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720468187664 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4814] ppid=4796 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/4799/task/4814/stat : 4814 (java) S 4796 4799 737 0 -1 4202560 3051 0 0 0 32 0 0 0 20 0 19 0 106430643 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720467135032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4799/tid=4815] ppid=4796 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/4799/task/4815/stat : 4815 (java) S 4796 4799 737 0 -1 4202560 1779 0 0 0 11 0 0 0 20 0 19 0 106430643 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720466082488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4799/tid=4816] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4816/stat : 4816 (java) S 4796 4799 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106430643 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720465030136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4799/tid=4817] ppid=4796 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/4799/task/4817/stat : 4817 (java) S 4796 4799 737 0 -1 4202560 104 0 0 0 39 32 0 0 20 0 19 0 106430643 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720463977800 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4818] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4818/stat : 4818 (java) S 4796 4799 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106430651 9856040960 51818 33554432000 1073741824 1073778376 140736137523168 139720462922536 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1783.13
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.2 s]
/proc/loadavg: 2.27 2.20 2.18 4/213 4928
/proc/meminfo: memFree=30238992/32872528 swapFree=16252/1391864
[pid=4799] ppid=4796 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/4799/stat : 4799 (java) S 4796 4799 737 0 -1 4202496 9036 0 1 0 179975 32 0 0 20 0 19 0 106430637 9856040960 52017 33554432000 1073741824 1073778376 140736137523168 140736137514304 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4799/statm: 2406260 52017 2262 9 0 2396937 0
[pid=4799/tid=4801] ppid=4796 vsize=9625040 CPUtime=1799.17 cores=0,2,4,6
/proc/4799/task/4801/stat : 4801 (java) R 4796 4799 737 0 -1 4202560 2489 0 1 0 179886 31 0 0 20 0 19 0 106430638 9856040960 52017 33554432000 1073741824 1073778376 140736137523168 139720647548112 139720470737291 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4799/tid=4802] ppid=4796 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/4799/task/4802/stat : 4802 (java) S 4796 4799 737 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 106430639 9856040960 52017 33554432000 1073741824 1073778376 140736137523168 139720609040552 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4799/tid=4803] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4803/stat : 4803 (java) S 4796 4799 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106430639 9856040960 52017 33554432000 1073741824 1073778376 140736137523168 139720607988008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4799/tid=4804] ppid=4796 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/4799/task/4804/stat : 4804 (java) S 4796 4799 737 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 19 0 106430639 9856040960 52017 33554432000 1073741824 1073778376 140736137523168 139720606935464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4805] ppid=4796 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/4799/task/4805/stat : 4805 (java) S 4796 4799 737 0 -1 4202560 85 0 0 0 2 0 0 0 20 0 19 0 106430639 9856040960 52017 33554432000 1073741824 1073778376 140736137523168 139720605882920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4806] ppid=4796 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/4799/task/4806/stat : 4806 (java) S 4796 4799 737 0 -1 4202560 30 0 0 0 2 0 0 0 20 0 19 0 106430639 9856040960 52017 33554432000 1073741824 1073778376 140736137523168 139720604830376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4799/tid=4807] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4807/stat : 4807 (java) S 4796 4799 737 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106430639 9856040960 52017 33554432000 1073741824 1073778376 140736137523168 139720603777832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4808] ppid=4796 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/4799/task/4808/stat : 4808 (java) S 4796 4799 737 0 -1 4202560 89 0 0 0 2 0 0 0 20 0 19 0 106430639 9856040960 52017 33554432000 1073741824 1073778376 140736137523168 139720602725288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4799/tid=4809] ppid=4796 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/4799/task/4809/stat : 4809 (java) S 4796 4799 737 0 -1 4202560 68 0 0 0 2 0 0 0 20 0 19 0 106430639 9856040960 52017 33554432000 1073741824 1073778376 140736137523168 139720601672744 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4810] ppid=4796 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/4799/task/4810/stat : 4810 (java) S 4796 4799 737 0 -1 4202560 18 0 0 0 1 1 0 0 20 0 19 0 106430640 9856040960 52017 33554432000 1073741824 1073778376 140736137523168 139720589260904 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4811] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4811/stat : 4811 (java) S 4796 4799 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106430640 9856040960 52017 33554432000 1073741824 1073778376 140736137523168 139720470291576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4812] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4812/stat : 4812 (java) S 4796 4799 737 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 106430640 9856040960 52017 33554432000 1073741824 1073778376 140736137523168 139720469238920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4813] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4813/stat : 4813 (java) S 4796 4799 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106430643 9856040960 52017 33554432000 1073741824 1073778376 140736137523168 139720468187664 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4814] ppid=4796 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/4799/task/4814/stat : 4814 (java) S 4796 4799 737 0 -1 4202560 3051 0 0 0 32 0 0 0 20 0 19 0 106430643 9856040960 52017 33554432000 1073741824 1073778376 140736137523168 139720467135032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4799/tid=4815] ppid=4796 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/4799/task/4815/stat : 4815 (java) S 4796 4799 737 0 -1 4202560 1779 0 0 0 11 0 0 0 20 0 19 0 106430643 9856040960 52017 33554432000 1073741824 1073778376 140736137523168 139720466082488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4799/tid=4816] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4816/stat : 4816 (java) S 4796 4799 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106430643 9856040960 52017 33554432000 1073741824 1073778376 140736137523168 139720465030136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4799/tid=4817] ppid=4796 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/4799/task/4817/stat : 4817 (java) S 4796 4799 737 0 -1 4202560 104 0 0 0 39 33 0 0 20 0 19 0 106430643 9856040960 52017 33554432000 1073741824 1073778376 140736137523168 139720463977800 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4799/tid=4818] ppid=4796 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4799/task/4818/stat : 4818 (java) S 4796 4799 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106430651 9856040960 52017 33554432000 1073741824 1073778376 140736137523168 139720462922536 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 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 4799 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1799.24
CPU time (s): 1800.75
CPU user time (s): 1799.96
CPU system time (s): 0.792879
CPU usage (%): 100.084
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.96
system time used= 0.792879
maximum resident set size= 208220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9078
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38113
involuntary context switches= 2012

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4424 second user time and 13.362 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-06 22:29:35
IDJOB=4085439
IDBENCH=2929
IDSOLVER=2546
FILE ID=node119/4085439-1465244975
RUNJOBID= node119-1465217315-754
PBS_JOBID= 19843200
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_5_40_4.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085439-1465244975/watcher-4085439-1465244975 -o /tmp/evaluation-result-4085439-1465244975/solver-4085439-1465244975 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1465217315-754 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085439-1465244975.opb

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

MD5SUM BENCH= 153ea7f27a80a18c7caefc8ed55018be
RANDOM SEED=540114439

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.410
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.410
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.410
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.410
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.56
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.410
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:        30401696 kB
Buffers:           38304 kB
Cached:            95528 kB
SwapCached:          856 kB
Active:           305472 kB
Inactive:          74060 kB
Active(anon):     246292 kB
Inactive(anon):     1640 kB
Active(file):      59180 kB
Inactive(file):    72420 kB
Unevictable:     1391864 kB
Mlocked:           16252 kB
SwapTotal:      67108856 kB
SwapFree:       67100136 kB
Dirty:               856 kB
Writeback:             0 kB
AnonPages:       1661168 kB
Mapped:            15328 kB
Shmem:                 0 kB
Slab:             566200 kB
SReclaimable:      10348 kB
SUnreclaim:       555852 kB
KernelStack:        1760 kB
PageTables:         7912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2080028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1632256 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 node119 at 2016-06-06 22:59:34