Trace number 4089761

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

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
EC_RANDOM_GRAPHS/normalized-ECrand4regsplit-v090-n1.opb
MD5SUMd522a051431a8d69bf39a689d6d690a7
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.080987
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables179
Total number of constraints90
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.33	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.05/0.33	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.33	c See www.sat4j.org for details.
0.05/0.34	c version PB16.v20160501
0.05/0.34	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.34	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.34	c java.vm.version	19.1-b02
0.05/0.34	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.34	c sun.arch.data.model	64
0.05/0.34	c java.version		1.6.0_24
0.05/0.34	c os.name		Linux
0.05/0.34	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.34	c os.arch		amd64
0.05/0.34	c Free memory 		501472288
0.05/0.34	c Max memory 		7480803328
0.05/0.34	c Total memory 		504102912
0.05/0.34	c Number of processors 	8
0.05/0.37	c Pseudo Boolean Optimization by upper bound
0.05/0.37	c --- Begin Solver configuration ---
0.05/0.37	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.05/0.37	c Learn all clauses as in MiniSAT
0.05/0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.37	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.05/0.37	c No reason simplification
0.05/0.37	c Glucose 2.1 dynamic restart strategy
0.05/0.37	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.05/0.37	c timeout=2147483s
0.05/0.37	c DB Simplification allowed=false
0.05/0.37	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.05/0.37	c --- End Solver configuration ---
0.05/0.37	c solving HOME/instance-4089761-1466033430.opb
0.05/0.37	c reading problem ... 
0.05/0.37	c  no objective function found
0.05/0.39	c ... done. Wall clock time 0.025s.
0.05/0.39	c declared #vars     179
0.05/0.39	c #constraints  180
0.05/0.39	c constraints type 
0.05/0.40	c org.sat4j.minisat.constraints.card.MinWatchCard => 178
0.05/0.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.05/0.40	c 180 constraints processed.
0.66/0.76	c cleaning 2483 clauses out of 5000 with flag 34587/5000
1.24/1.12	c cleaning 4257 clauses out of 8517 with flag 83737/11000
1.63/1.58	c cleaning 5622 clauses out of 11261 with flag 156126/18001
2.24/2.14	c cleaning 6813 clauses out of 13638 with flag 231346/26000
2.95/2.83	c cleaning 7909 clauses out of 15827 with flag 321882/35002
3.75/3.63	c cleaning 8954 clauses out of 17916 with flag 410892/45000
4.74/4.68	c cleaning 9980 clauses out of 19964 with flag 536171/56002
5.95/5.80	c cleaning 10987 clauses out of 21982 with flag 656798/68000
7.26/7.10	c cleaning 11990 clauses out of 23997 with flag 783016/81002
8.86/8.80	c cleaning 13001 clauses out of 26007 with flag 925195/95002
10.76/10.62	c cleaning 13996 clauses out of 28004 with flag 1058907/110000
12.66/12.52	c cleaning 15004 clauses out of 30009 with flag 1207802/126001
14.86/14.73	c cleaning 15985 clauses out of 32004 with flag 1400326/143000
17.65/17.57	c cleaning 16997 clauses out of 34019 with flag 1679506/161000
20.45/20.33	c cleaning 17998 clauses out of 36022 with flag 1955219/180000
23.55/23.45	c cleaning 18994 clauses out of 38025 with flag 2210551/200001
27.05/26.92	c cleaning 19994 clauses out of 40031 with flag 2504353/221001
30.85/30.74	c cleaning 21008 clauses out of 42037 with flag 2833097/243001
34.75/34.65	c cleaning 22009 clauses out of 44028 with flag 3157080/266000
39.45/39.32	c cleaning 23009 clauses out of 46020 with flag 3530638/290001
44.16/44.10	c cleaning 24002 clauses out of 48010 with flag 3868268/315000
49.55/49.44	c cleaning 24993 clauses out of 50009 with flag 4191895/341001
55.05/54.93	c cleaning 25993 clauses out of 52015 with flag 4543832/368000
60.65/60.57	c cleaning 26995 clauses out of 54022 with flag 4866522/396000
66.64/66.53	c cleaning 28006 clauses out of 56027 with flag 5197280/425000
73.44/73.38	c cleaning 29000 clauses out of 58021 with flag 5565378/455000
82.55/82.49	c cleaning 29998 clauses out of 60021 with flag 6015178/486000
91.15/91.01	c cleaning 30994 clauses out of 62023 with flag 6450115/518000
100.35/100.24	c cleaning 32006 clauses out of 64029 with flag 6931791/551000
109.74/109.67	c cleaning 33000 clauses out of 66024 with flag 7422008/585001
119.74/119.66	c cleaning 34004 clauses out of 68025 with flag 7903495/620002
130.77/130.66	c cleaning 34998 clauses out of 70020 with flag 8304639/656001
141.07/140.93	c cleaning 36003 clauses out of 72021 with flag 8795981/693000
151.66/151.59	c cleaning 37002 clauses out of 74019 with flag 9314043/731001
163.08/162.91	c cleaning 38002 clauses out of 76017 with flag 9818836/770001
174.37/174.29	c cleaning 38988 clauses out of 78015 with flag 10275354/810001
187.17/187.09	c cleaning 40008 clauses out of 80026 with flag 10775306/851000
200.46/200.37	c cleaning 40996 clauses out of 82018 with flag 11310964/893000
214.15/214.05	c cleaning 41991 clauses out of 84022 with flag 11842975/936000
227.96/227.82	c cleaning 43011 clauses out of 86032 with flag 12400728/980001
243.65/243.57	c cleaning 44006 clauses out of 88024 with flag 13017693/1025004
260.66/260.58	c cleaning 44994 clauses out of 90016 with flag 13678608/1071002
277.26/277.13	c cleaning 45986 clauses out of 92020 with flag 14199663/1118000
295.56/295.48	c cleaning 47015 clauses out of 94036 with flag 14849649/1166002
314.26/314.15	c cleaning 47990 clauses out of 96019 with flag 15534522/1215000
333.76/333.64	c cleaning 49001 clauses out of 98029 with flag 16166005/1265000
354.02/353.87	c cleaning 50000 clauses out of 100028 with flag 16845642/1316000
373.24/373.04	c cleaning 51008 clauses out of 102028 with flag 17544042/1368000
396.24/396.04	c cleaning 51989 clauses out of 104020 with flag 18384461/1421000
421.04/420.84	c cleaning 53009 clauses out of 106032 with flag 19217444/1475001
446.65/446.42	c cleaning 54000 clauses out of 108024 with flag 20031114/1530002
472.06/471.82	c cleaning 54992 clauses out of 110022 with flag 20850201/1586000
499.47/499.20	c cleaning 56005 clauses out of 112030 with flag 21731409/1643000
528.57/528.31	c cleaning 56997 clauses out of 114025 with flag 22678854/1701000
560.07/559.81	c cleaning 58007 clauses out of 116028 with flag 23618805/1760000
589.48/589.21	c cleaning 59004 clauses out of 118022 with flag 24459393/1820001
620.08/619.82	c cleaning 59995 clauses out of 120017 with flag 25259095/1881000
651.08/650.82	c cleaning 61004 clauses out of 122022 with flag 26087652/1943000
682.65/682.31	c cleaning 61999 clauses out of 124018 with flag 26875147/2006000
712.24/711.99	c cleaning 62993 clauses out of 126019 with flag 27677290/2070000
744.24/743.92	c cleaning 63999 clauses out of 128028 with flag 28505578/2135002
779.06/778.77	c cleaning 65000 clauses out of 130027 with flag 29358190/2201000
818.99/818.64	c cleaning 66005 clauses out of 132028 with flag 30304072/2268001
858.00/857.63	c cleaning 67004 clauses out of 134022 with flag 31213574/2336000
905.09/904.76	c cleaning 67997 clauses out of 136018 with flag 32139686/2405000
949.00/948.69	c cleaning 68994 clauses out of 138021 with flag 33098330/2475000
994.92/994.56	c cleaning 70006 clauses out of 140027 with flag 34087618/2546000
1044.22/1043.83	c cleaning 70993 clauses out of 142021 with flag 35058631/2618000
1092.37/1091.93	c cleaning 71995 clauses out of 144029 with flag 36051400/2691001
1140.78/1140.35	c cleaning 73001 clauses out of 146035 with flag 37112582/2765002
1190.99/1190.55	c cleaning 74011 clauses out of 148035 with flag 38201121/2840003
1239.71/1239.29	c cleaning 75001 clauses out of 150022 with flag 39287958/2916001
1290.61/1290.13	c cleaning 76002 clauses out of 152022 with flag 40426211/2993002
1338.92/1338.48	c cleaning 76997 clauses out of 154018 with flag 41449285/3071000
1397.64/1397.14	c cleaning 77998 clauses out of 156021 with flag 42649823/3150000
1451.14/1450.60	c cleaning 79003 clauses out of 158023 with flag 43795096/3230000
1513.23/1512.69	c cleaning 80002 clauses out of 160022 with flag 44935681/3311002
1568.34/1567.76	c cleaning 80996 clauses out of 162018 with flag 45812682/3393000
1634.04/1633.48	c cleaning 82002 clauses out of 164023 with flag 46694634/3476001
1694.94/1694.39	c cleaning 83001 clauses out of 166020 with flag 47614479/3560000
1767.05/1766.45	c cleaning 83997 clauses out of 168019 with flag 48827428/3645000
1800.05/1799.40	c starts		: 2373
1800.05/1799.40	c conflicts		: 3694346
1800.05/1799.40	c decisions		: 4471268
1800.05/1799.40	c propagations		: 127627051
1800.05/1799.40	c inspects		: 39193548949
1800.05/1799.40	c shortcuts		: 0
1800.05/1799.40	c learnt literals	: 0
1800.05/1799.40	c learnt binary clauses	: 0
1800.05/1799.40	c learnt ternary clauses	: 0
1800.05/1799.40	c learnt constraints	: 3694346
1800.05/1799.40	c ignored constraints	: 0
1800.05/1799.40	c root simplifications	: 0
1800.05/1799.40	c removed literals (reason simplification)	: 0
1800.05/1799.40	c reason swapping (by a shorter reason)	: 0
1800.05/1799.40	c Calls to reduceDB	: 81
1800.05/1799.40	c Number of update (reduction) of LBD	: 1315777
1800.05/1799.40	c Imported unit clauses	: 0
1800.05/1799.40	c number of reductions to clauses (during analyze)	: 0
1800.05/1799.40	c number of learned constraints concerned by reduction	: 0
1800.05/1799.40	c number of learning phase by resolution	: 0
1800.05/1799.40	c number of learning phase by cutting planes	: 0
1800.05/1799.40	c speed (assignments/second)	: 70943.14190344106
1800.05/1799.40	c non guided choices	41
1800.05/1799.40	c timeout
1800.05/1799.43	c learnt constraints type 
1800.05/1799.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 133368
1800.05/1799.43	s UNKNOWN
1800.05/1799.43	c Total wall clock time (in seconds): 1799.059

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-4089761-1466033430/watcher-4089761-1466033430 -o /tmp/evaluation-result-4089761-1466033430/solver-4089761-1466033430 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466033430-13361 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4089761-1466033430.opb 

