Trace number 4107014

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.02 1797.04

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_10_4_15.opb
MD5SUM521a5315af7cbff32722a5aa297c08a4
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1228
Sum of products size (including duplicates)2456
Number of different products614
Sum of products size1228

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-4107014-1466284088.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.23/0.22	c ... done. Wall clock time 0.108s.
0.23/0.22	c declared #vars     100
0.23/0.22	c internal #vars     714
0.23/0.22	c #constraints  1381
0.23/0.22	c constraints type 
0.23/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 614
0.23/0.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
0.23/0.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
0.23/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 614
0.23/0.22	c 1381 constraints processed.
0.85/0.58	c cleaning 2497 clauses out of 5000 with flag 12885/5000
1.17/0.79	c cleaning 4244 clauses out of 8506 with flag 28099/11003
1.49/1.05	c cleaning 5621 clauses out of 11262 with flag 45708/18003
1.79/1.40	c cleaning 6815 clauses out of 13638 with flag 65650/26000
2.38/1.86	c cleaning 7909 clauses out of 15824 with flag 91475/35001
2.98/2.40	c cleaning 8951 clauses out of 17914 with flag 122990/45000
3.48/2.96	c cleaning 9979 clauses out of 19964 with flag 154821/56001
4.08/3.55	c cleaning 10993 clauses out of 21985 with flag 193678/68001
4.79/4.27	c cleaning 11996 clauses out of 23991 with flag 231835/81000
5.70/5.14	c cleaning 12996 clauses out of 25996 with flag 278738/95001
6.60/6.06	c cleaning 14000 clauses out of 28003 with flag 330930/110004
7.70/7.11	c cleaning 15000 clauses out of 29999 with flag 385121/126000
8.79/8.26	c cleaning 15995 clauses out of 31999 with flag 437324/143000
10.09/9.59	c cleaning 17003 clauses out of 34005 with flag 493184/161001
11.60/11.03	c cleaning 18001 clauses out of 36001 with flag 550882/180000
13.19/12.61	c cleaning 18999 clauses out of 38000 with flag 610079/200000
14.99/14.43	c cleaning 20001 clauses out of 40001 with flag 680074/221000
17.09/16.55	c cleaning 20998 clauses out of 42001 with flag 770925/243001
19.20/18.63	c cleaning 21998 clauses out of 44004 with flag 850379/266002
21.40/20.89	c cleaning 23002 clauses out of 46004 with flag 929079/290000
23.89/23.37	c cleaning 23997 clauses out of 48002 with flag 1005212/315000
26.39/25.88	c cleaning 25001 clauses out of 50007 with flag 1106104/341002
29.35/28.73	c cleaning 25995 clauses out of 52005 with flag 1200218/368001
32.34/31.73	c cleaning 26989 clauses out of 54009 with flag 1306942/396000
35.44/34.86	c cleaning 28001 clauses out of 56020 with flag 1409169/425000
38.74/38.16	c cleaning 29008 clauses out of 58020 with flag 1509510/455001
42.34/41.74	c cleaning 30003 clauses out of 60013 with flag 1619548/486002
46.44/45.80	c cleaning 31003 clauses out of 62009 with flag 1722925/518001
50.15/49.57	c cleaning 32000 clauses out of 64005 with flag 1843936/551000
54.05/53.48	c cleaning 32995 clauses out of 66008 with flag 1966926/585003
58.15/57.53	c cleaning 33999 clauses out of 68010 with flag 2076871/620000
62.36/61.71	c cleaning 34992 clauses out of 70011 with flag 2189525/656000
66.66/66.10	c cleaning 36005 clauses out of 72020 with flag 2306593/693001
71.65/71.06	c cleaning 37003 clauses out of 74016 with flag 2426873/731002
76.93/76.27	c cleaning 38001 clauses out of 76011 with flag 2559498/770000
81.93/81.24	c cleaning 39000 clauses out of 78011 with flag 2692935/810001
87.63/86.96	c cleaning 40006 clauses out of 80013 with flag 2838233/851003
93.43/92.77	c cleaning 40999 clauses out of 82005 with flag 2984289/893001
99.73/99.03	c cleaning 41995 clauses out of 84005 with flag 3138564/936000
106.63/105.92	c cleaning 43005 clauses out of 86011 with flag 3296209/980001
113.33/112.69	c cleaning 44003 clauses out of 88006 with flag 3453935/1025001
121.03/120.33	c cleaning 44995 clauses out of 90004 with flag 3601943/1071002
128.84/128.15	c cleaning 45997 clauses out of 92008 with flag 3766522/1118001
137.44/136.69	c cleaning 47005 clauses out of 94011 with flag 3949939/1166001
146.23/145.46	c cleaning 47998 clauses out of 96006 with flag 4128401/1215001
155.34/154.55	c cleaning 48995 clauses out of 98007 with flag 4296589/1265000
164.54/163.75	c cleaning 50003 clauses out of 100012 with flag 4467949/1316000
174.04/173.28	c cleaning 51003 clauses out of 102011 with flag 4647938/1368002
184.45/183.67	c cleaning 51993 clauses out of 104006 with flag 4837304/1421000
194.45/193.62	c cleaning 52998 clauses out of 106013 with flag 5033040/1475000
205.06/204.24	c cleaning 54003 clauses out of 108016 with flag 5210694/1530001
216.78/215.88	c cleaning 55003 clauses out of 110012 with flag 5388685/1586000
229.68/228.72	c cleaning 55992 clauses out of 112010 with flag 5579234/1643001
243.69/242.79	c cleaning 57000 clauses out of 114018 with flag 5756701/1701001
260.29/259.35	c cleaning 58002 clauses out of 116018 with flag 5921334/1760001
277.09/276.20	c cleaning 59004 clauses out of 118015 with flag 6093237/1820000
293.90/292.91	c cleaning 60000 clauses out of 120011 with flag 6262419/1881000
311.40/310.46	c cleaning 61003 clauses out of 122012 with flag 6435498/1943001
328.96/327.86	c cleaning 61997 clauses out of 124010 with flag 6607067/2006002
343.96/342.81	c cleaning 63000 clauses out of 126011 with flag 6798094/2070000
361.06/359.98	c cleaning 64005 clauses out of 128016 with flag 7001871/2135005
379.97/378.83	c cleaning 64992 clauses out of 130006 with flag 7208023/2201000
396.69/395.53	c cleaning 66004 clauses out of 132014 with flag 7400621/2268000
413.80/412.61	c cleaning 66998 clauses out of 134012 with flag 7590201/2336002
432.42/431.15	c cleaning 67999 clauses out of 136013 with flag 7786472/2405001
451.34/450.07	c cleaning 69003 clauses out of 138018 with flag 7986373/2475005
471.34/470.03	c cleaning 70000 clauses out of 140011 with flag 8201435/2546001
491.25/489.95	c cleaning 71001 clauses out of 142011 with flag 8417929/2618001
513.55/512.22	c cleaning 72003 clauses out of 144010 with flag 8638085/2691001
535.99/534.55	c cleaning 72994 clauses out of 146007 with flag 8854866/2765001
560.10/558.68	c cleaning 74005 clauses out of 148014 with flag 9078590/2840002
585.21/583.71	c cleaning 75001 clauses out of 150008 with flag 9313392/2916001
609.72/608.23	c cleaning 75996 clauses out of 152006 with flag 9540672/2993000
635.92/634.42	c cleaning 76998 clauses out of 154010 with flag 9778058/3071000
661.39/659.78	c cleaning 77997 clauses out of 156013 with flag 10008114/3150001
685.20/683.53	c cleaning 79003 clauses out of 158017 with flag 10227069/3230002
709.91/708.27	c cleaning 79993 clauses out of 160013 with flag 10449693/3311001
737.42/735.73	c cleaning 80996 clauses out of 162019 with flag 10675242/3393000
765.70/763.89	c cleaning 82013 clauses out of 164025 with flag 10909070/3476002
797.71/795.85	c cleaning 82996 clauses out of 166010 with flag 11164281/3560000
826.72/824.80	c cleaning 83999 clauses out of 168014 with flag 11396869/3645000
857.64/855.73	c cleaning 85003 clauses out of 170015 with flag 11638141/3731000
888.61/886.60	c cleaning 86002 clauses out of 172015 with flag 11889244/3818003
920.31/918.20	c cleaning 86997 clauses out of 174011 with flag 12130805/3906001
950.32/948.23	c cleaning 88002 clauses out of 176013 with flag 12375108/3995000
982.83/980.79	c cleaning 88996 clauses out of 178012 with flag 12624417/4085001
1018.47/1016.20	c cleaning 90001 clauses out of 180015 with flag 12873183/4176000
1054.59/1052.34	c cleaning 91002 clauses out of 182014 with flag 13119999/4268000
1092.99/1090.75	c cleaning 91996 clauses out of 184012 with flag 13376284/4361000
1129.32/1126.97	c cleaning 93006 clauses out of 186016 with flag 13621221/4455000
1168.62/1166.28	c cleaning 93992 clauses out of 188010 with flag 13874121/4550000
1206.53/1204.16	c cleaning 95002 clauses out of 190018 with flag 14117513/4646000
1246.38/1243.85	c cleaning 96005 clauses out of 192018 with flag 14380990/4743002
1289.19/1286.67	c cleaning 97001 clauses out of 194011 with flag 14655308/4841000
1344.40/1341.88	c cleaning 97988 clauses out of 196010 with flag 15000681/4940000
1385.11/1382.42	c cleaning 99004 clauses out of 198022 with flag 15278069/5040000
1426.72/1424.03	c cleaning 100006 clauses out of 200019 with flag 15549821/5141001
1469.64/1466.96	c cleaning 101002 clauses out of 202012 with flag 15825767/5243000
1513.09/1510.27	c cleaning 102002 clauses out of 204011 with flag 16105963/5346001
1560.38/1557.60	c cleaning 102993 clauses out of 206008 with flag 16391230/5450000
1606.97/1604.15	c cleaning 103995 clauses out of 208016 with flag 16686529/5555001
1658.07/1655.16	c cleaning 105002 clauses out of 210020 with flag 16978693/5661000
1714.16/1711.24	c cleaning 105995 clauses out of 212018 with flag 17276794/5768000
1775.45/1772.57	c cleaning 107000 clauses out of 214025 with flag 17604216/5876002
1800.02/1797.00	c starts		: 12583
1800.02/1797.00	c conflicts		: 5940146
1800.02/1797.00	c decisions		: 10455711
1800.02/1797.00	c propagations		: 84818241
1800.02/1797.00	c inspects		: 32312945167
1800.02/1797.00	c shortcuts		: 0
1800.02/1797.00	c learnt literals	: 0
1800.02/1797.00	c learnt binary clauses	: 0
1800.02/1797.00	c learnt ternary clauses	: 4790
1800.02/1797.00	c learnt constraints	: 5940146
1800.02/1797.00	c ignored constraints	: 0
1800.02/1797.00	c root simplifications	: 0
1800.02/1797.00	c removed literals (reason simplification)	: 0
1800.02/1797.00	c reason swapping (by a shorter reason)	: 0
1800.02/1797.00	c Calls to reduceDB	: 104
1800.02/1797.00	c Number of update (reduction) of LBD	: 1657057
1800.02/1797.00	c Imported unit clauses	: 0
1800.02/1797.00	c number of reductions to clauses (during analyze)	: 0
1800.02/1797.00	c number of learned constraints concerned by reduction	: 0
1800.02/1797.00	c number of learning phase by resolution	: 0
1800.02/1797.00	c number of learning phase by cutting planes	: 0
1800.02/1797.00	c speed (assignments/second)	: 47205.744950127395
1800.02/1797.00	c non guided choices	651
1800.02/1797.00	c timeout
1800.02/1797.03	c learnt constraints type 
1800.02/1797.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 171169
1800.02/1797.03	s UNKNOWN
1800.02/1797.03	c Total wall clock time (in seconds): 1796.916

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-4107014-1466284088/watcher-4107014-1466284088 -o /tmp/evaluation-result-4107014-1466284088/solver-4107014-1466284088 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466265808-19865 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4107014-1466284088.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.20 2.19 2.18 4/194 23542
/proc/meminfo: memFree=29992584/32872528 swapFree=877056/942464
[pid=23542] ppid=23539 vsize=3568 CPUtime=0 cores=1,3,5,7
/proc/23542/stat : 23542 (java) R 23539 23542 19848 0 -1 4202496 378 0 0 0 0 0 0 0 20 0 1 0 30457776 3653632 48 33554432000 1073741824 1073778376 140734613477040 140734613474168 213183987344 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23542/statm: 892 49 38 9 0 30 0

