Trace number 3709717

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 specific settings 2.3.2 snapshot? (TO) 1800.04 1781.85

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl50_51_pb.cnf.cr.opb
MD5SUM04ec290f8a8afffbd026dcfb09cada39
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.096984
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables5100
Total number of constraints202
Number of constraints which are clauses102
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint51
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 52
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.03/0.08	c version 2.3.2.v20120418
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		501472288
0.03/0.08	c Max memory 		7480803328
0.03/0.08	c Total memory 		504102912
0.03/0.08	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3709717-1338128332.opb
0.09/0.12	c reading problem ... 
0.27/0.28	c ... done. Wall clock time 0.156s.
0.27/0.28	c declared #vars     5100
0.27/0.28	c #constraints  202
0.27/0.28	c constraints type 
0.27/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 102
0.27/0.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
0.27/0.28	c 202 constraints processed.
4.18/3.66	c cleaning 2504 clauses out of 5009 with flag 5009/5009
9.48/8.81	c cleaning 4249 clauses out of 8497 with flag 11001/11001
17.74/17.04	c cleaning 5640 clauses out of 11280 with flag 18033/18033
27.65/26.82	c cleaning 6804 clauses out of 13609 with flag 26002/26002
39.69/38.73	c cleaning 7903 clauses out of 15807 with flag 35004/35004
50.36/49.38	c cleaning 8962 clauses out of 17929 with flag 45029/45029
63.85/62.79	c cleaning 9966 clauses out of 19940 with flag 56002/56002
81.81/80.62	c cleaning 10986 clauses out of 21974 with flag 68002/68002
101.91/100.69	c cleaning 12009 clauses out of 24017 with flag 81031/81031
117.53/116.16	c cleaning 12983 clauses out of 25978 with flag 95001/95001
140.51/139.04	c cleaning 13995 clauses out of 27995 with flag 110001/110001
161.20/159.51	c cleaning 15016 clauses out of 30032 with flag 126033/126033
192.64/190.83	c cleaning 15979 clauses out of 31984 with flag 143001/143001
227.01/225.04	c cleaning 17002 clauses out of 34005 with flag 161001/161001
258.21/256.03	c cleaning 18000 clauses out of 36002 with flag 180000/180000
289.62/286.89	c cleaning 18998 clauses out of 38003 with flag 200001/200001
332.15/328.91	c cleaning 19998 clauses out of 40005 with flag 221001/221001
369.94/366.35	c cleaning 20999 clauses out of 42006 with flag 243000/243000
417.94/413.70	c cleaning 22003 clauses out of 44008 with flag 266001/266001
452.94/448.26	c cleaning 22998 clauses out of 46004 with flag 290000/290000
497.65/492.40	c cleaning 24002 clauses out of 48008 with flag 315002/315002
558.89/553.27	c cleaning 24999 clauses out of 50005 with flag 341001/341001
612.98/606.79	c cleaning 26000 clauses out of 52005 with flag 368000/368000
671.60/664.77	c cleaning 27012 clauses out of 54023 with flag 396018/396018
729.76/722.22	c cleaning 27999 clauses out of 56000 with flag 425007/425007
788.55/780.20	c cleaning 28997 clauses out of 57994 with flag 455000/455000
882.97/873.92	c cleaning 30008 clauses out of 60025 with flag 486028/486028
969.77/959.96	c cleaning 30992 clauses out of 61990 with flag 518001/518001
1056.58/1045.80	c cleaning 32000 clauses out of 64010 with flag 551013/551013
1156.35/1144.88	c cleaning 32995 clauses out of 65997 with flag 585000/585000
1208.73/1196.30	c cleaning 34000 clauses out of 68003 with flag 620001/620001
1314.26/1301.03	c cleaning 34997 clauses out of 70002 with flag 656000/656000
1388.74/1374.69	c cleaning 35994 clauses out of 72005 with flag 693000/693000
1466.15/1451.29	c cleaning 37003 clauses out of 74011 with flag 731000/731000
1570.09/1554.25	c cleaning 37998 clauses out of 76012 with flag 770004/770004
1662.74/1645.79	c cleaning 38994 clauses out of 78010 with flag 810000/810000
1800.04/1781.81	c starts		: 171
1800.04/1781.81	c conflicts		: 850592
1800.04/1781.81	c decisions		: 1077731
1800.04/1781.81	c propagations		: 54864431
1800.04/1781.81	c inspects		: 3097593683
1800.04/1781.81	c shortcuts		: 0
1800.04/1781.81	c learnt literals	: 0
1800.04/1781.81	c learnt binary clauses	: 0
1800.04/1781.81	c learnt ternary clauses	: 0
1800.04/1781.81	c learnt constraints	: 850592
1800.04/1781.81	c ignored constraints	: 0
1800.04/1781.81	c root simplifications	: 171
1800.04/1781.81	c removed literals (reason simplification)	: 7927048
1800.04/1781.81	c reason swapping (by a shorter reason)	: 0
1800.04/1781.81	c Calls to reduceDB	: 36
1800.04/1781.81	c number of reductions to clauses (during analyze)	: 0
1800.04/1781.81	c number of learned constraints concerned by reduction	: 0
1800.04/1781.81	c number of learning phase by resolution	: 0
1800.04/1781.81	c number of learning phase by cutting planes	: 0
1800.04/1781.81	c speed (assignments/second)	: 30796.3641221584
1800.04/1781.81	c non guided choices	1226
1800.04/1781.84	c learnt constraints type 
1800.04/1781.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 79611
1800.04/1781.84	c constraints type 
1800.04/1781.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 102
1800.04/1781.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
1800.04/1781.84	c 202 constraints processed.
1800.04/1781.84	s UNKNOWN
1800.04/1781.84	c Total wall clock time (in seconds): 1781.718

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3709717-1338128332/watcher-3709717-1338128332 -o /tmp/evaluation-result-3709717-1338128332/solver-3709717-1338128332 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709717-1338128332.opb 

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: 1.92 1.98 1.99 2/194 18178
/proc/meminfo: memFree=27329352/32873660 swapFree=7120/7120
[pid=18178] ppid=18176 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/18178/stat : 18178 (java) R 18176 18178 16973 0 -1 4202496 286 0 0 0 0 0 0 0 20 0 1 0 278958969 278528 34 33554432000 1073741824 1073778376 140737450479456 140734984412184 270320889127 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18178/statm: 68 34 25 9 0 25 0

