Trace number 4107856

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.89 1797.44

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j1208_10-unsat.opb
MD5SUMcde880e36ac940ebc706231d93099786
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, 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 variables22022
Total number of constraints69222
Number of constraints which are clauses68862
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints360
Minimum length of a constraint1
Maximum length of a constraint68
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 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 379
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4107856-1466291065.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  no objective function found
1.18/0.73	c ... done. Wall clock time 0.602s.
1.18/0.73	c declared #vars     22022
1.18/0.73	c #constraints  69222
1.18/0.73	c constraints type 
1.18/0.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7948
1.18/0.73	c org.sat4j.specs.Constr$1 => 9434
1.18/0.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 48418
1.18/0.73	c org.sat4j.minisat.constraints.cnf.UnitClause => 3062
1.18/0.73	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 360
1.18/0.73	c 69222 constraints processed.
3.02/2.08	c cleaning 2497 clauses out of 5001 with flag 32010/5001
4.53/3.50	c cleaning 4251 clauses out of 8503 with flag 88100/11000
6.23/5.20	c cleaning 5620 clauses out of 11254 with flag 171228/18002
8.14/7.03	c cleaning 6814 clauses out of 13633 with flag 258419/26001
10.25/9.15	c cleaning 7903 clauses out of 15818 with flag 340552/35000
12.45/11.38	c cleaning 8945 clauses out of 17917 with flag 435064/45002
15.25/14.10	c cleaning 9975 clauses out of 19971 with flag 553203/56001
18.45/17.30	c cleaning 10995 clauses out of 21995 with flag 677122/68000
21.98/20.85	c cleaning 11998 clauses out of 24000 with flag 808335/81000
25.94/24.39	c cleaning 12998 clauses out of 26004 with flag 967261/95002
30.13/28.59	c cleaning 13995 clauses out of 28004 with flag 1146054/110000
34.53/32.98	c cleaning 14999 clauses out of 30011 with flag 1357747/126002
39.53/37.99	c cleaning 15992 clauses out of 32010 with flag 1588860/143000
44.64/43.04	c cleaning 17000 clauses out of 34019 with flag 1803049/161001
49.93/48.31	c cleaning 18007 clauses out of 36018 with flag 2055699/180000
55.83/54.29	c cleaning 18997 clauses out of 38012 with flag 2359924/200001
62.43/60.82	c cleaning 20004 clauses out of 40014 with flag 2674966/221000
69.13/67.52	c cleaning 20995 clauses out of 42010 with flag 2995937/243000
76.23/74.64	c cleaning 21991 clauses out of 44015 with flag 3324290/266000
84.23/82.69	c cleaning 23007 clauses out of 46026 with flag 3709388/290002
92.18/90.56	c cleaning 24000 clauses out of 48017 with flag 4078547/315000
100.69/99.07	c cleaning 24998 clauses out of 50017 with flag 4458512/341000
109.68/108.03	c cleaning 26001 clauses out of 52019 with flag 4851403/368000
119.08/117.41	c cleaning 27003 clauses out of 54021 with flag 5290858/396003
128.68/127.02	c cleaning 28005 clauses out of 56015 with flag 5759907/425000
139.38/137.74	c cleaning 28995 clauses out of 58012 with flag 6199624/455002
150.38/148.75	c cleaning 29997 clauses out of 60015 with flag 6725521/486000
162.18/160.55	c cleaning 31004 clauses out of 62018 with flag 7268235/518000
174.78/173.13	c cleaning 31993 clauses out of 64014 with flag 7854565/551000
188.28/186.68	c cleaning 32999 clauses out of 66022 with flag 8420967/585001
201.69/200.00	c cleaning 34002 clauses out of 68022 with flag 9018571/620000
215.69/214.02	c cleaning 34999 clauses out of 70020 with flag 9642370/656000
230.50/228.85	c cleaning 36005 clauses out of 72021 with flag 10330149/693000
245.60/243.97	c cleaning 37004 clauses out of 74016 with flag 10989717/731000
261.80/260.14	c cleaning 37999 clauses out of 76012 with flag 11685139/770000
277.81/276.20	c cleaning 38994 clauses out of 78013 with flag 12401764/810000
295.51/293.84	c cleaning 40007 clauses out of 80020 with flag 13133232/851001
312.56/310.87	c cleaning 41003 clauses out of 82013 with flag 13877679/893001
330.26/328.51	c cleaning 41998 clauses out of 84010 with flag 14593939/936001
348.06/346.37	c cleaning 43004 clauses out of 86016 with flag 15378832/980005
367.42/365.66	c cleaning 43996 clauses out of 88008 with flag 16164433/1025001
388.72/386.97	c cleaning 44995 clauses out of 90012 with flag 16963731/1071001
410.13/408.36	c cleaning 46003 clauses out of 92017 with flag 17765182/1118001
431.74/429.90	c cleaning 47003 clauses out of 94013 with flag 18669549/1166000
454.64/452.80	c cleaning 47990 clauses out of 96011 with flag 19597044/1215001
477.66/475.89	c cleaning 49007 clauses out of 98020 with flag 20550546/1265000
503.46/501.61	c cleaning 50000 clauses out of 100013 with flag 21644890/1316000
526.66/524.83	c cleaning 50998 clauses out of 102013 with flag 22459148/1368000
552.43/550.52	c cleaning 51992 clauses out of 104018 with flag 23357440/1421003
579.93/578.04	c cleaning 52994 clauses out of 106023 with flag 24380849/1475000
606.13/604.22	c cleaning 53996 clauses out of 108029 with flag 25424408/1530000
634.24/632.35	c cleaning 55003 clauses out of 110036 with flag 26516469/1586003
663.95/662.07	c cleaning 56003 clauses out of 112030 with flag 27586751/1643000
694.65/692.77	c cleaning 57001 clauses out of 114027 with flag 28726053/1701000
726.85/724.91	c cleaning 58007 clauses out of 116027 with flag 29872250/1760001
759.54/757.69	c cleaning 59006 clauses out of 118020 with flag 31115554/1820001
792.75/790.87	c cleaning 59989 clauses out of 120013 with flag 32189966/1881000
826.73/824.74	c cleaning 60998 clauses out of 122027 with flag 33370559/1943003
861.53/859.51	c cleaning 62011 clauses out of 124027 with flag 34567070/2006001
899.04/897.06	c cleaning 62997 clauses out of 126015 with flag 35776462/2070000
937.66/935.61	c cleaning 63994 clauses out of 128018 with flag 36904410/2135000
976.27/974.26	c cleaning 65006 clauses out of 130025 with flag 38119068/2201001
1018.77/1016.74	c cleaning 66007 clauses out of 132019 with flag 39477594/2268001
1060.07/1058.03	c cleaning 66992 clauses out of 134011 with flag 40794107/2336000
1103.77/1101.75	c cleaning 68007 clauses out of 136025 with flag 42226878/2405006
1152.18/1149.99	c cleaning 69002 clauses out of 138014 with flag 43593939/2475002
1198.67/1196.42	c cleaning 69994 clauses out of 140010 with flag 45003590/2546000
1243.28/1241.00	c cleaning 71001 clauses out of 142016 with flag 46378123/2618000
1291.79/1289.56	c cleaning 71995 clauses out of 144015 with flag 47838783/2691000
1337.99/1335.79	c cleaning 73001 clauses out of 146020 with flag 49302849/2765000
1391.50/1389.27	c cleaning 73995 clauses out of 148019 with flag 50928175/2840000
1446.65/1444.25	c cleaning 74997 clauses out of 150026 with flag 52393128/2916002
1500.76/1498.36	c cleaning 76011 clauses out of 152028 with flag 53948586/2993001
1556.36/1553.98	c cleaning 77003 clauses out of 154019 with flag 55475886/3071003
1616.28/1613.89	c cleaning 77984 clauses out of 156013 with flag 57002816/3150000
1677.39/1674.92	c cleaning 79004 clauses out of 158029 with flag 58547287/3230000
1737.30/1734.89	c cleaning 80008 clauses out of 160025 with flag 60248788/3311000
1798.75/1796.18	c cleaning 81004 clauses out of 162018 with flag 62004421/3393001
1800.06/1797.41	c starts		: 6969
1800.06/1797.41	c conflicts		: 3395793
1800.06/1797.41	c decisions		: 4510162
1800.06/1797.41	c propagations		: 1592643281
1800.06/1797.41	c inspects		: 25827168991
1800.06/1797.41	c shortcuts		: 0
1800.06/1797.41	c learnt literals	: 0
1800.06/1797.41	c learnt binary clauses	: 6
1800.06/1797.41	c learnt ternary clauses	: 801
1800.06/1797.41	c learnt constraints	: 3395793
1800.06/1797.41	c ignored constraints	: 0
1800.06/1797.41	c root simplifications	: 0
1800.06/1797.41	c removed literals (reason simplification)	: 0
1800.06/1797.41	c reason swapping (by a shorter reason)	: 0
1800.06/1797.41	c Calls to reduceDB	: 78
1800.06/1797.41	c Number of update (reduction) of LBD	: 1377131
1800.06/1797.41	c Imported unit clauses	: 0
1800.06/1797.41	c number of reductions to clauses (during analyze)	: 0
1800.06/1797.41	c number of learned constraints concerned by reduction	: 0
1800.06/1797.41	c number of learning phase by resolution	: 0
1800.06/1797.41	c number of learning phase by cutting planes	: 0
1800.06/1797.41	c speed (assignments/second)	: 886483.1858870102
1800.06/1797.41	c non guided choices	19
1800.06/1797.41	c timeout
1800.06/1797.43	c learnt constraints type 
1800.06/1797.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 6
1800.06/1797.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 83800
1800.06/1797.43	s UNKNOWN
1800.06/1797.43	c Total wall clock time (in seconds): 1797.31

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

