Trace number 2662656

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.35 926.525

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army13.24bt.opb
MD5SUMf8964c43535341fcc69e672675167b77
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 benchmark713.924
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables490
Total number of constraints1085
Number of constraints which are clauses738
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints345
Minimum length of a constraint1
Maximum length of a constraint169
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 193
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.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100531
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c ManyCore solver with 2 solvers running in parallel
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.21	c Expensive reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.22	
0.25/0.22	c solving HOME/instance-2662656-1276695544.opb
0.25/0.22	c reading problem ... 
0.73/0.58	c ... done. Wall clock time 0.369s.
0.73/0.58	c #vars     490
0.73/0.58	c #constraints  1085
0.73/0.58	c constraints type 
0.73/0.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 482
0.73/0.59	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.73/0.59	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 255
0.73/0.59	c org.sat4j.pb.constraints.pb.MaxWatchPb => 345
0.73/0.59	c constraints type 
0.73/0.59	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 255
0.73/0.59	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 482
0.73/0.59	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.73/0.59	c org.sat4j.pb.constraints.pb.MaxWatchPb => 345
10.83/5.64	c cleaning 2501 clauses out of 5002 with flag 5004/5004
15.14/7.86	c cleaning 4247 clauses out of 8494 with flag 11000/11000
22.20/11.45	c cleaning 5625 clauses out of 11249 with flag 18002/18002
32.61/16.72	c cleaning 6809 clauses out of 13622 with flag 26000/26000
42.01/21.57	c cleaning 7906 clauses out of 15812 with flag 35000/35000
55.18/28.30	c cleaning 8953 clauses out of 17907 with flag 45001/45001
68.16/34.86	c cleaning 9476 clauses out of 18952 with flag 55000/55000
86.88/44.32	c cleaning 9738 clauses out of 19476 with flag 65000/65000
103.16/52.62	c cleaning 9869 clauses out of 19738 with flag 75000/75000
119.29/60.81	c cleaning 9932 clauses out of 19869 with flag 85000/85000
135.41/69.04	c cleaning 9970 clauses out of 19941 with flag 95004/95004
150.35/76.67	c cleaning 9981 clauses out of 19967 with flag 105000/105000
164.82/84.04	c cleaning 9994 clauses out of 19989 with flag 115003/115003
178.36/90.91	c cleaning 9996 clauses out of 19992 with flag 125000/125000
192.87/98.37	c cleaning 9998 clauses out of 19999 with flag 135003/135003
208.78/106.41	c cleaning 9997 clauses out of 19998 with flag 145000/145000
223.04/113.76	c cleaning 9999 clauses out of 20002 with flag 155001/155001
237.75/121.29	c cleaning 9997 clauses out of 20003 with flag 165001/165001
250.09/127.58	c cleaning 10002 clauses out of 20006 with flag 175001/175001
263.59/134.49	c cleaning 9999 clauses out of 20005 with flag 185002/185002
277.45/141.52	c cleaning 10003 clauses out of 20007 with flag 195003/195003
293.15/149.56	c cleaning 10001 clauses out of 20003 with flag 205002/205002
305.64/155.98	c cleaning 9997 clauses out of 20000 with flag 215000/215000
320.14/163.34	c cleaning 10001 clauses out of 20005 with flag 225002/225002
334.21/170.55	c cleaning 10000 clauses out of 20004 with flag 235002/235002
348.09/177.65	c cleaning 9998 clauses out of 20002 with flag 245000/245000
361.78/184.62	c cleaning 10001 clauses out of 20006 with flag 255002/255002
375.66/191.77	c cleaning 10001 clauses out of 20005 with flag 265002/265002
393.25/200.72	c cleaning 10002 clauses out of 20005 with flag 275003/275003
410.10/209.32	c cleaning 9998 clauses out of 20002 with flag 285002/285002
425.16/217.02	c cleaning 10000 clauses out of 20003 with flag 295001/295001
439.81/224.56	c cleaning 9999 clauses out of 20003 with flag 305001/305001
455.79/232.79	c cleaning 9999 clauses out of 20004 with flag 315001/315001
470.85/240.48	c cleaning 10000 clauses out of 20006 with flag 325002/325002
488.07/249.26	c cleaning 10001 clauses out of 20005 with flag 335001/335001
503.71/257.28	c cleaning 10000 clauses out of 20003 with flag 345000/345000
518.12/264.60	c cleaning 10000 clauses out of 20003 with flag 355000/355000
533.77/272.63	c cleaning 9999 clauses out of 20004 with flag 365001/365001
548.02/280.00	c cleaning 9999 clauses out of 20004 with flag 375000/375000
562.46/287.30	c cleaning 10002 clauses out of 20007 with flag 385002/385002
576.66/294.67	c cleaning 9999 clauses out of 20005 with flag 395002/395002
589.52/301.23	c cleaning 10001 clauses out of 20005 with flag 405001/405001
600.02/306.67	c cleaning 9998 clauses out of 20004 with flag 415001/415001
610.90/312.22	c cleaning 10000 clauses out of 20007 with flag 425002/425002
621.72/317.81	c cleaning 10005 clauses out of 20011 with flag 435006/435006
631.78/323.06	c cleaning 9997 clauses out of 20004 with flag 445004/445004
643.45/329.08	c cleaning 9997 clauses out of 20003 with flag 455000/455000
655.51/335.25	c cleaning 9999 clauses out of 20007 with flag 465001/465001
667.89/341.64	c cleaning 9999 clauses out of 20008 with flag 475001/475001
680.94/348.36	c cleaning 9999 clauses out of 20008 with flag 485000/485000
693.20/354.63	c cleaning 10001 clauses out of 20010 with flag 495001/495001
705.45/360.99	c cleaning 9999 clauses out of 20008 with flag 505000/505000
717.65/367.28	c cleaning 9999 clauses out of 20009 with flag 515000/515000
730.70/373.93	c cleaning 10002 clauses out of 20011 with flag 525001/525001
742.94/380.22	c cleaning 10000 clauses out of 20008 with flag 535000/535000
755.18/386.50	c cleaning 10001 clauses out of 20008 with flag 545000/545000
768.54/393.41	c cleaning 10001 clauses out of 20010 with flag 555003/555003
780.99/399.81	c cleaning 9998 clauses out of 20006 with flag 565000/565000
793.42/406.20	c cleaning 9999 clauses out of 20008 with flag 575000/575000
805.86/412.67	c cleaning 10003 clauses out of 20013 with flag 585004/585004
819.62/419.72	c cleaning 9998 clauses out of 20006 with flag 595000/595000
831.26/425.79	c cleaning 9999 clauses out of 20009 with flag 605001/605001
843.68/432.19	c cleaning 9998 clauses out of 20012 with flag 615003/615003
855.71/438.36	c cleaning 10002 clauses out of 20013 with flag 625002/625002
867.28/444.37	c cleaning 10000 clauses out of 20009 with flag 635000/635000
879.10/450.48	c cleaning 10001 clauses out of 20011 with flag 645002/645002
891.92/457.01	c cleaning 10000 clauses out of 20009 with flag 655001/655001
905.52/464.01	c cleaning 9996 clauses out of 20008 with flag 665000/665000
918.85/470.90	c cleaning 10003 clauses out of 20014 with flag 675002/675002
933.25/478.41	c cleaning 10001 clauses out of 20010 with flag 685001/685001
948.05/485.94	c cleaning 10000 clauses out of 20008 with flag 695000/695000
962.04/493.10	c cleaning 10000 clauses out of 20009 with flag 705001/705001
976.15/500.48	c cleaning 9999 clauses out of 20008 with flag 715000/715000
990.72/507.97	c cleaning 10003 clauses out of 20012 with flag 725003/725003
1004.11/514.87	c cleaning 9998 clauses out of 20006 with flag 735000/735000
1018.48/522.25	c cleaning 9996 clauses out of 20008 with flag 745000/745000
1032.78/529.62	c cleaning 10001 clauses out of 20016 with flag 755004/755004
1045.78/536.33	c cleaning 9999 clauses out of 20012 with flag 765001/765001
1058.58/542.97	c cleaning 9998 clauses out of 20014 with flag 775002/775002
1072.96/550.38	c cleaning 10001 clauses out of 20020 with flag 785006/785006
1085.87/557.09	c cleaning 10000 clauses out of 20013 with flag 795000/795000
1097.88/563.23	c cleaning 9997 clauses out of 20014 with flag 805001/805001
1109.67/569.34	c cleaning 9998 clauses out of 20016 with flag 815000/815000
1122.07/575.73	c cleaning 10002 clauses out of 20022 with flag 825004/825004
1135.99/582.98	c cleaning 10000 clauses out of 20017 with flag 835001/835001
1148.78/589.55	c cleaning 9999 clauses out of 20017 with flag 845001/845001
1162.15/596.42	c cleaning 10001 clauses out of 20019 with flag 855002/855002
1175.72/603.47	c cleaning 9998 clauses out of 20016 with flag 865000/865000
1190.02/610.87	c cleaning 10002 clauses out of 20019 with flag 875001/875001
1192.51/612.21	c cleaning 0 clauses out of 5004 with flag 0/5004
1203.38/617.88	c cleaning 9999 clauses out of 20020 with flag 885004/885004
1218.14/625.46	c cleaning 10003 clauses out of 20018 with flag 895001/895001
1232.42/632.89	c cleaning 10004 clauses out of 20016 with flag 905002/905002
1246.80/640.22	c cleaning 10000 clauses out of 20013 with flag 915003/915003
1260.74/647.41	c cleaning 9998 clauses out of 20013 with flag 925003/925003
1274.71/654.61	c cleaning 10004 clauses out of 20016 with flag 935004/935004
1289.38/662.24	c cleaning 10000 clauses out of 20008 with flag 945000/945000
1302.54/669.07	c cleaning 10000 clauses out of 20011 with flag 955003/955003
1315.91/675.93	c cleaning 9999 clauses out of 20008 with flag 965000/965000
1330.27/683.39	c cleaning 10000 clauses out of 20009 with flag 975000/975000
1343.54/690.21	c cleaning 10005 clauses out of 20017 with flag 985008/985008
1356.31/696.86	c cleaning 9997 clauses out of 20006 with flag 995002/995002
1369.68/703.76	c cleaning 10001 clauses out of 20012 with flag 1005005/1005005
1382.86/710.52	c cleaning 9998 clauses out of 20008 with flag 1015002/1015002
1395.75/717.29	c cleaning 10002 clauses out of 20012 with flag 1025004/1025004
1409.31/724.25	c cleaning 9998 clauses out of 20008 with flag 1035002/1035002
1422.28/730.95	c cleaning 9999 clauses out of 20008 with flag 1045000/1045000
1435.64/737.82	c cleaning 9998 clauses out of 20010 with flag 1055001/1055001
1446.94/743.78	c cleaning 10001 clauses out of 20012 with flag 1065001/1065001
1459.32/750.13	c cleaning 10001 clauses out of 20015 with flag 1075005/1075005
1472.29/756.88	c cleaning 10002 clauses out of 20009 with flag 1085000/1085000
1485.05/763.48	c cleaning 9999 clauses out of 20008 with flag 1095001/1095001
1498.70/770.59	c cleaning 10000 clauses out of 20008 with flag 1105000/1105000
1511.07/776.97	c cleaning 10002 clauses out of 20013 with flag 1115005/1115005
1525.02/784.11	c cleaning 9998 clauses out of 20008 with flag 1125002/1125002
1537.20/790.44	c cleaning 9997 clauses out of 20009 with flag 1135001/1135001
1550.08/797.18	c cleaning 10002 clauses out of 20011 with flag 1145000/1145000
1563.84/804.29	c cleaning 9999 clauses out of 20010 with flag 1155001/1155001
1577.59/811.35	c cleaning 10001 clauses out of 20010 with flag 1165000/1165000
1591.16/818.39	c cleaning 10002 clauses out of 20013 with flag 1175004/1175004
1604.43/825.23	c cleaning 9999 clauses out of 20009 with flag 1185002/1185002
1616.99/831.77	c cleaning 9999 clauses out of 20009 with flag 1195001/1195001
1630.15/838.52	c cleaning 10003 clauses out of 20015 with flag 1205006/1205006
1643.30/845.30	c cleaning 9999 clauses out of 20006 with flag 1215000/1215000
1656.55/852.24	c cleaning 9999 clauses out of 20007 with flag 1225000/1225000
1670.90/859.68	c cleaning 10002 clauses out of 20010 with flag 1235002/1235002
1685.43/867.17	c cleaning 9999 clauses out of 20008 with flag 1245002/1245002
1700.56/874.91	c cleaning 9999 clauses out of 20008 with flag 1255001/1255001
1714.42/882.16	c cleaning 9999 clauses out of 20008 with flag 1265000/1265000
1729.55/889.97	c cleaning 10000 clauses out of 20010 with flag 1275001/1275001
1744.67/897.76	c cleaning 9999 clauses out of 20009 with flag 1285000/1285000
1758.61/904.97	c cleaning 9999 clauses out of 20010 with flag 1295000/1295000
1773.26/912.55	c cleaning 9999 clauses out of 20011 with flag 1305000/1305000
1788.18/920.25	c cleaning 10001 clauses out of 20012 with flag 1315000/1315000
1800.15/926.42	c starts		: 190
1800.15/926.42	c conflicts		: 1324333
1800.15/926.42	c decisions		: 1416349
1800.15/926.42	c propagations		: 53772871
1800.15/926.42	c inspects		: 2227061907
1800.15/926.42	c learnt literals	: 7
1800.15/926.42	c learnt binary clauses	: 49
1800.15/926.42	c learnt ternary clauses	: 109
1800.15/926.42	c learnt clauses	: 1324326
1800.15/926.42	c ignored clauses	: 0
1800.15/926.42	c root simplifications	: 0
1800.15/926.42	c removed literals (reason simplification)	: 31379510
1800.15/926.42	c reason swapping (by a shorter reason)	: 0
1800.15/926.42	c Calls to reduceDB	: 133
1800.15/926.42	c number of reductions to clauses (during analyze)	: 0
1800.15/926.42	c number of learned constraints concerned by reduction	: 0
1800.15/926.42	c number of learning phase by resolution	: 0
1800.15/926.42	c number of learning phase by cutting planes	: 0
1800.15/926.42	c speed (assignments/second)	: 58080.71784236847
1800.15/926.42	c non guided choices	27
1800.15/926.46	c learnt constraints type 
1800.15/926.46	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 19321
1800.15/926.46	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 49
1800.15/926.46	c constraints type 
1800.15/926.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 482
1800.15/926.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
1800.15/926.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 255
1800.15/926.46	c org.sat4j.pb.constraints.pb.MaxWatchPb => 345
1800.15/926.46	c constraints type 
1800.15/926.46	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 255
1800.15/926.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 482
1800.15/926.46	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
1800.15/926.46	c org.sat4j.pb.constraints.pb.MaxWatchPb => 345
1800.15/926.46	s UNKNOWN
1800.15/926.46	c Total wall clock time (in seconds): 926.25

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-2662656-1276695544/watcher-2662656-1276695544 -o /tmp/evaluation-result-2662656-1276695544/solver-2662656-1276695544 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662656-1276695544.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.00 0.18 3/106 19861
/proc/meminfo: memFree=1841528/2059040 swapFree=4139892/4192956
[pid=19861] ppid=19859 vsize=1832 CPUtime=0
/proc/19861/stat : 19861 (java6) S 19859 19861 19836 0 -1 4194304 254 0 0 0 0 0 0 0 19 0 1 0 10848896 1875968 156 1992294400 134512640 134550932 4288674480 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699547326 0 0 17 1 0 0 0
/proc/19861/statm: 458 156 119 10 0 63 0

