Trace number 2659014

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/
~walser/benchmarks/course-ass/normalized-ss97-2.opb
MD5SUMf480d2d56550630df651872786c078c9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark939
Best CPU time to get the best result obtained on this benchmark14.0239
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 999
Optimality of the best value was proved NO
Number of variables8405
Total number of constraints10667
Number of constraints which are clauses9918
Number of constraints which are cardinality constraints (but not clauses)749
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint351
Number of terms in the objective function 6892
Biggest coefficient in the objective function 667
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 371779
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 667
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 371779
Number of bits of the biggest sum of numbers19
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.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2659014-1276484853.opb
0.23/0.21	c reading problem ... 
1.86/1.26	c ... done. Wall clock time 1.037s.
1.86/1.26	c #vars     8405
1.86/1.26	c #constraints  11367
1.86/1.26	c constraints type 
1.86/1.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 700
1.86/1.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 748
1.86/1.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 9918
7.50/5.76	c cleaning 2501 clauses out of 5002 with flag 5002/5002
11.34/9.48	c cleaning 4246 clauses out of 8499 with flag 11000/11000
16.16/14.24	c cleaning 5627 clauses out of 11253 with flag 18000/18000
21.79/19.85	c cleaning 6809 clauses out of 13626 with flag 26000/26000
28.94/26.93	c cleaning 7904 clauses out of 15817 with flag 35000/35000
39.57/37.57	c cleaning 8954 clauses out of 17915 with flag 45002/45002
46.89/44.84	c cleaning 9972 clauses out of 19959 with flag 56000/56000
59.62/57.60	c cleaning 10988 clauses out of 21989 with flag 68002/68002
69.17/67.04	c cleaning 11500 clauses out of 22999 with flag 80000/80000
83.60/81.45	c cleaning 11738 clauses out of 23499 with flag 92000/92000
121.11/118.94	c cleaning 11871 clauses out of 23761 with flag 104000/104000
135.15/132.90	c cleaning 11939 clauses out of 23890 with flag 116000/116000
145.19/142.91	c cleaning 11972 clauses out of 23951 with flag 128000/128000
159.40/157.17	c cleaning 11979 clauses out of 23980 with flag 140001/140001
174.43/172.17	c cleaning 11998 clauses out of 24001 with flag 152001/152001
182.46/180.16	c cleaning 11991 clauses out of 24002 with flag 164000/164000
191.66/189.30	c cleaning 11996 clauses out of 24011 with flag 176000/176000
201.30/198.91	c cleaning 12004 clauses out of 24015 with flag 188000/188000
219.62/217.29	c cleaning 12000 clauses out of 24012 with flag 200001/200001
228.66/226.24	c cleaning 11999 clauses out of 24012 with flag 212001/212001
237.60/235.15	c cleaning 11999 clauses out of 24013 with flag 224001/224001
248.21/245.79	c cleaning 12003 clauses out of 24014 with flag 236001/236001
265.84/263.33	c cleaning 12001 clauses out of 24012 with flag 248002/248002
279.57/277.09	c cleaning 12000 clauses out of 24009 with flag 260000/260000
288.82/286.22	c cleaning 12002 clauses out of 24009 with flag 272000/272000
302.24/299.61	c cleaning 12000 clauses out of 24007 with flag 284000/284000
331.47/328.88	c cleaning 11989 clauses out of 24007 with flag 296000/296000
340.71/338.01	c cleaning 12005 clauses out of 24019 with flag 308001/308001
350.73/348.01	c cleaning 11992 clauses out of 24014 with flag 320001/320001
374.30/371.53	c cleaning 12005 clauses out of 24023 with flag 332002/332002
400.53/397.76	c cleaning 11997 clauses out of 24017 with flag 344001/344001
414.39/411.52	c cleaning 12001 clauses out of 24021 with flag 356002/356002
431.91/429.02	c cleaning 12007 clauses out of 24021 with flag 368003/368003
455.04/452.18	c cleaning 11999 clauses out of 24012 with flag 380001/380001
473.98/471.08	c cleaning 12002 clauses out of 24012 with flag 392000/392000
492.92/489.93	c cleaning 12007 clauses out of 24022 with flag 404012/404012
515.15/512.12	c cleaning 11995 clauses out of 24003 with flag 416000/416000
525.39/522.34	c cleaning 11998 clauses out of 24011 with flag 428003/428003
542.12/539.07	c cleaning 11997 clauses out of 24010 with flag 440000/440000
554.53/551.46	c cleaning 12001 clauses out of 24015 with flag 452002/452002
568.35/565.21	c cleaning 12000 clauses out of 24015 with flag 464003/464003
581.47/578.31	c cleaning 12001 clauses out of 24015 with flag 476003/476003
595.70/592.52	c cleaning 12000 clauses out of 24011 with flag 488000/488000
610.83/607.62	c cleaning 11997 clauses out of 24011 with flag 500000/500000
627.45/624.21	c cleaning 11997 clauses out of 24016 with flag 512002/512002
640.48/637.29	c cleaning 12004 clauses out of 24022 with flag 524005/524005
652.83/649.54	c cleaning 11998 clauses out of 24013 with flag 536000/536000
665.84/662.52	c cleaning 11998 clauses out of 24017 with flag 548002/548002
678.56/675.22	c cleaning 11996 clauses out of 24020 with flag 560003/560003
691.58/688.24	c cleaning 12000 clauses out of 24021 with flag 572000/572000
704.21/700.85	c cleaning 11998 clauses out of 24021 with flag 584000/584000
714.95/711.52	c cleaning 12000 clauses out of 24025 with flag 596002/596002
724.28/720.84	c cleaning 12002 clauses out of 24025 with flag 608002/608002
733.40/729.98	c cleaning 12000 clauses out of 24021 with flag 620000/620000
741.22/737.78	c cleaning 12001 clauses out of 24021 with flag 632000/632000
750.75/747.29	c cleaning 11998 clauses out of 24020 with flag 644000/644000
771.96/768.46	c cleaning 11994 clauses out of 24022 with flag 656000/656000
798.08/794.58	c cleaning 12007 clauses out of 24028 with flag 668000/668000
812.53/808.95	c cleaning 12005 clauses out of 24021 with flag 680000/680000
823.05/819.42	c cleaning 12002 clauses out of 24017 with flag 692001/692001
843.27/839.70	c cleaning 12000 clauses out of 24014 with flag 704000/704000
863.28/859.62	c cleaning 11999 clauses out of 24014 with flag 716000/716000
872.82/869.14	c cleaning 11994 clauses out of 24015 with flag 728000/728000
881.34/877.60	c cleaning 12006 clauses out of 24021 with flag 740000/740000
889.57/885.87	c cleaning 12000 clauses out of 24016 with flag 752001/752001
897.29/893.58	c cleaning 11997 clauses out of 24017 with flag 764002/764002
905.80/902.07	c cleaning 11999 clauses out of 24019 with flag 776001/776001
913.20/909.46	c cleaning 12002 clauses out of 24019 with flag 788000/788000
923.02/919.29	c cleaning 12002 clauses out of 24017 with flag 800000/800000
932.75/928.95	c cleaning 12001 clauses out of 24016 with flag 812001/812001
943.77/939.93	c cleaning 12001 clauses out of 24017 with flag 824003/824003
954.79/950.93	c cleaning 11999 clauses out of 24013 with flag 836000/836000
963.99/960.16	c cleaning 12001 clauses out of 24016 with flag 848002/848002
975.35/971.45	c cleaning 12000 clauses out of 24014 with flag 860001/860001
986.47/982.55	c cleaning 11998 clauses out of 24013 with flag 872000/872000
996.77/992.88	c cleaning 12010 clauses out of 24020 with flag 884005/884005
1006.41/1002.42	c cleaning 12000 clauses out of 24008 with flag 896003/896003
1025.94/1021.95	c cleaning 11996 clauses out of 24005 with flag 908000/908000
1037.29/1033.24	c cleaning 12005 clauses out of 24009 with flag 920000/920000
1042.11/1038.05	c cleaning 11993 clauses out of 24004 with flag 932000/932000
1048.53/1044.44	c cleaning 11997 clauses out of 24011 with flag 944000/944000
1071.55/1067.50	c cleaning 12004 clauses out of 24016 with flag 956002/956002
1091.99/1087.84	c cleaning 12000 clauses out of 24013 with flag 968003/968003
1100.72/1096.60	c cleaning 11994 clauses out of 24010 with flag 980000/980000
1110.33/1106.12	c cleaning 12003 clauses out of 24018 with flag 992002/992002
1122.77/1118.60	c cleaning 11998 clauses out of 24014 with flag 1004001/1004001
1132.09/1127.82	c cleaning 12005 clauses out of 24016 with flag 1016001/1016001
1149.20/1144.96	c cleaning 12002 clauses out of 24013 with flag 1028003/1028003
1163.42/1159.17	c cleaning 12000 clauses out of 24008 with flag 1040000/1040000
1179.45/1175.19	c cleaning 11996 clauses out of 24008 with flag 1052000/1052000
1196.69/1192.34	c cleaning 12003 clauses out of 24014 with flag 1064002/1064002
1210.62/1206.21	c cleaning 11998 clauses out of 24009 with flag 1076000/1076000
1219.24/1214.81	c cleaning 11995 clauses out of 24011 with flag 1088000/1088000
1228.56/1224.20	c cleaning 12001 clauses out of 24016 with flag 1100000/1100000
1239.98/1235.53	c cleaning 11999 clauses out of 24016 with flag 1112001/1112001
1250.60/1246.18	c cleaning 12003 clauses out of 24017 with flag 1124001/1124001
1261.21/1256.73	c cleaning 12000 clauses out of 24014 with flag 1136001/1136001
1270.22/1265.71	c cleaning 11999 clauses out of 24014 with flag 1148001/1148001
1283.32/1278.83	c cleaning 12001 clauses out of 24016 with flag 1160002/1160002
1292.65/1288.12	c cleaning 11999 clauses out of 24014 with flag 1172001/1172001
1301.47/1296.97	c cleaning 12000 clauses out of 24014 with flag 1184000/1184000
1313.58/1309.02	c cleaning 11997 clauses out of 24015 with flag 1196001/1196001
1332.50/1327.91	c cleaning 11996 clauses out of 24017 with flag 1208000/1208000
1347.54/1342.92	c cleaning 12004 clauses out of 24022 with flag 1220001/1220001
1363.87/1359.24	c cleaning 12000 clauses out of 24017 with flag 1232000/1232000
1381.20/1376.59	c cleaning 11992 clauses out of 24017 with flag 1244000/1244000
1398.64/1393.96	c cleaning 12005 clauses out of 24025 with flag 1256000/1256000
1417.44/1412.76	c cleaning 12002 clauses out of 24020 with flag 1268000/1268000
1434.86/1430.13	c cleaning 11995 clauses out of 24019 with flag 1280001/1280001
1456.56/1451.82	c cleaning 11998 clauses out of 24023 with flag 1292000/1292000
1472.67/1467.90	c cleaning 12003 clauses out of 24026 with flag 1304001/1304001
1489.29/1484.59	c cleaning 12002 clauses out of 24022 with flag 1316000/1316000
1504.30/1499.52	c cleaning 12003 clauses out of 24020 with flag 1328000/1328000
1514.35/1509.50	c cleaning 12003 clauses out of 24022 with flag 1340005/1340005
1529.58/1524.78	c cleaning 12005 clauses out of 24016 with flag 1352002/1352002
1537.71/1532.84	c cleaning 11997 clauses out of 24009 with flag 1364000/1364000
1546.04/1541.14	c cleaning 11998 clauses out of 24012 with flag 1376000/1376000
1554.45/1549.55	c cleaning 11999 clauses out of 24015 with flag 1388001/1388001
1571.06/1566.15	c cleaning 11997 clauses out of 24015 with flag 1400000/1400000
1587.48/1582.56	c cleaning 11999 clauses out of 24018 with flag 1412000/1412000
1603.70/1598.72	c cleaning 12000 clauses out of 24020 with flag 1424001/1424001
1618.23/1613.20	c cleaning 12004 clauses out of 24022 with flag 1436003/1436003
1634.65/1629.69	c cleaning 12001 clauses out of 24017 with flag 1448002/1448002
1646.78/1641.72	c cleaning 12001 clauses out of 24014 with flag 1460000/1460000
1663.83/1658.78	c cleaning 11998 clauses out of 24015 with flag 1472002/1472002
1677.84/1672.78	c cleaning 11997 clauses out of 24018 with flag 1484003/1484003
1692.68/1687.51	c cleaning 12002 clauses out of 24018 with flag 1496000/1496000
1707.51/1702.35	c cleaning 11998 clauses out of 24017 with flag 1508001/1508001
1731.51/1726.33	c cleaning 11995 clauses out of 24019 with flag 1520001/1520001
1740.05/1734.83	c cleaning 12005 clauses out of 24023 with flag 1532000/1532000
1750.17/1744.95	c cleaning 11998 clauses out of 24018 with flag 1544000/1544000
1761.28/1756.05	c cleaning 12006 clauses out of 24020 with flag 1556000/1556000
1773.20/1767.96	c cleaning 11999 clauses out of 24014 with flag 1568000/1568000
1785.11/1779.85	c cleaning 12001 clauses out of 24016 with flag 1580001/1580001
1798.52/1793.20	c cleaning 11998 clauses out of 24016 with flag 1592002/1592002
1800.05/1794.72	c starts		: 208
1800.05/1794.72	c conflicts		: 1594226
1800.05/1794.72	c decisions		: 2002227
1800.05/1794.72	c propagations		: 66986685
1800.05/1794.72	c inspects		: 820109791
1800.05/1794.72	c learnt literals	: 0
1800.05/1794.72	c learnt binary clauses	: 0
1800.05/1794.72	c learnt ternary clauses	: 0
1800.05/1794.72	c learnt clauses	: 1594225
1800.05/1794.72	c ignored clauses	: 0
1800.05/1794.72	c root simplifications	: 0
1800.05/1794.72	c removed literals (reason simplification)	: 5700374
1800.05/1794.72	c reason swapping (by a shorter reason)	: 0
1800.05/1794.72	c Calls to reduceDB	: 135
1800.05/1794.72	c number of reductions to clauses (during analyze)	: 0
1800.05/1794.72	c number of learned constraints concerned by reduction	: 0
1800.05/1794.72	c number of learning phase by resolution	: 0
1800.05/1794.72	c number of learning phase by cutting planes	: 0
1800.05/1794.72	c speed (assignments/second)	: 37350.3028484988
1800.05/1794.72	c non guided choices	135729
1800.05/1794.74	c learnt constraints type 
1800.05/1794.74	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 14262
1800.05/1794.74	c constraints type 
1800.05/1794.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 700
1800.05/1794.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 748
1800.05/1794.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 9918
1800.05/1794.74	s UNKNOWN
1800.05/1794.74	c Total wall clock time (in seconds): 1794.53

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-2659014-1276484853/watcher-2659014-1276484853 -o /tmp/evaluation-result-2659014-1276484853/solver-2659014-1276484853 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659014-1276484853.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.91 0.95 0.98 4/106 26831
/proc/meminfo: memFree=1858176/2059040 swapFree=4140228/4192956
[pid=26831] ppid=26829 vsize=1836 CPUtime=0
/proc/26831/stat : 26831 (java6) R 26829 26831 26774 0 -1 4194304 251 0 0 0 0 0 0 0 17 0 1 0 24087014 1880064 154 1992294400 134512640 134550932 4288998000 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26831/statm: 458 153 116 10 0 63 0

