Trace number 4106843

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.04 1779.44

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_10_4_15.opb
MD5SUM7ab77cff97b96454f3db17b9d3c60f4e
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.25596
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)12652
Sum of products size (including duplicates)25304
Number of different products6326
Sum of products size12652

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4106843-1466278741.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
1.04/0.55	c ... done. Wall clock time 0.432s.
1.04/0.55	c declared #vars     1000
1.04/0.55	c internal #vars     7326
1.04/0.55	c #constraints  14155
1.04/0.55	c constraints type 
1.04/0.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6326
1.04/0.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1.04/0.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1.04/0.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6326
1.04/0.55	c 14155 constraints processed.
5.05/3.25	c cleaning 2495 clauses out of 5001 with flag 10082/5001
7.82/5.91	c cleaning 4301 clauses out of 8601 with flag 22370/11096
11.12/9.14	c cleaning 5729 clauses out of 11458 with flag 36800/18254
14.42/12.45	c cleaning 6890 clauses out of 13780 with flag 53037/26305
17.98/15.92	c cleaning 7830 clauses out of 15659 with flag 70742/35074
21.78/19.73	c cleaning 8893 clauses out of 17785 with flag 90834/45030
26.08/23.87	c cleaning 9964 clauses out of 19928 with flag 113121/56066
30.28/28.04	c cleaning 11002 clauses out of 22004 with flag 137467/68106
34.18/31.99	c cleaning 11961 clauses out of 23938 with flag 163712/81042
38.49/35.92	c cleaning 12972 clauses out of 25943 with flag 192793/95008
46.02/43.47	c cleaning 14080 clauses out of 28159 with flag 223550/110196
55.21/52.56	c cleaning 14990 clauses out of 29980 with flag 255606/126097
63.81/61.18	c cleaning 15981 clauses out of 31962 with flag 289868/143069
72.25/69.38	c cleaning 16982 clauses out of 33963 with flag 326232/161051
78.95/76.08	c cleaning 17974 clauses out of 35965 with flag 364766/180035
88.49/85.33	c cleaning 19140 clauses out of 38279 with flag 406574/200323
103.19/100.01	c cleaning 20023 clauses out of 40046 with flag 448715/221230
117.36/113.91	c cleaning 21017 clauses out of 42033 with flag 493127/243240
129.36/125.94	c cleaning 22022 clauses out of 44044 with flag 539655/266268
140.26/136.27	c cleaning 22898 clauses out of 45796 with flag 587824/290042
152.02/147.82	c cleaning 23953 clauses out of 47920 with flag 639297/315064
162.50/158.13	c cleaning 24978 clauses out of 49955 with flag 692649/341052
173.87/169.45	c cleaning 25999 clauses out of 51998 with flag 748036/368073
185.80/181.11	c cleaning 26968 clauses out of 53977 with flag 805400/396051
197.88/193.02	c cleaning 27927 clauses out of 55958 with flag 864856/425000
208.37/203.31	c cleaning 29041 clauses out of 58101 with flag 927120/455070
221.22/216.03	c cleaning 30025 clauses out of 60049 with flag 990649/486059
233.93/228.57	c cleaning 30929 clauses out of 61981 with flag 1056289/518016
248.37/242.89	c cleaning 32088 clauses out of 64175 with flag 1124600/551139
262.00/256.24	c cleaning 32925 clauses out of 65948 with flag 1194550/585000
277.26/271.32	c cleaning 33950 clauses out of 68023 with flag 1266383/620000
294.37/288.24	c cleaning 35065 clauses out of 70170 with flag 1340832/656097
313.95/307.60	c cleaning 36008 clauses out of 72039 with flag 1416985/693031
330.71/324.27	c cleaning 36980 clauses out of 74001 with flag 1495242/731001
349.60/342.89	c cleaning 37964 clauses out of 76024 with flag 1575833/770004
368.87/361.92	c cleaning 39010 clauses out of 78057 with flag 1658713/810001
385.91/378.76	c cleaning 39978 clauses out of 80053 with flag 1743310/851007
403.98/396.54	c cleaning 41007 clauses out of 82073 with flag 1830290/893005
425.87/418.18	c cleaning 41994 clauses out of 84088 with flag 1919537/936027
444.26/436.36	c cleaning 43027 clauses out of 86110 with flag 2011154/980043
461.03/452.88	c cleaning 43971 clauses out of 88040 with flag 2105286/1025000
479.82/471.38	c cleaning 44993 clauses out of 90076 with flag 2202063/1071007
495.36/486.63	c cleaning 46016 clauses out of 92076 with flag 2302067/1118000
506.68/497.69	c cleaning 47036 clauses out of 94072 with flag 2411231/1166012
522.82/513.43	c cleaning 48031 clauses out of 96061 with flag 2517092/1215037
543.02/533.42	c cleaning 48997 clauses out of 97993 with flag 2623413/1265000
561.90/552.09	c cleaning 50011 clauses out of 100022 with flag 2731379/1316026
587.14/577.02	c cleaning 50996 clauses out of 101992 with flag 2840752/1368007
611.12/600.79	c cleaning 52043 clauses out of 104085 with flag 2951677/1421096
642.00/631.35	c cleaning 52958 clauses out of 105946 with flag 3063929/1475000
669.86/658.93	c cleaning 54016 clauses out of 108031 with flag 3178341/1530043
703.72/692.41	c cleaning 55029 clauses out of 110057 with flag 3294880/1586085
736.76/725.29	c cleaning 56009 clauses out of 112018 with flag 3413067/1643075
777.40/765.40	c cleaning 56950 clauses out of 113934 with flag 3532984/1701000
821.90/809.65	c cleaning 57978 clauses out of 115984 with flag 3655145/1760000
865.22/852.48	c cleaning 59014 clauses out of 118028 with flag 3779411/1820022
916.82/903.54	c cleaning 59977 clauses out of 119993 with flag 3905187/1881001
969.37/955.68	c cleaning 61012 clauses out of 122023 with flag 4033200/1943008
1024.23/1010.12	c cleaning 62000 clauses out of 124003 with flag 4163068/2006000
1078.15/1063.61	c cleaning 63016 clauses out of 126032 with flag 4294688/2070029
1138.73/1123.85	c cleaning 64027 clauses out of 128054 with flag 4428336/2135067
1205.36/1189.98	c cleaning 65013 clauses out of 130026 with flag 4563976/2201066
1270.23/1254.32	c cleaning 66040 clauses out of 132080 with flag 4701955/2268133
1346.19/1329.66	c cleaning 66955 clauses out of 133910 with flag 4840887/2336003
1422.60/1405.44	c cleaning 68012 clauses out of 136023 with flag 4982748/2405071
1498.06/1480.25	c cleaning 68954 clauses out of 137940 with flag 5125953/2475000
1585.24/1566.79	c cleaning 70054 clauses out of 140107 with flag 5271958/2546121
1673.60/1654.26	c cleaning 70970 clauses out of 141940 with flag 5419304/2618008
1770.81/1750.72	c cleaning 72047 clauses out of 144093 with flag 5569352/2691131
1800.04/1779.40	c starts		: 1
1800.04/1779.40	c conflicts		: 2722467
1800.04/1779.40	c decisions		: 4035173
1800.04/1779.40	c propagations		: 173775975
1800.04/1779.40	c inspects		: 24750040865
1800.04/1779.40	c shortcuts		: 0
1800.04/1779.40	c learnt literals	: 0
1800.04/1779.40	c learnt binary clauses	: 0
1800.04/1779.40	c learnt ternary clauses	: 0
1800.04/1779.40	c learnt constraints	: 2722467
1800.04/1779.40	c ignored constraints	: 0
1800.04/1779.40	c root simplifications	: 0
1800.04/1779.40	c removed literals (reason simplification)	: 0
1800.04/1779.40	c reason swapping (by a shorter reason)	: 0
1800.04/1779.40	c Calls to reduceDB	: 69
1800.04/1779.40	c Number of update (reduction) of LBD	: 176481
1800.04/1779.40	c Imported unit clauses	: 0
1800.04/1779.40	c number of reductions to clauses (during analyze)	: 0
1800.04/1779.40	c number of learned constraints concerned by reduction	: 0
1800.04/1779.40	c number of learning phase by resolution	: 0
1800.04/1779.40	c number of learning phase by cutting planes	: 0
1800.04/1779.40	c speed (assignments/second)	: 97690.18319721527
1800.04/1779.40	c non guided choices	6811
1800.04/1779.41	c timeout
1800.04/1779.43	c learnt constraints type 
1800.04/1779.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 103383
1800.04/1779.43	s UNKNOWN
1800.04/1779.43	c Total wall clock time (in seconds): 1779.318

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

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

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