[startup+0.0547139 s]
/proc/loadavg: 1.92 1.98 1.99 2/194 18178
/proc/meminfo: memFree=27329352/32873660 swapFree=7120/7120
[pid=18178] ppid=18176 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/18178/stat : 18178 (java) S 18176 18178 16973 0 -1 4202496 3074 0 1 0 3 0 0 0 20 0 13 0 278958969 9446973440 3771 33554432000 1073741824 1073778376 140737450479456 140737450470592 270333411389 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18178/statm: 2306390 3771 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100259 s]
/proc/loadavg: 1.92 1.98 1.99 2/194 18178
/proc/meminfo: memFree=27329352/32873660 swapFree=7120/7120
[pid=18178] ppid=18176 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/18178/stat : 18178 (java) S 18176 18178 16973 0 -1 4202496 4268 0 1 0 8 1 0 0 20 0 18 0 278958969 9787842560 5475 33554432000 1073741824 1073778376 140737450479456 140737450470592 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18178/statm: 2389610 5475 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300225 s]
/proc/loadavg: 1.92 1.98 1.99 2/194 18178
/proc/meminfo: memFree=27329352/32873660 swapFree=7120/7120
[pid=18178] ppid=18176 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/18178/stat : 18178 (java) S 18176 18178 16973 0 -1 4202496 7307 0 1 0 52 2 0 0 20 0 19 0 278958969 9856004096 10858 33554432000 1073741824 1073778376 140737450479456 140737450470592 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18178/statm: 2406251 10858 2233 9 0 2396937 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9625004

[startup+0.700226 s]
/proc/loadavg: 1.92 1.98 1.99 2/194 18178
/proc/meminfo: memFree=27329352/32873660 swapFree=7120/7120
[pid=18178] ppid=18176 vsize=9625004 CPUtime=1.24 cores=0,2,4,6
/proc/18178/stat : 18178 (java) S 18176 18178 16973 0 -1 4202496 8058 0 1 0 122 2 0 0 20 0 19 0 278958969 9856004096 12781 33554432000 1073741824 1073778376 140737450479456 140737450470592 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18178/statm: 2406251 12781 2245 9 0 2396937 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9625004