[startup+0.0361881 s]
/proc/loadavg: 0.91 0.95 0.98 4/106 26831
/proc/meminfo: memFree=1858176/2059040 swapFree=4140228/4192956
[pid=26831] ppid=26829 vsize=1520176 CPUtime=0.02
/proc/26831/stat : 26831 (java) S 26829 26831 26774 0 -1 4202496 2980 0 1 0 1 1 0 0 15 0 4 0 24087014 1556660224 2423 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/26831/statm: 380044 2423 678 10 0 377354 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1520176

[startup+0.102095 s]
/proc/loadavg: 0.91 0.95 0.98 4/106 26831
/proc/meminfo: memFree=1858176/2059040 swapFree=4140228/4192956
[pid=26831] ppid=26829 vsize=1524184 CPUtime=0.08
/proc/26831/stat : 26831 (java) S 26829 26831 26774 0 -1 4202496 3958 0 1 0 6 2 0 0 15 0 12 0 24087014 1560764416 3397 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26831/statm: 381046 3397 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.302115 s]
/proc/loadavg: 0.91 0.95 0.98 4/106 26831
/proc/meminfo: memFree=1858176/2059040 swapFree=4140228/4192956
[pid=26831] ppid=26829 vsize=1526512 CPUtime=0.36
/proc/26831/stat : 26831 (java) S 26829 26831 26774 0 -1 4202496 5396 0 1 0 33 3 0 0 15 0 12 0 24087014 1563148288 4833 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26831/statm: 381628 4833 1361 10 0 378930 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526512