[startup+0 s]
/proc/loadavg: 2.10 2.09 2.08 2/194 22903
/proc/meminfo: memFree=30174736/32872528 swapFree=877056/942464
[pid=22903] ppid=22900 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/22903/stat : 22903 (java) D 22900 22903 19848 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 29923050 2560000 46 33554432000 1073741824 1073778376 140736451367632 140736451364760 213183982887 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/22903/statm: 625 46 37 9 0 29 0

[startup+0.100114 s]
/proc/loadavg: 2.10 2.09 2.08 2/194 22903
/proc/meminfo: memFree=30174736/32872528 swapFree=877056/942464
[pid=22903] ppid=22900 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/22903/stat : 22903 (java) S 22900 22903 19848 0 -1 4202496 4388 0 1 0 8 1 0 0 20 0 18 0 29923050 9787879424 6012 33554432000 1073741824 1073778376 140736451367632 140736451358768 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22903/statm: 2389619 6012 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200231 s]
/proc/loadavg: 2.10 2.09 2.08 2/194 22903
/proc/meminfo: memFree=30174736/32872528 swapFree=877056/942464
[pid=22903] ppid=22900 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/22903/stat : 22903 (java) S 22900 22903 19848 0 -1 4202496 4680 0 1 0 23 1 0 0 20 0 18 0 29923050 9787879424 6755 33554432000 1073741824 1073778376 140736451367632 140736451358768 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22903/statm: 2389619 6755 2200 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300268 s]
/proc/loadavg: 2.10 2.09 2.08 2/194 22903
/proc/meminfo: memFree=30174736/32872528 swapFree=877056/942464
[pid=22903] ppid=22900 vsize=9558476 CPUtime=0.44 cores=1,3,5,7
/proc/22903/stat : 22903 (java) S 22900 22903 19848 0 -1 4202496 5323 0 1 0 43 1 0 0 20 0 18 0 29923050 9787879424 8825 33554432000 1073741824 1073778376 140736451367632 140736451358768 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22903/statm: 2389619 8825 2239 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700175 s]
/proc/loadavg: 2.10 2.09 2.08 2/194 22903
/proc/meminfo: memFree=30174736/32872528 swapFree=877056/942464
[pid=22903] ppid=22900 vsize=9625040 CPUtime=1.64 cores=1,3,5,7
/proc/22903/stat : 22903 (java) S 22900 22903 19848 0 -1 4202496 25703 0 1 0 159 5 0 0 20 0 19 0 29923050 9856040960 38862 33554432000 1073741824 1073778376 140736451367632 140736451358768 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22903/statm: 2406260 38864 2260 9 0 2396937 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.10 2.09 2.08 4/213 22922
/proc/meminfo: memFree=30013048/32872528 swapFree=877056/942464
[pid=22903] ppid=22900 vsize=9625040 CPUtime=3.24 cores=1,3,5,7
/proc/22903/stat : 22903 (java) S 22900 22903 19848 0 -1 4202496 31462 0 1 0 318 6 0 0 20 0 19 0 29923050 9856040960 42719 33554432000 1073741824 1073778376 140736451367632 140736451358768 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22903/statm: 2406260 42719 2268 9 0 2396937 0
[pid=22903/tid=22905] ppid=22900 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/22903/task/22905/stat : 22905 (java) R 22900 22903 19848 0 -1 4202560 2456 0 1 0 144 2 0 0 20 0 19 0 29923051 9856040960 42719 33554432000 1073741824 1073778376 140736451367632 140694650663320 140694489180464 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22903/tid=22906] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22906/stat : 22906 (java) S 22900 22903 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29923052 9856040960 42719 33554432000 1073741824 1073778376 140736451367632 140694612154536 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22907] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22907/stat : 22907 (java) S 22900 22903 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29923052 9856040960 42719 33554432000 1073741824 1073778376 140736451367632 140694611101992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22903/tid=22908] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22908/stat : 22908 (java) S 22900 22903 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29923052 9856040960 42719 33554432000 1073741824 1073778376 140736451367632 140694610049448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22903/tid=22909] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22909/stat : 22909 (java) S 22900 22903 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29923052 9856040960 42719 33554432000 1073741824 1073778376 140736451367632 140694608996904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22903/tid=22910] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22910/stat : 22910 (java) S 22900 22903 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29923052 9856040960 42719 33554432000 1073741824 1073778376 140736451367632 140694607944360 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22911] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22911/stat : 22911 (java) S 22900 22903 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29923052 9856040960 42719 33554432000 1073741824 1073778376 140736451367632 140694606891816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22903/tid=22912] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22912/stat : 22912 (java) S 22900 22903 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29923052 9856040960 42719 33554432000 1073741824 1073778376 140736451367632 140694488345512 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22913] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22913/stat : 22913 (java) S 22900 22903 19848 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29923052 9856040960 42719 33554432000 1073741824 1073778376 140736451367632 140694487292968 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22914] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22914/stat : 22914 (java) S 22900 22903 19848 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29923054 9856040960 42719 33554432000 1073741824 1073778376 140736451367632 140694474881128 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22915] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22915/stat : 22915 (java) S 22900 22903 19848 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29923054 9856040960 42719 33554432000 1073741824 1073778376 140736451367632 140694473827448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22916] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22916/stat : 22916 (java) S 22900 22903 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29923054 9856040960 42719 33554432000 1073741824 1073778376 140736451367632 140694472774792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22917] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22917/stat : 22917 (java) S 22900 22903 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29923056 9856040960 42719 33554432000 1073741824 1073778376 140736451367632 140693733370384 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22918] ppid=22900 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/22903/task/22918/stat : 22918 (java) S 22900 22903 19848 0 -1 4202560 10698 0 0 0 83 1 0 0 20 0 19 0 29923056 9856040960 42719 33554432000 1073741824 1073778376 140736451367632 140693732317752 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22919] ppid=22900 vsize=9625040 CPUtime=0.9 cores=1,3,5,7
/proc/22903/task/22919/stat : 22919 (java) S 22900 22903 19848 0 -1 4202560 17037 0 0 0 87 3 0 0 20 0 19 0 29923056 9856040960 42719 33554432000 1073741824 1073778376 140736451367632 140693731265208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22920] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22920/stat : 22920 (java) S 22900 22903 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29923056 9856040960 42719 33554432000 1073741824 1073778376 140736451367632 140693730212856 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22903/tid=22921] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22921/stat : 22921 (java) S 22900 22903 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29923056 9856040960 42719 33554432000 1073741824 1073778376 140736451367632 140693729160520 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22922] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22922/stat : 22922 (java) S 22900 22903 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29923106 9856040960 42719 33554432000 1073741824 1073778376 140736451367632 140693728105256 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.24
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.10 2.09 2.08 3/213 22922
/proc/meminfo: memFree=30001948/32872528 swapFree=877056/942464
[pid=22903] ppid=22900 vsize=9625040 CPUtime=4.95 cores=1,3,5,7
/proc/22903/stat : 22903 (java) S 22900 22903 19848 0 -1 4202496 31473 0 1 0 488 7 0 0 20 0 19 0 29923050 9856040960 45795 33554432000 1073741824 1073778376 140736451367632 140736451358768 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22903/statm: 2406260 45795 2271 9 0 2396937 0
[pid=22903/tid=22905] ppid=22900 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/22903/task/22905/stat : 22905 (java) R 22900 22903 19848 0 -1 4202560 2463 0 1 0 304 2 0 0 20 0 19 0 29923051 9856040960 45795 33554432000 1073741824 1073778376 140736451367632 140694650663400 140694489264647 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22903/tid=22906] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22906/stat : 22906 (java) S 22900 22903 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29923052 9856040960 45795 33554432000 1073741824 1073778376 140736451367632 140694612154536 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22907] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22907/stat : 22907 (java) S 22900 22903 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29923052 9856040960 45795 33554432000 1073741824 1073778376 140736451367632 140694611101992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22903/tid=22908] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22908/stat : 22908 (java) S 22900 22903 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29923052 9856040960 45795 33554432000 1073741824 1073778376 140736451367632 140694610049448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22903/tid=22909] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22909/stat : 22909 (java) S 22900 22903 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29923052 9856040960 45795 33554432000 1073741824 1073778376 140736451367632 140694608996904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22903/tid=22910] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22910/stat : 22910 (java) S 22900 22903 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29923052 9856040960 45795 33554432000 1073741824 1073778376 140736451367632 140694607944360 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22911] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22911/stat : 22911 (java) S 22900 22903 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29923052 9856040960 45795 33554432000 1073741824 1073778376 140736451367632 140694606891816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22903/tid=22912] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22912/stat : 22912 (java) S 22900 22903 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29923052 9856040960 45795 33554432000 1073741824 1073778376 140736451367632 140694488345512 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22913] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22913/stat : 22913 (java) S 22900 22903 19848 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29923052 9856040960 45795 33554432000 1073741824 1073778376 140736451367632 140694487292968 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22914] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22914/stat : 22914 (java) S 22900 22903 19848 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 29923054 9856040960 45795 33554432000 1073741824 1073778376 140736451367632 140694474881128 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22915] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22915/stat : 22915 (java) S 22900 22903 19848 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29923054 9856040960 45795 33554432000 1073741824 1073778376 140736451367632 140694473827448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22916] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22916/stat : 22916 (java) S 22900 22903 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29923054 9856040960 45795 33554432000 1073741824 1073778376 140736451367632 140694472774792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22917] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22917/stat : 22917 (java) S 22900 22903 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29923056 9856040960 45795 33554432000 1073741824 1073778376 140736451367632 140693733370384 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22918] ppid=22900 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/22903/task/22918/stat : 22918 (java) S 22900 22903 19848 0 -1 4202560 10701 0 0 0 89 2 0 0 20 0 19 0 29923056 9856040960 45795 33554432000 1073741824 1073778376 140736451367632 140693732317752 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22919] ppid=22900 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/22903/task/22919/stat : 22919 (java) S 22900 22903 19848 0 -1 4202560 17037 0 0 0 90 4 0 0 20 0 19 0 29923056 9856040960 45795 33554432000 1073741824 1073778376 140736451367632 140693731265208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22903/tid=22920] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22920/stat : 22920 (java) S 22900 22903 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29923056 9856040960 45795 33554432000 1073741824 1073778376 140736451367632 140693730212856 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22903/tid=22921] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22921/stat : 22921 (java) S 22900 22903 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29923056 9856040960 45795 33554432000 1073741824 1073778376 140736451367632 140693729160520 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22922] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22922/stat : 22922 (java) S 22900 22903 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29923106 9856040960 45795 33554432000 1073741824 1073778376 140736451367632 140693728105256 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.95
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.09 2.09 2.08 3/213 22922
/proc/meminfo: memFree=29999804/32872528 swapFree=877056/942464
[pid=22903] ppid=22900 vsize=9625040 CPUtime=8.22 cores=1,3,5,7
/proc/22903/stat : 22903 (java) S 22900 22903 19848 0 -1 4202496 31495 0 1 0 814 8 0 0 20 0 19 0 29923050 9856040960 45230 33554432000 1073741824 1073778376 140736451367632 140736451358768 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22903/statm: 2406260 45230 2276 9 0 2396937 0
[pid=22903/tid=22905] ppid=22900 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/22903/task/22905/stat : 22905 (java) R 22900 22903 19848 0 -1 4202560 2478 0 1 0 623 2 0 0 20 0 19 0 29923051 9856040960 45230 33554432000 1073741824 1073778376 140736451367632 140694650661200 140694489116626 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22903/tid=22906] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22906/stat : 22906 (java) S 22900 22903 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29923052 9856040960 45230 33554432000 1073741824 1073778376 140736451367632 140694612154536 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22907] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22907/stat : 22907 (java) S 22900 22903 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29923052 9856040960 45230 33554432000 1073741824 1073778376 140736451367632 140694611101992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22903/tid=22908] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22908/stat : 22908 (java) S 22900 22903 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29923052 9856040960 45230 33554432000 1073741824 1073778376 140736451367632 140694610049448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22903/tid=22909] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22909/stat : 22909 (java) S 22900 22903 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29923052 9856040960 45230 33554432000 1073741824 1073778376 140736451367632 140694608996904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22903/tid=22910] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22910/stat : 22910 (java) S 22900 22903 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29923052 9856040960 45230 33554432000 1073741824 1073778376 140736451367632 140694607944360 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22911] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22911/stat : 22911 (java) S 22900 22903 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29923052 9856040960 45230 33554432000 1073741824 1073778376 140736451367632 140694606891816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22903/tid=22912] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22912/stat : 22912 (java) S 22900 22903 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29923052 9856040960 45230 33554432000 1073741824 1073778376 140736451367632 140694488345512 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22913] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22913/stat : 22913 (java) S 22900 22903 19848 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29923052 9856040960 45230 33554432000 1073741824 1073778376 140736451367632 140694487292968 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22914] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22914/stat : 22914 (java) S 22900 22903 19848 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 29923054 9856040960 45230 33554432000 1073741824 1073778376 140736451367632 140694474881128 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22915] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22915/stat : 22915 (java) S 22900 22903 19848 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29923054 9856040960 45230 33554432000 1073741824 1073778376 140736451367632 140694473827448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22916] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22916/stat : 22916 (java) S 22900 22903 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29923054 9856040960 45230 33554432000 1073741824 1073778376 140736451367632 140694472774792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22917] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22917/stat : 22917 (java) S 22900 22903 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29923056 9856040960 45230 33554432000 1073741824 1073778376 140736451367632 140693733370384 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22918] ppid=22900 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/22903/task/22918/stat : 22918 (java) S 22900 22903 19848 0 -1 4202560 10706 0 0 0 93 2 0 0 20 0 19 0 29923056 9856040960 45230 33554432000 1073741824 1073778376 140736451367632 140693732317752 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22919] ppid=22900 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/22903/task/22919/stat : 22919 (java) S 22900 22903 19848 0 -1 4202560 17039 0 0 0 93 4 0 0 20 0 19 0 29923056 9856040960 45230 33554432000 1073741824 1073778376 140736451367632 140693731265208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22903/tid=22920] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22920/stat : 22920 (java) S 22900 22903 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29923056 9856040960 45230 33554432000 1073741824 1073778376 140736451367632 140693730212856 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22903/tid=22921] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22921/stat : 22921 (java) S 22900 22903 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29923056 9856040960 45230 33554432000 1073741824 1073778376 140736451367632 140693729160520 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22922] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22922/stat : 22922 (java) S 22900 22903 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29923106 9856040960 45230 33554432000 1073741824 1073778376 140736451367632 140693728105256 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.22
Current children cumulated vsize (KiB) 9625040


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

