Trace number 2662654

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 RES // CP 2.2.0 2010-05-31? (TO) 1800.5 922.298

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army11.17bt.opb
MD5SUMbde651356fbc7760944c2b16aa27f15d
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark39.1281
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables370
Total number of constraints809
Number of constraints which are clauses558
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints249
Minimum length of a constraint1
Maximum length of a constraint121
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 138
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.22/0.23	c Pseudo Boolean Optimization
0.22/0.23	c ManyCore solver with 2 solvers running in parallel
0.22/0.23	c --- Begin Solver configuration ---
0.22/0.23	c Stops conflict analysis at the first Unique Implication Point
0.22/0.23	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.23	c Learn all clauses as in MiniSAT
0.22/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.23	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.23	c Expensive reason simplification
0.22/0.23	c Armin Biere (Picosat) restarts strategy
0.22/0.23	c Glucose learned constraints deletion strategy
0.22/0.23	c timeout=2147483s
0.22/0.23	c DB Simplification allowed=false
0.22/0.23	c --- End Solver configuration ---
0.22/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.23	c --- Begin Solver configuration ---
0.22/0.23	c Stops conflict analysis at the first Unique Implication Point
0.22/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.23	c Learn all clauses as in MiniSAT
0.22/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.23	c No reason simplification
0.22/0.23	c Armin Biere (Picosat) restarts strategy
0.22/0.23	c Glucose learned constraints deletion strategy
0.22/0.23	c timeout=2147483s
0.22/0.23	c DB Simplification allowed=false
0.22/0.23	c --- End Solver configuration ---
0.22/0.23	
0.22/0.23	c solving HOME/instance-2662654-1276695537.opb
0.22/0.23	c reading problem ... 
0.80/0.60	c ... done. Wall clock time 0.377s.
0.80/0.60	c #vars     370
0.80/0.60	c #constraints  809
0.80/0.60	c constraints type 
0.80/0.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 362
0.80/0.60	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.80/0.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 195
0.80/0.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 249
0.80/0.61	c constraints type 
0.80/0.61	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 195
0.80/0.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 362
0.80/0.61	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.80/0.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 249
5.75/3.19	c cleaning 2498 clauses out of 4996 with flag 5001/5001
10.50/5.52	c cleaning 4249 clauses out of 8497 with flag 11000/11000
17.77/9.26	c cleaning 5623 clauses out of 11248 with flag 18000/18000
27.40/14.18	c cleaning 6814 clauses out of 13628 with flag 26003/26003
39.99/20.52	c cleaning 7906 clauses out of 15812 with flag 35001/35001
54.58/27.92	c cleaning 8953 clauses out of 17905 with flag 45000/45000
70.35/35.96	c cleaning 9477 clauses out of 18954 with flag 55002/55002
89.07/45.49	c cleaning 9739 clauses out of 19478 with flag 65003/65003
105.38/53.79	c cleaning 9870 clauses out of 19740 with flag 75004/75004
123.50/62.96	c cleaning 9933 clauses out of 19868 with flag 85002/85002
140.82/71.70	c cleaning 9967 clauses out of 19936 with flag 95003/95003
158.34/80.68	c cleaning 9980 clauses out of 19966 with flag 105000/105000
175.42/89.32	c cleaning 9992 clauses out of 19987 with flag 115001/115001
194.90/99.25	c cleaning 9996 clauses out of 19998 with flag 125004/125004
210.02/106.95	c cleaning 9998 clauses out of 19999 with flag 135003/135003
225.35/114.76	c cleaning 9997 clauses out of 20001 with flag 145003/145003
238.82/121.67	c cleaning 9998 clauses out of 20001 with flag 155000/155000
253.54/129.12	c cleaning 9998 clauses out of 20004 with flag 165001/165001
267.07/136.07	c cleaning 9998 clauses out of 20006 with flag 175001/175001
283.96/144.66	c cleaning 10001 clauses out of 20009 with flag 185002/185002
298.63/152.19	c cleaning 9999 clauses out of 20007 with flag 195001/195001
312.95/159.42	c cleaning 9999 clauses out of 20007 with flag 205000/205000
328.44/167.39	c cleaning 10001 clauses out of 20010 with flag 215002/215002
343.53/175.01	c cleaning 10001 clauses out of 20007 with flag 225000/225000
357.79/182.39	c cleaning 9997 clauses out of 20007 with flag 235001/235001
373.89/190.50	c cleaning 9997 clauses out of 20011 with flag 245002/245002
389.98/198.77	c cleaning 10003 clauses out of 20020 with flag 255008/255008
406.26/207.06	c cleaning 10000 clauses out of 20009 with flag 265000/265000
422.90/215.57	c cleaning 9998 clauses out of 20013 with flag 275004/275004
438.98/223.79	c cleaning 9997 clauses out of 20011 with flag 285000/285000
454.26/231.57	c cleaning 10005 clauses out of 20015 with flag 295001/295001
469.15/239.14	c cleaning 10002 clauses out of 20010 with flag 305001/305001
484.59/247.08	c cleaning 10000 clauses out of 20010 with flag 315003/315003
500.26/255.04	c cleaning 10001 clauses out of 20009 with flag 325002/325002
515.55/262.84	c cleaning 9997 clauses out of 20006 with flag 335000/335000
530.42/270.48	c cleaning 10003 clauses out of 20013 with flag 345004/345004
546.62/278.70	c cleaning 9997 clauses out of 20007 with flag 355001/355001
562.49/286.88	c cleaning 10002 clauses out of 20013 with flag 365004/365004
579.95/295.78	c cleaning 9999 clauses out of 20008 with flag 375001/375001
597.80/304.82	c cleaning 9997 clauses out of 20009 with flag 385001/385001
616.17/314.24	c cleaning 10002 clauses out of 20011 with flag 395000/395000
633.22/322.98	c cleaning 10003 clauses out of 20011 with flag 405002/405002
651.06/332.00	c cleaning 10000 clauses out of 20006 with flag 415000/415000
669.88/341.62	c cleaning 9999 clauses out of 20007 with flag 425001/425001
687.05/350.44	c cleaning 9999 clauses out of 20007 with flag 435000/435000
703.90/359.00	c cleaning 10001 clauses out of 20009 with flag 445001/445001
721.33/367.96	c cleaning 10002 clauses out of 20010 with flag 455003/455003
738.95/376.95	c cleaning 9997 clauses out of 20006 with flag 465001/465001
755.72/385.58	c cleaning 10000 clauses out of 20008 with flag 475000/475000
771.96/393.83	c cleaning 10002 clauses out of 20011 with flag 485003/485003
790.15/403.16	c cleaning 9999 clauses out of 20006 with flag 495000/495000
807.16/411.82	c cleaning 9996 clauses out of 20007 with flag 505000/505000
824.89/420.97	c cleaning 10003 clauses out of 20014 with flag 515003/515003
841.91/429.65	c cleaning 10000 clauses out of 20011 with flag 525003/525003
850.59/434.13	c cleaning 0 clauses out of 5002 with flag 0/5002
860.24/439.11	c cleaning 10001 clauses out of 20015 with flag 535007/535007
877.76/448.10	c cleaning 9999 clauses out of 20008 with flag 545001/545001
895.75/457.32	c cleaning 9998 clauses out of 20010 with flag 555002/555002
913.36/466.40	c cleaning 10000 clauses out of 20010 with flag 565000/565000
931.15/475.47	c cleaning 9999 clauses out of 20012 with flag 575002/575002
948.07/484.11	c cleaning 9999 clauses out of 20018 with flag 585007/585007
966.86/493.79	c cleaning 9999 clauses out of 20012 with flag 595000/595000
983.07/502.03	c cleaning 10001 clauses out of 20013 with flag 605000/605000
998.89/510.19	c cleaning 10000 clauses out of 20014 with flag 615002/615002
1015.21/518.52	c cleaning 10003 clauses out of 20013 with flag 625001/625001
1030.81/526.59	c cleaning 10002 clauses out of 20012 with flag 635003/635003
1046.22/534.42	c cleaning 9998 clauses out of 20008 with flag 645001/645001
1062.22/542.64	c cleaning 10002 clauses out of 20011 with flag 655002/655002
1078.93/551.27	c cleaning 9996 clauses out of 20007 with flag 665000/665000
1093.94/558.95	c cleaning 9993 clauses out of 20012 with flag 675001/675001
1108.77/566.55	c cleaning 10003 clauses out of 20020 with flag 685002/685002
1124.55/574.68	c cleaning 10003 clauses out of 20015 with flag 695000/695000
1140.70/582.91	c cleaning 10001 clauses out of 20013 with flag 705001/705001
1155.48/590.59	c cleaning 9997 clauses out of 20011 with flag 715000/715000
1169.29/597.68	c cleaning 10001 clauses out of 20014 with flag 725000/725000
1184.48/605.47	c cleaning 10001 clauses out of 20015 with flag 735002/735002
1200.00/613.48	c cleaning 10004 clauses out of 20018 with flag 745006/745006
1215.84/621.57	c cleaning 9998 clauses out of 20010 with flag 755002/755002
1231.78/629.75	c cleaning 10002 clauses out of 20011 with flag 765001/765001
1245.79/636.92	c cleaning 10001 clauses out of 20016 with flag 775008/775008
1259.51/644.03	c cleaning 9999 clauses out of 20008 with flag 785001/785001
1274.29/651.69	c cleaning 9996 clauses out of 20010 with flag 795002/795002
1289.87/659.66	c cleaning 10003 clauses out of 20013 with flag 805001/805001
1304.47/667.14	c cleaning 10001 clauses out of 20010 with flag 815001/815001
1320.76/675.59	c cleaning 9996 clauses out of 20008 with flag 825000/825000
1336.73/683.77	c cleaning 9999 clauses out of 20013 with flag 835001/835001
1352.51/691.84	c cleaning 10003 clauses out of 20015 with flag 845002/845002
1369.26/700.42	c cleaning 9999 clauses out of 20013 with flag 855003/855003
1385.75/708.99	c cleaning 9997 clauses out of 20012 with flag 865001/865001
1402.11/717.40	c cleaning 10002 clauses out of 20015 with flag 875001/875001
1419.08/726.07	c cleaning 10005 clauses out of 20017 with flag 885005/885005
1437.81/735.61	c cleaning 10000 clauses out of 20008 with flag 895001/895001
1457.06/745.58	c cleaning 9998 clauses out of 20008 with flag 905001/905001
1473.83/754.14	c cleaning 10000 clauses out of 20011 with flag 915002/915002
1490.19/762.52	c cleaning 9999 clauses out of 20012 with flag 925003/925003
1509.71/772.54	c cleaning 9992 clauses out of 20010 with flag 935000/935000
1528.18/782.01	c cleaning 9999 clauses out of 20019 with flag 945001/945001
1545.34/790.89	c cleaning 9998 clauses out of 20023 with flag 955004/955004
1563.26/800.05	c cleaning 9997 clauses out of 20023 with flag 965002/965002
1580.61/808.94	c cleaning 10000 clauses out of 20024 with flag 975000/975000
1597.07/817.42	c cleaning 9995 clauses out of 20024 with flag 985000/985000
1612.23/825.26	c cleaning 10006 clauses out of 20030 with flag 995001/995001
1626.01/832.39	c cleaning 10005 clauses out of 20025 with flag 1005002/1005002
1643.16/841.14	c cleaning 10002 clauses out of 20019 with flag 1015001/1015001
1659.03/849.31	c cleaning 10005 clauses out of 20017 with flag 1025001/1025001
1674.99/857.56	c cleaning 10003 clauses out of 20015 with flag 1035004/1035004
1690.95/865.71	c cleaning 10000 clauses out of 20008 with flag 1045000/1045000
1707.09/874.01	c cleaning 9997 clauses out of 20010 with flag 1055002/1055002
1720.60/881.03	c cleaning 10004 clauses out of 20015 with flag 1065004/1065004
1733.96/887.93	c cleaning 9997 clauses out of 20007 with flag 1075000/1075000
1749.72/896.06	c cleaning 9998 clauses out of 20011 with flag 1085001/1085001
1764.48/903.68	c cleaning 9998 clauses out of 20013 with flag 1095001/1095001
1779.55/911.41	c cleaning 10001 clauses out of 20017 with flag 1105003/1105003
1795.89/919.80	c cleaning 10000 clauses out of 20014 with flag 1115001/1115001
1800.14/922.12	c starts		: 189
1800.14/922.12	c conflicts		: 1118673
1800.14/922.12	c decisions		: 1276562
1800.14/922.12	c propagations		: 41118817
1800.14/922.12	c inspects		: 2570178460
1800.14/922.12	c learnt literals	: 7
1800.14/922.12	c learnt binary clauses	: 55
1800.14/922.12	c learnt ternary clauses	: 125
1800.14/922.12	c learnt clauses	: 1118666
1800.14/922.12	c ignored clauses	: 0
1800.14/922.12	c root simplifications	: 0
1800.14/922.12	c removed literals (reason simplification)	: 30355340
1800.14/922.12	c reason swapping (by a shorter reason)	: 0
1800.14/922.12	c Calls to reduceDB	: 113
1800.14/922.12	c number of reductions to clauses (during analyze)	: 0
1800.14/922.12	c number of learned constraints concerned by reduction	: 0
1800.14/922.12	c number of learning phase by resolution	: 0
1800.14/922.12	c number of learning phase by cutting planes	: 0
1800.14/922.12	c speed (assignments/second)	: 44621.12945057569
1800.14/922.12	c non guided choices	24
1800.35/922.22	c learnt constraints type 
1800.35/922.22	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13768
1800.35/922.22	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 55
1800.35/922.22	c constraints type 
1800.35/922.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 362
1800.35/922.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
1800.35/922.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 195
1800.35/922.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 249
1800.35/922.22	c constraints type 
1800.35/922.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 195
1800.35/922.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 362
1800.35/922.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
1800.35/922.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 249
1800.35/922.22	s UNKNOWN
1800.35/922.22	c Total wall clock time (in seconds): 921.99

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2662654-1276695537/watcher-2662654-1276695537 -o /tmp/evaluation-result-2662654-1276695537/solver-2662654-1276695537 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662654-1276695537.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.08 0.66 3/106 16327
/proc/meminfo: memFree=1896668/2059040 swapFree=4140140/4192956
[pid=16327] ppid=16325 vsize=1700 CPUtime=0
/proc/16327/stat : 16327 (java6) R 16325 16327 16302 0 -1 4194304 182 0 0 0 0 0 0 0 19 0 1 0 10846112 1740800 86 1992294400 134512640 134550932 4293535936 18446744073709551615 12999182 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16327/statm: 425 101 77 10 0 30 0