[startup+0.096333 s]
/proc/loadavg: 0.00 0.00 0.18 3/106 19861
/proc/meminfo: memFree=1841528/2059040 swapFree=4139892/4192956
[pid=19861] ppid=19859 vsize=1523992 CPUtime=0.08
/proc/19861/stat : 19861 (java) S 19859 19861 19836 0 -1 4202496 3906 0 1 0 5 3 0 0 18 0 12 0 10848896 1560567808 3345 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19861/statm: 380998 3345 1061 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1523992

[startup+0.10133 s]
/proc/loadavg: 0.00 0.00 0.18 3/106 19861
/proc/meminfo: memFree=1841528/2059040 swapFree=4139892/4192956
[pid=19861] ppid=19859 vsize=1524180 CPUtime=0.09
/proc/19861/stat : 19861 (java) S 19859 19861 19836 0 -1 4202496 3959 0 1 0 6 3 0 0 18 0 12 0 10848896 1560760320 3398 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19861/statm: 381045 3398 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.301267 s]
/proc/loadavg: 0.00 0.00 0.18 3/106 19861
/proc/meminfo: memFree=1841528/2059040 swapFree=4139892/4192956
[pid=19861] ppid=19859 vsize=1526232 CPUtime=0.36
/proc/19861/stat : 19861 (java) S 19859 19861 19836 0 -1 4202496 5383 0 1 0 32 4 0 0 18 0 12 0 10848896 1562861568 4820 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19861/statm: 381558 4821 1361 10 0 378861 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526232

