Trace number 4107032

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.61 1791.46

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_60_4_80.opb
MD5SUMfa22dd251e76880c1495cc1725a19f60
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)74916
Sum of products size (including duplicates)149832
Number of different products37458
Sum of products size74916

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization by upper bound
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Glucose 2.1 dynamic restart strategy
0.07/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.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-4107032-1466285301.opb
0.07/0.12	c reading problem ... 
0.07/0.13	c  no objective function found
2.28/0.97	c ... done. Wall clock time 0.841s.
2.28/0.97	c declared #vars     1000
2.28/0.97	c internal #vars     38458
2.28/0.97	c #constraints  76419
2.28/0.97	c constraints type 
2.28/0.97	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37458
2.28/0.97	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
2.28/0.97	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
2.28/0.97	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 37458
2.28/0.97	c 76419 constraints processed.
5.83/3.95	c cleaning 2541 clauses out of 5083 with flag 10595/5083
8.50/6.54	c cleaning 4203 clauses out of 8459 with flag 23260/11000
10.30/8.35	c cleaning 5603 clauses out of 11256 with flag 40909/18000
12.63/10.63	c cleaning 6782 clauses out of 13654 with flag 58050/26001
16.56/14.51	c cleaning 7847 clauses out of 15871 with flag 77039/35000
23.27/21.27	c cleaning 9026 clauses out of 18053 with flag 97858/45029
29.57/27.30	c cleaning 10011 clauses out of 20024 with flag 120597/56026
33.07/30.84	c cleaning 10958 clauses out of 21987 with flag 149667/68000
39.67/37.41	c cleaning 12020 clauses out of 24042 with flag 177401/81013
43.67/41.46	c cleaning 13014 clauses out of 26030 with flag 209762/95021
49.47/47.24	c cleaning 13987 clauses out of 27998 with flag 241302/110003
55.95/53.25	c cleaning 14968 clauses out of 30008 with flag 277551/126000
61.85/59.12	c cleaning 15965 clauses out of 32041 with flag 316549/143001
68.24/65.59	c cleaning 17037 clauses out of 34080 with flag 358090/161005
75.35/72.70	c cleaning 17977 clauses out of 36038 with flag 400994/180000
82.94/80.28	c cleaning 19028 clauses out of 38065 with flag 446375/200004
91.34/88.64	c cleaning 19931 clauses out of 40033 with flag 494785/221000
99.74/97.05	c cleaning 20997 clauses out of 42104 with flag 545418/243002
108.44/105.72	c cleaning 21974 clauses out of 44105 with flag 602321/266000
117.93/114.95	c cleaning 22999 clauses out of 46132 with flag 660215/290001
127.23/124.27	c cleaning 23988 clauses out of 48132 with flag 720320/315000
137.03/134.03	c cleaning 25065 clauses out of 50160 with flag 784469/341016
146.93/143.99	c cleaning 25958 clauses out of 52079 with flag 857185/368000
157.54/154.53	c cleaning 26975 clauses out of 54121 with flag 930171/396000
168.54/165.52	c cleaning 28020 clauses out of 56147 with flag 1009318/425001
181.34/177.90	c cleaning 29007 clauses out of 58130 with flag 1092808/455004
190.95/187.48	c cleaning 30020 clauses out of 60119 with flag 1200260/486000
197.35/193.85	c cleaning 31016 clauses out of 62099 with flag 1311708/518000
209.15/205.68	c cleaning 31992 clauses out of 64083 with flag 1435607/551000
222.85/219.34	c cleaning 32993 clauses out of 66095 with flag 1542767/585004
238.16/234.60	c cleaning 33956 clauses out of 68098 with flag 1643880/620000
254.56/251.01	c cleaning 35018 clauses out of 70143 with flag 1741427/656001
272.66/269.18	c cleaning 35988 clauses out of 72127 with flag 1839098/693003
291.99/287.55	c cleaning 37020 clauses out of 74136 with flag 1938954/731000
311.78/307.34	c cleaning 38009 clauses out of 76116 with flag 2037568/770000
331.98/327.59	c cleaning 38992 clauses out of 78108 with flag 2137613/810001
354.58/350.13	c cleaning 39997 clauses out of 80115 with flag 2233631/851000
376.78/372.30	c cleaning 41002 clauses out of 82118 with flag 2336991/893000
400.99/396.58	c cleaning 42032 clauses out of 84138 with flag 2437179/936022
428.21/422.69	c cleaning 42957 clauses out of 86085 with flag 2541441/980001
454.61/449.07	c cleaning 44058 clauses out of 88134 with flag 2646651/1025007
482.52/476.92	c cleaning 44972 clauses out of 90069 with flag 2755345/1071000
511.22/505.61	c cleaning 45972 clauses out of 92097 with flag 2865799/1118000
541.82/536.22	c cleaning 46979 clauses out of 94126 with flag 2975214/1166001
574.23/568.70	c cleaning 47994 clauses out of 96147 with flag 3087462/1215001
604.74/599.12	c cleaning 49016 clauses out of 98152 with flag 3200865/1265000
638.35/632.74	c cleaning 49986 clauses out of 100136 with flag 3316027/1316000
675.84/668.82	c cleaning 51045 clauses out of 102150 with flag 3432949/1368000
709.54/702.54	c cleaning 52000 clauses out of 104105 with flag 3553416/1421000
747.55/740.53	c cleaning 53045 clauses out of 106105 with flag 3672256/1475000
784.77/777.72	c cleaning 53983 clauses out of 108061 with flag 3795692/1530001
825.17/818.15	c cleaning 55049 clauses out of 110100 with flag 3919038/1586023
866.18/859.19	c cleaning 55981 clauses out of 112033 with flag 4044346/1643005
986.19/978.42	c cleaning 57009 clauses out of 114047 with flag 4234163/1701000
1126.17/1118.49	c cleaning 57997 clauses out of 116041 with flag 4435865/1760003
1242.36/1234.61	c cleaning 59023 clauses out of 118045 with flag 4655651/1820004
1369.97/1362.28	c cleaning 60016 clauses out of 120031 with flag 4867615/1881013
1470.95/1462.41	c cleaning 60971 clauses out of 122002 with flag 5093301/1943000
1587.26/1578.72	c cleaning 61885 clauses out of 124031 with flag 5272395/2006000
1697.09/1688.53	c cleaning 63075 clauses out of 126166 with flag 5416842/2070020
1771.82/1763.25	c cleaning 63938 clauses out of 128071 with flag 5557749/2135000
1800.04/1791.40	c starts		: 4325
1800.04/1791.40	c conflicts		: 2163166
1800.04/1791.40	c decisions		: 20665038
1800.04/1791.40	c propagations		: 236604579
1800.04/1791.40	c inspects		: 18014993065
1800.04/1791.40	c shortcuts		: 0
1800.04/1791.40	c learnt literals	: 0
1800.04/1791.40	c learnt binary clauses	: 0
1800.04/1791.40	c learnt ternary clauses	: 27
1800.04/1791.40	c learnt constraints	: 2163166
1800.04/1791.40	c ignored constraints	: 0
1800.04/1791.40	c root simplifications	: 0
1800.04/1791.40	c removed literals (reason simplification)	: 0
1800.04/1791.40	c reason swapping (by a shorter reason)	: 0
1800.04/1791.40	c Calls to reduceDB	: 61
1800.04/1791.40	c Number of update (reduction) of LBD	: 304020
1800.04/1791.40	c Imported unit clauses	: 0
1800.04/1791.40	c number of reductions to clauses (during analyze)	: 0
1800.04/1791.40	c number of learned constraints concerned by reduction	: 0
1800.04/1791.40	c number of learning phase by resolution	: 0
1800.04/1791.40	c number of learning phase by cutting planes	: 0
1800.04/1791.40	c speed (assignments/second)	: 132151.05981311543
1800.04/1791.40	c non guided choices	37869
1800.04/1791.41	c timeout
1800.04/1791.43	c learnt constraints type 
1800.04/1791.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 92300
1800.04/1791.43	s UNKNOWN
1800.04/1791.43	c Total wall clock time (in seconds): 1791.304

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

