Trace number 2662134

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.19 917.515

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
primes-dimacs-cnf/normalized-par32-5-c.opb
MD5SUM47657fb6d35516304c5b4897d4fb805d
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 variables2678
Total number of constraints6689
Number of constraints which are clauses6689
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 2678
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 2678
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 2678
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.23/0.23	c Pseudo Boolean Optimization
0.23/0.23	c ManyCore solver with 2 solvers running in parallel
0.23/0.23	c --- Begin Solver configuration ---
0.23/0.23	c Stops conflict analysis at the first Unique Implication Point
0.23/0.23	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.23	c Learn all clauses as in MiniSAT
0.23/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.23	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.23	c Expensive reason simplification
0.23/0.23	c Armin Biere (Picosat) restarts strategy
0.23/0.23	c Glucose learned constraints deletion strategy
0.23/0.23	c timeout=2147483s
0.23/0.23	c DB Simplification allowed=false
0.23/0.23	c --- End Solver configuration ---
0.23/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.23	c --- Begin Solver configuration ---
0.23/0.23	c Stops conflict analysis at the first Unique Implication Point
0.23/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.23	c Learn all clauses as in MiniSAT
0.23/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.23	c No reason simplification
0.23/0.23	c Armin Biere (Picosat) restarts strategy
0.23/0.23	c Glucose learned constraints deletion strategy
0.23/0.23	c timeout=2147483s
0.23/0.23	c DB Simplification allowed=false
0.23/0.23	c --- End Solver configuration ---
0.23/0.23	
0.23/0.23	c solving HOME/instance-2662134-1276469363.opb
0.23/0.23	c reading problem ... 
1.49/0.98	c ... done. Wall clock time 0.754s.
1.49/0.98	c #vars     2678
1.49/0.98	c #constraints  6689
1.49/0.98	c constraints type 
1.49/0.98	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4978
1.49/0.98	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1711
1.49/0.98	c constraints type 
1.49/0.98	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1711
1.49/0.98	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4978
11.80/6.16	c cleaning 2498 clauses out of 5000 with flag 5000/5000
20.48/10.55	c cleaning 4252 clauses out of 8504 with flag 11002/11002
27.97/14.33	c cleaning 0 clauses out of 5000 with flag 0/5000
31.71/16.22	c cleaning 5623 clauses out of 11250 with flag 18000/18000
44.70/22.85	c cleaning 6810 clauses out of 13628 with flag 26001/26001
56.17/28.64	c cleaning 0 clauses out of 11000 with flag 0/11000
61.85/31.60	c cleaning 7906 clauses out of 15819 with flag 35002/35002
81.42/41.45	c cleaning 8954 clauses out of 17913 with flag 45002/45002
91.26/46.44	c cleaning 0 clauses out of 18001 with flag 0/18001
101.12/51.41	c cleaning 9475 clauses out of 18957 with flag 55000/55000
121.66/61.86	c cleaning 9738 clauses out of 19483 with flag 65001/65001
122.60/62.36	c cleaning 0 clauses out of 26000 with flag 0/26000
142.34/72.32	c cleaning 9867 clauses out of 19744 with flag 75000/75000
155.76/79.18	c cleaning 0 clauses out of 35001 with flag 0/35001
165.39/84.09	c cleaning 9937 clauses out of 19877 with flag 85000/85000
189.89/96.41	c cleaning 9966 clauses out of 19940 with flag 95000/95000
192.19/97.64	c cleaning 0 clauses out of 45000 with flag 0/45000
212.70/108.00	c cleaning 9980 clauses out of 19974 with flag 105001/105001
231.26/117.42	c cleaning 0 clauses out of 55000 with flag 0/55000
236.91/120.32	c cleaning 9992 clauses out of 19993 with flag 115000/115000
261.59/132.83	c cleaning 9995 clauses out of 20001 with flag 125000/125000
269.02/136.66	c cleaning 0 clauses out of 65001 with flag 0/65001
287.76/146.17	c cleaning 9999 clauses out of 20006 with flag 135000/135000
310.84/157.83	c cleaning 0 clauses out of 75001 with flag 0/75001
312.90/158.99	c cleaning 9998 clauses out of 20007 with flag 145000/145000
335.80/170.53	c cleaning 10001 clauses out of 20010 with flag 155001/155001
359.27/182.48	c cleaning 0 clauses out of 85000 with flag 0/85000
360.95/183.39	c cleaning 9995 clauses out of 20008 with flag 165000/165000
384.58/195.32	c cleaning 10001 clauses out of 20014 with flag 175001/175001
409.05/207.78	c cleaning 0 clauses out of 95001 with flag 0/95001
412.70/209.63	c cleaning 10003 clauses out of 20013 with flag 185001/185001
442.10/224.57	c cleaning 10001 clauses out of 20009 with flag 195000/195000
463.14/235.29	c cleaning 0 clauses out of 105000 with flag 0/105001
468.36/237.92	c cleaning 9998 clauses out of 20009 with flag 205001/205001
488.84/248.36	c cleaning 10000 clauses out of 20010 with flag 215000/215000
508.72/258.48	c cleaning 9999 clauses out of 20012 with flag 225002/225002
522.82/265.64	c cleaning 0 clauses out of 115001 with flag 0/115002
528.62/268.65	c cleaning 10000 clauses out of 20011 with flag 235000/235000
549.09/279.09	c cleaning 10002 clauses out of 20012 with flag 245001/245001
570.54/289.90	c cleaning 9998 clauses out of 20009 with flag 255000/255000
588.42/299.09	c cleaning 0 clauses out of 125000 with flag 0/125001
591.84/300.82	c cleaning 9996 clauses out of 20011 with flag 265000/265000
612.90/311.50	c cleaning 10002 clauses out of 20015 with flag 275000/275000
635.15/322.80	c cleaning 9997 clauses out of 20013 with flag 285000/285000
648.64/329.77	c cleaning 0 clauses out of 135000 with flag 0/135001
657.01/334.05	c cleaning 10003 clauses out of 20017 with flag 295001/295001
679.84/345.62	c cleaning 9997 clauses out of 20013 with flag 305000/305000
702.88/357.39	c cleaning 10001 clauses out of 20018 with flag 315002/315002
715.37/363.71	c cleaning 0 clauses out of 145000 with flag 0/145001
725.69/369.02	c cleaning 10003 clauses out of 20016 with flag 325001/325001
749.10/380.97	c cleaning 9996 clauses out of 20012 with flag 335000/335000
772.51/392.88	c cleaning 10001 clauses out of 20017 with flag 345001/345001
787.95/400.77	c cleaning 0 clauses out of 155000 with flag 0/155001
795.72/404.78	c cleaning 10001 clauses out of 20015 with flag 355000/355000
819.32/416.79	c cleaning 10000 clauses out of 20014 with flag 365000/365000
843.52/429.01	c cleaning 9999 clauses out of 20014 with flag 375000/375000
863.12/439.02	c cleaning 0 clauses out of 164999 with flag 0/165000
867.29/441.25	c cleaning 10002 clauses out of 20015 with flag 385000/385000
892.10/453.87	c cleaning 9999 clauses out of 20014 with flag 395001/395001
916.07/466.09	c cleaning 10002 clauses out of 20014 with flag 405000/405000
933.70/475.08	c cleaning 0 clauses out of 175000 with flag 0/175001
942.23/479.42	c cleaning 9998 clauses out of 20012 with flag 415000/415000
968.42/492.71	c cleaning 9999 clauses out of 20014 with flag 425000/425000
994.77/506.18	c cleaning 9998 clauses out of 20015 with flag 435000/435000
1011.37/514.63	c cleaning 0 clauses out of 185001 with flag 0/185002
1022.07/520.11	c cleaning 10003 clauses out of 20018 with flag 445001/445001
1049.00/533.88	c cleaning 10000 clauses out of 20014 with flag 455000/455000
1077.73/548.43	c cleaning 10002 clauses out of 20016 with flag 465002/465002
1091.74/555.64	c cleaning 0 clauses out of 195000 with flag 0/195001
1106.20/563.07	c cleaning 9997 clauses out of 20012 with flag 475000/475000
1133.92/577.19	c cleaning 10005 clauses out of 20017 with flag 485002/485002
1161.44/591.12	c cleaning 9999 clauses out of 20010 with flag 495000/495000
1174.24/597.74	c cleaning 0 clauses out of 205000 with flag 0/205001
1187.50/604.53	c cleaning 10000 clauses out of 20012 with flag 505001/505001
1214.24/618.13	c cleaning 9999 clauses out of 20011 with flag 515000/515000
1241.36/631.95	c cleaning 10001 clauses out of 20013 with flag 525001/525001
1254.55/638.70	c cleaning 0 clauses out of 214999 with flag 0/215000
1269.76/646.54	c cleaning 10001 clauses out of 20012 with flag 535001/535001
1299.25/661.58	c cleaning 9997 clauses out of 20010 with flag 545000/545000
1328.76/676.55	c cleaning 9997 clauses out of 20014 with flag 555001/555001
1343.73/684.29	c cleaning 0 clauses out of 225000 with flag 0/225001
1357.35/691.21	c cleaning 9999 clauses out of 20016 with flag 565000/565000
1385.39/705.59	c cleaning 10005 clauses out of 20019 with flag 575002/575002
1415.27/720.78	c cleaning 9999 clauses out of 20013 with flag 585001/585001
1435.59/731.16	c cleaning 0 clauses out of 234999 with flag 0/235000
1444.47/735.75	c cleaning 10003 clauses out of 20014 with flag 595001/595001
1473.95/750.70	c cleaning 10003 clauses out of 20011 with flag 605001/605001
1503.80/765.95	c cleaning 9999 clauses out of 20007 with flag 615000/615000
1526.48/777.55	c cleaning 0 clauses out of 244999 with flag 0/245000
1533.55/781.25	c cleaning 10000 clauses out of 20009 with flag 625001/625001
1562.62/796.04	c cleaning 9994 clauses out of 20008 with flag 635000/635000
1592.29/811.12	c cleaning 10002 clauses out of 20014 with flag 645000/645000
1621.50/826.01	c cleaning 9999 clauses out of 20012 with flag 655000/655000
1625.38/828.14	c cleaning 0 clauses out of 255001 with flag 0/255002
1651.49/841.47	c cleaning 9998 clauses out of 20013 with flag 665000/665000
1680.94/856.45	c cleaning 9996 clauses out of 20015 with flag 675000/675000
1709.75/871.18	c cleaning 10004 clauses out of 20019 with flag 685000/685000
1712.64/872.79	c cleaning 0 clauses out of 265000 with flag 0/265001
1740.29/886.80	c cleaning 10003 clauses out of 20016 with flag 695001/695001
1768.73/901.33	c cleaning 9999 clauses out of 20013 with flag 705001/705001
1796.91/915.71	c cleaning 9998 clauses out of 20013 with flag 715000/715000
1800.01/917.42	c starts		: 169
1800.01/917.42	c conflicts		: 716170
1800.01/917.42	c decisions		: 746731
1800.01/917.42	c propagations		: 461195075
1800.01/917.42	c inspects		: 4081277261
1800.01/917.42	c learnt literals	: 1
1800.01/917.42	c learnt binary clauses	: 57
1800.01/917.42	c learnt ternary clauses	: 50
1800.01/917.42	c learnt clauses	: 716169
1800.01/917.42	c ignored clauses	: 0
1800.01/917.42	c root simplifications	: 0
1800.01/917.42	c removed literals (reason simplification)	: 7306366
1800.01/917.42	c reason swapping (by a shorter reason)	: 0
1800.01/917.42	c Calls to reduceDB	: 73
1800.01/917.42	c number of reductions to clauses (during analyze)	: 0
1800.01/917.42	c number of learned constraints concerned by reduction	: 0
1800.01/917.42	c number of learning phase by resolution	: 0
1800.01/917.42	c number of learning phase by cutting planes	: 0
1800.01/917.42	c speed (assignments/second)	: 503246.339094758
1800.01/917.42	c non guided choices	0
1800.01/917.46	c learnt constraints type 
1800.01/917.46	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 11128
1800.01/917.46	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 57
1800.01/917.46	c constraints type 
1800.01/917.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4978
1800.01/917.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1711
1800.01/917.46	c constraints type 
1800.01/917.46	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1711
1800.01/917.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4978
1800.01/917.46	s UNKNOWN
1800.01/917.46	c Total wall clock time (in seconds): 917.238

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-2662134-1276469363/watcher-2662134-1276469363 -o /tmp/evaluation-result-2662134-1276469363/solver-2662134-1276469363 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662134-1276469363.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.00 1.00 1.00 3/106 26097
/proc/meminfo: memFree=1796652/2059040 swapFree=4140084/4192956
[pid=26097] ppid=26095 vsize=1832 CPUtime=0
/proc/26097/stat : 26097 (java6) S 26095 26097 25586 0 -1 4194304 252 0 0 0 0 0 0 0 19 0 1 0 22537645 1875968 153 1992294400 134512640 134550932 4290940576 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699387582 0 0 17 1 0 0 0
/proc/26097/statm: 458 156 119 10 0 63 0