[startup+0.700255 s]
/proc/loadavg: 0.00 0.00 0.18 3/106 19861
/proc/meminfo: memFree=1841528/2059040 swapFree=4139892/4192956
[pid=19861] ppid=19859 vsize=1531352 CPUtime=1.14
/proc/19861/stat : 19861 (java) S 19859 19861 19836 0 -1 4202496 7643 0 1 0 109 5 0 0 18 0 16 0 10848896 1568104448 6831 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19861/statm: 382838 6831 1403 10 0 380141 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1531352

[startup+1.50123 s]
/proc/loadavg: 0.00 0.00 0.18 6/122 19877
/proc/meminfo: memFree=1814988/2059040 swapFree=4139892/4192956
[pid=19861] ppid=19859 vsize=1539428 CPUtime=2.72
/proc/19861/stat : 19861 (java) S 19859 19861 19836 0 -1 4202496 12126 0 1 0 265 7 0 0 18 0 16 0 10848896 1576374272 10038 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19861/statm: 384857 10039 1420 10 0 382160 0
[pid=19861/tid=19863] ppid=19859 vsize=1539428 CPUtime=0.56
/proc/19861/task/19863/stat : 19863 (java) S 19859 19861 19836 0 -1 4202560 4677 0 1 0 53 3 0 0 19 0 16 0 10848897 1576374272 10039 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19864] ppid=19859 vsize=1539428 CPUtime=0
/proc/19861/task/19864/stat : 19864 (java) S 19859 19861 19836 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 10848899 1576374272 10039 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19865] ppid=19859 vsize=1539428 CPUtime=0
/proc/19861/task/19865/stat : 19865 (java) S 19859 19861 19836 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 10848899 1576374272 10039 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19866] ppid=19859 vsize=1539428 CPUtime=0
/proc/19861/task/19866/stat : 19866 (java) S 19859 19861 19836 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 10848900 1576374272 10039 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 0 0 16800975 18446604437845356736 0 0 -1 1 0 0 0
[pid=19861/tid=19867] ppid=19859 vsize=1539428 CPUtime=0
/proc/19861/task/19867/stat : 19867 (java) S 19859 19861 19836 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 10848901 1576374272 10039 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19868] ppid=19859 vsize=1539428 CPUtime=0
/proc/19861/task/19868/stat : 19868 (java) S 19859 19861 19836 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 10848901 1576374272 10040 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19869] ppid=19859 vsize=1539428 CPUtime=0
/proc/19861/task/19869/stat : 19869 (java) S 19859 19861 19836 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 10848905 1576374272 10040 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19870] ppid=19859 vsize=1539428 CPUtime=0.61
/proc/19861/task/19870/stat : 19870 (java) R 19859 19861 19836 0 -1 4202560 3515 0 0 0 60 1 0 0 25 0 16 0 10848905 1576374272 10040 1992294400 134512640 134550932 4289054944 18446744073709551615 106251283 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19861/tid=19871] ppid=19859 vsize=1539428 CPUtime=0.61
/proc/19861/task/19871/stat : 19871 (java) R 19859 19861 19836 0 -1 4202560 1457 0 0 0 61 0 0 0 25 0 16 0 10848905 1576374272 10040 1992294400 134512640 134550932 4289054944 18446744073709551615 105576002 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19861/tid=19872] ppid=19859 vsize=1539428 CPUtime=0
/proc/19861/task/19872/stat : 19872 (java) S 19859 19861 19836 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10848905 1576374272 10040 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19873] ppid=19859 vsize=1539428 CPUtime=0
/proc/19861/task/19873/stat : 19873 (java) S 19859 19861 19836 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 10848905 1576374272 10041 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 1 0 0 0
[pid=19861/tid=19874] ppid=19859 vsize=1539428 CPUtime=0.45
/proc/19861/task/19874/stat : 19874 (java) R 19859 19861 19836 0 -1 4202560 672 0 0 0 45 0 0 0 21 0 16 0 10848955 1576374272 10041 1992294400 134512640 134550932 4289054944 18446744073709551615 4109614054 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19861/tid=19875] ppid=19859 vsize=1539428 CPUtime=0.44
/proc/19861/task/19875/stat : 19875 (java) R 19859 19861 19836 0 -1 4202560 734 0 0 0 44 0 0 0 21 0 16 0 10848955 1576374272 10041 1992294400 134512640 134550932 4289054944 18446744073709551615 103615277 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19861/tid=19876] ppid=19859 vsize=1539428 CPUtime=0
/proc/19861/task/19876/stat : 19876 (java) S 19859 19861 19836 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 10848956 1576374272 10041 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19877] ppid=19859 vsize=1539428 CPUtime=0
/proc/19861/task/19877/stat : 19877 (java) S 19859 19861 19836 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 10848960 1576374272 10041 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 1539428

