Trace number 4106882

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.51 1790.45

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_60_5_80.opb
MD5SUMd5640996c15a8815d620b5d6c220fea1
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 variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)75000
Sum of products size (including duplicates)150000
Number of different products37500
Sum of products size75000

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.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4106882-1466280422.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
2.61/1.00	c ... done. Wall clock time 0.879s.
2.61/1.00	c declared #vars     1000
2.61/1.00	c internal #vars     38500
2.61/1.00	c #constraints  76503
2.61/1.00	c constraints type 
2.61/1.00	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37500
2.61/1.00	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
2.61/1.00	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
2.61/1.00	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 37500
2.61/1.00	c 76503 constraints processed.
6.21/3.84	c cleaning 2482 clauses out of 5000 with flag 10299/5000
8.80/6.27	c cleaning 4258 clauses out of 8518 with flag 22674/11000
10.90/8.33	c cleaning 5611 clauses out of 11260 with flag 39040/18000
12.84/10.20	c cleaning 6760 clauses out of 13650 with flag 57340/26001
15.97/13.34	c cleaning 7971 clauses out of 15944 with flag 76697/35055
21.47/18.87	c cleaning 8894 clauses out of 17919 with flag 97154/45001
27.18/24.32	c cleaning 10000 clauses out of 20024 with flag 120150/56000
30.49/27.62	c cleaning 10945 clauses out of 22024 with flag 147786/68000
35.99/33.17	c cleaning 11987 clauses out of 24079 with flag 175316/81000
39.78/36.96	c cleaning 13053 clauses out of 26107 with flag 206950/95015
45.08/42.22	c cleaning 13957 clauses out of 28039 with flag 238240/110000
51.04/47.72	c cleaning 14997 clauses out of 30082 with flag 274111/126000
56.35/53.04	c cleaning 15985 clauses out of 32085 with flag 311611/143000
62.05/58.70	c cleaning 17034 clauses out of 34100 with flag 352200/161000
68.05/64.75	c cleaning 17951 clauses out of 36067 with flag 395060/180001
74.45/71.15	c cleaning 18969 clauses out of 38116 with flag 439843/200001
80.75/77.40	c cleaning 20028 clauses out of 40146 with flag 489480/221000
87.85/84.57	c cleaning 21014 clauses out of 42118 with flag 538239/243000
95.25/91.92	c cleaning 21972 clauses out of 44104 with flag 593983/266000
103.52/99.84	c cleaning 23080 clauses out of 46176 with flag 650166/290044
111.93/108.28	c cleaning 23994 clauses out of 48052 with flag 708985/315000
120.33/116.69	c cleaning 24978 clauses out of 50062 with flag 772815/341004
129.53/125.88	c cleaning 25968 clauses out of 52081 with flag 836170/368001
138.63/134.99	c cleaning 27021 clauses out of 54120 with flag 908534/396008
148.12/144.42	c cleaning 28010 clauses out of 56091 with flag 983354/425000
159.15/154.85	c cleaning 28987 clauses out of 58082 with flag 1064028/455001
169.55/165.22	c cleaning 29984 clauses out of 60094 with flag 1153576/486000
176.65/172.35	c cleaning 30990 clauses out of 62113 with flag 1266634/518003
186.75/182.45	c cleaning 31990 clauses out of 64120 with flag 1385284/551000
198.65/194.35	c cleaning 32991 clauses out of 66131 with flag 1483423/585001
211.85/207.51	c cleaning 34027 clauses out of 68139 with flag 1577437/620000
226.05/221.73	c cleaning 34997 clauses out of 70112 with flag 1672556/656000
241.97/237.67	c cleaning 35960 clauses out of 72115 with flag 1764695/693000
259.60/254.22	c cleaning 37028 clauses out of 74158 with flag 1857522/731003
276.58/271.22	c cleaning 38010 clauses out of 76128 with flag 1952655/770001
294.58/289.25	c cleaning 38975 clauses out of 78117 with flag 2049297/810000
314.28/308.93	c cleaning 39970 clauses out of 80143 with flag 2144700/851001
334.48/329.11	c cleaning 41014 clauses out of 82172 with flag 2244765/893000
356.29/350.97	c cleaning 41988 clauses out of 84159 with flag 2342890/936001
381.18/374.85	c cleaning 43022 clauses out of 86170 with flag 2444088/980000
407.90/401.60	c cleaning 43994 clauses out of 88150 with flag 2545760/1025002
435.59/429.20	c cleaning 45005 clauses out of 90154 with flag 2649396/1071000
464.19/457.89	c cleaning 45961 clauses out of 92149 with flag 2754393/1118000
493.70/487.35	c cleaning 47078 clauses out of 94217 with flag 2863304/1166029
524.00/517.67	c cleaning 48060 clauses out of 96123 with flag 2973153/1215013
556.61/550.21	c cleaning 48930 clauses out of 98051 with flag 3081172/1265001
589.23/581.90	c cleaning 50005 clauses out of 100120 with flag 3194527/1316000
620.34/612.96	c cleaning 50941 clauses out of 102115 with flag 3310946/1368000
655.15/647.70	c cleaning 52049 clauses out of 104174 with flag 3427106/1421000
688.26/680.80	c cleaning 53033 clauses out of 106125 with flag 3546884/1475000
725.17/717.78	c cleaning 53984 clauses out of 108092 with flag 3666195/1530000
760.18/752.79	c cleaning 55042 clauses out of 110109 with flag 3790524/1586001
847.39/839.32	c cleaning 55984 clauses out of 112067 with flag 3951384/1643001
922.52/914.44	c cleaning 57013 clauses out of 114082 with flag 4206446/1701000
1020.76/1012.60	c cleaning 57981 clauses out of 116070 with flag 4426301/1760001
1124.49/1116.33	c cleaning 59067 clauses out of 118133 with flag 4645804/1820045
1219.34/1210.21	c cleaning 60008 clauses out of 120021 with flag 4867736/1881000
1294.27/1285.14	c cleaning 61005 clauses out of 122019 with flag 5112075/1943006
1388.51/1379.39	c cleaning 61973 clauses out of 124008 with flag 5334588/2006000
1473.46/1464.21	c cleaning 62986 clauses out of 126036 with flag 5580804/2070001
1575.89/1566.62	c cleaning 63892 clauses out of 128049 with flag 5768475/2135000
1663.71/1654.18	c cleaning 65106 clauses out of 130212 with flag 5914663/2201055
1740.43/1730.89	c cleaning 66071 clauses out of 132142 with flag 6061139/2268091
1800.05/1790.40	c starts		: 7356
1800.05/1790.40	c conflicts		: 2328853
1800.05/1790.40	c decisions		: 21856745
1800.05/1790.40	c propagations		: 363608419
1800.05/1790.40	c inspects		: 20095227974
1800.05/1790.40	c shortcuts		: 0
1800.05/1790.40	c learnt literals	: 0
1800.05/1790.40	c learnt binary clauses	: 0
1800.05/1790.40	c learnt ternary clauses	: 134
1800.05/1790.40	c learnt constraints	: 2328853
1800.05/1790.40	c ignored constraints	: 0
1800.05/1790.40	c root simplifications	: 0
1800.05/1790.40	c removed literals (reason simplification)	: 0
1800.05/1790.40	c reason swapping (by a shorter reason)	: 0
1800.05/1790.40	c Calls to reduceDB	: 63
1800.05/1790.40	c Number of update (reduction) of LBD	: 389873
1800.05/1790.40	c Imported unit clauses	: 0
1800.05/1790.40	c number of reductions to clauses (during analyze)	: 0
1800.05/1790.40	c number of learned constraints concerned by reduction	: 0
1800.05/1790.40	c number of learning phase by resolution	: 0
1800.05/1790.40	c number of learning phase by cutting planes	: 0
1800.05/1790.40	c speed (assignments/second)	: 203204.94219188005
1800.05/1790.40	c non guided choices	37915
1800.05/1790.41	c timeout
1800.05/1790.43	c learnt constraints type 
1800.05/1790.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 126833
1800.05/1790.43	s UNKNOWN
1800.05/1790.43	c Total wall clock time (in seconds): 1790.311

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-4106882-1466280422/watcher-4106882-1466280422 -o /tmp/evaluation-result-4106882-1466280422/solver-4106882-1466280422 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466264639-24567 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106882-1466280422.opb 

