Trace number 2662156

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.36 952.838

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-dg012142.opb
MD5SUM4f88b3d47f6404caca0c9a65b4bd3b5a
Bench CategoryOPT-BIGINT (optimisation, big 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 variables41920
Total number of constraints2137
Number of constraints which are clauses40
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2097
Minimum length of a constraint1
Maximum length of a constraint371
Number of terms in the objective function 22720
Biggest coefficient in the objective function 5368709120000
Number of bits for the biggest coefficient in the objective function 43
Sum of the numbers in the objective function 1036222338778688
Number of bits of the sum of numbers in the objective function 50
Biggest number in a constraint 5368709120000
Number of bits of the biggest number in a constraint 43
Biggest sum of numbers in a constraint 1036222338778688
Number of bits of the biggest sum of numbers50
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.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c ManyCore solver with 2 solvers running in parallel
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.21	c Expensive reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	
0.25/0.21	c solving HOME/instance-2662156-1276537509.opb
0.25/0.21	c reading problem ... 
4.99/3.21	c ... done. Wall clock time 2.999s.
4.99/3.21	c #vars     41920
4.99/3.21	c #constraints  9045
4.99/3.21	c constraints type 
4.99/3.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2737
4.99/3.21	c constraints type 
4.99/3.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2737
24.18/12.91	c cleaning 2498 clauses out of 5000 with flag 5000/5000
34.79/18.47	c cleaning 4245 clauses out of 8495 with flag 11000/11000
49.15/25.84	c cleaning 5616 clauses out of 11251 with flag 18001/18001
62.89/32.91	c cleaning 6804 clauses out of 13629 with flag 26001/26001
89.96/46.89	c cleaning 7907 clauses out of 15824 with flag 35000/35000
104.44/54.31	c cleaning 8924 clauses out of 17915 with flag 45000/45000
115.36/60.07	c cleaning 9491 clauses out of 18989 with flag 55000/55000
126.21/65.70	c cleaning 9729 clauses out of 19493 with flag 65002/65002
142.90/74.42	c cleaning 9850 clauses out of 19762 with flag 75000/75000
153.75/80.12	c cleaning 9920 clauses out of 19909 with flag 85000/85000
164.60/85.85	c cleaning 9939 clauses out of 19988 with flag 95001/95001
180.19/93.91	c cleaning 10016 clauses out of 20048 with flag 105000/105000
214.88/111.71	c cleaning 10007 clauses out of 20032 with flag 115000/115000
239.17/124.30	c cleaning 9975 clauses out of 20021 with flag 125001/125001
251.33/130.65	c cleaning 9979 clauses out of 20045 with flag 135000/135000
264.89/137.74	c cleaning 10014 clauses out of 20065 with flag 145000/145000
277.68/144.53	c cleaning 9998 clauses out of 20052 with flag 155001/155001
296.77/154.47	c cleaning 0 clauses out of 5001 with flag 0/5001
299.41/156.04	c cleaning 10001 clauses out of 20053 with flag 165000/165000
311.95/162.66	c cleaning 9991 clauses out of 20052 with flag 175000/175000
324.12/169.16	c cleaning 10027 clauses out of 20061 with flag 185001/185001
339.81/177.37	c cleaning 9999 clauses out of 20031 with flag 195000/195000
361.04/188.38	c cleaning 10001 clauses out of 20031 with flag 205001/205001
381.87/199.14	c cleaning 9963 clauses out of 20029 with flag 215001/215001
389.97/203.66	c cleaning 10021 clauses out of 20066 with flag 225001/225001
409.98/214.02	c cleaning 9988 clauses out of 20042 with flag 235001/235001
422.78/220.83	c cleaning 9984 clauses out of 20054 with flag 245001/245001
436.37/228.06	c cleaning 10008 clauses out of 20067 with flag 255000/255000
444.61/232.70	c cleaning 10004 clauses out of 20060 with flag 265001/265001
454.08/237.79	c cleaning 9998 clauses out of 20055 with flag 275000/275000
466.07/244.12	c cleaning 10013 clauses out of 20055 with flag 285000/285000
476.65/249.84	c cleaning 9965 clauses out of 20042 with flag 295001/295001
498.13/261.17	c cleaning 10034 clauses out of 20077 with flag 305001/305001
505.93/265.47	c cleaning 9992 clauses out of 20039 with flag 315000/315000
532.76/279.38	c cleaning 10014 clauses out of 20047 with flag 325000/325000
563.89/295.50	c cleaning 10010 clauses out of 20034 with flag 335001/335001
593.01/310.61	c cleaning 10000 clauses out of 20023 with flag 345000/345000
601.15/315.12	c cleaning 9954 clauses out of 20023 with flag 355000/355000
607.91/318.96	c cleaning 9990 clauses out of 20070 with flag 365001/365001
616.82/323.86	c cleaning 10018 clauses out of 20079 with flag 375000/375000
628.85/330.40	c cleaning 10010 clauses out of 20062 with flag 385001/385001
640.96/336.96	c cleaning 10008 clauses out of 20052 with flag 395001/395001
651.29/342.54	c cleaning 9999 clauses out of 20044 with flag 405001/405001
664.96/349.85	c cleaning 10019 clauses out of 20044 with flag 415000/415000
684.71/360.34	c cleaning 10001 clauses out of 20020 with flag 425000/425000
713.62/375.31	c cleaning 9994 clauses out of 20019 with flag 435000/435000
746.48/392.31	c cleaning 9989 clauses out of 20025 with flag 445000/445000
782.08/410.73	c cleaning 9991 clauses out of 20037 with flag 455001/455001
811.65/426.29	c cleaning 0 clauses out of 11005 with flag 0/11005
819.49/430.67	c cleaning 9992 clauses out of 20046 with flag 465001/465001
852.27/447.66	c cleaning 10013 clauses out of 20056 with flag 475003/475003
891.38/467.87	c cleaning 9992 clauses out of 20041 with flag 485001/485001
932.01/488.94	c cleaning 9988 clauses out of 20048 with flag 495000/495000
969.50/508.37	c cleaning 10005 clauses out of 20061 with flag 505001/505001
1008.39/528.49	c cleaning 10022 clauses out of 20055 with flag 515000/515000
1049.00/549.47	c cleaning 9994 clauses out of 20033 with flag 525000/525000
1089.94/570.77	c cleaning 9994 clauses out of 20039 with flag 535000/535000
1128.55/590.79	c cleaning 9997 clauses out of 20045 with flag 545000/545000
1167.54/610.93	c cleaning 9996 clauses out of 20049 with flag 555001/555001
1200.76/628.26	c cleaning 9996 clauses out of 20052 with flag 565000/565000
1234.07/645.79	c cleaning 9984 clauses out of 20057 with flag 575001/575001
1269.06/663.99	c cleaning 10000 clauses out of 20075 with flag 585003/585003
1304.18/682.23	c cleaning 9999 clauses out of 20073 with flag 595001/595001
1340.13/700.94	c cleaning 9994 clauses out of 20075 with flag 605002/605002
1368.82/716.14	c cleaning 9997 clauses out of 20077 with flag 615001/615001
1387.89/726.31	c cleaning 9986 clauses out of 20078 with flag 625000/625000
1409.55/737.89	c cleaning 10036 clauses out of 20094 with flag 635002/635002
1424.85/746.19	c cleaning 9969 clauses out of 20058 with flag 645002/645002
1437.64/753.37	c cleaning 9994 clauses out of 20086 with flag 655000/655000
1453.95/762.17	c cleaning 10027 clauses out of 20092 with flag 665000/665000
1465.88/768.75	c cleaning 10005 clauses out of 20065 with flag 675000/675000
1477.65/775.25	c cleaning 9973 clauses out of 20059 with flag 685001/685001
1488.86/781.67	c cleaning 10008 clauses out of 20086 with flag 695001/695001
1500.00/787.86	c cleaning 9994 clauses out of 20077 with flag 705000/705000
1511.55/794.29	c cleaning 10023 clauses out of 20083 with flag 715000/715000
1524.48/801.34	c cleaning 10010 clauses out of 20061 with flag 725001/725001
1538.45/809.17	c cleaning 10006 clauses out of 20051 with flag 735001/735001
1550.77/815.95	c cleaning 10004 clauses out of 20044 with flag 745000/745000
1564.28/823.34	c cleaning 9981 clauses out of 20040 with flag 755000/755000
1575.40/829.50	c cleaning 10009 clauses out of 20058 with flag 765001/765001
1586.59/835.93	c cleaning 10007 clauses out of 20048 with flag 775000/775000
1597.51/842.04	c cleaning 10006 clauses out of 20041 with flag 785000/785000
1608.62/848.25	c cleaning 9999 clauses out of 20035 with flag 795000/795000
1619.58/854.38	c cleaning 9999 clauses out of 20036 with flag 805000/805000
1631.51/861.20	c cleaning 10001 clauses out of 20037 with flag 815000/815000
1642.79/867.44	c cleaning 10002 clauses out of 20037 with flag 825001/825001
1652.07/872.76	c cleaning 9990 clauses out of 20035 with flag 835001/835001
1659.81/877.28	c cleaning 9969 clauses out of 20045 with flag 845001/845001
1666.81/881.56	c cleaning 10023 clauses out of 20075 with flag 855000/855000
1680.85/889.28	c cleaning 10013 clauses out of 20051 with flag 865000/865000
1703.04/901.10	c cleaning 9997 clauses out of 20038 with flag 875000/875000
1724.82/912.68	c cleaning 10008 clauses out of 20043 with flag 885002/885002
1752.55/927.42	c cleaning 10004 clauses out of 20033 with flag 895000/895000
1782.21/943.05	c cleaning 10005 clauses out of 20031 with flag 905002/905002
1800.16/952.72	c starts		: 171
1800.16/952.72	c conflicts		: 911163
1800.16/952.72	c decisions		: 2743045
1800.16/952.72	c propagations		: 27437362
1800.16/952.72	c inspects		: 557189666
1800.16/952.72	c learnt literals	: 67
1800.16/952.72	c learnt binary clauses	: 36
1800.16/952.72	c learnt ternary clauses	: 44
1800.16/952.72	c learnt clauses	: 911095
1800.16/952.72	c ignored clauses	: 0
1800.16/952.72	c root simplifications	: 0
1800.16/952.72	c removed literals (reason simplification)	: 27857277
1800.16/952.72	c reason swapping (by a shorter reason)	: 0
1800.16/952.72	c Calls to reduceDB	: 92
1800.16/952.72	c number of reductions to clauses (during analyze)	: 0
1800.16/952.72	c number of learned constraints concerned by reduction	: 0
1800.16/952.72	c number of learning phase by resolution	: 0
1800.16/952.72	c number of learning phase by cutting planes	: 0
1800.16/952.72	c speed (assignments/second)	: 28896.33811123632
1800.16/952.72	c non guided choices	1200943
1800.16/952.78	c learnt constraints type 
1800.16/952.78	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 16173
1800.16/952.78	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 36
1800.16/952.78	c constraints type 
1800.16/952.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2737
1800.16/952.78	c constraints type 
1800.16/952.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2737
1800.16/952.78	s UNKNOWN
1800.16/952.78	c Total wall clock time (in seconds): 952.555

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-2662156-1276537509/watcher-2662156-1276537509 -o /tmp/evaluation-result-2662156-1276537509/solver-2662156-1276537509 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662156-1276537509.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.16 1.13 1.09 3/106 29687
/proc/meminfo: memFree=1778224/2059040 swapFree=4140228/4192956
[pid=29687] ppid=29685 vsize=4 CPUtime=0
/proc/29687/stat : 29687 (java) R 29685 29687 29000 0 -1 4194304 254 0 0 0 0 0 0 0 19 0 1 0 29352730 4096 1 1992294400 0 0 0 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29687/statm: 61 3 0 0 0 22 0

[startup+0.0890521 s]
/proc/loadavg: 1.16 1.13 1.09 3/106 29687
/proc/meminfo: memFree=1778224/2059040 swapFree=4140228/4192956
[pid=29687] ppid=29685 vsize=1521796 CPUtime=0.07
/proc/29687/stat : 29687 (java) S 29685 29687 29000 0 -1 4202496 3840 0 1 0 5 2 0 0 18 0 7 0 29352730 1558319104 3282 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/29687/statm: 380449 3282 1045 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.101051 s]
/proc/loadavg: 1.16 1.13 1.09 3/106 29687
/proc/meminfo: memFree=1778224/2059040 swapFree=4140228/4192956
[pid=29687] ppid=29685 vsize=1525204 CPUtime=0.08
/proc/29687/stat : 29687 (java) S 29685 29687 29000 0 -1 4202496 3957 0 1 0 6 2 0 0 18 0 12 0 29352730 1561808896 3397 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29687/statm: 381301 3397 1075 10 0 378604 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1525204