[startup+0.0767361 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 26097
/proc/meminfo: memFree=1796652/2059040 swapFree=4140084/4192956
[pid=26097] ppid=26095 vsize=1521796 CPUtime=0.06
/proc/26097/stat : 26097 (java) S 26095 26097 25586 0 -1 4202496 3741 0 1 0 4 2 0 0 18 0 7 0 22537645 1558319104 3181 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/26097/statm: 380449 3181 1036 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.101738 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 26097
/proc/meminfo: memFree=1796652/2059040 swapFree=4140084/4192956
[pid=26097] ppid=26095 vsize=1524180 CPUtime=0.08
/proc/26097/stat : 26097 (java) S 26095 26097 25586 0 -1 4202496 3958 0 1 0 6 2 0 0 18 0 12 0 22537645 1560760320 3396 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26097/statm: 381045 3396 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301769 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 26097
/proc/meminfo: memFree=1796652/2059040 swapFree=4140084/4192956
[pid=26097] ppid=26095 vsize=1525968 CPUtime=0.34
/proc/26097/stat : 26097 (java) S 26095 26097 25586 0 -1 4202496 5421 0 1 0 31 3 0 0 18 0 12 0 22537645 1562591232 4857 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26097/statm: 381492 4858 1358 10 0 378795 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1525968

[startup+0.701842 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 26097
/proc/meminfo: memFree=1796652/2059040 swapFree=4140084/4192956
[pid=26097] ppid=26095 vsize=1530000 CPUtime=1.09
/proc/26097/stat : 26097 (java) S 26095 26097 25586 0 -1 4202496 8027 0 1 0 105 4 0 0 18 0 12 0 22537645 1566720000 7035 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26097/statm: 382500 7035 1395 10 0 379803 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1530000

[startup+1.50198 s]
/proc/loadavg: 1.00 1.00 1.00 5/120 26111
/proc/meminfo: memFree=1760768/2059040 swapFree=4140084/4192956
[pid=26097] ppid=26095 vsize=1536092 CPUtime=2.67
/proc/26097/stat : 26097 (java) S 26095 26097 25586 0 -1 4202496 14265 0 1 0 261 6 0 0 18 0 15 0 22537645 1572958208 12110 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26097/statm: 384023 12110 1423 10 0 381326 0
[pid=26097/tid=26099] ppid=26095 vsize=1536092 CPUtime=0.94
/proc/26097/task/26099/stat : 26099 (java) S 26095 26097 25586 0 -1 4202560 7349 0 1 0 90 4 0 0 19 0 15 0 22537646 1572958208 12110 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=26097/tid=26100] ppid=26095 vsize=1536092 CPUtime=0
/proc/26097/task/26100/stat : 26100 (java) S 26095 26097 25586 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 15 0 22537648 1572958208 12110 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26101] ppid=26095 vsize=1536092 CPUtime=0
/proc/26097/task/26101/stat : 26101 (java) S 26095 26097 25586 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 15 0 22537648 1572958208 12110 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26102] ppid=26095 vsize=1536092 CPUtime=0
/proc/26097/task/26102/stat : 26102 (java) S 26095 26097 25586 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 15 0 22537649 1572958208 12110 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 0 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26103] ppid=26095 vsize=1536092 CPUtime=0
/proc/26097/task/26103/stat : 26103 (java) S 26095 26097 25586 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 15 0 22537650 1572958208 12110 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26104] ppid=26095 vsize=1536092 CPUtime=0
/proc/26097/task/26104/stat : 26104 (java) S 26095 26097 25586 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 15 0 22537650 1572958208 12110 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26105] ppid=26095 vsize=1536092 CPUtime=0
/proc/26097/task/26105/stat : 26105 (java) S 26095 26097 25586 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 15 0 22537654 1572958208 12110 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26106] ppid=26095 vsize=1536092 CPUtime=0.53
/proc/26097/task/26106/stat : 26106 (java) R 26095 26097 25586 0 -1 4202560 1377 0 0 0 53 0 0 0 25 0 15 0 22537654 1572958208 12110 1992294400 134512640 134550932 4289222336 18446744073709551615 105496289 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26097/tid=26107] ppid=26095 vsize=1536092 CPUtime=0.68
/proc/26097/task/26107/stat : 26107 (java) R 26095 26097 25586 0 -1 4202560 3164 0 0 0 68 0 0 0 17 0 15 0 22537654 1572958208 12110 1992294400 134512640 134550932 4289222336 18446744073709551615 103977919 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26097/tid=26108] ppid=26095 vsize=1536092 CPUtime=0
/proc/26097/task/26108/stat : 26108 (java) S 26095 26097 25586 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 15 0 22537654 1572958208 12110 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26109] ppid=26095 vsize=1536092 CPUtime=0
/proc/26097/task/26109/stat : 26109 (java) S 26095 26097 25586 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 15 0 22537654 1572958208 12110 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=26097/tid=26110] ppid=26095 vsize=1536092 CPUtime=0.27
/proc/26097/task/26110/stat : 26110 (java) R 26095 26097 25586 0 -1 4202560 670 0 0 0 27 0 0 0 21 0 15 0 22537743 1572958208 12110 1992294400 134512640 134550932 4289222336 18446744073709551615 106548578 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26097/tid=26111] ppid=26095 vsize=1536092 CPUtime=0.2
/proc/26097/task/26111/stat : 26111 (java) R 26095 26097 25586 0 -1 4202560 636 0 0 0 20 0 0 0 18 0 15 0 22537743 1572958208 12110 1992294400 134512640 134550932 4289222336 18446744073709551615 4109018307 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 1536092

