Trace number 2658765

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 Resolution 2.2.0 2010-05-26? (TO) 1800.2 1798.3

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-4.opb
MD5SUM172d8bfe30610a29dfe3bb9d98ed3f4c
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 variables6352
Total number of constraints13489
Number of constraints which are clauses13489
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 constraint1
Maximum length of a constraint3
Number of terms in the objective function 6352
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 6352
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6352
Number of bits of the biggest sum of numbers13
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.v20100526
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.08/0.21	c Pseudo Boolean Optimization
0.08/0.21	c --- Begin Solver configuration ---
0.08/0.21	c Stops conflict analysis at the first Unique Implication Point
0.08/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.08/0.21	c Learn all clauses as in MiniSAT
0.08/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.21	c Expensive reason simplification
0.08/0.21	c Armin Biere (Picosat) restarts strategy
0.08/0.21	c Glucose learned constraints deletion strategy
0.08/0.21	c timeout=2147483s
0.08/0.21	c DB Simplification allowed=false
0.08/0.21	c --- End Solver configuration ---
0.08/0.21	c solving HOME/instance-2658765-1276446371.opb
0.08/0.21	c reading problem ... 
1.65/1.02	c ... done. Wall clock time 0.817s.
1.65/1.02	c #vars     6352
1.65/1.02	c #constraints  13357
1.65/1.02	c constraints type 
1.65/1.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7054
1.65/1.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6021
13.45/11.52	c cleaning 2500 clauses out of 5001 with flag 5001/5001
22.42/20.15	c cleaning 4250 clauses out of 8501 with flag 11001/11001
33.23/30.94	c cleaning 5624 clauses out of 11251 with flag 18001/18001
46.69/44.30	c cleaning 6810 clauses out of 13626 with flag 26000/26000
62.37/60.01	c cleaning 7908 clauses out of 15817 with flag 35001/35001
80.57/78.22	c cleaning 8952 clauses out of 17908 with flag 45000/45000
100.26/97.93	c cleaning 9974 clauses out of 19956 with flag 56000/56000
116.66/114.31	c cleaning 10988 clauses out of 21983 with flag 68001/68001
130.66/128.35	c cleaning 11996 clauses out of 23994 with flag 81000/81000
144.45/142.10	c cleaning 13000 clauses out of 25999 with flag 95001/95001
158.85/156.55	c cleaning 13494 clauses out of 26998 with flag 109000/109000
174.15/171.82	c cleaning 13750 clauses out of 27504 with flag 123000/123000
190.95/188.69	c cleaning 13869 clauses out of 27754 with flag 137000/137000
208.34/206.08	c cleaning 13941 clauses out of 27885 with flag 151000/151000
225.55/223.24	c cleaning 13969 clauses out of 27946 with flag 165002/165002
242.43/240.16	c cleaning 13982 clauses out of 27977 with flag 179002/179002
259.33/257.04	c cleaning 13990 clauses out of 27994 with flag 193001/193001
276.03/273.80	c cleaning 13997 clauses out of 28004 with flag 207001/207001
292.72/290.49	c cleaning 14000 clauses out of 28006 with flag 221000/221000
308.91/306.61	c cleaning 13999 clauses out of 28008 with flag 235002/235002
325.91/323.61	c cleaning 13997 clauses out of 28007 with flag 249000/249000
343.50/341.26	c cleaning 13997 clauses out of 28010 with flag 263000/263000
361.00/358.71	c cleaning 14001 clauses out of 28013 with flag 277000/277000
378.90/376.67	c cleaning 14001 clauses out of 28013 with flag 291001/291001
397.89/395.64	c cleaning 14001 clauses out of 28011 with flag 305000/305000
417.00/414.72	c cleaning 13999 clauses out of 28012 with flag 319002/319002
436.18/433.98	c cleaning 14001 clauses out of 28013 with flag 333002/333002
454.98/452.78	c cleaning 14003 clauses out of 28011 with flag 347001/347001
474.00/471.71	c cleaning 14000 clauses out of 28008 with flag 361001/361001
492.80/490.57	c cleaning 13997 clauses out of 28008 with flag 375001/375001
511.78/509.53	c cleaning 14003 clauses out of 28011 with flag 389001/389001
529.38/527.13	c cleaning 13997 clauses out of 28007 with flag 403000/403000
546.18/543.99	c cleaning 13997 clauses out of 28010 with flag 417000/417000
563.47/561.29	c cleaning 14002 clauses out of 28013 with flag 431000/431000
581.27/579.08	c cleaning 14000 clauses out of 28013 with flag 445002/445002
598.56/596.38	c cleaning 13996 clauses out of 28011 with flag 459000/459000
616.15/613.95	c cleaning 13999 clauses out of 28015 with flag 473000/473000
634.14/631.94	c cleaning 14000 clauses out of 28016 with flag 487000/487000
652.14/649.92	c cleaning 14002 clauses out of 28016 with flag 501000/501000
670.03/667.89	c cleaning 14004 clauses out of 28014 with flag 515000/515000
687.83/685.69	c cleaning 13999 clauses out of 28010 with flag 529000/529000
706.13/703.96	c cleaning 13997 clauses out of 28013 with flag 543002/543002
724.31/722.19	c cleaning 13996 clauses out of 28014 with flag 557000/557000
742.41/740.21	c cleaning 14001 clauses out of 28018 with flag 571000/571000
760.39/758.23	c cleaning 14002 clauses out of 28018 with flag 585001/585001
778.19/776.08	c cleaning 14001 clauses out of 28016 with flag 599001/599001
795.98/793.85	c cleaning 14002 clauses out of 28016 with flag 613002/613002
814.08/811.97	c cleaning 13999 clauses out of 28014 with flag 627002/627002
832.38/830.20	c cleaning 13998 clauses out of 28014 with flag 641001/641001
850.07/847.98	c cleaning 14001 clauses out of 28016 with flag 655001/655001
868.27/866.14	c cleaning 13997 clauses out of 28014 with flag 669000/669000
886.47/884.33	c cleaning 14001 clauses out of 28017 with flag 683000/683000
904.75/902.60	c cleaning 14002 clauses out of 28016 with flag 697000/697000
923.35/921.26	c cleaning 13999 clauses out of 28015 with flag 711001/711001
941.64/939.50	c cleaning 14003 clauses out of 28016 with flag 725001/725001
960.04/957.95	c cleaning 13996 clauses out of 28012 with flag 739000/739000
978.53/976.42	c cleaning 14000 clauses out of 28016 with flag 753000/753000
997.22/995.16	c cleaning 14000 clauses out of 28017 with flag 767001/767001
1015.81/1013.73	c cleaning 13998 clauses out of 28017 with flag 781001/781001
1034.31/1032.22	c cleaning 14002 clauses out of 28019 with flag 795001/795001
1053.00/1050.91	c cleaning 13998 clauses out of 28017 with flag 809001/809001
1071.59/1069.59	c cleaning 14000 clauses out of 28018 with flag 823000/823000
1090.29/1088.28	c cleaning 14005 clauses out of 28019 with flag 837001/837001
1109.18/1107.12	c cleaning 13999 clauses out of 28014 with flag 851001/851001
1127.77/1125.72	c cleaning 13999 clauses out of 28015 with flag 865001/865001
1146.47/1144.41	c cleaning 14002 clauses out of 28015 with flag 879000/879000
1164.77/1162.74	c cleaning 14001 clauses out of 28013 with flag 893000/893000
1183.66/1181.67	c cleaning 14003 clauses out of 28013 with flag 907001/907001
1202.26/1200.29	c cleaning 13996 clauses out of 28012 with flag 921003/921003
1221.65/1219.60	c cleaning 13999 clauses out of 28014 with flag 935001/935001
1240.25/1238.24	c cleaning 14001 clauses out of 28015 with flag 949001/949001
1258.95/1256.97	c cleaning 14000 clauses out of 28013 with flag 963000/963000
1277.95/1275.96	c cleaning 14000 clauses out of 28013 with flag 977000/977000
1297.54/1295.52	c cleaning 14001 clauses out of 28013 with flag 991000/991000
1316.03/1314.05	c cleaning 13997 clauses out of 28012 with flag 1005000/1005000
1334.93/1332.92	c cleaning 14000 clauses out of 28016 with flag 1019001/1019001
1354.35/1352.32	c cleaning 14001 clauses out of 28015 with flag 1033000/1033000
1373.75/1371.78	c cleaning 13998 clauses out of 28014 with flag 1047000/1047000
1392.64/1390.60	c cleaning 14003 clauses out of 28016 with flag 1061000/1061000
1410.93/1408.97	c cleaning 13999 clauses out of 28013 with flag 1075000/1075000
1429.23/1427.24	c cleaning 13998 clauses out of 28014 with flag 1089000/1089000
1447.43/1445.47	c cleaning 14004 clauses out of 28017 with flag 1103001/1103001
1465.91/1463.99	c cleaning 13998 clauses out of 28019 with flag 1117007/1117007
1484.20/1482.22	c cleaning 13999 clauses out of 28015 with flag 1131001/1131001
1502.88/1500.93	c cleaning 13999 clauses out of 28015 with flag 1145000/1145000
1521.38/1519.40	c cleaning 14005 clauses out of 28017 with flag 1159001/1159001
1540.16/1538.27	c cleaning 13998 clauses out of 28011 with flag 1173000/1173000
1558.66/1556.75	c cleaning 13997 clauses out of 28014 with flag 1187001/1187001
1577.17/1575.30	c cleaning 14004 clauses out of 28017 with flag 1201001/1201001
1596.75/1594.81	c cleaning 13999 clauses out of 28012 with flag 1215000/1215000
1616.14/1614.23	c cleaning 13997 clauses out of 28014 with flag 1229001/1229001
1635.74/1633.86	c cleaning 14002 clauses out of 28018 with flag 1243002/1243002
1654.33/1652.47	c cleaning 13999 clauses out of 28014 with flag 1257000/1257000
1673.10/1671.28	c cleaning 13998 clauses out of 28016 with flag 1271001/1271001
1691.80/1689.96	c cleaning 14001 clauses out of 28017 with flag 1285000/1285000
1710.29/1708.44	c cleaning 13997 clauses out of 28016 with flag 1299000/1299000
1728.78/1726.96	c cleaning 14003 clauses out of 28019 with flag 1313000/1313000
1747.07/1745.26	c cleaning 14000 clauses out of 28016 with flag 1327000/1327000
1765.66/1763.89	c cleaning 14002 clauses out of 28016 with flag 1341000/1341000
1784.15/1782.34	c cleaning 13996 clauses out of 28014 with flag 1355000/1355000
1800.04/1798.22	c starts		: 204
1800.04/1798.22	c conflicts		: 1367532
1800.04/1798.22	c decisions		: 1470460
1800.04/1798.22	c propagations		: 1673145730
1800.04/1798.22	c inspects		: 6757915561
1800.04/1798.22	c learnt literals	: 0
1800.04/1798.22	c learnt binary clauses	: 49
1800.04/1798.22	c learnt ternary clauses	: 42
1800.04/1798.22	c learnt clauses	: 1367532
1800.04/1798.22	c ignored clauses	: 0
1800.04/1798.22	c root simplifications	: 0
1800.04/1798.22	c removed literals (reason simplification)	: 17301145
1800.04/1798.22	c reason swapping (by a shorter reason)	: 0
1800.04/1798.22	c Calls to reduceDB	: 100
1800.04/1798.22	c number of reductions to clauses (during analyze)	: 0
1800.04/1798.22	c number of learned constraints concerned by reduction	: 0
1800.04/1798.22	c number of learning phase by resolution	: 0
1800.04/1798.22	c number of learning phase by cutting planes	: 0
1800.04/1798.22	c speed (assignments/second)	: 930978.5276022415
1800.04/1798.22	c non guided choices	0
1800.04/1798.24	c learnt constraints type 
1800.04/1798.24	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 26509
1800.04/1798.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 49
1800.04/1798.24	c constraints type 
1800.04/1798.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7054
1800.04/1798.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6021
1800.04/1798.24	s UNKNOWN
1800.04/1798.24	c Total wall clock time (in seconds): 1798.037

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-2658765-1276446371/watcher-2658765-1276446371 -o /tmp/evaluation-result-2658765-1276446371/solver-2658765-1276446371 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658765-1276446371.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 26918
/proc/meminfo: memFree=1808840/2059040 swapFree=4136184/4192956
[pid=26918] ppid=26916 vsize=1832 CPUtime=0
/proc/26918/stat : 26918 (java6) R 26916 26918 26893 0 -1 4194304 254 0 0 0 0 0 0 0 19 0 1 0 20238664 1875968 156 1992294400 134512640 134550932 4289669680 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26918/statm: 458 156 119 10 0 63 0

