Trace number 2662125

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.4 919.759

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
primes-dimacs-cnf/normalized-par32-4-c.opb
MD5SUM28753ff2e44c4cedb2d3a2e783f8d1a4
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 variables2666
Total number of constraints6659
Number of constraints which are clauses6659
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 2666
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 2666
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 2666
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.24/0.22	c Pseudo Boolean Optimization
0.24/0.22	c ManyCore solver with 2 solvers running in parallel
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.22	c Expensive reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.22	c No reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	
0.24/0.22	c solving HOME/instance-2662125-1276448239.opb
0.24/0.22	c reading problem ... 
1.51/0.97	c ... done. Wall clock time 0.749s.
1.51/0.97	c #vars     2666
1.51/0.97	c #constraints  6659
1.51/0.97	c constraints type 
1.51/0.97	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4954
1.51/0.97	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1705
1.51/0.97	c constraints type 
1.51/0.97	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1705
1.51/0.97	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4954
10.23/5.34	c cleaning 2500 clauses out of 5001 with flag 5001/5001
17.52/9.01	c cleaning 4251 clauses out of 8501 with flag 11001/11001
26.20/13.42	c cleaning 5624 clauses out of 11249 with flag 18000/18000
27.36/14.04	c cleaning 0 clauses out of 5001 with flag 0/5001
38.62/19.78	c cleaning 6806 clauses out of 13625 with flag 26000/26000
50.86/25.91	c cleaning 7904 clauses out of 15820 with flag 35002/35002
55.76/28.40	c cleaning 0 clauses out of 11000 with flag 0/11000
66.81/34.02	c cleaning 8951 clauses out of 17914 with flag 45000/45000
83.98/42.71	c cleaning 9475 clauses out of 18964 with flag 55001/55001
88.69/45.18	c cleaning 0 clauses out of 18001 with flag 0/18001
103.29/52.60	c cleaning 9740 clauses out of 19489 with flag 65001/65001
124.64/63.34	c cleaning 9871 clauses out of 19750 with flag 75002/75002
130.31/66.20	c cleaning 0 clauses out of 26001 with flag 0/26001
141.76/72.05	c cleaning 9931 clauses out of 19878 with flag 85001/85001
159.92/81.29	c cleaning 9965 clauses out of 19946 with flag 95000/95000
177.31/90.07	c cleaning 0 clauses out of 35000 with flag 0/35000
179.01/90.99	c cleaning 9982 clauses out of 19982 with flag 105001/105001
196.00/99.58	c cleaning 9993 clauses out of 20000 with flag 115001/115001
212.19/107.78	c cleaning 9997 clauses out of 20008 with flag 125002/125002
215.27/109.34	c cleaning 0 clauses out of 45001 with flag 0/45001
229.47/116.60	c cleaning 9998 clauses out of 20009 with flag 135000/135000
244.04/123.99	c cleaning 0 clauses out of 55000 with flag 0/55000
244.55/124.26	c cleaning 10000 clauses out of 20011 with flag 145000/145000
258.54/131.37	c cleaning 10001 clauses out of 20012 with flag 155001/155001
272.71/138.53	c cleaning 9998 clauses out of 20011 with flag 165001/165001
279.36/141.97	c cleaning 0 clauses out of 64999 with flag 0/65000
287.17/145.98	c cleaning 10004 clauses out of 20015 with flag 175003/175003
303.33/154.14	c cleaning 9998 clauses out of 20008 with flag 185000/185000
314.51/159.83	c cleaning 0 clauses out of 74999 with flag 0/75000
319.57/162.48	c cleaning 10000 clauses out of 20011 with flag 195001/195001
336.10/170.89	c cleaning 9998 clauses out of 20011 with flag 205001/205001
352.46/179.14	c cleaning 10002 clauses out of 20013 with flag 215001/215001
355.70/180.81	c cleaning 0 clauses out of 85004 with flag 0/85005
369.27/187.73	c cleaning 9998 clauses out of 20010 with flag 225000/225000
386.21/196.37	c cleaning 10000 clauses out of 20013 with flag 235001/235001
398.97/202.86	c cleaning 0 clauses out of 94999 with flag 0/95000
402.41/204.62	c cleaning 10002 clauses out of 20012 with flag 245000/245000
418.92/213.07	c cleaning 9996 clauses out of 20010 with flag 255000/255000
434.86/221.14	c cleaning 10002 clauses out of 20014 with flag 265000/265000
447.57/227.64	c cleaning 0 clauses out of 105001 with flag 0/105002
451.37/229.68	c cleaning 10000 clauses out of 20012 with flag 275000/275000
468.49/238.33	c cleaning 9999 clauses out of 20012 with flag 285000/285000
485.61/247.01	c cleaning 10003 clauses out of 20013 with flag 295000/295000
498.75/253.76	c cleaning 0 clauses out of 115004 with flag 0/115005
502.54/255.77	c cleaning 9997 clauses out of 20010 with flag 305000/305000
519.65/264.44	c cleaning 9996 clauses out of 20014 with flag 315001/315001
537.35/273.42	c cleaning 10001 clauses out of 20017 with flag 325000/325000
553.85/281.82	c cleaning 0 clauses out of 124999 with flag 0/125000
555.26/282.67	c cleaning 9999 clauses out of 20018 with flag 335002/335002
573.14/291.79	c cleaning 10002 clauses out of 20019 with flag 345002/345002
591.61/301.11	c cleaning 10000 clauses out of 20016 with flag 355001/355001
606.71/308.81	c cleaning 0 clauses out of 135002 with flag 0/135003
611.29/311.22	c cleaning 10002 clauses out of 20015 with flag 365000/365000
631.14/321.35	c cleaning 9998 clauses out of 20013 with flag 375000/375000
650.80/331.38	c cleaning 9999 clauses out of 20016 with flag 385001/385001
660.55/336.37	c cleaning 0 clauses out of 144999 with flag 0/145000
670.06/341.29	c cleaning 10002 clauses out of 20016 with flag 395000/395000
689.31/351.05	c cleaning 10000 clauses out of 20014 with flag 405000/405000
709.15/361.15	c cleaning 9999 clauses out of 20014 with flag 415000/415000
722.66/368.06	c cleaning 0 clauses out of 154999 with flag 0/155000
729.39/371.58	c cleaning 10000 clauses out of 20015 with flag 425000/425000
749.44/381.73	c cleaning 10001 clauses out of 20015 with flag 435000/435000
769.47/391.99	c cleaning 10000 clauses out of 20014 with flag 445000/445000
787.14/400.95	c cleaning 0 clauses out of 164999 with flag 0/165000
790.87/402.92	c cleaning 10000 clauses out of 20014 with flag 455000/455000
812.69/414.05	c cleaning 10001 clauses out of 20014 with flag 465000/465000
833.72/424.77	c cleaning 10000 clauses out of 20013 with flag 475000/475000
854.95/435.54	c cleaning 10002 clauses out of 20014 with flag 485001/485001
856.10/436.23	c cleaning 0 clauses out of 174999 with flag 0/175000
875.34/446.08	c cleaning 10001 clauses out of 20011 with flag 495000/495000
895.98/456.57	c cleaning 9997 clauses out of 20010 with flag 505000/505000
916.38/466.96	c cleaning 10000 clauses out of 20013 with flag 515000/515000
927.04/472.49	c cleaning 0 clauses out of 184999 with flag 0/185000
937.73/477.94	c cleaning 9999 clauses out of 20013 with flag 525000/525000
959.91/489.21	c cleaning 10006 clauses out of 20014 with flag 535000/535000
982.10/500.57	c cleaning 9998 clauses out of 20009 with flag 545001/545001
997.12/508.22	c cleaning 0 clauses out of 194999 with flag 0/195000
1004.42/512.05	c cleaning 9997 clauses out of 20011 with flag 555001/555001
1027.00/523.51	c cleaning 9998 clauses out of 20013 with flag 565000/565000
1050.35/535.40	c cleaning 10000 clauses out of 20015 with flag 575000/575000
1073.47/547.21	c cleaning 9998 clauses out of 20015 with flag 585000/585000
1073.84/547.54	c cleaning 0 clauses out of 204999 with flag 0/205000
1095.63/558.69	c cleaning 10001 clauses out of 20018 with flag 595001/595001
1117.00/569.57	c cleaning 10004 clauses out of 20017 with flag 605001/605001
1139.32/580.99	c cleaning 10002 clauses out of 20013 with flag 615001/615001
1150.59/586.77	c cleaning 0 clauses out of 215001 with flag 0/215002
1162.25/592.71	c cleaning 9994 clauses out of 20010 with flag 625000/625000
1184.82/604.20	c cleaning 9999 clauses out of 20016 with flag 635000/635000
1206.73/615.40	c cleaning 9998 clauses out of 20018 with flag 645001/645001
1227.49/626.06	c cleaning 10003 clauses out of 20019 with flag 655000/655000
1231.62/628.25	c cleaning 0 clauses out of 224999 with flag 0/225000
1249.61/637.44	c cleaning 10002 clauses out of 20016 with flag 665000/665000
1271.72/648.76	c cleaning 9997 clauses out of 20015 with flag 675001/675001
1293.89/660.07	c cleaning 10000 clauses out of 20017 with flag 685000/685000
1316.01/671.36	c cleaning 0 clauses out of 235000 with flag 0/235001
1316.38/671.66	c cleaning 10002 clauses out of 20017 with flag 695000/695000
1340.04/683.78	c cleaning 10000 clauses out of 20015 with flag 705000/705000
1362.57/695.22	c cleaning 9997 clauses out of 20016 with flag 715001/715001
1384.88/706.66	c cleaning 10000 clauses out of 20018 with flag 725000/725000
1391.57/710.10	c cleaning 0 clauses out of 245000 with flag 0/245001
1408.50/718.89	c cleaning 10001 clauses out of 20020 with flag 735002/735002
1431.62/730.68	c cleaning 10001 clauses out of 20017 with flag 745000/745000
1455.33/742.73	c cleaning 10000 clauses out of 20016 with flag 755000/755000
1478.24/754.45	c cleaning 10000 clauses out of 20016 with flag 765000/765000
1479.31/755.13	c cleaning 0 clauses out of 255000 with flag 0/255001
1500.46/765.93	c cleaning 9997 clauses out of 20016 with flag 775000/775000
1522.79/777.35	c cleaning 10005 clauses out of 20021 with flag 785002/785002
1546.32/789.38	c cleaning 9998 clauses out of 20014 with flag 795000/795000
1569.17/801.07	c cleaning 10001 clauses out of 20017 with flag 805001/805001
1575.84/804.51	c cleaning 0 clauses out of 265001 with flag 0/265002
1590.84/812.21	c cleaning 9997 clauses out of 20016 with flag 815001/815001
1612.77/823.49	c cleaning 10004 clauses out of 20019 with flag 825001/825001
1634.84/834.77	c cleaning 9998 clauses out of 20015 with flag 835001/835001
1657.15/846.17	c cleaning 10000 clauses out of 20017 with flag 845001/845001
1670.15/852.89	c cleaning 0 clauses out of 275002 with flag 0/275003
1680.58/858.22	c cleaning 9999 clauses out of 20017 with flag 855001/855001
1702.82/869.68	c cleaning 10002 clauses out of 20018 with flag 865001/865001
1725.93/881.47	c cleaning 9998 clauses out of 20016 with flag 875001/875001
1747.63/892.57	c cleaning 10005 clauses out of 20019 with flag 885002/885002
1763.60/900.78	c cleaning 0 clauses out of 285000 with flag 0/285001
1770.37/904.37	c cleaning 9999 clauses out of 20013 with flag 895001/895001
1793.47/916.17	c cleaning 10001 clauses out of 20013 with flag 905000/905000
1800.14/919.66	c starts		: 183
1800.14/919.66	c conflicts		: 907923
1800.14/919.66	c decisions		: 1000049
1800.14/919.66	c propagations		: 569539531
1800.14/919.66	c inspects		: 4134625017
1800.14/919.66	c learnt literals	: 1
1800.14/919.66	c learnt binary clauses	: 43
1800.14/919.66	c learnt ternary clauses	: 54
1800.14/919.66	c learnt clauses	: 907922
1800.14/919.66	c ignored clauses	: 0
1800.14/919.66	c root simplifications	: 0
1800.14/919.66	c removed literals (reason simplification)	: 9146123
1800.14/919.66	c reason swapping (by a shorter reason)	: 0
1800.14/919.66	c Calls to reduceDB	: 92
1800.14/919.66	c number of reductions to clauses (during analyze)	: 0
1800.14/919.66	c number of learned constraints concerned by reduction	: 0
1800.14/919.66	c number of learning phase by resolution	: 0
1800.14/919.66	c number of learning phase by cutting planes	: 0
1800.14/919.66	c speed (assignments/second)	: 619950.8329841023
1800.14/919.66	c non guided choices	0
1800.14/919.68	c learnt constraints type 
1800.14/919.68	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 12892
1800.14/919.68	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 43
1800.14/919.68	c constraints type 
1800.14/919.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4954
1800.14/919.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1705
1800.14/919.68	c constraints type 
1800.14/919.68	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1705
1800.14/919.68	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4954
1800.14/919.68	s UNKNOWN
1800.14/919.68	c Total wall clock time (in seconds): 919.457

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-2662125-1276448239/watcher-2662125-1276448239 -o /tmp/evaluation-result-2662125-1276448239/solver-2662125-1276448239 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662125-1276448239.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.99 0.98 0.99 3/106 25822
/proc/meminfo: memFree=1835600/2059040 swapFree=4135876/4192956
[pid=25822] ppid=25820 vsize=428 CPUtime=0
/proc/25822/stat : 25822 (java6) R 25820 25822 25145 0 -1 4194304 124 0 0 0 0 0 0 0 20 0 1 0 20425258 438272 43 1992294400 134512640 134550932 4292835904 18446744073709551615 9134032 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25822/statm: 111 45 36 10 0 25 0