[startup+3.10226 s]
/proc/loadavg: 1.00 1.00 1.00 9/122 26113
/proc/meminfo: memFree=1750708/2059040 swapFree=4140084/4192956
[pid=26097] ppid=26095 vsize=1536416 CPUtime=5.85
/proc/26097/stat : 26097 (java) S 26095 26097 25586 0 -1 4202496 25771 0 1 0 573 12 0 0 18 0 16 0 22537645 1573289984 23615 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26097/statm: 384104 23615 1431 10 0 381407 0
[pid=26097/tid=26099] ppid=26095 vsize=1536416 CPUtime=0.94
/proc/26097/task/26099/stat : 26099 (java) R 26095 26097 25586 0 -1 4202560 7349 0 1 0 90 4 0 0 18 0 16 0 22537646 1573289984 23615 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26097/tid=26100] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26100/stat : 26100 (java) S 26095 26097 25586 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 22537648 1573289984 23615 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26101] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26101/stat : 26101 (java) S 26095 26097 25586 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 16 0 22537648 1573289984 23615 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26102] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26102/stat : 26102 (java) S 26095 26097 25586 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 16 0 22537649 1573289984 23615 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 0 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26103] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26103/stat : 26103 (java) S 26095 26097 25586 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 22537650 1573289984 23615 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26104] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26104/stat : 26104 (java) S 26095 26097 25586 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 22537650 1573289984 23615 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26105] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26105/stat : 26105 (java) S 26095 26097 25586 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 22537654 1573289984 23615 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26106] ppid=26095 vsize=1536416 CPUtime=0.69
/proc/26097/task/26106/stat : 26106 (java) R 26095 26097 25586 0 -1 4202560 1392 0 0 0 69 0 0 0 25 0 16 0 22537654 1573289984 23615 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26097/tid=26107] ppid=26095 vsize=1536416 CPUtime=1.98
/proc/26097/task/26107/stat : 26107 (java) R 26095 26097 25586 0 -1 4202560 3253 0 0 0 198 0 0 0 16 0 16 0 22537654 1573289984 23615 1992294400 134512640 134550932 4289222336 18446744073709551615 106811688 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26097/tid=26108] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26108/stat : 26108 (java) S 26095 26097 25586 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 22537654 1573289984 23615 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26109] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26109/stat : 26109 (java) S 26095 26097 25586 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 22537654 1573289984 23615 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=26097/tid=26110] ppid=26095 vsize=1536416 CPUtime=0.67
/proc/26097/task/26110/stat : 26110 (java) R 26095 26097 25586 0 -1 4202560 699 0 0 0 67 0 0 0 22 0 16 0 22537743 1573289984 23615 1992294400 134512640 134550932 4289222336 18446744073709551615 4109434528 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26097/tid=26111] ppid=26095 vsize=1536416 CPUtime=1.51
/proc/26097/task/26111/stat : 26111 (java) R 26095 26097 25586 0 -1 4202560 12008 0 0 0 146 5 0 0 17 0 16 0 22537743 1573289984 23615 1992294400 134512640 134550932 4289222336 18446744073709551615 4109750685 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26097/tid=26112] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26112/stat : 26112 (java) S 26095 26097 25586 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 22537770 1573289984 23615 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=26097/tid=26113] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26113/stat : 26113 (java) R 26095 26097 25586 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 16 0 22537796 1573289984 23615 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 1536416