pid=29542
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.18 2.14 2.09 4/194 29545
/proc/meminfo: memFree=30787000/32872528 swapFree=338416/354768
[pid=29545] ppid=29542 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/29545/stat : 29545 (java) R 29542 29545 24550 0 -1 4202496 473 0 0 0 0 0 0 0 20 0 1 0 30088894 9515008 129 33554432000 1073741824 1073778376 140737003171456 140737003168584 242167440266 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/29545/statm: 2323 136 104 9 0 71 0

[startup+0.100064 s]
/proc/loadavg: 2.18 2.14 2.09 4/194 29545
/proc/meminfo: memFree=30787000/32872528 swapFree=338416/354768
[pid=29545] ppid=29542 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/29545/stat : 29545 (java) S 29542 29545 24550 0 -1 4202496 4397 0 1 0 7 2 0 0 20 0 18 0 30088894 9787879424 6035 33554432000 1073741824 1073778376 140737003171456 140737003162592 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29545/statm: 2389619 6035 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200237 s]
/proc/loadavg: 2.18 2.14 2.09 4/194 29545
/proc/meminfo: memFree=30787000/32872528 swapFree=338416/354768
[pid=29545] ppid=29542 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/29545/stat : 29545 (java) S 29542 29545 24550 0 -1 4202496 4642 0 1 0 21 2 0 0 20 0 18 0 30088894 9787879424 6739 33554432000 1073741824 1073778376 140737003171456 140737003162592 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29545/statm: 2389619 6739 2199 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300231 s]
/proc/loadavg: 2.18 2.14 2.09 4/194 29545
/proc/meminfo: memFree=30787000/32872528 swapFree=338416/354768
[pid=29545] ppid=29542 vsize=9558476 CPUtime=0.45 cores=1,3,5,7
/proc/29545/stat : 29545 (java) S 29542 29545 24550 0 -1 4202496 5983 0 1 0 43 2 0 0 20 0 18 0 30088894 9787879424 8720 33554432000 1073741824 1073778376 140737003171456 140737003162592 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29545/statm: 2389619 8720 2243 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700196 s]
/proc/loadavg: 2.18 2.14 2.09 4/194 29545
/proc/meminfo: memFree=30787000/32872528 swapFree=338416/354768
[pid=29545] ppid=29542 vsize=9558476 CPUtime=1.65 cores=1,3,5,7
/proc/29545/stat : 29545 (java) S 29542 29545 24550 0 -1 4202496 24244 0 1 0 159 6 0 0 20 0 18 0 30088894 9787879424 40814 33554432000 1073741824 1073778376 140737003171456 140737003162592 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29545/statm: 2389619 40835 2257 9 0 2380296 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 9558476