[startup+0.300794 s]
/proc/loadavg: 1.16 1.13 1.09 3/106 29687
/proc/meminfo: memFree=1778224/2059040 swapFree=4140228/4192956
[pid=29687] ppid=29685 vsize=1526700 CPUtime=0.39
/proc/29687/stat : 29687 (java) S 29685 29687 29000 0 -1 4202496 5906 0 1 0 36 3 0 0 18 0 12 0 29352730 1563340800 5344 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29687/statm: 381675 5344 1367 10 0 378978 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526700

[startup+0.700792 s]
/proc/loadavg: 1.16 1.13 1.09 3/106 29687
/proc/meminfo: memFree=1778224/2059040 swapFree=4140228/4192956
[pid=29687] ppid=29685 vsize=1528784 CPUtime=1.14
/proc/29687/stat : 29687 (java) S 29685 29687 29000 0 -1 4202496 9376 0 1 0 109 5 0 0 18 0 12 0 29352730 1565474816 8720 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29687/statm: 382196 8720 1401 10 0 379499 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1528784

[startup+1.50179 s]
/proc/loadavg: 1.31 1.16 1.10 4/118 29699
/proc/meminfo: memFree=1732248/2059040 swapFree=4140228/4192956
[pid=29687] ppid=29685 vsize=1543400 CPUtime=2.73
/proc/29687/stat : 29687 (java) S 29685 29687 29000 0 -1 4202496 22779 0 1 0 262 11 0 0 18 0 12 0 29352730 1580441600 20854 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29687/statm: 385850 20854 1406 10 0 383153 0
[pid=29687/tid=29689] ppid=29685 vsize=1543400 CPUtime=1.47
/proc/29687/task/29689/stat : 29689 (java) R 29685 29687 29000 0 -1 4202560 15867 0 1 0 139 8 0 0 18 0 12 0 29352731 1580441600 20854 1992294400 134512640 134550932 4286721856 18446744073709551615 4109486242 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29687/tid=29690] ppid=29685 vsize=1543400 CPUtime=0
/proc/29687/task/29690/stat : 29690 (java) S 29685 29687 29000 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 12 0 29352733 1580441600 20854 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
[pid=29687/tid=29691] ppid=29685 vsize=1543400 CPUtime=0
/proc/29687/task/29691/stat : 29691 (java) S 29685 29687 29000 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 12 0 29352733 1580441600 20854 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
[pid=29687/tid=29692] ppid=29685 vsize=1543400 CPUtime=0
/proc/29687/task/29692/stat : 29692 (java) S 29685 29687 29000 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 29352734 1580441600 20854 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 0 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29693] ppid=29685 vsize=1543400 CPUtime=0
/proc/29687/task/29693/stat : 29693 (java) S 29685 29687 29000 0 -1 4202560 11 0 0 0 0 0 0 0 21 0 12 0 29352735 1580441600 20854 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29694] ppid=29685 vsize=1543400 CPUtime=0
/proc/29687/task/29694/stat : 29694 (java) S 29685 29687 29000 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 12 0 29352735 1580441600 20854 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29695] ppid=29685 vsize=1543400 CPUtime=0
/proc/29687/task/29695/stat : 29695 (java) S 29685 29687 29000 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 12 0 29352739 1580441600 20854 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29696] ppid=29685 vsize=1543400 CPUtime=0.66
/proc/29687/task/29696/stat : 29696 (java) R 29685 29687 29000 0 -1 4202560 4263 0 0 0 65 1 0 0 18 0 12 0 29352739 1580441600 20854 1992294400 134512640 134550932 4286721856 18446744073709551615 104162972 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29687/tid=29697] ppid=29685 vsize=1543400 CPUtime=0.57
/proc/29687/task/29697/stat : 29697 (java) S 29685 29687 29000 0 -1 4202560 1583 0 0 0 57 0 0 0 18 0 12 0 29352739 1580441600 20854 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29698] ppid=29685 vsize=1543400 CPUtime=0
/proc/29687/task/29698/stat : 29698 (java) S 29685 29687 29000 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 29352739 1580441600 20854 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29699] ppid=29685 vsize=1543400 CPUtime=0
/proc/29687/task/29699/stat : 29699 (java) S 29685 29687 29000 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 29352739 1580441600 20854 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 1543400