[startup+3.10118 s]
/proc/loadavg: 0.00 0.00 0.18 5/122 19877
/proc/meminfo: memFree=1798496/2059040 swapFree=4139892/4192956
[pid=19861] ppid=19859 vsize=1543536 CPUtime=5.89
/proc/19861/stat : 19861 (java) S 19859 19861 19836 0 -1 4202496 24949 0 1 0 576 13 0 0 18 0 16 0 10848896 1580580864 22423 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19861/statm: 385884 22423 1425 10 0 383187 0
[pid=19861/tid=19863] ppid=19859 vsize=1543536 CPUtime=0.56
/proc/19861/task/19863/stat : 19863 (java) S 19859 19861 19836 0 -1 4202560 4677 0 1 0 53 3 0 0 18 0 16 0 10848897 1580580864 22423 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19864] ppid=19859 vsize=1543536 CPUtime=0
/proc/19861/task/19864/stat : 19864 (java) S 19859 19861 19836 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 10848899 1580580864 22423 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19865] ppid=19859 vsize=1543536 CPUtime=0
/proc/19861/task/19865/stat : 19865 (java) S 19859 19861 19836 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 10848899 1580580864 22424 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19866] ppid=19859 vsize=1543536 CPUtime=0
/proc/19861/task/19866/stat : 19866 (java) S 19859 19861 19836 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 16 0 10848900 1580580864 22424 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 0 0 16800975 18446604437845356736 0 0 -1 1 0 0 0
[pid=19861/tid=19867] ppid=19859 vsize=1543536 CPUtime=0
/proc/19861/task/19867/stat : 19867 (java) S 19859 19861 19836 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 10848901 1580580864 22424 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19868] ppid=19859 vsize=1543536 CPUtime=0
/proc/19861/task/19868/stat : 19868 (java) S 19859 19861 19836 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 10848901 1580580864 22425 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19869] ppid=19859 vsize=1543536 CPUtime=0
/proc/19861/task/19869/stat : 19869 (java) S 19859 19861 19836 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 10848905 1580580864 22425 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19870] ppid=19859 vsize=1543536 CPUtime=1.25
/proc/19861/task/19870/stat : 19870 (java) R 19859 19861 19836 0 -1 4202560 4302 0 0 0 124 1 0 0 25 0 16 0 10848905 1580580864 22425 1992294400 134512640 134550932 4289054944 18446744073709551615 106262384 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19861/tid=19871] ppid=19859 vsize=1543536 CPUtime=1.35
/proc/19861/task/19871/stat : 19871 (java) R 19859 19861 19836 0 -1 4202560 2065 0 0 0 135 0 0 0 25 0 16 0 10848905 1580580864 22426 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19861/tid=19872] ppid=19859 vsize=1543536 CPUtime=0
/proc/19861/task/19872/stat : 19872 (java) S 19859 19861 19836 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10848905 1580580864 22427 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19873] ppid=19859 vsize=1543536 CPUtime=0
/proc/19861/task/19873/stat : 19873 (java) S 19859 19861 19836 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 10848905 1580580864 22427 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 1 0 0 0
[pid=19861/tid=19874] ppid=19859 vsize=1543536 CPUtime=1.4
/proc/19861/task/19874/stat : 19874 (java) R 19859 19861 19836 0 -1 4202560 6225 0 0 0 137 3 0 0 18 0 16 0 10848955 1580580864 22428 1992294400 134512640 134550932 4289054944 18446744073709551615 4109657100 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19861/tid=19875] ppid=19859 vsize=1543536 CPUtime=1.28
/proc/19861/task/19875/stat : 19875 (java) R 19859 19861 19836 0 -1 4202560 6610 0 0 0 125 3 0 0 25 0 16 0 10848955 1580580864 22428 1992294400 134512640 134550932 4289054944 18446744073709551615 4109151378 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19861/tid=19876] ppid=19859 vsize=1543536 CPUtime=0
/proc/19861/task/19876/stat : 19876 (java) S 19859 19861 19836 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 10848956 1580580864 22428 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19877] ppid=19859 vsize=1543536 CPUtime=0
/proc/19861/task/19877/stat : 19877 (java) S 19859 19861 19836 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 10848960 1580580864 22429 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 1543536