[startup+0.702163 s]
/proc/loadavg: 0.91 0.95 0.98 4/106 26831
/proc/meminfo: memFree=1858176/2059040 swapFree=4140228/4192956
[pid=26831] ppid=26829 vsize=1530136 CPUtime=1.13
/proc/26831/stat : 26831 (java) S 26829 26831 26774 0 -1 4202496 10138 0 1 0 107 6 0 0 15 0 12 0 24087014 1566859264 9184 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26831/statm: 382534 9184 1403 10 0 379836 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1530136

[startup+1.50126 s]
/proc/loadavg: 0.91 0.95 0.98 2/118 26843
/proc/meminfo: memFree=1772024/2059040 swapFree=4140228/4192956
[pid=26831] ppid=26829 vsize=1530496 CPUtime=2.46
/proc/26831/stat : 26831 (java) S 26829 26831 26774 0 -1 4202496 28075 0 1 0 232 14 0 0 15 0 12 0 24087014 1567227904 26928 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26831/statm: 382624 26928 1420 10 0 379926 0
[pid=26831/tid=26833] ppid=26829 vsize=1530496 CPUtime=1.37
/proc/26831/task/26833/stat : 26833 (java) R 26829 26831 26774 0 -1 4202560 24637 0 1 0 125 12 0 0 18 0 12 0 24087016 1567227904 26928 1992294400 134512640 134550932 4291304688 18446744073709551615 106834530 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26831/tid=26834] ppid=26829 vsize=1530496 CPUtime=0
/proc/26831/task/26834/stat : 26834 (java) S 26829 26831 26774 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 12 0 24087017 1567227904 26928 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26835] ppid=26829 vsize=1530496 CPUtime=0
/proc/26831/task/26835/stat : 26835 (java) S 26829 26831 26774 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 12 0 24087017 1567227904 26929 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26836] ppid=26829 vsize=1530496 CPUtime=0
/proc/26831/task/26836/stat : 26836 (java) S 26829 26831 26774 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 24087019 1567227904 26929 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 0 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26837] ppid=26829 vsize=1530496 CPUtime=0
/proc/26831/task/26837/stat : 26837 (java) S 26829 26831 26774 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 12 0 24087020 1567227904 26929 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26838] ppid=26829 vsize=1530496 CPUtime=0
/proc/26831/task/26838/stat : 26838 (java) S 26829 26831 26774 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 12 0 24087020 1567227904 26929 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26839] ppid=26829 vsize=1530496 CPUtime=0
/proc/26831/task/26839/stat : 26839 (java) S 26829 26831 26774 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 12 0 24087024 1567227904 26929 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26840] ppid=26829 vsize=1530496 CPUtime=0.74
/proc/26831/task/26840/stat : 26840 (java) R 26829 26831 26774 0 -1 4202560 1323 0 0 0 74 0 0 0 16 0 12 0 24087024 1567227904 26929 1992294400 134512640 134550932 4291304688 18446744073709551615 104163918 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26831/tid=26841] ppid=26829 vsize=1530496 CPUtime=0.31
/proc/26831/task/26841/stat : 26841 (java) R 26829 26831 26774 0 -1 4202560 1050 0 0 0 31 0 0 0 23 0 12 0 24087024 1567227904 26929 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26831/tid=26842] ppid=26829 vsize=1530496 CPUtime=0
/proc/26831/task/26842/stat : 26842 (java) S 26829 26831 26774 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 24087024 1567227904 26930 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26843] ppid=26829 vsize=1530496 CPUtime=0
/proc/26831/task/26843/stat : 26843 (java) S 26829 26831 26774 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 24087024 1567227904 26930 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 1530496