[startup+6.30198 s]
/proc/loadavg: 1.40 1.08 1.03 3/122 26113
/proc/meminfo: memFree=1652500/2059040 swapFree=4140084/4192956
[pid=26097] ppid=26095 vsize=1536416 CPUtime=12.16
/proc/26097/stat : 26097 (java) S 26095 26097 25586 0 -1 4202496 40358 0 1 0 1199 17 0 0 18 0 16 0 22537645 1573289984 38170 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26097/statm: 384104 38170 1447 10 0 381407 0
[pid=26097/tid=26099] ppid=26095 vsize=1536416 CPUtime=0.94
/proc/26097/task/26099/stat : 26099 (java) S 26095 26097 25586 0 -1 4202560 7349 0 1 0 90 4 0 0 15 0 16 0 22537646 1573289984 38170 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26100] ppid=26095 vsize=1536416 CPUtime=0.03
/proc/26097/task/26100/stat : 26100 (java) S 26095 26097 25586 0 -1 4202560 859 0 0 0 3 0 0 0 16 0 16 0 22537648 1573289984 38170 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=26097/tid=26101] ppid=26095 vsize=1536416 CPUtime=0.04
/proc/26097/task/26101/stat : 26101 (java) S 26095 26097 25586 0 -1 4202560 846 0 0 0 4 0 0 0 15 0 16 0 22537648 1573289984 38170 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=26097/tid=26102] ppid=26095 vsize=1536416 CPUtime=0.04
/proc/26097/task/26102/stat : 26102 (java) S 26095 26097 25586 0 -1 4202560 817 0 0 0 4 0 0 0 15 0 16 0 22537649 1573289984 38170 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 0 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26103] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26103/stat : 26103 (java) S 26095 26097 25586 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 22537650 1573289984 38170 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26104] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26104/stat : 26104 (java) S 26095 26097 25586 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 22537650 1573289984 38170 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26105] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26105/stat : 26105 (java) S 26095 26097 25586 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 22537654 1573289984 38170 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26106] ppid=26095 vsize=1536416 CPUtime=0.86
/proc/26097/task/26106/stat : 26106 (java) S 26095 26097 25586 0 -1 4202560 1409 0 0 0 86 0 0 0 15 0 16 0 22537654 1573289984 38170 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=26097/tid=26107] ppid=26095 vsize=1536416 CPUtime=2.03
/proc/26097/task/26107/stat : 26107 (java) S 26095 26097 25586 0 -1 4202560 3257 0 0 0 203 0 0 0 15 0 16 0 22537654 1573289984 38170 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26108] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26108/stat : 26108 (java) S 26095 26097 25586 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 22537654 1573289984 38170 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26109] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26109/stat : 26109 (java) S 26095 26097 25586 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 22537654 1573289984 38170 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=26097/tid=26110] ppid=26095 vsize=1536416 CPUtime=3.57
/proc/26097/task/26110/stat : 26110 (java) R 26095 26097 25586 0 -1 4202560 761 0 0 0 357 0 0 0 25 0 16 0 22537743 1573289984 38170 1992294400 134512640 134550932 4289222336 18446744073709551615 4109750685 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26097/tid=26111] ppid=26095 vsize=1536416 CPUtime=4.56
/proc/26097/task/26111/stat : 26111 (java) R 26095 26097 25586 0 -1 4202560 23986 0 0 0 447 9 0 0 24 0 16 0 22537743 1573289984 38170 1992294400 134512640 134550932 4289222336 18446744073709551615 4109822164 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26097/tid=26112] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26112/stat : 26112 (java) S 26095 26097 25586 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 22537770 1573289984 38170 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=26097/tid=26113] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26113/stat : 26113 (java) S 26095 26097 25586 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 16 0 22537796 1573289984 38170 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 1536416