[startup+1.50083 s]
/proc/loadavg: 2.18 2.14 2.09 6/213 29564
/proc/meminfo: memFree=30528828/32872528 swapFree=338416/354768
[pid=29545] ppid=29542 vsize=9625040 CPUtime=3.89 cores=1,3,5,7
/proc/29545/stat : 29545 (java) S 29542 29545 24550 0 -1 4202496 30380 0 1 0 376 13 0 0 20 0 19 0 30088894 9856040960 66510 33554432000 1073741824 1073778376 140737003171456 140737003162592 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29545/statm: 2406260 66510 2281 9 0 2396937 0
[pid=29545/tid=29547] ppid=29542 vsize=9625040 CPUtime=1.38 cores=1,3,5,7
/proc/29545/task/29547/stat : 29547 (java) R 29542 29545 24550 0 -1 4202560 2479 0 1 0 133 5 0 0 20 0 19 0 30088895 9856040960 66510 33554432000 1073741824 1073778376 140737003171456 140533232136424 140533092684672 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29545/tid=29548] ppid=29542 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29545/task/29548/stat : 29548 (java) S 29542 29545 24550 0 -1 4202560 96 0 0 0 2 0 0 0 20 0 19 0 30088896 9856040960 66510 33554432000 1073741824 1073778376 140737003171456 140533210237864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29545/tid=29549] ppid=29542 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/29545/task/29549/stat : 29549 (java) S 29542 29545 24550 0 -1 4202560 116 0 0 0 3 2 0 0 20 0 19 0 30088896 9856040960 66510 33554432000 1073741824 1073778376 140737003171456 140533007641640 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29550] ppid=29542 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/29545/task/29550/stat : 29550 (java) S 29542 29545 24550 0 -1 4202560 81 0 0 0 1 0 0 0 20 0 19 0 30088896 9856040960 66510 33554432000 1073741824 1073778376 140737003171456 140533006588584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29551] ppid=29542 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29545/task/29551/stat : 29551 (java) S 29542 29545 24550 0 -1 4202560 37 0 0 0 2 0 0 0 20 0 19 0 30088896 9856040960 66510 33554432000 1073741824 1073778376 140737003171456 140533005536040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29545/tid=29552] ppid=29542 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29545/task/29552/stat : 29552 (java) S 29542 29545 24550 0 -1 4202560 114 0 0 0 2 0 0 0 20 0 19 0 30088896 9856040960 66510 33554432000 1073741824 1073778376 140737003171456 140533004482984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29553] ppid=29542 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29545/task/29553/stat : 29553 (java) S 29542 29545 24550 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 19 0 30088896 9856040960 66510 33554432000 1073741824 1073778376 140737003171456 140533003430440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29545/tid=29554] ppid=29542 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29545/task/29554/stat : 29554 (java) S 29542 29545 24550 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 30088896 9856040960 66510 33554432000 1073741824 1073778376 140737003171456 140533002377384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29545/tid=29555] ppid=29542 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/29545/task/29555/stat : 29555 (java) S 29542 29545 24550 0 -1 4202560 26 0 0 0 1 0 0 0 20 0 19 0 30088896 9856040960 66510 33554432000 1073741824 1073778376 140737003171456 140533001324840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29556] ppid=29542 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29545/task/29556/stat : 29556 (java) S 29542 29545 24550 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 30088898 9856040960 66510 33554432000 1073741824 1073778376 140737003171456 140532989127528 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29545/tid=29557] ppid=29542 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29545/task/29557/stat : 29557 (java) S 29542 29545 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30088898 9856040960 66510 33554432000 1073741824 1073778376 140737003171456 140532988073848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29545/tid=29558] ppid=29542 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29545/task/29558/stat : 29558 (java) S 29542 29545 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30088898 9856040960 66510 33554432000 1073741824 1073778376 140737003171456 140532987020680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29545/tid=29559] ppid=29542 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29545/task/29559/stat : 29559 (java) S 29542 29545 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30088901 9856040960 66510 33554432000 1073741824 1073778376 140737003171456 140532985969424 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29545/tid=29560] ppid=29542 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/29545/task/29560/stat : 29560 (java) S 29542 29545 24550 0 -1 4202560 16707 0 0 0 109 3 0 0 20 0 19 0 30088901 9856040960 66510 33554432000 1073741824 1073778376 140737003171456 140532984916280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29545/tid=29561] ppid=29542 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/29545/task/29561/stat : 29561 (java) S 29542 29545 24550 0 -1 4202560 9343 0 0 0 105 2 0 0 20 0 19 0 30088901 9856040960 66510 33554432000 1073741824 1073778376 140737003171456 140532983863736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29562] ppid=29542 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29545/task/29562/stat : 29562 (java) S 29542 29545 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30088901 9856040960 66510 33554432000 1073741824 1073778376 140737003171456 140532982810872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29545/tid=29563] ppid=29542 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29545/task/29563/stat : 29563 (java) S 29542 29545 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30088901 9856040960 66510 33554432000 1073741824 1073778376 140737003171456 140532981758536 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29564] ppid=29542 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29545/task/29564/stat : 29564 (java) S 29542 29545 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30088998 9856040960 66510 33554432000 1073741824 1073778376 140737003171456 140532980606504 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 9625040