[startup+0.0754 s]
/proc/loadavg: 0.99 0.98 0.99 3/106 25822
/proc/meminfo: memFree=1835600/2059040 swapFree=4135876/4192956
[pid=25822] ppid=25820 vsize=1521796 CPUtime=0.06
/proc/25822/stat : 25822 (java) S 25820 25822 25145 0 -1 4202496 3720 0 1 0 4 2 0 0 15 0 7 0 20425258 1558319104 3161 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/25822/statm: 380449 3161 1035 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.1004 s]
/proc/loadavg: 0.99 0.98 0.99 3/106 25822
/proc/meminfo: memFree=1835600/2059040 swapFree=4135876/4192956
[pid=25822] ppid=25820 vsize=1524020 CPUtime=0.08
/proc/25822/stat : 25822 (java) S 25820 25822 25145 0 -1 4202496 3944 0 1 0 6 2 0 0 15 0 12 0 20425258 1560596480 3383 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25822/statm: 381045 3386 1074 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.301007 s]
/proc/loadavg: 0.99 0.98 0.99 3/106 25822
/proc/meminfo: memFree=1835600/2059040 swapFree=4135876/4192956
[pid=25822] ppid=25820 vsize=1526420 CPUtime=0.35
/proc/25822/stat : 25822 (java) S 25820 25822 25145 0 -1 4202496 5353 0 1 0 32 3 0 0 15 0 12 0 20425258 1563054080 4790 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25822/statm: 381605 4790 1361 10 0 378908 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526420