[startup+1.50066 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 18197
/proc/meminfo: memFree=27282296/32873660 swapFree=7120/7120
[pid=18178] ppid=18176 vsize=9625004 CPUtime=2.05 cores=0,2,4,6
/proc/18178/stat : 18178 (java) S 18176 18178 16973 0 -1 4202496 8068 0 1 0 203 2 0 0 20 0 19 0 278958969 9856004096 15856 33554432000 1073741824 1073778376 140737450479456 140737450470592 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18178/statm: 2406251 15856 2247 9 0 2396937 0
[pid=18178/tid=18180] ppid=18176 vsize=9625004 CPUtime=1.46 cores=0,2,4,6
/proc/18178/task/18180/stat : 18180 (java) R 18176 18178 16973 0 -1 4202560 2515 0 1 0 145 1 0 0 20 0 19 0 278958970 9856004096 15856 33554432000 1073741824 1073778376 140737450479456 140535617290856 140535625055059 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18178/tid=18181] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18181/stat : 18181 (java) S 18176 18178 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958971 9856004096 15856 33554432000 1073741824 1073778376 140737450479456 140535578782504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18182] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18182/stat : 18182 (java) S 18176 18178 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958971 9856004096 15856 33554432000 1073741824 1073778376 140737450479456 140535577729704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18178/tid=18183] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18183/stat : 18183 (java) S 18176 18178 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958971 9856004096 15856 33554432000 1073741824 1073778376 140737450479456 140535576677416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18178/tid=18184] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18184/stat : 18184 (java) S 18176 18178 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958971 9856004096 15856 33554432000 1073741824 1073778376 140737450479456 140535575624616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18178/tid=18185] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18185/stat : 18185 (java) S 18176 18178 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958971 9856004096 15856 33554432000 1073741824 1073778376 140737450479456 140535574571304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18186] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18186/stat : 18186 (java) S 18176 18178 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958971 9856004096 15856 33554432000 1073741824 1073778376 140737450479456 140535573518504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18178/tid=18187] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18187/stat : 18187 (java) S 18176 18178 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958971 9856004096 15856 33554432000 1073741824 1073778376 140737450479456 140535572466216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18188] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18188/stat : 18188 (java) S 18176 18178 16973 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278958971 9856004096 15856 33554432000 1073741824 1073778376 140737450479456 140535571413416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18189] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18189/stat : 18189 (java) S 18176 18178 16973 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278958972 9856004096 15856 33554432000 1073741824 1073778376 140737450479456 140535559002856 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18190] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18190/stat : 18190 (java) S 18176 18178 16973 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 278958973 9856004096 15856 33554432000 1073741824 1073778376 140737450479456 140535440336376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18191] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18191/stat : 18191 (java) S 18176 18178 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278958973 9856004096 15856 33554432000 1073741824 1073778376 140737450479456 140535439283976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18192] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18192/stat : 18192 (java) S 18176 18178 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958975 9856004096 15856 33554432000 1073741824 1073778376 140737450479456 140535438232464 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18193] ppid=18176 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/18178/task/18193/stat : 18193 (java) S 18176 18178 16973 0 -1 4202560 2108 0 0 0 28 0 0 0 20 0 19 0 278958975 9856004096 15856 33554432000 1073741824 1073778376 140737450479456 140535437179064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18194] ppid=18176 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/18178/task/18194/stat : 18194 (java) S 18176 18178 16973 0 -1 4202560 2245 0 0 0 27 0 0 0 20 0 19 0 278958975 9856004096 15856 33554432000 1073741824 1073778376 140737450479456 140535436126264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18178/tid=18195] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18195/stat : 18195 (java) S 18176 18178 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958975 9856004096 15856 33554432000 1073741824 1073778376 140737450479456 140535435074168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18178/tid=18196] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18196/stat : 18196 (java) S 18176 18178 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958975 9856004096 15856 33554432000 1073741824 1073778376 140737450479456 140535434021576 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18197] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18197/stat : 18197 (java) S 18176 18178 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278958998 9856004096 15856 33554432000 1073741824 1073778376 140737450479456 140535432967592 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 9625004

[startup+3.10065 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 18197
/proc/meminfo: memFree=27266960/32873660 swapFree=7120/7120
[pid=18178] ppid=18176 vsize=9625004 CPUtime=3.68 cores=0,2,4,6
/proc/18178/stat : 18178 (java) S 18176 18178 16973 0 -1 4202496 8085 0 1 0 366 2 0 0 20 0 19 0 278958969 9856004096 19959 33554432000 1073741824 1073778376 140737450479456 140737450470592 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18178/statm: 2406251 19959 2253 9 0 2396937 0
[pid=18178/tid=18180] ppid=18176 vsize=9625004 CPUtime=3.06 cores=0,2,4,6
/proc/18178/task/18180/stat : 18180 (java) R 18176 18178 16973 0 -1 4202560 2525 0 1 0 305 1 0 0 20 0 19 0 278958970 9856004096 19959 33554432000 1073741824 1073778376 140737450479456 140535617288952 140535440931231 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18178/tid=18181] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18181/stat : 18181 (java) S 18176 18178 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958971 9856004096 19959 33554432000 1073741824 1073778376 140737450479456 140535578782504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18182] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18182/stat : 18182 (java) S 18176 18178 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958971 9856004096 19959 33554432000 1073741824 1073778376 140737450479456 140535577729704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18178/tid=18183] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18183/stat : 18183 (java) S 18176 18178 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958971 9856004096 19959 33554432000 1073741824 1073778376 140737450479456 140535576677416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18178/tid=18184] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18184/stat : 18184 (java) S 18176 18178 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958971 9856004096 19959 33554432000 1073741824 1073778376 140737450479456 140535575624616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18178/tid=18185] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18185/stat : 18185 (java) S 18176 18178 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958971 9856004096 19959 33554432000 1073741824 1073778376 140737450479456 140535574571304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18186] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18186/stat : 18186 (java) S 18176 18178 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958971 9856004096 19959 33554432000 1073741824 1073778376 140737450479456 140535573518504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18178/tid=18187] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18187/stat : 18187 (java) S 18176 18178 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958971 9856004096 19959 33554432000 1073741824 1073778376 140737450479456 140535572466216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18188] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18188/stat : 18188 (java) S 18176 18178 16973 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278958971 9856004096 19959 33554432000 1073741824 1073778376 140737450479456 140535571413416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18189] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18189/stat : 18189 (java) S 18176 18178 16973 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278958972 9856004096 19959 33554432000 1073741824 1073778376 140737450479456 140535559002856 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18190] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18190/stat : 18190 (java) S 18176 18178 16973 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 278958973 9856004096 19959 33554432000 1073741824 1073778376 140737450479456 140535440336376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18191] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18191/stat : 18191 (java) S 18176 18178 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278958973 9856004096 19959 33554432000 1073741824 1073778376 140737450479456 140535439283976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18192] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18192/stat : 18192 (java) S 18176 18178 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958975 9856004096 19959 33554432000 1073741824 1073778376 140737450479456 140535438232464 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18193] ppid=18176 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/18178/task/18193/stat : 18193 (java) S 18176 18178 16973 0 -1 4202560 2115 0 0 0 30 0 0 0 20 0 19 0 278958975 9856004096 19959 33554432000 1073741824 1073778376 140737450479456 140535437179064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18194] ppid=18176 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/18178/task/18194/stat : 18194 (java) S 18176 18178 16973 0 -1 4202560 2245 0 0 0 27 0 0 0 20 0 19 0 278958975 9856004096 19959 33554432000 1073741824 1073778376 140737450479456 140535436126264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18178/tid=18195] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18195/stat : 18195 (java) S 18176 18178 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958975 9856004096 19959 33554432000 1073741824 1073778376 140737450479456 140535435074168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18178/tid=18196] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18196/stat : 18196 (java) S 18176 18178 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958975 9856004096 19959 33554432000 1073741824 1073778376 140737450479456 140535434021576 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18197] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18197/stat : 18197 (java) S 18176 18178 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278958998 9856004096 19959 33554432000 1073741824 1073778376 140737450479456 140535432967592 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 9625004