[startup+3.10178 s]
/proc/loadavg: 1.31 1.16 1.10 2/118 29699
/proc/meminfo: memFree=1651772/2059040 swapFree=4140228/4192956
[pid=29687] ppid=29685 vsize=1542524 CPUtime=4.88
/proc/29687/stat : 29687 (java) S 29685 29687 29000 0 -1 4202496 46853 0 1 0 466 22 0 0 18 0 12 0 29352730 1579544576 43163 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29687/statm: 385631 43163 1417 10 0 382934 0
[pid=29687/tid=29689] ppid=29685 vsize=1542524 CPUtime=2.92
/proc/29687/task/29689/stat : 29689 (java) R 29685 29687 29000 0 -1 4202560 32023 0 1 0 276 16 0 0 19 0 12 0 29352731 1579544576 43163 1992294400 134512640 134550932 4286721856 18446744073709551615 4109774309 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29687/tid=29690] ppid=29685 vsize=1542524 CPUtime=0.12
/proc/29687/task/29690/stat : 29690 (java) S 29685 29687 29000 0 -1 4202560 2829 0 0 0 11 1 0 0 18 0 12 0 29352733 1579544576 43163 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
[pid=29687/tid=29691] ppid=29685 vsize=1542524 CPUtime=0.12
/proc/29687/task/29691/stat : 29691 (java) S 29685 29687 29000 0 -1 4202560 3563 0 0 0 11 1 0 0 18 0 12 0 29352733 1579544576 43163 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29692] ppid=29685 vsize=1542524 CPUtime=0
/proc/29687/task/29692/stat : 29692 (java) S 29685 29687 29000 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 12 0 29352734 1579544576 43163 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 0 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29693] ppid=29685 vsize=1542524 CPUtime=0
/proc/29687/task/29693/stat : 29693 (java) S 29685 29687 29000 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 29352735 1579544576 43163 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
[pid=29687/tid=29694] ppid=29685 vsize=1542524 CPUtime=0
/proc/29687/task/29694/stat : 29694 (java) S 29685 29687 29000 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 29352735 1579544576 43163 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
[pid=29687/tid=29695] ppid=29685 vsize=1542524 CPUtime=0
/proc/29687/task/29695/stat : 29695 (java) S 29685 29687 29000 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 12 0 29352739 1579544576 43163 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29696] ppid=29685 vsize=1542524 CPUtime=1.1
/proc/29687/task/29696/stat : 29696 (java) S 29685 29687 29000 0 -1 4202560 5786 0 0 0 108 2 0 0 15 0 12 0 29352739 1579544576 43163 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29697] ppid=29685 vsize=1542524 CPUtime=0.57
/proc/29687/task/29697/stat : 29697 (java) S 29685 29687 29000 0 -1 4202560 1583 0 0 0 57 0 0 0 18 0 12 0 29352739 1579544576 43163 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29698] ppid=29685 vsize=1542524 CPUtime=0
/proc/29687/task/29698/stat : 29698 (java) S 29685 29687 29000 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 29352739 1579544576 43163 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29699] ppid=29685 vsize=1542524 CPUtime=0
/proc/29687/task/29699/stat : 29699 (java) S 29685 29687 29000 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 29352739 1579544576 43163 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.88
Current children cumulated vsize (KiB) 1542524