[startup+6.30108 s]
/proc/loadavg: 0.32 0.07 0.20 4/122 19877
/proc/meminfo: memFree=1683920/2059040 swapFree=4139892/4192956
[pid=19861] ppid=19859 vsize=1553884 CPUtime=12.18
/proc/19861/stat : 19861 (java) S 19859 19861 19836 0 -1 4202496 52796 0 1 0 1189 29 0 0 18 0 16 0 10848896 1591177216 44321 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19861/statm: 388471 44321 1448 10 0 385774 0
[pid=19861/tid=19863] ppid=19859 vsize=1553884 CPUtime=0.56
/proc/19861/task/19863/stat : 19863 (java) S 19859 19861 19836 0 -1 4202560 4677 0 1 0 53 3 0 0 18 0 16 0 10848897 1591177216 44321 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19864] ppid=19859 vsize=1553884 CPUtime=0.04
/proc/19861/task/19864/stat : 19864 (java) S 19859 19861 19836 0 -1 4202560 1744 0 0 0 4 0 0 0 16 0 16 0 10848899 1591177216 44321 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19865] ppid=19859 vsize=1553884 CPUtime=0.04
/proc/19861/task/19865/stat : 19865 (java) S 19859 19861 19836 0 -1 4202560 1434 0 0 0 4 0 0 0 16 0 16 0 10848899 1591177216 44321 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 1 0 0 0
[pid=19861/tid=19866] ppid=19859 vsize=1553884 CPUtime=0.09
/proc/19861/task/19866/stat : 19866 (java) S 19859 19861 19836 0 -1 4202560 1426 0 0 0 6 3 0 0 15 0 16 0 10848900 1591177216 44321 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 0 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19867] ppid=19859 vsize=1553884 CPUtime=0
/proc/19861/task/19867/stat : 19867 (java) S 19859 19861 19836 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 10848901 1591177216 44321 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19868] ppid=19859 vsize=1553884 CPUtime=0
/proc/19861/task/19868/stat : 19868 (java) S 19859 19861 19836 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10848901 1591177216 44321 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19869] ppid=19859 vsize=1553884 CPUtime=0
/proc/19861/task/19869/stat : 19869 (java) S 19859 19861 19836 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 10848905 1591177216 44321 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19870] ppid=19859 vsize=1553884 CPUtime=2.54
/proc/19861/task/19870/stat : 19870 (java) S 19859 19861 19836 0 -1 4202560 11123 0 0 0 250 4 0 0 15 0 16 0 10848905 1591177216 44321 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 1 0 0 0
[pid=19861/tid=19871] ppid=19859 vsize=1553884 CPUtime=2.35
/proc/19861/task/19871/stat : 19871 (java) S 19859 19861 19836 0 -1 4202560 3877 0 0 0 234 1 0 0 25 0 16 0 10848905 1591177216 44321 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 1 0 0 0
[pid=19861/tid=19872] ppid=19859 vsize=1553884 CPUtime=0
/proc/19861/task/19872/stat : 19872 (java) S 19859 19861 19836 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10848905 1591177216 44321 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19873] ppid=19859 vsize=1553884 CPUtime=0
/proc/19861/task/19873/stat : 19873 (java) S 19859 19861 19836 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 10848905 1591177216 44321 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 1 0 0 0
[pid=19861/tid=19874] ppid=19859 vsize=1553884 CPUtime=3.3
/proc/19861/task/19874/stat : 19874 (java) R 19859 19861 19836 0 -1 4202560 13773 0 0 0 324 6 0 0 19 0 16 0 10848955 1591177216 44321 1992294400 134512640 134550932 4289054944 18446744073709551615 4109815211 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19861/tid=19875] ppid=19859 vsize=1553884 CPUtime=3.15
/proc/19861/task/19875/stat : 19875 (java) R 19859 19861 19836 0 -1 4202560 13670 0 0 0 310 5 0 0 25 0 16 0 10848955 1591177216 44321 1992294400 134512640 134550932 4289054944 18446744073709551615 4109695399 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19861/tid=19876] ppid=19859 vsize=1553884 CPUtime=0
/proc/19861/task/19876/stat : 19876 (java) S 19859 19861 19836 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 10848956 1591177216 44321 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19877] ppid=19859 vsize=1553884 CPUtime=0
/proc/19861/task/19877/stat : 19877 (java) S 19859 19861 19836 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 10848960 1591177216 44321 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.18
Current children cumulated vsize (KiB) 1553884

[startup+12.7019 s]
/proc/loadavg: 0.45 0.10 0.21 3/122 19877
/proc/meminfo: memFree=1634692/2059040 swapFree=4139892/4192956
[pid=19861] ppid=19859 vsize=1550676 CPUtime=24.7
/proc/19861/stat : 19861 (java) S 19859 19861 19836 0 -1 4202496 62426 0 1 0 2436 34 0 0 18 0 16 0 10848896 1587892224 52790 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19861/statm: 387669 52790 1448 10 0 384972 0
[pid=19861/tid=19863] ppid=19859 vsize=1550676 CPUtime=0.56
/proc/19861/task/19863/stat : 19863 (java) S 19859 19861 19836 0 -1 4202560 4677 0 1 0 53 3 0 0 18 0 16 0 10848897 1587892224 52790 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19864] ppid=19859 vsize=1550676 CPUtime=0.18
/proc/19861/task/19864/stat : 19864 (java) S 19859 19861 19836 0 -1 4202560 4763 0 0 0 16 2 0 0 16 0 16 0 10848899 1587892224 52790 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 1 0 0 0
[pid=19861/tid=19865] ppid=19859 vsize=1550676 CPUtime=0.18
/proc/19861/task/19865/stat : 19865 (java) S 19859 19861 19836 0 -1 4202560 4882 0 0 0 16 2 0 0 15 0 16 0 10848899 1587892224 52790 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19866] ppid=19859 vsize=1550676 CPUtime=0.24
/proc/19861/task/19866/stat : 19866 (java) S 19859 19861 19836 0 -1 4202560 3257 0 0 0 20 4 0 0 15 0 16 0 10848900 1587892224 52790 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 0 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19867] ppid=19859 vsize=1550676 CPUtime=0
/proc/19861/task/19867/stat : 19867 (java) S 19859 19861 19836 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 10848901 1587892224 52790 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19868] ppid=19859 vsize=1550676 CPUtime=0
/proc/19861/task/19868/stat : 19868 (java) S 19859 19861 19836 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10848901 1587892224 52790 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19869] ppid=19859 vsize=1550676 CPUtime=0
/proc/19861/task/19869/stat : 19869 (java) S 19859 19861 19836 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 10848905 1587892224 52790 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19870] ppid=19859 vsize=1550676 CPUtime=2.59
/proc/19861/task/19870/stat : 19870 (java) S 19859 19861 19836 0 -1 4202560 11124 0 0 0 255 4 0 0 15 0 16 0 10848905 1587892224 52790 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 1 0 0 0
[pid=19861/tid=19871] ppid=19859 vsize=1550676 CPUtime=2.9
/proc/19861/task/19871/stat : 19871 (java) S 19859 19861 19836 0 -1 4202560 3917 0 0 0 288 2 0 0 16 0 16 0 10848905 1587892224 52790 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19872] ppid=19859 vsize=1550676 CPUtime=0
/proc/19861/task/19872/stat : 19872 (java) S 19859 19861 19836 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10848905 1587892224 52790 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19873] ppid=19859 vsize=1550676 CPUtime=0
/proc/19861/task/19873/stat : 19873 (java) S 19859 19861 19836 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 10848905 1587892224 52790 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 1 0 0 0

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