[startup+3.10083 s]
/proc/loadavg: 2.41 2.19 2.11 3/213 29564
/proc/meminfo: memFree=30528564/32872528 swapFree=338416/354768
[pid=29545] ppid=29542 vsize=9625040 CPUtime=5.51 cores=1,3,5,7
/proc/29545/stat : 29545 (java) S 29542 29545 24550 0 -1 4202496 30381 0 1 0 537 14 0 0 20 0 19 0 30088894 9856040960 66510 33554432000 1073741824 1073778376 140737003171456 140737003162592 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29545/statm: 2406260 66510 2281 9 0 2396937 0
[pid=29545/tid=29547] ppid=29542 vsize=9625040 CPUtime=2.98 cores=1,3,5,7
/proc/29545/task/29547/stat : 29547 (java) R 29542 29545 24550 0 -1 4202560 2480 0 1 0 293 5 0 0 20 0 19 0 30088895 9856040960 66510 33554432000 1073741824 1073778376 140737003171456 140533232135528 140533092747755 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29545/tid=29548] ppid=29542 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29545/task/29548/stat : 29548 (java) S 29542 29545 24550 0 -1 4202560 96 0 0 0 2 0 0 0 20 0 19 0 30088896 9856040960 66510 33554432000 1073741824 1073778376 140737003171456 140533210237864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29545/tid=29549] ppid=29542 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/29545/task/29549/stat : 29549 (java) S 29542 29545 24550 0 -1 4202560 116 0 0 0 3 2 0 0 20 0 19 0 30088896 9856040960 66510 33554432000 1073741824 1073778376 140737003171456 140533007641640 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29550] ppid=29542 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/29545/task/29550/stat : 29550 (java) S 29542 29545 24550 0 -1 4202560 81 0 0 0 1 0 0 0 20 0 19 0 30088896 9856040960 66510 33554432000 1073741824 1073778376 140737003171456 140533006588584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29551] ppid=29542 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29545/task/29551/stat : 29551 (java) S 29542 29545 24550 0 -1 4202560 37 0 0 0 2 0 0 0 20 0 19 0 30088896 9856040960 66510 33554432000 1073741824 1073778376 140737003171456 140533005536040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29545/tid=29552] ppid=29542 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29545/task/29552/stat : 29552 (java) S 29542 29545 24550 0 -1 4202560 114 0 0 0 2 0 0 0 20 0 19 0 30088896 9856040960 66510 33554432000 1073741824 1073778376 140737003171456 140533004482984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29553] ppid=29542 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29545/task/29553/stat : 29553 (java) S 29542 29545 24550 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 19 0 30088896 9856040960 66510 33554432000 1073741824 1073778376 140737003171456 140533003430440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29545/tid=29554] ppid=29542 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29545/task/29554/stat : 29554 (java) S 29542 29545 24550 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 30088896 9856040960 66510 33554432000 1073741824 1073778376 140737003171456 140533002377384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29545/tid=29555] ppid=29542 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/29545/task/29555/stat : 29555 (java) S 29542 29545 24550 0 -1 4202560 26 0 0 0 1 0 0 0 20 0 19 0 30088896 9856040960 66510 33554432000 1073741824 1073778376 140737003171456 140533001324840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29556] ppid=29542 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29545/task/29556/stat : 29556 (java) S 29542 29545 24550 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 30088898 9856040960 66510 33554432000 1073741824 1073778376 140737003171456 140532989127528 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29557] ppid=29542 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29545/task/29557/stat : 29557 (java) S 29542 29545 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30088898 9856040960 66510 33554432000 1073741824 1073778376 140737003171456 140532988073848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29545/tid=29558] ppid=29542 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29545/task/29558/stat : 29558 (java) S 29542 29545 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30088898 9856040960 66510 33554432000 1073741824 1073778376 140737003171456 140532987020680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29545/tid=29559] ppid=29542 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29545/task/29559/stat : 29559 (java) S 29542 29545 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30088901 9856040960 66510 33554432000 1073741824 1073778376 140737003171456 140532985969424 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29545/tid=29560] ppid=29542 vsize=9625040 CPUtime=1.13 cores=1,3,5,7
/proc/29545/task/29560/stat : 29560 (java) S 29542 29545 24550 0 -1 4202560 16707 0 0 0 110 3 0 0 20 0 19 0 30088901 9856040960 66510 33554432000 1073741824 1073778376 140737003171456 140532984916280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29545/tid=29561] ppid=29542 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/29545/task/29561/stat : 29561 (java) S 29542 29545 24550 0 -1 4202560 9343 0 0 0 105 2 0 0 20 0 19 0 30088901 9856040960 66510 33554432000 1073741824 1073778376 140737003171456 140532983863736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29562] ppid=29542 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29545/task/29562/stat : 29562 (java) S 29542 29545 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30088901 9856040960 66510 33554432000 1073741824 1073778376 140737003171456 140532982810872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29545/tid=29563] ppid=29542 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29545/task/29563/stat : 29563 (java) S 29542 29545 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30088901 9856040960 66510 33554432000 1073741824 1073778376 140737003171456 140532981758536 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29564] ppid=29542 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29545/task/29564/stat : 29564 (java) S 29542 29545 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30088998 9856040960 66510 33554432000 1073741824 1073778376 140737003171456 140532980606504 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.51
Current children cumulated vsize (KiB) 9625040

