Trace number 2662131

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.39 924.034

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
primes-dimacs-cnf/normalized-par32-3-c.opb
MD5SUMbc7893eb7aff4749139e472af91e587e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2650
Total number of constraints6619
Number of constraints which are clauses6619
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 2650
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 2650
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2650
Number of bits of the biggest sum of numbers12
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.15	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.15	c See www.sat4j.org for details.
0.09/0.16	c version 2.2.0.v20100531
0.09/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.16	c java.vm.version	11.2-b01
0.09/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.16	c sun.arch.data.model	32
0.09/0.16	c java.version		1.6.0_12
0.09/0.16	c os.name		Linux
0.09/0.16	c os.version		2.6.18-164.el5
0.09/0.16	c os.arch		i386
0.09/0.16	c Free memory 		1393557488
0.09/0.16	c Max memory 		1395916800
0.09/0.16	c Total memory 		1395916800
0.09/0.16	c Number of processors 	2
0.22/0.24	c Pseudo Boolean Optimization
0.22/0.24	c ManyCore solver with 2 solvers running in parallel
0.22/0.24	c --- Begin Solver configuration ---
0.22/0.24	c Stops conflict analysis at the first Unique Implication Point
0.22/0.24	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.24	c Learn all clauses as in MiniSAT
0.22/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.24	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.24	c Expensive reason simplification
0.22/0.24	c Armin Biere (Picosat) restarts strategy
0.22/0.24	c Glucose learned constraints deletion strategy
0.22/0.24	c timeout=2147483s
0.22/0.24	c DB Simplification allowed=false
0.22/0.24	c --- End Solver configuration ---
0.22/0.24	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.24	c --- Begin Solver configuration ---
0.22/0.24	c Stops conflict analysis at the first Unique Implication Point
0.22/0.24	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.24	c Learn all clauses as in MiniSAT
0.22/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.24	c No reason simplification
0.22/0.24	c Armin Biere (Picosat) restarts strategy
0.22/0.24	c Glucose learned constraints deletion strategy
0.22/0.24	c timeout=2147483s
0.22/0.24	c DB Simplification allowed=false
0.22/0.24	c --- End Solver configuration ---
0.22/0.24	
0.22/0.24	c solving HOME/instance-2662131-1276464166.opb
0.22/0.24	c reading problem ... 
1.60/1.10	c ... done. Wall clock time 0.878s.
1.60/1.10	c #vars     2650
1.60/1.10	c #constraints  6619
1.60/1.11	c constraints type 
1.60/1.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4922
1.60/1.11	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1697
1.60/1.11	c constraints type 
1.60/1.11	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1697
1.60/1.11	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4922
12.57/6.69	c cleaning 2500 clauses out of 5000 with flag 5000/5000
23.42/12.14	c cleaning 4249 clauses out of 8500 with flag 11000/11000
30.89/15.93	c cleaning 0 clauses out of 5000 with flag 0/5000
36.80/18.92	c cleaning 5624 clauses out of 11252 with flag 18001/18001
52.60/26.95	c cleaning 6813 clauses out of 13628 with flag 26001/26001
63.85/32.68	c cleaning 0 clauses out of 11000 with flag 0/11000
71.72/36.64	c cleaning 7906 clauses out of 15814 with flag 35000/35000
93.47/47.63	c cleaning 8953 clauses out of 17909 with flag 45001/45001
101.92/51.96	c cleaning 0 clauses out of 18000 with flag 0/18001
116.14/59.11	c cleaning 9476 clauses out of 18955 with flag 55000/55000
132.73/67.60	c cleaning 9738 clauses out of 19479 with flag 65000/65000
145.17/73.81	c cleaning 0 clauses out of 26000 with flag 0/26001
149.24/75.92	c cleaning 9869 clauses out of 19744 with flag 75003/75003
166.01/84.48	c cleaning 9935 clauses out of 19873 with flag 85001/85001
183.58/93.37	c cleaning 9964 clauses out of 19938 with flag 95001/95001
194.62/98.95	c cleaning 0 clauses out of 35000 with flag 0/35001
201.48/102.49	c cleaning 9985 clauses out of 19974 with flag 105001/105001
220.23/111.94	c cleaning 9992 clauses out of 19988 with flag 115000/115000
238.37/121.20	c cleaning 9992 clauses out of 19996 with flag 125001/125001
246.81/125.50	c cleaning 0 clauses out of 45000 with flag 0/45001
257.40/130.82	c cleaning 9999 clauses out of 20005 with flag 135002/135002
272.18/138.35	c cleaning 9999 clauses out of 20004 with flag 145000/145000
286.37/145.58	c cleaning 9997 clauses out of 20006 with flag 155001/155001
291.24/148.05	c cleaning 0 clauses out of 54999 with flag 0/55000
301.23/153.12	c cleaning 9999 clauses out of 20008 with flag 165000/165000
316.03/160.66	c cleaning 9997 clauses out of 20009 with flag 175000/175000
330.78/168.15	c cleaning 10000 clauses out of 20013 with flag 185001/185001
333.85/169.74	c cleaning 0 clauses out of 65000 with flag 0/65001
345.84/175.86	c cleaning 10000 clauses out of 20012 with flag 195000/195000
361.00/183.50	c cleaning 10002 clauses out of 20014 with flag 205002/205002
370.81/188.55	c cleaning 0 clauses out of 74999 with flag 0/75000
376.46/191.43	c cleaning 10004 clauses out of 20011 with flag 215001/215001
391.80/199.28	c cleaning 9997 clauses out of 20006 with flag 225000/225000
407.32/207.19	c cleaning 9997 clauses out of 20010 with flag 235001/235001
409.02/208.05	c cleaning 0 clauses out of 85000 with flag 0/85001
423.34/215.32	c cleaning 10004 clauses out of 20012 with flag 245000/245000
438.86/223.30	c cleaning 9998 clauses out of 20008 with flag 255000/255000
448.64/228.27	c cleaning 0 clauses out of 95001 with flag 0/95002
454.85/231.49	c cleaning 10000 clauses out of 20010 with flag 265000/265000
470.78/239.54	c cleaning 10000 clauses out of 20010 with flag 275000/275000
486.68/247.66	c cleaning 10001 clauses out of 20011 with flag 285001/285001
488.92/248.87	c cleaning 0 clauses out of 104999 with flag 0/105000
502.84/255.91	c cleaning 9999 clauses out of 20009 with flag 295000/295000
518.55/263.98	c cleaning 9997 clauses out of 20012 with flag 305002/305002
532.06/270.85	c cleaning 0 clauses out of 115000 with flag 0/115001
534.69/272.28	c cleaning 9999 clauses out of 20014 with flag 315001/315001
550.59/280.39	c cleaning 10002 clauses out of 20015 with flag 325001/325001
566.90/288.66	c cleaning 9999 clauses out of 20012 with flag 335000/335000
575.44/293.08	c cleaning 0 clauses out of 124999 with flag 0/125000
583.22/297.09	c cleaning 10004 clauses out of 20013 with flag 345000/345000
599.89/305.50	c cleaning 9998 clauses out of 20010 with flag 355001/355001
616.59/314.05	c cleaning 9998 clauses out of 20012 with flag 365001/365001
618.57/315.16	c cleaning 0 clauses out of 134999 with flag 0/135000
633.26/322.64	c cleaning 9997 clauses out of 20014 with flag 375001/375001
649.94/331.17	c cleaning 10000 clauses out of 20016 with flag 385000/385000
664.42/338.51	c cleaning 0 clauses out of 145000 with flag 0/145001
665.78/339.32	c cleaning 10002 clauses out of 20016 with flag 395000/395000
681.65/347.41	c cleaning 10002 clauses out of 20016 with flag 405002/405002
697.51/355.56	c cleaning 10004 clauses out of 20013 with flag 415001/415001
712.01/362.96	c cleaning 0 clauses out of 155000 with flag 0/155001
713.77/364.00	c cleaning 9999 clauses out of 20008 with flag 425000/425000
730.03/372.23	c cleaning 9997 clauses out of 20010 with flag 435001/435001
746.30/380.54	c cleaning 10000 clauses out of 20013 with flag 445001/445001
761.38/388.23	c cleaning 0 clauses out of 164999 with flag 0/165000
762.55/388.90	c cleaning 10000 clauses out of 20012 with flag 455000/455000
778.60/397.18	c cleaning 9998 clauses out of 20012 with flag 465000/465000
794.85/405.44	c cleaning 10001 clauses out of 20015 with flag 475001/475001
811.10/413.72	c cleaning 10002 clauses out of 20013 with flag 485000/485000
816.81/416.78	c cleaning 0 clauses out of 174999 with flag 0/175000
827.51/422.25	c cleaning 9996 clauses out of 20011 with flag 495000/495000
843.97/430.69	c cleaning 10002 clauses out of 20016 with flag 505001/505001
860.59/439.14	c cleaning 10000 clauses out of 20013 with flag 515000/515000
873.80/445.91	c cleaning 0 clauses out of 184999 with flag 0/185000
877.17/447.75	c cleaning 10001 clauses out of 20013 with flag 525000/525000
894.19/456.41	c cleaning 9999 clauses out of 20012 with flag 535000/535000
910.82/464.92	c cleaning 9997 clauses out of 20013 with flag 545000/545000
927.59/473.59	c cleaning 10002 clauses out of 20017 with flag 555001/555001
929.75/474.78	c cleaning 0 clauses out of 195000 with flag 0/195001
944.39/482.24	c cleaning 9998 clauses out of 20014 with flag 565000/565000
961.19/490.83	c cleaning 9999 clauses out of 20016 with flag 575000/575000
977.74/499.38	c cleaning 10003 clauses out of 20019 with flag 585002/585002
986.44/503.86	c cleaning 0 clauses out of 204999 with flag 0/205000
994.71/508.17	c cleaning 9997 clauses out of 20014 with flag 595000/595000
1011.52/516.70	c cleaning 10000 clauses out of 20018 with flag 605001/605001
1028.46/525.46	c cleaning 10000 clauses out of 20017 with flag 615000/615000
1042.48/532.68	c cleaning 0 clauses out of 215000 with flag 0/215001
1045.21/534.18	c cleaning 10001 clauses out of 20019 with flag 625002/625002
1062.01/542.72	c cleaning 10000 clauses out of 20016 with flag 635000/635000
1078.77/551.33	c cleaning 9997 clauses out of 20016 with flag 645000/645000
1095.58/559.94	c cleaning 10000 clauses out of 20019 with flag 655000/655000
1099.49/562.01	c cleaning 0 clauses out of 224999 with flag 0/225000
1112.52/568.78	c cleaning 10001 clauses out of 20020 with flag 665001/665001
1129.45/577.48	c cleaning 10002 clauses out of 20018 with flag 675000/675000
1146.24/586.08	c cleaning 10001 clauses out of 20017 with flag 685001/685001
1159.67/592.98	c cleaning 0 clauses out of 234999 with flag 0/235000
1163.16/594.83	c cleaning 10001 clauses out of 20015 with flag 695000/695000
1180.48/603.78	c cleaning 10001 clauses out of 20014 with flag 705000/705000
1197.66/612.55	c cleaning 10003 clauses out of 20014 with flag 715001/715001
1214.22/621.02	c cleaning 9997 clauses out of 20010 with flag 725000/725000
1219.89/624.06	c cleaning 0 clauses out of 245000 with flag 0/245001
1231.46/630.04	c cleaning 9999 clauses out of 20013 with flag 735000/735000
1248.62/638.88	c cleaning 9997 clauses out of 20014 with flag 745000/745000
1266.19/647.84	c cleaning 10003 clauses out of 20017 with flag 755000/755000
1283.15/656.55	c cleaning 0 clauses out of 254999 with flag 0/255000
1283.99/657.16	c cleaning 9997 clauses out of 20014 with flag 765000/765000
1301.34/666.07	c cleaning 9998 clauses out of 20017 with flag 775000/775000
1318.49/674.81	c cleaning 10003 clauses out of 20021 with flag 785002/785002
1335.64/683.67	c cleaning 10001 clauses out of 20017 with flag 795001/795001
1353.12/692.67	c cleaning 9997 clauses out of 20016 with flag 805001/805001
1354.21/693.32	c cleaning 0 clauses out of 264999 with flag 0/265000
1370.95/701.98	c cleaning 10003 clauses out of 20018 with flag 815000/815000
1388.26/710.86	c cleaning 10001 clauses out of 20016 with flag 825001/825001
1405.94/719.98	c cleaning 10002 clauses out of 20014 with flag 835000/835000
1416.94/725.62	c cleaning 0 clauses out of 274999 with flag 0/275000
1423.77/729.22	c cleaning 10000 clauses out of 20012 with flag 845000/845000
1441.70/738.43	c cleaning 9998 clauses out of 20012 with flag 855000/855000
1459.17/747.45	c cleaning 9999 clauses out of 20014 with flag 865000/865000
1476.70/756.49	c cleaning 10004 clauses out of 20016 with flag 875001/875001
1483.34/759.98	c cleaning 0 clauses out of 284999 with flag 0/285000
1494.92/765.98	c cleaning 9997 clauses out of 20011 with flag 885000/885000
1512.38/774.95	c cleaning 9998 clauses out of 20014 with flag 895000/895000
1529.69/783.84	c cleaning 10001 clauses out of 20016 with flag 905000/905000
1546.80/792.62	c cleaning 9999 clauses out of 20015 with flag 915000/915000
1548.26/793.56	c cleaning 0 clauses out of 294999 with flag 0/295000
1564.31/801.91	c cleaning 10005 clauses out of 20017 with flag 925001/925001
1581.84/810.82	c cleaning 9999 clauses out of 20011 with flag 935000/935000
1599.13/819.74	c cleaning 10003 clauses out of 20014 with flag 945002/945002
1616.43/828.63	c cleaning 0 clauses out of 304999 with flag 0/305000
1617.42/829.30	c cleaning 10000 clauses out of 20009 with flag 955000/955000
1634.95/838.37	c cleaning 9998 clauses out of 20011 with flag 965002/965002
1652.42/847.32	c cleaning 9999 clauses out of 20011 with flag 975000/975000
1669.92/856.37	c cleaning 9998 clauses out of 20012 with flag 985000/985000
1683.18/863.26	c cleaning 0 clauses out of 314999 with flag 0/315000
1688.00/865.81	c cleaning 9997 clauses out of 20014 with flag 995000/995000
1706.26/875.25	c cleaning 10006 clauses out of 20018 with flag 1005001/1005001
1724.37/884.58	c cleaning 9997 clauses out of 20011 with flag 1015000/1015000
1742.55/893.93	c cleaning 9999 clauses out of 20014 with flag 1025000/1025000
1751.13/898.41	c cleaning 0 clauses out of 325000 with flag 0/325001
1760.88/903.58	c cleaning 10000 clauses out of 20017 with flag 1035002/1035002
1779.15/912.96	c cleaning 9998 clauses out of 20015 with flag 1045000/1045000
1796.95/922.20	c cleaning 9997 clauses out of 20017 with flag 1055000/1055000
1800.18/923.91	c starts		: 188
1800.18/923.91	c conflicts		: 1056746
1800.18/923.91	c decisions		: 1110254
1800.18/923.92	c propagations		: 663316216
1800.18/923.92	c inspects		: 3729184704
1800.18/923.92	c learnt literals	: 1
1800.18/923.92	c learnt binary clauses	: 36
1800.18/923.92	c learnt ternary clauses	: 31
1800.18/923.92	c learnt clauses	: 1056745
1800.18/923.92	c ignored clauses	: 0
1800.18/923.92	c root simplifications	: 0
1800.18/923.92	c removed literals (reason simplification)	: 11036041
1800.18/923.92	c reason swapping (by a shorter reason)	: 0
1800.18/923.92	c Calls to reduceDB	: 107
1800.18/923.92	c number of reductions to clauses (during analyze)	: 0
1800.18/923.92	c number of learned constraints concerned by reduction	: 0
1800.18/923.92	c number of learning phase by resolution	: 0
1800.18/923.92	c number of learning phase by cutting planes	: 0
1800.18/923.92	c speed (assignments/second)	: 718801.9783096809
1800.18/923.92	c non guided choices	0
1800.18/923.98	c learnt constraints type 
1800.18/923.98	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 11777
1800.18/923.98	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 36
1800.18/923.98	c constraints type 
1800.18/923.98	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4922
1800.18/923.98	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1697
1800.18/923.98	c constraints type 
1800.18/923.98	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1697
1800.18/923.98	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4922
1800.18/923.98	s UNKNOWN
1800.18/923.98	c Total wall clock time (in seconds): 923.751

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-2662131-1276464166/watcher-2662131-1276464166 -o /tmp/evaluation-result-2662131-1276464166/solver-2662131-1276464166 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662131-1276464166.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: 1.64 1.81 1.56 3/106 23992
/proc/meminfo: memFree=1798032/2059040 swapFree=4140360/4192956
[pid=23992] ppid=23990 vsize=1832 CPUtime=0
/proc/23992/stat : 23992 (java6) S 23990 23992 23408 0 -1 4194304 245 0 0 0 0 0 0 0 25 0 1 0 20068450 1875968 149 1992294400 134512640 134550932 4287603648 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699424446 0 0 17 1 0 0 0
/proc/23992/statm: 458 149 111 10 0 63 0