/proc/19861/statm: 389205 75019 1448 10 0 386508 0
[pid=19861/tid=19863] ppid=19859 vsize=1556820 CPUtime=0.56
/proc/19861/task/19863/stat : 19863 (java) S 19859 19861 19836 0 -1 4202560 4687 0 1 0 53 3 0 0 15 0 16 0 10848897 1594183680 75019 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 1 0 0 0
[pid=19861/tid=19864] ppid=19859 vsize=1556820 CPUtime=8.06
/proc/19861/task/19864/stat : 19864 (java) S 19859 19861 19836 0 -1 4202560 16150 0 0 0 783 23 0 0 16 0 16 0 10848899 1594183680 75019 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 1 0 0 0
[pid=19861/tid=19865] ppid=19859 vsize=1556820 CPUtime=8.06
/proc/19861/task/19865/stat : 19865 (java) S 19859 19861 19836 0 -1 4202560 16056 0 0 0 772 34 0 0 16 0 16 0 10848899 1594183680 75019 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19866] ppid=19859 vsize=1556820 CPUtime=28.24
/proc/19861/task/19866/stat : 19866 (java) S 19859 19861 19836 0 -1 4202560 3697 0 0 0 2814 10 0 0 15 0 16 0 10848900 1594183680 75019 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 0 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19867] ppid=19859 vsize=1556820 CPUtime=0
/proc/19861/task/19867/stat : 19867 (java) S 19859 19861 19836 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 10848901 1594183680 75019 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19868] ppid=19859 vsize=1556820 CPUtime=0
/proc/19861/task/19868/stat : 19868 (java) S 19859 19861 19836 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10848901 1594183680 75019 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19869] ppid=19859 vsize=1556820 CPUtime=0
/proc/19861/task/19869/stat : 19869 (java) S 19859 19861 19836 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 10848905 1594183680 75019 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19870] ppid=19859 vsize=1556820 CPUtime=3.76
/proc/19861/task/19870/stat : 19870 (java) S 19859 19861 19836 0 -1 4202560 13828 0 0 0 370 6 0 0 15 0 16 0 10848905 1594183680 75019 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 1 0 0 0
[pid=19861/tid=19871] ppid=19859 vsize=1556820 CPUtime=2.91
/proc/19861/task/19871/stat : 19871 (java) S 19859 19861 19836 0 -1 4202560 3917 0 0 0 289 2 0 0 15 0 16 0 10848905 1594183680 75019 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19872] ppid=19859 vsize=1556820 CPUtime=0
/proc/19861/task/19872/stat : 19872 (java) S 19859 19861 19836 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10848905 1594183680 75019 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19873] ppid=19859 vsize=1556820 CPUtime=0
/proc/19861/task/19873/stat : 19873 (java) S 19859 19861 19836 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 16 0 10848905 1594183680 75019 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 1 0 0 0
[pid=19861/tid=19874] ppid=19859 vsize=1556820 CPUtime=717.39
/proc/19861/task/19874/stat : 19874 (java) R 19859 19861 19836 0 -1 4202560 14410 0 0 0 71719 20 0 0 25 0 16 0 10848955 1594183680 75019 1992294400 134512640 134550932 4289054944 18446744073709551615 4109682167 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19861/tid=19875] ppid=19859 vsize=1556820 CPUtime=713.82
/proc/19861/task/19875/stat : 19875 (java) R 19859 19861 19836 0 -1 4202560 14779 0 0 0 71370 12 0 0 25 0 16 0 10848955 1594183680 75019 1992294400 134512640 134550932 4289054944 18446744073709551615 4109650818 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19861/tid=19876] ppid=19859 vsize=1556820 CPUtime=0
/proc/19861/task/19876/stat : 19876 (java) S 19859 19861 19836 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 10848956 1594183680 75019 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19877] ppid=19859 vsize=1556820 CPUtime=0
/proc/19861/task/19877/stat : 19877 (java) S 19859 19861 19836 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 10848960 1594183680 75019 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1482.88
Current children cumulated vsize (KiB) 1556820