[startup+6.30275 s]
/proc/loadavg: 1.31 1.16 1.10 3/122 29703
/proc/meminfo: memFree=1562832/2059040 swapFree=4140228/4192956
[pid=29687] ppid=29685 vsize=1543820 CPUtime=11.11
/proc/29687/stat : 29687 (java) S 29685 29687 29000 0 -1 4202496 60640 0 1 0 1082 29 0 0 18 0 16 0 29352730 1580871680 55041 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29687/statm: 385955 55041 1440 10 0 383258 0
[pid=29687/tid=29689] ppid=29685 vsize=1543820 CPUtime=3.03
/proc/29687/task/29689/stat : 29689 (java) S 29685 29687 29000 0 -1 4202560 32047 0 1 0 287 16 0 0 15 0 16 0 29352731 1580871680 55041 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
[pid=29687/tid=29690] ppid=29685 vsize=1543820 CPUtime=0.59
/proc/29687/task/29690/stat : 29690 (java) S 29685 29687 29000 0 -1 4202560 8698 0 0 0 56 3 0 0 16 0 16 0 29352733 1580871680 55041 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
[pid=29687/tid=29691] ppid=29685 vsize=1543820 CPUtime=0.56
/proc/29687/task/29691/stat : 29691 (java) S 29685 29687 29000 0 -1 4202560 11018 0 0 0 52 4 0 0 16 0 16 0 29352733 1580871680 55041 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29692] ppid=29685 vsize=1543820 CPUtime=0
/proc/29687/task/29692/stat : 29692 (java) S 29685 29687 29000 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 16 0 29352734 1580871680 55041 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 0 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29693] ppid=29685 vsize=1543820 CPUtime=0
/proc/29687/task/29693/stat : 29693 (java) S 29685 29687 29000 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 29352735 1580871680 55041 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
[pid=29687/tid=29694] ppid=29685 vsize=1543820 CPUtime=0
/proc/29687/task/29694/stat : 29694 (java) S 29685 29687 29000 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 29352735 1580871680 55041 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
[pid=29687/tid=29695] ppid=29685 vsize=1543820 CPUtime=0
/proc/29687/task/29695/stat : 29695 (java) S 29685 29687 29000 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 16 0 29352739 1580871680 55041 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29696] ppid=29685 vsize=1543820 CPUtime=1.83
/proc/29687/task/29696/stat : 29696 (java) S 29685 29687 29000 0 -1 4202560 5861 0 0 0 181 2 0 0 15 0 16 0 29352739 1580871680 55041 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
[pid=29687/tid=29697] ppid=29685 vsize=1543820 CPUtime=1.69
/proc/29687/task/29697/stat : 29697 (java) S 29685 29687 29000 0 -1 4202560 1886 0 0 0 169 0 0 0 15 0 16 0 29352739 1580871680 55041 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29698] ppid=29685 vsize=1543820 CPUtime=0
/proc/29687/task/29698/stat : 29698 (java) S 29685 29687 29000 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 29352739 1580871680 55041 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29699] ppid=29685 vsize=1543820 CPUtime=0
/proc/29687/task/29699/stat : 29699 (java) S 29685 29687 29000 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 29352739 1580871680 55041 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
[pid=29687/tid=29700] ppid=29685 vsize=1543820 CPUtime=1.81
/proc/29687/task/29700/stat : 29700 (java) R 29685 29687 29000 0 -1 4202560 22 0 0 0 181 0 0 0 16 0 16 0 29353052 1580871680 55041 1992294400 134512640 134550932 4286721856 18446744073709551615 4110232248 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29687/tid=29701] ppid=29685 vsize=1543820 CPUtime=1.53
/proc/29687/task/29701/stat : 29701 (java) R 29685 29687 29000 0 -1 4202560 31 0 0 0 153 0 0 0 18 0 16 0 29353052 1580871680 55041 1992294400 134512640 134550932 4286721856 18446744073709551615 4109878024 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29687/tid=29702] ppid=29685 vsize=1543820 CPUtime=0
/proc/29687/task/29702/stat : 29702 (java) S 29685 29687 29000 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 29353121 1580871680 55041 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29703] ppid=29685 vsize=1543820 CPUtime=0
/proc/29687/task/29703/stat : 29703 (java) S 29685 29687 29000 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 29353123 1580871680 55041 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.11
Current children cumulated vsize (KiB) 1543820