[startup+0.0433351 s]
/proc/loadavg: 1.64 1.81 1.56 3/106 23992
/proc/meminfo: memFree=1798032/2059040 swapFree=4140360/4192956
[pid=23992] ppid=23990 vsize=1520328 CPUtime=0.03
/proc/23992/stat : 23992 (java) S 23990 23992 23408 0 -1 4202496 3339 0 1 0 1 2 0 0 25 0 4 0 20068450 1556815872 2782 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/23992/statm: 380082 2783 945 10 0 377392 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1520328

[startup+0.101341 s]
/proc/loadavg: 1.64 1.81 1.56 3/106 23992
/proc/meminfo: memFree=1798032/2059040 swapFree=4140360/4192956
[pid=23992] ppid=23990 vsize=1522636 CPUtime=0.09
/proc/23992/stat : 23992 (java) S 23990 23992 23408 0 -1 4202496 3891 0 1 0 6 3 0 0 25 0 9 0 20068450 1559179264 3332 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23992/statm: 380659 3333 1061 10 0 377969 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1522636

[startup+0.301383 s]
/proc/loadavg: 1.64 1.81 1.56 3/106 23992
/proc/meminfo: memFree=1798032/2059040 swapFree=4140360/4192956
[pid=23992] ppid=23990 vsize=1526256 CPUtime=0.35
/proc/23992/stat : 23992 (java) S 23990 23992 23408 0 -1 4202496 5312 0 1 0 32 3 0 0 25 0 12 0 20068450 1562886144 4749 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23992/statm: 381564 4749 1358 10 0 378867 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526256