[startup+0.100062 s]
/proc/loadavg: 2.20 2.19 2.18 4/194 23542
/proc/meminfo: memFree=29992584/32872528 swapFree=877056/942464
[pid=23542] ppid=23539 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/23542/stat : 23542 (java) S 23539 23542 19848 0 -1 4202496 4411 0 1 0 8 1 0 0 20 0 18 0 30457776 9787879424 6027 33554432000 1073741824 1073778376 140734613477040 140734613468176 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23542/statm: 2389619 6027 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200239 s]
/proc/loadavg: 2.20 2.19 2.18 4/194 23542
/proc/meminfo: memFree=29992584/32872528 swapFree=877056/942464
[pid=23542] ppid=23539 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/23542/stat : 23542 (java) S 23539 23542 19848 0 -1 4202496 4685 0 1 0 22 1 0 0 20 0 18 0 30457776 9787879424 6764 33554432000 1073741824 1073778376 140734613477040 140734613468176 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23542/statm: 2389619 6764 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300251 s]
/proc/loadavg: 2.20 2.19 2.18 4/194 23542
/proc/meminfo: memFree=29992584/32872528 swapFree=877056/942464
[pid=23542] ppid=23539 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/23542/stat : 23542 (java) S 23539 23542 19848 0 -1 4202496 6825 0 1 0 46 1 0 0 20 0 19 0 30457776 9856040960 8756 33554432000 1073741824 1073778376 140734613477040 140734613468176 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23542/statm: 2406260 8756 2240 9 0 2396937 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9625040