[startup+3.10142 s]
/proc/loadavg: 0.91 0.95 0.98 4/119 26844
/proc/meminfo: memFree=1751184/2059040 swapFree=4140228/4192956
[pid=26831] ppid=26829 vsize=1531196 CPUtime=4.89
/proc/26831/stat : 26831 (java) S 26829 26831 26774 0 -1 4202496 30078 0 1 0 474 15 0 0 15 0 13 0 24087014 1567944704 28827 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26831/statm: 382799 28827 1433 10 0 380101 0
[pid=26831/tid=26833] ppid=26829 vsize=1531196 CPUtime=2.8
/proc/26831/task/26833/stat : 26833 (java) R 26829 26831 26774 0 -1 4202560 26334 0 1 0 267 13 0 0 19 0 13 0 24087016 1567944704 28827 1992294400 134512640 134550932 4291304688 18446744073709551615 4109284377 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26831/tid=26834] ppid=26829 vsize=1531196 CPUtime=0
/proc/26831/task/26834/stat : 26834 (java) S 26829 26831 26774 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 13 0 24087017 1567944704 28827 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26835] ppid=26829 vsize=1531196 CPUtime=0
/proc/26831/task/26835/stat : 26835 (java) S 26829 26831 26774 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 13 0 24087017 1567944704 28827 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26836] ppid=26829 vsize=1531196 CPUtime=0
/proc/26831/task/26836/stat : 26836 (java) S 26829 26831 26774 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 24087019 1567944704 28827 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 0 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26837] ppid=26829 vsize=1531196 CPUtime=0
/proc/26831/task/26837/stat : 26837 (java) S 26829 26831 26774 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 13 0 24087020 1567944704 28827 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26838] ppid=26829 vsize=1531196 CPUtime=0
/proc/26831/task/26838/stat : 26838 (java) S 26829 26831 26774 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 13 0 24087020 1567944704 28827 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26839] ppid=26829 vsize=1531196 CPUtime=0
/proc/26831/task/26839/stat : 26839 (java) S 26829 26831 26774 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 24087024 1567944704 28827 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26840] ppid=26829 vsize=1531196 CPUtime=1.56
/proc/26831/task/26840/stat : 26840 (java) S 26829 26831 26774 0 -1 4202560 1487 0 0 0 156 0 0 0 15 0 13 0 24087024 1567944704 28828 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26841] ppid=26829 vsize=1531196 CPUtime=0.5
/proc/26831/task/26841/stat : 26841 (java) S 26829 26831 26774 0 -1 4202560 1188 0 0 0 50 0 0 0 19 0 13 0 24087024 1567944704 28828 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26842] ppid=26829 vsize=1531196 CPUtime=0
/proc/26831/task/26842/stat : 26842 (java) S 26829 26831 26774 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 24087024 1567944704 28828 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26843] ppid=26829 vsize=1531196 CPUtime=0
/proc/26831/task/26843/stat : 26843 (java) S 26829 26831 26774 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 24087024 1567944704 28828 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 1 0 0 0
[pid=26831/tid=26844] ppid=26829 vsize=1531196 CPUtime=0
/proc/26831/task/26844/stat : 26844 (java) S 26829 26831 26774 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 24087180 1567944704 28828 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.89
Current children cumulated vsize (KiB) 1531196