[startup+0.706893 s]
/proc/loadavg: 1.64 1.81 1.56 3/106 23992
/proc/meminfo: memFree=1798032/2059040 swapFree=4140360/4192956
[pid=23992] ppid=23990 vsize=1530476 CPUtime=1.02
/proc/23992/stat : 23992 (java) S 23990 23992 23408 0 -1 4202496 7784 0 1 0 97 5 0 0 25 0 12 0 20068450 1567207424 6801 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23992/statm: 382619 6801 1395 10 0 379922 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 1530476

[startup+1.5016 s]
/proc/loadavg: 1.64 1.81 1.56 2/118 24004
/proc/meminfo: memFree=1762660/2059040 swapFree=4140360/4192956
[pid=23992] ppid=23990 vsize=1534436 CPUtime=2.45
/proc/23992/stat : 23992 (java) S 23990 23992 23408 0 -1 4202496 12880 0 1 0 237 8 0 0 25 0 16 0 20068450 1571262464 11530 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23992/statm: 383609 11530 1429 10 0 380912 0
[pid=23992/tid=23994] ppid=23990 vsize=1534436 CPUtime=0.76
/proc/23992/task/23994/stat : 23994 (java) S 23990 23992 23408 0 -1 4202560 7321 0 1 0 72 4 0 0 25 0 16 0 20068451 1571262464 11530 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=23995] ppid=23990 vsize=1534436 CPUtime=0
/proc/23992/task/23995/stat : 23995 (java) S 23990 23992 23408 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 16 0 20068453 1571262464 11530 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=23996] ppid=23990 vsize=1534436 CPUtime=0
/proc/23992/task/23996/stat : 23996 (java) S 23990 23992 23408 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 20068453 1571262464 11530 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=23997] ppid=23990 vsize=1534436 CPUtime=0
/proc/23992/task/23997/stat : 23997 (java) S 23990 23992 23408 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 16 0 20068455 1571262464 11530 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 0 0 16800975 18446604437823558016 0 0 -1 1 0 0 0
[pid=23992/tid=23998] ppid=23990 vsize=1534436 CPUtime=0
/proc/23992/task/23998/stat : 23998 (java) S 23990 23992 23408 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 16 0 20068455 1571262464 11530 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=23999] ppid=23990 vsize=1534436 CPUtime=0
/proc/23992/task/23999/stat : 23999 (java) S 23990 23992 23408 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 20068455 1571262464 11530 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24000] ppid=23990 vsize=1534436 CPUtime=0
/proc/23992/task/24000/stat : 24000 (java) S 23990 23992 23408 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 20068460 1571262464 11530 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24001] ppid=23990 vsize=1534436 CPUtime=0.59
/proc/23992/task/24001/stat : 24001 (java) S 23990 23992 23408 0 -1 4202560 821 0 0 0 59 0 0 0 15 0 16 0 20068460 1571262464 11530 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24002] ppid=23990 vsize=1534436 CPUtime=0.76
/proc/23992/task/24002/stat : 24002 (java) S 23990 23992 23408 0 -1 4202560 2355 0 0 0 75 1 0 0 16 0 16 0 20068460 1571262464 11530 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24003] ppid=23990 vsize=1534436 CPUtime=0
/proc/23992/task/24003/stat : 24003 (java) S 23990 23992 23408 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 20068460 1571262464 11530 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24004] ppid=23990 vsize=1534436 CPUtime=0
/proc/23992/task/24004/stat : 24004 (java) S 23990 23992 23408 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 20068460 1571262464 11530 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 1534436