[startup+12.7018 s]
/proc/loadavg: 1.45 1.10 1.03 3/122 26113
/proc/meminfo: memFree=1622120/2059040 swapFree=4140084/4192956
[pid=26097] ppid=26095 vsize=1536416 CPUtime=24.79
/proc/26097/stat : 26097 (java) S 26095 26097 25586 0 -1 4202496 46876 0 1 0 2458 21 0 0 18 0 16 0 22537645 1573289984 44678 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26097/statm: 384104 44678 1447 10 0 381407 0
[pid=26097/tid=26099] ppid=26095 vsize=1536416 CPUtime=0.94
/proc/26097/task/26099/stat : 26099 (java) S 26095 26097 25586 0 -1 4202560 7349 0 1 0 90 4 0 0 15 0 16 0 22537646 1573289984 44678 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26100] ppid=26095 vsize=1536416 CPUtime=0.05
/proc/26097/task/26100/stat : 26100 (java) S 26095 26097 25586 0 -1 4202560 1235 0 0 0 5 0 0 0 15 0 16 0 22537648 1573289984 44678 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26101] ppid=26095 vsize=1536416 CPUtime=0.06
/proc/26097/task/26101/stat : 26101 (java) S 26095 26097 25586 0 -1 4202560 1237 0 0 0 6 0 0 0 16 0 16 0 22537648 1573289984 44678 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=26097/tid=26102] ppid=26095 vsize=1536416 CPUtime=0.08
/proc/26097/task/26102/stat : 26102 (java) S 26095 26097 25586 0 -1 4202560 1176 0 0 0 8 0 0 0 15 0 16 0 22537649 1573289984 44678 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 0 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26103] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26103/stat : 26103 (java) S 26095 26097 25586 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 22537650 1573289984 44678 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26104] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26104/stat : 26104 (java) S 26095 26097 25586 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 22537650 1573289984 44678 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26105] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26105/stat : 26105 (java) S 26095 26097 25586 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 22537654 1573289984 44678 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26106] ppid=26095 vsize=1536416 CPUtime=0.92
/proc/26097/task/26106/stat : 26106 (java) S 26095 26097 25586 0 -1 4202560 1413 0 0 0 92 0 0 0 15 0 16 0 22537654 1573289984 44678 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=26097/tid=26107] ppid=26095 vsize=1536416 CPUtime=2.06
/proc/26097/task/26107/stat : 26107 (java) S 26095 26097 25586 0 -1 4202560 3260 0 0 0 206 0 0 0 15 0 16 0 22537654 1573289984 44678 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26108] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26108/stat : 26108 (java) S 26095 26097 25586 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 22537654 1573289984 44678 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26109] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26109/stat : 26109 (java) S 26095 26097 25586 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 22537654 1573289984 44678 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=26097/tid=26110] ppid=26095 vsize=1536416 CPUtime=9.73
/proc/26097/task/26110/stat : 26110 (java) R 26095 26097 25586 0 -1 4202560 765 0 0 0 973 0 0 0 25 0 16 0 22537743 1573289984 44678 1992294400 134512640 134550932 4289222336 18446744073709551615 4109651875 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26097/tid=26111] ppid=26095 vsize=1536416 CPUtime=10.87
/proc/26097/task/26111/stat : 26111 (java) R 26095 26097 25586 0 -1 4202560 29367 0 0 0 1074 13 0 0 25 0 16 0 22537743 1573289984 44678 1992294400 134512640 134550932 4289222336 18446744073709551615 4109788031 0 4 0 16800975 0 0 0 -1 0 0 0 0

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