[startup+0.701046 s]
/proc/loadavg: 0.99 0.98 0.99 3/106 25822
/proc/meminfo: memFree=1835600/2059040 swapFree=4135876/4192956
[pid=25822] ppid=25820 vsize=1530836 CPUtime=1.11
/proc/25822/stat : 25822 (java) S 25820 25822 25145 0 -1 4202496 8189 0 1 0 106 5 0 0 15 0 12 0 20425258 1567576064 7239 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25822/statm: 382709 7239 1395 10 0 380012 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1530836

[startup+1.50212 s]
/proc/loadavg: 0.99 0.98 0.99 5/120 25836
/proc/meminfo: memFree=1799404/2059040 swapFree=4135876/4192956
[pid=25822] ppid=25820 vsize=1536024 CPUtime=2.69
/proc/25822/stat : 25822 (java) S 25820 25822 25145 0 -1 4202496 13956 0 1 0 262 7 0 0 15 0 15 0 20425258 1572888576 11758 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25822/statm: 384006 11758 1421 10 0 381309 0
[pid=25822/tid=25824] ppid=25820 vsize=1536024 CPUtime=0.94
/proc/25822/task/25824/stat : 25824 (java) S 25820 25822 25145 0 -1 4202560 7353 0 1 0 90 4 0 0 20 0 15 0 20425260 1572888576 11758 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25825] ppid=25820 vsize=1536024 CPUtime=0
/proc/25822/task/25825/stat : 25825 (java) S 25820 25822 25145 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 15 0 20425261 1572888576 11758 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25826] ppid=25820 vsize=1536024 CPUtime=0
/proc/25822/task/25826/stat : 25826 (java) S 25820 25822 25145 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 15 0 20425261 1572888576 11758 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25827] ppid=25820 vsize=1536024 CPUtime=0
/proc/25822/task/25827/stat : 25827 (java) S 25820 25822 25145 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 15 0 20425263 1572888576 11758 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 0 0 16800975 18446604437822714304 0 0 -1 1 0 0 0
[pid=25822/tid=25828] ppid=25820 vsize=1536024 CPUtime=0
/proc/25822/task/25828/stat : 25828 (java) S 25820 25822 25145 0 -1 4202560 11 0 0 0 0 0 0 0 21 0 15 0 20425263 1572888576 11758 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25829] ppid=25820 vsize=1536024 CPUtime=0
/proc/25822/task/25829/stat : 25829 (java) S 25820 25822 25145 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 15 0 20425263 1572888576 11758 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25830] ppid=25820 vsize=1536024 CPUtime=0
/proc/25822/task/25830/stat : 25830 (java) S 25820 25822 25145 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 15 0 20425268 1572888576 11758 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25831] ppid=25820 vsize=1536024 CPUtime=0.5
/proc/25822/task/25831/stat : 25831 (java) R 25820 25822 25145 0 -1 4202560 2361 0 0 0 50 0 0 0 25 0 15 0 20425268 1572888576 11758 1992294400 134512640 134550932 4289432400 18446744073709551615 105724187 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25822/tid=25832] ppid=25820 vsize=1536024 CPUtime=0.77
/proc/25822/task/25832/stat : 25832 (java) R 25820 25822 25145 0 -1 4202560 1800 0 0 0 76 1 0 0 17 0 15 0 20425268 1572888576 11758 1992294400 134512640 134550932 4289432400 18446744073709551615 105711845 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25822/tid=25833] ppid=25820 vsize=1536024 CPUtime=0
/proc/25822/task/25833/stat : 25833 (java) S 25820 25822 25145 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 20425268 1572888576 11758 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25834] ppid=25820 vsize=1536024 CPUtime=0
/proc/25822/task/25834/stat : 25834 (java) S 25820 25822 25145 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 15 0 20425268 1572888576 11758 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25835] ppid=25820 vsize=1536024 CPUtime=0.07
/proc/25822/task/25835/stat : 25835 (java) R 25820 25822 25145 0 -1 4202560 357 0 0 0 7 0 0 0 21 0 15 0 20425355 1572888576 11758 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25822/tid=25836] ppid=25820 vsize=1536024 CPUtime=0.36
/proc/25822/task/25836/stat : 25836 (java) R 25820 25822 25145 0 -1 4202560 1014 0 0 0 36 0 0 0 19 0 15 0 20425355 1572888576 11758 1992294400 134512640 134550932 4289432400 18446744073709551615 4108605564 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 1536024