pid=13727
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.18 2.17 2.18 3/194 13730
/proc/meminfo: memFree=27104880/32872528 swapFree=1244176/1391344
[pid=13730] ppid=13727 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/13730/stat : 13730 (java) D 13727 13730 12782 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 30578769 9515008 175 33554432000 1073741824 1073778376 140733488052608 140733488035336 272886481808 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/13730/statm: 2323 175 133 9 0 71 0

[startup+0.100171 s]
/proc/loadavg: 2.18 2.17 2.18 3/194 13730
/proc/meminfo: memFree=27104880/32872528 swapFree=1244176/1391344
[pid=13730] ppid=13727 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/13730/stat : 13730 (java) S 13727 13730 12782 0 -1 4202496 4045 0 1 0 6 1 0 0 20 0 18 0 30578769 9787879424 5174 33554432000 1073741824 1073778376 140737301112464 140737301103600 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/13730/statm: 2389619 5174 2051 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200243 s]
/proc/loadavg: 2.18 2.17 2.18 3/194 13730
/proc/meminfo: memFree=27104880/32872528 swapFree=1244176/1391344
[pid=13730] ppid=13727 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/13730/stat : 13730 (java) S 13727 13730 12782 0 -1 4202496 4638 0 1 0 20 1 0 0 20 0 18 0 30578769 9787879424 6777 33554432000 1073741824 1073778376 140737301112464 140737301103600 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/13730/statm: 2389619 6777 2199 9 0 2380296 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9558476

[startup+0.300226 s]
/proc/loadavg: 2.18 2.17 2.18 3/194 13730
/proc/meminfo: memFree=27104880/32872528 swapFree=1244176/1391344
[pid=13730] ppid=13727 vsize=9558476 CPUtime=0.44 cores=0,2,4,6
/proc/13730/stat : 13730 (java) S 13727 13730 12782 0 -1 4202496 6061 0 1 0 42 2 0 0 20 0 18 0 30578769 9787879424 8719 33554432000 1073741824 1073778376 140737301112464 140737301103600 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/13730/statm: 2389619 8719 2243 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700194 s]
/proc/loadavg: 2.18 2.17 2.18 3/194 13730
/proc/meminfo: memFree=27104880/32872528 swapFree=1244176/1391344
[pid=13730] ppid=13727 vsize=9558476 CPUtime=1.63 cores=0,2,4,6
/proc/13730/stat : 13730 (java) S 13727 13730 12782 0 -1 4202496 22336 0 1 0 157 6 0 0 20 0 18 0 30578769 9787879424 37602 33554432000 1073741824 1073778376 140737301112464 140737301103600 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/13730/statm: 2389619 37602 2257 9 0 2380296 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 9558476

