Trace number 4105581

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.05 1799.24

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_6_50_2.opb
MD5SUM25ec3c4431eaa97f8c8dfc7dcac7b55c
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 variables51
Total number of constraints13
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 constraints12
Minimum length of a constraint1
Maximum length of a constraint50
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 1293
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3879
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.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@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-4105581-1466262391.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
0.09/0.14	c ... done. Wall clock time 0.029s.
0.09/0.14	c declared #vars     51
0.09/0.14	c #constraints  13
0.09/0.14	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 => 12
0.09/0.14	c 13 constraints processed.
0.09/0.14	c objective function length is 1 literals
0.70/0.53	c cleaning 2500 clauses out of 5000 with flag 10471/5000
1.28/0.97	c cleaning 4251 clauses out of 8501 with flag 23007/11001
1.87/1.56	c cleaning 5629 clauses out of 11257 with flag 37645/18008
2.71/2.31	c cleaning 6810 clauses out of 13620 with flag 54110/26000
3.61/3.23	c cleaning 7904 clauses out of 15810 with flag 72724/35000
4.71/4.35	c cleaning 8954 clauses out of 17909 with flag 93569/45003
6.21/5.81	c cleaning 9976 clauses out of 19955 with flag 116507/56003
7.71/7.32	c cleaning 10986 clauses out of 21976 with flag 141422/68000
9.52/9.13	c cleaning 11995 clauses out of 23990 with flag 168272/81000
11.73/11.36	c cleaning 12999 clauses out of 25998 with flag 197092/95003
14.23/13.83	c cleaning 13995 clauses out of 27996 with flag 228084/110000
17.04/16.62	c cleaning 15000 clauses out of 30001 with flag 261074/126000
20.13/19.80	c cleaning 16002 clauses out of 32003 with flag 295761/143002
23.64/23.29	c cleaning 16999 clauses out of 33999 with flag 332273/161000
27.34/26.98	c cleaning 17998 clauses out of 36000 with flag 371725/180000
31.35/30.96	c cleaning 19001 clauses out of 38002 with flag 413477/200000
35.34/34.96	c cleaning 19997 clauses out of 40002 with flag 457413/221001
39.84/39.47	c cleaning 21000 clauses out of 42006 with flag 503365/243002
44.74/44.37	c cleaning 22001 clauses out of 44007 with flag 551315/266003
50.55/50.11	c cleaning 22994 clauses out of 46006 with flag 601173/290003
56.25/55.86	c cleaning 23999 clauses out of 48009 with flag 653112/315000
62.65/62.22	c cleaning 25003 clauses out of 50010 with flag 707086/341000
69.65/69.30	c cleaning 26003 clauses out of 52010 with flag 763942/368003
77.05/76.67	c cleaning 26998 clauses out of 54006 with flag 821995/396002
85.45/85.04	c cleaning 27996 clauses out of 56006 with flag 882283/425000
94.64/94.22	c cleaning 29005 clauses out of 58011 with flag 944877/455001
103.14/102.73	c cleaning 30004 clauses out of 60007 with flag 1009646/486002
112.55/112.17	c cleaning 31000 clauses out of 62003 with flag 1076216/518002
122.85/122.45	c cleaning 31998 clauses out of 64002 with flag 1145126/551001
134.35/133.95	c cleaning 33003 clauses out of 66007 with flag 1216736/585004
145.94/145.51	c cleaning 33992 clauses out of 68004 with flag 1290216/620004
159.16/158.79	c cleaning 35005 clauses out of 70010 with flag 1365272/656002
172.26/171.82	c cleaning 36003 clauses out of 72009 with flag 1442247/693006
185.76/185.38	c cleaning 36996 clauses out of 74002 with flag 1521456/731002
200.25/199.85	c cleaning 37999 clauses out of 76007 with flag 1602867/770003
215.35/214.94	c cleaning 39002 clauses out of 78005 with flag 1686337/810000
230.14/229.73	c cleaning 40002 clauses out of 80008 with flag 1771669/851005
246.96/246.55	c cleaning 41000 clauses out of 82002 with flag 1859470/893001
263.46/263.05	c cleaning 41998 clauses out of 84001 with flag 1948562/936000
281.95/281.57	c cleaning 43001 clauses out of 86003 with flag 2039651/980000
301.85/301.44	c cleaning 43998 clauses out of 88003 with flag 2132628/1025001
320.34/319.93	c cleaning 44996 clauses out of 90004 with flag 2228212/1071000
339.43/339.07	c cleaning 46000 clauses out of 92010 with flag 2324967/1118002
361.53/361.14	c cleaning 47003 clauses out of 94009 with flag 2424869/1166001
385.33/384.91	c cleaning 47999 clauses out of 96009 with flag 2527687/1215004
409.12/408.80	c cleaning 49003 clauses out of 98006 with flag 2631696/1265000
434.00/433.58	c cleaning 50001 clauses out of 100004 with flag 2737790/1316001
462.19/461.71	c cleaning 50994 clauses out of 102002 with flag 2846006/1368000
491.11/490.61	c cleaning 52004 clauses out of 104010 with flag 2956027/1421002
522.70/522.29	c cleaning 52993 clauses out of 106005 with flag 3066531/1475001
555.61/555.11	c cleaning 54003 clauses out of 108011 with flag 3180803/1530000
587.91/587.42	c cleaning 55001 clauses out of 110010 with flag 3297922/1586002
622.12/621.65	c cleaning 56000 clauses out of 112008 with flag 3416502/1643001
657.51/657.09	c cleaning 57002 clauses out of 114009 with flag 3536674/1701002
698.12/697.60	c cleaning 58003 clauses out of 116008 with flag 3658617/1760003
739.13/738.67	c cleaning 59000 clauses out of 118002 with flag 3784160/1820000
776.74/776.29	c cleaning 59994 clauses out of 120005 with flag 3912909/1881003
817.95/817.49	c cleaning 61004 clauses out of 122012 with flag 4042557/1943004
858.61/858.02	c cleaning 61995 clauses out of 124004 with flag 4172795/2006000
900.21/899.62	c cleaning 63005 clauses out of 126010 with flag 4305179/2070001
946.21/945.65	c cleaning 64000 clauses out of 128005 with flag 4440583/2135001
989.53/988.93	c cleaning 64998 clauses out of 130007 with flag 4578363/2201003
1042.44/1041.84	c cleaning 65998 clauses out of 132006 with flag 4719321/2268000
1096.24/1095.65	c cleaning 67002 clauses out of 134008 with flag 4861043/2336000
1151.06/1150.41	c cleaning 68000 clauses out of 136007 with flag 5004247/2405001
1210.38/1209.75	c cleaning 68994 clauses out of 138006 with flag 5149793/2475000
1279.19/1278.50	c cleaning 70000 clauses out of 140013 with flag 5296420/2546001
1343.70/1343.03	c cleaning 71004 clauses out of 142012 with flag 5446735/2618000
1409.15/1408.48	c cleaning 72001 clauses out of 144008 with flag 5597789/2691000
1472.38/1471.65	c cleaning 73002 clauses out of 146007 with flag 5751666/2765000
1546.40/1545.63	c cleaning 73998 clauses out of 148005 with flag 5908184/2840000
1623.42/1622.66	c cleaning 75002 clauses out of 150007 with flag 6066070/2916000
1697.82/1697.07	c cleaning 76001 clauses out of 152005 with flag 6227269/2993000
1763.24/1762.46	c cleaning 76999 clauses out of 154004 with flag 6390202/3071000
1800.05/1799.20	c starts		: 598
1800.05/1799.20	c conflicts		: 3117674
1800.05/1799.20	c decisions		: 3212708
1800.05/1799.20	c propagations		: 28349132
1800.05/1799.20	c inspects		: 35184294752
1800.05/1799.20	c shortcuts		: 0
1800.05/1799.20	c learnt literals	: 0
1800.05/1799.20	c learnt binary clauses	: 0
1800.05/1799.20	c learnt ternary clauses	: 0
1800.05/1799.20	c learnt constraints	: 3117674
1800.05/1799.20	c ignored constraints	: 0
1800.05/1799.20	c root simplifications	: 0
1800.05/1799.20	c removed literals (reason simplification)	: 0
1800.05/1799.20	c reason swapping (by a shorter reason)	: 0
1800.05/1799.20	c Calls to reduceDB	: 74
1800.05/1799.20	c Number of update (reduction) of LBD	: 210465
1800.05/1799.20	c Imported unit clauses	: 0
1800.05/1799.20	c number of reductions to clauses (during analyze)	: 0
1800.05/1799.20	c number of learned constraints concerned by reduction	: 0
1800.05/1799.20	c number of learning phase by resolution	: 0
1800.05/1799.20	c number of learning phase by cutting planes	: 0
1800.05/1799.20	c speed (assignments/second)	: 15757.74849087857
1800.05/1799.20	c non guided choices	20
1800.05/1799.20	c timeout
1800.05/1799.23	c learnt constraints type 
1800.05/1799.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 123680
1800.05/1799.23	s UNKNOWN
1800.05/1799.23	c Total wall clock time (in seconds): 1799.118

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-4105581-1466262391/watcher-4105581-1466262391 -o /tmp/evaluation-result-4105581-1466262391/solver-4105581-1466262391 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466240732-22004 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4105581-1466262391.opb 