[startup+0.084051 s]
/proc/loadavg: 0.00 0.08 0.66 3/106 16327
/proc/meminfo: memFree=1896668/2059040 swapFree=4140140/4192956
[pid=16327] ppid=16325 vsize=1521796 CPUtime=0.06
/proc/16327/stat : 16327 (java) S 16325 16327 16302 0 -1 4202496 3784 0 1 0 4 2 0 0 15 0 7 0 10846112 1558319104 3225 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/16327/statm: 380449 3225 1040 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.102033 s]
/proc/loadavg: 0.00 0.08 0.66 3/106 16327
/proc/meminfo: memFree=1896668/2059040 swapFree=4140140/4192956
[pid=16327] ppid=16325 vsize=1524020 CPUtime=0.08
/proc/16327/stat : 16327 (java) S 16325 16327 16302 0 -1 4202496 3937 0 1 0 6 2 0 0 15 0 12 0 10846112 1560596480 3376 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16327/statm: 381005 3376 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.301052 s]
/proc/loadavg: 0.00 0.08 0.66 3/106 16327
/proc/meminfo: memFree=1896668/2059040 swapFree=4140140/4192956
[pid=16327] ppid=16325 vsize=1526216 CPUtime=0.34
/proc/16327/stat : 16327 (java) S 16325 16327 16302 0 -1 4202496 5390 0 1 0 31 3 0 0 15 0 12 0 10846112 1562845184 4827 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16327/statm: 381554 4827 1361 10 0 378857 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526216