[startup+1.50084 s]
/proc/loadavg: 2.18 2.17 2.18 6/213 13749
/proc/meminfo: memFree=26873768/32872528 swapFree=1244176/1391344
[pid=13730] ppid=13727 vsize=9625040 CPUtime=3.42 cores=0,2,4,6
/proc/13730/stat : 13730 (java) S 13727 13730 12782 0 -1 4202496 23198 0 1 0 331 11 0 0 20 0 19 0 30578769 9856040960 59908 33554432000 1073741824 1073778376 140737301112464 140737301103600 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/13730/statm: 2406260 59908 2281 9 0 2396937 0
[pid=13730/tid=13732] ppid=13727 vsize=9625040 CPUtime=1.38 cores=0,2,4,6
/proc/13730/task/13732/stat : 13732 (java) R 13727 13730 12782 0 -1 4202560 2476 0 1 0 134 4 0 0 20 0 19 0 30578770 9856040960 59908 33554432000 1073741824 1073778376 140737301112464 140403505926296 140403371212007 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13730/tid=13733] ppid=13727 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/13730/task/13733/stat : 13733 (java) S 13727 13730 12782 0 -1 4202560 110 0 0 0 2 0 0 0 20 0 19 0 30578772 9856040960 59908 33554432000 1073741824 1073778376 140737301112464 140403494996776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13730/tid=13734] ppid=13727 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/13730/task/13734/stat : 13734 (java) S 13727 13730 12782 0 -1 4202560 108 0 0 0 1 0 0 0 20 0 19 0 30578772 9856040960 59908 33554432000 1073741824 1073778376 140737301112464 140403493943976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13730/tid=13735] ppid=13727 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/13730/task/13735/stat : 13735 (java) S 13727 13730 12782 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 19 0 30578772 9856040960 59908 33554432000 1073741824 1073778376 140737301112464 140403492891688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13730/tid=13736] ppid=13727 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/13730/task/13736/stat : 13736 (java) S 13727 13730 12782 0 -1 4202560 22 0 0 0 3 1 0 0 20 0 19 0 30578772 9856040960 59908 33554432000 1073741824 1073778376 140737301112464 140403491838888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13730/tid=13737] ppid=13727 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/13730/task/13737/stat : 13737 (java) S 13727 13730 12782 0 -1 4202560 33 0 0 0 2 0 0 0 20 0 19 0 30578772 9856040960 59908 33554432000 1073741824 1073778376 140737301112464 140403490785576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13730/tid=13738] ppid=13727 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/13730/task/13738/stat : 13738 (java) S 13727 13730 12782 0 -1 4202560 181 0 0 0 3 0 0 0 20 0 19 0 30578772 9856040960 59908 33554432000 1073741824 1073778376 140737301112464 140403489732776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13730/tid=13739] ppid=13727 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/13730/task/13739/stat : 13739 (java) S 13727 13730 12782 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 19 0 30578772 9856040960 59908 33554432000 1073741824 1073778376 140737301112464 140403488680488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13730/tid=13740] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13740/stat : 13740 (java) S 13727 13730 12782 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30578772 9856040960 59908 33554432000 1073741824 1073778376 140737301112464 140403342522792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13730/tid=13741] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13741/stat : 13741 (java) S 13727 13730 12782 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 30578773 9856040960 59908 33554432000 1073741824 1073778376 140737301112464 140403330112232 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13730/tid=13742] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13742/stat : 13742 (java) S 13727 13730 12782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30578773 9856040960 59908 33554432000 1073741824 1073778376 140737301112464 140403329058296 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13730/tid=13743] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13743/stat : 13743 (java) S 13727 13730 12782 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30578773 9856040960 59908 33554432000 1073741824 1073778376 140737301112464 140403328005896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13730/tid=13744] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13744/stat : 13744 (java) S 13727 13730 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30578776 9856040960 59908 33554432000 1073741824 1073778376 140737301112464 140403326954384 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13730/tid=13745] ppid=13727 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/13730/task/13745/stat : 13745 (java) S 13727 13730 12782 0 -1 4202560 6916 0 0 0 87 2 0 0 20 0 19 0 30578776 9856040960 59908 33554432000 1073741824 1073778376 140737301112464 140403325900984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13730/tid=13746] ppid=13727 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/13730/task/13746/stat : 13746 (java) S 13727 13730 12782 0 -1 4202560 11959 0 0 0 81 2 0 0 20 0 19 0 30578776 9856040960 59908 33554432000 1073741824 1073778376 140737301112464 140403324848184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13730/tid=13747] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13747/stat : 13747 (java) S 13727 13730 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30578776 9856040960 59908 33554432000 1073741824 1073778376 140737301112464 140403323796088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13730/tid=13748] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13748/stat : 13748 (java) S 13727 13730 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30578776 9856040960 59908 33554432000 1073741824 1073778376 140737301112464 140403322743496 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13730/tid=13749] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13749/stat : 13749 (java) S 13727 13730 12782 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30578869 9856040960 59908 33554432000 1073741824 1073778376 140737301112464 140403321689512 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 9625040