pid=13386
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: 0.96 1.16 1.54 2/175 13390
/proc/meminfo: memFree=31622272/32872528 swapFree=446836/479540
[pid=13390] ppid=13386 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/13390/stat : 13390 (java) R 13386 13390 5711 0 -1 4202496 297 0 1 0 0 0 0 0 20 0 1 0 5393109 9515008 156 33554432000 1073741824 1073778376 140737123950064 140737123947096 1073762786 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13390/statm: 2323 170 128 9 0 71 0

[startup+0.100188 s]
/proc/loadavg: 0.96 1.16 1.54 2/175 13390
/proc/meminfo: memFree=31622272/32872528 swapFree=446836/479540
[pid=13390] ppid=13386 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/13390/stat : 13390 (java) S 13386 13390 5711 0 -1 4202496 1206 0 18 0 0 0 0 0 20 0 2 0 5393109 24780800 866 33554432000 1073741824 1073778376 140736238673424 140736238664560 235378081853 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/13390/statm: 6050 866 654 9 0 385 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 24200

[startup+0.200352 s]
/proc/loadavg: 0.96 1.16 1.54 2/175 13390
/proc/meminfo: memFree=31622272/32872528 swapFree=446836/479540
[pid=13390] ppid=13386 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/13390/stat : 13390 (java) S 13386 13390 5711 0 -1 4202496 3051 0 24 0 1 1 0 0 20 0 13 0 5393109 9446973440 3693 33554432000 1073741824 1073778376 140736238673424 140736238664560 235378081853 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/13390/statm: 2306390 3693 1680 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.300283 s]
/proc/loadavg: 0.96 1.16 1.54 2/175 13390
/proc/meminfo: memFree=31622272/32872528 swapFree=446836/479540
[pid=13390] ppid=13386 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/13390/stat : 13390 (java) S 13386 13390 5711 0 -1 4202496 3276 0 24 0 4 1 0 0 20 0 18 0 5393109 9787879424 4429 33554432000 1073741824 1073778376 140736238673424 140736238664560 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/13390/statm: 2389619 4429 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558476