[startup+0.701095 s]
/proc/loadavg: 0.00 0.08 0.66 3/106 16327
/proc/meminfo: memFree=1896668/2059040 swapFree=4140140/4192956
[pid=16327] ppid=16325 vsize=1529684 CPUtime=1
/proc/16327/stat : 16327 (java) S 16325 16327 16302 0 -1 4202496 7039 0 1 0 97 3 0 0 15 0 16 0 10846112 1566396416 6394 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16327/statm: 382421 6394 1413 10 0 379724 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 1529684

[startup+1.50216 s]
/proc/loadavg: 0.24 0.13 0.67 5/122 16343
/proc/meminfo: memFree=1874532/2059040 swapFree=4140140/4192956
[pid=16327] ppid=16325 vsize=1541680 CPUtime=2.59
/proc/16327/stat : 16327 (java) S 16325 16327 16302 0 -1 4202496 13529 0 1 0 253 6 0 0 15 0 16 0 10846112 1578680320 11794 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16327/statm: 385420 11794 1425 10 0 382723 0
[pid=16327/tid=16329] ppid=16325 vsize=1541680 CPUtime=0.46
/proc/16327/task/16329/stat : 16329 (java) S 16325 16327 16302 0 -1 4202560 4412 0 1 0 44 2 0 0 25 0 16 0 10846114 1578680320 11794 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16330] ppid=16325 vsize=1541680 CPUtime=0
/proc/16327/task/16330/stat : 16330 (java) S 16325 16327 16302 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 10846115 1578680320 11794 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16331] ppid=16325 vsize=1541680 CPUtime=0
/proc/16327/task/16331/stat : 16331 (java) S 16325 16327 16302 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 10846115 1578680320 11794 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16332] ppid=16325 vsize=1541680 CPUtime=0
/proc/16327/task/16332/stat : 16332 (java) S 16325 16327 16302 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 10846117 1578680320 11794 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 0 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16333] ppid=16325 vsize=1541680 CPUtime=0
/proc/16327/task/16333/stat : 16333 (java) S 16325 16327 16302 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 10846117 1578680320 11794 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16334] ppid=16325 vsize=1541680 CPUtime=0
/proc/16327/task/16334/stat : 16334 (java) S 16325 16327 16302 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 10846117 1578680320 11794 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16335] ppid=16325 vsize=1541680 CPUtime=0
/proc/16327/task/16335/stat : 16335 (java) S 16325 16327 16302 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 10846122 1578680320 11794 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16336] ppid=16325 vsize=1541680 CPUtime=0.74
/proc/16327/task/16336/stat : 16336 (java) S 16325 16327 16302 0 -1 4202560 1332 0 0 0 74 0 0 0 16 0 16 0 10846122 1578680320 11794 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16337] ppid=16325 vsize=1541680 CPUtime=0.95
/proc/16327/task/16337/stat : 16337 (java) R 16325 16327 16302 0 -1 4202560 3930 0 0 0 94 1 0 0 16 0 16 0 10846122 1578680320 11794 1992294400 134512640 134550932 4291778096 18446744073709551615 106257856 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16327/tid=16338] ppid=16325 vsize=1541680 CPUtime=0
/proc/16327/task/16338/stat : 16338 (java) S 16325 16327 16302 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 10846122 1578680320 11794 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16339] ppid=16325 vsize=1541680 CPUtime=0
/proc/16327/task/16339/stat : 16339 (java) S 16325 16327 16302 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 10846122 1578680320 11794 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16340] ppid=16325 vsize=1541680 CPUtime=0.25
/proc/16327/task/16340/stat : 16340 (java) R 16325 16327 16302 0 -1 4202560 2216 0 0 0 24 1 0 0 18 0 16 0 10846173 1578680320 11794 1992294400 134512640 134550932 4291778096 18446744073709551615 4109764806 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16327/tid=16341] ppid=16325 vsize=1541680 CPUtime=0.14
/proc/16327/task/16341/stat : 16341 (java) R 16325 16327 16302 0 -1 4202560 564 0 0 0 14 0 0 0 25 0 16 0 10846173 1578680320 11794 1992294400 134512640 134550932 4291778096 18446744073709551615 4109372833 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16327/tid=16342] ppid=16325 vsize=1541680 CPUtime=0
/proc/16327/task/16342/stat : 16342 (java) S 16325 16327 16302 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10846173 1578680320 11794 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16343] ppid=16325 vsize=1541680 CPUtime=0
/proc/16327/task/16343/stat : 16343 (java) S 16325 16327 16302 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 10846174 1578680320 11794 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 1541680