[startup+3.1019 s]
/proc/loadavg: 1.64 1.81 1.56 4/122 24008
/proc/meminfo: memFree=1752336/2059040 swapFree=4140360/4192956
[pid=23992] ppid=23990 vsize=1534436 CPUtime=5.63
/proc/23992/stat : 23992 (java) S 23990 23992 23408 0 -1 4202496 27617 0 1 0 548 15 0 0 25 0 16 0 20068450 1571262464 26014 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23992/statm: 383609 26014 1433 10 0 380912 0
[pid=23992/tid=23994] ppid=23990 vsize=1534436 CPUtime=0.76
/proc/23992/task/23994/stat : 23994 (java) S 23990 23992 23408 0 -1 4202560 7321 0 1 0 72 4 0 0 18 0 16 0 20068451 1571262464 26014 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=23995] ppid=23990 vsize=1534436 CPUtime=0
/proc/23992/task/23995/stat : 23995 (java) S 23990 23992 23408 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 16 0 20068453 1571262464 26014 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=23996] ppid=23990 vsize=1534436 CPUtime=0
/proc/23992/task/23996/stat : 23996 (java) S 23990 23992 23408 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 20068453 1571262464 26014 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=23997] ppid=23990 vsize=1534436 CPUtime=0
/proc/23992/task/23997/stat : 23997 (java) S 23990 23992 23408 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 16 0 20068455 1571262464 26014 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 0 0 16800975 18446604437823558016 0 0 -1 1 0 0 0
[pid=23992/tid=23998] ppid=23990 vsize=1534436 CPUtime=0
/proc/23992/task/23998/stat : 23998 (java) S 23990 23992 23408 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 16 0 20068455 1571262464 26014 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=23999] ppid=23990 vsize=1534436 CPUtime=0
/proc/23992/task/23999/stat : 23999 (java) S 23990 23992 23408 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 20068455 1571262464 26014 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24000] ppid=23990 vsize=1534436 CPUtime=0
/proc/23992/task/24000/stat : 24000 (java) S 23990 23992 23408 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 20068460 1571262464 26014 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24001] ppid=23990 vsize=1534436 CPUtime=1
/proc/23992/task/24001/stat : 24001 (java) S 23990 23992 23408 0 -1 4202560 1104 0 0 0 100 0 0 0 15 0 16 0 20068460 1571262464 26014 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24002] ppid=23990 vsize=1534436 CPUtime=1.36
/proc/23992/task/24002/stat : 24002 (java) S 23990 23992 23408 0 -1 4202560 2392 0 0 0 135 1 0 0 15 0 16 0 20068460 1571262464 26014 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 1 0 0 0
[pid=23992/tid=24003] ppid=23990 vsize=1534436 CPUtime=0
/proc/23992/task/24003/stat : 24003 (java) S 23990 23992 23408 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 20068460 1571262464 26014 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24004] ppid=23990 vsize=1534436 CPUtime=0
/proc/23992/task/24004/stat : 24004 (java) S 23990 23992 23408 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 20068460 1571262464 26014 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24005] ppid=23990 vsize=1534436 CPUtime=1.34
/proc/23992/task/24005/stat : 24005 (java) R 23990 23992 23408 0 -1 4202560 733 0 0 0 134 0 0 0 21 0 16 0 20068561 1571262464 26014 1992294400 134512640 134550932 4287752208 18446744073709551615 4109630538 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23992/tid=24006] ppid=23990 vsize=1534436 CPUtime=1.1
/proc/23992/task/24006/stat : 24006 (java) R 23990 23992 23408 0 -1 4202560 14994 0 0 0 104 6 0 0 25 0 16 0 20068561 1571262464 26014 1992294400 134512640 134550932 4287752208 18446744073709551615 4109579443 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23992/tid=24007] ppid=23990 vsize=1534436 CPUtime=0
/proc/23992/task/24007/stat : 24007 (java) S 23990 23992 23408 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 20068583 1571262464 26014 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24008] ppid=23990 vsize=1534436 CPUtime=0
/proc/23992/task/24008/stat : 24008 (java) S 23990 23992 23408 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 20068599 1571262464 26014 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.63
Current children cumulated vsize (KiB) 1534436