pid=25332
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.51 2.31 2.22 3/194 25335
/proc/meminfo: memFree=29968332/32872528 swapFree=1542984/1696284
[pid=25335] ppid=25332 vsize=9224 CPUtime=0 cores=0,2,4,6
/proc/25335/stat : 25335 (java) R 25332 25335 21988 0 -1 4202496 429 0 0 0 0 0 0 0 20 0 1 0 28285727 9445376 84 33554432000 1073741824 1073778376 140733943423872 140733943421000 270698377047 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25335/statm: 2290 96 71 9 0 38 0

[startup+0.10006 s]
/proc/loadavg: 2.51 2.31 2.22 3/194 25335
/proc/meminfo: memFree=29968332/32872528 swapFree=1542984/1696284
[pid=25335] ppid=25332 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/25335/stat : 25335 (java) S 25332 25335 21988 0 -1 4202496 4392 0 1 0 7 2 0 0 20 0 18 0 28285727 9787879424 6031 33554432000 1073741824 1073778376 140733943423872 140733943415008 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25335/statm: 2389619 6031 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200212 s]
/proc/loadavg: 2.51 2.31 2.22 3/194 25335
/proc/meminfo: memFree=29968332/32872528 swapFree=1542984/1696284
[pid=25335] ppid=25332 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/25335/stat : 25335 (java) S 25332 25335 21988 0 -1 4202496 6094 0 1 0 27 2 0 0 20 0 19 0 28285727 9856040960 7089 33554432000 1073741824 1073778376 140733943423872 140733943415008 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25335/statm: 2406260 7089 2229 9 0 2396937 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300212 s]
/proc/loadavg: 2.51 2.31 2.22 3/194 25335
/proc/meminfo: memFree=29968332/32872528 swapFree=1542984/1696284
[pid=25335] ppid=25332 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/25335/stat : 25335 (java) S 25332 25335 21988 0 -1 4202496 6296 0 1 0 48 2 0 0 20 0 19 0 28285727 9856040960 7049 33554432000 1073741824 1073778376 140733943423872 140733943415008 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25335/statm: 2406260 7049 2243 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700161 s]
/proc/loadavg: 2.51 2.31 2.22 3/194 25335
/proc/meminfo: memFree=29968332/32872528 swapFree=1542984/1696284
[pid=25335] ppid=25332 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/25335/stat : 25335 (java) S 25332 25335 21988 0 -1 4202496 8562 0 1 0 103 2 0 0 20 0 19 0 28285727 9856040960 8503 33554432000 1073741824 1073778376 140733943423872 140733943415008 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25335/statm: 2406260 8503 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.51 2.31 2.22 3/213 25354
/proc/meminfo: memFree=29938560/32872528 swapFree=1542984/1696284
[pid=25335] ppid=25332 vsize=9625040 CPUtime=1.87 cores=0,2,4,6
/proc/25335/stat : 25335 (java) S 25332 25335 21988 0 -1 4202496 8707 0 1 0 185 2 0 0 20 0 19 0 28285727 9856040960 9519 33554432000 1073741824 1073778376 140733943423872 140733943415008 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25335/statm: 2406260 9519 2256 9 0 2396937 0
[pid=25335/tid=25337] ppid=25332 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/25335/task/25337/stat : 25337 (java) R 25332 25335 21988 0 -1 4202560 2416 0 1 0 144 2 0 0 20 0 19 0 28285728 9856040960 9519 33554432000 1073741824 1073778376 140733943423872 139950188296560 139950050139763 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25338] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25338/stat : 25338 (java) S 25332 25335 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28285730 9856040960 9519 33554432000 1073741824 1073778376 140733943423872 139950177360040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25339] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25339/stat : 25339 (java) S 25332 25335 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28285730 9856040960 9519 33554432000 1073741824 1073778376 140733943423872 139950176307496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25335/tid=25340] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25340/stat : 25340 (java) S 25332 25335 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28285730 9856040960 9519 33554432000 1073741824 1073778376 140733943423872 139950175254952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25335/tid=25341] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25341/stat : 25341 (java) S 25332 25335 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28285730 9856040960 9519 33554432000 1073741824 1073778376 140733943423872 139950174202408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25335/tid=25342] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25342/stat : 25342 (java) S 25332 25335 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28285730 9856040960 9519 33554432000 1073741824 1073778376 140733943423872 139950173149864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25343] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25343/stat : 25343 (java) S 25332 25335 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28285730 9856040960 9519 33554432000 1073741824 1073778376 140733943423872 139950172097320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25335/tid=25344] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25344/stat : 25344 (java) S 25332 25335 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28285730 9856040960 9519 33554432000 1073741824 1073778376 140733943423872 139950171044776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25345] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25345/stat : 25345 (java) S 25332 25335 21988 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28285730 9856040960 9519 33554432000 1073741824 1073778376 140733943423872 139950169992232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25346] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25346/stat : 25346 (java) S 25332 25335 21988 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28285731 9856040960 9519 33554432000 1073741824 1073778376 140733943423872 139950012459112 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25347] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25347/stat : 25347 (java) S 25332 25335 21988 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28285731 9856040960 9519 33554432000 1073741824 1073778376 140733943423872 139950011405432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25348] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25348/stat : 25348 (java) S 25332 25335 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28285731 9856040960 9519 33554432000 1073741824 1073778376 140733943423872 139950010352776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25349] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25349/stat : 25349 (java) S 25332 25335 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28285733 9856040960 9519 33554432000 1073741824 1073778376 140733943423872 139950009301520 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25350] ppid=25332 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/25335/task/25350/stat : 25350 (java) S 25332 25335 21988 0 -1 4202560 3229 0 0 0 23 0 0 0 20 0 19 0 28285733 9856040960 9519 33554432000 1073741824 1073778376 140733943423872 139950008248888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25351] ppid=25332 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/25335/task/25351/stat : 25351 (java) S 25332 25335 21988 0 -1 4202560 1790 0 0 0 14 0 0 0 20 0 19 0 28285733 9856040960 9519 33554432000 1073741824 1073778376 140733943423872 139950007196344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25335/tid=25352] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25352/stat : 25352 (java) S 25332 25335 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28285734 9856040960 9519 33554432000 1073741824 1073778376 140733943423872 139950006143992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25335/tid=25353] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25353/stat : 25353 (java) S 25332 25335 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28285734 9856040960 9519 33554432000 1073741824 1073778376 140733943423872 139950005091656 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25354] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25354/stat : 25354 (java) S 25332 25335 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28285742 9856040960 9519 33554432000 1073741824 1073778376 140733943423872 139950004036392 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.51 2.31 2.22 3/213 25354
/proc/meminfo: memFree=29936140/32872528 swapFree=1542984/1696284
[pid=25335] ppid=25332 vsize=9625040 CPUtime=3.51 cores=0,2,4,6
/proc/25335/stat : 25335 (java) S 25332 25335 21988 0 -1 4202496 8711 0 1 0 348 3 0 0 20 0 19 0 28285727 9856040960 10545 33554432000 1073741824 1073778376 140733943423872 140733943415008 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25335/statm: 2406260 10545 2256 9 0 2396937 0
[pid=25335/tid=25337] ppid=25332 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/25335/task/25337/stat : 25337 (java) R 25332 25335 21988 0 -1 4202560 2418 0 1 0 304 2 0 0 20 0 19 0 28285728 9856040960 10545 33554432000 1073741824 1073778376 140733943423872 139950188298520 139950050160572 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25335/tid=25338] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25338/stat : 25338 (java) S 25332 25335 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28285730 9856040960 10545 33554432000 1073741824 1073778376 140733943423872 139950177360040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25339] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25339/stat : 25339 (java) S 25332 25335 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28285730 9856040960 10545 33554432000 1073741824 1073778376 140733943423872 139950176307496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25335/tid=25340] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25340/stat : 25340 (java) S 25332 25335 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28285730 9856040960 10545 33554432000 1073741824 1073778376 140733943423872 139950175254952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25335/tid=25341] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25341/stat : 25341 (java) S 25332 25335 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28285730 9856040960 10545 33554432000 1073741824 1073778376 140733943423872 139950174202408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25335/tid=25342] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25342/stat : 25342 (java) S 25332 25335 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28285730 9856040960 10545 33554432000 1073741824 1073778376 140733943423872 139950173149864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25343] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25343/stat : 25343 (java) S 25332 25335 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28285730 9856040960 10545 33554432000 1073741824 1073778376 140733943423872 139950172097320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25335/tid=25344] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25344/stat : 25344 (java) S 25332 25335 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28285730 9856040960 10545 33554432000 1073741824 1073778376 140733943423872 139950171044776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25345] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25345/stat : 25345 (java) S 25332 25335 21988 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28285730 9856040960 10545 33554432000 1073741824 1073778376 140733943423872 139950169992232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25346] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25346/stat : 25346 (java) S 25332 25335 21988 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28285731 9856040960 10545 33554432000 1073741824 1073778376 140733943423872 139950012459112 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25347] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25347/stat : 25347 (java) S 25332 25335 21988 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28285731 9856040960 10545 33554432000 1073741824 1073778376 140733943423872 139950011405432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25348] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25348/stat : 25348 (java) S 25332 25335 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28285731 9856040960 10545 33554432000 1073741824 1073778376 140733943423872 139950010352776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25349] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25349/stat : 25349 (java) S 25332 25335 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28285733 9856040960 10545 33554432000 1073741824 1073778376 140733943423872 139950009301520 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25350] ppid=25332 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/25335/task/25350/stat : 25350 (java) S 25332 25335 21988 0 -1 4202560 3231 0 0 0 26 0 0 0 20 0 19 0 28285733 9856040960 10545 33554432000 1073741824 1073778376 140733943423872 139950008248888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25351] ppid=25332 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/25335/task/25351/stat : 25351 (java) S 25332 25335 21988 0 -1 4202560 1790 0 0 0 14 0 0 0 20 0 19 0 28285733 9856040960 10545 33554432000 1073741824 1073778376 140733943423872 139950007196344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25335/tid=25352] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25352/stat : 25352 (java) S 25332 25335 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28285734 9856040960 10545 33554432000 1073741824 1073778376 140733943423872 139950006143992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25335/tid=25353] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25353/stat : 25353 (java) S 25332 25335 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28285734 9856040960 10545 33554432000 1073741824 1073778376 140733943423872 139950005091656 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25354] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25354/stat : 25354 (java) S 25332 25335 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28285742 9856040960 10545 33554432000 1073741824 1073778376 140733943423872 139950004036392 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.47 2.31 2.22 3/213 25354
/proc/meminfo: memFree=29930028/32872528 swapFree=1542984/1696284
[pid=25335] ppid=25332 vsize=9625040 CPUtime=6.71 cores=0,2,4,6
/proc/25335/stat : 25335 (java) S 25332 25335 21988 0 -1 4202496 8716 0 1 0 668 3 0 0 20 0 19 0 28285727 9856040960 11997 33554432000 1073741824 1073778376 140733943423872 140733943415008 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25335/statm: 2406260 11997 2257 9 0 2396937 0
[pid=25335/tid=25337] ppid=25332 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/25335/task/25337/stat : 25337 (java) R 25332 25335 21988 0 -1 4202560 2422 0 1 0 623 2 0 0 20 0 19 0 28285728 9856040960 11997 33554432000 1073741824 1073778376 140733943423872 139950188289728 139950050223004 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25335/tid=25338] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25338/stat : 25338 (java) S 25332 25335 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28285730 9856040960 11997 33554432000 1073741824 1073778376 140733943423872 139950177360040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25339] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25339/stat : 25339 (java) S 25332 25335 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28285730 9856040960 11997 33554432000 1073741824 1073778376 140733943423872 139950176307496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25335/tid=25340] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25340/stat : 25340 (java) S 25332 25335 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28285730 9856040960 11997 33554432000 1073741824 1073778376 140733943423872 139950175254952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25335/tid=25341] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25341/stat : 25341 (java) S 25332 25335 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28285730 9856040960 11997 33554432000 1073741824 1073778376 140733943423872 139950174202408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25335/tid=25342] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25342/stat : 25342 (java) S 25332 25335 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28285730 9856040960 11997 33554432000 1073741824 1073778376 140733943423872 139950173149864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25343] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25343/stat : 25343 (java) S 25332 25335 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28285730 9856040960 11997 33554432000 1073741824 1073778376 140733943423872 139950172097320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25335/tid=25344] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25344/stat : 25344 (java) S 25332 25335 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28285730 9856040960 11997 33554432000 1073741824 1073778376 140733943423872 139950171044776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25345] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25345/stat : 25345 (java) S 25332 25335 21988 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28285730 9856040960 11997 33554432000 1073741824 1073778376 140733943423872 139950169992232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25346] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25346/stat : 25346 (java) S 25332 25335 21988 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28285731 9856040960 11997 33554432000 1073741824 1073778376 140733943423872 139950012459112 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25347] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25347/stat : 25347 (java) S 25332 25335 21988 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28285731 9856040960 11997 33554432000 1073741824 1073778376 140733943423872 139950011405432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25348] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25348/stat : 25348 (java) S 25332 25335 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28285731 9856040960 11997 33554432000 1073741824 1073778376 140733943423872 139950010352776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25349] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25349/stat : 25349 (java) S 25332 25335 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28285733 9856040960 11997 33554432000 1073741824 1073778376 140733943423872 139950009301520 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25350] ppid=25332 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/25335/task/25350/stat : 25350 (java) S 25332 25335 21988 0 -1 4202560 3231 0 0 0 26 0 0 0 20 0 19 0 28285733 9856040960 11997 33554432000 1073741824 1073778376 140733943423872 139950008248888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25351] ppid=25332 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/25335/task/25351/stat : 25351 (java) S 25332 25335 21988 0 -1 4202560 1790 0 0 0 14 0 0 0 20 0 19 0 28285733 9856040960 11997 33554432000 1073741824 1073778376 140733943423872 139950007196344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25335/tid=25352] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25352/stat : 25352 (java) S 25332 25335 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28285734 9856040960 11997 33554432000 1073741824 1073778376 140733943423872 139950006143992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25335/tid=25353] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25353/stat : 25353 (java) S 25332 25335 21988 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28285734 9856040960 11997 33554432000 1073741824 1073778376 140733943423872 139950005091656 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25354] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25354/stat : 25354 (java) S 25332 25335 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28285742 9856040960 11997 33554432000 1073741824 1073778376 140733943423872 139950004036392 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.71
Current children cumulated vsize (KiB) 9625040


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