[startup+0.700297 s]
/proc/loadavg: 2.20 2.19 2.18 4/194 23542
/proc/meminfo: memFree=29992584/32872528 swapFree=877056/942464
[pid=23542] ppid=23539 vsize=9625040 CPUtime=1.17 cores=1,3,5,7
/proc/23542/stat : 23542 (java) S 23539 23542 19848 0 -1 4202496 8904 0 1 0 115 2 0 0 20 0 19 0 30457776 9856040960 9933 33554432000 1073741824 1073778376 140734613477040 140734613468176 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23542/statm: 2406260 9933 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 2.20 2.19 2.18 3/213 23561
/proc/meminfo: memFree=29956040/32872528 swapFree=877056/942464
[pid=23542] ppid=23539 vsize=9625040 CPUtime=2.06 cores=1,3,5,7
/proc/23542/stat : 23542 (java) S 23539 23542 19848 0 -1 4202496 9830 0 1 0 204 2 0 0 20 0 19 0 30457776 9856040960 12320 33554432000 1073741824 1073778376 140734613477040 140734613468176 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23542/statm: 2406260 12320 2257 9 0 2396937 0
[pid=23542/tid=23544] ppid=23539 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/23542/task/23544/stat : 23544 (java) R 23539 23542 19848 0 -1 4202560 2416 0 1 0 145 1 0 0 20 0 19 0 30457777 9856040960 12320 33554432000 1073741824 1073778376 140734613477040 140223738669656 140223586057272 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23542/tid=23545] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23545/stat : 23545 (java) S 23539 23542 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30457778 9856040960 12320 33554432000 1073741824 1073778376 140734613477040 140223711123752 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23542/tid=23546] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23546/stat : 23546 (java) S 23539 23542 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30457778 9856040960 12320 33554432000 1073741824 1073778376 140734613477040 140223710070952 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23542/tid=23547] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23547/stat : 23547 (java) S 23539 23542 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30457778 9856040960 12320 33554432000 1073741824 1073778376 140734613477040 140223709018664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23542/tid=23548] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23548/stat : 23548 (java) S 23539 23542 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30457778 9856040960 12320 33554432000 1073741824 1073778376 140734613477040 140223707965864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23542/tid=23549] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23549/stat : 23549 (java) S 23539 23542 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30457778 9856040960 12320 33554432000 1073741824 1073778376 140734613477040 140223706913576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23542/tid=23550] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23550/stat : 23550 (java) S 23539 23542 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30457778 9856040960 12320 33554432000 1073741824 1073778376 140734613477040 140223705860776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23542/tid=23551] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23551/stat : 23551 (java) S 23539 23542 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30457778 9856040960 12320 33554432000 1073741824 1073778376 140734613477040 140223704808488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23542/tid=23552] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23552/stat : 23552 (java) S 23539 23542 19848 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30457778 9856040960 12320 33554432000 1073741824 1073778376 140734613477040 140223574485928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23542/tid=23553] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23553/stat : 23553 (java) S 23539 23542 19848 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30457779 9856040960 12320 33554432000 1073741824 1073778376 140734613477040 140223091538152 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23542/tid=23554] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23554/stat : 23554 (java) S 23539 23542 19848 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30457779 9856040960 12320 33554432000 1073741824 1073778376 140734613477040 140223090484216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23542/tid=23555] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23555/stat : 23555 (java) S 23539 23542 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30457780 9856040960 12320 33554432000 1073741824 1073778376 140734613477040 140223089431816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23542/tid=23556] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23556/stat : 23556 (java) S 23539 23542 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30457782 9856040960 12320 33554432000 1073741824 1073778376 140734613477040 140223088380304 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23542/tid=23557] ppid=23539 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/23542/task/23557/stat : 23557 (java) R 23539 23542 19848 0 -1 4202560 2661 0 0 0 31 0 0 0 20 0 19 0 30457782 9856040960 12320 33554432000 1073741824 1073778376 140734613477040 140223087315496 140223745646738 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=23542/tid=23558] ppid=23539 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/23542/task/23558/stat : 23558 (java) S 23539 23542 19848 0 -1 4202560 3480 0 0 0 25 0 0 0 20 0 19 0 30457782 9856040960 12320 33554432000 1073741824 1073778376 140734613477040 140223086275128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23542/tid=23559] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23559/stat : 23559 (java) S 23539 23542 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30457782 9856040960 12320 33554432000 1073741824 1073778376 140734613477040 140223085223032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23542/tid=23560] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23560/stat : 23560 (java) S 23539 23542 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30457782 9856040960 12320 33554432000 1073741824 1073778376 140734613477040 140223084170440 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23542/tid=23561] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23561/stat : 23561 (java) S 23539 23542 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30457799 9856040960 12320 33554432000 1073741824 1073778376 140734613477040 140223083115432 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.20 2.19 2.18 3/213 23561
/proc/meminfo: memFree=29947352/32872528 swapFree=877056/942464
[pid=23542] ppid=23539 vsize=9625040 CPUtime=3.68 cores=1,3,5,7
/proc/23542/stat : 23542 (java) S 23539 23542 19848 0 -1 4202496 9975 0 1 0 366 2 0 0 20 0 19 0 30457776 9856040960 14549 33554432000 1073741824 1073778376 140734613477040 140734613468176 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23542/statm: 2406260 14549 2257 9 0 2396937 0
[pid=23542/tid=23544] ppid=23539 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/23542/task/23544/stat : 23544 (java) R 23539 23542 19848 0 -1 4202560 2421 0 1 0 304 1 0 0 20 0 19 0 30457777 9856040960 14549 33554432000 1073741824 1073778376 140734613477040 140223738662576 140223585971808 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23542/tid=23545] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23545/stat : 23545 (java) S 23539 23542 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30457778 9856040960 14549 33554432000 1073741824 1073778376 140734613477040 140223711123752 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23542/tid=23546] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23546/stat : 23546 (java) S 23539 23542 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30457778 9856040960 14549 33554432000 1073741824 1073778376 140734613477040 140223710070952 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23542/tid=23547] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23547/stat : 23547 (java) S 23539 23542 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30457778 9856040960 14549 33554432000 1073741824 1073778376 140734613477040 140223709018664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23542/tid=23548] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23548/stat : 23548 (java) S 23539 23542 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30457778 9856040960 14549 33554432000 1073741824 1073778376 140734613477040 140223707965864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23542/tid=23549] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23549/stat : 23549 (java) S 23539 23542 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30457778 9856040960 14549 33554432000 1073741824 1073778376 140734613477040 140223706913576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23542/tid=23550] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23550/stat : 23550 (java) S 23539 23542 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30457778 9856040960 14549 33554432000 1073741824 1073778376 140734613477040 140223705860776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23542/tid=23551] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23551/stat : 23551 (java) S 23539 23542 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30457778 9856040960 14549 33554432000 1073741824 1073778376 140734613477040 140223704808488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23542/tid=23552] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23552/stat : 23552 (java) S 23539 23542 19848 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30457778 9856040960 14549 33554432000 1073741824 1073778376 140734613477040 140223574485928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23542/tid=23553] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23553/stat : 23553 (java) S 23539 23542 19848 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30457779 9856040960 14549 33554432000 1073741824 1073778376 140734613477040 140223091538152 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23542/tid=23554] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23554/stat : 23554 (java) S 23539 23542 19848 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30457779 9856040960 14549 33554432000 1073741824 1073778376 140734613477040 140223090484216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23542/tid=23555] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23555/stat : 23555 (java) S 23539 23542 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30457780 9856040960 14549 33554432000 1073741824 1073778376 140734613477040 140223089431816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23542/tid=23556] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23556/stat : 23556 (java) S 23539 23542 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30457782 9856040960 14549 33554432000 1073741824 1073778376 140734613477040 140223088380304 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23542/tid=23557] ppid=23539 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/23542/task/23557/stat : 23557 (java) S 23539 23542 19848 0 -1 4202560 2801 0 0 0 32 0 0 0 20 0 19 0 30457782 9856040960 14549 33554432000 1073741824 1073778376 140734613477040 140223087327928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23542/tid=23558] ppid=23539 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/23542/task/23558/stat : 23558 (java) S 23539 23542 19848 0 -1 4202560 3480 0 0 0 25 0 0 0 20 0 19 0 30457782 9856040960 14549 33554432000 1073741824 1073778376 140734613477040 140223086275128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23542/tid=23559] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23559/stat : 23559 (java) S 23539 23542 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30457782 9856040960 14549 33554432000 1073741824 1073778376 140734613477040 140223085223032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23542/tid=23560] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23560/stat : 23560 (java) S 23539 23542 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30457782 9856040960 14549 33554432000 1073741824 1073778376 140734613477040 140223084170440 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23542/tid=23561] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23561/stat : 23561 (java) S 23539 23542 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30457799 9856040960 14549 33554432000 1073741824 1073778376 140734613477040 140223083115432 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.18 2.19 2.18 3/213 23561
/proc/meminfo: memFree=29927132/32872528 swapFree=877056/942464
[pid=23542] ppid=23539 vsize=9625040 CPUtime=6.9 cores=1,3,5,7
/proc/23542/stat : 23542 (java) S 23539 23542 19848 0 -1 4202496 9986 0 1 0 687 3 0 0 20 0 19 0 30457776 9856040960 19104 33554432000 1073741824 1073778376 140734613477040 140734613468176 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23542/statm: 2406260 19104 2258 9 0 2396937 0
[pid=23542/tid=23544] ppid=23539 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/23542/task/23544/stat : 23544 (java) R 23539 23542 19848 0 -1 4202560 2431 0 1 0 624 1 0 0 20 0 19 0 30457777 9856040960 19104 33554432000 1073741824 1073778376 140734613477040 140223738662576 140223585902063 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23542/tid=23545] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23545/stat : 23545 (java) S 23539 23542 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30457778 9856040960 19104 33554432000 1073741824 1073778376 140734613477040 140223711123752 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23542/tid=23546] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23546/stat : 23546 (java) S 23539 23542 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30457778 9856040960 19104 33554432000 1073741824 1073778376 140734613477040 140223710070952 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23542/tid=23547] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23547/stat : 23547 (java) S 23539 23542 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30457778 9856040960 19104 33554432000 1073741824 1073778376 140734613477040 140223709018664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23542/tid=23548] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23548/stat : 23548 (java) S 23539 23542 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30457778 9856040960 19104 33554432000 1073741824 1073778376 140734613477040 140223707965864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23542/tid=23549] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23549/stat : 23549 (java) S 23539 23542 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30457778 9856040960 19104 33554432000 1073741824 1073778376 140734613477040 140223706913576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23542/tid=23550] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23550/stat : 23550 (java) S 23539 23542 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30457778 9856040960 19104 33554432000 1073741824 1073778376 140734613477040 140223705860776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23542/tid=23551] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23551/stat : 23551 (java) S 23539 23542 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30457778 9856040960 19104 33554432000 1073741824 1073778376 140734613477040 140223704808488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23542/tid=23552] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23552/stat : 23552 (java) S 23539 23542 19848 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30457778 9856040960 19104 33554432000 1073741824 1073778376 140734613477040 140223574485928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23542/tid=23553] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23553/stat : 23553 (java) S 23539 23542 19848 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30457779 9856040960 19104 33554432000 1073741824 1073778376 140734613477040 140223091538152 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23542/tid=23554] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23554/stat : 23554 (java) S 23539 23542 19848 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30457779 9856040960 19104 33554432000 1073741824 1073778376 140734613477040 140223090484216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23542/tid=23555] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23555/stat : 23555 (java) S 23539 23542 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30457780 9856040960 19104 33554432000 1073741824 1073778376 140734613477040 140223089431816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23542/tid=23556] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23556/stat : 23556 (java) S 23539 23542 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30457782 9856040960 19104 33554432000 1073741824 1073778376 140734613477040 140223088380304 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23542/tid=23557] ppid=23539 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/23542/task/23557/stat : 23557 (java) S 23539 23542 19848 0 -1 4202560 2801 0 0 0 33 0 0 0 20 0 19 0 30457782 9856040960 19104 33554432000 1073741824 1073778376 140734613477040 140223087327928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23542/tid=23558] ppid=23539 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/23542/task/23558/stat : 23558 (java) S 23539 23542 19848 0 -1 4202560 3480 0 0 0 25 0 0 0 20 0 19 0 30457782 9856040960 19104 33554432000 1073741824 1073778376 140734613477040 140223086275128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23542/tid=23559] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23559/stat : 23559 (java) S 23539 23542 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30457782 9856040960 19104 33554432000 1073741824 1073778376 140734613477040 140223085223032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23542/tid=23560] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23560/stat : 23560 (java) S 23539 23542 19848 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30457782 9856040960 19104 33554432000 1073741824 1073778376 140734613477040 140223084170440 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23542/tid=23561] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23561/stat : 23561 (java) S 23539 23542 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30457799 9856040960 19104 33554432000 1073741824 1073778376 140734613477040 140223083115432 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.9
Current children cumulated vsize (KiB) 9625040


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