[startup+3.10228 s]
/proc/loadavg: 0.99 0.98 0.99 5/122 25838
/proc/meminfo: memFree=1786244/2059040 swapFree=4135876/4192956
[pid=25822] ppid=25820 vsize=1536348 CPUtime=5.88
/proc/25822/stat : 25822 (java) S 25820 25822 25145 0 -1 4202496 31656 0 1 0 574 14 0 0 15 0 16 0 20425258 1573220352 29256 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25822/statm: 384087 29256 1433 10 0 381390 0
[pid=25822/tid=25824] ppid=25820 vsize=1536348 CPUtime=0.94
/proc/25822/task/25824/stat : 25824 (java) S 25820 25822 25145 0 -1 4202560 7353 0 1 0 90 4 0 0 18 0 16 0 20425260 1573220352 29256 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25825] ppid=25820 vsize=1536348 CPUtime=0
/proc/25822/task/25825/stat : 25825 (java) S 25820 25822 25145 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 16 0 20425261 1573220352 29256 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25826] ppid=25820 vsize=1536348 CPUtime=0
/proc/25822/task/25826/stat : 25826 (java) S 25820 25822 25145 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 16 0 20425261 1573220352 29256 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25827] ppid=25820 vsize=1536348 CPUtime=0
/proc/25822/task/25827/stat : 25827 (java) S 25820 25822 25145 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 20425263 1573220352 29256 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 0 0 16800975 18446604437822714304 0 0 -1 1 0 0 0
[pid=25822/tid=25828] ppid=25820 vsize=1536348 CPUtime=0
/proc/25822/task/25828/stat : 25828 (java) S 25820 25822 25145 0 -1 4202560 11 0 0 0 0 0 0 0 21 0 16 0 20425263 1573220352 29256 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25829] ppid=25820 vsize=1536348 CPUtime=0
/proc/25822/task/25829/stat : 25829 (java) S 25820 25822 25145 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 20425263 1573220352 29256 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25830] ppid=25820 vsize=1536348 CPUtime=0
/proc/25822/task/25830/stat : 25830 (java) S 25820 25822 25145 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 16 0 20425268 1573220352 29256 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25831] ppid=25820 vsize=1536348 CPUtime=0.94
/proc/25822/task/25831/stat : 25831 (java) S 25820 25822 25145 0 -1 4202560 2395 0 0 0 94 0 0 0 25 0 16 0 20425268 1573220352 29256 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25832] ppid=25820 vsize=1536348 CPUtime=1.66
/proc/25822/task/25832/stat : 25832 (java) S 25820 25822 25145 0 -1 4202560 2094 0 0 0 165 1 0 0 15 0 16 0 20425268 1573220352 29256 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 1 0 0 0
[pid=25822/tid=25833] ppid=25820 vsize=1536348 CPUtime=0
/proc/25822/task/25833/stat : 25833 (java) S 25820 25822 25145 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 20425268 1573220352 29256 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25834] ppid=25820 vsize=1536348 CPUtime=0
/proc/25822/task/25834/stat : 25834 (java) S 25820 25822 25145 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 20425268 1573220352 29256 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25835] ppid=25820 vsize=1536348 CPUtime=0.78
/proc/25822/task/25835/stat : 25835 (java) R 25820 25822 25145 0 -1 4202560 729 0 0 0 78 0 0 0 24 0 16 0 20425355 1573220352 29256 1992294400 134512640 134550932 4289432400 18446744073709551615 4109486870 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25822/tid=25836] ppid=25820 vsize=1536348 CPUtime=1.51
/proc/25822/task/25836/stat : 25836 (java) R 25820 25822 25145 0 -1 4202560 18009 0 0 0 145 6 0 0 21 0 16 0 20425355 1573220352 29256 1992294400 134512640 134550932 4289432400 18446744073709551615 4109212243 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25822/tid=25837] ppid=25820 vsize=1536348 CPUtime=0
/proc/25822/task/25837/stat : 25837 (java) S 25820 25822 25145 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 20425377 1573220352 29256 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25838] ppid=25820 vsize=1536348 CPUtime=0
/proc/25822/task/25838/stat : 25838 (java) S 25820 25822 25145 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 20425412 1573220352 29256 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 1536348