[startup+0.0401849 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 26918
/proc/meminfo: memFree=1808840/2059040 swapFree=4136184/4192956
[pid=26918] ppid=26916 vsize=1520328 CPUtime=0.03
/proc/26918/stat : 26918 (java) S 26916 26918 26893 0 -1 4202496 3318 0 1 0 1 2 0 0 18 0 4 0 20238664 1556815872 2761 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/26918/statm: 380082 2761 945 10 0 377392 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1520328

[startup+0.101197 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 26918
/proc/meminfo: memFree=1808840/2059040 swapFree=4136184/4192956
[pid=26918] ppid=26916 vsize=1524184 CPUtime=0.08
/proc/26918/stat : 26918 (java) S 26916 26918 26893 0 -1 4202496 3951 0 1 0 6 2 0 0 18 0 12 0 20238664 1560764416 3390 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26918/statm: 381046 3390 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300413 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 26918
/proc/meminfo: memFree=1808840/2059040 swapFree=4136184/4192956
[pid=26918] ppid=26916 vsize=1526388 CPUtime=0.37
/proc/26918/stat : 26918 (java) S 26916 26918 26893 0 -1 4202496 5360 0 1 0 34 3 0 0 18 0 12 0 20238664 1563021312 4797 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26918/statm: 381597 4798 1361 10 0 378899 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526388

[startup+0.701412 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 26918
/proc/meminfo: memFree=1808840/2059040 swapFree=4136184/4192956
[pid=26918] ppid=26916 vsize=1531192 CPUtime=1.14
/proc/26918/stat : 26918 (java) S 26916 26918 26893 0 -1 4202496 8575 0 1 0 109 5 0 0 18 0 12 0 20238664 1567940608 7748 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26918/statm: 382798 7749 1401 10 0 380100 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1531192

[startup+1.50041 s]
/proc/loadavg: 0.85 0.97 0.99 4/118 26930
/proc/meminfo: memFree=1768320/2059040 swapFree=4136184/4192956
[pid=26918] ppid=26916 vsize=1531656 CPUtime=2.63
/proc/26918/stat : 26918 (java) S 26916 26918 26893 0 -1 4202496 14337 0 1 0 256 7 0 0 18 0 13 0 20238664 1568415744 13508 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26918/statm: 382914 13508 1420 10 0 380216 0
[pid=26918/tid=26920] ppid=26916 vsize=1531656 CPUtime=1.46
/proc/26918/task/26920/stat : 26920 (java) R 26916 26918 26893 0 -1 4202560 11032 0 1 0 141 5 0 0 20 0 13 0 20238666 1568415744 13508 1992294400 134512640 134550932 4289044496 18446744073709551615 4108992149 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26918/tid=26921] ppid=26916 vsize=1531656 CPUtime=0
/proc/26918/task/26921/stat : 26921 (java) S 26916 26918 26893 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 20238667 1568415744 13508 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26922] ppid=26916 vsize=1531656 CPUtime=0
/proc/26918/task/26922/stat : 26922 (java) S 26916 26918 26893 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 20238667 1568415744 13508 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26923] ppid=26916 vsize=1531656 CPUtime=0
/proc/26918/task/26923/stat : 26923 (java) S 26916 26918 26893 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 13 0 20238669 1568415744 13508 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 0 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26924] ppid=26916 vsize=1531656 CPUtime=0
/proc/26918/task/26924/stat : 26924 (java) S 26916 26918 26893 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 20238669 1568415744 13508 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26925] ppid=26916 vsize=1531656 CPUtime=0
/proc/26918/task/26925/stat : 26925 (java) S 26916 26918 26893 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 20238669 1568415744 13508 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26926] ppid=26916 vsize=1531656 CPUtime=0
/proc/26918/task/26926/stat : 26926 (java) S 26916 26918 26893 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 20238674 1568415744 13508 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26927] ppid=26916 vsize=1531656 CPUtime=0.64
/proc/26918/task/26927/stat : 26927 (java) R 26916 26918 26893 0 -1 4202560 1155 0 0 0 64 0 0 0 25 0 13 0 20238674 1568415744 13508 1992294400 134512640 134550932 4289044496 18446744073709551615 105499176 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26918/tid=26928] ppid=26916 vsize=1531656 CPUtime=0.5
/proc/26918/task/26928/stat : 26928 (java) R 26916 26918 26893 0 -1 4202560 1079 0 0 0 50 0 0 0 25 0 13 0 20238674 1568415744 13508 1992294400 134512640 134550932 4289044496 18446744073709551615 103985974 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26918/tid=26929] ppid=26916 vsize=1531656 CPUtime=0
/proc/26918/task/26929/stat : 26929 (java) S 26916 26918 26893 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 20238674 1568415744 13508 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26930] ppid=26916 vsize=1531656 CPUtime=0
/proc/26918/task/26930/stat : 26930 (java) S 26916 26918 26893 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 20238674 1568415744 13508 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 1531656