[startup+6.30114 s]
/proc/loadavg: 1.00 0.97 0.98 2/119 26844
/proc/meminfo: memFree=1737916/2059040 swapFree=4140228/4192956
[pid=26831] ppid=26829 vsize=1531196 CPUtime=8.16
/proc/26831/stat : 26831 (java) S 26829 26831 26774 0 -1 4202496 37957 0 1 0 797 19 0 0 15 0 13 0 24087014 1567944704 36668 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26831/statm: 382799 36668 1447 10 0 380101 0
[pid=26831/tid=26833] ppid=26829 vsize=1531196 CPUtime=5.93
/proc/26831/task/26833/stat : 26833 (java) R 26829 26831 26774 0 -1 4202560 29098 0 1 0 579 14 0 0 25 0 13 0 24087016 1567944704 36668 1992294400 134512640 134550932 4291304688 18446744073709551615 4109328800 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26831/tid=26834] ppid=26829 vsize=1531196 CPUtime=0.01
/proc/26831/task/26834/stat : 26834 (java) S 26829 26831 26774 0 -1 4202560 1342 0 0 0 1 0 0 0 18 0 13 0 24087017 1567944704 36668 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 1 0 0 0
[pid=26831/tid=26835] ppid=26829 vsize=1531196 CPUtime=0.01
/proc/26831/task/26835/stat : 26835 (java) S 26829 26831 26774 0 -1 4202560 1195 0 0 0 1 0 0 0 18 0 13 0 24087017 1567944704 36668 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 1 0 0 0
[pid=26831/tid=26836] ppid=26829 vsize=1531196 CPUtime=0.03
/proc/26831/task/26836/stat : 26836 (java) S 26829 26831 26774 0 -1 4202560 2544 0 0 0 3 0 0 0 16 0 13 0 24087019 1567944704 36668 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 0 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26837] ppid=26829 vsize=1531196 CPUtime=0
/proc/26831/task/26837/stat : 26837 (java) S 26829 26831 26774 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 24087020 1567944704 36668 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26838] ppid=26829 vsize=1531196 CPUtime=0
/proc/26831/task/26838/stat : 26838 (java) S 26829 26831 26774 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 24087020 1567944704 36668 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26839] ppid=26829 vsize=1531196 CPUtime=0
/proc/26831/task/26839/stat : 26839 (java) S 26829 26831 26774 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 24087024 1567944704 36668 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26840] ppid=26829 vsize=1531196 CPUtime=1.56
/proc/26831/task/26840/stat : 26840 (java) S 26829 26831 26774 0 -1 4202560 1487 0 0 0 156 0 0 0 15 0 13 0 24087024 1567944704 36668 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26841] ppid=26829 vsize=1531196 CPUtime=0.54
/proc/26831/task/26841/stat : 26841 (java) S 26829 26831 26774 0 -1 4202560 1223 0 0 0 54 0 0 0 15 0 13 0 24087024 1567944704 36668 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26842] ppid=26829 vsize=1531196 CPUtime=0
/proc/26831/task/26842/stat : 26842 (java) S 26829 26831 26774 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 24087024 1567944704 36668 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26843] ppid=26829 vsize=1531196 CPUtime=0
/proc/26831/task/26843/stat : 26843 (java) S 26829 26831 26774 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 24087024 1567944704 36668 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 1 0 0 0
[pid=26831/tid=26844] ppid=26829 vsize=1531196 CPUtime=0
/proc/26831/task/26844/stat : 26844 (java) S 26829 26831 26774 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 24087180 1567944704 36668 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.16
Current children cumulated vsize (KiB) 1531196

[startup+12.7011 s]
/proc/loadavg: 1.00 0.97 0.98 2/119 26844
/proc/meminfo: memFree=1694764/2059040 swapFree=4140228/4192956
[pid=26831] ppid=26829 vsize=1531196 CPUtime=14.65
/proc/26831/stat : 26831 (java) S 26829 26831 26774 0 -1 4202496 43287 0 1 0 1444 21 0 0 15 0 13 0 24087014 1567944704 41957 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26831/statm: 382799 41957 1447 10 0 380101 0
[pid=26831/tid=26833] ppid=26829 vsize=1531196 CPUtime=12.23
/proc/26831/task/26833/stat : 26833 (java) R 26829 26831 26774 0 -1 4202560 29099 0 1 0 1209 14 0 0 25 0 13 0 24087016 1567944704 41957 1992294400 134512640 134550932 4291304688 18446744073709551615 4109245559 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26831/tid=26834] ppid=26829 vsize=1531196 CPUtime=0.03
/proc/26831/task/26834/stat : 26834 (java) S 26829 26831 26774 0 -1 4202560 3365 0 0 0 2 1 0 0 18 0 13 0 24087017 1567944704 41957 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 1 0 0 0
[pid=26831/tid=26835] ppid=26829 vsize=1531196 CPUtime=0.03
/proc/26831/task/26835/stat : 26835 (java) S 26829 26831 26774 0 -1 4202560 2944 0 0 0 2 1 0 0 18 0 13 0 24087017 1567944704 41957 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 1 0 0 0
[pid=26831/tid=26836] ppid=26829 vsize=1531196 CPUtime=0.09
/proc/26831/task/26836/stat : 26836 (java) S 26829 26831 26774 0 -1 4202560 3994 0 0 0 8 1 0 0 15 0 13 0 24087019 1567944704 41957 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 0 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26837] ppid=26829 vsize=1531196 CPUtime=0
/proc/26831/task/26837/stat : 26837 (java) S 26829 26831 26774 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 24087020 1567944704 41957 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26838] ppid=26829 vsize=1531196 CPUtime=0
/proc/26831/task/26838/stat : 26838 (java) S 26829 26831 26774 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 24087020 1567944704 41957 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26839] ppid=26829 vsize=1531196 CPUtime=0
/proc/26831/task/26839/stat : 26839 (java) S 26829 26831 26774 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 24087024 1567944704 41957 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26840] ppid=26829 vsize=1531196 CPUtime=1.6
/proc/26831/task/26840/stat : 26840 (java) S 26829 26831 26774 0 -1 4202560 1490 0 0 0 160 0 0 0 15 0 13 0 24087024 1567944704 41957 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26841] ppid=26829 vsize=1531196 CPUtime=0.61
/proc/26831/task/26841/stat : 26841 (java) S 26829 26831 26774 0 -1 4202560 1327 0 0 0 61 0 0 0 15 0 13 0 24087024 1567944704 41957 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26842] ppid=26829 vsize=1531196 CPUtime=0
/proc/26831/task/26842/stat : 26842 (java) S 26829 26831 26774 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 24087024 1567944704 41957 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26843] ppid=26829 vsize=1531196 CPUtime=0
/proc/26831/task/26843/stat : 26843 (java) S 26829 26831 26774 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 24087024 1567944704 41957 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 1 0 0 0
[pid=26831/tid=26844] ppid=26829 vsize=1531196 CPUtime=0
/proc/26831/task/26844/stat : 26844 (java) S 26829 26831 26774 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 24087180 1567944704 41957 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.65
Current children cumulated vsize (KiB) 1531196