[startup+6.30089 s]
/proc/loadavg: 2.41 2.19 2.11 3/213 29564
/proc/meminfo: memFree=30530820/32872528 swapFree=338416/354768
[pid=29545] ppid=29542 vsize=9625040 CPUtime=8.9 cores=1,3,5,7
/proc/29545/stat : 29545 (java) S 29542 29545 24550 0 -1 4202496 32360 0 1 0 876 14 0 0 20 0 19 0 30088894 9856040960 65867 33554432000 1073741824 1073778376 140737003171456 140737003162592 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29545/statm: 2406260 65867 2290 9 0 2396937 0
[pid=29545/tid=29547] ppid=29542 vsize=9625040 CPUtime=6.18 cores=1,3,5,7
/proc/29545/task/29547/stat : 29547 (java) R 29542 29545 24550 0 -1 4202560 2482 0 1 0 613 5 0 0 20 0 19 0 30088895 9856040960 65867 33554432000 1073741824 1073778376 140737003171456 140533232134680 140533092762400 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29545/tid=29548] ppid=29542 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29545/task/29548/stat : 29548 (java) S 29542 29545 24550 0 -1 4202560 96 0 0 0 2 0 0 0 20 0 19 0 30088896 9856040960 65867 33554432000 1073741824 1073778376 140737003171456 140533210237864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29545/tid=29549] ppid=29542 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/29545/task/29549/stat : 29549 (java) S 29542 29545 24550 0 -1 4202560 116 0 0 0 3 2 0 0 20 0 19 0 30088896 9856040960 65867 33554432000 1073741824 1073778376 140737003171456 140533007641640 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29550] ppid=29542 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/29545/task/29550/stat : 29550 (java) S 29542 29545 24550 0 -1 4202560 81 0 0 0 1 0 0 0 20 0 19 0 30088896 9856040960 65867 33554432000 1073741824 1073778376 140737003171456 140533006588584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29551] ppid=29542 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29545/task/29551/stat : 29551 (java) S 29542 29545 24550 0 -1 4202560 37 0 0 0 2 0 0 0 20 0 19 0 30088896 9856040960 65867 33554432000 1073741824 1073778376 140737003171456 140533005536040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29545/tid=29552] ppid=29542 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29545/task/29552/stat : 29552 (java) S 29542 29545 24550 0 -1 4202560 114 0 0 0 2 0 0 0 20 0 19 0 30088896 9856040960 65867 33554432000 1073741824 1073778376 140737003171456 140533004482984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29553] ppid=29542 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29545/task/29553/stat : 29553 (java) S 29542 29545 24550 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 19 0 30088896 9856040960 65867 33554432000 1073741824 1073778376 140737003171456 140533003430440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29545/tid=29554] ppid=29542 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29545/task/29554/stat : 29554 (java) S 29542 29545 24550 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 30088896 9856040960 65867 33554432000 1073741824 1073778376 140737003171456 140533002377384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29545/tid=29555] ppid=29542 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/29545/task/29555/stat : 29555 (java) S 29542 29545 24550 0 -1 4202560 26 0 0 0 1 0 0 0 20 0 19 0 30088896 9856040960 65867 33554432000 1073741824 1073778376 140737003171456 140533001324840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29556] ppid=29542 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29545/task/29556/stat : 29556 (java) S 29542 29545 24550 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 30088898 9856040960 65867 33554432000 1073741824 1073778376 140737003171456 140532989127528 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29557] ppid=29542 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29545/task/29557/stat : 29557 (java) S 29542 29545 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30088898 9856040960 65867 33554432000 1073741824 1073778376 140737003171456 140532988073848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29545/tid=29558] ppid=29542 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29545/task/29558/stat : 29558 (java) S 29542 29545 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30088898 9856040960 65867 33554432000 1073741824 1073778376 140737003171456 140532987020680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29545/tid=29559] ppid=29542 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29545/task/29559/stat : 29559 (java) S 29542 29545 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30088901 9856040960 65867 33554432000 1073741824 1073778376 140737003171456 140532985969424 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29545/tid=29560] ppid=29542 vsize=9625040 CPUtime=1.18 cores=1,3,5,7
/proc/29545/task/29560/stat : 29560 (java) S 29542 29545 24550 0 -1 4202560 16720 0 0 0 115 3 0 0 20 0 19 0 30088901 9856040960 65867 33554432000 1073741824 1073778376 140737003171456 140532984916280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29545/tid=29561] ppid=29542 vsize=9625040 CPUtime=1.21 cores=1,3,5,7
/proc/29545/task/29561/stat : 29561 (java) S 29542 29545 24550 0 -1 4202560 11307 0 0 0 119 2 0 0 20 0 19 0 30088901 9856040960 65867 33554432000 1073741824 1073778376 140737003171456 140532983863736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29562] ppid=29542 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29545/task/29562/stat : 29562 (java) S 29542 29545 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30088901 9856040960 65867 33554432000 1073741824 1073778376 140737003171456 140532982810872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29545/tid=29563] ppid=29542 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29545/task/29563/stat : 29563 (java) S 29542 29545 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30088901 9856040960 65867 33554432000 1073741824 1073778376 140737003171456 140532981758536 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29564] ppid=29542 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29545/task/29564/stat : 29564 (java) S 29542 29545 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30088998 9856040960 65867 33554432000 1073741824 1073778376 140737003171456 140532980606504 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.9
Current children cumulated vsize (KiB) 9625040


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