[startup+6.30148 s]
/proc/loadavg: 1.75 1.83 1.56 3/122 24008
/proc/meminfo: memFree=1656484/2059040 swapFree=4140360/4192956
[pid=23992] ppid=23990 vsize=1534436 CPUtime=11.97
/proc/23992/stat : 23992 (java) S 23990 23992 23408 0 -1 4202496 38337 0 1 0 1178 19 0 0 25 0 16 0 20068450 1571262464 36711 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23992/statm: 383609 36711 1442 10 0 380912 0
[pid=23992/tid=23994] ppid=23990 vsize=1534436 CPUtime=0.76
/proc/23992/task/23994/stat : 23994 (java) S 23990 23992 23408 0 -1 4202560 7321 0 1 0 72 4 0 0 18 0 16 0 20068451 1571262464 36711 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=23995] ppid=23990 vsize=1534436 CPUtime=0.03
/proc/23992/task/23995/stat : 23995 (java) S 23990 23992 23408 0 -1 4202560 834 0 0 0 3 0 0 0 18 0 16 0 20068453 1571262464 36711 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=23996] ppid=23990 vsize=1534436 CPUtime=0.03
/proc/23992/task/23996/stat : 23996 (java) S 23990 23992 23408 0 -1 4202560 809 0 0 0 3 0 0 0 18 0 16 0 20068453 1571262464 36711 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 1 0 0 0
[pid=23992/tid=23997] ppid=23990 vsize=1534436 CPUtime=0
/proc/23992/task/23997/stat : 23997 (java) S 23990 23992 23408 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 16 0 20068455 1571262464 36711 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 0 0 16800975 18446604437823558016 0 0 -1 1 0 0 0
[pid=23992/tid=23998] ppid=23990 vsize=1534436 CPUtime=0
/proc/23992/task/23998/stat : 23998 (java) S 23990 23992 23408 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 20068455 1571262464 36711 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=23999] ppid=23990 vsize=1534436 CPUtime=0
/proc/23992/task/23999/stat : 23999 (java) S 23990 23992 23408 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 20068455 1571262464 36711 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24000] ppid=23990 vsize=1534436 CPUtime=0
/proc/23992/task/24000/stat : 24000 (java) S 23990 23992 23408 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 20068460 1571262464 36711 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24001] ppid=23990 vsize=1534436 CPUtime=1.01
/proc/23992/task/24001/stat : 24001 (java) S 23990 23992 23408 0 -1 4202560 1104 0 0 0 101 0 0 0 15 0 16 0 20068460 1571262464 36711 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24002] ppid=23990 vsize=1534436 CPUtime=1.52
/proc/23992/task/24002/stat : 24002 (java) S 23990 23992 23408 0 -1 4202560 2404 0 0 0 151 1 0 0 15 0 16 0 20068460 1571262464 36711 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 1 0 0 0
[pid=23992/tid=24003] ppid=23990 vsize=1534436 CPUtime=0
/proc/23992/task/24003/stat : 24003 (java) S 23990 23992 23408 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 20068460 1571262464 36711 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24004] ppid=23990 vsize=1534436 CPUtime=0
/proc/23992/task/24004/stat : 24004 (java) S 23990 23992 23408 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 20068460 1571262464 36711 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24005] ppid=23990 vsize=1534436 CPUtime=4.5
/proc/23992/task/24005/stat : 24005 (java) R 23990 23992 23408 0 -1 4202560 771 0 0 0 449 1 0 0 25 0 16 0 20068561 1571262464 36711 1992294400 134512640 134550932 4287752208 18446744073709551615 4109719646 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23992/tid=24006] ppid=23990 vsize=1534436 CPUtime=4.04
/proc/23992/task/24006/stat : 24006 (java) R 23990 23992 23408 0 -1 4202560 24009 0 0 0 395 9 0 0 25 0 16 0 20068561 1571262464 36711 1992294400 134512640 134550932 4287752208 18446744073709551615 4109729234 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23992/tid=24007] ppid=23990 vsize=1534436 CPUtime=0
/proc/23992/task/24007/stat : 24007 (java) S 23990 23992 23408 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 20068583 1571262464 36711 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24008] ppid=23990 vsize=1534436 CPUtime=0
/proc/23992/task/24008/stat : 24008 (java) S 23990 23992 23408 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 20068599 1571262464 36711 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.97
Current children cumulated vsize (KiB) 1534436

[startup+12.7026 s]
/proc/loadavg: 1.77 1.83 1.56 3/122 24008
/proc/meminfo: memFree=1636148/2059040 swapFree=4140360/4192956
[pid=23992] ppid=23990 vsize=1536484 CPUtime=24.57
/proc/23992/stat : 23992 (java) S 23990 23992 23408 0 -1 4202496 43904 0 1 0 2435 22 0 0 25 0 16 0 20068450 1573359616 42193 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23992/statm: 384121 42193 1447 10 0 381424 0
[pid=23992/tid=23994] ppid=23990 vsize=1536484 CPUtime=0.76
/proc/23992/task/23994/stat : 23994 (java) S 23990 23992 23408 0 -1 4202560 7321 0 1 0 72 4 0 0 18 0 16 0 20068451 1573359616 42193 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=23995] ppid=23990 vsize=1536484 CPUtime=0.05
/proc/23992/task/23995/stat : 23995 (java) S 23990 23992 23408 0 -1 4202560 1433 0 0 0 5 0 0 0 15 0 16 0 20068453 1573359616 42193 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=23996] ppid=23990 vsize=1536484 CPUtime=0.06
/proc/23992/task/23996/stat : 23996 (java) S 23990 23992 23408 0 -1 4202560 1367 0 0 0 6 0 0 0 16 0 16 0 20068453 1573359616 42193 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=23997] ppid=23990 vsize=1536484 CPUtime=0.08
/proc/23992/task/23997/stat : 23997 (java) S 23990 23992 23408 0 -1 4202560 1074 0 0 0 8 0 0 0 15 0 16 0 20068455 1573359616 42193 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 0 0 16800975 18446604437823558016 0 0 -1 1 0 0 0
[pid=23992/tid=23998] ppid=23990 vsize=1536484 CPUtime=0
/proc/23992/task/23998/stat : 23998 (java) S 23990 23992 23408 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 20068455 1573359616 42193 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=23999] ppid=23990 vsize=1536484 CPUtime=0
/proc/23992/task/23999/stat : 23999 (java) S 23990 23992 23408 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 20068455 1573359616 42193 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24000] ppid=23990 vsize=1536484 CPUtime=0
/proc/23992/task/24000/stat : 24000 (java) S 23990 23992 23408 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 20068460 1573359616 42193 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24001] ppid=23990 vsize=1536484 CPUtime=1.1
/proc/23992/task/24001/stat : 24001 (java) S 23990 23992 23408 0 -1 4202560 1620 0 0 0 110 0 0 0 15 0 16 0 20068460 1573359616 42193 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 1 0 0 0
[pid=23992/tid=24002] ppid=23990 vsize=1536484 CPUtime=1.59
/proc/23992/task/24002/stat : 24002 (java) S 23990 23992 23408 0 -1 4202560 2412 0 0 0 158 1 0 0 15 0 16 0 20068460 1573359616 42193 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24003] ppid=23990 vsize=1536484 CPUtime=0
/proc/23992/task/24003/stat : 24003 (java) S 23990 23992 23408 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 20068460 1573359616 42193 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24004] ppid=23990 vsize=1536484 CPUtime=0
/proc/23992/task/24004/stat : 24004 (java) S 23990 23992 23408 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 20068460 1573359616 42193 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24005] ppid=23990 vsize=1536484 CPUtime=10.71
/proc/23992/task/24005/stat : 24005 (java) R 23990 23992 23408 0 -1 4202560 778 0 0 0 1070 1 0 0 25 0 16 0 20068561 1573359616 42193 1992294400 134512640 134550932 4287752208 18446744073709551615 4109598340 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23992/tid=24006] ppid=23990 vsize=1536484 CPUtime=10.13
/proc/23992/task/24006/stat : 24006 (java) R 23990 23992 23408 0 -1 4202560 26828 0 0 0 1002 11 0 0 25 0 16 0 20068561 1573359616 42193 1992294400 134512640 134550932 4287752208 18446744073709551615 4109719759 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23992/tid=24007] ppid=23990 vsize=1536484 CPUtime=0
/proc/23992/task/24007/stat : 24007 (java) S 23990 23992 23408 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 20068583 1573359616 42193 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24008] ppid=23990 vsize=1536484 CPUtime=0
/proc/23992/task/24008/stat : 24008 (java) S 23990 23992 23408 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 20068599 1573359616 42193 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 1 0 0 0

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