[startup+12.7017 s]
/proc/loadavg: 1.56 1.22 1.12 3/122 29703
/proc/meminfo: memFree=1539024/2059040 swapFree=4140228/4192956
[pid=29687] ppid=29685 vsize=1542864 CPUtime=23.78
/proc/29687/stat : 29687 (java) S 29685 29687 29000 0 -1 4202496 67646 0 1 0 2344 34 0 0 18 0 16 0 29352730 1579892736 60989 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29687/statm: 385716 60989 1440 10 0 383019 0
[pid=29687/tid=29689] ppid=29685 vsize=1542864 CPUtime=3.03
/proc/29687/task/29689/stat : 29689 (java) S 29685 29687 29000 0 -1 4202560 32047 0 1 0 287 16 0 0 15 0 16 0 29352731 1579892736 60989 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
[pid=29687/tid=29690] ppid=29685 vsize=1542864 CPUtime=1.06
/proc/29687/task/29690/stat : 29690 (java) S 29685 29687 29000 0 -1 4202560 11599 0 0 0 102 4 0 0 16 0 16 0 29352733 1579892736 60989 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29691] ppid=29685 vsize=1542864 CPUtime=1.06
/proc/29687/task/29691/stat : 29691 (java) S 29685 29687 29000 0 -1 4202560 14988 0 0 0 99 7 0 0 15 0 16 0 29352733 1579892736 60989 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
[pid=29687/tid=29692] ppid=29685 vsize=1542864 CPUtime=0
/proc/29687/task/29692/stat : 29692 (java) S 29685 29687 29000 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 16 0 29352734 1579892736 60989 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 0 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
[pid=29687/tid=29693] ppid=29685 vsize=1542864 CPUtime=0
/proc/29687/task/29693/stat : 29693 (java) S 29685 29687 29000 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 29352735 1579892736 60989 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
[pid=29687/tid=29694] ppid=29685 vsize=1542864 CPUtime=0
/proc/29687/task/29694/stat : 29694 (java) S 29685 29687 29000 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 29352735 1579892736 60989 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
[pid=29687/tid=29695] ppid=29685 vsize=1542864 CPUtime=0
/proc/29687/task/29695/stat : 29695 (java) S 29685 29687 29000 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 16 0 29352739 1579892736 60989 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29696] ppid=29685 vsize=1542864 CPUtime=2.5
/proc/29687/task/29696/stat : 29696 (java) S 29685 29687 29000 0 -1 4202560 5974 0 0 0 248 2 0 0 15 0 16 0 29352739 1579892736 60989 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
[pid=29687/tid=29697] ppid=29685 vsize=1542864 CPUtime=1.79
/proc/29687/task/29697/stat : 29697 (java) S 29685 29687 29000 0 -1 4202560 1892 0 0 0 179 0 0 0 15 0 16 0 29352739 1579892736 60989 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29698] ppid=29685 vsize=1542864 CPUtime=0
/proc/29687/task/29698/stat : 29698 (java) S 29685 29687 29000 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 29352739 1579892736 60989 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29699] ppid=29685 vsize=1542864 CPUtime=0
/proc/29687/task/29699/stat : 29699 (java) S 29685 29687 29000 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 29352739 1579892736 60989 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
[pid=29687/tid=29700] ppid=29685 vsize=1542864 CPUtime=7.46
/proc/29687/task/29700/stat : 29700 (java) R 29685 29687 29000 0 -1 4202560 30 0 0 0 746 0 0 0 18 0 16 0 29353052 1579892736 60989 1992294400 134512640 134550932 4286721856 18446744073709551615 4110425024 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29687/tid=29701] ppid=29685 vsize=1542864 CPUtime=6.8
/proc/29687/task/29701/stat : 29701 (java) R 29685 29687 29000 0 -1 4202560 39 0 0 0 680 0 0 0 25 0 16 0 29353052 1579892736 60989 1992294400 134512640 134550932 4286721856 18446744073709551615 4110231550 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29687/tid=29702] ppid=29685 vsize=1542864 CPUtime=0
/proc/29687/task/29702/stat : 29702 (java) S 29685 29687 29000 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 29353121 1579892736 60989 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29703] ppid=29685 vsize=1542864 CPUtime=0
/proc/29687/task/29703/stat : 29703 (java) S 29685 29687 29000 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 29353123 1579892736 60989 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.78
Current children cumulated vsize (KiB) 1542864