[startup+3.10141 s]
/proc/loadavg: 0.85 0.97 0.99 4/119 26931
/proc/meminfo: memFree=1759260/2059040 swapFree=4136184/4192956
[pid=26918] ppid=26916 vsize=1531832 CPUtime=4.98
/proc/26918/stat : 26918 (java) S 26916 26918 26893 0 -1 4202496 14586 0 1 0 490 8 0 0 18 0 13 0 20238664 1568595968 13693 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26918/statm: 382958 13693 1433 10 0 380260 0
[pid=26918/tid=26920] ppid=26916 vsize=1531832 CPUtime=3.06
/proc/26918/task/26920/stat : 26920 (java) R 26916 26918 26893 0 -1 4202560 11127 0 1 0 301 5 0 0 25 0 13 0 20238666 1568595968 13693 1992294400 134512640 134550932 4289044496 18446744073709551615 4109725027 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26918/tid=26921] ppid=26916 vsize=1531832 CPUtime=0
/proc/26918/task/26921/stat : 26921 (java) S 26916 26918 26893 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 20238667 1568595968 13693 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26922] ppid=26916 vsize=1531832 CPUtime=0
/proc/26918/task/26922/stat : 26922 (java) S 26916 26918 26893 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 20238667 1568595968 13693 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26923] ppid=26916 vsize=1531832 CPUtime=0
/proc/26918/task/26923/stat : 26923 (java) S 26916 26918 26893 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 13 0 20238669 1568595968 13693 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 0 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26924] ppid=26916 vsize=1531832 CPUtime=0
/proc/26918/task/26924/stat : 26924 (java) S 26916 26918 26893 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 20238669 1568595968 13693 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26925] ppid=26916 vsize=1531832 CPUtime=0
/proc/26918/task/26925/stat : 26925 (java) S 26916 26918 26893 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 20238669 1568595968 13693 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26926] ppid=26916 vsize=1531832 CPUtime=0
/proc/26918/task/26926/stat : 26926 (java) S 26916 26918 26893 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 20238674 1568595968 13693 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26927] ppid=26916 vsize=1531832 CPUtime=0.97
/proc/26918/task/26927/stat : 26927 (java) S 26916 26918 26893 0 -1 4202560 1180 0 0 0 97 0 0 0 23 0 13 0 20238674 1568595968 13693 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 1 0 0 0
[pid=26918/tid=26928] ppid=26916 vsize=1531832 CPUtime=0.9
/proc/26918/task/26928/stat : 26928 (java) S 26916 26918 26893 0 -1 4202560 1208 0 0 0 90 0 0 0 24 0 13 0 20238674 1568595968 13693 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 1 0 0 0
[pid=26918/tid=26929] ppid=26916 vsize=1531832 CPUtime=0
/proc/26918/task/26929/stat : 26929 (java) S 26916 26918 26893 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 20238674 1568595968 13693 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26930] ppid=26916 vsize=1531832 CPUtime=0
/proc/26918/task/26930/stat : 26930 (java) S 26916 26918 26893 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 20238674 1568595968 13693 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 1 0 0 0
[pid=26918/tid=26931] ppid=26916 vsize=1531832 CPUtime=0
/proc/26918/task/26931/stat : 26931 (java) S 26916 26918 26893 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 20238807 1568595968 13693 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.98
Current children cumulated vsize (KiB) 1531832