/proc/23992/statm: 384121 65120 1447 10 0 381424 0
[pid=23992/tid=23994] ppid=23990 vsize=1536484 CPUtime=0.76
/proc/23992/task/23994/stat : 23994 (java) S 23990 23992 23408 0 -1 4202560 7329 0 1 0 72 4 0 0 15 0 16 0 20068451 1573359616 65120 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 1 0 0 0
[pid=23992/tid=23995] ppid=23990 vsize=1536484 CPUtime=2.83
/proc/23992/task/23995/stat : 23995 (java) S 23990 23992 23408 0 -1 4202560 11471 0 0 0 270 13 0 0 16 0 16 0 20068453 1573359616 65120 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 1 0 0 0
[pid=23992/tid=23996] ppid=23990 vsize=1536484 CPUtime=2.79
/proc/23992/task/23996/stat : 23996 (java) S 23990 23992 23408 0 -1 4202560 10659 0 0 0 268 11 0 0 15 0 16 0 20068453 1573359616 65120 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 1 0 0 0
[pid=23992/tid=23997] ppid=23990 vsize=1536484 CPUtime=22.11
/proc/23992/task/23997/stat : 23997 (java) S 23990 23992 23408 0 -1 4202560 3088 0 0 0 2206 5 0 0 15 0 16 0 20068455 1573359616 65120 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 0 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=23998] ppid=23990 vsize=1536484 CPUtime=0
/proc/23992/task/23998/stat : 23998 (java) S 23990 23992 23408 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 20068455 1573359616 65120 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=23999] ppid=23990 vsize=1536484 CPUtime=0
/proc/23992/task/23999/stat : 23999 (java) S 23990 23992 23408 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 20068455 1573359616 65120 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24000] ppid=23990 vsize=1536484 CPUtime=0
/proc/23992/task/24000/stat : 24000 (java) S 23990 23992 23408 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 20068460 1573359616 65120 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24001] ppid=23990 vsize=1536484 CPUtime=1.13
/proc/23992/task/24001/stat : 24001 (java) S 23990 23992 23408 0 -1 4202560 1630 0 0 0 113 0 0 0 15 0 16 0 20068460 1573359616 65120 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 1 0 0 0
[pid=23992/tid=24002] ppid=23990 vsize=1536484 CPUtime=1.93
/proc/23992/task/24002/stat : 24002 (java) S 23990 23992 23408 0 -1 4202560 2416 0 0 0 192 1 0 0 15 0 16 0 20068460 1573359616 65120 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24003] ppid=23990 vsize=1536484 CPUtime=0
/proc/23992/task/24003/stat : 24003 (java) S 23990 23992 23408 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 20068460 1573359616 65120 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24004] ppid=23990 vsize=1536484 CPUtime=0
/proc/23992/task/24004/stat : 24004 (java) S 23990 23992 23408 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 16 0 20068460 1573359616 65120 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 1 0 0 0
[pid=23992/tid=24005] ppid=23990 vsize=1536484 CPUtime=731.89
/proc/23992/task/24005/stat : 24005 (java) R 23990 23992 23408 0 -1 4202560 1095 0 0 0 73180 9 0 0 25 0 16 0 20068561 1573359616 65120 1992294400 134512640 134550932 4287752208 18446744073709551615 4109736820 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23992/tid=24006] ppid=23990 vsize=1536484 CPUtime=724.25
/proc/23992/task/24006/stat : 24006 (java) R 23990 23992 23408 0 -1 4202560 29655 0 0 0 72387 38 0 0 25 0 16 0 20068561 1573359616 65120 1992294400 134512640 134550932 4287752208 18446744073709551615 4109630559 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23992/tid=24007] ppid=23990 vsize=1536484 CPUtime=0
/proc/23992/task/24007/stat : 24007 (java) S 23990 23992 23408 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 20068583 1573359616 65120 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24008] ppid=23990 vsize=1536484 CPUtime=0
/proc/23992/task/24008/stat : 24008 (java) S 23990 23992 23408 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 20068599 1573359616 65120 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1487.81
Current children cumulated vsize (KiB) 1536484