[pid=22903/tid=22922] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22922/stat : 22922 (java) S 22900 22903 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29923106 9856040960 184189 33554432000 1073741824 1073778376 140736451367632 140693728105256 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1621.32
Current children cumulated vsize (KiB) 9625040

[startup+1662.3 s]
/proc/loadavg: 2.15 2.13 2.10 3/213 23053
/proc/meminfo: memFree=29354820/32872528 swapFree=877056/942464
[pid=22903] ppid=22900 vsize=9625040 CPUtime=1681.8 cores=1,3,5,7
/proc/22903/stat : 22903 (java) S 22900 22903 19848 0 -1 4202496 43902 0 1 0 167919 261 0 0 20 0 19 0 29923050 9856040960 187301 33554432000 1073741824 1073778376 140736451367632 140736451358768 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22903/statm: 2406260 187301 2298 9 0 2396937 0
[pid=22903/tid=22905] ppid=22900 vsize=9625040 CPUtime=1645.64 cores=1,3,5,7
/proc/22903/task/22905/stat : 22905 (java) R 22900 22903 19848 0 -1 4202560 2710 0 1 0 164535 29 0 0 20 0 19 0 29923051 9856040960 187301 33554432000 1073741824 1073778376 140736451367632 140694650662128 140694489154146 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22903/tid=22906] ppid=22900 vsize=9625040 CPUtime=2.79 cores=1,3,5,7
/proc/22903/task/22906/stat : 22906 (java) S 22900 22903 19848 0 -1 4202560 1283 0 0 0 253 26 0 0 20 0 19 0 29923052 9856040960 187301 33554432000 1073741824 1073778376 140736451367632 140694612154536 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22907] ppid=22900 vsize=9625040 CPUtime=3.18 cores=1,3,5,7
/proc/22903/task/22907/stat : 22907 (java) S 22900 22903 19848 0 -1 4202560 1274 0 0 0 287 31 0 0 20 0 19 0 29923052 9856040960 187301 33554432000 1073741824 1073778376 140736451367632 140694611101992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22903/tid=22908] ppid=22900 vsize=9625040 CPUtime=2.85 cores=1,3,5,7
/proc/22903/task/22908/stat : 22908 (java) S 22900 22903 19848 0 -1 4202560 1138 0 0 0 259 26 0 0 20 0 19 0 29923052 9856040960 187301 33554432000 1073741824 1073778376 140736451367632 140694610049448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22903/tid=22909] ppid=22900 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/22903/task/22909/stat : 22909 (java) S 22900 22903 19848 0 -1 4202560 1191 0 0 0 279 26 0 0 20 0 19 0 29923052 9856040960 187301 33554432000 1073741824 1073778376 140736451367632 140694608996904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22903/tid=22910] ppid=22900 vsize=9625040 CPUtime=2.99 cores=1,3,5,7
/proc/22903/task/22910/stat : 22910 (java) S 22900 22903 19848 0 -1 4202560 1212 0 0 0 272 27 0 0 20 0 19 0 29923052 9856040960 187301 33554432000 1073741824 1073778376 140736451367632 140694607944360 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22903/tid=22911] ppid=22900 vsize=9625040 CPUtime=2.91 cores=1,3,5,7
/proc/22903/task/22911/stat : 22911 (java) S 22900 22903 19848 0 -1 4202560 1351 0 0 0 265 26 0 0 20 0 19 0 29923052 9856040960 187301 33554432000 1073741824 1073778376 140736451367632 140694606891816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22903/tid=22912] ppid=22900 vsize=9625040 CPUtime=3.2 cores=1,3,5,7
/proc/22903/task/22912/stat : 22912 (java) S 22900 22903 19848 0 -1 4202560 1663 0 0 0 290 30 0 0 20 0 19 0 29923052 9856040960 187301 33554432000 1073741824 1073778376 140736451367632 140694488345512 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22903/tid=22913] ppid=22900 vsize=9625040 CPUtime=3.01 cores=1,3,5,7
/proc/22903/task/22913/stat : 22913 (java) S 22900 22903 19848 0 -1 4202560 958 0 0 0 275 26 0 0 20 0 19 0 29923052 9856040960 187301 33554432000 1073741824 1073778376 140736451367632 140694487292968 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22914] ppid=22900 vsize=9625040 CPUtime=5.47 cores=1,3,5,7
/proc/22903/task/22914/stat : 22914 (java) S 22900 22903 19848 0 -1 4202560 2014 0 0 0 541 6 0 0 20 0 19 0 29923054 9856040960 187301 33554432000 1073741824 1073778376 140736451367632 140694474881128 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22903/tid=22915] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22915/stat : 22915 (java) S 22900 22903 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29923054 9856040960 187301 33554432000 1073741824 1073778376 140736451367632 140694473827448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22916] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22916/stat : 22916 (java) S 22900 22903 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29923054 9856040960 187301 33554432000 1073741824 1073778376 140736451367632 140694472774792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22917] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22917/stat : 22917 (java) S 22900 22903 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29923056 9856040960 187301 33554432000 1073741824 1073778376 140736451367632 140693733370384 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22918] ppid=22900 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/22903/task/22918/stat : 22918 (java) S 22900 22903 19848 0 -1 4202560 10706 0 0 0 94 2 0 0 20 0 19 0 29923056 9856040960 187301 33554432000 1073741824 1073778376 140736451367632 140693732317752 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22919] ppid=22900 vsize=9625040 CPUtime=1.18 cores=1,3,5,7
/proc/22903/task/22919/stat : 22919 (java) S 22900 22903 19848 0 -1 4202560 17048 0 0 0 114 4 0 0 20 0 19 0 29923056 9856040960 187301 33554432000 1073741824 1073778376 140736451367632 140693731265208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22920] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22920/stat : 22920 (java) S 22900 22903 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29923056 9856040960 187301 33554432000 1073741824 1073778376 140736451367632 140693730212856 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22903/tid=22921] ppid=22900 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/22903/task/22921/stat : 22921 (java) S 22900 22903 19848 0 -1 4202560 97 0 0 0 24 33 0 0 20 0 19 0 29923056 9856040960 187301 33554432000 1073741824 1073778376 140736451367632 140693729160520 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22903/tid=22922] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22922/stat : 22922 (java) S 22900 22903 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29923106 9856040960 187301 33554432000 1073741824 1073778376 140736451367632 140693728105256 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1681.8
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.16 2.13 2.10 3/213 23054
/proc/meminfo: memFree=29412164/32872528 swapFree=877056/942464
[pid=22903] ppid=22900 vsize=9625040 CPUtime=1742.35 cores=1,3,5,7
/proc/22903/stat : 22903 (java) S 22900 22903 19848 0 -1 4202496 45205 0 1 0 173962 273 0 0 20 0 19 0 29923050 9856040960 177577 33554432000 1073741824 1073778376 140736451367632 140736451358768 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22903/statm: 2406260 177577 2298 9 0 2396937 0
[pid=22903/tid=22905] ppid=22900 vsize=9625040 CPUtime=1705.06 cores=1,3,5,7
/proc/22903/task/22905/stat : 22905 (java) R 22900 22903 19848 0 -1 4202560 2719 0 1 0 170477 29 0 0 20 0 19 0 29923051 9856040960 177577 33554432000 1073741824 1073778376 140736451367632 140694650662128 140694489154138 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22906] ppid=22900 vsize=9625040 CPUtime=2.88 cores=1,3,5,7
/proc/22903/task/22906/stat : 22906 (java) S 22900 22903 19848 0 -1 4202560 1309 0 0 0 261 27 0 0 20 0 19 0 29923052 9856040960 177577 33554432000 1073741824 1073778376 140736451367632 140694612154536 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22903/tid=22907] ppid=22900 vsize=9625040 CPUtime=3.3 cores=1,3,5,7
/proc/22903/task/22907/stat : 22907 (java) S 22900 22903 19848 0 -1 4202560 1326 0 0 0 298 32 0 0 20 0 19 0 29923052 9856040960 177577 33554432000 1073741824 1073778376 140736451367632 140694611101992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22903/tid=22908] ppid=22900 vsize=9625040 CPUtime=2.95 cores=1,3,5,7
/proc/22903/task/22908/stat : 22908 (java) S 22900 22903 19848 0 -1 4202560 1275 0 0 0 268 27 0 0 20 0 19 0 29923052 9856040960 177577 33554432000 1073741824 1073778376 140736451367632 140694610049448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22903/tid=22909] ppid=22900 vsize=9625040 CPUtime=3.13 cores=1,3,5,7
/proc/22903/task/22909/stat : 22909 (java) S 22900 22903 19848 0 -1 4202560 1543 0 0 0 286 27 0 0 20 0 19 0 29923052 9856040960 177577 33554432000 1073741824 1073778376 140736451367632 140694608996904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22903/tid=22910] ppid=22900 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/22903/task/22910/stat : 22910 (java) S 22900 22903 19848 0 -1 4202560 1482 0 0 0 279 28 0 0 20 0 19 0 29923052 9856040960 177577 33554432000 1073741824 1073778376 140736451367632 140694607944360 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22911] ppid=22900 vsize=9625040 CPUtime=3 cores=1,3,5,7
/proc/22903/task/22911/stat : 22911 (java) S 22900 22903 19848 0 -1 4202560 1543 0 0 0 272 28 0 0 20 0 19 0 29923052 9856040960 177577 33554432000 1073741824 1073778376 140736451367632 140694606891816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22912] ppid=22900 vsize=9625040 CPUtime=3.3 cores=1,3,5,7
/proc/22903/task/22912/stat : 22912 (java) S 22900 22903 19848 0 -1 4202560 1678 0 0 0 299 31 0 0 20 0 19 0 29923052 9856040960 177577 33554432000 1073741824 1073778376 140736451367632 140694488345512 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22903/tid=22913] ppid=22900 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/22903/task/22913/stat : 22913 (java) S 22900 22903 19848 0 -1 4202560 1192 0 0 0 281 27 0 0 20 0 19 0 29923052 9856040960 177577 33554432000 1073741824 1073778376 140736451367632 140694487292968 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22903/tid=22914] ppid=22900 vsize=9625040 CPUtime=5.68 cores=1,3,5,7
/proc/22903/task/22914/stat : 22914 (java) S 22900 22903 19848 0 -1 4202560 2026 0 0 0 562 6 0 0 20 0 19 0 29923054 9856040960 177577 33554432000 1073741824 1073778376 140736451367632 140694474881128 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22915] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22915/stat : 22915 (java) S 22900 22903 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29923054 9856040960 177577 33554432000 1073741824 1073778376 140736451367632 140694473827448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22916] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22916/stat : 22916 (java) S 22900 22903 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29923054 9856040960 177577 33554432000 1073741824 1073778376 140736451367632 140694472774792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22917] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22917/stat : 22917 (java) S 22900 22903 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29923056 9856040960 177577 33554432000 1073741824 1073778376 140736451367632 140693733370384 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22918] ppid=22900 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/22903/task/22918/stat : 22918 (java) S 22900 22903 19848 0 -1 4202560 10706 0 0 0 94 2 0 0 20 0 19 0 29923056 9856040960 177577 33554432000 1073741824 1073778376 140736451367632 140693732317752 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22919] ppid=22900 vsize=9625040 CPUtime=1.18 cores=1,3,5,7
/proc/22903/task/22919/stat : 22919 (java) S 22900 22903 19848 0 -1 4202560 17048 0 0 0 114 4 0 0 20 0 19 0 29923056 9856040960 177577 33554432000 1073741824 1073778376 140736451367632 140693731265208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22920] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22920/stat : 22920 (java) S 22900 22903 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29923056 9856040960 177577 33554432000 1073741824 1073778376 140736451367632 140693730212856 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22903/tid=22921] ppid=22900 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/22903/task/22921/stat : 22921 (java) S 22900 22903 19848 0 -1 4202560 101 0 0 0 25 34 0 0 20 0 19 0 29923056 9856040960 177577 33554432000 1073741824 1073778376 140736451367632 140693729160520 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22903/tid=22922] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22922/stat : 22922 (java) S 22900 22903 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29923106 9856040960 177577 33554432000 1073741824 1073778376 140736451367632 140693728105256 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1742.35
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1779.4 s]
/proc/loadavg: 2.06 2.11 2.09 3/213 23055
/proc/meminfo: memFree=29315596/32872528 swapFree=877056/942464
[pid=22903] ppid=22900 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/22903/stat : 22903 (java) S 22900 22903 19848 0 -1 4202496 46214 0 1 0 179718 286 0 0 20 0 19 0 29923050 9856040960 206030 33554432000 1073741824 1073778376 140736451367632 140736451358768 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22903/statm: 2406260 206030 2298 9 0 2396937 0
[pid=22903/tid=22905] ppid=22900 vsize=9625040 CPUtime=1761.67 cores=1,3,5,7
/proc/22903/task/22905/stat : 22905 (java) R 22900 22903 19848 0 -1 4202560 2728 0 1 0 176137 30 0 0 20 0 19 0 29923051 9856040960 206030 33554432000 1073741824 1073778376 140736451367632 140694650662128 140694489264642 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22903/tid=22906] ppid=22900 vsize=9625040 CPUtime=3 cores=1,3,5,7
/proc/22903/task/22906/stat : 22906 (java) S 22900 22903 19848 0 -1 4202560 1576 0 0 0 270 30 0 0 20 0 19 0 29923052 9856040960 206030 33554432000 1073741824 1073778376 140736451367632 140694612154536 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22903/tid=22907] ppid=22900 vsize=9625040 CPUtime=3.43 cores=1,3,5,7
/proc/22903/task/22907/stat : 22907 (java) S 22900 22903 19848 0 -1 4202560 1496 0 0 0 309 34 0 0 20 0 19 0 29923052 9856040960 206030 33554432000 1073741824 1073778376 140736451367632 140694611101992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22908] ppid=22900 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/22903/task/22908/stat : 22908 (java) S 22900 22903 19848 0 -1 4202560 1366 0 0 0 278 28 0 0 20 0 19 0 29923052 9856040960 206030 33554432000 1073741824 1073778376 140736451367632 140694610049448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22909] ppid=22900 vsize=9625040 CPUtime=3.24 cores=1,3,5,7
/proc/22903/task/22909/stat : 22909 (java) S 22900 22903 19848 0 -1 4202560 1564 0 0 0 296 28 0 0 20 0 19 0 29923052 9856040960 206030 33554432000 1073741824 1073778376 140736451367632 140694608996904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22910] ppid=22900 vsize=9625040 CPUtime=3.15 cores=1,3,5,7
/proc/22903/task/22910/stat : 22910 (java) S 22900 22903 19848 0 -1 4202560 1487 0 0 0 287 28 0 0 20 0 19 0 29923052 9856040960 206030 33554432000 1073741824 1073778376 140736451367632 140694607944360 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22903/tid=22911] ppid=22900 vsize=9625040 CPUtime=3.1 cores=1,3,5,7
/proc/22903/task/22911/stat : 22911 (java) S 22900 22903 19848 0 -1 4202560 1568 0 0 0 280 30 0 0 20 0 19 0 29923052 9856040960 206030 33554432000 1073741824 1073778376 140736451367632 140694606891816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22903/tid=22912] ppid=22900 vsize=9625040 CPUtime=3.4 cores=1,3,5,7
/proc/22903/task/22912/stat : 22912 (java) S 22900 22903 19848 0 -1 4202560 1930 0 0 0 307 33 0 0 20 0 19 0 29923052 9856040960 206030 33554432000 1073741824 1073778376 140736451367632 140694488345512 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22913] ppid=22900 vsize=9625040 CPUtime=3.17 cores=1,3,5,7
/proc/22903/task/22913/stat : 22913 (java) S 22900 22903 19848 0 -1 4202560 1209 0 0 0 289 28 0 0 20 0 19 0 29923052 9856040960 206030 33554432000 1073741824 1073778376 140736451367632 140694487292968 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22914] ppid=22900 vsize=9625040 CPUtime=5.8 cores=1,3,5,7
/proc/22903/task/22914/stat : 22914 (java) S 22900 22903 19848 0 -1 4202560 2176 0 0 0 574 6 0 0 20 0 19 0 29923054 9856040960 206030 33554432000 1073741824 1073778376 140736451367632 140694474881128 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22903/tid=22915] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22915/stat : 22915 (java) S 22900 22903 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29923054 9856040960 206030 33554432000 1073741824 1073778376 140736451367632 140694473827448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22916] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22916/stat : 22916 (java) S 22900 22903 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29923054 9856040960 206030 33554432000 1073741824 1073778376 140736451367632 140694472774792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22917] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22917/stat : 22917 (java) S 22900 22903 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29923056 9856040960 206030 33554432000 1073741824 1073778376 140736451367632 140693733370384 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22918] ppid=22900 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/22903/task/22918/stat : 22918 (java) S 22900 22903 19848 0 -1 4202560 10706 0 0 0 94 2 0 0 20 0 19 0 29923056 9856040960 206030 33554432000 1073741824 1073778376 140736451367632 140693732317752 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22919] ppid=22900 vsize=9625040 CPUtime=1.18 cores=1,3,5,7
/proc/22903/task/22919/stat : 22919 (java) S 22900 22903 19848 0 -1 4202560 17048 0 0 0 114 4 0 0 20 0 19 0 29923056 9856040960 206030 33554432000 1073741824 1073778376 140736451367632 140693731265208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22903/tid=22920] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22920/stat : 22920 (java) S 22900 22903 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29923056 9856040960 206030 33554432000 1073741824 1073778376 140736451367632 140693730212856 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22903/tid=22921] ppid=22900 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/22903/task/22921/stat : 22921 (java) S 22900 22903 19848 0 -1 4202560 103 0 0 0 25 36 0 0 20 0 19 0 29923056 9856040960 206030 33554432000 1073741824 1073778376 140736451367632 140693729160520 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22903/tid=22922] ppid=22900 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22903/task/22922/stat : 22922 (java) S 22900 22903 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29923106 9856040960 206030 33554432000 1073741824 1073778376 140736451367632 140693728105256 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 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 22903 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22903 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=788454
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=312496
# CPU time returned by wait4() is 1796.1
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1779.44
CPU time (s): 1800.04
CPU user time (s): 1797.18
CPU system time (s): 2.86
CPU usage (%): 101.158
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.79
system time used= 3.3125
maximum resident set size= 1203824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46246
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44831
involuntary context switches= 41556

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.04462 second user time and 14.9517 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-18 21:39:01
IDJOB=4106843
IDBENCH=48287
IDSOLVER=2546
FILE ID=node113/4106843-1466278741
RUNJOBID= node113-1466265808-19865
PBS_JOBID= 19918235
Free space on /tmp= 71704 MiB

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

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

MD5SUM BENCH= 7ab77cff97b96454f3db17b9d3c60f4e
RANDOM SEED=398108047

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30174992 kB
Buffers:          119524 kB
Cached:           286268 kB
SwapCached:         1896 kB
Active:           690280 kB
Inactive:         315416 kB
Active(anon):     600528 kB
Inactive(anon):     2024 kB
Active(file):      89752 kB
Inactive(file):   313392 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67098956 kB
Dirty:               856 kB
Writeback:             0 kB
AnonPages:       1599428 kB
Mapped:            15460 kB
Shmem:                 0 kB
Slab:             606336 kB
SReclaimable:      50108 kB
SUnreclaim:       556228 kB
KernelStack:        1768 kB
PageTables:         7516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2074884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    665600 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= 71704 MiB
End job on node113 at 2016-06-18 22:08:41