[startup+6.30157 s]
/proc/loadavg: 1.15 1.02 1.01 3/122 25840
/proc/meminfo: memFree=1689276/2059040 swapFree=4135876/4192956
[pid=25822] ppid=25820 vsize=1536348 CPUtime=12.18
/proc/25822/stat : 25822 (java) S 25820 25822 25145 0 -1 4202496 40101 0 1 0 1201 17 0 0 15 0 16 0 20425258 1573220352 37681 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25822/statm: 384087 37681 1447 10 0 381390 0
[pid=25822/tid=25824] ppid=25820 vsize=1536348 CPUtime=0.94
/proc/25822/task/25824/stat : 25824 (java) S 25820 25822 25145 0 -1 4202560 7353 0 1 0 90 4 0 0 18 0 16 0 20425260 1573220352 37681 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25825] ppid=25820 vsize=1536348 CPUtime=0.03
/proc/25822/task/25825/stat : 25825 (java) S 25820 25822 25145 0 -1 4202560 893 0 0 0 3 0 0 0 15 0 16 0 20425261 1573220352 37681 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25826] ppid=25820 vsize=1536348 CPUtime=0.03
/proc/25822/task/25826/stat : 25826 (java) S 25820 25822 25145 0 -1 4202560 701 0 0 0 3 0 0 0 16 0 16 0 20425261 1573220352 37681 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25827] ppid=25820 vsize=1536348 CPUtime=0.03
/proc/25822/task/25827/stat : 25827 (java) S 25820 25822 25145 0 -1 4202560 787 0 0 0 3 0 0 0 16 0 16 0 20425263 1573220352 37681 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 0 0 16800975 18446604437822714304 0 0 -1 1 0 0 0
[pid=25822/tid=25828] ppid=25820 vsize=1536348 CPUtime=0
/proc/25822/task/25828/stat : 25828 (java) S 25820 25822 25145 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 20425263 1573220352 37681 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25829] ppid=25820 vsize=1536348 CPUtime=0
/proc/25822/task/25829/stat : 25829 (java) S 25820 25822 25145 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 20425263 1573220352 37681 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25830] ppid=25820 vsize=1536348 CPUtime=0
/proc/25822/task/25830/stat : 25830 (java) S 25820 25822 25145 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 16 0 20425268 1573220352 37681 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25831] ppid=25820 vsize=1536348 CPUtime=1.03
/proc/25822/task/25831/stat : 25831 (java) S 25820 25822 25145 0 -1 4202560 2402 0 0 0 103 0 0 0 15 0 16 0 20425268 1573220352 37681 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25832] ppid=25820 vsize=1536348 CPUtime=1.73
/proc/25822/task/25832/stat : 25832 (java) S 25820 25822 25145 0 -1 4202560 2103 0 0 0 172 1 0 0 15 0 16 0 20425268 1573220352 37681 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 1 0 0 0
[pid=25822/tid=25833] ppid=25820 vsize=1536348 CPUtime=0
/proc/25822/task/25833/stat : 25833 (java) S 25820 25822 25145 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 20425268 1573220352 37681 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25834] ppid=25820 vsize=1536348 CPUtime=0
/proc/25822/task/25834/stat : 25834 (java) S 25820 25822 25145 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 20425268 1573220352 37681 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25835] ppid=25820 vsize=1536348 CPUtime=3.83
/proc/25822/task/25835/stat : 25835 (java) R 25820 25822 25145 0 -1 4202560 754 0 0 0 383 0 0 0 25 0 16 0 20425355 1573220352 37681 1992294400 134512640 134550932 4289432400 18446744073709551615 4109166375 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25822/tid=25836] ppid=25820 vsize=1536348 CPUtime=4.49
/proc/25822/task/25836/stat : 25836 (java) R 25820 25822 25145 0 -1 4202560 24033 0 0 0 441 8 0 0 25 0 16 0 20425355 1573220352 37681 1992294400 134512640 134550932 4289432400 18446744073709551615 4109278034 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25822/tid=25837] ppid=25820 vsize=1536348 CPUtime=0
/proc/25822/task/25837/stat : 25837 (java) S 25820 25822 25145 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 20425377 1573220352 37681 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25838] ppid=25820 vsize=1536348 CPUtime=0
/proc/25822/task/25838/stat : 25838 (java) S 25820 25822 25145 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 20425412 1573220352 37681 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.18
Current children cumulated vsize (KiB) 1536348

[startup+12.7012 s]
/proc/loadavg: 1.22 1.03 1.01 3/122 25840
/proc/meminfo: memFree=1662120/2059040 swapFree=4135876/4192956
[pid=25822] ppid=25820 vsize=1536348 CPUtime=24.82
/proc/25822/stat : 25822 (java) S 25820 25822 25145 0 -1 4202496 46859 0 1 0 2462 20 0 0 15 0 16 0 20425258 1573220352 44428 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25822/statm: 384087 44428 1447 10 0 381390 0
[pid=25822/tid=25824] ppid=25820 vsize=1536348 CPUtime=0.94
/proc/25822/task/25824/stat : 25824 (java) S 25820 25822 25145 0 -1 4202560 7353 0 1 0 90 4 0 0 18 0 16 0 20425260 1573220352 44428 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25825] ppid=25820 vsize=1536348 CPUtime=0.05
/proc/25822/task/25825/stat : 25825 (java) S 25820 25822 25145 0 -1 4202560 1213 0 0 0 5 0 0 0 15 0 16 0 20425261 1573220352 44428 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 1 0 0 0
[pid=25822/tid=25826] ppid=25820 vsize=1536348 CPUtime=0.05
/proc/25822/task/25826/stat : 25826 (java) S 25820 25822 25145 0 -1 4202560 1095 0 0 0 5 0 0 0 16 0 16 0 20425261 1573220352 44428 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25827] ppid=25820 vsize=1536348 CPUtime=0.07
/proc/25822/task/25827/stat : 25827 (java) S 25820 25822 25145 0 -1 4202560 1124 0 0 0 7 0 0 0 15 0 16 0 20425263 1573220352 44428 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 0 0 16800975 18446604437822714304 0 0 -1 1 0 0 0
[pid=25822/tid=25828] ppid=25820 vsize=1536348 CPUtime=0
/proc/25822/task/25828/stat : 25828 (java) S 25820 25822 25145 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 20425263 1573220352 44428 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25829] ppid=25820 vsize=1536348 CPUtime=0
/proc/25822/task/25829/stat : 25829 (java) S 25820 25822 25145 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 20425263 1573220352 44428 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25830] ppid=25820 vsize=1536348 CPUtime=0
/proc/25822/task/25830/stat : 25830 (java) S 25820 25822 25145 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 16 0 20425268 1573220352 44428 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25831] ppid=25820 vsize=1536348 CPUtime=1.03
/proc/25822/task/25831/stat : 25831 (java) S 25820 25822 25145 0 -1 4202560 2402 0 0 0 103 0 0 0 15 0 16 0 20425268 1573220352 44428 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25832] ppid=25820 vsize=1536348 CPUtime=1.82
/proc/25822/task/25832/stat : 25832 (java) S 25820 25822 25145 0 -1 4202560 2111 0 0 0 181 1 0 0 16 0 16 0 20425268 1573220352 44428 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 1 0 0 0
[pid=25822/tid=25833] ppid=25820 vsize=1536348 CPUtime=0
/proc/25822/task/25833/stat : 25833 (java) S 25820 25822 25145 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 20425268 1573220352 44428 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25834] ppid=25820 vsize=1536348 CPUtime=0
/proc/25822/task/25834/stat : 25834 (java) S 25820 25822 25145 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 20425268 1573220352 44428 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25835] ppid=25820 vsize=1536348 CPUtime=10.06
/proc/25822/task/25835/stat : 25835 (java) R 25820 25822 25145 0 -1 4202560 764 0 0 0 1006 0 0 0 25 0 16 0 20425355 1573220352 44428 1992294400 134512640 134550932 4289432400 18446744073709551615 4109280162 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25822/tid=25836] ppid=25820 vsize=1536348 CPUtime=10.71
/proc/25822/task/25836/stat : 25836 (java) R 25820 25822 25145 0 -1 4202560 29722 0 0 0 1060 11 0 0 25 0 16 0 20425355 1573220352 44428 1992294400 134512640 134550932 4289432400 18446744073709551615 4109301296 0 4 0 16800975 0 0 0 -1 1 0 0 0

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

/proc/25822/task/25837/stat : 25837 (java) S 25820 25822 25145 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 20425377 1583706112 64079 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25838] ppid=25820 vsize=1546588 CPUtime=0
/proc/25822/task/25838/stat : 25838 (java) S 25820 25822 25145 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 20425412 1583706112 64079 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1493.34
Current children cumulated vsize (KiB) 1546588