[startup+6.3014 s]
/proc/loadavg: 0.86 0.97 0.99 2/119 26931
/proc/meminfo: memFree=1758640/2059040 swapFree=4136184/4192956
[pid=26918] ppid=26916 vsize=1531832 CPUtime=8.17
/proc/26918/stat : 26918 (java) S 26916 26918 26893 0 -1 4202496 14675 0 1 0 809 8 0 0 18 0 13 0 20238664 1568595968 13781 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26918/statm: 382958 13781 1433 10 0 380260 0
[pid=26918/tid=26920] ppid=26916 vsize=1531832 CPUtime=6.26
/proc/26918/task/26920/stat : 26920 (java) R 26916 26918 26893 0 -1 4202560 11216 0 1 0 621 5 0 0 25 0 13 0 20238666 1568595968 13781 1992294400 134512640 134550932 4289044496 18446744073709551615 4109684946 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26918/tid=26921] ppid=26916 vsize=1531832 CPUtime=0
/proc/26918/task/26921/stat : 26921 (java) S 26916 26918 26893 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 20238667 1568595968 13781 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26922] ppid=26916 vsize=1531832 CPUtime=0
/proc/26918/task/26922/stat : 26922 (java) S 26916 26918 26893 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 20238667 1568595968 13781 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26923] ppid=26916 vsize=1531832 CPUtime=0
/proc/26918/task/26923/stat : 26923 (java) S 26916 26918 26893 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 20238669 1568595968 13781 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 0 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26924] ppid=26916 vsize=1531832 CPUtime=0
/proc/26918/task/26924/stat : 26924 (java) S 26916 26918 26893 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 20238669 1568595968 13781 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26925] ppid=26916 vsize=1531832 CPUtime=0
/proc/26918/task/26925/stat : 26925 (java) S 26916 26918 26893 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 20238669 1568595968 13781 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26926] ppid=26916 vsize=1531832 CPUtime=0
/proc/26918/task/26926/stat : 26926 (java) S 26916 26918 26893 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 20238674 1568595968 13781 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26927] ppid=26916 vsize=1531832 CPUtime=0.97
/proc/26918/task/26927/stat : 26927 (java) S 26916 26918 26893 0 -1 4202560 1180 0 0 0 97 0 0 0 23 0 13 0 20238674 1568595968 13781 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 1 0 0 0
[pid=26918/tid=26928] ppid=26916 vsize=1531832 CPUtime=0.9
/proc/26918/task/26928/stat : 26928 (java) S 26916 26918 26893 0 -1 4202560 1208 0 0 0 90 0 0 0 24 0 13 0 20238674 1568595968 13781 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 1 0 0 0
[pid=26918/tid=26929] ppid=26916 vsize=1531832 CPUtime=0
/proc/26918/task/26929/stat : 26929 (java) S 26916 26918 26893 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 20238674 1568595968 13781 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26930] ppid=26916 vsize=1531832 CPUtime=0
/proc/26918/task/26930/stat : 26930 (java) S 26916 26918 26893 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 20238674 1568595968 13781 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 1 0 0 0
[pid=26918/tid=26931] ppid=26916 vsize=1531832 CPUtime=0
/proc/26918/task/26931/stat : 26931 (java) S 26916 26918 26893 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 20238807 1568595968 13781 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.17
Current children cumulated vsize (KiB) 1531832