[startup+25.5016 s]
/proc/loadavg: 1.63 1.25 1.13 3/122 29703
/proc/meminfo: memFree=1516208/2059040 swapFree=4140228/4192956
[pid=29687] ppid=29685 vsize=1542864 CPUtime=48.54
/proc/29687/stat : 29687 (java) S 29685 29687 29000 0 -1 4202496 73756 0 1 0 4816 38 0 0 18 0 16 0 29352730 1579892736 66544 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/29687/statm: 385716 129718 1449 10 0 383019 0
[pid=29687/tid=29689] ppid=29685 vsize=1542864 CPUtime=3.04
/proc/29687/task/29689/stat : 29689 (java) S 29685 29687 29000 0 -1 4202560 32092 0 1 0 288 16 0 0 15 0 16 0 29352731 1579892736 129718 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
[pid=29687/tid=29690] ppid=29685 vsize=1542864 CPUtime=15.33
/proc/29687/task/29690/stat : 29690 (java) S 29685 29687 29000 0 -1 4202560 47511 0 0 0 1492 41 0 0 16 0 16 0 29352733 1579892736 129718 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29691] ppid=29685 vsize=1542864 CPUtime=15.31
/proc/29687/task/29691/stat : 29691 (java) S 29685 29687 29000 0 -1 4202560 49990 0 0 0 1491 40 0 0 16 0 16 0 29352733 1579892736 129718 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
[pid=29687/tid=29692] ppid=29685 vsize=1542864 CPUtime=67.12
/proc/29687/task/29692/stat : 29692 (java) S 29685 29687 29000 0 -1 4202560 66731 0 0 0 6681 31 0 0 15 0 16 0 29352734 1579892736 129718 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 0 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29693] ppid=29685 vsize=1542864 CPUtime=0
/proc/29687/task/29693/stat : 29693 (java) S 29685 29687 29000 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 29352735 1579892736 129718 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
[pid=29687/tid=29694] ppid=29685 vsize=1542864 CPUtime=0
/proc/29687/task/29694/stat : 29694 (java) S 29685 29687 29000 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 29352735 1579892736 129718 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
[pid=29687/tid=29695] ppid=29685 vsize=1542864 CPUtime=0
/proc/29687/task/29695/stat : 29695 (java) S 29685 29687 29000 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 16 0 29352739 1579892736 129718 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29696] ppid=29685 vsize=1542864 CPUtime=3.42
/proc/29687/task/29696/stat : 29696 (java) S 29685 29687 29000 0 -1 4202560 6023 0 0 0 340 2 0 0 15 0 16 0 29352739 1579892736 129718 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
[pid=29687/tid=29697] ppid=29685 vsize=1542864 CPUtime=1.99
/proc/29687/task/29697/stat : 29697 (java) S 29685 29687 29000 0 -1 4202560 1904 0 0 0 199 0 0 0 15 0 16 0 29352739 1579892736 129718 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29698] ppid=29685 vsize=1542864 CPUtime=0
/proc/29687/task/29698/stat : 29698 (java) S 29685 29687 29000 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 29352739 1579892736 129718 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29699] ppid=29685 vsize=1542864 CPUtime=0
/proc/29687/task/29699/stat : 29699 (java) S 29685 29687 29000 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 29352739 1579892736 129718 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
[pid=29687/tid=29700] ppid=29685 vsize=1542864 CPUtime=726.85
/proc/29687/task/29700/stat : 29700 (java) R 29685 29687 29000 0 -1 4202560 408 0 0 0 72681 4 0 0 25 0 16 0 29353052 1579892736 129718 1992294400 134512640 134550932 4286721856 18446744073709551615 4109907984 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29687/tid=29701] ppid=29685 vsize=1542864 CPUtime=729.14
/proc/29687/task/29701/stat : 29701 (java) R 29685 29687 29000 0 -1 4202560 361 0 0 0 72908 6 0 0 25 0 16 0 29353052 1579892736 129718 1992294400 134512640 134550932 4286721856 18446744073709551615 4110231550 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29687/tid=29702] ppid=29685 vsize=1542864 CPUtime=0
/proc/29687/task/29702/stat : 29702 (java) S 29685 29687 29000 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 29353121 1579892736 129718 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29703] ppid=29685 vsize=1542864 CPUtime=0
/proc/29687/task/29703/stat : 29703 (java) S 29685 29687 29000 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 29353123 1579892736 129718 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1562.3
Current children cumulated vsize (KiB) 1542864

[startup+882.301 s]
/proc/loadavg: 2.05 2.06 1.71 2/122 29727
/proc/meminfo: memFree=1256676/2059040 swapFree=4140228/4192956
[pid=29687] ppid=29685 vsize=1542864 CPUtime=1667.69
/proc/29687/stat : 29687 (java) S 29685 29687 29000 0 -1 4202496 208074 0 1 0 166619 150 0 0 18 0 16 0 29352730 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29687/statm: 385716 130946 1449 10 0 383019 0
[pid=29687/tid=29689] ppid=29685 vsize=1542864 CPUtime=3.04
/proc/29687/task/29689/stat : 29689 (java) S 29685 29687 29000 0 -1 4202560 32102 0 1 0 288 16 0 0 15 0 16 0 29352731 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29690] ppid=29685 vsize=1542864 CPUtime=16.31
/proc/29687/task/29690/stat : 29690 (java) S 29685 29687 29000 0 -1 4202560 48296 0 0 0 1588 43 0 0 15 0 16 0 29352733 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29691] ppid=29685 vsize=1542864 CPUtime=16.3
/proc/29687/task/29691/stat : 29691 (java) S 29685 29687 29000 0 -1 4202560 50456 0 0 0 1590 40 0 0 16 0 16 0 29352733 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29692] ppid=29685 vsize=1542864 CPUtime=80.85
/proc/29687/task/29692/stat : 29692 (java) R 29685 29687 29000 0 -1 4202560 67380 0 0 0 8054 31 0 0 16 0 16 0 29352734 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=29687/tid=29693] ppid=29685 vsize=1542864 CPUtime=0
/proc/29687/task/29693/stat : 29693 (java) S 29685 29687 29000 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 29352735 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
[pid=29687/tid=29694] ppid=29685 vsize=1542864 CPUtime=0
/proc/29687/task/29694/stat : 29694 (java) S 29685 29687 29000 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 29352735 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
[pid=29687/tid=29695] ppid=29685 vsize=1542864 CPUtime=0
/proc/29687/task/29695/stat : 29695 (java) S 29685 29687 29000 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 16 0 29352739 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29696] ppid=29685 vsize=1542864 CPUtime=3.42
/proc/29687/task/29696/stat : 29696 (java) S 29685 29687 29000 0 -1 4202560 6023 0 0 0 340 2 0 0 15 0 16 0 29352739 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
[pid=29687/tid=29697] ppid=29685 vsize=1542864 CPUtime=1.99
/proc/29687/task/29697/stat : 29697 (java) S 29685 29687 29000 0 -1 4202560 1904 0 0 0 199 0 0 0 15 0 16 0 29352739 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29698] ppid=29685 vsize=1542864 CPUtime=0
/proc/29687/task/29698/stat : 29698 (java) S 29685 29687 29000 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 29352739 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29699] ppid=29685 vsize=1542864 CPUtime=0
/proc/29687/task/29699/stat : 29699 (java) S 29685 29687 29000 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 29352739 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29700] ppid=29685 vsize=1542864 CPUtime=771.53
/proc/29687/task/29700/stat : 29700 (java) S 29685 29687 29000 0 -1 4202560 418 0 0 0 77149 4 0 0 21 0 16 0 29353052 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
[pid=29687/tid=29701] ppid=29685 vsize=1542864 CPUtime=774.14
/proc/29687/task/29701/stat : 29701 (java) S 29685 29687 29000 0 -1 4202560 373 0 0 0 77407 7 0 0 22 0 16 0 29353052 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29702] ppid=29685 vsize=1542864 CPUtime=0
/proc/29687/task/29702/stat : 29702 (java) S 29685 29687 29000 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 29353121 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29703] ppid=29685 vsize=1542864 CPUtime=0
/proc/29687/task/29703/stat : 29703 (java) S 29685 29687 29000 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 29353123 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1667.69
Current children cumulated vsize (KiB) 1542864