[pid=29545/tid=29557] ppid=29542 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29545/task/29557/stat : 29557 (java) S 29542 29545 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30088898 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140532988073848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29545/tid=29558] ppid=29542 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29545/task/29558/stat : 29558 (java) S 29542 29545 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30088898 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140532987020680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29545/tid=29559] ppid=29542 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29545/task/29559/stat : 29559 (java) S 29542 29545 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30088901 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140532985969424 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29545/tid=29560] ppid=29542 vsize=9625040 CPUtime=1.31 cores=1,3,5,7
/proc/29545/task/29560/stat : 29560 (java) S 29542 29545 24550 0 -1 4202560 16736 0 0 0 128 3 0 0 20 0 19 0 30088901 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140532984916280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29545/tid=29561] ppid=29542 vsize=9625040 CPUtime=1.22 cores=1,3,5,7
/proc/29545/task/29561/stat : 29561 (java) S 29542 29545 24550 0 -1 4202560 11307 0 0 0 120 2 0 0 20 0 19 0 30088901 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140532983863736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29562] ppid=29542 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29545/task/29562/stat : 29562 (java) S 29542 29545 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30088901 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140532982810872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29545/tid=29563] ppid=29542 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/29545/task/29563/stat : 29563 (java) S 29542 29545 24550 0 -1 4202560 95 0 0 0 36 39 0 0 20 0 19 0 30088901 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140532981758536 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29564] ppid=29542 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29545/task/29564/stat : 29564 (java) S 29542 29545 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30088998 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140532980606504 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1671.91
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.09 2.07 2.08 3/213 29673
/proc/meminfo: memFree=25983888/32872528 swapFree=338416/354768
[pid=29545] ppid=29542 vsize=9625040 CPUtime=1731.92 cores=1,3,5,7
/proc/29545/stat : 29545 (java) S 29542 29545 24550 0 -1 4202496 54092 0 1 0 172811 381 0 0 20 0 19 0 30088894 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140737003162592 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29545/statm: 2406260 915468 2299 9 0 2396937 0
[pid=29545/tid=29547] ppid=29542 vsize=9625040 CPUtime=1718.66 cores=1,3,5,7
/proc/29545/task/29547/stat : 29547 (java) R 29542 29545 24550 0 -1 4202560 3472 0 1 0 171823 43 0 0 20 0 19 0 30088895 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140533232127680 140533092771916 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29545/tid=29548] ppid=29542 vsize=9625040 CPUtime=1.24 cores=1,3,5,7
/proc/29545/task/29548/stat : 29548 (java) S 29542 29545 24550 0 -1 4202560 3249 0 0 0 80 44 0 0 20 0 19 0 30088896 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140533210237864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29549] ppid=29542 vsize=9625040 CPUtime=1.13 cores=1,3,5,7
/proc/29545/task/29549/stat : 29549 (java) S 29542 29545 24550 0 -1 4202560 3199 0 0 0 73 40 0 0 20 0 19 0 30088896 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140533007641640 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29550] ppid=29542 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/29545/task/29550/stat : 29550 (java) S 29542 29545 24550 0 -1 4202560 3009 0 0 0 79 50 0 0 20 0 19 0 30088896 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140533006588584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29551] ppid=29542 vsize=9625040 CPUtime=0.92 cores=1,3,5,7
/proc/29545/task/29551/stat : 29551 (java) S 29542 29545 24550 0 -1 4202560 2147 0 0 0 58 34 0 0 20 0 19 0 30088896 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140533005536040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29552] ppid=29542 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/29545/task/29552/stat : 29552 (java) S 29542 29545 24550 0 -1 4202560 2524 0 0 0 67 38 0 0 20 0 19 0 30088896 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140533004482984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29545/tid=29553] ppid=29542 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/29545/task/29553/stat : 29553 (java) S 29542 29545 24550 0 -1 4202560 2505 0 0 0 66 34 0 0 20 0 19 0 30088896 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140533003430440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29545/tid=29554] ppid=29542 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/29545/task/29554/stat : 29554 (java) S 29542 29545 24550 0 -1 4202560 2281 0 0 0 68 41 0 0 20 0 19 0 30088896 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140533002377384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29545/tid=29555] ppid=29542 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/29545/task/29555/stat : 29555 (java) S 29542 29545 24550 0 -1 4202560 793 0 0 0 69 39 0 0 20 0 19 0 30088896 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140533001324840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29556] ppid=29542 vsize=9625040 CPUtime=1.27 cores=1,3,5,7
/proc/29545/task/29556/stat : 29556 (java) S 29542 29545 24550 0 -1 4202560 1510 0 0 0 125 2 0 0 20 0 19 0 30088898 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140532989127528 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29557] ppid=29542 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29545/task/29557/stat : 29557 (java) S 29542 29545 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30088898 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140532988073848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29545/tid=29558] ppid=29542 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29545/task/29558/stat : 29558 (java) S 29542 29545 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30088898 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140532987020680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29545/tid=29559] ppid=29542 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29545/task/29559/stat : 29559 (java) S 29542 29545 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30088901 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140532985969424 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29545/tid=29560] ppid=29542 vsize=9625040 CPUtime=1.31 cores=1,3,5,7
/proc/29545/task/29560/stat : 29560 (java) S 29542 29545 24550 0 -1 4202560 16736 0 0 0 128 3 0 0 20 0 19 0 30088901 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140532984916280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29545/tid=29561] ppid=29542 vsize=9625040 CPUtime=1.22 cores=1,3,5,7
/proc/29545/task/29561/stat : 29561 (java) S 29542 29545 24550 0 -1 4202560 11307 0 0 0 120 2 0 0 20 0 19 0 30088901 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140532983863736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29562] ppid=29542 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29545/task/29562/stat : 29562 (java) S 29542 29545 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30088901 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140532982810872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29545/tid=29563] ppid=29542 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/29545/task/29563/stat : 29563 (java) S 29542 29545 24550 0 -1 4202560 99 0 0 0 38 40 0 0 20 0 19 0 30088901 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140532981758536 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29564] ppid=29542 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29545/task/29564/stat : 29564 (java) S 29542 29545 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30088998 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140532980606504 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1731.92
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.10 2.08 2.08 3/213 29674
/proc/meminfo: memFree=25290324/32872528 swapFree=338416/354768
[pid=29545] ppid=29542 vsize=9625040 CPUtime=1791.95 cores=1,3,5,7
/proc/29545/stat : 29545 (java) S 29542 29545 24550 0 -1 4202496 54096 0 1 0 178812 383 0 0 20 0 19 0 30088894 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140737003162592 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29545/statm: 2406260 915468 2299 9 0 2396937 0
[pid=29545/tid=29547] ppid=29542 vsize=9625040 CPUtime=1778.66 cores=1,3,5,7
/proc/29545/task/29547/stat : 29547 (java) R 29542 29545 24550 0 -1 4202560 3472 0 1 0 177822 44 0 0 20 0 19 0 30088895 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140533232127680 140533092684667 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29545/tid=29548] ppid=29542 vsize=9625040 CPUtime=1.24 cores=1,3,5,7
/proc/29545/task/29548/stat : 29548 (java) S 29542 29545 24550 0 -1 4202560 3249 0 0 0 80 44 0 0 20 0 19 0 30088896 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140533210237864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29549] ppid=29542 vsize=9625040 CPUtime=1.13 cores=1,3,5,7
/proc/29545/task/29549/stat : 29549 (java) S 29542 29545 24550 0 -1 4202560 3199 0 0 0 73 40 0 0 20 0 19 0 30088896 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140533007641640 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29550] ppid=29542 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/29545/task/29550/stat : 29550 (java) S 29542 29545 24550 0 -1 4202560 3009 0 0 0 79 50 0 0 20 0 19 0 30088896 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140533006588584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29551] ppid=29542 vsize=9625040 CPUtime=0.92 cores=1,3,5,7
/proc/29545/task/29551/stat : 29551 (java) S 29542 29545 24550 0 -1 4202560 2147 0 0 0 58 34 0 0 20 0 19 0 30088896 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140533005536040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29552] ppid=29542 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/29545/task/29552/stat : 29552 (java) S 29542 29545 24550 0 -1 4202560 2524 0 0 0 67 38 0 0 20 0 19 0 30088896 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140533004482984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29545/tid=29553] ppid=29542 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/29545/task/29553/stat : 29553 (java) S 29542 29545 24550 0 -1 4202560 2505 0 0 0 66 34 0 0 20 0 19 0 30088896 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140533003430440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29545/tid=29554] ppid=29542 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/29545/task/29554/stat : 29554 (java) S 29542 29545 24550 0 -1 4202560 2281 0 0 0 68 41 0 0 20 0 19 0 30088896 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140533002377384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29545/tid=29555] ppid=29542 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/29545/task/29555/stat : 29555 (java) S 29542 29545 24550 0 -1 4202560 793 0 0 0 69 39 0 0 20 0 19 0 30088896 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140533001324840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29556] ppid=29542 vsize=9625040 CPUtime=1.28 cores=1,3,5,7
/proc/29545/task/29556/stat : 29556 (java) S 29542 29545 24550 0 -1 4202560 1510 0 0 0 125 3 0 0 20 0 19 0 30088898 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140532989127528 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29557] ppid=29542 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29545/task/29557/stat : 29557 (java) S 29542 29545 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30088898 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140532988073848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29545/tid=29558] ppid=29542 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29545/task/29558/stat : 29558 (java) S 29542 29545 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30088898 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140532987020680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29545/tid=29559] ppid=29542 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29545/task/29559/stat : 29559 (java) S 29542 29545 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30088901 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140532985969424 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29545/tid=29560] ppid=29542 vsize=9625040 CPUtime=1.31 cores=1,3,5,7
/proc/29545/task/29560/stat : 29560 (java) S 29542 29545 24550 0 -1 4202560 16736 0 0 0 128 3 0 0 20 0 19 0 30088901 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140532984916280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29545/tid=29561] ppid=29542 vsize=9625040 CPUtime=1.22 cores=1,3,5,7
/proc/29545/task/29561/stat : 29561 (java) S 29542 29545 24550 0 -1 4202560 11307 0 0 0 120 2 0 0 20 0 19 0 30088901 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140532983863736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29562] ppid=29542 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29545/task/29562/stat : 29562 (java) S 29542 29545 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30088901 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140532982810872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29545/tid=29563] ppid=29542 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/29545/task/29563/stat : 29563 (java) S 29542 29545 24550 0 -1 4202560 103 0 0 0 39 41 0 0 20 0 19 0 30088901 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140532981758536 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29564] ppid=29542 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29545/task/29564/stat : 29564 (java) S 29542 29545 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30088998 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140532980606504 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1791.95
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1790.4 s]
/proc/loadavg: 2.09 2.08 2.08 3/213 29674
/proc/meminfo: memFree=25290328/32872528 swapFree=338416/354768
[pid=29545] ppid=29542 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/29545/stat : 29545 (java) S 29542 29545 24550 0 -1 4202496 54096 0 1 0 179622 383 0 0 20 0 19 0 30088894 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140737003162592 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29545/statm: 2406260 915468 2299 9 0 2396937 0
[pid=29545/tid=29547] ppid=29542 vsize=9625040 CPUtime=1786.76 cores=1,3,5,7
/proc/29545/task/29547/stat : 29547 (java) R 29542 29545 24550 0 -1 4202560 3472 0 1 0 178632 44 0 0 20 0 19 0 30088895 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140533232127680 140533092771343 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29545/tid=29548] ppid=29542 vsize=9625040 CPUtime=1.24 cores=1,3,5,7
/proc/29545/task/29548/stat : 29548 (java) S 29542 29545 24550 0 -1 4202560 3249 0 0 0 80 44 0 0 20 0 19 0 30088896 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140533210237864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29549] ppid=29542 vsize=9625040 CPUtime=1.13 cores=1,3,5,7
/proc/29545/task/29549/stat : 29549 (java) S 29542 29545 24550 0 -1 4202560 3199 0 0 0 73 40 0 0 20 0 19 0 30088896 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140533007641640 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29550] ppid=29542 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/29545/task/29550/stat : 29550 (java) S 29542 29545 24550 0 -1 4202560 3009 0 0 0 79 50 0 0 20 0 19 0 30088896 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140533006588584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29551] ppid=29542 vsize=9625040 CPUtime=0.92 cores=1,3,5,7
/proc/29545/task/29551/stat : 29551 (java) S 29542 29545 24550 0 -1 4202560 2147 0 0 0 58 34 0 0 20 0 19 0 30088896 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140533005536040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29552] ppid=29542 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/29545/task/29552/stat : 29552 (java) S 29542 29545 24550 0 -1 4202560 2524 0 0 0 67 38 0 0 20 0 19 0 30088896 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140533004482984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29545/tid=29553] ppid=29542 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/29545/task/29553/stat : 29553 (java) S 29542 29545 24550 0 -1 4202560 2505 0 0 0 66 34 0 0 20 0 19 0 30088896 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140533003430440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29545/tid=29554] ppid=29542 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/29545/task/29554/stat : 29554 (java) S 29542 29545 24550 0 -1 4202560 2281 0 0 0 68 41 0 0 20 0 19 0 30088896 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140533002377384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29545/tid=29555] ppid=29542 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/29545/task/29555/stat : 29555 (java) S 29542 29545 24550 0 -1 4202560 793 0 0 0 69 39 0 0 20 0 19 0 30088896 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140533001324840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29556] ppid=29542 vsize=9625040 CPUtime=1.28 cores=1,3,5,7
/proc/29545/task/29556/stat : 29556 (java) S 29542 29545 24550 0 -1 4202560 1510 0 0 0 125 3 0 0 20 0 19 0 30088898 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140532989127528 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29557] ppid=29542 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29545/task/29557/stat : 29557 (java) S 29542 29545 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30088898 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140532988073848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29545/tid=29558] ppid=29542 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29545/task/29558/stat : 29558 (java) S 29542 29545 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30088898 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140532987020680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29545/tid=29559] ppid=29542 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29545/task/29559/stat : 29559 (java) S 29542 29545 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30088901 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140532985969424 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29545/tid=29560] ppid=29542 vsize=9625040 CPUtime=1.31 cores=1,3,5,7
/proc/29545/task/29560/stat : 29560 (java) S 29542 29545 24550 0 -1 4202560 16736 0 0 0 128 3 0 0 20 0 19 0 30088901 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140532984916280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29545/tid=29561] ppid=29542 vsize=9625040 CPUtime=1.22 cores=1,3,5,7
/proc/29545/task/29561/stat : 29561 (java) S 29542 29545 24550 0 -1 4202560 11307 0 0 0 120 2 0 0 20 0 19 0 30088901 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140532983863736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29562] ppid=29542 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29545/task/29562/stat : 29562 (java) S 29542 29545 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30088901 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140532982810872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29545/tid=29563] ppid=29542 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/29545/task/29563/stat : 29563 (java) S 29542 29545 24550 0 -1 4202560 103 0 0 0 39 42 0 0 20 0 19 0 30088901 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140532981758536 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29545/tid=29564] ppid=29542 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29545/task/29564/stat : 29564 (java) S 29542 29545 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30088998 9856040960 915468 33554432000 1073741824 1073778376 140737003171456 140532980606504 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 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 29545 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1790.45
CPU time (s): 1800.51
CPU user time (s): 1796.22
CPU system time (s): 4.29135
CPU usage (%): 100.562
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.22
system time used= 4.29135
maximum resident set size= 3661988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54131
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39641
involuntary context switches= 6930

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6528 second user time and 9.81351 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-18 22:07:02
IDJOB=4106882
IDBENCH=48304
IDSOLVER=2546
FILE ID=node126/4106882-1466280422
RUNJOBID= node126-1466264639-24567
PBS_JOBID= 19918224
Free space on /tmp= 71740 MiB

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

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

MD5SUM BENCH= d5640996c15a8815d620b5d6c220fea1
RANDOM SEED=2041269620

node126.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.121
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.24
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.121
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.121
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.121
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.121
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.121
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.121
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.121
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:        30787420 kB
Buffers:          147804 kB
Cached:           253492 kB
SwapCached:         1736 kB
Active:           674316 kB
Inactive:         317364 kB
Active(anon):     591196 kB
Inactive(anon):     1796 kB
Active(file):      83120 kB
Inactive(file):   315568 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100232 kB
Dirty:              1296 kB
Writeback:             0 kB
AnonPages:        879336 kB
Mapped:            17120 kB
Shmem:                 0 kB
Slab:             606364 kB
SReclaimable:      50232 kB
SUnreclaim:       556132 kB
KernelStack:        1592 kB
PageTables:         6060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1074168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    473088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node126 at 2016-06-18 22:36:52