/proc/26097/task/26112/stat : 26112 (java) S 26095 26097 25586 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 22537770 1573289984 60338 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=26097/tid=26113] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26113/stat : 26113 (java) S 26095 26097 25586 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 16 0 22537796 1573289984 60338 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1379.05
Current children cumulated vsize (KiB) 1536416

[startup+762.311 s]
/proc/loadavg: 2.03 1.95 1.57 4/122 26142
/proc/meminfo: memFree=1554664/2059040 swapFree=4140084/4192956
[pid=26097] ppid=26095 vsize=1536416 CPUtime=1496.69
/proc/26097/stat : 26097 (java) S 26095 26097 25586 0 -1 4202496 65570 0 1 0 149602 67 0 0 18 0 16 0 22537645 1573289984 61194 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26097/statm: 384104 61194 1447 10 0 381407 0
[pid=26097/tid=26099] ppid=26095 vsize=1536416 CPUtime=0.94
/proc/26097/task/26099/stat : 26099 (java) S 26095 26097 25586 0 -1 4202560 7359 0 1 0 90 4 0 0 15 0 16 0 22537646 1573289984 61194 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=26097/tid=26100] ppid=26095 vsize=1536416 CPUtime=2.05
/proc/26097/task/26100/stat : 26100 (java) S 26095 26097 25586 0 -1 4202560 8999 0 0 0 195 10 0 0 16 0 16 0 22537648 1573289984 61194 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26101] ppid=26095 vsize=1536416 CPUtime=2.1
/proc/26097/task/26101/stat : 26101 (java) S 26095 26097 25586 0 -1 4202560 8690 0 0 0 204 6 0 0 15 0 16 0 22537648 1573289984 61194 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=26097/tid=26102] ppid=26095 vsize=1536416 CPUtime=13.58
/proc/26097/task/26102/stat : 26102 (java) S 26095 26097 25586 0 -1 4202560 2869 0 0 0 1354 4 0 0 15 0 16 0 22537649 1573289984 61194 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 0 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26103] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26103/stat : 26103 (java) S 26095 26097 25586 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 22537650 1573289984 61194 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26104] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26104/stat : 26104 (java) S 26095 26097 25586 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 22537650 1573289984 61194 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26105] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26105/stat : 26105 (java) S 26095 26097 25586 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 22537654 1573289984 61194 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26106] ppid=26095 vsize=1536416 CPUtime=1.03
/proc/26097/task/26106/stat : 26106 (java) S 26095 26097 25586 0 -1 4202560 1413 0 0 0 103 0 0 0 15 0 16 0 22537654 1573289984 61194 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=26097/tid=26107] ppid=26095 vsize=1536416 CPUtime=2.57
/proc/26097/task/26107/stat : 26107 (java) S 26095 26097 25586 0 -1 4202560 4394 0 0 0 256 1 0 0 15 0 16 0 22537654 1573289984 61194 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26108] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26108/stat : 26108 (java) S 26095 26097 25586 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 22537654 1573289984 61194 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26109] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26109/stat : 26109 (java) S 26095 26097 25586 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 16 0 22537654 1573289984 61194 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=26097/tid=26110] ppid=26095 vsize=1536416 CPUtime=738.53
/proc/26097/task/26110/stat : 26110 (java) R 26095 26097 25586 0 -1 4202560 989 0 0 0 73837 16 0 0 25 0 16 0 22537743 1573289984 61194 1992294400 134512640 134550932 4289222336 18446744073709551615 4109750685 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26097/tid=26111] ppid=26095 vsize=1536416 CPUtime=735.81
/proc/26097/task/26111/stat : 26111 (java) R 26095 26097 25586 0 -1 4202560 29739 0 0 0 73558 23 0 0 25 0 16 0 22537743 1573289984 61194 1992294400 134512640 134550932 4289222336 18446744073709551615 4109821230 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26097/tid=26112] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26112/stat : 26112 (java) S 26095 26097 25586 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 22537770 1573289984 61194 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=26097/tid=26113] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26113/stat : 26113 (java) S 26095 26097 25586 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 16 0 22537796 1573289984 61194 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1496.69
Current children cumulated vsize (KiB) 1536416