[startup+822.301 s]
/proc/loadavg: 2.09 2.01 1.82 3/122 24030
/proc/meminfo: memFree=1535336/2059040 swapFree=4140360/4192956
[pid=23992] ppid=23990 vsize=1536484 CPUtime=1603.96
/proc/23992/stat : 23992 (java) S 23990 23992 23408 0 -1 4202496 69780 0 1 0 160304 92 0 0 25 0 16 0 20068450 1573359616 66378 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23992/statm: 384121 66378 1447 10 0 381424 0
[pid=23992/tid=23994] ppid=23990 vsize=1536484 CPUtime=0.76
/proc/23992/task/23994/stat : 23994 (java) S 23990 23992 23408 0 -1 4202560 7329 0 1 0 72 4 0 0 15 0 16 0 20068451 1573359616 66378 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 1 0 0 0
[pid=23992/tid=23995] ppid=23990 vsize=1536484 CPUtime=3.06
/proc/23992/task/23995/stat : 23995 (java) S 23990 23992 23408 0 -1 4202560 11897 0 0 0 292 14 0 0 15 0 16 0 20068453 1573359616 66378 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=23996] ppid=23990 vsize=1536484 CPUtime=2.98
/proc/23992/task/23996/stat : 23996 (java) S 23990 23992 23408 0 -1 4202560 11353 0 0 0 286 12 0 0 15 0 16 0 20068453 1573359616 66378 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=23997] ppid=23990 vsize=1536484 CPUtime=24.8
/proc/23992/task/23997/stat : 23997 (java) S 23990 23992 23408 0 -1 4202560 3265 0 0 0 2475 5 0 0 15 0 16 0 20068455 1573359616 66378 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 0 0 16800975 18446604437823558016 0 0 -1 1 0 0 0
[pid=23992/tid=23998] ppid=23990 vsize=1536484 CPUtime=0
/proc/23992/task/23998/stat : 23998 (java) S 23990 23992 23408 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 20068455 1573359616 66378 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=23999] ppid=23990 vsize=1536484 CPUtime=0
/proc/23992/task/23999/stat : 23999 (java) S 23990 23992 23408 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 20068455 1573359616 66378 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24000] ppid=23990 vsize=1536484 CPUtime=0
/proc/23992/task/24000/stat : 24000 (java) S 23990 23992 23408 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 20068460 1573359616 66378 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24001] ppid=23990 vsize=1536484 CPUtime=1.13
/proc/23992/task/24001/stat : 24001 (java) S 23990 23992 23408 0 -1 4202560 1630 0 0 0 113 0 0 0 15 0 16 0 20068460 1573359616 66378 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 1 0 0 0
[pid=23992/tid=24002] ppid=23990 vsize=1536484 CPUtime=1.93
/proc/23992/task/24002/stat : 24002 (java) S 23990 23992 23408 0 -1 4202560 2416 0 0 0 192 1 0 0 15 0 16 0 20068460 1573359616 66378 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24003] ppid=23990 vsize=1536484 CPUtime=0
/proc/23992/task/24003/stat : 24003 (java) S 23990 23992 23408 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 20068460 1573359616 66378 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24004] ppid=23990 vsize=1536484 CPUtime=0
/proc/23992/task/24004/stat : 24004 (java) S 23990 23992 23408 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 16 0 20068460 1573359616 66378 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24005] ppid=23990 vsize=1536484 CPUtime=788.83
/proc/23992/task/24005/stat : 24005 (java) R 23990 23992 23408 0 -1 4202560 1111 0 0 0 78873 10 0 0 25 0 16 0 20068561 1573359616 66378 1992294400 134512640 134550932 4287752208 18446744073709551615 4109718227 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23992/tid=24006] ppid=23990 vsize=1536484 CPUtime=780.36
/proc/23992/task/24006/stat : 24006 (java) R 23990 23992 23408 0 -1 4202560 29660 0 0 0 77996 40 0 0 25 0 16 0 20068561 1573359616 66378 1992294400 134512640 134550932 4287752208 18446744073709551615 4109668499 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23992/tid=24007] ppid=23990 vsize=1536484 CPUtime=0
/proc/23992/task/24007/stat : 24007 (java) S 23990 23992 23408 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 20068583 1573359616 66378 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24008] ppid=23990 vsize=1536484 CPUtime=0
/proc/23992/task/24008/stat : 24008 (java) S 23990 23992 23408 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 20068599 1573359616 66378 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1603.96
Current children cumulated vsize (KiB) 1536484