[startup+12.7004 s]
/proc/loadavg: 0.87 0.97 0.99 2/119 26931
/proc/meminfo: memFree=1747108/2059040 swapFree=4136184/4192956
[pid=26918] ppid=26916 vsize=1535716 CPUtime=14.95
/proc/26918/stat : 26918 (java) S 26916 26918 26893 0 -1 4202496 17796 0 1 0 1486 9 0 0 18 0 13 0 20238664 1572573184 16556 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26918/statm: 383929 16556 1447 10 0 381231 0
[pid=26918/tid=26920] ppid=26916 vsize=1535716 CPUtime=12.6
/proc/26918/task/26920/stat : 26920 (java) R 26916 26918 26893 0 -1 4202560 11338 0 1 0 1254 6 0 0 25 0 13 0 20238666 1572573184 16556 1992294400 134512640 134550932 4289044496 18446744073709551615 4109722260 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26918/tid=26921] ppid=26916 vsize=1535716 CPUtime=0.01
/proc/26918/task/26921/stat : 26921 (java) S 26916 26918 26893 0 -1 4202560 366 0 0 0 1 0 0 0 18 0 13 0 20238667 1572573184 16556 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 1 0 0 0
[pid=26918/tid=26922] ppid=26916 vsize=1535716 CPUtime=0.01
/proc/26918/task/26922/stat : 26922 (java) S 26916 26918 26893 0 -1 4202560 456 0 0 0 1 0 0 0 18 0 13 0 20238667 1572573184 16556 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 1 0 0 0
[pid=26918/tid=26923] ppid=26916 vsize=1535716 CPUtime=0.03
/proc/26918/task/26923/stat : 26923 (java) S 26916 26918 26893 0 -1 4202560 900 0 0 0 3 0 0 0 16 0 13 0 20238669 1572573184 16556 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 0 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26924] ppid=26916 vsize=1535716 CPUtime=0
/proc/26918/task/26924/stat : 26924 (java) S 26916 26918 26893 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 20238669 1572573184 16556 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26925] ppid=26916 vsize=1535716 CPUtime=0
/proc/26918/task/26925/stat : 26925 (java) S 26916 26918 26893 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 20238669 1572573184 16556 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26926] ppid=26916 vsize=1535716 CPUtime=0
/proc/26918/task/26926/stat : 26926 (java) S 26916 26918 26893 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 20238674 1572573184 16556 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26927] ppid=26916 vsize=1535716 CPUtime=1.03
/proc/26918/task/26927/stat : 26927 (java) S 26916 26918 26893 0 -1 4202560 1303 0 0 0 103 0 0 0 16 0 13 0 20238674 1572573184 16556 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 1 0 0 0
[pid=26918/tid=26928] ppid=26916 vsize=1535716 CPUtime=1.22
/proc/26918/task/26928/stat : 26928 (java) S 26916 26918 26893 0 -1 4202560 2364 0 0 0 121 1 0 0 17 0 13 0 20238674 1572573184 16556 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 1 0 0 0
[pid=26918/tid=26929] ppid=26916 vsize=1535716 CPUtime=0
/proc/26918/task/26929/stat : 26929 (java) S 26916 26918 26893 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 20238674 1572573184 16556 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26930] ppid=26916 vsize=1535716 CPUtime=0
/proc/26918/task/26930/stat : 26930 (java) S 26916 26918 26893 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 20238674 1572573184 16556 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 1 0 0 0
[pid=26918/tid=26931] ppid=26916 vsize=1535716 CPUtime=0
/proc/26918/task/26931/stat : 26931 (java) S 26916 26918 26893 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 20238807 1572573184 16556 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.95
Current children cumulated vsize (KiB) 1535716

[startup+25.5014 s]
/proc/loadavg: 0.90 0.97 0.99 2/119 26931
/proc/meminfo: memFree=1747232/2059040 swapFree=4136184/4192956
[pid=26918] ppid=26916 vsize=1534532 CPUtime=27.83
/proc/26918/stat : 26918 (java) S 26916 26918 26893 0 -1 4202496 18111 0 1 0 2774 9 0 0 18 0 13 0 20238664 1571360768 16582 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26918/statm: 383633 16582 1447 10 0 380935 0
[pid=26918/tid=26920] ppid=26916 vsize=1534532 CPUtime=25.36
/proc/26918/task/26920/stat : 26920 (java) R 26916 26918 26893 0 -1 4202560 11342 0 1 0 2530 6 0 0 25 0 13 0 20238666 1571360768 16582 1992294400 134512640 134550932 4289044496 18446744073709551615 4109782595 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26918/tid=26921] ppid=26916 vsize=1534532 CPUtime=0.01
/proc/26918/task/26921/stat : 26921 (java) S 26916 26918 26893 0 -1 4202560 472 0 0 0 1 0 0 0 17 0 13 0 20238667 1571360768 16582 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 1 0 0 0
[pid=26918/tid=26922] ppid=26916 vsize=1534532 CPUtime=0.01
/proc/26918/task/26922/stat : 26922 (java) S 26916 26918 26893 0 -1 4202560 538 0 0 0 1 0 0 0 18 0 13 0 20238667 1571360768 16582 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 1 0 0 0
[pid=26918/tid=26923] ppid=26916 vsize=1534532 CPUtime=0.06
/proc/26918/task/26923/stat : 26923 (java) S 26916 26918 26893 0 -1 4202560 1023 0 0 0 6 0 0 0 15 0 13 0 20238669 1571360768 16582 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 0 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26924] ppid=26916 vsize=1534532 CPUtime=0

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