[startup+3.10131 s]
/proc/loadavg: 0.24 0.13 0.67 5/122 16343
/proc/meminfo: memFree=1822080/2059040 swapFree=4140140/4192956
[pid=16327] ppid=16325 vsize=1541192 CPUtime=5.75
/proc/16327/stat : 16327 (java) S 16325 16327 16302 0 -1 4202496 36704 0 1 0 558 17 0 0 15 0 16 0 10846112 1578180608 31532 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16327/statm: 385298 31532 1429 10 0 382601 0
[pid=16327/tid=16329] ppid=16325 vsize=1541192 CPUtime=0.46
/proc/16327/task/16329/stat : 16329 (java) S 16325 16327 16302 0 -1 4202560 4412 0 1 0 44 2 0 0 18 0 16 0 10846114 1578180608 31532 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16330] ppid=16325 vsize=1541192 CPUtime=0
/proc/16327/task/16330/stat : 16330 (java) S 16325 16327 16302 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 10846115 1578180608 31532 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16331] ppid=16325 vsize=1541192 CPUtime=0
/proc/16327/task/16331/stat : 16331 (java) S 16325 16327 16302 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 10846115 1578180608 31532 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16332] ppid=16325 vsize=1541192 CPUtime=0
/proc/16327/task/16332/stat : 16332 (java) S 16325 16327 16302 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 10846117 1578180608 31532 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 0 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16333] ppid=16325 vsize=1541192 CPUtime=0
/proc/16327/task/16333/stat : 16333 (java) S 16325 16327 16302 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 10846117 1578180608 31532 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16334] ppid=16325 vsize=1541192 CPUtime=0
/proc/16327/task/16334/stat : 16334 (java) S 16325 16327 16302 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 10846117 1578180608 31532 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16335] ppid=16325 vsize=1541192 CPUtime=0
/proc/16327/task/16335/stat : 16335 (java) S 16325 16327 16302 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 10846122 1578180608 31532 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16336] ppid=16325 vsize=1541192 CPUtime=0.91
/proc/16327/task/16336/stat : 16336 (java) S 16325 16327 16302 0 -1 4202560 1609 0 0 0 91 0 0 0 16 0 16 0 10846122 1578180608 31532 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16337] ppid=16325 vsize=1541192 CPUtime=2.27
/proc/16327/task/16337/stat : 16337 (java) R 16325 16327 16302 0 -1 4202560 7212 0 0 0 225 2 0 0 15 0 16 0 10846122 1578180608 31532 1992294400 134512640 134550932 4291778096 18446744073709551615 104164032 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16327/tid=16338] ppid=16325 vsize=1541192 CPUtime=0
/proc/16327/task/16338/stat : 16338 (java) S 16325 16327 16302 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 10846122 1578180608 31532 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16339] ppid=16325 vsize=1541192 CPUtime=0
/proc/16327/task/16339/stat : 16339 (java) S 16325 16327 16302 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 10846122 1578180608 31532 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16340] ppid=16325 vsize=1541192 CPUtime=1.64
/proc/16327/task/16340/stat : 16340 (java) R 16325 16327 16302 0 -1 4202560 18256 0 0 0 156 8 0 0 18 0 16 0 10846173 1578180608 31532 1992294400 134512640 134550932 4291778096 18446744073709551615 4109875331 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16327/tid=16341] ppid=16325 vsize=1541192 CPUtime=0.41
/proc/16327/task/16341/stat : 16341 (java) R 16325 16327 16302 0 -1 4202560 4140 0 0 0 39 2 0 0 25 0 16 0 10846173 1578180608 31532 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16327/tid=16342] ppid=16325 vsize=1541192 CPUtime=0
/proc/16327/task/16342/stat : 16342 (java) S 16325 16327 16302 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10846173 1578180608 31532 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16343] ppid=16325 vsize=1541192 CPUtime=0
/proc/16327/task/16343/stat : 16343 (java) S 16325 16327 16302 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 10846174 1578180608 31532 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.75
Current children cumulated vsize (KiB) 1541192