[pid=23542/tid=23561] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23561/stat : 23561 (java) S 23539 23542 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30457799 9856040960 142276 33554432000 1073741824 1073778376 140734613477040 140223083115432 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1665.26
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.03 2.08 2.08 3/213 23669
/proc/meminfo: memFree=26975016/32872528 swapFree=877056/942464
[pid=23542] ppid=23539 vsize=9625040 CPUtime=1725.26 cores=1,3,5,7
/proc/23542/stat : 23542 (java) S 23539 23542 19848 0 -1 4202496 12950 0 1 0 172431 95 0 0 20 0 19 0 30457776 9856040960 142276 33554432000 1073741824 1073778376 140734613477040 140734613468176 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23542/statm: 2406260 142276 2280 9 0 2396937 0
[pid=23542/tid=23544] ppid=23539 vsize=9625040 CPUtime=1716.97 cores=1,3,5,7
/proc/23542/task/23544/stat : 23544 (java) R 23539 23542 19848 0 -1 4202560 2490 0 1 0 171667 30 0 0 20 0 19 0 30457777 9856040960 142276 33554432000 1073741824 1073778376 140734613477040 140223738662576 140223585682993 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23542/tid=23545] ppid=23539 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/23542/task/23545/stat : 23545 (java) S 23539 23542 19848 0 -1 4202560 350 0 0 0 24 5 0 0 20 0 19 0 30457778 9856040960 142276 33554432000 1073741824 1073778376 140734613477040 140223711123752 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23542/tid=23546] ppid=23539 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/23542/task/23546/stat : 23546 (java) S 23539 23542 19848 0 -1 4202560 295 0 0 0 23 6 0 0 20 0 19 0 30457778 9856040960 142276 33554432000 1073741824 1073778376 140734613477040 140223710070952 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23542/tid=23547] ppid=23539 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/23542/task/23547/stat : 23547 (java) S 23539 23542 19848 0 -1 4202560 273 0 0 0 28 8 0 0 20 0 19 0 30457778 9856040960 142276 33554432000 1073741824 1073778376 140734613477040 140223709018664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23542/tid=23548] ppid=23539 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/23542/task/23548/stat : 23548 (java) S 23539 23542 19848 0 -1 4202560 207 0 0 0 23 6 0 0 20 0 19 0 30457778 9856040960 142276 33554432000 1073741824 1073778376 140734613477040 140223707965864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23542/tid=23549] ppid=23539 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/23542/task/23549/stat : 23549 (java) S 23539 23542 19848 0 -1 4202560 405 0 0 0 25 7 0 0 20 0 19 0 30457778 9856040960 142276 33554432000 1073741824 1073778376 140734613477040 140223706913576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23542/tid=23550] ppid=23539 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/23542/task/23550/stat : 23550 (java) S 23539 23542 19848 0 -1 4202560 460 0 0 0 32 6 0 0 20 0 19 0 30457778 9856040960 142276 33554432000 1073741824 1073778376 140734613477040 140223705860776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23542/tid=23551] ppid=23539 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/23542/task/23551/stat : 23551 (java) S 23539 23542 19848 0 -1 4202560 289 0 0 0 22 6 0 0 20 0 19 0 30457778 9856040960 142276 33554432000 1073741824 1073778376 140734613477040 140223704808488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23542/tid=23552] ppid=23539 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/23542/task/23552/stat : 23552 (java) S 23539 23542 19848 0 -1 4202560 187 0 0 0 30 7 0 0 20 0 19 0 30457778 9856040960 142276 33554432000 1073741824 1073778376 140734613477040 140223574485928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23542/tid=23553] ppid=23539 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/23542/task/23553/stat : 23553 (java) S 23539 23542 19848 0 -1 4202560 141 0 0 0 12 3 0 0 20 0 19 0 30457779 9856040960 142276 33554432000 1073741824 1073778376 140734613477040 140223091538152 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23542/tid=23554] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23554/stat : 23554 (java) S 23539 23542 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30457779 9856040960 142276 33554432000 1073741824 1073778376 140734613477040 140223090484216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23542/tid=23555] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23555/stat : 23555 (java) S 23539 23542 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30457780 9856040960 142276 33554432000 1073741824 1073778376 140734613477040 140223089431816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23542/tid=23556] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23556/stat : 23556 (java) S 23539 23542 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30457782 9856040960 142276 33554432000 1073741824 1073778376 140734613477040 140223088380304 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23542/tid=23557] ppid=23539 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/23542/task/23557/stat : 23557 (java) S 23539 23542 19848 0 -1 4202560 3014 0 0 0 35 0 0 0 20 0 19 0 30457782 9856040960 142276 33554432000 1073741824 1073778376 140734613477040 140223087327928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23542/tid=23558] ppid=23539 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/23542/task/23558/stat : 23558 (java) S 23539 23542 19848 0 -1 4202560 3480 0 0 0 25 0 0 0 20 0 19 0 30457782 9856040960 142276 33554432000 1073741824 1073778376 140734613477040 140223086275128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23542/tid=23559] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23559/stat : 23559 (java) S 23539 23542 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30457782 9856040960 142276 33554432000 1073741824 1073778376 140734613477040 140223085223032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23542/tid=23560] ppid=23539 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/23542/task/23560/stat : 23560 (java) S 23539 23542 19848 0 -1 4202560 100 0 0 0 28 43 0 0 20 0 19 0 30457782 9856040960 142276 33554432000 1073741824 1073778376 140734613477040 140223084170440 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23542/tid=23561] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23561/stat : 23561 (java) S 23539 23542 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30457799 9856040960 142276 33554432000 1073741824 1073778376 140734613477040 140223083115432 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1725.26
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.05 2.07 2.08 10/213 23671
/proc/meminfo: memFree=26974516/32872528 swapFree=877056/942464
[pid=23542] ppid=23539 vsize=9625040 CPUtime=1785.31 cores=1,3,5,7
/proc/23542/stat : 23542 (java) S 23539 23542 19848 0 -1 4202496 12980 0 1 0 178435 96 0 0 20 0 19 0 30457776 9856040960 142381 33554432000 1073741824 1073778376 140734613477040 140734613468176 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23542/statm: 2406260 142381 2280 9 0 2396937 0
[pid=23542/tid=23544] ppid=23539 vsize=9625040 CPUtime=1776.77 cores=1,3,5,7
/proc/23542/task/23544/stat : 23544 (java) R 23539 23542 19848 0 -1 4202560 2491 0 1 0 177646 31 0 0 20 0 19 0 30457777 9856040960 142381 33554432000 1073741824 1073778376 140734613477040 140223738670272 140223586057155 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23542/tid=23545] ppid=23539 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/23542/task/23545/stat : 23545 (java) S 23539 23542 19848 0 -1 4202560 350 0 0 0 25 5 0 0 20 0 19 0 30457778 9856040960 142381 33554432000 1073741824 1073778376 140734613477040 140223711123752 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23542/tid=23546] ppid=23539 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/23542/task/23546/stat : 23546 (java) S 23539 23542 19848 0 -1 4202560 295 0 0 0 24 6 0 0 20 0 19 0 30457778 9856040960 142381 33554432000 1073741824 1073778376 140734613477040 140223710070952 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23542/tid=23547] ppid=23539 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/23542/task/23547/stat : 23547 (java) S 23539 23542 19848 0 -1 4202560 279 0 0 0 29 8 0 0 20 0 19 0 30457778 9856040960 142381 33554432000 1073741824 1073778376 140734613477040 140223709018664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23542/tid=23548] ppid=23539 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/23542/task/23548/stat : 23548 (java) S 23539 23542 19848 0 -1 4202560 224 0 0 0 25 6 0 0 20 0 19 0 30457778 9856040960 142381 33554432000 1073741824 1073778376 140734613477040 140223707965864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23542/tid=23549] ppid=23539 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/23542/task/23549/stat : 23549 (java) S 23539 23542 19848 0 -1 4202560 405 0 0 0 26 8 0 0 20 0 19 0 30457778 9856040960 142381 33554432000 1073741824 1073778376 140734613477040 140223706913576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23542/tid=23550] ppid=23539 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/23542/task/23550/stat : 23550 (java) S 23539 23542 19848 0 -1 4202560 460 0 0 0 33 6 0 0 20 0 19 0 30457778 9856040960 142381 33554432000 1073741824 1073778376 140734613477040 140223705860776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23542/tid=23551] ppid=23539 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/23542/task/23551/stat : 23551 (java) S 23539 23542 19848 0 -1 4202560 289 0 0 0 23 6 0 0 20 0 19 0 30457778 9856040960 142381 33554432000 1073741824 1073778376 140734613477040 140223704808488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23542/tid=23552] ppid=23539 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/23542/task/23552/stat : 23552 (java) S 23539 23542 19848 0 -1 4202560 187 0 0 0 31 7 0 0 20 0 19 0 30457778 9856040960 142381 33554432000 1073741824 1073778376 140734613477040 140223574485928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23542/tid=23553] ppid=23539 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/23542/task/23553/stat : 23553 (java) S 23539 23542 19848 0 -1 4202560 143 0 0 0 12 3 0 0 20 0 19 0 30457779 9856040960 142381 33554432000 1073741824 1073778376 140734613477040 140223091538152 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23542/tid=23554] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23554/stat : 23554 (java) S 23539 23542 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30457779 9856040960 142381 33554432000 1073741824 1073778376 140734613477040 140223090484216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23542/tid=23555] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23555/stat : 23555 (java) S 23539 23542 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30457780 9856040960 142381 33554432000 1073741824 1073778376 140734613477040 140223089431816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23542/tid=23556] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23556/stat : 23556 (java) S 23539 23542 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30457782 9856040960 142381 33554432000 1073741824 1073778376 140734613477040 140223088380304 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23542/tid=23557] ppid=23539 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/23542/task/23557/stat : 23557 (java) S 23539 23542 19848 0 -1 4202560 3014 0 0 0 35 0 0 0 20 0 19 0 30457782 9856040960 142381 33554432000 1073741824 1073778376 140734613477040 140223087327928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23542/tid=23558] ppid=23539 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/23542/task/23558/stat : 23558 (java) S 23539 23542 19848 0 -1 4202560 3480 0 0 0 25 0 0 0 20 0 19 0 30457782 9856040960 142381 33554432000 1073741824 1073778376 140734613477040 140223086275128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23542/tid=23559] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23559/stat : 23559 (java) S 23539 23542 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30457782 9856040960 142381 33554432000 1073741824 1073778376 140734613477040 140223085223032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23542/tid=23560] ppid=23539 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/23542/task/23560/stat : 23560 (java) S 23539 23542 19848 0 -1 4202560 104 0 0 0 29 45 0 0 20 0 19 0 30457782 9856040960 142381 33554432000 1073741824 1073778376 140734613477040 140223084170440 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23542/tid=23561] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23561/stat : 23561 (java) S 23539 23542 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30457799 9856040960 142381 33554432000 1073741824 1073778376 140734613477040 140223083115432 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1785.31
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797 s]
/proc/loadavg: 2.11 2.09 2.09 3/213 23672
/proc/meminfo: memFree=26974384/32872528 swapFree=877056/942464
[pid=23542] ppid=23539 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/23542/stat : 23542 (java) S 23539 23542 19848 0 -1 4202496 12980 0 1 0 179905 97 0 0 20 0 19 0 30457776 9856040960 142381 33554432000 1073741824 1073778376 140734613477040 140734613468176 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23542/statm: 2406260 142381 2280 9 0 2396937 0
[pid=23542/tid=23544] ppid=23539 vsize=9625040 CPUtime=1791.43 cores=1,3,5,7
/proc/23542/task/23544/stat : 23544 (java) R 23539 23542 19848 0 -1 4202560 2491 0 1 0 179112 31 0 0 20 0 19 0 30457777 9856040960 142381 33554432000 1073741824 1073778376 140734613477040 140223738670272 140223586057272 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23542/tid=23545] ppid=23539 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/23542/task/23545/stat : 23545 (java) S 23539 23542 19848 0 -1 4202560 350 0 0 0 25 5 0 0 20 0 19 0 30457778 9856040960 142381 33554432000 1073741824 1073778376 140734613477040 140223711123752 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23542/tid=23546] ppid=23539 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/23542/task/23546/stat : 23546 (java) S 23539 23542 19848 0 -1 4202560 295 0 0 0 24 6 0 0 20 0 19 0 30457778 9856040960 142381 33554432000 1073741824 1073778376 140734613477040 140223710070952 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23542/tid=23547] ppid=23539 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/23542/task/23547/stat : 23547 (java) S 23539 23542 19848 0 -1 4202560 279 0 0 0 29 8 0 0 20 0 19 0 30457778 9856040960 142381 33554432000 1073741824 1073778376 140734613477040 140223709018664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23542/tid=23548] ppid=23539 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/23542/task/23548/stat : 23548 (java) S 23539 23542 19848 0 -1 4202560 224 0 0 0 25 6 0 0 20 0 19 0 30457778 9856040960 142381 33554432000 1073741824 1073778376 140734613477040 140223707965864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23542/tid=23549] ppid=23539 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/23542/task/23549/stat : 23549 (java) S 23539 23542 19848 0 -1 4202560 405 0 0 0 26 8 0 0 20 0 19 0 30457778 9856040960 142381 33554432000 1073741824 1073778376 140734613477040 140223706913576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23542/tid=23550] ppid=23539 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/23542/task/23550/stat : 23550 (java) S 23539 23542 19848 0 -1 4202560 460 0 0 0 33 6 0 0 20 0 19 0 30457778 9856040960 142381 33554432000 1073741824 1073778376 140734613477040 140223705860776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23542/tid=23551] ppid=23539 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/23542/task/23551/stat : 23551 (java) S 23539 23542 19848 0 -1 4202560 289 0 0 0 23 6 0 0 20 0 19 0 30457778 9856040960 142381 33554432000 1073741824 1073778376 140734613477040 140223704808488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23542/tid=23552] ppid=23539 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/23542/task/23552/stat : 23552 (java) S 23539 23542 19848 0 -1 4202560 187 0 0 0 31 7 0 0 20 0 19 0 30457778 9856040960 142381 33554432000 1073741824 1073778376 140734613477040 140223574485928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23542/tid=23553] ppid=23539 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/23542/task/23553/stat : 23553 (java) S 23539 23542 19848 0 -1 4202560 143 0 0 0 12 3 0 0 20 0 19 0 30457779 9856040960 142381 33554432000 1073741824 1073778376 140734613477040 140223091538152 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23542/tid=23554] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23554/stat : 23554 (java) S 23539 23542 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30457779 9856040960 142381 33554432000 1073741824 1073778376 140734613477040 140223090484216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23542/tid=23555] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23555/stat : 23555 (java) S 23539 23542 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30457780 9856040960 142381 33554432000 1073741824 1073778376 140734613477040 140223089431816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23542/tid=23556] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23556/stat : 23556 (java) S 23539 23542 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30457782 9856040960 142381 33554432000 1073741824 1073778376 140734613477040 140223088380304 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23542/tid=23557] ppid=23539 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/23542/task/23557/stat : 23557 (java) S 23539 23542 19848 0 -1 4202560 3014 0 0 0 35 0 0 0 20 0 19 0 30457782 9856040960 142381 33554432000 1073741824 1073778376 140734613477040 140223087327928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23542/tid=23558] ppid=23539 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/23542/task/23558/stat : 23558 (java) S 23539 23542 19848 0 -1 4202560 3480 0 0 0 25 0 0 0 20 0 19 0 30457782 9856040960 142381 33554432000 1073741824 1073778376 140734613477040 140223086275128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23542/tid=23559] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23559/stat : 23559 (java) S 23539 23542 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30457782 9856040960 142381 33554432000 1073741824 1073778376 140734613477040 140223085223032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23542/tid=23560] ppid=23539 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/23542/task/23560/stat : 23560 (java) S 23539 23542 19848 0 -1 4202560 104 0 0 0 29 45 0 0 20 0 19 0 30457782 9856040960 142381 33554432000 1073741824 1073778376 140734613477040 140223084170440 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23542/tid=23561] ppid=23539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23542/task/23561/stat : 23561 (java) S 23539 23542 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30457799 9856040960 142381 33554432000 1073741824 1073778376 140734613477040 140223083115432 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 23542 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 23542 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=478197
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=451779
# CPU time returned by wait4() is 1795.93
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.04
CPU time (s): 1800.02
CPU user time (s): 1799.05
CPU system time (s): 0.97
CPU usage (%): 100.166
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.48
system time used= 1.45178
maximum resident set size= 644432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13023
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38361
involuntary context switches= 9423

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.1996 second user time and 7.80581 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-18 23:08:09
IDJOB=4107014
IDBENCH=48365
IDSOLVER=2546
FILE ID=node113/4107014-1466284088
RUNJOBID= node113-1466265808-19865
PBS_JOBID= 19918235
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_10_4_15.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107014-1466284088/watcher-4107014-1466284088 -o /tmp/evaluation-result-4107014-1466284088/solver-4107014-1466284088 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466265808-19865 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4107014-1466284088.opb

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

MD5SUM BENCH= 521a5315af7cbff32722a5aa297c08a4
RANDOM SEED=1741970150

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29992584 kB
Buffers:          123996 kB
Cached:           287544 kB
SwapCached:         1896 kB
Active:           875828 kB
Inactive:         319868 kB
Active(anon):     784740 kB
Inactive(anon):     2024 kB
Active(file):      91088 kB
Inactive(file):   317844 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67098956 kB
Dirty:               816 kB
Writeback:             0 kB
AnonPages:       1726180 kB
Mapped:            15396 kB
Shmem:                 0 kB
Slab:             606680 kB
SReclaimable:      50204 kB
SUnreclaim:       556476 kB
KernelStack:        1576 kB
PageTables:         7548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1833296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    753664 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= 71684 MiB
End job on node113 at 2016-06-18 23:38:06