[startup+25.501 s]
/proc/loadavg: 1.00 0.97 0.98 2/119 26844
/proc/meminfo: memFree=1671080/2059040 swapFree=4140228/4192956
[pid=26831] ppid=26829 vsize=1533244 CPUtime=27.54
/proc/26831/stat : 26831 (java) S 26829 26831 26774 0 -1 4202496 49931 0 1 0 2730 24 0 0 15 0 13 0 24087014 1570041856 47889 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26831/statm: 383311 47889 1447 10 0 380613 0
[pid=26831/tid=26833] ppid=26829 vsize=1533244 CPUtime=24.84
/proc/26831/task/26833/stat : 26833 (java) R 26829 26831 26774 0 -1 4202560 29123 0 1 0 2469 15 0 0 25 0 13 0 24087016 1570041856 47889 1992294400 134512640 134550932 4291304688 18446744073709551615 4109158951 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26831/tid=26834] ppid=26829 vsize=1533244 CPUtime=0.08
/proc/26831/task/26834/stat : 26834 (java) S 26829 26831 26774 0 -1 4202560 5895 0 0 0 6 2 0 0 18 0 13 0 24087017 1570041856 47889 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26835] ppid=26829 vsize=1533244 CPUtime=0.08
/proc/26831/task/26835/stat : 26835 (java) S 26829 26831 26774 0 -1 4202560 5216 0 0 0 6 2 0 0 15 0 13 0 24087017 1570041856 47889 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 1 0 0 0
[pid=26831/tid=26836] ppid=26829 vsize=1533244 CPUtime=0.2
/proc/26831/task/26836/stat : 26836 (java) S 26829 26831 26774 0 -1 4202560 5447 0 0 0 19 1 0 0 15 0 13 0 24087019 1570041856 47889 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 0 0 16800975 18446604437825885376 0 0 -1 1 0 0 0
[pid=26831/tid=26837] ppid=26829 vsize=1533244 CPUtime=0

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