[startup+822.302 s]
/proc/loadavg: 2.00 1.92 1.56 3/122 25869
/proc/meminfo: memFree=1578668/2059040 swapFree=4135876/4192956
[pid=25822] ppid=25820 vsize=1546588 CPUtime=1610.58
/proc/25822/stat : 25822 (java) S 25820 25822 25145 0 -1 4202496 69502 0 1 0 160984 74 0 0 15 0 16 0 20425258 1583706112 64918 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25822/statm: 386647 64918 1447 10 0 383950 0
[pid=25822/tid=25824] ppid=25820 vsize=1546588 CPUtime=0.94
/proc/25822/task/25824/stat : 25824 (java) S 25820 25822 25145 0 -1 4202560 7359 0 1 0 90 4 0 0 15 0 16 0 20425260 1583706112 64918 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 1 0 0 0
[pid=25822/tid=25825] ppid=25820 vsize=1546588 CPUtime=2.44
/proc/25822/task/25825/stat : 25825 (java) S 25820 25822 25145 0 -1 4202560 10542 0 0 0 232 12 0 0 15 0 16 0 20425261 1583706112 64918 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 1 0 0 0
[pid=25822/tid=25826] ppid=25820 vsize=1546588 CPUtime=2.45
/proc/25822/task/25826/stat : 25826 (java) S 25820 25822 25145 0 -1 4202560 9258 0 0 0 235 10 0 0 16 0 16 0 20425261 1583706112 64918 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25827] ppid=25820 vsize=1546588 CPUtime=18.7
/proc/25822/task/25827/stat : 25827 (java) S 25820 25822 25145 0 -1 4202560 2792 0 0 0 1865 5 0 0 15 0 16 0 20425263 1583706112 64918 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 0 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25828] ppid=25820 vsize=1546588 CPUtime=0
/proc/25822/task/25828/stat : 25828 (java) S 25820 25822 25145 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 20425263 1583706112 64918 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25829] ppid=25820 vsize=1546588 CPUtime=0
/proc/25822/task/25829/stat : 25829 (java) S 25820 25822 25145 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 20425263 1583706112 64918 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25830] ppid=25820 vsize=1546588 CPUtime=0
/proc/25822/task/25830/stat : 25830 (java) S 25820 25822 25145 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 16 0 20425268 1583706112 64918 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25831] ppid=25820 vsize=1546588 CPUtime=1.18
/proc/25822/task/25831/stat : 25831 (java) S 25820 25822 25145 0 -1 4202560 2403 0 0 0 118 0 0 0 15 0 16 0 20425268 1583706112 64918 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25832] ppid=25820 vsize=1546588 CPUtime=2.37
/proc/25822/task/25832/stat : 25832 (java) S 25820 25822 25145 0 -1 4202560 5126 0 0 0 235 2 0 0 15 0 16 0 20425268 1583706112 64918 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 1 0 0 0
[pid=25822/tid=25833] ppid=25820 vsize=1546588 CPUtime=0
/proc/25822/task/25833/stat : 25833 (java) S 25820 25822 25145 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 20425268 1583706112 64918 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25834] ppid=25820 vsize=1546588 CPUtime=0
/proc/25822/task/25834/stat : 25834 (java) S 25820 25822 25145 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 20425268 1583706112 64918 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 1 0 0 0
[pid=25822/tid=25835] ppid=25820 vsize=1546588 CPUtime=795.23
/proc/25822/task/25835/stat : 25835 (java) R 25820 25822 25145 0 -1 4202560 1028 0 0 0 79502 21 0 0 25 0 16 0 20425355 1583706112 64918 1992294400 134512640 134550932 4289432400 18446744073709551615 4109279239 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25822/tid=25836] ppid=25820 vsize=1546588 CPUtime=787.18
/proc/25822/task/25836/stat : 25836 (java) R 25820 25822 25145 0 -1 4202560 29871 0 0 0 78703 15 0 0 25 0 16 0 20425355 1583706112 64918 1992294400 134512640 134550932 4289432400 18446744073709551615 4109279239 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25822/tid=25837] ppid=25820 vsize=1546588 CPUtime=0
/proc/25822/task/25837/stat : 25837 (java) S 25820 25822 25145 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 20425377 1583706112 64918 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25838] ppid=25820 vsize=1546588 CPUtime=0
/proc/25822/task/25838/stat : 25838 (java) S 25820 25822 25145 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 20425412 1583706112 64918 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1610.58
Current children cumulated vsize (KiB) 1546588