[startup+942.302 s]
/proc/loadavg: 2.06 2.06 1.73 3/122 29729
/proc/meminfo: memFree=1255436/2059040 swapFree=4140228/4192956
[pid=29687] ppid=29685 vsize=1542864 CPUtime=1780.83
/proc/29687/stat : 29687 (java) S 29685 29687 29000 0 -1 4202496 213773 0 1 0 177927 156 0 0 18 0 16 0 29352730 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29687/statm: 385716 130946 1449 10 0 383019 0
[pid=29687/tid=29689] ppid=29685 vsize=1542864 CPUtime=3.04
/proc/29687/task/29689/stat : 29689 (java) S 29685 29687 29000 0 -1 4202560 32105 0 1 0 288 16 0 0 15 0 16 0 29352731 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29690] ppid=29685 vsize=1542864 CPUtime=17.71
/proc/29687/task/29690/stat : 29690 (java) S 29685 29687 29000 0 -1 4202560 48296 0 0 0 1727 44 0 0 16 0 16 0 29352733 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
[pid=29687/tid=29691] ppid=29685 vsize=1542864 CPUtime=17.69
/proc/29687/task/29691/stat : 29691 (java) S 29685 29687 29000 0 -1 4202560 50456 0 0 0 1728 41 0 0 16 0 16 0 29352733 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29692] ppid=29685 vsize=1542864 CPUtime=86.76
/proc/29687/task/29692/stat : 29692 (java) S 29685 29687 29000 0 -1 4202560 73024 0 0 0 8642 34 0 0 15 0 16 0 29352734 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 0 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29693] ppid=29685 vsize=1542864 CPUtime=0
/proc/29687/task/29693/stat : 29693 (java) S 29685 29687 29000 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 29352735 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
[pid=29687/tid=29694] ppid=29685 vsize=1542864 CPUtime=0
/proc/29687/task/29694/stat : 29694 (java) S 29685 29687 29000 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 29352735 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
[pid=29687/tid=29695] ppid=29685 vsize=1542864 CPUtime=0
/proc/29687/task/29695/stat : 29695 (java) S 29685 29687 29000 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 16 0 29352739 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29696] ppid=29685 vsize=1542864 CPUtime=3.42
/proc/29687/task/29696/stat : 29696 (java) S 29685 29687 29000 0 -1 4202560 6023 0 0 0 340 2 0 0 15 0 16 0 29352739 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
[pid=29687/tid=29697] ppid=29685 vsize=1542864 CPUtime=1.99
/proc/29687/task/29697/stat : 29697 (java) S 29685 29687 29000 0 -1 4202560 1904 0 0 0 199 0 0 0 15 0 16 0 29352739 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29698] ppid=29685 vsize=1542864 CPUtime=0
/proc/29687/task/29698/stat : 29698 (java) S 29685 29687 29000 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 29352739 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29699] ppid=29685 vsize=1542864 CPUtime=0
/proc/29687/task/29699/stat : 29699 (java) S 29685 29687 29000 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 29352739 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29700] ppid=29685 vsize=1542864 CPUtime=823.73
/proc/29687/task/29700/stat : 29700 (java) R 29685 29687 29000 0 -1 4202560 448 0 0 0 82369 4 0 0 25 0 16 0 29353052 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4110294866 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29687/tid=29701] ppid=29685 vsize=1542864 CPUtime=826.38
/proc/29687/task/29701/stat : 29701 (java) R 29685 29687 29000 0 -1 4202560 393 0 0 0 82630 8 0 0 25 0 16 0 29353052 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4110346259 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29687/tid=29702] ppid=29685 vsize=1542864 CPUtime=0
/proc/29687/task/29702/stat : 29702 (java) S 29685 29687 29000 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 29353121 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29703] ppid=29685 vsize=1542864 CPUtime=0
/proc/29687/task/29703/stat : 29703 (java) S 29685 29687 29000 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 29353123 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1780.83
Current children cumulated vsize (KiB) 1542864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+952.709 s]
/proc/loadavg: 2.05 2.06 1.73 3/122 29738
/proc/meminfo: memFree=1255436/2059040 swapFree=4140228/4192956
[pid=29687] ppid=29685 vsize=1542864 CPUtime=1800.16
/proc/29687/stat : 29687 (java) S 29685 29687 29000 0 -1 4202496 215965 0 1 0 179860 156 0 0 18 0 16 0 29352730 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29687/statm: 385716 130946 1449 10 0 383019 0
[pid=29687/tid=29689] ppid=29685 vsize=1542864 CPUtime=3.04
/proc/29687/task/29689/stat : 29689 (java) S 29685 29687 29000 0 -1 4202560 32107 0 1 0 288 16 0 0 15 0 16 0 29352731 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29690] ppid=29685 vsize=1542864 CPUtime=17.96
/proc/29687/task/29690/stat : 29690 (java) R 29685 29687 29000 0 -1 4202560 48296 0 0 0 1752 44 0 0 15 0 16 0 29352733 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 105886514 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29687/tid=29691] ppid=29685 vsize=1542864 CPUtime=17.96
/proc/29687/task/29691/stat : 29691 (java) S 29685 29687 29000 0 -1 4202560 50456 0 0 0 1754 42 0 0 15 0 16 0 29352733 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29692] ppid=29685 vsize=1542864 CPUtime=88.02
/proc/29687/task/29692/stat : 29692 (java) S 29685 29687 29000 0 -1 4202560 75204 0 0 0 8768 34 0 0 15 0 16 0 29352734 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 0 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29693] ppid=29685 vsize=1542864 CPUtime=0
/proc/29687/task/29693/stat : 29693 (java) S 29685 29687 29000 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 29352735 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
[pid=29687/tid=29694] ppid=29685 vsize=1542864 CPUtime=0
/proc/29687/task/29694/stat : 29694 (java) S 29685 29687 29000 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 29352735 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
[pid=29687/tid=29695] ppid=29685 vsize=1542864 CPUtime=0
/proc/29687/task/29695/stat : 29695 (java) S 29685 29687 29000 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 16 0 29352739 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29696] ppid=29685 vsize=1542864 CPUtime=3.42
/proc/29687/task/29696/stat : 29696 (java) S 29685 29687 29000 0 -1 4202560 6023 0 0 0 340 2 0 0 15 0 16 0 29352739 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
[pid=29687/tid=29697] ppid=29685 vsize=1542864 CPUtime=1.99
/proc/29687/task/29697/stat : 29697 (java) S 29685 29687 29000 0 -1 4202560 1904 0 0 0 199 0 0 0 15 0 16 0 29352739 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29698] ppid=29685 vsize=1542864 CPUtime=0
/proc/29687/task/29698/stat : 29698 (java) S 29685 29687 29000 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 29352739 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29699] ppid=29685 vsize=1542864 CPUtime=0
/proc/29687/task/29699/stat : 29699 (java) S 29685 29687 29000 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 16 0 29352739 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
[pid=29687/tid=29700] ppid=29685 vsize=1542864 CPUtime=832.46
/proc/29687/task/29700/stat : 29700 (java) S 29685 29687 29000 0 -1 4202560 450 0 0 0 83242 4 0 0 25 0 16 0 29353052 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
[pid=29687/tid=29701] ppid=29685 vsize=1542864 CPUtime=835.21
/proc/29687/task/29701/stat : 29701 (java) S 29685 29687 29000 0 -1 4202560 399 0 0 0 83513 8 0 0 25 0 16 0 29353052 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29702] ppid=29685 vsize=1542864 CPUtime=0
/proc/29687/task/29702/stat : 29702 (java) S 29685 29687 29000 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 29353121 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 0 0 0 0
[pid=29687/tid=29703] ppid=29685 vsize=1542864 CPUtime=0
/proc/29687/task/29703/stat : 29703 (java) S 29685 29687 29000 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 29353123 1579892736 130946 1992294400 134512640 134550932 4286721856 18446744073709551615 4294960144 0 4 0 16800975 18446604437825886272 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 1542864

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

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