[startup+6.3016 s]
/proc/loadavg: 0.24 0.13 0.67 3/122 16343
/proc/meminfo: memFree=1744084/2059040 swapFree=4140140/4192956
[pid=16327] ppid=16325 vsize=1541192 CPUtime=12.02
/proc/16327/stat : 16327 (java) S 16325 16327 16302 0 -1 4202496 48659 0 1 0 1180 22 0 0 15 0 16 0 10846112 1578180608 41195 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16327/statm: 385298 41195 1448 10 0 382601 0
[pid=16327/tid=16329] ppid=16325 vsize=1541192 CPUtime=0.46
/proc/16327/task/16329/stat : 16329 (java) S 16325 16327 16302 0 -1 4202560 4412 0 1 0 44 2 0 0 18 0 16 0 10846114 1578180608 41195 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16330] ppid=16325 vsize=1541192 CPUtime=0.04
/proc/16327/task/16330/stat : 16330 (java) S 16325 16327 16302 0 -1 4202560 1192 0 0 0 4 0 0 0 16 0 16 0 10846115 1578180608 41195 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 1 0 0 0
[pid=16327/tid=16331] ppid=16325 vsize=1541192 CPUtime=0.04
/proc/16327/task/16331/stat : 16331 (java) S 16325 16327 16302 0 -1 4202560 1447 0 0 0 4 0 0 0 16 0 16 0 10846115 1578180608 41195 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16332] ppid=16325 vsize=1541192 CPUtime=0.07
/proc/16327/task/16332/stat : 16332 (java) S 16325 16327 16302 0 -1 4202560 1872 0 0 0 7 0 0 0 15 0 16 0 10846117 1578180608 41195 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 0 0 16800975 18446604437803385792 0 0 -1 1 0 0 0
[pid=16327/tid=16333] ppid=16325 vsize=1541192 CPUtime=0
/proc/16327/task/16333/stat : 16333 (java) S 16325 16327 16302 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 10846117 1578180608 41195 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16334] ppid=16325 vsize=1541192 CPUtime=0
/proc/16327/task/16334/stat : 16334 (java) S 16325 16327 16302 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10846117 1578180608 41195 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16335] ppid=16325 vsize=1541192 CPUtime=0
/proc/16327/task/16335/stat : 16335 (java) S 16325 16327 16302 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 10846122 1578180608 41195 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16336] ppid=16325 vsize=1541192 CPUtime=0.99
/proc/16327/task/16336/stat : 16336 (java) S 16325 16327 16302 0 -1 4202560 1617 0 0 0 99 0 0 0 15 0 16 0 10846122 1578180608 41195 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16337] ppid=16325 vsize=1541192 CPUtime=2.99
/proc/16327/task/16337/stat : 16337 (java) S 16325 16327 16302 0 -1 4202560 9348 0 0 0 296 3 0 0 15 0 16 0 10846122 1578180608 41195 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 1 0 0 0
[pid=16327/tid=16338] ppid=16325 vsize=1541192 CPUtime=0
/proc/16327/task/16338/stat : 16338 (java) S 16325 16327 16302 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 10846122 1578180608 41195 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16339] ppid=16325 vsize=1541192 CPUtime=0
/proc/16327/task/16339/stat : 16339 (java) S 16325 16327 16302 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 10846122 1578180608 41195 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16340] ppid=16325 vsize=1541192 CPUtime=4.57
/proc/16327/task/16340/stat : 16340 (java) R 16325 16327 16302 0 -1 4202560 19681 0 0 0 448 9 0 0 24 0 16 0 10846173 1578180608 41195 1992294400 134512640 134550932 4291778096 18446744073709551615 4109514515 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16327/tid=16341] ppid=16325 vsize=1541192 CPUtime=2.74
/proc/16327/task/16341/stat : 16341 (java) R 16325 16327 16302 0 -1 4202560 8018 0 0 0 271 3 0 0 25 0 16 0 10846173 1578180608 41195 1992294400 134512640 134550932 4291778096 18446744073709551615 4109942707 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16327/tid=16342] ppid=16325 vsize=1541192 CPUtime=0
/proc/16327/task/16342/stat : 16342 (java) S 16325 16327 16302 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10846173 1578180608 41195 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16343] ppid=16325 vsize=1541192 CPUtime=0
/proc/16327/task/16343/stat : 16343 (java) S 16325 16327 16302 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 10846174 1578180608 41195 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.02
Current children cumulated vsize (KiB) 1541192

[startup+12.7019 s]
/proc/loadavg: 0.51 0.19 0.68 3/122 16343
/proc/meminfo: memFree=1702544/2059040 swapFree=4140140/4192956
[pid=16327] ppid=16325 vsize=1541192 CPUtime=24.63
/proc/16327/stat : 16327 (java) S 16325 16327 16302 0 -1 4202496 57406 0 1 0 2437 26 0 0 15 0 16 0 10846112 1578180608 49879 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16327/statm: 385298 49879 1448 10 0 382601 0
[pid=16327/tid=16329] ppid=16325 vsize=1541192 CPUtime=0.46
/proc/16327/task/16329/stat : 16329 (java) S 16325 16327 16302 0 -1 4202560 4412 0 1 0 44 2 0 0 18 0 16 0 10846114 1578180608 49879 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16330] ppid=16325 vsize=1541192 CPUtime=0.14
/proc/16327/task/16330/stat : 16330 (java) S 16325 16327 16302 0 -1 4202560 3025 0 0 0 13 1 0 0 15 0 16 0 10846115 1578180608 49879 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 1 0 0 0
[pid=16327/tid=16331] ppid=16325 vsize=1541192 CPUtime=0.14
/proc/16327/task/16331/stat : 16331 (java) S 16325 16327 16302 0 -1 4202560 3247 0 0 0 12 2 0 0 16 0 16 0 10846115 1578180608 49879 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16332] ppid=16325 vsize=1541192 CPUtime=0.15
/proc/16327/task/16332/stat : 16332 (java) S 16325 16327 16302 0 -1 4202560 3460 0 0 0 14 1 0 0 15 0 16 0 10846117 1578180608 49879 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 0 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16333] ppid=16325 vsize=1541192 CPUtime=0
/proc/16327/task/16333/stat : 16333 (java) S 16325 16327 16302 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 10846117 1578180608 49879 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16334] ppid=16325 vsize=1541192 CPUtime=0
/proc/16327/task/16334/stat : 16334 (java) S 16325 16327 16302 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10846117 1578180608 49879 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16335] ppid=16325 vsize=1541192 CPUtime=0
/proc/16327/task/16335/stat : 16335 (java) S 16325 16327 16302 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 10846122 1578180608 49879 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16336] ppid=16325 vsize=1541192 CPUtime=1.01
/proc/16327/task/16336/stat : 16336 (java) S 16325 16327 16302 0 -1 4202560 1617 0 0 0 101 0 0 0 16 0 16 0 10846122 1578180608 49879 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16337] ppid=16325 vsize=1541192 CPUtime=2.99
/proc/16327/task/16337/stat : 16337 (java) S 16325 16327 16302 0 -1 4202560 9348 0 0 0 296 3 0 0 15 0 16 0 10846122 1578180608 49879 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 1 0 0 0
[pid=16327/tid=16338] ppid=16325 vsize=1541192 CPUtime=0
/proc/16327/task/16338/stat : 16338 (java) S 16325 16327 16302 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 10846122 1578180608 49879 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16339] ppid=16325 vsize=1541192 CPUtime=0
/proc/16327/task/16339/stat : 16339 (java) S 16325 16327 16302 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 10846122 1578180608 49879 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 1 0 0 0

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