pid=30933
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.04 2.08 2.02 3/194 30936
/proc/meminfo: memFree=30223332/32872528 swapFree=338416/354768
[pid=30936] ppid=30933 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/30936/stat : 30936 (java) R 30933 30936 24550 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 31153225 9515008 184 33554432000 1073741824 1073778376 140737313603792 140737313595016 242167213495 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30936/statm: 2323 184 142 9 0 71 0

[startup+0.100063 s]
/proc/loadavg: 2.04 2.08 2.02 3/194 30936
/proc/meminfo: memFree=30223332/32872528 swapFree=338416/354768
[pid=30936] ppid=30933 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/30936/stat : 30936 (java) S 30933 30936 24550 0 -1 4202496 4323 0 1 0 7 1 0 0 20 0 18 0 31153225 9787879424 5443 33554432000 1073741824 1073778376 140734580257152 140734580248288 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30936/statm: 2389619 5444 2088 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200221 s]
/proc/loadavg: 2.04 2.08 2.02 3/194 30936
/proc/meminfo: memFree=30223332/32872528 swapFree=338416/354768
[pid=30936] ppid=30933 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/30936/stat : 30936 (java) S 30933 30936 24550 0 -1 4202496 4688 0 1 0 22 1 0 0 20 0 18 0 31153225 9787879424 6789 33554432000 1073741824 1073778376 140734580257152 140734580248288 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30936/statm: 2389619 6789 2197 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300217 s]
/proc/loadavg: 2.04 2.08 2.02 3/194 30936
/proc/meminfo: memFree=30223332/32872528 swapFree=338416/354768
[pid=30936] ppid=30933 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/30936/stat : 30936 (java) S 30933 30936 24550 0 -1 4202496 6225 0 1 0 43 2 0 0 20 0 18 0 31153225 9787879424 8860 33554432000 1073741824 1073778376 140734580257152 140734580248288 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30936/statm: 2389619 8860 2230 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700187 s]
/proc/loadavg: 2.04 2.08 2.02 3/194 30936
/proc/meminfo: memFree=30223332/32872528 swapFree=338416/354768
[pid=30936] ppid=30933 vsize=9558476 CPUtime=1.18 cores=0,2,4,6
/proc/30936/stat : 30936 (java) S 30933 30936 24550 0 -1 4202496 11206 0 1 0 114 4 0 0 20 0 18 0 31153225 9787879424 40979 33554432000 1073741824 1073778376 140734580257152 140734580248288 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30936/statm: 2389619 40979 2253 9 0 2380296 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9558476