[pid=26918] ppid=26916 vsize=1531612 CPUtime=1604.25
/proc/26918/stat : 26918 (java) S 26916 26918 26893 0 -1 4202496 19686 0 1 0 160386 39 0 0 18 0 13 0 20238664 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26918/statm: 382903 17195 1447 10 0 380205 0
[pid=26918/tid=26920] ppid=26916 vsize=1531612 CPUtime=1597.49
/proc/26918/task/26920/stat : 26920 (java) R 26916 26918 26893 0 -1 4202560 11429 0 1 0 159718 31 0 0 25 0 13 0 20238666 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4109704338 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26918/tid=26921] ppid=26916 vsize=1531612 CPUtime=0.3
/proc/26918/task/26921/stat : 26921 (java) S 26916 26918 26893 0 -1 4202560 657 0 0 0 29 1 0 0 16 0 13 0 20238667 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 1 0 0 0
[pid=26918/tid=26922] ppid=26916 vsize=1531612 CPUtime=0.24
/proc/26918/task/26922/stat : 26922 (java) S 26916 26918 26893 0 -1 4202560 692 0 0 0 23 1 0 0 15 0 13 0 20238667 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 1 0 0 0
[pid=26918/tid=26923] ppid=26916 vsize=1531612 CPUtime=3.69
/proc/26918/task/26923/stat : 26923 (java) S 26916 26918 26893 0 -1 4202560 2069 0 0 0 368 1 0 0 15 0 13 0 20238669 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 0 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26924] ppid=26916 vsize=1531612 CPUtime=0
/proc/26918/task/26924/stat : 26924 (java) S 26916 26918 26893 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 20238669 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26925] ppid=26916 vsize=1531612 CPUtime=0
/proc/26918/task/26925/stat : 26925 (java) S 26916 26918 26893 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 20238669 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26926] ppid=26916 vsize=1531612 CPUtime=0
/proc/26918/task/26926/stat : 26926 (java) S 26916 26918 26893 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 20238674 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26927] ppid=26916 vsize=1531612 CPUtime=1.05
/proc/26918/task/26927/stat : 26927 (java) S 26916 26918 26893 0 -1 4202560 1303 0 0 0 105 0 0 0 15 0 13 0 20238674 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26928] ppid=26916 vsize=1531612 CPUtime=1.41
/proc/26918/task/26928/stat : 26928 (java) S 26916 26918 26893 0 -1 4202560 2375 0 0 0 140 1 0 0 16 0 13 0 20238674 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 1 0 0 0
[pid=26918/tid=26929] ppid=26916 vsize=1531612 CPUtime=0
/proc/26918/task/26929/stat : 26929 (java) S 26916 26918 26893 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 20238674 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26930] ppid=26916 vsize=1531612 CPUtime=0
/proc/26918/task/26930/stat : 26930 (java) S 26916 26918 26893 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 20238674 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 1 0 0 0
[pid=26918/tid=26931] ppid=26916 vsize=1531612 CPUtime=0
/proc/26918/task/26931/stat : 26931 (java) S 26916 26918 26893 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 20238807 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1604.25
Current children cumulated vsize (KiB) 1531612

[startup+1662.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/119 26975
/proc/meminfo: memFree=1741900/2059040 swapFree=4136184/4192956
[pid=26918] ppid=26916 vsize=1531612 CPUtime=1664.22
/proc/26918/stat : 26918 (java) S 26916 26918 26893 0 -1 4202496 19697 0 1 0 166382 40 0 0 18 0 13 0 20238664 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26918/statm: 382903 17195 1447 10 0 380205 0
[pid=26918/tid=26920] ppid=26916 vsize=1531612 CPUtime=1657.33
/proc/26918/task/26920/stat : 26920 (java) R 26916 26918 26893 0 -1 4202560 11432 0 1 0 165701 32 0 0 25 0 13 0 20238666 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4109783793 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26918/tid=26921] ppid=26916 vsize=1531612 CPUtime=0.31
/proc/26918/task/26921/stat : 26921 (java) S 26916 26918 26893 0 -1 4202560 657 0 0 0 30 1 0 0 16 0 13 0 20238667 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 1 0 0 0
[pid=26918/tid=26922] ppid=26916 vsize=1531612 CPUtime=0.24
/proc/26918/task/26922/stat : 26922 (java) S 26916 26918 26893 0 -1 4202560 692 0 0 0 23 1 0 0 15 0 13 0 20238667 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 1 0 0 0
[pid=26918/tid=26923] ppid=26916 vsize=1531612 CPUtime=3.81
/proc/26918/task/26923/stat : 26923 (java) S 26916 26918 26893 0 -1 4202560 2073 0 0 0 380 1 0 0 15 0 13 0 20238669 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 0 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26924] ppid=26916 vsize=1531612 CPUtime=0
/proc/26918/task/26924/stat : 26924 (java) S 26916 26918 26893 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 20238669 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26925] ppid=26916 vsize=1531612 CPUtime=0
/proc/26918/task/26925/stat : 26925 (java) S 26916 26918 26893 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 20238669 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26926] ppid=26916 vsize=1531612 CPUtime=0
/proc/26918/task/26926/stat : 26926 (java) S 26916 26918 26893 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 20238674 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26927] ppid=26916 vsize=1531612 CPUtime=1.05
/proc/26918/task/26927/stat : 26927 (java) S 26916 26918 26893 0 -1 4202560 1303 0 0 0 105 0 0 0 15 0 13 0 20238674 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26928] ppid=26916 vsize=1531612 CPUtime=1.41
/proc/26918/task/26928/stat : 26928 (java) S 26916 26918 26893 0 -1 4202560 2375 0 0 0 140 1 0 0 16 0 13 0 20238674 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 1 0 0 0
[pid=26918/tid=26929] ppid=26916 vsize=1531612 CPUtime=0
/proc/26918/task/26929/stat : 26929 (java) S 26916 26918 26893 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 20238674 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26930] ppid=26916 vsize=1531612 CPUtime=0
/proc/26918/task/26930/stat : 26930 (java) S 26916 26918 26893 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 20238674 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 1 0 0 0
[pid=26918/tid=26931] ppid=26916 vsize=1531612 CPUtime=0
/proc/26918/task/26931/stat : 26931 (java) S 26916 26918 26893 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 20238807 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1664.22
Current children cumulated vsize (KiB) 1531612