/proc/16327/task/16342/stat : 16342 (java) S 16325 16327 16302 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10846173 1577570304 67881 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16343] ppid=16325 vsize=1540596 CPUtime=0
/proc/16327/task/16343/stat : 16343 (java) S 16325 16327 16302 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 10846174 1577570304 67881 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1489.81
Current children cumulated vsize (KiB) 1540596

[startup+822.301 s]
/proc/loadavg: 2.04 1.94 1.47 3/122 16365
/proc/meminfo: memFree=1626656/2059040 swapFree=4140140/4192956
[pid=16327] ppid=16325 vsize=1540596 CPUtime=1606.49
/proc/16327/stat : 16327 (java) S 16325 16327 16302 0 -1 4202496 78435 0 1 0 160527 122 0 0 15 0 16 0 10846112 1577570304 68113 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16327/statm: 385149 68113 1448 10 0 382452 0
[pid=16327/tid=16329] ppid=16325 vsize=1540596 CPUtime=0.46
/proc/16327/task/16329/stat : 16329 (java) S 16325 16327 16302 0 -1 4202560 4423 0 1 0 44 2 0 0 15 0 16 0 10846114 1577570304 68113 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 1 0 0 0
[pid=16327/tid=16330] ppid=16325 vsize=1540596 CPUtime=7.65
/proc/16327/task/16330/stat : 16330 (java) S 16325 16327 16302 0 -1 4202560 13305 0 0 0 742 23 0 0 15 0 16 0 10846115 1577570304 68113 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 1 0 0 0
[pid=16327/tid=16331] ppid=16325 vsize=1540596 CPUtime=7.65
/proc/16327/task/16331/stat : 16331 (java) S 16325 16327 16302 0 -1 4202560 12004 0 0 0 737 28 0 0 16 0 16 0 10846115 1577570304 68113 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16332] ppid=16325 vsize=1540596 CPUtime=23.48
/proc/16327/task/16332/stat : 16332 (java) S 16325 16327 16302 0 -1 4202560 4328 0 0 0 2327 21 0 0 15 0 16 0 10846117 1577570304 68113 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 0 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16333] ppid=16325 vsize=1540596 CPUtime=0
/proc/16327/task/16333/stat : 16333 (java) S 16325 16327 16302 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 10846117 1577570304 68113 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16334] ppid=16325 vsize=1540596 CPUtime=0
/proc/16327/task/16334/stat : 16334 (java) S 16325 16327 16302 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10846117 1577570304 68113 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16335] ppid=16325 vsize=1540596 CPUtime=0
/proc/16327/task/16335/stat : 16335 (java) S 16325 16327 16302 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 10846122 1577570304 68113 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16336] ppid=16325 vsize=1540596 CPUtime=1.48
/proc/16327/task/16336/stat : 16336 (java) S 16325 16327 16302 0 -1 4202560 2220 0 0 0 148 0 0 0 15 0 16 0 10846122 1577570304 68113 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16337] ppid=16325 vsize=1540596 CPUtime=3.03
/proc/16327/task/16337/stat : 16337 (java) S 16325 16327 16302 0 -1 4202560 9348 0 0 0 300 3 0 0 16 0 16 0 10846122 1577570304 68113 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 1 0 0 0
[pid=16327/tid=16338] ppid=16325 vsize=1540596 CPUtime=0
/proc/16327/task/16338/stat : 16338 (java) S 16325 16327 16302 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 10846122 1577570304 68113 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16339] ppid=16325 vsize=1540596 CPUtime=0
/proc/16327/task/16339/stat : 16339 (java) S 16325 16327 16302 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 16 0 10846122 1577570304 68113 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 1 0 0 0
[pid=16327/tid=16340] ppid=16325 vsize=1540596 CPUtime=784.68
/proc/16327/task/16340/stat : 16340 (java) R 16325 16327 16302 0 -1 4202560 20323 0 0 0 78437 31 0 0 22 0 16 0 10846173 1577570304 68113 1992294400 134512640 134550932 4291778096 18446744073709551615 4109808671 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16327/tid=16341] ppid=16325 vsize=1540596 CPUtime=777.97
/proc/16327/task/16341/stat : 16341 (java) R 16325 16327 16302 0 -1 4202560 11365 0 0 0 77787 10 0 0 25 0 16 0 10846173 1577570304 68113 1992294400 134512640 134550932 4291778096 18446744073709551615 4109814130 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16327/tid=16342] ppid=16325 vsize=1540596 CPUtime=0
/proc/16327/task/16342/stat : 16342 (java) S 16325 16327 16302 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10846173 1577570304 68113 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16343] ppid=16325 vsize=1540596 CPUtime=0
/proc/16327/task/16343/stat : 16343 (java) S 16325 16327 16302 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 10846174 1577570304 68113 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1606.49
Current children cumulated vsize (KiB) 1540596