[startup+1.50081 s]
/proc/loadavg: 1.96 2.06 2.01 3/213 30955
/proc/meminfo: memFree=30055584/32872528 swapFree=338416/354768
[pid=30936] ppid=30933 vsize=9625040 CPUtime=2.51 cores=0,2,4,6
/proc/30936/stat : 30936 (java) S 30933 30936 24550 0 -1 4202496 13811 0 1 0 246 5 0 0 20 0 19 0 31153225 9856040960 44145 33554432000 1073741824 1073778376 140734580257152 140734580248288 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30936/statm: 2406260 44145 2277 9 0 2396937 0
[pid=30936/tid=30938] ppid=30933 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/30936/task/30938/stat : 30938 (java) R 30933 30936 24550 0 -1 4202560 2521 0 1 0 142 3 0 0 20 0 19 0 31153226 9856040960 44145 33554432000 1073741824 1073778376 140734580257152 139661396873304 139661337289435 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30936/tid=30939] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30939/stat : 30939 (java) S 30933 30936 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 31153227 9856040960 44145 33554432000 1073741824 1073778376 140734580257152 139661335604264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30936/tid=30940] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30940/stat : 30940 (java) S 30933 30936 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31153227 9856040960 44145 33554432000 1073741824 1073778376 140734580257152 139661334551464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30936/tid=30941] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30941/stat : 30941 (java) S 30933 30936 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31153227 9856040960 44145 33554432000 1073741824 1073778376 140734580257152 139661333498664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30936/tid=30942] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30942/stat : 30942 (java) S 30933 30936 24550 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31153227 9856040960 44145 33554432000 1073741824 1073778376 140734580257152 139661332445864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30936/tid=30943] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30943/stat : 30943 (java) S 30933 30936 24550 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 31153227 9856040960 44145 33554432000 1073741824 1073778376 140734580257152 139661235927592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30936/tid=30944] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30944/stat : 30944 (java) S 30933 30936 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31153227 9856040960 44145 33554432000 1073741824 1073778376 140734580257152 139661234874792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30936/tid=30945] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30945/stat : 30945 (java) S 30933 30936 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31153227 9856040960 44145 33554432000 1073741824 1073778376 140734580257152 139661233821992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30936/tid=30946] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30946/stat : 30946 (java) S 30933 30936 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31153227 9856040960 44145 33554432000 1073741824 1073778376 140734580257152 139661232769192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30936/tid=30947] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30947/stat : 30947 (java) S 30933 30936 24550 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 31153228 9856040960 44145 33554432000 1073741824 1073778376 140734580257152 139661220572136 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30936/tid=30948] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30948/stat : 30948 (java) S 30933 30936 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31153229 9856040960 44145 33554432000 1073741824 1073778376 140734580257152 139661219518200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30936/tid=30949] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30949/stat : 30949 (java) S 30933 30936 24550 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31153229 9856040960 44145 33554432000 1073741824 1073778376 140734580257152 139661218465288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30936/tid=30950] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30950/stat : 30950 (java) S 30933 30936 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31153232 9856040960 44145 33554432000 1073741824 1073778376 140734580257152 139661217413776 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30936/tid=30951] ppid=30933 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/30936/task/30951/stat : 30951 (java) S 30933 30936 24550 0 -1 4202560 4178 0 0 0 44 0 0 0 20 0 19 0 31153232 9856040960 44145 33554432000 1073741824 1073778376 140734580257152 139661216360888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30936/tid=30952] ppid=30933 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/30936/task/30952/stat : 30952 (java) S 30933 30936 24550 0 -1 4202560 5747 0 0 0 53 2 0 0 20 0 19 0 31153232 9856040960 44145 33554432000 1073741824 1073778376 140734580257152 139661215308088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30936/tid=30953] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30953/stat : 30953 (java) S 30933 30936 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31153232 9856040960 44145 33554432000 1073741824 1073778376 140734580257152 139661214255480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30936/tid=30954] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30954/stat : 30954 (java) S 30933 30936 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31153232 9856040960 44145 33554432000 1073741824 1073778376 140734580257152 139661213202888 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30936/tid=30955] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30955/stat : 30955 (java) S 30933 30936 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31153308 9856040960 44145 33554432000 1073741824 1073778376 140734580257152 139661212149416 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 1.96 2.06 2.01 3/213 30955
/proc/meminfo: memFree=30055204/32872528 swapFree=338416/354768
[pid=30936] ppid=30933 vsize=9625040 CPUtime=4.2 cores=0,2,4,6
/proc/30936/stat : 30936 (java) S 30933 30936 24550 0 -1 4202496 13823 0 1 0 414 6 0 0 20 0 19 0 31153225 9856040960 44155 33554432000 1073741824 1073778376 140734580257152 140734580248288 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30936/statm: 2406260 44155 2284 9 0 2396937 0
[pid=30936/tid=30938] ppid=30933 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/30936/task/30938/stat : 30938 (java) R 30933 30936 24550 0 -1 4202560 2523 0 1 0 302 3 0 0 20 0 19 0 31153226 9856040960 44155 33554432000 1073741824 1073778376 140734580257152 139661396871640 139661337238841 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30936/tid=30939] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30939/stat : 30939 (java) S 30933 30936 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 31153227 9856040960 44155 33554432000 1073741824 1073778376 140734580257152 139661335604264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30936/tid=30940] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30940/stat : 30940 (java) S 30933 30936 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31153227 9856040960 44155 33554432000 1073741824 1073778376 140734580257152 139661334551464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30936/tid=30941] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30941/stat : 30941 (java) S 30933 30936 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31153227 9856040960 44155 33554432000 1073741824 1073778376 140734580257152 139661333498664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30936/tid=30942] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30942/stat : 30942 (java) S 30933 30936 24550 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31153227 9856040960 44155 33554432000 1073741824 1073778376 140734580257152 139661332445864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30936/tid=30943] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30943/stat : 30943 (java) S 30933 30936 24550 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 31153227 9856040960 44155 33554432000 1073741824 1073778376 140734580257152 139661235927592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30936/tid=30944] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30944/stat : 30944 (java) S 30933 30936 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31153227 9856040960 44155 33554432000 1073741824 1073778376 140734580257152 139661234874792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30936/tid=30945] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30945/stat : 30945 (java) S 30933 30936 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31153227 9856040960 44155 33554432000 1073741824 1073778376 140734580257152 139661233821992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30936/tid=30946] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30946/stat : 30946 (java) S 30933 30936 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31153227 9856040960 44155 33554432000 1073741824 1073778376 140734580257152 139661232769192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30936/tid=30947] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30947/stat : 30947 (java) S 30933 30936 24550 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 31153228 9856040960 44155 33554432000 1073741824 1073778376 140734580257152 139661220572136 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30936/tid=30948] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30948/stat : 30948 (java) S 30933 30936 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31153229 9856040960 44155 33554432000 1073741824 1073778376 140734580257152 139661219518200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30936/tid=30949] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30949/stat : 30949 (java) S 30933 30936 24550 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31153229 9856040960 44155 33554432000 1073741824 1073778376 140734580257152 139661218465288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30936/tid=30950] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30950/stat : 30950 (java) S 30933 30936 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31153232 9856040960 44155 33554432000 1073741824 1073778376 140734580257152 139661217413776 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30936/tid=30951] ppid=30933 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/30936/task/30951/stat : 30951 (java) S 30933 30936 24550 0 -1 4202560 4186 0 0 0 51 0 0 0 20 0 19 0 31153232 9856040960 44155 33554432000 1073741824 1073778376 140734580257152 139661216360888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30936/tid=30952] ppid=30933 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/30936/task/30952/stat : 30952 (java) S 30933 30936 24550 0 -1 4202560 5749 0 0 0 54 2 0 0 20 0 19 0 31153232 9856040960 44155 33554432000 1073741824 1073778376 140734580257152 139661215308088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30936/tid=30953] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30953/stat : 30953 (java) S 30933 30936 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31153232 9856040960 44155 33554432000 1073741824 1073778376 140734580257152 139661214255480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30936/tid=30954] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30954/stat : 30954 (java) S 30933 30936 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31153232 9856040960 44155 33554432000 1073741824 1073778376 140734580257152 139661213202888 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30936/tid=30955] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30955/stat : 30955 (java) S 30933 30936 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31153308 9856040960 44155 33554432000 1073741824 1073778376 140734580257152 139661212149416 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 1.96 2.06 2.01 3/213 30955
/proc/meminfo: memFree=30055956/32872528 swapFree=338416/354768
[pid=30936] ppid=30933 vsize=9625040 CPUtime=7.44 cores=0,2,4,6
/proc/30936/stat : 30936 (java) S 30933 30936 24550 0 -1 4202496 13825 0 1 0 738 6 0 0 20 0 19 0 31153225 9856040960 43789 33554432000 1073741824 1073778376 140734580257152 140734580248288 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30936/statm: 2406260 43789 2284 9 0 2396937 0
[pid=30936/tid=30938] ppid=30933 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/30936/task/30938/stat : 30938 (java) R 30933 30936 24550 0 -1 4202560 2525 0 1 0 622 3 0 0 20 0 19 0 31153226 9856040960 43789 33554432000 1073741824 1073778376 140734580257152 139661396864704 139661337277521 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30936/tid=30939] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30939/stat : 30939 (java) S 30933 30936 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 31153227 9856040960 43789 33554432000 1073741824 1073778376 140734580257152 139661335604264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30936/tid=30940] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30940/stat : 30940 (java) S 30933 30936 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31153227 9856040960 43789 33554432000 1073741824 1073778376 140734580257152 139661334551464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30936/tid=30941] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30941/stat : 30941 (java) S 30933 30936 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31153227 9856040960 43789 33554432000 1073741824 1073778376 140734580257152 139661333498664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30936/tid=30942] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30942/stat : 30942 (java) S 30933 30936 24550 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31153227 9856040960 43789 33554432000 1073741824 1073778376 140734580257152 139661332445864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30936/tid=30943] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30943/stat : 30943 (java) S 30933 30936 24550 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 31153227 9856040960 43789 33554432000 1073741824 1073778376 140734580257152 139661235927592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30936/tid=30944] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30944/stat : 30944 (java) S 30933 30936 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31153227 9856040960 43789 33554432000 1073741824 1073778376 140734580257152 139661234874792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30936/tid=30945] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30945/stat : 30945 (java) S 30933 30936 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31153227 9856040960 43789 33554432000 1073741824 1073778376 140734580257152 139661233821992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30936/tid=30946] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30946/stat : 30946 (java) S 30933 30936 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31153227 9856040960 43789 33554432000 1073741824 1073778376 140734580257152 139661232769192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30936/tid=30947] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30947/stat : 30947 (java) S 30933 30936 24550 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 31153228 9856040960 43789 33554432000 1073741824 1073778376 140734580257152 139661220572136 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30936/tid=30948] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30948/stat : 30948 (java) S 30933 30936 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31153229 9856040960 43789 33554432000 1073741824 1073778376 140734580257152 139661219518200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30936/tid=30949] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30949/stat : 30949 (java) S 30933 30936 24550 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31153229 9856040960 43789 33554432000 1073741824 1073778376 140734580257152 139661218465288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30936/tid=30950] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30950/stat : 30950 (java) S 30933 30936 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31153232 9856040960 43789 33554432000 1073741824 1073778376 140734580257152 139661217413776 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30936/tid=30951] ppid=30933 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/30936/task/30951/stat : 30951 (java) S 30933 30936 24550 0 -1 4202560 4186 0 0 0 53 0 0 0 20 0 19 0 31153232 9856040960 43789 33554432000 1073741824 1073778376 140734580257152 139661216360888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30936/tid=30952] ppid=30933 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/30936/task/30952/stat : 30952 (java) S 30933 30936 24550 0 -1 4202560 5749 0 0 0 56 2 0 0 20 0 19 0 31153232 9856040960 43789 33554432000 1073741824 1073778376 140734580257152 139661215308088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30936/tid=30953] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30953/stat : 30953 (java) S 30933 30936 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31153232 9856040960 43789 33554432000 1073741824 1073778376 140734580257152 139661214255480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30936/tid=30954] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30954/stat : 30954 (java) S 30933 30936 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31153232 9856040960 43789 33554432000 1073741824 1073778376 140734580257152 139661213202888 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30936/tid=30955] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30955/stat : 30955 (java) S 30933 30936 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31153308 9856040960 43789 33554432000 1073741824 1073778376 140734580257152 139661212149416 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.44
Current children cumulated vsize (KiB) 9625040


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