[startup+0.700208 s]
/proc/loadavg: 0.96 1.16 1.54 2/175 13390
/proc/meminfo: memFree=31622272/32872528 swapFree=446836/479540
[pid=13390] ppid=13386 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/13390/stat : 13390 (java) S 13386 13390 5711 0 -1 4202496 6392 0 26 0 64 2 0 0 20 0 19 0 5393109 9856040960 7746 33554432000 1073741824 1073778376 140736238673424 140736238664560 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/13390/statm: 2406260 7746 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 0.96 1.16 1.54 3/212 13427
/proc/meminfo: memFree=31536872/32872528 swapFree=446836/479540
[pid=13390] ppid=13386 vsize=9625040 CPUtime=1.63 cores=1,3,5,7
/proc/13390/stat : 13390 (java) S 13386 13390 5711 0 -1 4202496 9173 0 26 0 160 3 0 0 20 0 19 0 5393109 9856040960 9294 33554432000 1073741824 1073778376 140736238673424 140736238664560 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/13390/statm: 2406260 9294 2241 9 0 2396937 0
[pid=13390/tid=13393] ppid=13386 vsize=9625040 CPUtime=1.21 cores=1,3,5,7
/proc/13390/task/13393/stat : 13393 (java) R 13386 13390 5711 0 -1 4202560 2386 0 6 0 119 2 0 0 20 0 19 0 5393119 9856040960 9294 33554432000 1073741824 1073778376 140736238673424 140674446926296 140674289040062 0 4 0 16800975 0 0 0 -1 1 0 0 15 0 0
[pid=13390/tid=13394] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13394/stat : 13394 (java) S 13386 13390 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5393123 9856040960 9294 33554432000 1073741824 1073778376 140736238673424 140674408417576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13396] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13396/stat : 13396 (java) S 13386 13390 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5393123 9856040960 9294 33554432000 1073741824 1073778376 140736238673424 140674407364776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13390/tid=13398] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13398/stat : 13398 (java) S 13386 13390 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5393123 9856040960 9294 33554432000 1073741824 1073778376 140736238673424 140674288577064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13390/tid=13401] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13401/stat : 13401 (java) S 13386 13390 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5393123 9856040960 9294 33554432000 1073741824 1073778376 140736238673424 140674287524264 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13390/tid=13403] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13403/stat : 13403 (java) S 13386 13390 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5393124 9856040960 9294 33554432000 1073741824 1073778376 140736238673424 140674286471976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13405] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13405/stat : 13405 (java) S 13386 13390 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5393124 9856040960 9294 33554432000 1073741824 1073778376 140736238673424 140674285419176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13390/tid=13406] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13406/stat : 13406 (java) S 13386 13390 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5393124 9856040960 9294 33554432000 1073741824 1073778376 140736238673424 140674284366888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13408] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13408/stat : 13408 (java) S 13386 13390 5711 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5393124 9856040960 9294 33554432000 1073741824 1073778376 140736238673424 140674283314088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13411] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13411/stat : 13411 (java) S 13386 13390 5711 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5393127 9856040960 9294 33554432000 1073741824 1073778376 140736238673424 140673800984808 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13413] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13413/stat : 13413 (java) S 13386 13390 5711 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5393129 9856040960 9294 33554432000 1073741824 1073778376 140736238673424 140673799930872 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13415] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13415/stat : 13415 (java) S 13386 13390 5711 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5393129 9856040960 9294 33554432000 1073741824 1073778376 140736238673424 140673798878472 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13416] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13416/stat : 13416 (java) S 13386 13390 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5393137 9856040960 9294 33554432000 1073741824 1073778376 140736238673424 140673797826960 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13419] ppid=13386 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/13390/task/13419/stat : 13419 (java) S 13386 13390 5711 0 -1 4202560 3586 0 1 0 24 0 0 0 20 0 19 0 5393137 9856040960 9294 33554432000 1073741824 1073778376 140736238673424 140673796774584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13421] ppid=13386 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/13390/task/13421/stat : 13421 (java) S 13386 13390 5711 0 -1 4202560 1949 0 1 0 14 0 0 0 20 0 19 0 5393137 9856040960 9294 33554432000 1073741824 1073778376 140736238673424 140673795721784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13390/tid=13423] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13423/stat : 13423 (java) S 13386 13390 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5393137 9856040960 9294 33554432000 1073741824 1073778376 140736238673424 140673794669688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13390/tid=13425] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13425/stat : 13425 (java) S 13386 13390 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5393137 9856040960 9294 33554432000 1073741824 1073778376 140736238673424 140673793617096 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13427] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13427/stat : 13427 (java) S 13386 13390 5711 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5393149 9856040960 9294 33554432000 1073741824 1073778376 140736238673424 140673792562088 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 9625040