[startup+952.817 s]
/proc/loadavg: 2.05 2.06 1.73 3/122 29738
/proc/meminfo: memFree=1255436/2059040 swapFree=4140228/4192956
[pid=29687] ppid=29685 vsize=0 CPUtime=1800.33
/proc/29687/stat : 29687 (java) Z 29685 29687 29000 0 -1 4203548 215989 0 1 0 179873 160 0 0 17 0 2 0 29352730 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29687/statm: 0 0 0 0 0 0 0
[pid=29687/tid=29701] ppid=29685 vsize=0 CPUtime=835.28
/proc/29687/task/29701/stat : 29701 (java) R 29685 29687 29000 0 -1 4203588 399 0 0 0 83517 11 0 0 25 0 2 0 29353052 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 952.838
CPU time (s): 1800.36
CPU user time (s): 1798.73
CPU system time (s): 1.62175
CPU usage (%): 188.947
Max. virtual memory (cumulated for all children) (KiB): 1549276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.73
system time used= 1.62175
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 215989
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= 30162
involuntary context switches= 51232

runsolver used 4.16237 second user time and 11.5062 second system time

The end

Launcher Data

Begin job on node009 at 2010-06-14 19:45:10
IDJOB=2662156
IDBENCH=2355
IDSOLVER=1166
FILE ID=node009/2662156-1276537509
PBS_JOBID= 11173451
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-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-dg012142.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662156-1276537509/watcher-2662156-1276537509 -o /tmp/evaluation-result-2662156-1276537509/solver-2662156-1276537509 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662156-1276537509.opb

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

MD5SUM BENCH= 4f88b3d47f6404caca0c9a65b4bd3b5a
RANDOM SEED=814636032

node009.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.199
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.39
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.199
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.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1778496 kB
Buffers:         81680 kB
Cached:         119640 kB
SwapCached:       5716 kB
Active:          96608 kB
Inactive:       117020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1778496 kB
SwapTotal:     4192956 kB
SwapFree:      4140228 kB
Dirty:            3888 kB
Writeback:           8 kB
AnonPages:       10872 kB
Mapped:          12820 kB
Slab:            44772 kB
PageTables:       4072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181308 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= 62448 MiB
End job on node009 at 2010-06-14 20:01:05