[startup+3.10092 s]
/proc/loadavg: 2.18 2.17 2.18 5/213 13749
/proc/meminfo: memFree=26873148/32872528 swapFree=1244176/1391344
[pid=13730] ppid=13727 vsize=9625040 CPUtime=5.03 cores=0,2,4,6
/proc/13730/stat : 13730 (java) S 13727 13730 12782 0 -1 4202496 23199 0 1 0 492 11 0 0 20 0 19 0 30578769 9856040960 59908 33554432000 1073741824 1073778376 140737301112464 140737301103600 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/13730/statm: 2406260 59908 2281 9 0 2396937 0
[pid=13730/tid=13732] ppid=13727 vsize=9625040 CPUtime=2.97 cores=0,2,4,6
/proc/13730/task/13732/stat : 13732 (java) R 13727 13730 12782 0 -1 4202560 2477 0 1 0 293 4 0 0 20 0 19 0 30578770 9856040960 59908 33554432000 1073741824 1073778376 140737301112464 140403505933672 140403371261210 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13730/tid=13733] ppid=13727 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/13730/task/13733/stat : 13733 (java) S 13727 13730 12782 0 -1 4202560 110 0 0 0 2 0 0 0 20 0 19 0 30578772 9856040960 59908 33554432000 1073741824 1073778376 140737301112464 140403494996776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13730/tid=13734] ppid=13727 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/13730/task/13734/stat : 13734 (java) S 13727 13730 12782 0 -1 4202560 108 0 0 0 1 0 0 0 20 0 19 0 30578772 9856040960 59908 33554432000 1073741824 1073778376 140737301112464 140403493943976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13730/tid=13735] ppid=13727 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/13730/task/13735/stat : 13735 (java) S 13727 13730 12782 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 19 0 30578772 9856040960 59908 33554432000 1073741824 1073778376 140737301112464 140403492891688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13730/tid=13736] ppid=13727 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/13730/task/13736/stat : 13736 (java) S 13727 13730 12782 0 -1 4202560 22 0 0 0 3 1 0 0 20 0 19 0 30578772 9856040960 59908 33554432000 1073741824 1073778376 140737301112464 140403491838888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13730/tid=13737] ppid=13727 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/13730/task/13737/stat : 13737 (java) S 13727 13730 12782 0 -1 4202560 33 0 0 0 2 0 0 0 20 0 19 0 30578772 9856040960 59908 33554432000 1073741824 1073778376 140737301112464 140403490785576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13730/tid=13738] ppid=13727 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/13730/task/13738/stat : 13738 (java) S 13727 13730 12782 0 -1 4202560 181 0 0 0 3 0 0 0 20 0 19 0 30578772 9856040960 59908 33554432000 1073741824 1073778376 140737301112464 140403489732776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13730/tid=13739] ppid=13727 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/13730/task/13739/stat : 13739 (java) S 13727 13730 12782 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 19 0 30578772 9856040960 59908 33554432000 1073741824 1073778376 140737301112464 140403488680488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13730/tid=13740] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13740/stat : 13740 (java) S 13727 13730 12782 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30578772 9856040960 59908 33554432000 1073741824 1073778376 140737301112464 140403342522792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13730/tid=13741] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13741/stat : 13741 (java) S 13727 13730 12782 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 30578773 9856040960 59908 33554432000 1073741824 1073778376 140737301112464 140403330112232 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13730/tid=13742] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13742/stat : 13742 (java) S 13727 13730 12782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30578773 9856040960 59908 33554432000 1073741824 1073778376 140737301112464 140403329058296 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13730/tid=13743] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13743/stat : 13743 (java) S 13727 13730 12782 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30578773 9856040960 59908 33554432000 1073741824 1073778376 140737301112464 140403328005896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13730/tid=13744] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13744/stat : 13744 (java) S 13727 13730 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30578776 9856040960 59908 33554432000 1073741824 1073778376 140737301112464 140403326954384 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13730/tid=13745] ppid=13727 vsize=9625040 CPUtime=0.9 cores=0,2,4,6
/proc/13730/task/13745/stat : 13745 (java) S 13727 13730 12782 0 -1 4202560 6916 0 0 0 88 2 0 0 20 0 19 0 30578776 9856040960 59908 33554432000 1073741824 1073778376 140737301112464 140403325900984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13730/tid=13746] ppid=13727 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/13730/task/13746/stat : 13746 (java) S 13727 13730 12782 0 -1 4202560 11959 0 0 0 81 2 0 0 20 0 19 0 30578776 9856040960 59908 33554432000 1073741824 1073778376 140737301112464 140403324848184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13730/tid=13747] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13747/stat : 13747 (java) S 13727 13730 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30578776 9856040960 59908 33554432000 1073741824 1073778376 140737301112464 140403323796088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13730/tid=13748] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13748/stat : 13748 (java) S 13727 13730 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30578776 9856040960 59908 33554432000 1073741824 1073778376 140737301112464 140403322743496 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13730/tid=13749] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13749/stat : 13749 (java) S 13727 13730 12782 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30578869 9856040960 59908 33554432000 1073741824 1073778376 140737301112464 140403321689512 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.03
Current children cumulated vsize (KiB) 9625040

[startup+6.30088 s]
/proc/loadavg: 2.17 2.17 2.18 4/213 13749
/proc/meminfo: memFree=26879844/32872528 swapFree=1244176/1391344
[pid=13730] ppid=13727 vsize=9625040 CPUtime=8.3 cores=0,2,4,6
/proc/13730/stat : 13730 (java) S 13727 13730 12782 0 -1 4202496 23210 0 1 0 819 11 0 0 20 0 19 0 30578769 9856040960 58184 33554432000 1073741824 1073778376 140737301112464 140737301103600 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/13730/statm: 2406260 58184 2290 9 0 2396937 0
[pid=13730/tid=13732] ppid=13727 vsize=9625040 CPUtime=6.17 cores=0,2,4,6
/proc/13730/task/13732/stat : 13732 (java) R 13727 13730 12782 0 -1 4202560 2479 0 1 0 613 4 0 0 20 0 19 0 30578770 9856040960 58184 33554432000 1073741824 1073778376 140737301112464 140403505934904 140403370954791 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13730/tid=13733] ppid=13727 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/13730/task/13733/stat : 13733 (java) S 13727 13730 12782 0 -1 4202560 110 0 0 0 2 0 0 0 20 0 19 0 30578772 9856040960 58184 33554432000 1073741824 1073778376 140737301112464 140403494996776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13730/tid=13734] ppid=13727 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/13730/task/13734/stat : 13734 (java) S 13727 13730 12782 0 -1 4202560 108 0 0 0 1 0 0 0 20 0 19 0 30578772 9856040960 58184 33554432000 1073741824 1073778376 140737301112464 140403493943976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13730/tid=13735] ppid=13727 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/13730/task/13735/stat : 13735 (java) S 13727 13730 12782 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 19 0 30578772 9856040960 58184 33554432000 1073741824 1073778376 140737301112464 140403492891688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13730/tid=13736] ppid=13727 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/13730/task/13736/stat : 13736 (java) S 13727 13730 12782 0 -1 4202560 22 0 0 0 3 1 0 0 20 0 19 0 30578772 9856040960 58184 33554432000 1073741824 1073778376 140737301112464 140403491838888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13730/tid=13737] ppid=13727 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/13730/task/13737/stat : 13737 (java) S 13727 13730 12782 0 -1 4202560 33 0 0 0 2 0 0 0 20 0 19 0 30578772 9856040960 58184 33554432000 1073741824 1073778376 140737301112464 140403490785576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13730/tid=13738] ppid=13727 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/13730/task/13738/stat : 13738 (java) S 13727 13730 12782 0 -1 4202560 181 0 0 0 3 0 0 0 20 0 19 0 30578772 9856040960 58184 33554432000 1073741824 1073778376 140737301112464 140403489732776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13730/tid=13739] ppid=13727 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/13730/task/13739/stat : 13739 (java) S 13727 13730 12782 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 19 0 30578772 9856040960 58184 33554432000 1073741824 1073778376 140737301112464 140403488680488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13730/tid=13740] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13740/stat : 13740 (java) S 13727 13730 12782 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30578772 9856040960 58184 33554432000 1073741824 1073778376 140737301112464 140403342522792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13730/tid=13741] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13741/stat : 13741 (java) S 13727 13730 12782 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 30578773 9856040960 58184 33554432000 1073741824 1073778376 140737301112464 140403330112232 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13730/tid=13742] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13742/stat : 13742 (java) S 13727 13730 12782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30578773 9856040960 58184 33554432000 1073741824 1073778376 140737301112464 140403329058296 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13730/tid=13743] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13743/stat : 13743 (java) S 13727 13730 12782 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30578773 9856040960 58184 33554432000 1073741824 1073778376 140737301112464 140403328005896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13730/tid=13744] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13744/stat : 13744 (java) S 13727 13730 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30578776 9856040960 58184 33554432000 1073741824 1073778376 140737301112464 140403326954384 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13730/tid=13745] ppid=13727 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/13730/task/13745/stat : 13745 (java) S 13727 13730 12782 0 -1 4202560 6917 0 0 0 92 2 0 0 20 0 19 0 30578776 9856040960 58184 33554432000 1073741824 1073778376 140737301112464 140403325900984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13730/tid=13746] ppid=13727 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/13730/task/13746/stat : 13746 (java) S 13727 13730 12782 0 -1 4202560 11967 0 0 0 84 2 0 0 20 0 19 0 30578776 9856040960 58184 33554432000 1073741824 1073778376 140737301112464 140403324848184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13730/tid=13747] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13747/stat : 13747 (java) S 13727 13730 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30578776 9856040960 58184 33554432000 1073741824 1073778376 140737301112464 140403323796088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13730/tid=13748] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13748/stat : 13748 (java) S 13727 13730 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30578776 9856040960 58184 33554432000 1073741824 1073778376 140737301112464 140403322743496 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13730/tid=13749] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13749/stat : 13749 (java) S 13727 13730 12782 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30578869 9856040960 58184 33554432000 1073741824 1073778376 140737301112464 140403321689512 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.3
Current children cumulated vsize (KiB) 9625040


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