[startup+882.31 s]
/proc/loadavg: 2.03 2.01 1.82 3/122 24032
/proc/meminfo: memFree=1530500/2059040 swapFree=4140360/4192956
[pid=23992] ppid=23990 vsize=1536484 CPUtime=1720.01
/proc/23992/stat : 23992 (java) S 23990 23992 23408 0 -1 4202496 71070 0 1 0 171904 97 0 0 25 0 16 0 20068450 1573359616 67580 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23992/statm: 384121 67580 1447 10 0 381424 0
[pid=23992/tid=23994] ppid=23990 vsize=1536484 CPUtime=0.77
/proc/23992/task/23994/stat : 23994 (java) S 23990 23992 23408 0 -1 4202560 7330 0 1 0 72 5 0 0 15 0 16 0 20068451 1573359616 67580 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 1 0 0 0
[pid=23992/tid=23995] ppid=23990 vsize=1536484 CPUtime=3.27
/proc/23992/task/23995/stat : 23995 (java) S 23990 23992 23408 0 -1 4202560 12446 0 0 0 312 15 0 0 16 0 16 0 20068453 1573359616 67580 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=23996] ppid=23990 vsize=1536484 CPUtime=3.18
/proc/23992/task/23996/stat : 23996 (java) S 23990 23992 23408 0 -1 4202560 11772 0 0 0 305 13 0 0 15 0 16 0 20068453 1573359616 67580 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 1 0 0 0
[pid=23992/tid=23997] ppid=23990 vsize=1536484 CPUtime=27.65
/proc/23992/task/23997/stat : 23997 (java) S 23990 23992 23408 0 -1 4202560 3560 0 0 0 2760 5 0 0 15 0 16 0 20068455 1573359616 67580 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 0 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=23998] ppid=23990 vsize=1536484 CPUtime=0
/proc/23992/task/23998/stat : 23998 (java) S 23990 23992 23408 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 20068455 1573359616 67580 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=23999] ppid=23990 vsize=1536484 CPUtime=0
/proc/23992/task/23999/stat : 23999 (java) S 23990 23992 23408 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 20068455 1573359616 67580 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24000] ppid=23990 vsize=1536484 CPUtime=0
/proc/23992/task/24000/stat : 24000 (java) S 23990 23992 23408 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 20068460 1573359616 67580 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24001] ppid=23990 vsize=1536484 CPUtime=1.13
/proc/23992/task/24001/stat : 24001 (java) S 23990 23992 23408 0 -1 4202560 1630 0 0 0 113 0 0 0 15 0 16 0 20068460 1573359616 67580 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 1 0 0 0
[pid=23992/tid=24002] ppid=23990 vsize=1536484 CPUtime=1.93
/proc/23992/task/24002/stat : 24002 (java) S 23990 23992 23408 0 -1 4202560 2416 0 0 0 192 1 0 0 15 0 16 0 20068460 1573359616 67580 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24003] ppid=23990 vsize=1536484 CPUtime=0
/proc/23992/task/24003/stat : 24003 (java) S 23990 23992 23408 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 20068460 1573359616 67580 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24004] ppid=23990 vsize=1536484 CPUtime=0
/proc/23992/task/24004/stat : 24004 (java) S 23990 23992 23408 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 20068460 1573359616 67580 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 1 0 0 0
[pid=23992/tid=24005] ppid=23990 vsize=1536484 CPUtime=845.37
/proc/23992/task/24005/stat : 24005 (java) R 23990 23992 23408 0 -1 4202560 1130 0 0 0 84527 10 0 0 25 0 16 0 20068561 1573359616 67580 1992294400 134512640 134550932 4287752208 18446744073709551615 4109698665 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23992/tid=24006] ppid=23990 vsize=1536484 CPUtime=836.62
/proc/23992/task/24006/stat : 24006 (java) R 23990 23992 23408 0 -1 4202560 29663 0 0 0 83619 43 0 0 25 0 16 0 20068561 1573359616 67580 1992294400 134512640 134550932 4287752208 18446744073709551615 4109630495 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23992/tid=24007] ppid=23990 vsize=1536484 CPUtime=0
/proc/23992/task/24007/stat : 24007 (java) S 23990 23992 23408 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 20068583 1573359616 67580 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24008] ppid=23990 vsize=1536484 CPUtime=0
/proc/23992/task/24008/stat : 24008 (java) S 23990 23992 23408 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 20068599 1573359616 67580 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1720.01
Current children cumulated vsize (KiB) 1536484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+923.902 s]
/proc/loadavg: 2.04 2.02 1.83 3/122 24032
/proc/meminfo: memFree=1527896/2059040 swapFree=4140360/4192956
[pid=23992] ppid=23990 vsize=1536484 CPUtime=1800.18
/proc/23992/stat : 23992 (java) S 23990 23992 23408 0 -1 4202496 71730 0 1 0 179918 100 0 0 25 0 16 0 20068450 1573359616 68149 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23992/statm: 384121 68149 1447 10 0 381424 0
[pid=23992/tid=23994] ppid=23990 vsize=1536484 CPUtime=0.77
/proc/23992/task/23994/stat : 23994 (java) S 23990 23992 23408 0 -1 4202560 7332 0 1 0 72 5 0 0 15 0 16 0 20068451 1573359616 68149 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=23995] ppid=23990 vsize=1536484 CPUtime=3.41
/proc/23992/task/23995/stat : 23995 (java) S 23990 23992 23408 0 -1 4202560 12727 0 0 0 326 15 0 0 15 0 16 0 20068453 1573359616 68149 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 1 0 0 0
[pid=23992/tid=23996] ppid=23990 vsize=1536484 CPUtime=3.33
/proc/23992/task/23996/stat : 23996 (java) S 23990 23992 23408 0 -1 4202560 12088 0 0 0 319 14 0 0 15 0 16 0 20068453 1573359616 68149 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 1 0 0 0
[pid=23992/tid=23997] ppid=23990 vsize=1536484 CPUtime=29.93
/proc/23992/task/23997/stat : 23997 (java) S 23990 23992 23408 0 -1 4202560 3607 0 0 0 2987 6 0 0 15 0 16 0 20068455 1573359616 68149 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 0 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=23998] ppid=23990 vsize=1536484 CPUtime=0
/proc/23992/task/23998/stat : 23998 (java) S 23990 23992 23408 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 20068455 1573359616 68149 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=23999] ppid=23990 vsize=1536484 CPUtime=0
/proc/23992/task/23999/stat : 23999 (java) S 23990 23992 23408 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 20068455 1573359616 68149 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24000] ppid=23990 vsize=1536484 CPUtime=0
/proc/23992/task/24000/stat : 24000 (java) S 23990 23992 23408 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 20068460 1573359616 68149 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24001] ppid=23990 vsize=1536484 CPUtime=1.13
/proc/23992/task/24001/stat : 24001 (java) S 23990 23992 23408 0 -1 4202560 1630 0 0 0 113 0 0 0 15 0 16 0 20068460 1573359616 68149 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 1 0 0 0
[pid=23992/tid=24002] ppid=23990 vsize=1536484 CPUtime=1.93
/proc/23992/task/24002/stat : 24002 (java) S 23990 23992 23408 0 -1 4202560 2416 0 0 0 192 1 0 0 15 0 16 0 20068460 1573359616 68149 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24003] ppid=23990 vsize=1536484 CPUtime=0
/proc/23992/task/24003/stat : 24003 (java) S 23990 23992 23408 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 20068460 1573359616 68149 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24004] ppid=23990 vsize=1536484 CPUtime=0
/proc/23992/task/24004/stat : 24004 (java) S 23990 23992 23408 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 20068460 1573359616 68149 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 1 0 0 0
[pid=23992/tid=24005] ppid=23990 vsize=1536484 CPUtime=884.07
/proc/23992/task/24005/stat : 24005 (java) R 23990 23992 23408 0 -1 4202560 1139 0 0 0 88396 11 0 0 25 0 16 0 20068561 1573359616 68149 1992294400 134512640 134550932 4287752208 18446744073709551615 4109651363 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23992/tid=24006] ppid=23990 vsize=1536484 CPUtime=875.51
/proc/23992/task/24006/stat : 24006 (java) R 23990 23992 23408 0 -1 4202560 29666 0 0 0 87508 43 0 0 25 0 16 0 20068561 1573359616 68149 1992294400 134512640 134550932 4287752208 18446744073709551615 4109728984 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23992/tid=24007] ppid=23990 vsize=1536484 CPUtime=0
/proc/23992/task/24007/stat : 24007 (java) S 23990 23992 23408 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 20068583 1573359616 68149 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 0 0 0 0
[pid=23992/tid=24008] ppid=23990 vsize=1536484 CPUtime=0
/proc/23992/task/24008/stat : 24008 (java) S 23990 23992 23408 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 20068599 1573359616 68149 1992294400 134512640 134550932 4287752208 18446744073709551615 4294960144 0 4 0 16800975 18446604437823558016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 1536484

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

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

[startup+924.016 s]
/proc/loadavg: 2.04 2.02 1.83 2/109 24035
/proc/meminfo: memFree=1665032/2059040 swapFree=4140360/4192956
[pid=23992] ppid=23990 vsize=0 CPUtime=1800.37
/proc/23992/stat : 23992 (java) Z 23990 23992 23408 0 -1 4203548 71751 0 1 0 179935 102 0 0 17 0 2 0 20068450 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23992/statm: 0 0 0 0 0 0 0
[pid=23992/tid=24005] ppid=23990 vsize=0 CPUtime=884.15
/proc/23992/task/24005/stat : 24005 (java) R 23990 23992 23408 0 -1 4203588 1139 0 0 0 88402 13 0 0 25 0 2 0 20068561 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.37
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 924.034
CPU time (s): 1800.39
CPU user time (s): 1799.36
CPU system time (s): 1.03084
CPU usage (%): 194.84
Max. virtual memory (cumulated for all children) (KiB): 1536484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.36
system time used= 1.03084
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71751
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= 25618
involuntary context switches= 51175

runsolver used 4.04538 second user time and 11.7842 second system time

The end

Launcher Data

Begin job on node027 at 2010-06-13 23:22:46
IDJOB=2662131
IDBENCH=2175
IDSOLVER=1166
FILE ID=node027/2662131-1276464166
PBS_JOBID= 11173349
Free space on /tmp= 62448 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-3-c.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662131-1276464166/watcher-2662131-1276464166 -o /tmp/evaluation-result-2662131-1276464166/solver-2662131-1276464166 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662131-1276464166.opb

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

MD5SUM BENCH= bc7893eb7aff4749139e472af91e587e
RANDOM SEED=959087156

node027.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		: 2800.261
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	: 5600.52
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		: 2800.261
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1798428 kB
Buffers:         77060 kB
Cached:         103028 kB
SwapCached:       6028 kB
Active:          86736 kB
Inactive:       106416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1798428 kB
SwapTotal:     4192956 kB
SwapFree:      4140360 kB
Dirty:             544 kB
Writeback:           0 kB
AnonPages:       11240 kB
Mapped:          12900 kB
Slab:            45304 kB
PageTables:       4000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180840 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264952 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62448 MiB
End job on node027 at 2010-06-13 23:38:12