[pid=26831/tid=26837] ppid=26829 vsize=1533244 CPUtime=0
/proc/26831/task/26837/stat : 26837 (java) S 26829 26831 26774 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 24087020 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26838] ppid=26829 vsize=1533244 CPUtime=0
/proc/26831/task/26838/stat : 26838 (java) S 26829 26831 26774 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 24087020 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26839] ppid=26829 vsize=1533244 CPUtime=0
/proc/26831/task/26839/stat : 26839 (java) S 26829 26831 26774 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 24087024 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26840] ppid=26829 vsize=1533244 CPUtime=1.68
/proc/26831/task/26840/stat : 26840 (java) S 26829 26831 26774 0 -1 4202560 1501 0 0 0 168 0 0 0 15 0 13 0 24087024 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 1 0 0 0
[pid=26831/tid=26841] ppid=26829 vsize=1533244 CPUtime=0.67
/proc/26831/task/26841/stat : 26841 (java) S 26829 26831 26774 0 -1 4202560 1687 0 0 0 67 0 0 0 15 0 13 0 24087024 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26842] ppid=26829 vsize=1533244 CPUtime=0
/proc/26831/task/26842/stat : 26842 (java) S 26829 26831 26774 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 24087024 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26843] ppid=26829 vsize=1533244 CPUtime=0
/proc/26831/task/26843/stat : 26843 (java) S 26829 26831 26774 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 24087024 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 1 0 0 0
[pid=26831/tid=26844] ppid=26829 vsize=1533244 CPUtime=0
/proc/26831/task/26844/stat : 26844 (java) S 26829 26831 26774 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 24087180 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1607.33
Current children cumulated vsize (KiB) 1533244

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 26891
/proc/meminfo: memFree=1580932/2059040 swapFree=4140228/4192956
[pid=26831] ppid=26829 vsize=1533244 CPUtime=1667.45
/proc/26831/stat : 26831 (java) S 26829 26831 26774 0 -1 4202496 83452 0 1 0 166697 48 0 0 15 0 13 0 24087014 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26831/statm: 383311 69807 1447 10 0 380613 0
[pid=26831/tid=26833] ppid=26829 vsize=1533244 CPUtime=1647.14
/proc/26831/task/26833/stat : 26833 (java) R 26829 26831 26774 0 -1 4202560 29331 0 1 0 164695 19 0 0 25 0 13 0 24087016 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4109300066 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26831/tid=26834] ppid=26829 vsize=1533244 CPUtime=3.77
/proc/26831/task/26834/stat : 26834 (java) S 26829 26831 26774 0 -1 4202560 20780 0 0 0 366 11 0 0 16 0 13 0 24087017 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 1 0 0 0
[pid=26831/tid=26835] ppid=26829 vsize=1533244 CPUtime=3.9
/proc/26831/task/26835/stat : 26835 (java) S 26829 26831 26774 0 -1 4202560 20449 0 0 0 379 11 0 0 16 0 13 0 24087017 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 1 0 0 0
[pid=26831/tid=26836] ppid=26829 vsize=1533244 CPUtime=10.23
/proc/26831/task/26836/stat : 26836 (java) S 26829 26831 26774 0 -1 4202560 8540 0 0 0 1020 3 0 0 15 0 13 0 24087019 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 0 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26837] ppid=26829 vsize=1533244 CPUtime=0
/proc/26831/task/26837/stat : 26837 (java) S 26829 26831 26774 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 24087020 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26838] ppid=26829 vsize=1533244 CPUtime=0
/proc/26831/task/26838/stat : 26838 (java) S 26829 26831 26774 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 24087020 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26839] ppid=26829 vsize=1533244 CPUtime=0
/proc/26831/task/26839/stat : 26839 (java) S 26829 26831 26774 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 24087024 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26840] ppid=26829 vsize=1533244 CPUtime=1.68
/proc/26831/task/26840/stat : 26840 (java) S 26829 26831 26774 0 -1 4202560 1501 0 0 0 168 0 0 0 15 0 13 0 24087024 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 1 0 0 0
[pid=26831/tid=26841] ppid=26829 vsize=1533244 CPUtime=0.67
/proc/26831/task/26841/stat : 26841 (java) S 26829 26831 26774 0 -1 4202560 1687 0 0 0 67 0 0 0 15 0 13 0 24087024 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26842] ppid=26829 vsize=1533244 CPUtime=0
/proc/26831/task/26842/stat : 26842 (java) S 26829 26831 26774 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 24087024 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26843] ppid=26829 vsize=1533244 CPUtime=0
/proc/26831/task/26843/stat : 26843 (java) S 26829 26831 26774 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 24087024 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 1 0 0 0
[pid=26831/tid=26844] ppid=26829 vsize=1533244 CPUtime=0
/proc/26831/task/26844/stat : 26844 (java) S 26829 26831 26774 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 24087180 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1667.45
Current children cumulated vsize (KiB) 1533244

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 26893
/proc/meminfo: memFree=1580808/2059040 swapFree=4140228/4192956
[pid=26831] ppid=26829 vsize=1533244 CPUtime=1727.51
/proc/26831/stat : 26831 (java) S 26829 26831 26774 0 -1 4202496 83461 0 1 0 172703 48 0 0 15 0 13 0 24087014 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26831/statm: 383311 69807 1447 10 0 380613 0
[pid=26831/tid=26833] ppid=26829 vsize=1533244 CPUtime=1706.7
/proc/26831/task/26833/stat : 26833 (java) R 26829 26831 26774 0 -1 4202560 29334 0 1 0 170651 19 0 0 25 0 13 0 24087016 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4109299498 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26831/tid=26834] ppid=26829 vsize=1533244 CPUtime=3.87
/proc/26831/task/26834/stat : 26834 (java) S 26829 26831 26774 0 -1 4202560 20780 0 0 0 376 11 0 0 15 0 13 0 24087017 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 1 0 0 0
[pid=26831/tid=26835] ppid=26829 vsize=1533244 CPUtime=4.01
/proc/26831/task/26835/stat : 26835 (java) S 26829 26831 26774 0 -1 4202560 20449 0 0 0 390 11 0 0 15 0 13 0 24087017 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26836] ppid=26829 vsize=1533244 CPUtime=10.51
/proc/26831/task/26836/stat : 26836 (java) S 26829 26831 26774 0 -1 4202560 8542 0 0 0 1048 3 0 0 15 0 13 0 24087019 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 0 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26837] ppid=26829 vsize=1533244 CPUtime=0
/proc/26831/task/26837/stat : 26837 (java) S 26829 26831 26774 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 24087020 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26838] ppid=26829 vsize=1533244 CPUtime=0
/proc/26831/task/26838/stat : 26838 (java) S 26829 26831 26774 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 24087020 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26839] ppid=26829 vsize=1533244 CPUtime=0
/proc/26831/task/26839/stat : 26839 (java) S 26829 26831 26774 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 24087024 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26840] ppid=26829 vsize=1533244 CPUtime=1.68
/proc/26831/task/26840/stat : 26840 (java) S 26829 26831 26774 0 -1 4202560 1501 0 0 0 168 0 0 0 15 0 13 0 24087024 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 1 0 0 0
[pid=26831/tid=26841] ppid=26829 vsize=1533244 CPUtime=0.67
/proc/26831/task/26841/stat : 26841 (java) S 26829 26831 26774 0 -1 4202560 1687 0 0 0 67 0 0 0 15 0 13 0 24087024 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26842] ppid=26829 vsize=1533244 CPUtime=0
/proc/26831/task/26842/stat : 26842 (java) S 26829 26831 26774 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 24087024 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26843] ppid=26829 vsize=1533244 CPUtime=0
/proc/26831/task/26843/stat : 26843 (java) S 26829 26831 26774 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 24087024 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 1 0 0 0
[pid=26831/tid=26844] ppid=26829 vsize=1533244 CPUtime=0
/proc/26831/task/26844/stat : 26844 (java) S 26829 26831 26774 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 24087180 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1727.51
Current children cumulated vsize (KiB) 1533244

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 26895
/proc/meminfo: memFree=1580684/2059040 swapFree=4140228/4192956
[pid=26831] ppid=26829 vsize=1533244 CPUtime=1787.62
/proc/26831/stat : 26831 (java) S 26829 26831 26774 0 -1 4202496 83473 0 1 0 178714 48 0 0 15 0 13 0 24087014 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26831/statm: 383311 69807 1447 10 0 380613 0
[pid=26831/tid=26833] ppid=26829 vsize=1533244 CPUtime=1765.99
/proc/26831/task/26833/stat : 26833 (java) R 26829 26831 26774 0 -1 4202560 29340 0 1 0 176580 19 0 0 25 0 13 0 24087016 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4109316404 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26831/tid=26834] ppid=26829 vsize=1533244 CPUtime=4.02
/proc/26831/task/26834/stat : 26834 (java) S 26829 26831 26774 0 -1 4202560 20780 0 0 0 391 11 0 0 16 0 13 0 24087017 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 1 0 0 0
[pid=26831/tid=26835] ppid=26829 vsize=1533244 CPUtime=4.15
/proc/26831/task/26835/stat : 26835 (java) S 26829 26831 26774 0 -1 4202560 20449 0 0 0 404 11 0 0 15 0 13 0 24087017 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26836] ppid=26829 vsize=1533244 CPUtime=11.05
/proc/26831/task/26836/stat : 26836 (java) S 26829 26831 26774 0 -1 4202560 8546 0 0 0 1102 3 0 0 15 0 13 0 24087019 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 0 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26837] ppid=26829 vsize=1533244 CPUtime=0
/proc/26831/task/26837/stat : 26837 (java) S 26829 26831 26774 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 24087020 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26838] ppid=26829 vsize=1533244 CPUtime=0
/proc/26831/task/26838/stat : 26838 (java) S 26829 26831 26774 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 24087020 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26839] ppid=26829 vsize=1533244 CPUtime=0
/proc/26831/task/26839/stat : 26839 (java) S 26829 26831 26774 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 24087024 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26840] ppid=26829 vsize=1533244 CPUtime=1.68
/proc/26831/task/26840/stat : 26840 (java) S 26829 26831 26774 0 -1 4202560 1501 0 0 0 168 0 0 0 15 0 13 0 24087024 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 1 0 0 0
[pid=26831/tid=26841] ppid=26829 vsize=1533244 CPUtime=0.67
/proc/26831/task/26841/stat : 26841 (java) S 26829 26831 26774 0 -1 4202560 1687 0 0 0 67 0 0 0 15 0 13 0 24087024 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26842] ppid=26829 vsize=1533244 CPUtime=0
/proc/26831/task/26842/stat : 26842 (java) S 26829 26831 26774 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 24087024 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26843] ppid=26829 vsize=1533244 CPUtime=0
/proc/26831/task/26843/stat : 26843 (java) S 26829 26831 26774 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 24087024 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 1 0 0 0
[pid=26831/tid=26844] ppid=26829 vsize=1533244 CPUtime=0
/proc/26831/task/26844/stat : 26844 (java) S 26829 26831 26774 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 24087180 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1787.62
Current children cumulated vsize (KiB) 1533244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 26895
/proc/meminfo: memFree=1580684/2059040 swapFree=4140228/4192956
[pid=26831] ppid=26829 vsize=1533244 CPUtime=1800.05
/proc/26831/stat : 26831 (java) S 26829 26831 26774 0 -1 4202496 83478 0 1 0 179957 48 0 0 15 0 13 0 24087014 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26831/statm: 383311 69807 1447 10 0 380613 0
[pid=26831/tid=26833] ppid=26829 vsize=1533244 CPUtime=1778.29
/proc/26831/task/26833/stat : 26833 (java) R 26829 26831 26774 0 -1 4202560 29341 0 1 0 177810 19 0 0 25 0 13 0 24087016 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4109299506 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26831/tid=26834] ppid=26829 vsize=1533244 CPUtime=4.04
/proc/26831/task/26834/stat : 26834 (java) S 26829 26831 26774 0 -1 4202560 20780 0 0 0 393 11 0 0 16 0 13 0 24087017 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 1 0 0 0
[pid=26831/tid=26835] ppid=26829 vsize=1533244 CPUtime=4.17
/proc/26831/task/26835/stat : 26835 (java) S 26829 26831 26774 0 -1 4202560 20449 0 0 0 406 11 0 0 16 0 13 0 24087017 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 1 0 0 0
[pid=26831/tid=26836] ppid=26829 vsize=1533244 CPUtime=11.13
/proc/26831/task/26836/stat : 26836 (java) S 26829 26831 26774 0 -1 4202560 8548 0 0 0 1110 3 0 0 15 0 13 0 24087019 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 0 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26837] ppid=26829 vsize=1533244 CPUtime=0
/proc/26831/task/26837/stat : 26837 (java) S 26829 26831 26774 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 24087020 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26838] ppid=26829 vsize=1533244 CPUtime=0
/proc/26831/task/26838/stat : 26838 (java) S 26829 26831 26774 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 24087020 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26839] ppid=26829 vsize=1533244 CPUtime=0
/proc/26831/task/26839/stat : 26839 (java) S 26829 26831 26774 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 24087024 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26840] ppid=26829 vsize=1533244 CPUtime=1.68
/proc/26831/task/26840/stat : 26840 (java) S 26829 26831 26774 0 -1 4202560 1501 0 0 0 168 0 0 0 15 0 13 0 24087024 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 1 0 0 0
[pid=26831/tid=26841] ppid=26829 vsize=1533244 CPUtime=0.67
/proc/26831/task/26841/stat : 26841 (java) S 26829 26831 26774 0 -1 4202560 1687 0 0 0 67 0 0 0 15 0 13 0 24087024 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26842] ppid=26829 vsize=1533244 CPUtime=0
/proc/26831/task/26842/stat : 26842 (java) S 26829 26831 26774 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 24087024 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 0 0 0 0
[pid=26831/tid=26843] ppid=26829 vsize=1533244 CPUtime=0
/proc/26831/task/26843/stat : 26843 (java) S 26829 26831 26774 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 24087024 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 1 0 0 0
[pid=26831/tid=26844] ppid=26829 vsize=1533244 CPUtime=0
/proc/26831/task/26844/stat : 26844 (java) S 26829 26831 26774 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 24087180 1570041856 69807 1992294400 134512640 134550932 4291304688 18446744073709551615 4294960144 0 4 0 16800975 18446604437825885376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1533244

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

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