[startup+822.302 s]
/proc/loadavg: 2.00 1.96 1.59 3/122 26144
/proc/meminfo: memFree=1552060/2059040 swapFree=4140084/4192956
[pid=26097] ppid=26095 vsize=1536416 CPUtime=1614.16
/proc/26097/stat : 26097 (java) S 26095 26097 25586 0 -1 4202496 66300 0 1 0 161345 71 0 0 18 0 16 0 22537645 1573289984 61854 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26097/statm: 384104 61854 1447 10 0 381407 0
[pid=26097/tid=26099] ppid=26095 vsize=1536416 CPUtime=0.94
/proc/26097/task/26099/stat : 26099 (java) S 26095 26097 25586 0 -1 4202560 7361 0 1 0 90 4 0 0 15 0 16 0 22537646 1573289984 61854 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=26097/tid=26100] ppid=26095 vsize=1536416 CPUtime=2.18
/proc/26097/task/26100/stat : 26100 (java) S 26095 26097 25586 0 -1 4202560 9290 0 0 0 207 11 0 0 15 0 16 0 22537648 1573289984 61854 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26101] ppid=26095 vsize=1536416 CPUtime=2.28
/proc/26097/task/26101/stat : 26101 (java) S 26095 26097 25586 0 -1 4202560 9081 0 0 0 221 7 0 0 16 0 16 0 22537648 1573289984 61854 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=26097/tid=26102] ppid=26095 vsize=1536416 CPUtime=14.97
/proc/26097/task/26102/stat : 26102 (java) S 26095 26097 25586 0 -1 4202560 2897 0 0 0 1493 4 0 0 15 0 16 0 22537649 1573289984 61854 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 0 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26103] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26103/stat : 26103 (java) S 26095 26097 25586 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 22537650 1573289984 61854 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26104] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26104/stat : 26104 (java) S 26095 26097 25586 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 22537650 1573289984 61854 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26105] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26105/stat : 26105 (java) S 26095 26097 25586 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 22537654 1573289984 61854 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26106] ppid=26095 vsize=1536416 CPUtime=1.03
/proc/26097/task/26106/stat : 26106 (java) S 26095 26097 25586 0 -1 4202560 1413 0 0 0 103 0 0 0 15 0 16 0 22537654 1573289984 61854 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=26097/tid=26107] ppid=26095 vsize=1536416 CPUtime=2.57
/proc/26097/task/26107/stat : 26107 (java) S 26095 26097 25586 0 -1 4202560 4394 0 0 0 256 1 0 0 15 0 16 0 22537654 1573289984 61854 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26108] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26108/stat : 26108 (java) S 26095 26097 25586 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 22537654 1573289984 61854 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26109] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26109/stat : 26109 (java) S 26095 26097 25586 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 16 0 22537654 1573289984 61854 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=26097/tid=26110] ppid=26095 vsize=1536416 CPUtime=796.19
/proc/26097/task/26110/stat : 26110 (java) R 26095 26097 25586 0 -1 4202560 999 0 0 0 79603 16 0 0 25 0 16 0 22537743 1573289984 61854 1992294400 134512640 134550932 4289222336 18446744073709551615 4109759349 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26097/tid=26111] ppid=26095 vsize=1536416 CPUtime=793.92
/proc/26097/task/26111/stat : 26111 (java) R 26095 26097 25586 0 -1 4202560 29743 0 0 0 79368 24 0 0 25 0 16 0 22537743 1573289984 61854 1992294400 134512640 134550932 4289222336 18446744073709551615 4109790988 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26097/tid=26112] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26112/stat : 26112 (java) S 26095 26097 25586 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 22537770 1573289984 61854 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=26097/tid=26113] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26113/stat : 26113 (java) S 26095 26097 25586 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 16 0 22537796 1573289984 61854 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1614.16
Current children cumulated vsize (KiB) 1536416