[startup+3.10067 s]
/proc/loadavg: 0.96 1.16 1.54 3/212 13427
/proc/meminfo: memFree=31529472/32872528 swapFree=446836/479540
[pid=13390] ppid=13386 vsize=9625040 CPUtime=3.25 cores=1,3,5,7
/proc/13390/stat : 13390 (java) S 13386 13390 5711 0 -1 4202496 9176 0 26 0 322 3 0 0 20 0 19 0 5393109 9856040960 10319 33554432000 1073741824 1073778376 140736238673424 140736238664560 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/13390/statm: 2406260 10319 2241 9 0 2396937 0
[pid=13390/tid=13393] ppid=13386 vsize=9625040 CPUtime=2.8 cores=1,3,5,7
/proc/13390/task/13393/stat : 13393 (java) R 13386 13390 5711 0 -1 4202560 2388 0 6 0 278 2 0 0 20 0 19 0 5393119 9856040960 10319 33554432000 1073741824 1073778376 140736238673424 140674446917296 140674289040147 0 4 0 16800975 0 0 0 -1 7 0 0 15 0 0
[pid=13390/tid=13394] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13394/stat : 13394 (java) S 13386 13390 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5393123 9856040960 10319 33554432000 1073741824 1073778376 140736238673424 140674408417576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13396] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13396/stat : 13396 (java) S 13386 13390 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5393123 9856040960 10319 33554432000 1073741824 1073778376 140736238673424 140674407364776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13390/tid=13398] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13398/stat : 13398 (java) S 13386 13390 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5393123 9856040960 10319 33554432000 1073741824 1073778376 140736238673424 140674288577064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13390/tid=13401] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13401/stat : 13401 (java) S 13386 13390 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5393123 9856040960 10319 33554432000 1073741824 1073778376 140736238673424 140674287524264 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13390/tid=13403] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13403/stat : 13403 (java) S 13386 13390 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5393124 9856040960 10319 33554432000 1073741824 1073778376 140736238673424 140674286471976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13405] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13405/stat : 13405 (java) S 13386 13390 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5393124 9856040960 10319 33554432000 1073741824 1073778376 140736238673424 140674285419176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13390/tid=13406] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13406/stat : 13406 (java) S 13386 13390 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5393124 9856040960 10319 33554432000 1073741824 1073778376 140736238673424 140674284366888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13408] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13408/stat : 13408 (java) S 13386 13390 5711 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5393124 9856040960 10319 33554432000 1073741824 1073778376 140736238673424 140674283314088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13411] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13411/stat : 13411 (java) S 13386 13390 5711 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5393127 9856040960 10319 33554432000 1073741824 1073778376 140736238673424 140673800984808 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13413] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13413/stat : 13413 (java) S 13386 13390 5711 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5393129 9856040960 10319 33554432000 1073741824 1073778376 140736238673424 140673799930872 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13415] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13415/stat : 13415 (java) S 13386 13390 5711 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5393129 9856040960 10319 33554432000 1073741824 1073778376 140736238673424 140673798878472 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13416] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13416/stat : 13416 (java) S 13386 13390 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5393137 9856040960 10319 33554432000 1073741824 1073778376 140736238673424 140673797826960 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13419] ppid=13386 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/13390/task/13419/stat : 13419 (java) S 13386 13390 5711 0 -1 4202560 3587 0 1 0 26 0 0 0 20 0 19 0 5393137 9856040960 10319 33554432000 1073741824 1073778376 140736238673424 140673796774584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13421] ppid=13386 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/13390/task/13421/stat : 13421 (java) S 13386 13390 5711 0 -1 4202560 1949 0 1 0 15 0 0 0 20 0 19 0 5393137 9856040960 10319 33554432000 1073741824 1073778376 140736238673424 140673795721784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13390/tid=13423] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13423/stat : 13423 (java) S 13386 13390 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5393137 9856040960 10319 33554432000 1073741824 1073778376 140736238673424 140673794669688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13390/tid=13425] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13425/stat : 13425 (java) S 13386 13390 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5393137 9856040960 10319 33554432000 1073741824 1073778376 140736238673424 140673793617096 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13427] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13427/stat : 13427 (java) S 13386 13390 5711 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5393149 9856040960 10319 33554432000 1073741824 1073778376 140736238673424 140673792562088 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.25
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 1.13 1.19 1.55 3/212 13427
/proc/meminfo: memFree=31516880/32872528 swapFree=446836/479540
[pid=13390] ppid=13386 vsize=9625040 CPUtime=6.45 cores=1,3,5,7
/proc/13390/stat : 13390 (java) S 13386 13390 5711 0 -1 4202496 9182 0 26 0 642 3 0 0 20 0 19 0 5393109 9856040960 12141 33554432000 1073741824 1073778376 140736238673424 140736238664560 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/13390/statm: 2406260 12141 2242 9 0 2396937 0
[pid=13390/tid=13393] ppid=13386 vsize=9625040 CPUtime=5.99 cores=1,3,5,7
/proc/13390/task/13393/stat : 13393 (java) R 13386 13390 5711 0 -1 4202560 2393 0 6 0 597 2 0 0 20 0 19 0 5393119 9856040960 12141 33554432000 1073741824 1073778376 140736238673424 140674446917296 140674289040057 0 4 0 16800975 0 0 0 -1 3 0 0 15 0 0
[pid=13390/tid=13394] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13394/stat : 13394 (java) S 13386 13390 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5393123 9856040960 12141 33554432000 1073741824 1073778376 140736238673424 140674408417576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13396] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13396/stat : 13396 (java) S 13386 13390 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5393123 9856040960 12141 33554432000 1073741824 1073778376 140736238673424 140674407364776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13390/tid=13398] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13398/stat : 13398 (java) S 13386 13390 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5393123 9856040960 12141 33554432000 1073741824 1073778376 140736238673424 140674288577064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13390/tid=13401] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13401/stat : 13401 (java) S 13386 13390 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5393123 9856040960 12141 33554432000 1073741824 1073778376 140736238673424 140674287524264 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13390/tid=13403] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13403/stat : 13403 (java) S 13386 13390 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5393124 9856040960 12141 33554432000 1073741824 1073778376 140736238673424 140674286471976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13405] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13405/stat : 13405 (java) S 13386 13390 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5393124 9856040960 12141 33554432000 1073741824 1073778376 140736238673424 140674285419176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13390/tid=13406] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13406/stat : 13406 (java) S 13386 13390 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5393124 9856040960 12141 33554432000 1073741824 1073778376 140736238673424 140674284366888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13408] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13408/stat : 13408 (java) S 13386 13390 5711 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5393124 9856040960 12141 33554432000 1073741824 1073778376 140736238673424 140674283314088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13411] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13411/stat : 13411 (java) S 13386 13390 5711 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5393127 9856040960 12141 33554432000 1073741824 1073778376 140736238673424 140673800984808 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13413] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13413/stat : 13413 (java) S 13386 13390 5711 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5393129 9856040960 12141 33554432000 1073741824 1073778376 140736238673424 140673799930872 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13415] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13415/stat : 13415 (java) S 13386 13390 5711 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5393129 9856040960 12141 33554432000 1073741824 1073778376 140736238673424 140673798878472 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13416] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13416/stat : 13416 (java) S 13386 13390 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5393137 9856040960 12141 33554432000 1073741824 1073778376 140736238673424 140673797826960 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13419] ppid=13386 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/13390/task/13419/stat : 13419 (java) S 13386 13390 5711 0 -1 4202560 3587 0 1 0 26 0 0 0 20 0 19 0 5393137 9856040960 12141 33554432000 1073741824 1073778376 140736238673424 140673796774584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13421] ppid=13386 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/13390/task/13421/stat : 13421 (java) S 13386 13390 5711 0 -1 4202560 1949 0 1 0 16 0 0 0 20 0 19 0 5393137 9856040960 12141 33554432000 1073741824 1073778376 140736238673424 140673795721784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13390/tid=13423] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13423/stat : 13423 (java) S 13386 13390 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5393137 9856040960 12141 33554432000 1073741824 1073778376 140736238673424 140673794669688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13390/tid=13425] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13425/stat : 13425 (java) S 13386 13390 5711 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5393137 9856040960 12141 33554432000 1073741824 1073778376 140736238673424 140673793617096 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13427] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13427/stat : 13427 (java) S 13386 13390 5711 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5393149 9856040960 12141 33554432000 1073741824 1073778376 140736238673424 140673792562088 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.45
Current children cumulated vsize (KiB) 9625040


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