[startup+1722.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/119 26977
/proc/meminfo: memFree=1741900/2059040 swapFree=4136184/4192956
[pid=26918] ppid=26916 vsize=1531612 CPUtime=1724.18
/proc/26918/stat : 26918 (java) S 26916 26918 26893 0 -1 4202496 19706 0 1 0 172375 43 0 0 18 0 13 0 20238664 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26918/statm: 382903 17195 1447 10 0 380205 0
[pid=26918/tid=26920] ppid=26916 vsize=1531612 CPUtime=1717.16
/proc/26918/task/26920/stat : 26920 (java) R 26916 26918 26893 0 -1 4202560 11435 0 1 0 171681 35 0 0 25 0 13 0 20238666 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4109805343 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26918/tid=26921] ppid=26916 vsize=1531612 CPUtime=0.31
/proc/26918/task/26921/stat : 26921 (java) S 26916 26918 26893 0 -1 4202560 657 0 0 0 30 1 0 0 16 0 13 0 20238667 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 1 0 0 0
[pid=26918/tid=26922] ppid=26916 vsize=1531612 CPUtime=0.25
/proc/26918/task/26922/stat : 26922 (java) S 26916 26918 26893 0 -1 4202560 692 0 0 0 24 1 0 0 15 0 13 0 20238667 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 1 0 0 0
[pid=26918/tid=26923] ppid=26916 vsize=1531612 CPUtime=3.93
/proc/26918/task/26923/stat : 26923 (java) S 26916 26918 26893 0 -1 4202560 2075 0 0 0 392 1 0 0 15 0 13 0 20238669 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 0 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26924] ppid=26916 vsize=1531612 CPUtime=0
/proc/26918/task/26924/stat : 26924 (java) S 26916 26918 26893 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 20238669 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26925] ppid=26916 vsize=1531612 CPUtime=0
/proc/26918/task/26925/stat : 26925 (java) S 26916 26918 26893 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 20238669 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26926] ppid=26916 vsize=1531612 CPUtime=0
/proc/26918/task/26926/stat : 26926 (java) S 26916 26918 26893 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 20238674 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26927] ppid=26916 vsize=1531612 CPUtime=1.05
/proc/26918/task/26927/stat : 26927 (java) S 26916 26918 26893 0 -1 4202560 1303 0 0 0 105 0 0 0 15 0 13 0 20238674 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26928] ppid=26916 vsize=1531612 CPUtime=1.41
/proc/26918/task/26928/stat : 26928 (java) S 26916 26918 26893 0 -1 4202560 2375 0 0 0 140 1 0 0 16 0 13 0 20238674 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 1 0 0 0
[pid=26918/tid=26929] ppid=26916 vsize=1531612 CPUtime=0
/proc/26918/task/26929/stat : 26929 (java) S 26916 26918 26893 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 20238674 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26930] ppid=26916 vsize=1531612 CPUtime=0
/proc/26918/task/26930/stat : 26930 (java) S 26916 26918 26893 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 20238674 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 1 0 0 0
[pid=26918/tid=26931] ppid=26916 vsize=1531612 CPUtime=0
/proc/26918/task/26931/stat : 26931 (java) S 26916 26918 26893 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 20238807 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1724.18
Current children cumulated vsize (KiB) 1531612