[startup+882.302 s]
/proc/loadavg: 1.93 1.95 1.61 3/122 26146
/proc/meminfo: memFree=1549952/2059040 swapFree=4140084/4192956
[pid=26097] ppid=26095 vsize=1536416 CPUtime=1731.38
/proc/26097/stat : 26097 (java) S 26095 26097 25586 0 -1 4202496 66822 0 1 0 173062 76 0 0 18 0 16 0 22537645 1573289984 62312 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26097/statm: 384104 62312 1447 10 0 381407 0
[pid=26097/tid=26099] ppid=26095 vsize=1536416 CPUtime=0.94
/proc/26097/task/26099/stat : 26099 (java) S 26095 26097 25586 0 -1 4202560 7363 0 1 0 90 4 0 0 15 0 16 0 22537646 1573289984 62312 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=26097/tid=26100] ppid=26095 vsize=1536416 CPUtime=2.37
/proc/26097/task/26100/stat : 26100 (java) S 26095 26097 25586 0 -1 4202560 9539 0 0 0 225 12 0 0 15 0 16 0 22537648 1573289984 62312 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26101] ppid=26095 vsize=1536416 CPUtime=2.42
/proc/26097/task/26101/stat : 26101 (java) S 26095 26097 25586 0 -1 4202560 9312 0 0 0 234 8 0 0 15 0 16 0 22537648 1573289984 62312 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=26097/tid=26102] ppid=26095 vsize=1536416 CPUtime=16.63
/proc/26097/task/26102/stat : 26102 (java) S 26095 26097 25586 0 -1 4202560 2916 0 0 0 1659 4 0 0 15 0 16 0 22537649 1573289984 62312 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 0 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=26097/tid=26103] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26103/stat : 26103 (java) S 26095 26097 25586 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 22537650 1573289984 62312 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26104] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26104/stat : 26104 (java) S 26095 26097 25586 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 22537650 1573289984 62312 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26105] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26105/stat : 26105 (java) S 26095 26097 25586 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 22537654 1573289984 62312 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26106] ppid=26095 vsize=1536416 CPUtime=1.03
/proc/26097/task/26106/stat : 26106 (java) S 26095 26097 25586 0 -1 4202560 1413 0 0 0 103 0 0 0 15 0 16 0 22537654 1573289984 62312 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=26097/tid=26107] ppid=26095 vsize=1536416 CPUtime=2.57
/proc/26097/task/26107/stat : 26107 (java) S 26095 26097 25586 0 -1 4202560 4394 0 0 0 256 1 0 0 15 0 16 0 22537654 1573289984 62312 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26108] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26108/stat : 26108 (java) S 26095 26097 25586 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 22537654 1573289984 62312 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26109] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26109/stat : 26109 (java) S 26095 26097 25586 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 22537654 1573289984 62312 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=26097/tid=26110] ppid=26095 vsize=1536416 CPUtime=853.83
/proc/26097/task/26110/stat : 26110 (java) R 26095 26097 25586 0 -1 4202560 1010 0 0 0 85367 16 0 0 25 0 16 0 22537743 1573289984 62312 1992294400 134512640 134550932 4289222336 18446744073709551615 4109759376 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26097/tid=26111] ppid=26095 vsize=1536416 CPUtime=851.49
/proc/26097/task/26111/stat : 26111 (java) R 26095 26097 25586 0 -1 4202560 29749 0 0 0 85123 26 0 0 25 0 16 0 22537743 1573289984 62312 1992294400 134512640 134550932 4289222336 18446744073709551615 4109750685 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26097/tid=26112] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26112/stat : 26112 (java) S 26095 26097 25586 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 22537770 1573289984 62312 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=26097/tid=26113] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26113/stat : 26113 (java) S 26095 26097 25586 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 16 0 22537796 1573289984 62312 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1731.38
Current children cumulated vsize (KiB) 1536416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+917.409 s]
/proc/loadavg: 1.96 1.95 1.63 3/122 26148
/proc/meminfo: memFree=1545984/2059040 swapFree=4140084/4192956
[pid=26097] ppid=26095 vsize=1536416 CPUtime=1800.01
/proc/26097/stat : 26097 (java) S 26095 26097 25586 0 -1 4202496 67844 0 1 0 179922 79 0 0 18 0 16 0 22537645 1573289984 63283 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26097/statm: 384104 63283 1447 10 0 381407 0
[pid=26097/tid=26099] ppid=26095 vsize=1536416 CPUtime=0.94
/proc/26097/task/26099/stat : 26099 (java) S 26095 26097 25586 0 -1 4202560 7364 0 1 0 90 4 0 0 15 0 16 0 22537646 1573289984 63283 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=26097/tid=26100] ppid=26095 vsize=1536416 CPUtime=2.47
/proc/26097/task/26100/stat : 26100 (java) S 26095 26097 25586 0 -1 4202560 9827 0 0 0 235 12 0 0 15 0 16 0 22537648 1573289984 63283 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26101] ppid=26095 vsize=1536416 CPUtime=2.53
/proc/26097/task/26101/stat : 26101 (java) S 26095 26097 25586 0 -1 4202560 9959 0 0 0 244 9 0 0 16 0 16 0 22537648 1573289984 63283 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26102] ppid=26095 vsize=1536416 CPUtime=17.56
/proc/26097/task/26102/stat : 26102 (java) S 26095 26097 25586 0 -1 4202560 2991 0 0 0 1752 4 0 0 15 0 16 0 22537649 1573289984 63283 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 0 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=26097/tid=26103] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26103/stat : 26103 (java) S 26095 26097 25586 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 22537650 1573289984 63283 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26104] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26104/stat : 26104 (java) S 26095 26097 25586 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 22537650 1573289984 63283 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26105] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26105/stat : 26105 (java) S 26095 26097 25586 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 22537654 1573289984 63283 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26106] ppid=26095 vsize=1536416 CPUtime=1.03
/proc/26097/task/26106/stat : 26106 (java) S 26095 26097 25586 0 -1 4202560 1413 0 0 0 103 0 0 0 15 0 16 0 22537654 1573289984 63283 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=26097/tid=26107] ppid=26095 vsize=1536416 CPUtime=2.57
/proc/26097/task/26107/stat : 26107 (java) S 26095 26097 25586 0 -1 4202560 4394 0 0 0 256 1 0 0 15 0 16 0 22537654 1573289984 63283 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26108] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26108/stat : 26108 (java) S 26095 26097 25586 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 22537654 1573289984 63283 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26109] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26109/stat : 26109 (java) S 26095 26097 25586 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 22537654 1573289984 63283 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
[pid=26097/tid=26110] ppid=26095 vsize=1536416 CPUtime=887.6
/proc/26097/task/26110/stat : 26110 (java) R 26095 26097 25586 0 -1 4202560 1016 0 0 0 88742 18 0 0 25 0 16 0 22537743 1573289984 63283 1992294400 134512640 134550932 4289222336 18446744073709551615 4109750685 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26097/tid=26111] ppid=26095 vsize=1536416 CPUtime=885.22
/proc/26097/task/26111/stat : 26111 (java) R 26095 26097 25586 0 -1 4202560 29752 0 0 0 88496 26 0 0 25 0 16 0 22537743 1573289984 63283 1992294400 134512640 134550932 4289222336 18446744073709551615 4109750685 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26097/tid=26112] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26112/stat : 26112 (java) S 26095 26097 25586 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 22537770 1573289984 63283 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 1 0 0 0
[pid=26097/tid=26113] ppid=26095 vsize=1536416 CPUtime=0
/proc/26097/task/26113/stat : 26113 (java) S 26095 26097 25586 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 16 0 22537796 1573289984 63283 1992294400 134512640 134550932 4289222336 18446744073709551615 4294960144 0 4 0 16800975 18446604437876575168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1536416

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

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

Child status: 143
Real time (s): 917.515
CPU time (s): 1800.19
CPU user time (s): 1799.37
CPU system time (s): 0.822874
CPU usage (%): 196.203
Max. virtual memory (cumulated for all children) (KiB): 1541536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.37
system time used= 0.822874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67863
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= 24066
involuntary context switches= 50891

runsolver used 4.35134 second user time and 11.2683 second system time

The end

Launcher Data

Begin job on node014 at 2010-06-14 00:49:23
IDJOB=2662134
IDBENCH=2198
IDSOLVER=1166
FILE ID=node014/2662134-1276469363
PBS_JOBID= 11173364
Free space on /tmp= 62464 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-5-c.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662134-1276469363/watcher-2662134-1276469363 -o /tmp/evaluation-result-2662134-1276469363/solver-2662134-1276469363 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662134-1276469363.opb

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

MD5SUM BENCH= 47657fb6d35516304c5b4897d4fb805d
RANDOM SEED=746219986

node014.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.258
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.51
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.258
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1796924 kB
Buffers:         46076 kB
Cached:         125536 kB
SwapCached:       7288 kB
Active:         101380 kB
Inactive:        84464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1796924 kB
SwapTotal:     4192956 kB
SwapFree:      4140084 kB
Dirty:             548 kB
Writeback:           0 kB
AnonPages:       11756 kB
Mapped:          12944 kB
Slab:            54304 kB
PageTables:       3976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183456 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= 62464 MiB
End job on node014 at 2010-06-14 01:04:42