[pid=13390/tid=13427] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13427/stat : 13427 (java) S 13386 13390 5711 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5393149 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140673792562088 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1662.94
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.02 2.07 2.00 3/211 13467
/proc/meminfo: memFree=31179444/32872528 swapFree=446836/479540
[pid=13390] ppid=13386 vsize=9625040 CPUtime=1722.94 cores=1,3,5,7
/proc/13390/stat : 13390 (java) S 13386 13390 5711 0 -1 4202496 9891 0 26 0 172254 40 0 0 20 0 19 0 5393109 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140736238664560 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/13390/statm: 2406260 55007 2257 9 0 2396937 0
[pid=13390/tid=13393] ppid=13386 vsize=9625040 CPUtime=1717.46 cores=1,3,5,7
/proc/13390/task/13393/stat : 13393 (java) R 13386 13390 5711 0 -1 4202560 2454 0 6 0 171715 31 0 0 20 0 19 0 5393119 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140674446917296 140674289062760 0 4 0 16800975 0 0 0 -1 3 0 0 15 0 0
[pid=13390/tid=13394] ppid=13386 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/13390/task/13394/stat : 13394 (java) S 13386 13390 5711 0 -1 4202560 25 0 0 0 5 0 0 0 20 0 19 0 5393123 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140674408417576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13390/tid=13396] ppid=13386 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/13390/task/13396/stat : 13396 (java) S 13386 13390 5711 0 -1 4202560 35 0 0 0 3 0 0 0 20 0 19 0 5393123 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140674407364776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13390/tid=13398] ppid=13386 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13390/task/13398/stat : 13398 (java) S 13386 13390 5711 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 5393123 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140674288577064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13390/tid=13401] ppid=13386 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/13390/task/13401/stat : 13401 (java) S 13386 13390 5711 0 -1 4202560 58 0 0 0 3 0 0 0 20 0 19 0 5393123 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140674287524264 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13403] ppid=13386 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13390/task/13403/stat : 13403 (java) S 13386 13390 5711 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 5393124 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140674286471976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13405] ppid=13386 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/13390/task/13405/stat : 13405 (java) S 13386 13390 5711 0 -1 4202560 19 0 0 0 5 0 0 0 20 0 19 0 5393124 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140674285419176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13390/tid=13406] ppid=13386 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/13390/task/13406/stat : 13406 (java) S 13386 13390 5711 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 5393124 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140674284366888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13390/tid=13408] ppid=13386 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/13390/task/13408/stat : 13408 (java) S 13386 13390 5711 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 5393124 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140674283314088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13390/tid=13411] ppid=13386 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/13390/task/13411/stat : 13411 (java) S 13386 13390 5711 0 -1 4202560 26 0 0 0 1 0 0 0 20 0 19 0 5393127 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140673800984808 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13413] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13413/stat : 13413 (java) S 13386 13390 5711 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5393129 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140673799930872 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13390/tid=13415] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13415/stat : 13415 (java) S 13386 13390 5711 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5393129 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140673798878472 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13416] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13416/stat : 13416 (java) S 13386 13390 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5393137 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140673797826960 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13419] ppid=13386 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/13390/task/13419/stat : 13419 (java) S 13386 13390 5711 0 -1 4202560 3587 0 1 0 26 0 0 0 20 0 19 0 5393137 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140673796774584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13421] ppid=13386 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/13390/task/13421/stat : 13421 (java) S 13386 13390 5711 0 -1 4202560 2294 0 1 0 18 0 0 0 20 0 19 0 5393137 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140673795721784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13390/tid=13423] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13423/stat : 13423 (java) S 13386 13390 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5393137 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140673794669688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13390/tid=13425] ppid=13386 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/13390/task/13425/stat : 13425 (java) S 13386 13390 5711 0 -1 4202560 100 0 0 0 26 34 0 0 20 0 19 0 5393137 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140673793617096 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13390/tid=13427] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13427/stat : 13427 (java) S 13386 13390 5711 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5393149 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140673792562088 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1722.94
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.05 2.00 3/212 13472
/proc/meminfo: memFree=31179084/32872528 swapFree=446836/479540
[pid=13390] ppid=13386 vsize=9625040 CPUtime=1782.95 cores=1,3,5,7
/proc/13390/stat : 13390 (java) S 13386 13390 5711 0 -1 4202496 9895 0 26 0 178254 41 0 0 20 0 19 0 5393109 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140736238664560 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/13390/statm: 2406260 55007 2257 9 0 2396937 0
[pid=13390/tid=13393] ppid=13386 vsize=9625040 CPUtime=1777.3 cores=1,3,5,7
/proc/13390/task/13393/stat : 13393 (java) R 13386 13390 5711 0 -1 4202560 2454 0 6 0 177698 32 0 0 20 0 19 0 5393119 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140674446917296 140674289040057 0 4 0 16800975 0 0 0 -1 3 0 0 15 0 0
[pid=13390/tid=13394] ppid=13386 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/13390/task/13394/stat : 13394 (java) S 13386 13390 5711 0 -1 4202560 25 0 0 0 5 0 0 0 20 0 19 0 5393123 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140674408417576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13390/tid=13396] ppid=13386 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/13390/task/13396/stat : 13396 (java) S 13386 13390 5711 0 -1 4202560 35 0 0 0 3 0 0 0 20 0 19 0 5393123 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140674407364776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13390/tid=13398] ppid=13386 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13390/task/13398/stat : 13398 (java) S 13386 13390 5711 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 5393123 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140674288577064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13390/tid=13401] ppid=13386 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/13390/task/13401/stat : 13401 (java) S 13386 13390 5711 0 -1 4202560 58 0 0 0 3 0 0 0 20 0 19 0 5393123 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140674287524264 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13403] ppid=13386 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13390/task/13403/stat : 13403 (java) S 13386 13390 5711 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 5393124 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140674286471976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13405] ppid=13386 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/13390/task/13405/stat : 13405 (java) S 13386 13390 5711 0 -1 4202560 19 0 0 0 5 0 0 0 20 0 19 0 5393124 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140674285419176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13390/tid=13406] ppid=13386 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/13390/task/13406/stat : 13406 (java) S 13386 13390 5711 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 5393124 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140674284366888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13390/tid=13408] ppid=13386 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/13390/task/13408/stat : 13408 (java) S 13386 13390 5711 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 5393124 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140674283314088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13390/tid=13411] ppid=13386 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/13390/task/13411/stat : 13411 (java) S 13386 13390 5711 0 -1 4202560 26 0 0 0 1 0 0 0 20 0 19 0 5393127 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140673800984808 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13413] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13413/stat : 13413 (java) S 13386 13390 5711 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5393129 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140673799930872 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13390/tid=13415] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13415/stat : 13415 (java) S 13386 13390 5711 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5393129 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140673798878472 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13416] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13416/stat : 13416 (java) S 13386 13390 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5393137 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140673797826960 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13419] ppid=13386 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/13390/task/13419/stat : 13419 (java) S 13386 13390 5711 0 -1 4202560 3587 0 1 0 26 0 0 0 20 0 19 0 5393137 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140673796774584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13421] ppid=13386 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/13390/task/13421/stat : 13421 (java) S 13386 13390 5711 0 -1 4202560 2294 0 1 0 18 0 0 0 20 0 19 0 5393137 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140673795721784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13390/tid=13423] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13423/stat : 13423 (java) S 13386 13390 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5393137 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140673794669688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13390/tid=13425] ppid=13386 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/13390/task/13425/stat : 13425 (java) S 13386 13390 5711 0 -1 4202560 104 0 0 0 27 36 0 0 20 0 19 0 5393137 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140673793617096 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13390/tid=13427] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13427/stat : 13427 (java) S 13386 13390 5711 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5393149 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140673792562088 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1782.95
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.4 s]
/proc/loadavg: 2.08 2.07 2.00 3/212 13472
/proc/meminfo: memFree=31179252/32872528 swapFree=446836/479540
[pid=13390] ppid=13386 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/13390/stat : 13390 (java) S 13386 13390 5711 0 -1 4202496 9895 0 26 0 179964 41 0 0 20 0 19 0 5393109 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140736238664560 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/13390/statm: 2406260 55007 2257 9 0 2396937 0
[pid=13390/tid=13393] ppid=13386 vsize=9625040 CPUtime=1794.36 cores=1,3,5,7
/proc/13390/task/13393/stat : 13393 (java) R 13386 13390 5711 0 -1 4202560 2454 0 6 0 179404 32 0 0 20 0 19 0 5393119 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140674446917296 140674289062650 0 4 0 16800975 0 0 0 -1 3 0 0 15 0 0
[pid=13390/tid=13394] ppid=13386 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/13390/task/13394/stat : 13394 (java) S 13386 13390 5711 0 -1 4202560 25 0 0 0 5 0 0 0 20 0 19 0 5393123 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140674408417576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13390/tid=13396] ppid=13386 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/13390/task/13396/stat : 13396 (java) S 13386 13390 5711 0 -1 4202560 35 0 0 0 3 0 0 0 20 0 19 0 5393123 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140674407364776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13390/tid=13398] ppid=13386 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13390/task/13398/stat : 13398 (java) S 13386 13390 5711 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 5393123 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140674288577064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13390/tid=13401] ppid=13386 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/13390/task/13401/stat : 13401 (java) S 13386 13390 5711 0 -1 4202560 58 0 0 0 3 0 0 0 20 0 19 0 5393123 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140674287524264 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13403] ppid=13386 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13390/task/13403/stat : 13403 (java) S 13386 13390 5711 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 5393124 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140674286471976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13405] ppid=13386 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/13390/task/13405/stat : 13405 (java) S 13386 13390 5711 0 -1 4202560 19 0 0 0 5 0 0 0 20 0 19 0 5393124 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140674285419176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13390/tid=13406] ppid=13386 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/13390/task/13406/stat : 13406 (java) S 13386 13390 5711 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 5393124 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140674284366888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13390/tid=13408] ppid=13386 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/13390/task/13408/stat : 13408 (java) S 13386 13390 5711 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 5393124 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140674283314088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13390/tid=13411] ppid=13386 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/13390/task/13411/stat : 13411 (java) S 13386 13390 5711 0 -1 4202560 26 0 0 0 1 0 0 0 20 0 19 0 5393127 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140673800984808 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13413] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13413/stat : 13413 (java) S 13386 13390 5711 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5393129 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140673799930872 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13390/tid=13415] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13415/stat : 13415 (java) S 13386 13390 5711 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5393129 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140673798878472 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13416] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13416/stat : 13416 (java) S 13386 13390 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5393137 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140673797826960 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13419] ppid=13386 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/13390/task/13419/stat : 13419 (java) S 13386 13390 5711 0 -1 4202560 3587 0 1 0 26 0 0 0 20 0 19 0 5393137 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140673796774584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13390/tid=13421] ppid=13386 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/13390/task/13421/stat : 13421 (java) S 13386 13390 5711 0 -1 4202560 2294 0 1 0 18 0 0 0 20 0 19 0 5393137 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140673795721784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13390/tid=13423] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13423/stat : 13423 (java) S 13386 13390 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5393137 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140673794669688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13390/tid=13425] ppid=13386 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/13390/task/13425/stat : 13425 (java) S 13386 13390 5711 0 -1 4202560 104 0 0 0 27 36 0 0 20 0 19 0 5393137 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140673793617096 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13390/tid=13427] ppid=13386 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13390/task/13427/stat : 13427 (java) S 13386 13390 5711 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5393149 9856040960 55007 33554432000 1073741824 1073778376 140736238673424 140673792562088 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 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 13390 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 13390 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=190089
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=825874
# CPU time returned by wait4() is 1796.02
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1799.44
CPU time (s): 1800.05
CPU user time (s): 1799.64
CPU system time (s): 0.41
CPU usage (%): 100.034
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.19
system time used= 0.825874
maximum resident set size= 220180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9940
page faults= 26
swaps= 0
block input operations= 17112
block output operations= 1024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38413
involuntary context switches= 8590

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2124 second user time and 13.123 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-16 01:30:30
IDJOB=4089761
IDBENCH=107452
IDSOLVER=2546
FILE ID=node104/4089761-1466033430
RUNJOBID= node104-1466033430-13361
PBS_JOBID= 19902812
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/EC_RANDOM_GRAPHS/normalized-ECrand4regsplit-v090-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089761-1466033430/watcher-4089761-1466033430 -o /tmp/evaluation-result-4089761-1466033430/solver-4089761-1466033430 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466033430-13361 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089761-1466033430.opb

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

MD5SUM BENCH= d522a051431a8d69bf39a689d6d690a7
RANDOM SEED=569832811

node104.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		: 2667.035
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	: 5334.07
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		: 2667.035
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		: 2667.035
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		: 2667.035
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		: 2667.035
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		: 2667.035
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		: 2667.035
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		: 2667.035
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:        31623808 kB
Buffers:           27760 kB
Cached:            43036 kB
SwapCached:         1448 kB
Active:            27664 kB
Inactive:          45676 kB
Active(anon):       3528 kB
Inactive(anon):     2028 kB
Active(file):      24136 kB
Inactive(file):    43648 kB
Unevictable:      479540 kB
Mlocked:          446836 kB
SwapTotal:      67108856 kB
SwapFree:       67099956 kB
Dirty:              1596 kB
Writeback:             0 kB
AnonPages:        481628 kB
Mapped:             7240 kB
Shmem:                 0 kB
Slab:             566212 kB
SReclaimable:      10608 kB
SUnreclaim:       555604 kB
KernelStack:        1408 kB
PageTables:         4776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     567344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 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 node104 at 2016-06-16 02:00:29