[startup+6.30075 s]
/proc/loadavg: 1.93 1.98 1.99 2/193 18200
/proc/meminfo: memFree=27497160/32873660 swapFree=7120/7120
[pid=18178] ppid=18176 vsize=9625004 CPUtime=6.94 cores=0,2,4,6
/proc/18178/stat : 18178 (java) S 18176 18178 16973 0 -1 4202496 8183 0 1 0 690 4 0 0 20 0 19 0 278958969 9856004096 33292 33554432000 1073741824 1073778376 140737450479456 140737450470592 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18178/statm: 2406251 33292 2279 9 0 2396937 0
[pid=18178/tid=18180] ppid=18176 vsize=9625004 CPUtime=6.22 cores=0,2,4,6
/proc/18178/task/18180/stat : 18180 (java) R 18176 18178 16973 0 -1 4202560 2533 0 1 0 621 1 0 0 20 0 19 0 278958970 9856004096 33292 33554432000 1073741824 1073778376 140737450479456 140535617288752 140535440996945 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18178/tid=18181] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18181/stat : 18181 (java) S 18176 18178 16973 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 278958971 9856004096 33292 33554432000 1073741824 1073778376 140737450479456 140535578782504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18178/tid=18182] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18182/stat : 18182 (java) S 18176 18178 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958971 9856004096 33292 33554432000 1073741824 1073778376 140737450479456 140535577729704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18178/tid=18183] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18183/stat : 18183 (java) S 18176 18178 16973 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278958971 9856004096 33292 33554432000 1073741824 1073778376 140737450479456 140535576677416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18178/tid=18184] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18184/stat : 18184 (java) S 18176 18178 16973 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 278958971 9856004096 33292 33554432000 1073741824 1073778376 140737450479456 140535575624616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18178/tid=18185] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18185/stat : 18185 (java) S 18176 18178 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278958971 9856004096 33292 33554432000 1073741824 1073778376 140737450479456 140535574571304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18178/tid=18186] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18186/stat : 18186 (java) S 18176 18178 16973 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278958971 9856004096 33292 33554432000 1073741824 1073778376 140737450479456 140535573518504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18178/tid=18187] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18187/stat : 18187 (java) S 18176 18178 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958971 9856004096 33292 33554432000 1073741824 1073778376 140737450479456 140535572466216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18178/tid=18188] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18188/stat : 18188 (java) S 18176 18178 16973 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278958971 9856004096 33292 33554432000 1073741824 1073778376 140737450479456 140535571413416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18178/tid=18189] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18189/stat : 18189 (java) S 18176 18178 16973 0 -1 4202560 37 0 0 0 0 0 0 0 20 0 19 0 278958972 9856004096 33292 33554432000 1073741824 1073778376 140737450479456 140535559002856 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18190] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18190/stat : 18190 (java) S 18176 18178 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278958973 9856004096 33292 33554432000 1073741824 1073778376 140737450479456 140535440336376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18191] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18191/stat : 18191 (java) S 18176 18178 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278958973 9856004096 33292 33554432000 1073741824 1073778376 140737450479456 140535439283976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18192] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18192/stat : 18192 (java) S 18176 18178 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958975 9856004096 33292 33554432000 1073741824 1073778376 140737450479456 140535438232464 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18193] ppid=18176 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/18178/task/18193/stat : 18193 (java) S 18176 18178 16973 0 -1 4202560 2117 0 0 0 32 0 0 0 20 0 19 0 278958975 9856004096 33292 33554432000 1073741824 1073778376 140737450479456 140535437179064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18194] ppid=18176 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/18178/task/18194/stat : 18194 (java) S 18176 18178 16973 0 -1 4202560 2248 0 0 0 28 0 0 0 20 0 19 0 278958975 9856004096 33292 33554432000 1073741824 1073778376 140737450479456 140535436126264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18178/tid=18195] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18195/stat : 18195 (java) S 18176 18178 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958975 9856004096 33292 33554432000 1073741824 1073778376 140737450479456 140535435074168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18178/tid=18196] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18196/stat : 18196 (java) S 18176 18178 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958975 9856004096 33292 33554432000 1073741824 1073778376 140737450479456 140535434021576 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18197] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18197/stat : 18197 (java) S 18176 18178 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278958998 9856004096 33292 33554432000 1073741824 1073778376 140737450479456 140535432967592 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.94
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=18178/tid=18193] ppid=18176 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/18178/task/18193/stat : 18193 (java) S 18176 18178 16973 0 -1 4202560 2141 0 0 0 42 0 0 0 20 0 19 0 278958975 9856004096 190686 33554432000 1073741824 1073778376 140737450479456 140535437179064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18194] ppid=18176 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/18178/task/18194/stat : 18194 (java) S 18176 18178 16973 0 -1 4202560 2248 0 0 0 31 0 0 0 20 0 19 0 278958975 9856004096 190686 33554432000 1073741824 1073778376 140737450479456 140535436126264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18178/tid=18195] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18195/stat : 18195 (java) S 18176 18178 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958975 9856004096 190686 33554432000 1073741824 1073778376 140737450479456 140535435074168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18178/tid=18196] ppid=18176 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/18178/task/18196/stat : 18196 (java) S 18176 18178 16973 0 -1 4202560 93 0 0 0 28 30 0 0 20 0 19 0 278958975 9856004096 190686 33554432000 1073741824 1073778376 140737450479456 140535434021576 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18197] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18197/stat : 18197 (java) S 18176 18178 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278958998 9856004096 190686 33554432000 1073741824 1073778376 140737450479456 140535432967592 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1618.99
Current children cumulated vsize (KiB) 9625004

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 18272
/proc/meminfo: memFree=26297572/32873660 swapFree=7120/7120
[pid=18178] ppid=18176 vsize=9625004 CPUtime=1679.52 cores=0,2,4,6
/proc/18178/stat : 18178 (java) S 18176 18178 16973 0 -1 4202496 16102 0 1 0 167818 134 0 0 20 0 19 0 278958969 9856004096 195294 33554432000 1073741824 1073778376 140737450479456 140737450470592 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18178/statm: 2406251 195294 2279 9 0 2396937 0
[pid=18178/tid=18180] ppid=18176 vsize=9625004 CPUtime=1648.62 cores=0,2,4,6
/proc/18178/task/18180/stat : 18180 (java) R 18176 18178 16973 0 -1 4202560 2966 0 1 0 164832 30 0 0 20 0 19 0 278958970 9856004096 195294 33554432000 1073741824 1073778376 140737450479456 140535617289600 140535440931200 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18178/tid=18181] ppid=18176 vsize=9625004 CPUtime=2.84 cores=0,2,4,6
/proc/18178/task/18181/stat : 18181 (java) S 18176 18178 16973 0 -1 4202560 866 0 0 0 272 12 0 0 20 0 19 0 278958971 9856004096 195294 33554432000 1073741824 1073778376 140737450479456 140535578782504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18178/tid=18182] ppid=18176 vsize=9625004 CPUtime=2.85 cores=0,2,4,6
/proc/18178/task/18182/stat : 18182 (java) S 18176 18178 16973 0 -1 4202560 848 0 0 0 273 12 0 0 20 0 19 0 278958971 9856004096 195294 33554432000 1073741824 1073778376 140737450479456 140535577729704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18178/tid=18183] ppid=18176 vsize=9625004 CPUtime=2.94 cores=0,2,4,6
/proc/18178/task/18183/stat : 18183 (java) S 18176 18178 16973 0 -1 4202560 565 0 0 0 281 13 0 0 20 0 19 0 278958971 9856004096 195294 33554432000 1073741824 1073778376 140737450479456 140535576677416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18178/tid=18184] ppid=18176 vsize=9625004 CPUtime=2.82 cores=0,2,4,6
/proc/18178/task/18184/stat : 18184 (java) S 18176 18178 16973 0 -1 4202560 812 0 0 0 271 11 0 0 20 0 19 0 278958971 9856004096 195294 33554432000 1073741824 1073778376 140737450479456 140535575624616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18185] ppid=18176 vsize=9625004 CPUtime=2.79 cores=0,2,4,6
/proc/18178/task/18185/stat : 18185 (java) S 18176 18178 16973 0 -1 4202560 599 0 0 0 268 11 0 0 20 0 19 0 278958971 9856004096 195294 33554432000 1073741824 1073778376 140737450479456 140535574571304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18186] ppid=18176 vsize=9625004 CPUtime=2.83 cores=0,2,4,6
/proc/18178/task/18186/stat : 18186 (java) S 18176 18178 16973 0 -1 4202560 876 0 0 0 272 11 0 0 20 0 19 0 278958971 9856004096 195294 33554432000 1073741824 1073778376 140737450479456 140535573518504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18178/tid=18187] ppid=18176 vsize=9625004 CPUtime=2.96 cores=0,2,4,6
/proc/18178/task/18187/stat : 18187 (java) S 18176 18178 16973 0 -1 4202560 1086 0 0 0 282 14 0 0 20 0 19 0 278958971 9856004096 195294 33554432000 1073741824 1073778376 140737450479456 140535572466216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18178/tid=18188] ppid=18176 vsize=9625004 CPUtime=2.84 cores=0,2,4,6
/proc/18178/task/18188/stat : 18188 (java) S 18176 18178 16973 0 -1 4202560 935 0 0 0 273 11 0 0 20 0 19 0 278958971 9856004096 195294 33554432000 1073741824 1073778376 140737450479456 140535571413416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18178/tid=18189] ppid=18176 vsize=9625004 CPUtime=2.39 cores=0,2,4,6
/proc/18178/task/18189/stat : 18189 (java) S 18176 18178 16973 0 -1 4202560 877 0 0 0 234 5 0 0 20 0 19 0 278958972 9856004096 195294 33554432000 1073741824 1073778376 140737450479456 140535559002856 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18178/tid=18190] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18190/stat : 18190 (java) S 18176 18178 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278958973 9856004096 195294 33554432000 1073741824 1073778376 140737450479456 140535440336376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18191] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18191/stat : 18191 (java) S 18176 18178 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278958973 9856004096 195294 33554432000 1073741824 1073778376 140737450479456 140535439283976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18192] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18192/stat : 18192 (java) S 18176 18178 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958975 9856004096 195294 33554432000 1073741824 1073778376 140737450479456 140535438232464 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18193] ppid=18176 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/18178/task/18193/stat : 18193 (java) S 18176 18178 16973 0 -1 4202560 2141 0 0 0 42 0 0 0 20 0 19 0 278958975 9856004096 195294 33554432000 1073741824 1073778376 140737450479456 140535437179064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18194] ppid=18176 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/18178/task/18194/stat : 18194 (java) S 18176 18178 16973 0 -1 4202560 2248 0 0 0 31 0 0 0 20 0 19 0 278958975 9856004096 195294 33554432000 1073741824 1073778376 140737450479456 140535436126264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18178/tid=18195] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18195/stat : 18195 (java) S 18176 18178 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958975 9856004096 195294 33554432000 1073741824 1073778376 140737450479456 140535435074168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18178/tid=18196] ppid=18176 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/18178/task/18196/stat : 18196 (java) S 18176 18178 16973 0 -1 4202560 97 0 0 0 28 32 0 0 20 0 19 0 278958975 9856004096 195294 33554432000 1073741824 1073778376 140737450479456 140535434021576 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18178/tid=18197] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18197/stat : 18197 (java) S 18176 18178 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278958998 9856004096 195294 33554432000 1073741824 1073778376 140737450479456 140535432967592 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1679.52
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 18272
/proc/meminfo: memFree=26298940/32873660 swapFree=7120/7120
[pid=18178] ppid=18176 vsize=9625004 CPUtime=1739.89 cores=0,2,4,6
/proc/18178/stat : 18178 (java) S 18176 18178 16973 0 -1 4202496 16515 0 1 0 173853 136 0 0 20 0 19 0 278958969 9856004096 196218 33554432000 1073741824 1073778376 140737450479456 140737450470592 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18178/statm: 2406251 196218 2279 9 0 2396937 0
[pid=18178/tid=18180] ppid=18176 vsize=9625004 CPUtime=1708.29 cores=0,2,4,6
/proc/18178/task/18180/stat : 18180 (java) R 18176 18178 16973 0 -1 4202560 2975 0 1 0 170798 31 0 0 20 0 19 0 278958970 9856004096 196218 33554432000 1073741824 1073778376 140737450479456 140535617289600 140535441019302 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18178/tid=18181] ppid=18176 vsize=9625004 CPUtime=2.93 cores=0,2,4,6
/proc/18178/task/18181/stat : 18181 (java) S 18176 18178 16973 0 -1 4202560 871 0 0 0 281 12 0 0 20 0 19 0 278958971 9856004096 196218 33554432000 1073741824 1073778376 140737450479456 140535578782504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18178/tid=18182] ppid=18176 vsize=9625004 CPUtime=2.91 cores=0,2,4,6
/proc/18178/task/18182/stat : 18182 (java) S 18176 18178 16973 0 -1 4202560 848 0 0 0 279 12 0 0 20 0 19 0 278958971 9856004096 196218 33554432000 1073741824 1073778376 140737450479456 140535577729704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18178/tid=18183] ppid=18176 vsize=9625004 CPUtime=2.98 cores=0,2,4,6
/proc/18178/task/18183/stat : 18183 (java) S 18176 18178 16973 0 -1 4202560 565 0 0 0 285 13 0 0 20 0 19 0 278958971 9856004096 196218 33554432000 1073741824 1073778376 140737450479456 140535576677416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18178/tid=18184] ppid=18176 vsize=9625004 CPUtime=2.89 cores=0,2,4,6
/proc/18178/task/18184/stat : 18184 (java) S 18176 18178 16973 0 -1 4202560 1171 0 0 0 278 11 0 0 20 0 19 0 278958971 9856004096 196218 33554432000 1073741824 1073778376 140737450479456 140535575624616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18178/tid=18185] ppid=18176 vsize=9625004 CPUtime=2.83 cores=0,2,4,6
/proc/18178/task/18185/stat : 18185 (java) S 18176 18178 16973 0 -1 4202560 602 0 0 0 272 11 0 0 20 0 19 0 278958971 9856004096 196218 33554432000 1073741824 1073778376 140737450479456 140535574571304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18186] ppid=18176 vsize=9625004 CPUtime=2.91 cores=0,2,4,6
/proc/18178/task/18186/stat : 18186 (java) S 18176 18178 16973 0 -1 4202560 876 0 0 0 280 11 0 0 20 0 19 0 278958971 9856004096 196218 33554432000 1073741824 1073778376 140737450479456 140535573518504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18187] ppid=18176 vsize=9625004 CPUtime=3.02 cores=0,2,4,6
/proc/18178/task/18187/stat : 18187 (java) S 18176 18178 16973 0 -1 4202560 1102 0 0 0 288 14 0 0 20 0 19 0 278958971 9856004096 196218 33554432000 1073741824 1073778376 140737450479456 140535572466216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18178/tid=18188] ppid=18176 vsize=9625004 CPUtime=2.91 cores=0,2,4,6
/proc/18178/task/18188/stat : 18188 (java) S 18176 18178 16973 0 -1 4202560 941 0 0 0 280 11 0 0 20 0 19 0 278958971 9856004096 196218 33554432000 1073741824 1073778376 140737450479456 140535571413416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18178/tid=18189] ppid=18176 vsize=9625004 CPUtime=2.39 cores=0,2,4,6
/proc/18178/task/18189/stat : 18189 (java) S 18176 18178 16973 0 -1 4202560 890 0 0 0 234 5 0 0 20 0 19 0 278958972 9856004096 196218 33554432000 1073741824 1073778376 140737450479456 140535559002856 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18178/tid=18190] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18190/stat : 18190 (java) S 18176 18178 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278958973 9856004096 196218 33554432000 1073741824 1073778376 140737450479456 140535440336376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18191] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18191/stat : 18191 (java) S 18176 18178 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278958973 9856004096 196218 33554432000 1073741824 1073778376 140737450479456 140535439283976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18192] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18192/stat : 18192 (java) S 18176 18178 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958975 9856004096 196218 33554432000 1073741824 1073778376 140737450479456 140535438232464 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18193] ppid=18176 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/18178/task/18193/stat : 18193 (java) S 18176 18178 16973 0 -1 4202560 2141 0 0 0 42 0 0 0 20 0 19 0 278958975 9856004096 196218 33554432000 1073741824 1073778376 140737450479456 140535437179064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18194] ppid=18176 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/18178/task/18194/stat : 18194 (java) S 18176 18178 16973 0 -1 4202560 2248 0 0 0 31 0 0 0 20 0 19 0 278958975 9856004096 196218 33554432000 1073741824 1073778376 140737450479456 140535436126264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18178/tid=18195] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18195/stat : 18195 (java) S 18176 18178 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958975 9856004096 196218 33554432000 1073741824 1073778376 140737450479456 140535435074168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18178/tid=18196] ppid=18176 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/18178/task/18196/stat : 18196 (java) S 18176 18178 16973 0 -1 4202560 99 0 0 0 29 33 0 0 20 0 19 0 278958975 9856004096 196218 33554432000 1073741824 1073778376 140737450479456 140535434021576 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18178/tid=18197] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18197/stat : 18197 (java) S 18176 18178 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278958998 9856004096 196218 33554432000 1073741824 1073778376 140737450479456 140535432967592 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1739.89
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.8 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 18273
/proc/meminfo: memFree=26249124/32873660 swapFree=7120/7120
[pid=18178] ppid=18176 vsize=9625004 CPUtime=1800.04 cores=0,2,4,6
/proc/18178/stat : 18178 (java) S 18176 18178 16973 0 -1 4202496 17271 0 1 0 179863 141 0 0 20 0 19 0 278958969 9856004096 206299 33554432000 1073741824 1073778376 140737450479456 140737450470592 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18178/statm: 2406251 206299 2279 9 0 2396937 0
[pid=18178/tid=18180] ppid=18176 vsize=9625004 CPUtime=1767.12 cores=0,2,4,6
/proc/18178/task/18180/stat : 18180 (java) R 18176 18178 16973 0 -1 4202560 2990 0 1 0 176680 32 0 0 20 0 19 0 278958970 9856004096 206299 33554432000 1073741824 1073778376 140737450479456 140535617289600 140535440930947 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18178/tid=18181] ppid=18176 vsize=9625004 CPUtime=3.03 cores=0,2,4,6
/proc/18178/task/18181/stat : 18181 (java) S 18176 18178 16973 0 -1 4202560 985 0 0 0 290 13 0 0 20 0 19 0 278958971 9856004096 206299 33554432000 1073741824 1073778376 140737450479456 140535578782504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18178/tid=18182] ppid=18176 vsize=9625004 CPUtime=3 cores=0,2,4,6
/proc/18178/task/18182/stat : 18182 (java) S 18176 18178 16973 0 -1 4202560 963 0 0 0 288 12 0 0 20 0 19 0 278958971 9856004096 206299 33554432000 1073741824 1073778376 140737450479456 140535577729704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18183] ppid=18176 vsize=9625004 CPUtime=3.1 cores=0,2,4,6
/proc/18178/task/18183/stat : 18183 (java) S 18176 18178 16973 0 -1 4202560 682 0 0 0 296 14 0 0 20 0 19 0 278958971 9856004096 206299 33554432000 1073741824 1073778376 140737450479456 140535576677416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18178/tid=18184] ppid=18176 vsize=9625004 CPUtime=3.01 cores=0,2,4,6
/proc/18178/task/18184/stat : 18184 (java) S 18176 18178 16973 0 -1 4202560 1171 0 0 0 290 11 0 0 20 0 19 0 278958971 9856004096 206299 33554432000 1073741824 1073778376 140737450479456 140535575624616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18178/tid=18185] ppid=18176 vsize=9625004 CPUtime=2.95 cores=0,2,4,6
/proc/18178/task/18185/stat : 18185 (java) S 18176 18178 16973 0 -1 4202560 621 0 0 0 284 11 0 0 20 0 19 0 278958971 9856004096 206299 33554432000 1073741824 1073778376 140737450479456 140535574571304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18178/tid=18186] ppid=18176 vsize=9625004 CPUtime=3.02 cores=0,2,4,6
/proc/18178/task/18186/stat : 18186 (java) S 18176 18178 16973 0 -1 4202560 882 0 0 0 291 11 0 0 20 0 19 0 278958971 9856004096 206299 33554432000 1073741824 1073778376 140737450479456 140535573518504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18178/tid=18187] ppid=18176 vsize=9625004 CPUtime=3.17 cores=0,2,4,6
/proc/18178/task/18187/stat : 18187 (java) S 18176 18178 16973 0 -1 4202560 1242 0 0 0 302 15 0 0 20 0 19 0 278958971 9856004096 206299 33554432000 1073741824 1073778376 140737450479456 140535572466216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18188] ppid=18176 vsize=9625004 CPUtime=3.02 cores=0,2,4,6
/proc/18178/task/18188/stat : 18188 (java) S 18176 18178 16973 0 -1 4202560 942 0 0 0 290 12 0 0 20 0 19 0 278958971 9856004096 206299 33554432000 1073741824 1073778376 140737450479456 140535571413416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18178/tid=18189] ppid=18176 vsize=9625004 CPUtime=2.64 cores=0,2,4,6
/proc/18178/task/18189/stat : 18189 (java) S 18176 18178 16973 0 -1 4202560 1115 0 0 0 259 5 0 0 20 0 19 0 278958972 9856004096 206299 33554432000 1073741824 1073778376 140737450479456 140535559002856 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18190] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18190/stat : 18190 (java) S 18176 18178 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278958973 9856004096 206299 33554432000 1073741824 1073778376 140737450479456 140535440336376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18191] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18191/stat : 18191 (java) S 18176 18178 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278958973 9856004096 206299 33554432000 1073741824 1073778376 140737450479456 140535439283976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18192] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18192/stat : 18192 (java) S 18176 18178 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958975 9856004096 206299 33554432000 1073741824 1073778376 140737450479456 140535438232464 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18193] ppid=18176 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/18178/task/18193/stat : 18193 (java) S 18176 18178 16973 0 -1 4202560 2141 0 0 0 42 0 0 0 20 0 19 0 278958975 9856004096 206299 33554432000 1073741824 1073778376 140737450479456 140535437179064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18178/tid=18194] ppid=18176 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/18178/task/18194/stat : 18194 (java) S 18176 18178 16973 0 -1 4202560 2248 0 0 0 31 0 0 0 20 0 19 0 278958975 9856004096 206299 33554432000 1073741824 1073778376 140737450479456 140535436126264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18178/tid=18195] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18195/stat : 18195 (java) S 18176 18178 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958975 9856004096 206299 33554432000 1073741824 1073778376 140737450479456 140535435074168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18178/tid=18196] ppid=18176 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/18178/task/18196/stat : 18196 (java) S 18176 18178 16973 0 -1 4202560 103 0 0 0 30 34 0 0 20 0 19 0 278958975 9856004096 206299 33554432000 1073741824 1073778376 140737450479456 140535434021576 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18178/tid=18197] ppid=18176 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18178/task/18197/stat : 18197 (java) S 18176 18178 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278958998 9856004096 206299 33554432000 1073741824 1073778376 140737450479456 140535432967592 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625004

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18178 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=909284
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=852718
# CPU time returned by wait4() is 1795.76
# 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): 1781.85
CPU time (s): 1800.04
CPU user time (s): 1798.63
CPU system time (s): 1.41
CPU usage (%): 101.021
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.91
system time used= 1.85272
maximum resident set size= 832600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17312
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= 51051
involuntary context switches= 55780