[startup+1782.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/119 26979
/proc/meminfo: memFree=1741776/2059040 swapFree=4136184/4192956
[pid=26918] ppid=26916 vsize=1531612 CPUtime=1784.15
/proc/26918/stat : 26918 (java) S 26916 26918 26893 0 -1 4202496 19715 0 1 0 178369 46 0 0 18 0 13 0 20238664 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26918/statm: 382903 17195 1447 10 0 380205 0
[pid=26918/tid=26920] ppid=26916 vsize=1531612 CPUtime=1777
/proc/26918/task/26920/stat : 26920 (java) R 26916 26918 26893 0 -1 4202560 11438 0 1 0 177662 38 0 0 25 0 13 0 20238666 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4109302425 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26918/tid=26921] ppid=26916 vsize=1531612 CPUtime=0.31
/proc/26918/task/26921/stat : 26921 (java) S 26916 26918 26893 0 -1 4202560 657 0 0 0 30 1 0 0 15 0 13 0 20238667 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26922] ppid=26916 vsize=1531612 CPUtime=0.26
/proc/26918/task/26922/stat : 26922 (java) S 26916 26918 26893 0 -1 4202560 692 0 0 0 25 1 0 0 16 0 13 0 20238667 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 1 0 0 0
[pid=26918/tid=26923] ppid=26916 vsize=1531612 CPUtime=4.05
/proc/26918/task/26923/stat : 26923 (java) S 26916 26918 26893 0 -1 4202560 2079 0 0 0 404 1 0 0 15 0 13 0 20238669 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 0 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26924] ppid=26916 vsize=1531612 CPUtime=0
/proc/26918/task/26924/stat : 26924 (java) S 26916 26918 26893 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 20238669 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26925] ppid=26916 vsize=1531612 CPUtime=0
/proc/26918/task/26925/stat : 26925 (java) S 26916 26918 26893 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 20238669 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26926] ppid=26916 vsize=1531612 CPUtime=0
/proc/26918/task/26926/stat : 26926 (java) S 26916 26918 26893 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 20238674 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26927] ppid=26916 vsize=1531612 CPUtime=1.05
/proc/26918/task/26927/stat : 26927 (java) S 26916 26918 26893 0 -1 4202560 1303 0 0 0 105 0 0 0 15 0 13 0 20238674 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26928] ppid=26916 vsize=1531612 CPUtime=1.41
/proc/26918/task/26928/stat : 26928 (java) S 26916 26918 26893 0 -1 4202560 2375 0 0 0 140 1 0 0 16 0 13 0 20238674 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 1 0 0 0
[pid=26918/tid=26929] ppid=26916 vsize=1531612 CPUtime=0
/proc/26918/task/26929/stat : 26929 (java) S 26916 26918 26893 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 20238674 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26930] ppid=26916 vsize=1531612 CPUtime=0
/proc/26918/task/26930/stat : 26930 (java) S 26916 26918 26893 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 20238674 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 1 0 0 0
[pid=26918/tid=26931] ppid=26916 vsize=1531612 CPUtime=0
/proc/26918/task/26931/stat : 26931 (java) S 26916 26918 26893 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 20238807 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1784.15
Current children cumulated vsize (KiB) 1531612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.2 s]
/proc/loadavg: 1.00 0.99 0.99 2/119 26979
/proc/meminfo: memFree=1741776/2059040 swapFree=4136184/4192956
[pid=26918] ppid=26916 vsize=1531612 CPUtime=1800.04
/proc/26918/stat : 26918 (java) S 26916 26918 26893 0 -1 4202496 19718 0 1 0 179958 46 0 0 18 0 13 0 20238664 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26918/statm: 382903 17195 1447 10 0 380205 0
[pid=26918/tid=26920] ppid=26916 vsize=1531612 CPUtime=1792.84
/proc/26918/task/26920/stat : 26920 (java) R 26916 26918 26893 0 -1 4202560 11439 0 1 0 179246 38 0 0 25 0 13 0 20238666 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4109655092 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26918/tid=26921] ppid=26916 vsize=1531612 CPUtime=0.32
/proc/26918/task/26921/stat : 26921 (java) S 26916 26918 26893 0 -1 4202560 657 0 0 0 31 1 0 0 15 0 13 0 20238667 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 1 0 0 0
[pid=26918/tid=26922] ppid=26916 vsize=1531612 CPUtime=0.26
/proc/26918/task/26922/stat : 26922 (java) S 26916 26918 26893 0 -1 4202560 692 0 0 0 25 1 0 0 16 0 13 0 20238667 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 1 0 0 0
[pid=26918/tid=26923] ppid=26916 vsize=1531612 CPUtime=4.1
/proc/26918/task/26923/stat : 26923 (java) S 26916 26918 26893 0 -1 4202560 2079 0 0 0 409 1 0 0 15 0 13 0 20238669 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 0 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26924] ppid=26916 vsize=1531612 CPUtime=0
/proc/26918/task/26924/stat : 26924 (java) S 26916 26918 26893 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 20238669 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26925] ppid=26916 vsize=1531612 CPUtime=0
/proc/26918/task/26925/stat : 26925 (java) S 26916 26918 26893 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 20238669 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26926] ppid=26916 vsize=1531612 CPUtime=0
/proc/26918/task/26926/stat : 26926 (java) S 26916 26918 26893 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 20238674 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26927] ppid=26916 vsize=1531612 CPUtime=1.05
/proc/26918/task/26927/stat : 26927 (java) S 26916 26918 26893 0 -1 4202560 1303 0 0 0 105 0 0 0 15 0 13 0 20238674 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26928] ppid=26916 vsize=1531612 CPUtime=1.41
/proc/26918/task/26928/stat : 26928 (java) S 26916 26918 26893 0 -1 4202560 2375 0 0 0 140 1 0 0 16 0 13 0 20238674 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 1 0 0 0
[pid=26918/tid=26929] ppid=26916 vsize=1531612 CPUtime=0
/proc/26918/task/26929/stat : 26929 (java) S 26916 26918 26893 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 20238674 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
[pid=26918/tid=26930] ppid=26916 vsize=1531612 CPUtime=0
/proc/26918/task/26930/stat : 26930 (java) S 26916 26918 26893 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 20238674 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 1 0 0 0
[pid=26918/tid=26931] ppid=26916 vsize=1531612 CPUtime=0
/proc/26918/task/26931/stat : 26931 (java) S 26916 26918 26893 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 20238807 1568370688 17195 1992294400 134512640 134550932 4289044496 18446744073709551615 4294960144 0 4 0 16800975 18446604437861051136 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1531612

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): 1798.3
CPU time (s): 1800.2
CPU user time (s): 1799.72
CPU system time (s): 0.479927
CPU usage (%): 100.106
Max. virtual memory (cumulated for all children) (KiB): 1536124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.72
system time used= 0.479927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19742
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= 37634
involuntary context switches= 18015

runsolver used 3.76243 second user time and 9.42357 second system time

The end

Launcher Data

Begin job on node011 at 2010-06-13 18:26:11
IDJOB=2658765
IDBENCH=2122
IDSOLVER=1164
FILE ID=node011/2658765-1276446371
PBS_JOBID= 11173337
Free space on /tmp= 62264 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-4.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658765-1276446371/watcher-2658765-1276446371 -o /tmp/evaluation-result-2658765-1276446371/solver-2658765-1276446371 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658765-1276446371.opb

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

MD5SUM BENCH= 172d8bfe30610a29dfe3bb9d98ed3f4c
RANDOM SEED=1887892554

node011.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.264
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.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1809236 kB
Buffers:         52928 kB
Cached:         120972 kB
SwapCached:       9840 kB
Active:          42680 kB
Inactive:       143424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1809236 kB
SwapTotal:     4192956 kB
SwapFree:      4136184 kB
Dirty:             868 kB
Writeback:           0 kB
AnonPages:       10752 kB
Mapped:           9088 kB
Slab:            41816 kB
PageTables:       4044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180704 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= 62264 MiB
End job on node011 at 2010-06-13 18:56:11