[pid=25335/tid=25354] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25354/stat : 25354 (java) S 25332 25335 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28285742 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950004036392 270710912937 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.22 2.23 2.18 4/213 25462
/proc/meminfo: memFree=29291280/32872528 swapFree=1542984/1696284
[pid=25335] ppid=25332 vsize=9625040 CPUtime=1723.14 cores=0,2,4,6
/proc/25335/stat : 25335 (java) S 25332 25335 21988 0 -1 4202496 9454 0 1 0 172283 31 0 0 20 0 19 0 28285727 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 140733943415008 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25335/statm: 2406260 53483 2271 9 0 2396937 0
[pid=25335/tid=25337] ppid=25332 vsize=9625040 CPUtime=1717.69 cores=0,2,4,6
/proc/25335/task/25337/stat : 25337 (java) R 25332 25335 21988 0 -1 4202560 2484 0 1 0 171739 30 0 0 20 0 19 0 28285728 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950188289728 139950050223027 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25335/tid=25338] ppid=25332 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/25335/task/25338/stat : 25338 (java) S 25332 25335 21988 0 -1 4202560 115 0 0 0 3 0 0 0 20 0 19 0 28285730 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950177360040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25335/tid=25339] ppid=25332 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25335/task/25339/stat : 25339 (java) S 25332 25335 21988 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 28285730 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950176307496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25335/tid=25340] ppid=25332 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25335/task/25340/stat : 25340 (java) S 25332 25335 21988 0 -1 4202560 25 0 0 0 1 0 0 0 20 0 19 0 28285730 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950175254952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25335/tid=25341] ppid=25332 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25335/task/25341/stat : 25341 (java) S 25332 25335 21988 0 -1 4202560 131 0 0 0 2 0 0 0 20 0 19 0 28285730 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950174202408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25335/tid=25342] ppid=25332 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25335/task/25342/stat : 25342 (java) S 25332 25335 21988 0 -1 4202560 61 0 0 0 2 0 0 0 20 0 19 0 28285730 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950173149864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25343] ppid=25332 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/25335/task/25343/stat : 25343 (java) S 25332 25335 21988 0 -1 4202560 164 0 0 0 3 0 0 0 20 0 19 0 28285730 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950172097320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25335/tid=25344] ppid=25332 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25335/task/25344/stat : 25344 (java) S 25332 25335 21988 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 28285730 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950171044776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25335/tid=25345] ppid=25332 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/25335/task/25345/stat : 25345 (java) S 25332 25335 21988 0 -1 4202560 61 0 0 0 4 0 0 0 20 0 19 0 28285730 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950169992232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25346] ppid=25332 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25335/task/25346/stat : 25346 (java) S 25332 25335 21988 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 28285731 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950012459112 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25347] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25347/stat : 25347 (java) S 25332 25335 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28285731 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950011405432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25348] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25348/stat : 25348 (java) S 25332 25335 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28285731 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950010352776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25349] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25349/stat : 25349 (java) S 25332 25335 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28285733 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950009301520 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25350] ppid=25332 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/25335/task/25350/stat : 25350 (java) S 25332 25335 21988 0 -1 4202560 3236 0 0 0 32 0 0 0 20 0 19 0 28285733 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950008248888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25351] ppid=25332 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/25335/task/25351/stat : 25351 (java) S 25332 25335 21988 0 -1 4202560 1790 0 0 0 14 0 0 0 20 0 19 0 28285733 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950007196344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25335/tid=25352] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25352/stat : 25352 (java) S 25332 25335 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28285734 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950006143992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25335/tid=25353] ppid=25332 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/25335/task/25353/stat : 25353 (java) S 25332 25335 21988 0 -1 4202560 100 0 0 0 32 30 0 0 20 0 19 0 28285734 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950005091656 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25354] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25354/stat : 25354 (java) S 25332 25335 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28285742 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950004036392 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1723.14
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.21 2.23 2.18 3/213 25463
/proc/meminfo: memFree=28753836/32872528 swapFree=1542984/1696284
[pid=25335] ppid=25332 vsize=9625040 CPUtime=1783.14 cores=0,2,4,6
/proc/25335/stat : 25335 (java) S 25332 25335 21988 0 -1 4202496 9458 0 1 0 178283 31 0 0 20 0 19 0 28285727 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 140733943415008 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25335/statm: 2406260 53483 2271 9 0 2396937 0
[pid=25335/tid=25337] ppid=25332 vsize=9625040 CPUtime=1777.53 cores=0,2,4,6
/proc/25335/task/25337/stat : 25337 (java) R 25332 25335 21988 0 -1 4202560 2484 0 1 0 177722 31 0 0 20 0 19 0 28285728 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950188289728 139950050152648 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25335/tid=25338] ppid=25332 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/25335/task/25338/stat : 25338 (java) S 25332 25335 21988 0 -1 4202560 115 0 0 0 3 0 0 0 20 0 19 0 28285730 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950177360040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25335/tid=25339] ppid=25332 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25335/task/25339/stat : 25339 (java) S 25332 25335 21988 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 28285730 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950176307496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25335/tid=25340] ppid=25332 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25335/task/25340/stat : 25340 (java) S 25332 25335 21988 0 -1 4202560 25 0 0 0 1 0 0 0 20 0 19 0 28285730 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950175254952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25335/tid=25341] ppid=25332 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25335/task/25341/stat : 25341 (java) S 25332 25335 21988 0 -1 4202560 131 0 0 0 2 0 0 0 20 0 19 0 28285730 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950174202408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25335/tid=25342] ppid=25332 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25335/task/25342/stat : 25342 (java) S 25332 25335 21988 0 -1 4202560 61 0 0 0 2 0 0 0 20 0 19 0 28285730 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950173149864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25343] ppid=25332 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/25335/task/25343/stat : 25343 (java) S 25332 25335 21988 0 -1 4202560 164 0 0 0 3 0 0 0 20 0 19 0 28285730 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950172097320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25335/tid=25344] ppid=25332 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25335/task/25344/stat : 25344 (java) S 25332 25335 21988 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 28285730 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950171044776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25335/tid=25345] ppid=25332 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/25335/task/25345/stat : 25345 (java) S 25332 25335 21988 0 -1 4202560 61 0 0 0 4 0 0 0 20 0 19 0 28285730 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950169992232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25346] ppid=25332 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25335/task/25346/stat : 25346 (java) S 25332 25335 21988 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 28285731 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950012459112 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25347] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25347/stat : 25347 (java) S 25332 25335 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28285731 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950011405432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25348] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25348/stat : 25348 (java) S 25332 25335 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28285731 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950010352776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25349] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25349/stat : 25349 (java) S 25332 25335 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28285733 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950009301520 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25350] ppid=25332 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/25335/task/25350/stat : 25350 (java) S 25332 25335 21988 0 -1 4202560 3236 0 0 0 32 0 0 0 20 0 19 0 28285733 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950008248888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25351] ppid=25332 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/25335/task/25351/stat : 25351 (java) S 25332 25335 21988 0 -1 4202560 1790 0 0 0 14 0 0 0 20 0 19 0 28285733 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950007196344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25335/tid=25352] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25352/stat : 25352 (java) S 25332 25335 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28285734 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950006143992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25335/tid=25353] ppid=25332 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/25335/task/25353/stat : 25353 (java) S 25332 25335 21988 0 -1 4202560 104 0 0 0 34 31 0 0 20 0 19 0 28285734 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950005091656 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25354] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25354/stat : 25354 (java) S 25332 25335 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28285742 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950004036392 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1783.14
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.2 s]
/proc/loadavg: 2.17 2.22 2.18 3/213 25463
/proc/meminfo: memFree=28753592/32872528 swapFree=1542984/1696284
[pid=25335] ppid=25332 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/25335/stat : 25335 (java) S 25332 25335 21988 0 -1 4202496 9458 0 1 0 179973 32 0 0 20 0 19 0 28285727 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 140733943415008 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25335/statm: 2406260 53483 2271 9 0 2396937 0
[pid=25335/tid=25337] ppid=25332 vsize=9625040 CPUtime=1794.39 cores=0,2,4,6
/proc/25335/task/25337/stat : 25337 (java) R 25332 25335 21988 0 -1 4202560 2484 0 1 0 179408 31 0 0 20 0 19 0 28285728 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950188289728 139950050160658 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25335/tid=25338] ppid=25332 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/25335/task/25338/stat : 25338 (java) S 25332 25335 21988 0 -1 4202560 115 0 0 0 3 0 0 0 20 0 19 0 28285730 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950177360040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25335/tid=25339] ppid=25332 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25335/task/25339/stat : 25339 (java) S 25332 25335 21988 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 28285730 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950176307496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25335/tid=25340] ppid=25332 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25335/task/25340/stat : 25340 (java) S 25332 25335 21988 0 -1 4202560 25 0 0 0 1 0 0 0 20 0 19 0 28285730 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950175254952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25335/tid=25341] ppid=25332 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25335/task/25341/stat : 25341 (java) S 25332 25335 21988 0 -1 4202560 131 0 0 0 2 0 0 0 20 0 19 0 28285730 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950174202408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25335/tid=25342] ppid=25332 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25335/task/25342/stat : 25342 (java) S 25332 25335 21988 0 -1 4202560 61 0 0 0 2 0 0 0 20 0 19 0 28285730 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950173149864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25343] ppid=25332 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/25335/task/25343/stat : 25343 (java) S 25332 25335 21988 0 -1 4202560 164 0 0 0 3 0 0 0 20 0 19 0 28285730 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950172097320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25335/tid=25344] ppid=25332 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25335/task/25344/stat : 25344 (java) S 25332 25335 21988 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 28285730 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950171044776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25335/tid=25345] ppid=25332 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/25335/task/25345/stat : 25345 (java) S 25332 25335 21988 0 -1 4202560 61 0 0 0 4 0 0 0 20 0 19 0 28285730 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950169992232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25346] ppid=25332 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25335/task/25346/stat : 25346 (java) S 25332 25335 21988 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 28285731 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950012459112 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25347] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25347/stat : 25347 (java) S 25332 25335 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28285731 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950011405432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25348] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25348/stat : 25348 (java) S 25332 25335 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28285731 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950010352776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25349] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25349/stat : 25349 (java) S 25332 25335 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28285733 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950009301520 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25350] ppid=25332 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/25335/task/25350/stat : 25350 (java) S 25332 25335 21988 0 -1 4202560 3236 0 0 0 32 0 0 0 20 0 19 0 28285733 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950008248888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25351] ppid=25332 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/25335/task/25351/stat : 25351 (java) S 25332 25335 21988 0 -1 4202560 1790 0 0 0 14 0 0 0 20 0 19 0 28285733 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950007196344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25335/tid=25352] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25352/stat : 25352 (java) S 25332 25335 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28285734 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950006143992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25335/tid=25353] ppid=25332 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/25335/task/25353/stat : 25353 (java) S 25332 25335 21988 0 -1 4202560 104 0 0 0 34 31 0 0 20 0 19 0 28285734 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950005091656 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25335/tid=25354] ppid=25332 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25335/task/25354/stat : 25354 (java) S 25332 25335 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28285742 9856040960 53483 33554432000 1073741824 1073778376 140733943423872 139950004036392 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 25335 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 25335 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=248080
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=764883
# CPU time returned by wait4() is 1796.01
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1799.24
CPU time (s): 1800.05
CPU user time (s): 1799.73
CPU system time (s): 0.32
CPU usage (%): 100.045
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.25
system time used= 0.764883
maximum resident set size= 214084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9502
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= 38088
involuntary context switches= 7686

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.8505 second user time and 13.9739 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-18 17:06:31
IDJOB=4105581
IDBENCH=2915
IDSOLVER=2546
FILE ID=node125/4105581-1466262391
RUNJOBID= node125-1466240732-22004
PBS_JOBID= 19918195
Free space on /tmp= 71744 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_6_50_2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105581-1466262391/watcher-4105581-1466262391 -o /tmp/evaluation-result-4105581-1466262391/solver-4105581-1466262391 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466240732-22004 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4105581-1466262391.opb

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

MD5SUM BENCH= 25ec3c4431eaa97f8c8dfc7dcac7b55c
RANDOM SEED=643860089

node125.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.683
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.36
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.683
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.683
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.683
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.54
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.683
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.683
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.683
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.683
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:        29968868 kB
Buffers:          134732 kB
Cached:           159584 kB
SwapCached:          688 kB
Active:           241356 kB
Inactive:         227088 kB
Active(anon):     175616 kB
Inactive(anon):     1040 kB
Active(file):      65740 kB
Inactive(file):   226048 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098232 kB
Dirty:               816 kB
Writeback:             0 kB
AnonPages:       1945084 kB
Mapped:            15792 kB
Shmem:                 0 kB
Slab:             603688 kB
SReclaimable:      47276 kB
SUnreclaim:       556412 kB
KernelStack:        1760 kB
PageTables:         7744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2384568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    376832 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 node125 at 2016-06-18 17:36:30