[startup+882.301 s]
/proc/loadavg: 2.15 1.98 1.60 3/122 25871
/proc/meminfo: memFree=1576560/2059040 swapFree=4135876/4192956
[pid=25822] ppid=25820 vsize=1546588 CPUtime=1727.41
/proc/25822/stat : 25822 (java) S 25820 25822 25145 0 -1 4202496 70014 0 1 0 172664 77 0 0 15 0 16 0 20425258 1583706112 65388 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25822/statm: 386647 65388 1447 10 0 383950 0
[pid=25822/tid=25824] ppid=25820 vsize=1546588 CPUtime=0.94
/proc/25822/task/25824/stat : 25824 (java) S 25820 25822 25145 0 -1 4202560 7360 0 1 0 90 4 0 0 15 0 16 0 20425260 1583706112 65388 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 1 0 0 0
[pid=25822/tid=25825] ppid=25820 vsize=1546588 CPUtime=2.6
/proc/25822/task/25825/stat : 25825 (java) S 25820 25822 25145 0 -1 4202560 10751 0 0 0 248 12 0 0 15 0 16 0 20425261 1583706112 65388 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 1 0 0 0
[pid=25822/tid=25826] ppid=25820 vsize=1546588 CPUtime=2.6
/proc/25822/task/25826/stat : 25826 (java) S 25820 25822 25145 0 -1 4202560 9402 0 0 0 250 10 0 0 15 0 16 0 20425261 1583706112 65388 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25827] ppid=25820 vsize=1546588 CPUtime=20.79
/proc/25822/task/25827/stat : 25827 (java) S 25820 25822 25145 0 -1 4202560 2930 0 0 0 2074 5 0 0 16 0 16 0 20425263 1583706112 65388 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 0 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25828] ppid=25820 vsize=1546588 CPUtime=0
/proc/25822/task/25828/stat : 25828 (java) S 25820 25822 25145 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 20425263 1583706112 65388 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25829] ppid=25820 vsize=1546588 CPUtime=0
/proc/25822/task/25829/stat : 25829 (java) S 25820 25822 25145 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 20425263 1583706112 65388 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25830] ppid=25820 vsize=1546588 CPUtime=0
/proc/25822/task/25830/stat : 25830 (java) S 25820 25822 25145 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 16 0 20425268 1583706112 65388 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25831] ppid=25820 vsize=1546588 CPUtime=1.18
/proc/25822/task/25831/stat : 25831 (java) S 25820 25822 25145 0 -1 4202560 2403 0 0 0 118 0 0 0 15 0 16 0 20425268 1583706112 65388 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25832] ppid=25820 vsize=1546588 CPUtime=2.37
/proc/25822/task/25832/stat : 25832 (java) S 25820 25822 25145 0 -1 4202560 5126 0 0 0 235 2 0 0 15 0 16 0 20425268 1583706112 65388 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 1 0 0 0
[pid=25822/tid=25833] ppid=25820 vsize=1546588 CPUtime=0
/proc/25822/task/25833/stat : 25833 (java) S 25820 25822 25145 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 20425268 1583706112 65388 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25834] ppid=25820 vsize=1546588 CPUtime=0
/proc/25822/task/25834/stat : 25834 (java) S 25820 25822 25145 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 20425268 1583706112 65388 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 1 0 0 0
[pid=25822/tid=25835] ppid=25820 vsize=1546588 CPUtime=852.95
/proc/25822/task/25835/stat : 25835 (java) R 25820 25822 25145 0 -1 4202560 1043 0 0 0 85272 23 0 0 25 0 16 0 20425355 1583706112 65388 1992294400 134512640 134550932 4289432400 18446744073709551615 4109267817 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25822/tid=25836] ppid=25820 vsize=1546588 CPUtime=843.88
/proc/25822/task/25836/stat : 25836 (java) R 25820 25822 25145 0 -1 4202560 29872 0 0 0 84373 15 0 0 25 0 16 0 20425355 1583706112 65388 1992294400 134512640 134550932 4289432400 18446744073709551615 4109278217 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25822/tid=25837] ppid=25820 vsize=1546588 CPUtime=0
/proc/25822/task/25837/stat : 25837 (java) S 25820 25822 25145 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 20425377 1583706112 65388 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25838] ppid=25820 vsize=1546588 CPUtime=0
/proc/25822/task/25838/stat : 25838 (java) S 25820 25822 25145 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 20425412 1583706112 65388 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1727.41
Current children cumulated vsize (KiB) 1546588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+919.61 s]
/proc/loadavg: 2.07 1.98 1.61 3/122 25873
/proc/meminfo: memFree=1574576/2059040 swapFree=4135876/4192956
[pid=25822] ppid=25820 vsize=1546588 CPUtime=1800.14
/proc/25822/stat : 25822 (java) S 25820 25822 25145 0 -1 4202496 70499 0 1 0 179936 78 0 0 15 0 16 0 20425258 1583706112 65833 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25822/statm: 386647 65833 1447 10 0 383950 0
[pid=25822/tid=25824] ppid=25820 vsize=1546588 CPUtime=0.94
/proc/25822/task/25824/stat : 25824 (java) S 25820 25822 25145 0 -1 4202560 7360 0 1 0 90 4 0 0 15 0 16 0 20425260 1583706112 65833 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 1 0 0 0
[pid=25822/tid=25825] ppid=25820 vsize=1546588 CPUtime=2.68
/proc/25822/task/25825/stat : 25825 (java) S 25820 25822 25145 0 -1 4202560 10955 0 0 0 255 13 0 0 16 0 16 0 20425261 1583706112 65833 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 1 0 0 0
[pid=25822/tid=25826] ppid=25820 vsize=1546588 CPUtime=2.7
/proc/25822/task/25826/stat : 25826 (java) S 25820 25822 25145 0 -1 4202560 9642 0 0 0 259 11 0 0 15 0 16 0 20425261 1583706112 65833 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 1 0 0 0
[pid=25822/tid=25827] ppid=25820 vsize=1546588 CPUtime=22.01
/proc/25822/task/25827/stat : 25827 (java) S 25820 25822 25145 0 -1 4202560 2960 0 0 0 2196 5 0 0 15 0 16 0 20425263 1583706112 65833 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 0 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25828] ppid=25820 vsize=1546588 CPUtime=0
/proc/25822/task/25828/stat : 25828 (java) S 25820 25822 25145 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 20425263 1583706112 65833 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25829] ppid=25820 vsize=1546588 CPUtime=0
/proc/25822/task/25829/stat : 25829 (java) S 25820 25822 25145 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 20425263 1583706112 65833 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25830] ppid=25820 vsize=1546588 CPUtime=0
/proc/25822/task/25830/stat : 25830 (java) S 25820 25822 25145 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 16 0 20425268 1583706112 65833 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25831] ppid=25820 vsize=1546588 CPUtime=1.18
/proc/25822/task/25831/stat : 25831 (java) S 25820 25822 25145 0 -1 4202560 2403 0 0 0 118 0 0 0 15 0 16 0 20425268 1583706112 65833 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25832] ppid=25820 vsize=1546588 CPUtime=2.37
/proc/25822/task/25832/stat : 25832 (java) S 25820 25822 25145 0 -1 4202560 5126 0 0 0 235 2 0 0 15 0 16 0 20425268 1583706112 65833 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 1 0 0 0
[pid=25822/tid=25833] ppid=25820 vsize=1546588 CPUtime=0
/proc/25822/task/25833/stat : 25833 (java) S 25820 25822 25145 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 20425268 1583706112 65833 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25834] ppid=25820 vsize=1546588 CPUtime=0
/proc/25822/task/25834/stat : 25834 (java) S 25820 25822 25145 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 20425268 1583706112 65833 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 1 0 0 0
[pid=25822/tid=25835] ppid=25820 vsize=1546588 CPUtime=888.92
/proc/25822/task/25835/stat : 25835 (java) R 25820 25822 25145 0 -1 4202560 1050 0 0 0 88869 23 0 0 19 0 16 0 20425355 1583706112 65833 1992294400 134512640 134550932 4289432400 18446744073709551615 4109279241 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25822/tid=25836] ppid=25820 vsize=1546588 CPUtime=879.24
/proc/25822/task/25836/stat : 25836 (java) R 25820 25822 25145 0 -1 4202560 29874 0 0 0 87909 15 0 0 25 0 16 0 20425355 1583706112 65833 1992294400 134512640 134550932 4289432400 18446744073709551615 4109176920 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25822/tid=25837] ppid=25820 vsize=1546588 CPUtime=0
/proc/25822/task/25837/stat : 25837 (java) S 25820 25822 25145 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 20425377 1583706112 65833 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25838] ppid=25820 vsize=1546588 CPUtime=0
/proc/25822/task/25838/stat : 25838 (java) S 25820 25822 25145 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 20425412 1583706112 65833 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 1546588

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

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