[pid=13730/tid=13742] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13742/stat : 13742 (java) S 13727 13730 12782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30578773 9856040960 957943 33554432000 1073741824 1073778376 140737301112464 140403329058296 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13730/tid=13743] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13743/stat : 13743 (java) S 13727 13730 12782 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30578773 9856040960 957943 33554432000 1073741824 1073778376 140737301112464 140403328005896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13730/tid=13744] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13744/stat : 13744 (java) S 13727 13730 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30578776 9856040960 957943 33554432000 1073741824 1073778376 140737301112464 140403326954384 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13730/tid=13745] ppid=13727 vsize=9625040 CPUtime=1.03 cores=0,2,4,6
/proc/13730/task/13745/stat : 13745 (java) S 13727 13730 12782 0 -1 4202560 7043 0 0 0 101 2 0 0 20 0 19 0 30578776 9856040960 957943 33554432000 1073741824 1073778376 140737301112464 140403325900984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13730/tid=13746] ppid=13727 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/13730/task/13746/stat : 13746 (java) S 13727 13730 12782 0 -1 4202560 11968 0 0 0 90 2 0 0 20 0 19 0 30578776 9856040960 957943 33554432000 1073741824 1073778376 140737301112464 140403324848184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13730/tid=13747] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13747/stat : 13747 (java) S 13727 13730 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30578776 9856040960 957943 33554432000 1073741824 1073778376 140737301112464 140403323796088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13730/tid=13748] ppid=13727 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/13730/task/13748/stat : 13748 (java) S 13727 13730 12782 0 -1 4202560 95 0 0 0 34 27 0 0 20 0 19 0 30578776 9856040960 957943 33554432000 1073741824 1073778376 140737301112464 140403322743496 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13730/tid=13749] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13749/stat : 13749 (java) S 13727 13730 12782 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30578869 9856040960 957943 33554432000 1073741824 1073778376 140737301112464 140403321689512 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1670.89
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.30 2.21 2.19 3/213 13933
/proc/meminfo: memFree=23153528/32872528 swapFree=1244176/1391344
[pid=13730] ppid=13727 vsize=9625040 CPUtime=1730.91 cores=0,2,4,6
/proc/13730/stat : 13730 (java) S 13727 13730 12782 0 -1 4202496 81999 0 1 0 172723 368 0 0 20 0 19 0 30578769 9856040960 957943 33554432000 1073741824 1073778376 140737301112464 140737301103600 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/13730/statm: 2406260 957943 2298 9 0 2396937 0
[pid=13730/tid=13732] ppid=13727 vsize=9625040 CPUtime=1718.53 cores=0,2,4,6
/proc/13730/task/13732/stat : 13732 (java) R 13727 13730 12782 0 -1 4202560 3489 0 1 0 171810 43 0 0 20 0 19 0 30578770 9856040960 957943 33554432000 1073741824 1073778376 140737301112464 140403505925824 140403371242327 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13730/tid=13733] ppid=13727 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/13730/task/13733/stat : 13733 (java) S 13727 13730 12782 0 -1 4202560 7010 0 0 0 56 33 0 0 20 0 19 0 30578772 9856040960 957943 33554432000 1073741824 1073778376 140737301112464 140403494996776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13730/tid=13734] ppid=13727 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/13730/task/13734/stat : 13734 (java) S 13727 13730 12782 0 -1 4202560 6756 0 0 0 63 45 0 0 20 0 19 0 30578772 9856040960 957943 33554432000 1073741824 1073778376 140737301112464 140403493943976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13730/tid=13735] ppid=13727 vsize=9625040 CPUtime=1.25 cores=0,2,4,6
/proc/13730/task/13735/stat : 13735 (java) S 13727 13730 12782 0 -1 4202560 9231 0 0 0 76 49 0 0 20 0 19 0 30578772 9856040960 957943 33554432000 1073741824 1073778376 140737301112464 140403492891688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13730/tid=13736] ppid=13727 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/13730/task/13736/stat : 13736 (java) S 13727 13730 12782 0 -1 4202560 5500 0 0 0 64 34 0 0 20 0 19 0 30578772 9856040960 957943 33554432000 1073741824 1073778376 140737301112464 140403491838888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13730/tid=13737] ppid=13727 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/13730/task/13737/stat : 13737 (java) S 13727 13730 12782 0 -1 4202560 5779 0 0 0 61 33 0 0 20 0 19 0 30578772 9856040960 957943 33554432000 1073741824 1073778376 140737301112464 140403490785576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13730/tid=13738] ppid=13727 vsize=9625040 CPUtime=1.39 cores=0,2,4,6
/proc/13730/task/13738/stat : 13738 (java) S 13727 13730 12782 0 -1 4202560 6277 0 0 0 83 56 0 0 20 0 19 0 30578772 9856040960 957943 33554432000 1073741824 1073778376 140737301112464 140403489732776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13730/tid=13739] ppid=13727 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/13730/task/13739/stat : 13739 (java) S 13727 13730 12782 0 -1 4202560 8409 0 0 0 57 32 0 0 20 0 19 0 30578772 9856040960 957943 33554432000 1073741824 1073778376 140737301112464 140403488680488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13730/tid=13740] ppid=13727 vsize=9625040 CPUtime=1.35 cores=0,2,4,6
/proc/13730/task/13740/stat : 13740 (java) S 13727 13730 12782 0 -1 4202560 7504 0 0 0 93 42 0 0 20 0 19 0 30578772 9856040960 957943 33554432000 1073741824 1073778376 140737301112464 140403342522792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13730/tid=13741] ppid=13727 vsize=9625040 CPUtime=1.23 cores=0,2,4,6
/proc/13730/task/13741/stat : 13741 (java) S 13727 13730 12782 0 -1 4202560 1671 0 0 0 120 3 0 0 20 0 19 0 30578773 9856040960 957943 33554432000 1073741824 1073778376 140737301112464 140403330112232 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13730/tid=13742] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13742/stat : 13742 (java) S 13727 13730 12782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30578773 9856040960 957943 33554432000 1073741824 1073778376 140737301112464 140403329058296 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13730/tid=13743] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13743/stat : 13743 (java) S 13727 13730 12782 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30578773 9856040960 957943 33554432000 1073741824 1073778376 140737301112464 140403328005896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13730/tid=13744] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13744/stat : 13744 (java) S 13727 13730 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30578776 9856040960 957943 33554432000 1073741824 1073778376 140737301112464 140403326954384 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13730/tid=13745] ppid=13727 vsize=9625040 CPUtime=1.03 cores=0,2,4,6
/proc/13730/task/13745/stat : 13745 (java) S 13727 13730 12782 0 -1 4202560 7043 0 0 0 101 2 0 0 20 0 19 0 30578776 9856040960 957943 33554432000 1073741824 1073778376 140737301112464 140403325900984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13730/tid=13746] ppid=13727 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/13730/task/13746/stat : 13746 (java) S 13727 13730 12782 0 -1 4202560 11968 0 0 0 90 2 0 0 20 0 19 0 30578776 9856040960 957943 33554432000 1073741824 1073778376 140737301112464 140403324848184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13730/tid=13747] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13747/stat : 13747 (java) S 13727 13730 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30578776 9856040960 957943 33554432000 1073741824 1073778376 140737301112464 140403323796088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13730/tid=13748] ppid=13727 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/13730/task/13748/stat : 13748 (java) S 13727 13730 12782 0 -1 4202560 99 0 0 0 35 28 0 0 20 0 19 0 30578776 9856040960 957943 33554432000 1073741824 1073778376 140737301112464 140403322743496 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13730/tid=13749] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13749/stat : 13749 (java) S 13727 13730 12782 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30578869 9856040960 957943 33554432000 1073741824 1073778376 140737301112464 140403321689512 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1730.91
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.20 2.20 2.18 3/213 13935
/proc/meminfo: memFree=23153148/32872528 swapFree=1244176/1391344
[pid=13730] ppid=13727 vsize=9625040 CPUtime=1790.94 cores=0,2,4,6
/proc/13730/stat : 13730 (java) S 13727 13730 12782 0 -1 4202496 82007 0 1 0 178725 369 0 0 20 0 19 0 30578769 9856040960 957946 33554432000 1073741824 1073778376 140737301112464 140737301103600 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/13730/statm: 2406260 957946 2299 9 0 2396937 0
[pid=13730/tid=13732] ppid=13727 vsize=9625040 CPUtime=1778.52 cores=0,2,4,6
/proc/13730/task/13732/stat : 13732 (java) R 13727 13730 12782 0 -1 4202560 3489 0 1 0 177808 44 0 0 20 0 19 0 30578770 9856040960 957946 33554432000 1073741824 1073778376 140737301112464 140403505925824 140403371129824 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13730/tid=13733] ppid=13727 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/13730/task/13733/stat : 13733 (java) S 13727 13730 12782 0 -1 4202560 7010 0 0 0 56 33 0 0 20 0 19 0 30578772 9856040960 957946 33554432000 1073741824 1073778376 140737301112464 140403494996776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13730/tid=13734] ppid=13727 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/13730/task/13734/stat : 13734 (java) S 13727 13730 12782 0 -1 4202560 6756 0 0 0 63 45 0 0 20 0 19 0 30578772 9856040960 957946 33554432000 1073741824 1073778376 140737301112464 140403493943976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13730/tid=13735] ppid=13727 vsize=9625040 CPUtime=1.25 cores=0,2,4,6
/proc/13730/task/13735/stat : 13735 (java) S 13727 13730 12782 0 -1 4202560 9231 0 0 0 76 49 0 0 20 0 19 0 30578772 9856040960 957946 33554432000 1073741824 1073778376 140737301112464 140403492891688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13730/tid=13736] ppid=13727 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/13730/task/13736/stat : 13736 (java) S 13727 13730 12782 0 -1 4202560 5500 0 0 0 64 34 0 0 20 0 19 0 30578772 9856040960 957946 33554432000 1073741824 1073778376 140737301112464 140403491838888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13730/tid=13737] ppid=13727 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/13730/task/13737/stat : 13737 (java) S 13727 13730 12782 0 -1 4202560 5779 0 0 0 61 33 0 0 20 0 19 0 30578772 9856040960 957946 33554432000 1073741824 1073778376 140737301112464 140403490785576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13730/tid=13738] ppid=13727 vsize=9625040 CPUtime=1.39 cores=0,2,4,6
/proc/13730/task/13738/stat : 13738 (java) S 13727 13730 12782 0 -1 4202560 6277 0 0 0 83 56 0 0 20 0 19 0 30578772 9856040960 957946 33554432000 1073741824 1073778376 140737301112464 140403489732776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13730/tid=13739] ppid=13727 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/13730/task/13739/stat : 13739 (java) S 13727 13730 12782 0 -1 4202560 8409 0 0 0 57 32 0 0 20 0 19 0 30578772 9856040960 957946 33554432000 1073741824 1073778376 140737301112464 140403488680488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13730/tid=13740] ppid=13727 vsize=9625040 CPUtime=1.35 cores=0,2,4,6
/proc/13730/task/13740/stat : 13740 (java) S 13727 13730 12782 0 -1 4202560 7504 0 0 0 93 42 0 0 20 0 19 0 30578772 9856040960 957946 33554432000 1073741824 1073778376 140737301112464 140403342522792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13730/tid=13741] ppid=13727 vsize=9625040 CPUtime=1.23 cores=0,2,4,6
/proc/13730/task/13741/stat : 13741 (java) S 13727 13730 12782 0 -1 4202560 1671 0 0 0 120 3 0 0 20 0 19 0 30578773 9856040960 957946 33554432000 1073741824 1073778376 140737301112464 140403330112232 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13730/tid=13742] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13742/stat : 13742 (java) S 13727 13730 12782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30578773 9856040960 957946 33554432000 1073741824 1073778376 140737301112464 140403329058296 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13730/tid=13743] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13743/stat : 13743 (java) S 13727 13730 12782 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30578773 9856040960 957946 33554432000 1073741824 1073778376 140737301112464 140403328005896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13730/tid=13744] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13744/stat : 13744 (java) S 13727 13730 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30578776 9856040960 957946 33554432000 1073741824 1073778376 140737301112464 140403326954384 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13730/tid=13745] ppid=13727 vsize=9625040 CPUtime=1.03 cores=0,2,4,6
/proc/13730/task/13745/stat : 13745 (java) S 13727 13730 12782 0 -1 4202560 7043 0 0 0 101 2 0 0 20 0 19 0 30578776 9856040960 957946 33554432000 1073741824 1073778376 140737301112464 140403325900984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13730/tid=13746] ppid=13727 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/13730/task/13746/stat : 13746 (java) S 13727 13730 12782 0 -1 4202560 11972 0 0 0 92 2 0 0 20 0 19 0 30578776 9856040960 957946 33554432000 1073741824 1073778376 140737301112464 140403324848184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13730/tid=13747] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13747/stat : 13747 (java) S 13727 13730 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30578776 9856040960 957946 33554432000 1073741824 1073778376 140737301112464 140403323796088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13730/tid=13748] ppid=13727 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/13730/task/13748/stat : 13748 (java) S 13727 13730 12782 0 -1 4202560 103 0 0 0 36 29 0 0 20 0 19 0 30578776 9856040960 957946 33554432000 1073741824 1073778376 140737301112464 140403322743496 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13730/tid=13749] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13749/stat : 13749 (java) S 13727 13730 12782 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30578869 9856040960 957946 33554432000 1073741824 1073778376 140737301112464 140403321689512 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1790.94
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.4 s]
/proc/loadavg: 2.24 2.21 2.18 3/213 13936
/proc/meminfo: memFree=23152764/32872528 swapFree=1244176/1391344
[pid=13730] ppid=13727 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/13730/stat : 13730 (java) S 13727 13730 12782 0 -1 4202496 82007 0 1 0 179635 369 0 0 20 0 19 0 30578769 9856040960 957946 33554432000 1073741824 1073778376 140737301112464 140737301103600 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/13730/statm: 2406260 957946 2299 9 0 2396937 0
[pid=13730/tid=13732] ppid=13727 vsize=9625040 CPUtime=1787.63 cores=0,2,4,6
/proc/13730/task/13732/stat : 13732 (java) R 13727 13730 12782 0 -1 4202560 3489 0 1 0 178719 44 0 0 20 0 19 0 30578770 9856040960 957946 33554432000 1073741824 1073778376 140737301112464 140403505925824 140403371129883 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13730/tid=13733] ppid=13727 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/13730/task/13733/stat : 13733 (java) S 13727 13730 12782 0 -1 4202560 7010 0 0 0 56 33 0 0 20 0 19 0 30578772 9856040960 957946 33554432000 1073741824 1073778376 140737301112464 140403494996776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13730/tid=13734] ppid=13727 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/13730/task/13734/stat : 13734 (java) S 13727 13730 12782 0 -1 4202560 6756 0 0 0 63 45 0 0 20 0 19 0 30578772 9856040960 957946 33554432000 1073741824 1073778376 140737301112464 140403493943976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13730/tid=13735] ppid=13727 vsize=9625040 CPUtime=1.25 cores=0,2,4,6
/proc/13730/task/13735/stat : 13735 (java) S 13727 13730 12782 0 -1 4202560 9231 0 0 0 76 49 0 0 20 0 19 0 30578772 9856040960 957946 33554432000 1073741824 1073778376 140737301112464 140403492891688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13730/tid=13736] ppid=13727 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/13730/task/13736/stat : 13736 (java) S 13727 13730 12782 0 -1 4202560 5500 0 0 0 64 34 0 0 20 0 19 0 30578772 9856040960 957946 33554432000 1073741824 1073778376 140737301112464 140403491838888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13730/tid=13737] ppid=13727 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/13730/task/13737/stat : 13737 (java) S 13727 13730 12782 0 -1 4202560 5779 0 0 0 61 33 0 0 20 0 19 0 30578772 9856040960 957946 33554432000 1073741824 1073778376 140737301112464 140403490785576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13730/tid=13738] ppid=13727 vsize=9625040 CPUtime=1.39 cores=0,2,4,6
/proc/13730/task/13738/stat : 13738 (java) S 13727 13730 12782 0 -1 4202560 6277 0 0 0 83 56 0 0 20 0 19 0 30578772 9856040960 957946 33554432000 1073741824 1073778376 140737301112464 140403489732776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13730/tid=13739] ppid=13727 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/13730/task/13739/stat : 13739 (java) S 13727 13730 12782 0 -1 4202560 8409 0 0 0 57 32 0 0 20 0 19 0 30578772 9856040960 957946 33554432000 1073741824 1073778376 140737301112464 140403488680488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13730/tid=13740] ppid=13727 vsize=9625040 CPUtime=1.35 cores=0,2,4,6
/proc/13730/task/13740/stat : 13740 (java) S 13727 13730 12782 0 -1 4202560 7504 0 0 0 93 42 0 0 20 0 19 0 30578772 9856040960 957946 33554432000 1073741824 1073778376 140737301112464 140403342522792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13730/tid=13741] ppid=13727 vsize=9625040 CPUtime=1.23 cores=0,2,4,6
/proc/13730/task/13741/stat : 13741 (java) S 13727 13730 12782 0 -1 4202560 1671 0 0 0 120 3 0 0 20 0 19 0 30578773 9856040960 957946 33554432000 1073741824 1073778376 140737301112464 140403330112232 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13730/tid=13742] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13742/stat : 13742 (java) S 13727 13730 12782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30578773 9856040960 957946 33554432000 1073741824 1073778376 140737301112464 140403329058296 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13730/tid=13743] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13743/stat : 13743 (java) S 13727 13730 12782 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30578773 9856040960 957946 33554432000 1073741824 1073778376 140737301112464 140403328005896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13730/tid=13744] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13744/stat : 13744 (java) S 13727 13730 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30578776 9856040960 957946 33554432000 1073741824 1073778376 140737301112464 140403326954384 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13730/tid=13745] ppid=13727 vsize=9625040 CPUtime=1.03 cores=0,2,4,6
/proc/13730/task/13745/stat : 13745 (java) S 13727 13730 12782 0 -1 4202560 7043 0 0 0 101 2 0 0 20 0 19 0 30578776 9856040960 957946 33554432000 1073741824 1073778376 140737301112464 140403325900984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13730/tid=13746] ppid=13727 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/13730/task/13746/stat : 13746 (java) S 13727 13730 12782 0 -1 4202560 11972 0 0 0 92 2 0 0 20 0 19 0 30578776 9856040960 957946 33554432000 1073741824 1073778376 140737301112464 140403324848184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13730/tid=13747] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13747/stat : 13747 (java) S 13727 13730 12782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30578776 9856040960 957946 33554432000 1073741824 1073778376 140737301112464 140403323796088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13730/tid=13748] ppid=13727 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/13730/task/13748/stat : 13748 (java) S 13727 13730 12782 0 -1 4202560 103 0 0 0 37 29 0 0 20 0 19 0 30578776 9856040960 957946 33554432000 1073741824 1073778376 140737301112464 140403322743496 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13730/tid=13749] ppid=13727 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13730/task/13749/stat : 13749 (java) S 13727 13730 12782 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30578869 9856040960 957946 33554432000 1073741824 1073778376 140737301112464 140403321689512 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 13730 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1791.46
CPU time (s): 1800.61
CPU user time (s): 1796.4
CPU system time (s): 4.21136
CPU usage (%): 100.511
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.4
system time used= 4.21136
maximum resident set size= 3831900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82040
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40016
involuntary context switches= 14673

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.1723 second user time and 13.193 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-18 23:28:21
IDJOB=4107032
IDBENCH=48379
IDSOLVER=2546
FILE ID=node119/4107032-1466285301
RUNJOBID= node119-1466276358-12798
PBS_JOBID= 19918260
Free space on /tmp= 71728 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_4_80.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107032-1466285301/watcher-4107032-1466285301 -o /tmp/evaluation-result-4107032-1466285301/solver-4107032-1466285301 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466276358-12798 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4107032-1466285301.opb

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

MD5SUM BENCH= fa22dd251e76880c1495cc1725a19f60
RANDOM SEED=889856854

node119.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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:        27104796 kB
Buffers:           85016 kB
Cached:           122408 kB
SwapCached:         1572 kB
Active:          3487364 kB
Inactive:         144432 kB
Active(anon):    3423188 kB
Inactive(anon):     3796 kB
Active(file):      64176 kB
Inactive(file):   140636 kB
Unevictable:     1391344 kB
Mlocked:         1244176 kB
SwapTotal:      67108856 kB
SwapFree:       67100120 kB
Dirty:              1612 kB
Writeback:             0 kB
AnonPages:       4878760 kB
Mapped:            17076 kB
Shmem:                 0 kB
Slab:             603668 kB
SReclaimable:      47592 kB
SUnreclaim:       556076 kB
KernelStack:        1760 kB
PageTables:        14016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5353784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3571712 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= 71724 MiB
End job on node119 at 2016-06-18 23:58:13