[startup+822.312 s]
/proc/loadavg: 2.06 1.88 1.23 3/122 19899
/proc/meminfo: memFree=1541940/2059040 swapFree=4139892/4192956
[pid=19861] ppid=19859 vsize=1556820 CPUtime=1598.7
/proc/19861/stat : 19861 (java) S 19859 19861 19836 0 -1 4202496 89203 0 1 0 159752 118 0 0 18 0 16 0 10848896 1594183680 75526 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19861/statm: 389205 75526 1448 10 0 386508 0
[pid=19861/tid=19863] ppid=19859 vsize=1556820 CPUtime=0.56
/proc/19861/task/19863/stat : 19863 (java) S 19859 19861 19836 0 -1 4202560 4688 0 1 0 53 3 0 0 15 0 16 0 10848897 1594183680 75526 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 1 0 0 0
[pid=19861/tid=19864] ppid=19859 vsize=1556820 CPUtime=8.82
/proc/19861/task/19864/stat : 19864 (java) R 19859 19861 19836 0 -1 4202560 16280 0 0 0 858 24 0 0 15 0 16 0 10848899 1594183680 75526 1992294400 134512640 134550932 4289054944 18446744073709551615 105886426 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19861/tid=19865] ppid=19859 vsize=1556820 CPUtime=8.82
/proc/19861/task/19865/stat : 19865 (java) R 19859 19861 19836 0 -1 4202560 16446 0 0 0 847 35 0 0 15 0 16 0 10848899 1594183680 75526 1992294400 134512640 134550932 4289054944 18446744073709551615 105886514 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19861/tid=19866] ppid=19859 vsize=1556820 CPUtime=31.38
/proc/19861/task/19866/stat : 19866 (java) S 19859 19861 19836 0 -1 4202560 3701 0 0 0 3128 10 0 0 16 0 16 0 10848900 1594183680 75526 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 0 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19867] ppid=19859 vsize=1556820 CPUtime=0
/proc/19861/task/19867/stat : 19867 (java) S 19859 19861 19836 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 10848901 1594183680 75526 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19868] ppid=19859 vsize=1556820 CPUtime=0
/proc/19861/task/19868/stat : 19868 (java) S 19859 19861 19836 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10848901 1594183680 75526 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19869] ppid=19859 vsize=1556820 CPUtime=0
/proc/19861/task/19869/stat : 19869 (java) S 19859 19861 19836 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 10848905 1594183680 75526 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19870] ppid=19859 vsize=1556820 CPUtime=3.76
/proc/19861/task/19870/stat : 19870 (java) S 19859 19861 19836 0 -1 4202560 13828 0 0 0 370 6 0 0 15 0 16 0 10848905 1594183680 75526 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 1 0 0 0
[pid=19861/tid=19871] ppid=19859 vsize=1556820 CPUtime=2.91
/proc/19861/task/19871/stat : 19871 (java) S 19859 19861 19836 0 -1 4202560 3917 0 0 0 289 2 0 0 15 0 16 0 10848905 1594183680 75526 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19872] ppid=19859 vsize=1556820 CPUtime=0
/proc/19861/task/19872/stat : 19872 (java) S 19859 19861 19836 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10848905 1594183680 75526 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19873] ppid=19859 vsize=1556820 CPUtime=0
/proc/19861/task/19873/stat : 19873 (java) R 19859 19861 19836 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 16 0 10848905 1594183680 75526 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19861/tid=19874] ppid=19859 vsize=1556820 CPUtime=773.45
/proc/19861/task/19874/stat : 19874 (java) S 19859 19861 19836 0 -1 4202560 14429 0 0 0 77324 21 0 0 25 0 16 0 10848955 1594183680 75526 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19875] ppid=19859 vsize=1556820 CPUtime=768.92
/proc/19861/task/19875/stat : 19875 (java) S 19859 19861 19836 0 -1 4202560 14794 0 0 0 76880 12 0 0 25 0 16 0 10848955 1594183680 75526 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 1 0 0 0
[pid=19861/tid=19876] ppid=19859 vsize=1556820 CPUtime=0
/proc/19861/task/19876/stat : 19876 (java) S 19859 19861 19836 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 10848956 1594183680 75526 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19877] ppid=19859 vsize=1556820 CPUtime=0
/proc/19861/task/19877/stat : 19877 (java) S 19859 19861 19836 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 10848960 1594183680 75526 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1598.7
Current children cumulated vsize (KiB) 1556820

[startup+882.301 s]
/proc/loadavg: 2.06 1.91 1.28 3/122 19901
/proc/meminfo: memFree=1539460/2059040 swapFree=4139892/4192956
[pid=19861] ppid=19859 vsize=1556820 CPUtime=1714.69
/proc/19861/stat : 19861 (java) S 19859 19861 19836 0 -1 4202496 89904 0 1 0 171345 124 0 0 18 0 16 0 10848896 1594183680 76110 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19861/statm: 389205 76110 1448 10 0 386508 0
[pid=19861/tid=19863] ppid=19859 vsize=1556820 CPUtime=0.56
/proc/19861/task/19863/stat : 19863 (java) S 19859 19861 19836 0 -1 4202560 4690 0 1 0 53 3 0 0 15 0 16 0 10848897 1594183680 76110 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 1 0 0 0
[pid=19861/tid=19864] ppid=19859 vsize=1556820 CPUtime=9.6
/proc/19861/task/19864/stat : 19864 (java) S 19859 19861 19836 0 -1 4202560 16417 0 0 0 932 28 0 0 16 0 16 0 10848899 1594183680 76110 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 1 0 0 0
[pid=19861/tid=19865] ppid=19859 vsize=1556820 CPUtime=9.59
/proc/19861/task/19865/stat : 19865 (java) S 19859 19861 19836 0 -1 4202560 16967 0 0 0 923 36 0 0 16 0 16 0 10848899 1594183680 76110 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 1 0 0 0
[pid=19861/tid=19866] ppid=19859 vsize=1556820 CPUtime=34.32
/proc/19861/task/19866/stat : 19866 (java) R 19859 19861 19836 0 -1 4202560 3705 0 0 0 3421 11 0 0 16 0 16 0 10848900 1594183680 76110 1992294400 134512640 134550932 4289054944 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=19861/tid=19867] ppid=19859 vsize=1556820 CPUtime=0
/proc/19861/task/19867/stat : 19867 (java) S 19859 19861 19836 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 10848901 1594183680 76110 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19868] ppid=19859 vsize=1556820 CPUtime=0
/proc/19861/task/19868/stat : 19868 (java) S 19859 19861 19836 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10848901 1594183680 76110 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19869] ppid=19859 vsize=1556820 CPUtime=0
/proc/19861/task/19869/stat : 19869 (java) S 19859 19861 19836 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 10848905 1594183680 76110 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19870] ppid=19859 vsize=1556820 CPUtime=3.76
/proc/19861/task/19870/stat : 19870 (java) S 19859 19861 19836 0 -1 4202560 13828 0 0 0 370 6 0 0 15 0 16 0 10848905 1594183680 76110 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 1 0 0 0
[pid=19861/tid=19871] ppid=19859 vsize=1556820 CPUtime=2.91
/proc/19861/task/19871/stat : 19871 (java) S 19859 19861 19836 0 -1 4202560 3917 0 0 0 289 2 0 0 15 0 16 0 10848905 1594183680 76110 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19872] ppid=19859 vsize=1556820 CPUtime=0
/proc/19861/task/19872/stat : 19872 (java) S 19859 19861 19836 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10848905 1594183680 76110 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19873] ppid=19859 vsize=1556820 CPUtime=0
/proc/19861/task/19873/stat : 19873 (java) S 19859 19861 19836 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 10848905 1594183680 76110 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 1 0 0 0
[pid=19861/tid=19874] ppid=19859 vsize=1556820 CPUtime=829.7
/proc/19861/task/19874/stat : 19874 (java) S 19859 19861 19836 0 -1 4202560 14449 0 0 0 82948 22 0 0 25 0 16 0 10848955 1594183680 76110 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19875] ppid=19859 vsize=1556820 CPUtime=824.16
/proc/19861/task/19875/stat : 19875 (java) S 19859 19861 19836 0 -1 4202560 14807 0 0 0 82404 12 0 0 25 0 16 0 10848955 1594183680 76110 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 1 0 0 0
[pid=19861/tid=19876] ppid=19859 vsize=1556820 CPUtime=0
/proc/19861/task/19876/stat : 19876 (java) S 19859 19861 19836 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 10848956 1594183680 76110 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19877] ppid=19859 vsize=1556820 CPUtime=0
/proc/19861/task/19877/stat : 19877 (java) S 19859 19861 19836 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 10848960 1594183680 76110 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1714.69
Current children cumulated vsize (KiB) 1556820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+926.402 s]
/proc/loadavg: 1.96 1.91 1.31 3/122 19901
/proc/meminfo: memFree=1538716/2059040 swapFree=4139892/4192956
[pid=19861] ppid=19859 vsize=1556820 CPUtime=1800.15
/proc/19861/stat : 19861 (java) S 19859 19861 19836 0 -1 4202496 90156 0 1 0 179887 128 0 0 18 0 16 0 10848896 1594183680 76300 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19861/statm: 389205 76300 1448 10 0 386508 0
[pid=19861/tid=19863] ppid=19859 vsize=1556820 CPUtime=0.56
/proc/19861/task/19863/stat : 19863 (java) S 19859 19861 19836 0 -1 4202560 4690 0 1 0 53 3 0 0 15 0 16 0 10848897 1594183680 76300 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 1 0 0 0
[pid=19861/tid=19864] ppid=19859 vsize=1556820 CPUtime=10.1
/proc/19861/task/19864/stat : 19864 (java) S 19859 19861 19836 0 -1 4202560 16488 0 0 0 981 29 0 0 16 0 16 0 10848899 1594183680 76300 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19865] ppid=19859 vsize=1556820 CPUtime=10.11
/proc/19861/task/19865/stat : 19865 (java) S 19859 19861 19836 0 -1 4202560 17121 0 0 0 974 37 0 0 15 0 16 0 10848899 1594183680 76300 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 1 0 0 0
[pid=19861/tid=19866] ppid=19859 vsize=1556820 CPUtime=36.32
/proc/19861/task/19866/stat : 19866 (java) S 19859 19861 19836 0 -1 4202560 3707 0 0 0 3621 11 0 0 15 0 16 0 10848900 1594183680 76300 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 0 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19867] ppid=19859 vsize=1556820 CPUtime=0
/proc/19861/task/19867/stat : 19867 (java) S 19859 19861 19836 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 10848901 1594183680 76300 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19868] ppid=19859 vsize=1556820 CPUtime=0
/proc/19861/task/19868/stat : 19868 (java) S 19859 19861 19836 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10848901 1594183680 76300 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19869] ppid=19859 vsize=1556820 CPUtime=0
/proc/19861/task/19869/stat : 19869 (java) S 19859 19861 19836 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 10848905 1594183680 76300 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19870] ppid=19859 vsize=1556820 CPUtime=3.76
/proc/19861/task/19870/stat : 19870 (java) S 19859 19861 19836 0 -1 4202560 13828 0 0 0 370 6 0 0 15 0 16 0 10848905 1594183680 76300 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 1 0 0 0
[pid=19861/tid=19871] ppid=19859 vsize=1556820 CPUtime=2.91
/proc/19861/task/19871/stat : 19871 (java) S 19859 19861 19836 0 -1 4202560 3917 0 0 0 289 2 0 0 15 0 16 0 10848905 1594183680 76300 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19872] ppid=19859 vsize=1556820 CPUtime=0
/proc/19861/task/19872/stat : 19872 (java) S 19859 19861 19836 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10848905 1594183680 76300 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19873] ppid=19859 vsize=1556820 CPUtime=0
/proc/19861/task/19873/stat : 19873 (java) S 19859 19861 19836 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 16 0 10848905 1594183680 76300 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 1 0 0 0
[pid=19861/tid=19874] ppid=19859 vsize=1556820 CPUtime=871.29
/proc/19861/task/19874/stat : 19874 (java) R 19859 19861 19836 0 -1 4202560 14468 0 0 0 87106 23 0 0 25 0 16 0 10848955 1594183680 76300 1992294400 134512640 134550932 4289054944 18446744073709551615 4109817922 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19861/tid=19875] ppid=19859 vsize=1556820 CPUtime=865.02
/proc/19861/task/19875/stat : 19875 (java) R 19859 19861 19836 0 -1 4202560 14811 0 0 0 86490 12 0 0 25 0 16 0 10848955 1594183680 76300 1992294400 134512640 134550932 4289054944 18446744073709551615 4109656599 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19861/tid=19876] ppid=19859 vsize=1556820 CPUtime=0
/proc/19861/task/19876/stat : 19876 (java) S 19859 19861 19836 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 10848956 1594183680 76300 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
[pid=19861/tid=19877] ppid=19859 vsize=1556820 CPUtime=0
/proc/19861/task/19877/stat : 19877 (java) S 19859 19861 19836 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 10848960 1594183680 76300 1992294400 134512640 134550932 4289054944 18446744073709551615 4294960144 0 4 0 16800975 18446604437845356736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 1556820

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

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