[startup+919.717 s]
/proc/loadavg: 2.07 1.98 1.61 3/122 25873
/proc/meminfo: memFree=1574576/2059040 swapFree=4135876/4192956
[pid=25822] ppid=25820 vsize=1547236 CPUtime=1800.33
/proc/25822/stat : 25822 (java) S 25820 25822 25145 0 -1 4202496 70518 0 1 0 179955 78 0 0 15 0 17 0 20425258 1584369664 65852 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25822/statm: 386809 65852 1448 10 0 384112 0
[pid=25822/tid=25824] ppid=25820 vsize=1547236 CPUtime=0.94
/proc/25822/task/25824/stat : 25824 (java) S 25820 25822 25145 0 -1 4202560 7360 0 1 0 90 4 0 0 15 0 17 0 20425260 1584369664 65852 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 1 0 0 0
[pid=25822/tid=25825] ppid=25820 vsize=1547236 CPUtime=2.68
/proc/25822/task/25825/stat : 25825 (java) S 25820 25822 25145 0 -1 4202560 10955 0 0 0 255 13 0 0 16 0 17 0 20425261 1584369664 65852 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 1 0 0 0
[pid=25822/tid=25826] ppid=25820 vsize=1547236 CPUtime=2.7
/proc/25822/task/25826/stat : 25826 (java) S 25820 25822 25145 0 -1 4202560 9642 0 0 0 259 11 0 0 15 0 17 0 20425261 1584369664 65852 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 1 0 0 0
[pid=25822/tid=25827] ppid=25820 vsize=1547236 CPUtime=22.01
/proc/25822/task/25827/stat : 25827 (java) S 25820 25822 25145 0 -1 4202560 2960 0 0 0 2196 5 0 0 15 0 17 0 20425263 1584369664 65852 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 0 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25828] ppid=25820 vsize=1547236 CPUtime=0
/proc/25822/task/25828/stat : 25828 (java) S 25820 25822 25145 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 17 0 20425263 1584369664 65852 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25829] ppid=25820 vsize=1547236 CPUtime=0
/proc/25822/task/25829/stat : 25829 (java) S 25820 25822 25145 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 17 0 20425263 1584369664 65852 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25830] ppid=25820 vsize=1547236 CPUtime=0
/proc/25822/task/25830/stat : 25830 (java) S 25820 25822 25145 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 17 0 20425268 1584369664 65852 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25831] ppid=25820 vsize=1547236 CPUtime=1.19
/proc/25822/task/25831/stat : 25831 (java) S 25820 25822 25145 0 -1 4202560 2403 0 0 0 119 0 0 0 16 0 17 0 20425268 1584369664 65852 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25832] ppid=25820 vsize=1547236 CPUtime=2.37
/proc/25822/task/25832/stat : 25832 (java) S 25820 25822 25145 0 -1 4202560 5126 0 0 0 235 2 0 0 15 0 17 0 20425268 1584369664 65852 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 1 0 0 0
[pid=25822/tid=25833] ppid=25820 vsize=1547236 CPUtime=0
/proc/25822/task/25833/stat : 25833 (java) S 25820 25822 25145 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 17 0 20425268 1584369664 65852 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25834] ppid=25820 vsize=1547236 CPUtime=0
/proc/25822/task/25834/stat : 25834 (java) S 25820 25822 25145 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 17 0 20425268 1584369664 65852 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 1 0 0 0
[pid=25822/tid=25835] ppid=25820 vsize=1547236 CPUtime=888.99
/proc/25822/task/25835/stat : 25835 (java) R 25820 25822 25145 0 -1 4202560 1050 0 0 0 88876 23 0 0 20 0 17 0 20425355 1584369664 65852 1992294400 134512640 134550932 4289432400 18446744073709551615 4109277939 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25822/tid=25836] ppid=25820 vsize=1547236 CPUtime=879.33
/proc/25822/task/25836/stat : 25836 (java) R 25820 25822 25145 0 -1 4202560 29874 0 0 0 87918 15 0 0 25 0 17 0 20425355 1584369664 65852 1992294400 134512640 134550932 4289432400 18446744073709551615 4109279416 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25822/tid=25837] ppid=25820 vsize=1547236 CPUtime=0
/proc/25822/task/25837/stat : 25837 (java) S 25820 25822 25145 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 17 0 20425377 1584369664 65852 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 0 0 0 0
[pid=25822/tid=25838] ppid=25820 vsize=1547236 CPUtime=0
/proc/25822/task/25838/stat : 25838 (java) S 25820 25822 25145 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 17 0 20425412 1584369664 65852 1992294400 134512640 134550932 4289432400 18446744073709551615 4294960144 0 4 0 16800975 18446604437822714304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 1547236

Child status: 143
Real time (s): 919.759
CPU time (s): 1800.4
CPU user time (s): 1799.58
CPU system time (s): 0.814876
CPU usage (%): 195.747
Max. virtual memory (cumulated for all children) (KiB): 1547720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.58
system time used= 0.814876
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70519
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= 24365
involuntary context switches= 50994

runsolver used 3.81442 second user time and 11.8522 second system time

The end

Launcher Data

Begin job on node015 at 2010-06-13 18:57:19
IDJOB=2662125
IDBENCH=2134
IDSOLVER=1166
FILE ID=node015/2662125-1276448239
PBS_JOBID= 11173334
Free space on /tmp= 62548 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-4-c.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662125-1276448239/watcher-2662125-1276448239 -o /tmp/evaluation-result-2662125-1276448239/solver-2662125-1276448239 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662125-1276448239.opb

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

MD5SUM BENCH= 28753ff2e44c4cedb2d3a2e783f8d1a4
RANDOM SEED=1115284111

node015.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.244
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
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.36
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1835872 kB
Buffers:         57152 kB
Cached:          94972 kB
SwapCached:      17396 kB
Active:          93364 kB
Inactive:        78780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1835872 kB
SwapTotal:     4192956 kB
SwapFree:      4135876 kB
Dirty:             552 kB
Writeback:           4 kB
AnonPages:       11500 kB
Mapped:           9152 kB
Slab:            29084 kB
PageTables:       4108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180068 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62548 MiB
End job on node015 at 2010-06-13 19:12:41