runsolver used 6.00009 second user time and 15.6436 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-27 16:18:52
IDJOB=3709717
IDBENCH=1403
IDSOLVER=2289
FILE ID=node117/3709717-1338128332
RUNJOBID= node117-1338124635-16989
PBS_JOBID= 14624513
Free space on /tmp= 70048 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl50_51_pb.cnf.cr.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3709717-1338128332/watcher-3709717-1338128332 -o /tmp/evaluation-result-3709717-1338128332/solver-3709717-1338128332 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709717-1338128332.opb

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

MD5SUM BENCH= 04ec290f8a8afffbd026dcfb09cada39
RANDOM SEED=1816963190

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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	: 5331.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873660 kB
MemFree:        27329616 kB
Buffers:          322940 kB
Cached:          4041232 kB
SwapCached:            0 kB
Active:          2481704 kB
Inactive:        2183112 kB
Active(anon):     291456 kB
Inactive(anon):    11356 kB
Active(file):    2190248 kB
Inactive(file):  2171756 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               848 kB
Writeback:             0 kB
AnonPages:        313172 kB
Mapped:            22516 kB
Shmem:               200 kB
Slab:             734568 kB
SReclaimable:     179000 kB
SUnreclaim:       555568 kB
KernelStack:        1600 kB
PageTables:         4656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     696724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    282624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70048 MiB
End job on node117 at 2012-05-27 16:48:36