[startup+926.517 s]
/proc/loadavg: 1.96 1.91 1.31 3/122 19901
/proc/meminfo: memFree=1538716/2059040 swapFree=4139892/4192956
[pid=19861] ppid=19859 vsize=0 CPUtime=1800.33
/proc/19861/stat : 19861 (java) Z 19859 19861 19836 0 -1 4203548 90180 0 1 0 179903 130 0 0 17 0 2 0 10848896 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19861/statm: 0 0 0 0 0 0 0
[pid=19861/tid=19874] ppid=19859 vsize=0 CPUtime=871.35
/proc/19861/task/19874/stat : 19874 (java) R 19859 19861 19836 0 -1 4203588 14468 0 0 0 87110 25 0 0 25 0 2 0 10848955 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 926.525
CPU time (s): 1800.35
CPU user time (s): 1799.03
CPU system time (s): 1.3138
CPU usage (%): 194.312
Max. virtual memory (cumulated for all children) (KiB): 1559080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.03
system time used= 1.3138
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90180
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= 26079
involuntary context switches= 51431

runsolver used 3.54246 second user time and 12.1422 second system time

The end

Launcher Data

Begin job on node031 at 2010-06-16 15:39:04
IDJOB=2662656
IDBENCH=1160
IDSOLVER=1166
FILE ID=node031/2662656-1276695544
PBS_JOBID= 11174066
Free space on /tmp= 62584 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-army13.24bt.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662656-1276695544/watcher-2662656-1276695544 -o /tmp/evaluation-result-2662656-1276695544/solver-2662656-1276695544 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662656-1276695544.opb

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

MD5SUM BENCH= f8964c43535341fcc69e672675167b77
RANDOM SEED=927202273

node031.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.219
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.43
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.219
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.53
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1842048 kB
Buffers:         28992 kB
Cached:          97124 kB
SwapCached:       6416 kB
Active:          75864 kB
Inactive:        63332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1842048 kB
SwapTotal:     4192956 kB
SwapFree:      4139892 kB
Dirty:             424 kB
Writeback:           0 kB
AnonPages:       10872 kB
Mapped:          12976 kB
Slab:            55720 kB
PageTables:       4040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180364 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62580 MiB
End job on node031 at 2010-06-16 15:54:33