[startup+882.302 s]
/proc/loadavg: 2.06 1.96 1.50 3/122 16367
/proc/meminfo: memFree=1625044/2059040 swapFree=4140140/4192956
[pid=16327] ppid=16325 vsize=1540596 CPUtime=1722.87
/proc/16327/stat : 16327 (java) S 16325 16327 16302 0 -1 4202496 78906 0 1 0 172160 127 0 0 15 0 16 0 10846112 1577570304 68491 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16327/statm: 385149 68491 1448 10 0 382452 0
[pid=16327/tid=16329] ppid=16325 vsize=1540596 CPUtime=0.47
/proc/16327/task/16329/stat : 16329 (java) S 16325 16327 16302 0 -1 4202560 4423 0 1 0 45 2 0 0 15 0 16 0 10846114 1577570304 68491 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 1 0 0 0
[pid=16327/tid=16330] ppid=16325 vsize=1540596 CPUtime=8.31
/proc/16327/task/16330/stat : 16330 (java) S 16325 16327 16302 0 -1 4202560 13446 0 0 0 807 24 0 0 16 0 16 0 10846115 1577570304 68491 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 1 0 0 0
[pid=16327/tid=16331] ppid=16325 vsize=1540596 CPUtime=8.32
/proc/16327/task/16331/stat : 16331 (java) S 16325 16327 16302 0 -1 4202560 12292 0 0 0 803 29 0 0 15 0 16 0 10846115 1577570304 68491 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 1 0 0 0
[pid=16327/tid=16332] ppid=16325 vsize=1540596 CPUtime=26.04
/proc/16327/task/16332/stat : 16332 (java) S 16325 16327 16302 0 -1 4202560 4332 0 0 0 2583 21 0 0 16 0 16 0 10846117 1577570304 68491 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 0 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16333] ppid=16325 vsize=1540596 CPUtime=0
/proc/16327/task/16333/stat : 16333 (java) S 16325 16327 16302 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 10846117 1577570304 68491 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16334] ppid=16325 vsize=1540596 CPUtime=0
/proc/16327/task/16334/stat : 16334 (java) S 16325 16327 16302 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10846117 1577570304 68491 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16335] ppid=16325 vsize=1540596 CPUtime=0
/proc/16327/task/16335/stat : 16335 (java) S 16325 16327 16302 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 10846122 1577570304 68491 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16336] ppid=16325 vsize=1540596 CPUtime=1.48
/proc/16327/task/16336/stat : 16336 (java) S 16325 16327 16302 0 -1 4202560 2220 0 0 0 148 0 0 0 15 0 16 0 10846122 1577570304 68491 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16337] ppid=16325 vsize=1540596 CPUtime=3.03
/proc/16327/task/16337/stat : 16337 (java) S 16325 16327 16302 0 -1 4202560 9348 0 0 0 300 3 0 0 16 0 16 0 10846122 1577570304 68491 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 1 0 0 0
[pid=16327/tid=16338] ppid=16325 vsize=1540596 CPUtime=0
/proc/16327/task/16338/stat : 16338 (java) S 16325 16327 16302 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 10846122 1577570304 68491 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16339] ppid=16325 vsize=1540596 CPUtime=0
/proc/16327/task/16339/stat : 16339 (java) S 16325 16327 16302 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 10846122 1577570304 68491 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 1 0 0 0
[pid=16327/tid=16340] ppid=16325 vsize=1540596 CPUtime=841.41
/proc/16327/task/16340/stat : 16340 (java) R 16325 16327 16302 0 -1 4202560 20348 0 0 0 84108 33 0 0 16 0 16 0 10846173 1577570304 68491 1992294400 134512640 134550932 4291778096 18446744073709551615 4109873260 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16327/tid=16341] ppid=16325 vsize=1540596 CPUtime=833.71
/proc/16327/task/16341/stat : 16341 (java) R 16325 16327 16302 0 -1 4202560 11374 0 0 0 83361 10 0 0 25 0 16 0 10846173 1577570304 68491 1992294400 134512640 134550932 4291778096 18446744073709551615 4109776209 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16327/tid=16342] ppid=16325 vsize=1540596 CPUtime=0
/proc/16327/task/16342/stat : 16342 (java) S 16325 16327 16302 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10846173 1577570304 68491 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16343] ppid=16325 vsize=1540596 CPUtime=0
/proc/16327/task/16343/stat : 16343 (java) S 16325 16327 16302 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 10846174 1577570304 68491 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1722.87
Current children cumulated vsize (KiB) 1540596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+922.101 s]
/proc/loadavg: 2.03 1.96 1.52 3/122 16367
/proc/meminfo: memFree=1625044/2059040 swapFree=4140140/4192956
[pid=16327] ppid=16325 vsize=1540596 CPUtime=1800.14
/proc/16327/stat : 16327 (java) S 16325 16327 16302 0 -1 4202496 78932 0 1 0 179883 131 0 0 15 0 16 0 10846112 1577570304 68491 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16327/statm: 385149 68491 1448 10 0 382452 0
[pid=16327/tid=16329] ppid=16325 vsize=1540596 CPUtime=0.47
/proc/16327/task/16329/stat : 16329 (java) S 16325 16327 16302 0 -1 4202560 4423 0 1 0 45 2 0 0 15 0 16 0 10846114 1577570304 68491 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 1 0 0 0
[pid=16327/tid=16330] ppid=16325 vsize=1540596 CPUtime=8.76
/proc/16327/task/16330/stat : 16330 (java) S 16325 16327 16302 0 -1 4202560 13446 0 0 0 851 25 0 0 15 0 16 0 10846115 1577570304 68491 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 1 0 0 0
[pid=16327/tid=16331] ppid=16325 vsize=1540596 CPUtime=8.76
/proc/16327/task/16331/stat : 16331 (java) S 16325 16327 16302 0 -1 4202560 12292 0 0 0 846 30 0 0 16 0 16 0 10846115 1577570304 68491 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16332] ppid=16325 vsize=1540596 CPUtime=27.68
/proc/16327/task/16332/stat : 16332 (java) S 16325 16327 16302 0 -1 4202560 4334 0 0 0 2746 22 0 0 15 0 16 0 10846117 1577570304 68491 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 0 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16333] ppid=16325 vsize=1540596 CPUtime=0
/proc/16327/task/16333/stat : 16333 (java) S 16325 16327 16302 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 10846117 1577570304 68491 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16334] ppid=16325 vsize=1540596 CPUtime=0
/proc/16327/task/16334/stat : 16334 (java) S 16325 16327 16302 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10846117 1577570304 68491 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16335] ppid=16325 vsize=1540596 CPUtime=0
/proc/16327/task/16335/stat : 16335 (java) S 16325 16327 16302 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 10846122 1577570304 68491 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16336] ppid=16325 vsize=1540596 CPUtime=1.48
/proc/16327/task/16336/stat : 16336 (java) S 16325 16327 16302 0 -1 4202560 2220 0 0 0 148 0 0 0 15 0 16 0 10846122 1577570304 68491 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16337] ppid=16325 vsize=1540596 CPUtime=3.03
/proc/16327/task/16337/stat : 16337 (java) S 16325 16327 16302 0 -1 4202560 9348 0 0 0 300 3 0 0 16 0 16 0 10846122 1577570304 68491 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 1 0 0 0
[pid=16327/tid=16338] ppid=16325 vsize=1540596 CPUtime=0
/proc/16327/task/16338/stat : 16338 (java) S 16325 16327 16302 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 10846122 1577570304 68491 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16339] ppid=16325 vsize=1540596 CPUtime=0
/proc/16327/task/16339/stat : 16339 (java) R 16325 16327 16302 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 10846122 1577570304 68491 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16327/tid=16340] ppid=16325 vsize=1540596 CPUtime=879.13
/proc/16327/task/16340/stat : 16340 (java) R 16325 16327 16302 0 -1 4202560 20363 0 0 0 87878 35 0 0 25 0 16 0 10846173 1577570304 68491 1992294400 134512640 134550932 4291778096 18446744073709551615 4109808671 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16327/tid=16341] ppid=16325 vsize=1540596 CPUtime=870.75
/proc/16327/task/16341/stat : 16341 (java) R 16325 16327 16302 0 -1 4202560 11381 0 0 0 87065 10 0 0 25 0 16 0 10846173 1577570304 68491 1992294400 134512640 134550932 4291778096 18446744073709551615 4109808671 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16327/tid=16342] ppid=16325 vsize=1540596 CPUtime=0
/proc/16327/task/16342/stat : 16342 (java) S 16325 16327 16302 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 10846173 1577570304 68491 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16343] ppid=16325 vsize=1540596 CPUtime=0
/proc/16327/task/16343/stat : 16343 (java) S 16325 16327 16302 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 10846174 1577570304 68491 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 1540596

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

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