/proc/30936/task/30948/stat : 30948 (java) S 30933 30936 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31153229 9856040960 122322 33554432000 1073741824 1073778376 140734580257152 139661219518200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30936/tid=30949] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30949/stat : 30949 (java) S 30933 30936 24550 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31153229 9856040960 122322 33554432000 1073741824 1073778376 140734580257152 139661218465288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30936/tid=30950] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30950/stat : 30950 (java) S 30933 30936 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31153232 9856040960 122322 33554432000 1073741824 1073778376 140734580257152 139661217413776 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30936/tid=30951] ppid=30933 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/30936/task/30951/stat : 30951 (java) S 30933 30936 24550 0 -1 4202560 10594 0 0 0 99 2 0 0 20 0 19 0 31153232 9856040960 122322 33554432000 1073741824 1073778376 140734580257152 139661216360888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30936/tid=30952] ppid=30933 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/30936/task/30952/stat : 30952 (java) S 30933 30936 24550 0 -1 4202560 5752 0 0 0 65 2 0 0 20 0 19 0 31153232 9856040960 122322 33554432000 1073741824 1073778376 140734580257152 139661215308088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30936/tid=30953] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30953/stat : 30953 (java) S 30933 30936 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31153232 9856040960 122322 33554432000 1073741824 1073778376 140734580257152 139661214255480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30936/tid=30954] ppid=30933 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/30936/task/30954/stat : 30954 (java) S 30933 30936 24550 0 -1 4202560 95 0 0 0 40 30 0 0 20 0 19 0 31153232 9856040960 122322 33554432000 1073741824 1073778376 140734580257152 139661213202888 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30936/tid=30955] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30955/stat : 30955 (java) S 30933 30936 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31153308 9856040960 122322 33554432000 1073741824 1073778376 140734580257152 139661212149416 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1664.77
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.10 2.11 2.05 3/213 31064
/proc/meminfo: memFree=30343924/32872528 swapFree=338416/354768
[pid=30936] ppid=30933 vsize=9625040 CPUtime=1724.79 cores=0,2,4,6
/proc/30936/stat : 30936 (java) S 30933 30936 24550 0 -1 4202496 21753 0 1 0 172432 47 0 0 20 0 19 0 31153225 9856040960 122322 33554432000 1073741824 1073778376 140734580257152 140734580248288 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30936/statm: 2406260 122322 2285 9 0 2396937 0
[pid=30936/tid=30938] ppid=30933 vsize=9625040 CPUtime=1722.06 cores=0,2,4,6
/proc/30936/task/30938/stat : 30938 (java) R 30933 30936 24550 0 -1 4202560 2596 0 1 0 172175 31 0 0 20 0 19 0 31153226 9856040960 122322 33554432000 1073741824 1073778376 140734580257152 139661396864688 139661337337834 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30936/tid=30939] ppid=30933 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/30936/task/30939/stat : 30939 (java) S 30933 30936 24550 0 -1 4202560 123 0 0 0 8 2 0 0 20 0 19 0 31153227 9856040960 122322 33554432000 1073741824 1073778376 140734580257152 139661335604264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30936/tid=30940] ppid=30933 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/30936/task/30940/stat : 30940 (java) S 30933 30936 24550 0 -1 4202560 262 0 0 0 5 2 0 0 20 0 19 0 31153227 9856040960 122322 33554432000 1073741824 1073778376 140734580257152 139661334551464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30936/tid=30941] ppid=30933 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/30936/task/30941/stat : 30941 (java) S 30933 30936 24550 0 -1 4202560 35 0 0 0 8 3 0 0 20 0 19 0 31153227 9856040960 122322 33554432000 1073741824 1073778376 140734580257152 139661333498664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30936/tid=30942] ppid=30933 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/30936/task/30942/stat : 30942 (java) S 30933 30936 24550 0 -1 4202560 233 0 0 0 7 3 0 0 20 0 19 0 31153227 9856040960 122322 33554432000 1073741824 1073778376 140734580257152 139661332445864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30936/tid=30943] ppid=30933 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/30936/task/30943/stat : 30943 (java) S 30933 30936 24550 0 -1 4202560 244 0 0 0 6 4 0 0 20 0 19 0 31153227 9856040960 122322 33554432000 1073741824 1073778376 140734580257152 139661235927592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30936/tid=30944] ppid=30933 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/30936/task/30944/stat : 30944 (java) S 30933 30936 24550 0 -1 4202560 188 0 0 0 11 2 0 0 20 0 19 0 31153227 9856040960 122322 33554432000 1073741824 1073778376 140734580257152 139661234874792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30936/tid=30945] ppid=30933 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/30936/task/30945/stat : 30945 (java) S 30933 30936 24550 0 -1 4202560 189 0 0 0 9 3 0 0 20 0 19 0 31153227 9856040960 122322 33554432000 1073741824 1073778376 140734580257152 139661233821992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30936/tid=30946] ppid=30933 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/30936/task/30946/stat : 30946 (java) S 30933 30936 24550 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 19 0 31153227 9856040960 122322 33554432000 1073741824 1073778376 140734580257152 139661232769192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30936/tid=30947] ppid=30933 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/30936/task/30947/stat : 30947 (java) S 30933 30936 24550 0 -1 4202560 147 0 0 0 2 0 0 0 20 0 19 0 31153228 9856040960 122322 33554432000 1073741824 1073778376 140734580257152 139661220572136 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30936/tid=30948] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30948/stat : 30948 (java) S 30933 30936 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31153229 9856040960 122322 33554432000 1073741824 1073778376 140734580257152 139661219518200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30936/tid=30949] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30949/stat : 30949 (java) S 30933 30936 24550 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31153229 9856040960 122322 33554432000 1073741824 1073778376 140734580257152 139661218465288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30936/tid=30950] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30950/stat : 30950 (java) S 30933 30936 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31153232 9856040960 122322 33554432000 1073741824 1073778376 140734580257152 139661217413776 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30936/tid=30951] ppid=30933 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/30936/task/30951/stat : 30951 (java) S 30933 30936 24550 0 -1 4202560 10594 0 0 0 99 2 0 0 20 0 19 0 31153232 9856040960 122322 33554432000 1073741824 1073778376 140734580257152 139661216360888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30936/tid=30952] ppid=30933 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/30936/task/30952/stat : 30952 (java) S 30933 30936 24550 0 -1 4202560 5752 0 0 0 65 2 0 0 20 0 19 0 31153232 9856040960 122322 33554432000 1073741824 1073778376 140734580257152 139661215308088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30936/tid=30953] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30953/stat : 30953 (java) S 30933 30936 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31153232 9856040960 122322 33554432000 1073741824 1073778376 140734580257152 139661214255480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30936/tid=30954] ppid=30933 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/30936/task/30954/stat : 30954 (java) S 30933 30936 24550 0 -1 4202560 99 0 0 0 42 31 0 0 20 0 19 0 31153232 9856040960 122322 33554432000 1073741824 1073778376 140734580257152 139661213202888 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30936/tid=30955] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30955/stat : 30955 (java) S 30933 30936 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31153308 9856040960 122322 33554432000 1073741824 1073778376 140734580257152 139661212149416 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1724.79
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.15 2.12 2.05 3/213 31065
/proc/meminfo: memFree=30287812/32872528 swapFree=338416/354768
[pid=30936] ppid=30933 vsize=9625040 CPUtime=1784.95 cores=0,2,4,6
/proc/30936/stat : 30936 (java) S 30933 30936 24550 0 -1 4202496 21892 0 1 0 178440 55 0 0 20 0 19 0 31153225 9856040960 137693 33554432000 1073741824 1073778376 140734580257152 140734580248288 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30936/statm: 2406260 137693 2285 9 0 2396937 0
[pid=30936/tid=30938] ppid=30933 vsize=9625040 CPUtime=1782.01 cores=0,2,4,6
/proc/30936/task/30938/stat : 30938 (java) R 30933 30936 24550 0 -1 4202560 2597 0 1 0 178169 32 0 0 20 0 19 0 31153226 9856040960 137693 33554432000 1073741824 1073778376 140734580257152 139661396872384 139661337278073 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30936/tid=30939] ppid=30933 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/30936/task/30939/stat : 30939 (java) S 30933 30936 24550 0 -1 4202560 138 0 0 0 10 3 0 0 20 0 19 0 31153227 9856040960 137693 33554432000 1073741824 1073778376 140734580257152 139661335604264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30936/tid=30940] ppid=30933 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/30936/task/30940/stat : 30940 (java) S 30933 30936 24550 0 -1 4202560 274 0 0 0 6 3 0 0 20 0 19 0 31153227 9856040960 137693 33554432000 1073741824 1073778376 140734580257152 139661334551464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30936/tid=30941] ppid=30933 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/30936/task/30941/stat : 30941 (java) S 30933 30936 24550 0 -1 4202560 53 0 0 0 10 4 0 0 20 0 19 0 31153227 9856040960 137693 33554432000 1073741824 1073778376 140734580257152 139661333498664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30936/tid=30942] ppid=30933 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/30936/task/30942/stat : 30942 (java) S 30933 30936 24550 0 -1 4202560 253 0 0 0 9 4 0 0 20 0 19 0 31153227 9856040960 137693 33554432000 1073741824 1073778376 140734580257152 139661332445864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30936/tid=30943] ppid=30933 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/30936/task/30943/stat : 30943 (java) S 30933 30936 24550 0 -1 4202560 266 0 0 0 9 5 0 0 20 0 19 0 31153227 9856040960 137693 33554432000 1073741824 1073778376 140734580257152 139661235927592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30936/tid=30944] ppid=30933 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/30936/task/30944/stat : 30944 (java) S 30933 30936 24550 0 -1 4202560 203 0 0 0 12 3 0 0 20 0 19 0 31153227 9856040960 137693 33554432000 1073741824 1073778376 140734580257152 139661234874792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30936/tid=30945] ppid=30933 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/30936/task/30945/stat : 30945 (java) S 30933 30936 24550 0 -1 4202560 201 0 0 0 11 3 0 0 20 0 19 0 31153227 9856040960 137693 33554432000 1073741824 1073778376 140734580257152 139661233821992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30936/tid=30946] ppid=30933 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/30936/task/30946/stat : 30946 (java) S 30933 30936 24550 0 -1 4202560 39 0 0 0 5 2 0 0 20 0 19 0 31153227 9856040960 137693 33554432000 1073741824 1073778376 140734580257152 139661232769192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30936/tid=30947] ppid=30933 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/30936/task/30947/stat : 30947 (java) S 30933 30936 24550 0 -1 4202560 160 0 0 0 2 0 0 0 20 0 19 0 31153228 9856040960 137693 33554432000 1073741824 1073778376 140734580257152 139661220572136 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30936/tid=30948] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30948/stat : 30948 (java) S 30933 30936 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31153229 9856040960 137693 33554432000 1073741824 1073778376 140734580257152 139661219518200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30936/tid=30949] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30949/stat : 30949 (java) S 30933 30936 24550 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31153229 9856040960 137693 33554432000 1073741824 1073778376 140734580257152 139661218465288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30936/tid=30950] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30950/stat : 30950 (java) S 30933 30936 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31153232 9856040960 137693 33554432000 1073741824 1073778376 140734580257152 139661217413776 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30936/tid=30951] ppid=30933 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/30936/task/30951/stat : 30951 (java) S 30933 30936 24550 0 -1 4202560 10594 0 0 0 99 2 0 0 20 0 19 0 31153232 9856040960 137693 33554432000 1073741824 1073778376 140734580257152 139661216360888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30936/tid=30952] ppid=30933 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/30936/task/30952/stat : 30952 (java) S 30933 30936 24550 0 -1 4202560 5752 0 0 0 65 2 0 0 20 0 19 0 31153232 9856040960 137693 33554432000 1073741824 1073778376 140734580257152 139661215308088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30936/tid=30953] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30953/stat : 30953 (java) S 30933 30936 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31153232 9856040960 137693 33554432000 1073741824 1073778376 140734580257152 139661214255480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30936/tid=30954] ppid=30933 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/30936/task/30954/stat : 30954 (java) S 30933 30936 24550 0 -1 4202560 103 0 0 0 43 32 0 0 20 0 19 0 31153232 9856040960 137693 33554432000 1073741824 1073778376 140734580257152 139661213202888 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30936/tid=30955] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30955/stat : 30955 (java) S 30933 30936 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31153308 9856040960 137693 33554432000 1073741824 1073778376 140734580257152 139661212149416 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1784.95
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.4 s]
/proc/loadavg: 2.18 2.13 2.05 3/213 31065
/proc/meminfo: memFree=30288060/32872528 swapFree=338416/354768
[pid=30936] ppid=30933 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/30936/stat : 30936 (java) S 30933 30936 24550 0 -1 4202496 21892 0 1 0 179951 55 0 0 20 0 19 0 31153225 9856040960 137693 33554432000 1073741824 1073778376 140734580257152 140734580248288 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30936/statm: 2406260 137693 2285 9 0 2396937 0
[pid=30936/tid=30938] ppid=30933 vsize=9625040 CPUtime=1797.12 cores=0,2,4,6
/proc/30936/task/30938/stat : 30938 (java) R 30933 30936 24550 0 -1 4202560 2597 0 1 0 179680 32 0 0 20 0 19 0 31153226 9856040960 137693 33554432000 1073741824 1073778376 140734580257152 139661396864688 139661337266651 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30936/tid=30939] ppid=30933 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/30936/task/30939/stat : 30939 (java) S 30933 30936 24550 0 -1 4202560 138 0 0 0 10 3 0 0 20 0 19 0 31153227 9856040960 137693 33554432000 1073741824 1073778376 140734580257152 139661335604264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30936/tid=30940] ppid=30933 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/30936/task/30940/stat : 30940 (java) S 30933 30936 24550 0 -1 4202560 274 0 0 0 6 3 0 0 20 0 19 0 31153227 9856040960 137693 33554432000 1073741824 1073778376 140734580257152 139661334551464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30936/tid=30941] ppid=30933 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/30936/task/30941/stat : 30941 (java) S 30933 30936 24550 0 -1 4202560 53 0 0 0 10 4 0 0 20 0 19 0 31153227 9856040960 137693 33554432000 1073741824 1073778376 140734580257152 139661333498664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30936/tid=30942] ppid=30933 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/30936/task/30942/stat : 30942 (java) S 30933 30936 24550 0 -1 4202560 253 0 0 0 9 4 0 0 20 0 19 0 31153227 9856040960 137693 33554432000 1073741824 1073778376 140734580257152 139661332445864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30936/tid=30943] ppid=30933 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/30936/task/30943/stat : 30943 (java) S 30933 30936 24550 0 -1 4202560 266 0 0 0 9 5 0 0 20 0 19 0 31153227 9856040960 137693 33554432000 1073741824 1073778376 140734580257152 139661235927592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30936/tid=30944] ppid=30933 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/30936/task/30944/stat : 30944 (java) S 30933 30936 24550 0 -1 4202560 203 0 0 0 12 3 0 0 20 0 19 0 31153227 9856040960 137693 33554432000 1073741824 1073778376 140734580257152 139661234874792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30936/tid=30945] ppid=30933 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/30936/task/30945/stat : 30945 (java) S 30933 30936 24550 0 -1 4202560 201 0 0 0 11 3 0 0 20 0 19 0 31153227 9856040960 137693 33554432000 1073741824 1073778376 140734580257152 139661233821992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30936/tid=30946] ppid=30933 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/30936/task/30946/stat : 30946 (java) S 30933 30936 24550 0 -1 4202560 39 0 0 0 5 2 0 0 20 0 19 0 31153227 9856040960 137693 33554432000 1073741824 1073778376 140734580257152 139661232769192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30936/tid=30947] ppid=30933 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/30936/task/30947/stat : 30947 (java) S 30933 30936 24550 0 -1 4202560 160 0 0 0 2 0 0 0 20 0 19 0 31153228 9856040960 137693 33554432000 1073741824 1073778376 140734580257152 139661220572136 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30936/tid=30948] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30948/stat : 30948 (java) S 30933 30936 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31153229 9856040960 137693 33554432000 1073741824 1073778376 140734580257152 139661219518200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30936/tid=30949] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30949/stat : 30949 (java) S 30933 30936 24550 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31153229 9856040960 137693 33554432000 1073741824 1073778376 140734580257152 139661218465288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30936/tid=30950] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30950/stat : 30950 (java) S 30933 30936 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31153232 9856040960 137693 33554432000 1073741824 1073778376 140734580257152 139661217413776 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30936/tid=30951] ppid=30933 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/30936/task/30951/stat : 30951 (java) S 30933 30936 24550 0 -1 4202560 10594 0 0 0 99 2 0 0 20 0 19 0 31153232 9856040960 137693 33554432000 1073741824 1073778376 140734580257152 139661216360888 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30936/tid=30952] ppid=30933 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/30936/task/30952/stat : 30952 (java) S 30933 30936 24550 0 -1 4202560 5752 0 0 0 65 2 0 0 20 0 19 0 31153232 9856040960 137693 33554432000 1073741824 1073778376 140734580257152 139661215308088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30936/tid=30953] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30953/stat : 30953 (java) S 30933 30936 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31153232 9856040960 137693 33554432000 1073741824 1073778376 140734580257152 139661214255480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30936/tid=30954] ppid=30933 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/30936/task/30954/stat : 30954 (java) S 30933 30936 24550 0 -1 4202560 103 0 0 0 44 32 0 0 20 0 19 0 31153232 9856040960 137693 33554432000 1073741824 1073778376 140734580257152 139661213202888 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30936/tid=30955] ppid=30933 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30936/task/30955/stat : 30955 (java) S 30933 30936 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31153308 9856040960 137693 33554432000 1073741824 1073778376 140734580257152 139661212149416 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 30936 sig 9
??? kill -30936 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1797.44
CPU time (s): 1800.89
CPU user time (s): 1799.8
CPU system time (s): 1.09383
CPU usage (%): 100.192
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.8
system time used= 1.09383
maximum resident set size= 550888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21925
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38263
involuntary context switches= 2610

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.12 second user time and 11.4153 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-19 01:04:25
IDJOB=4107856
IDBENCH=73597
IDSOLVER=2546
FILE ID=node126/4107856-1466291065
RUNJOBID= node126-1466264639-24566
PBS_JOBID= 19918224
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j1208_10-unsat.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107856-1466291065/watcher-4107856-1466291065 -o /tmp/evaluation-result-4107856-1466291065/solver-4107856-1466291065 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466264639-24566 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4107856-1466291065.opb

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

MD5SUM BENCH= cde880e36ac940ebc706231d93099786
RANDOM SEED=991792238

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30223596 kB
Buffers:          156076 kB
Cached:           269604 kB
SwapCached:         1736 kB
Active:          1221352 kB
Inactive:         332520 kB
Active(anon):    1128756 kB
Inactive(anon):     1796 kB
Active(file):      92596 kB
Inactive(file):   330724 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100232 kB
Dirty:              2552 kB
Writeback:             0 kB
AnonPages:       1482112 kB
Mapped:            17108 kB
Shmem:                 0 kB
Slab:             607036 kB
SReclaimable:      50832 kB
SUnreclaim:       556204 kB
KernelStack:        1600 kB
PageTables:         6904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2993492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1107968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node126 at 2016-06-19 01:34:22