[startup+1794.82 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 26895
/proc/meminfo: memFree=1580684/2059040 swapFree=4140228/4192956
[pid=26831] ppid=26829 vsize=0 CPUtime=1800.17
/proc/26831/stat : 26831 (java) Z 26829 26831 26774 0 -1 4203548 83499 0 1 0 179966 51 0 0 15 0 2 0 24087014 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26831/statm: 0 0 0 0 0 0 0
[pid=26831/tid=26842] ppid=26829 vsize=0 CPUtime=0.02
/proc/26831/task/26842/stat : 26842 (java) R 26829 26831 26774 0 -1 4203588 1 0 0 0 0 2 0 0 18 0 2 0 24087024 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1794.82
CPU time (s): 1800.19
CPU user time (s): 1799.67
CPU system time (s): 0.51992
CPU usage (%): 100.299
Max. virtual memory (cumulated for all children) (KiB): 1533244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.67
system time used= 0.51992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83499
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= 38040
involuntary context switches= 13388

runsolver used 3.69144 second user time and 9.46856 second system time

The end

Launcher Data

Begin job on node009 at 2010-06-14 05:07:33
IDJOB=2659014
IDBENCH=2233
IDSOLVER=1164
FILE ID=node009/2659014-1276484853
PBS_JOBID= 11173391
Free space on /tmp= 62452 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/course-ass/normalized-ss97-2.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659014-1276484853/watcher-2659014-1276484853 -o /tmp/evaluation-result-2659014-1276484853/solver-2659014-1276484853 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659014-1276484853.opb

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

MD5SUM BENCH= f480d2d56550630df651872786c078c9
RANDOM SEED=599476113

node009.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1858572 kB
Buffers:         25868 kB
Cached:          96616 kB
SwapCached:       5684 kB
Active:          20028 kB
Inactive:       114640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1858572 kB
SwapTotal:     4192956 kB
SwapFree:      4140228 kB
Dirty:             772 kB
Writeback:           0 kB
AnonPages:       10764 kB
Mapped:          12876 kB
Slab:            43564 kB
PageTables:       4032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179556 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62448 MiB
End job on node009 at 2010-06-14 05:37:29