[startup+922.216 s]
/proc/loadavg: 2.03 1.96 1.52 3/122 16367
/proc/meminfo: memFree=1625044/2059040 swapFree=4140140/4192956
[pid=16327] ppid=16325 vsize=1541244 CPUtime=1800.35
/proc/16327/stat : 16327 (java) S 16325 16327 16302 0 -1 4202496 78950 0 1 0 179904 131 0 0 15 0 18 0 10846112 1578233856 68509 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16327/statm: 385311 68509 1450 10 0 382614 0
[pid=16327/tid=16329] ppid=16325 vsize=1541244 CPUtime=0.47
/proc/16327/task/16329/stat : 16329 (java) S 16325 16327 16302 0 -1 4202560 4423 0 1 0 45 2 0 0 15 0 18 0 10846114 1578233856 68509 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 1 0 0 0
[pid=16327/tid=16330] ppid=16325 vsize=1541244 CPUtime=8.76
/proc/16327/task/16330/stat : 16330 (java) S 16325 16327 16302 0 -1 4202560 13446 0 0 0 851 25 0 0 15 0 18 0 10846115 1578233856 68509 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 1 0 0 0
[pid=16327/tid=16331] ppid=16325 vsize=1541244 CPUtime=8.76
/proc/16327/task/16331/stat : 16331 (java) S 16325 16327 16302 0 -1 4202560 12292 0 0 0 846 30 0 0 16 0 18 0 10846115 1578233856 68509 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16332] ppid=16325 vsize=1541244 CPUtime=27.68
/proc/16327/task/16332/stat : 16332 (java) S 16325 16327 16302 0 -1 4202560 4334 0 0 0 2746 22 0 0 15 0 18 0 10846117 1578233856 68509 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 0 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16333] ppid=16325 vsize=1541244 CPUtime=0
/proc/16327/task/16333/stat : 16333 (java) S 16325 16327 16302 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 10846117 1578233856 68509 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16334] ppid=16325 vsize=1541244 CPUtime=0
/proc/16327/task/16334/stat : 16334 (java) S 16325 16327 16302 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 10846117 1578233856 68509 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16335] ppid=16325 vsize=1541244 CPUtime=0
/proc/16327/task/16335/stat : 16335 (java) S 16325 16327 16302 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 18 0 10846122 1578233856 68509 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16336] ppid=16325 vsize=1541244 CPUtime=1.49
/proc/16327/task/16336/stat : 16336 (java) R 16325 16327 16302 0 -1 4202560 2222 0 0 0 149 0 0 0 16 0 18 0 10846122 1578233856 68509 1992294400 134512640 134550932 4291778096 18446744073709551615 106811688 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16327/tid=16337] ppid=16325 vsize=1541244 CPUtime=3.03
/proc/16327/task/16337/stat : 16337 (java) S 16325 16327 16302 0 -1 4202560 9348 0 0 0 300 3 0 0 16 0 18 0 10846122 1578233856 68509 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 1 0 0 0
[pid=16327/tid=16338] ppid=16325 vsize=1541244 CPUtime=0
/proc/16327/task/16338/stat : 16338 (java) S 16325 16327 16302 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 10846122 1578233856 68509 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16339] ppid=16325 vsize=1541244 CPUtime=0
/proc/16327/task/16339/stat : 16339 (java) R 16325 16327 16302 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 18 0 10846122 1578233856 68509 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16327/tid=16340] ppid=16325 vsize=1541244 CPUtime=879.21
/proc/16327/task/16340/stat : 16340 (java) R 16325 16327 16302 0 -1 4202560 20363 0 0 0 87886 35 0 0 25 0 18 0 10846173 1578233856 68509 1992294400 134512640 134550932 4291778096 18446744073709551615 4109875176 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16327/tid=16341] ppid=16325 vsize=1541244 CPUtime=870.85
/proc/16327/task/16341/stat : 16341 (java) R 16325 16327 16302 0 -1 4202560 11381 0 0 0 87075 10 0 0 25 0 18 0 10846173 1578233856 68509 1992294400 134512640 134550932 4291778096 18446744073709551615 4109776209 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16327/tid=16342] ppid=16325 vsize=1541244 CPUtime=0
/proc/16327/task/16342/stat : 16342 (java) S 16325 16327 16302 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 10846173 1578233856 68509 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 0 0 0 0
[pid=16327/tid=16343] ppid=16325 vsize=1541244 CPUtime=0
/proc/16327/task/16343/stat : 16343 (java) S 16325 16327 16302 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 18 0 10846174 1578233856 68509 1992294400 134512640 134550932 4291778096 18446744073709551615 4294960144 0 4 0 16800975 18446604437803385792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 1541244

Child status: 143
Real time (s): 922.298
CPU time (s): 1800.5
CPU user time (s): 1799.15
CPU system time (s): 1.3428
CPU usage (%): 195.219
Max. virtual memory (cumulated for all children) (KiB): 1546312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.15
system time used= 1.34279
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78955
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26049
involuntary context switches= 51700

runsolver used 5.59915 second user time and 10.0255 second system time

The end

Launcher Data

Begin job on node043 at 2010-06-16 15:38:57
IDJOB=2662654
IDBENCH=1158
IDSOLVER=1166
FILE ID=node043/2662654-1276695537
PBS_JOBID= 11174057
Free space on /tmp= 62296 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army11.17bt.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662654-1276695537/watcher-2662654-1276695537 -o /tmp/evaluation-result-2662654-1276695537/solver-2662654-1276695537 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662654-1276695537.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= bde651356fbc7760944c2b16aa27f15d
RANDOM SEED=1212921200

node043.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.241
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.241
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.37
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1896940 kB
Buffers:          4720 kB
Cached:          75328 kB
SwapCached:       5560 kB
Active:          46412 kB
Inactive:        45744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1896940 kB
SwapTotal:     4192956 kB
SwapFree:      4140140 kB
Dirty:             400 kB
Writeback:           0 kB
AnonPages:       10772 kB
Mapped:          12860 kB
Slab:            48088 kB
PageTables:       4040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181608 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62296 MiB
End job on node043 at 2010-06-16 15:54:21