Trace number 2658219

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 NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26? (TO) 1800.29 1795.84

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_10_1_15.opb
MD5SUM6ed49b7079c02e2b7da24a0934bd3691
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.037993
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)4964
Sum of products size (including duplicates)9928
Number of different products2482
Sum of products size4964

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.24/0.20	c Pseudo Boolean Optimization
0.24/0.20	c --- Begin Solver configuration ---
0.24/0.20	c Stops conflict analysis at the first Unique Implication Point
0.24/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.24/0.20	c Learn all clauses as in MiniSAT
0.24/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.20	c Expensive reason simplification
0.24/0.20	c Armin Biere (Picosat) restarts strategy
0.24/0.20	c Glucose learned constraints deletion strategy
0.24/0.20	c timeout=2147483s
0.24/0.20	c DB Simplification allowed=false
0.24/0.20	c --- End Solver configuration ---
0.24/0.20	c solving HOME/instance-2658219-1276679797.opb
0.24/0.20	c reading problem ... 
2.16/1.43	c ... done. Wall clock time 1.224s.
2.16/1.43	c #vars     2882
2.16/1.43	c #constraints  5567
2.16/1.43	c constraints type 
2.16/1.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2482
2.16/1.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
2.16/1.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
2.16/1.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2482
8.39/6.74	c cleaning 2500 clauses out of 5000 with flag 5000/5000
17.40/15.55	c cleaning 4254 clauses out of 8507 with flag 11007/11007
30.57/28.59	c cleaning 5642 clauses out of 11284 with flag 18038/18038
47.05/44.99	c cleaning 6807 clauses out of 13613 with flag 26009/26009
62.20/59.97	c cleaning 7901 clauses out of 15806 with flag 35009/35009
85.63/83.36	c cleaning 8948 clauses out of 17896 with flag 45000/45000
109.27/106.92	c cleaning 9480 clauses out of 18960 with flag 55012/55012
129.26/126.86	c cleaning 9737 clauses out of 19475 with flag 65007/65007
153.79/151.24	c cleaning 9871 clauses out of 19744 with flag 75013/75013
173.54/170.99	c cleaning 9931 clauses out of 19862 with flag 85002/85002
191.57/188.98	c cleaning 9972 clauses out of 19943 with flag 95014/95014
213.40/210.70	c cleaning 9989 clauses out of 19979 with flag 105022/105022
238.72/236.01	c cleaning 9983 clauses out of 19968 with flag 115000/115000
252.76/250.06	c cleaning 9996 clauses out of 19991 with flag 125006/125006
266.79/264.06	c cleaning 10014 clauses out of 20027 with flag 135038/135038
287.30/284.55	c cleaning 9987 clauses out of 19978 with flag 145003/145003
309.25/306.46	c cleaning 9995 clauses out of 19994 with flag 155006/155006
328.56/325.79	c cleaning 10001 clauses out of 20001 with flag 165008/165008
350.08/347.20	c cleaning 10020 clauses out of 20043 with flag 175051/175051
373.21/370.32	c cleaning 9994 clauses out of 19992 with flag 185020/185020
395.42/392.52	c cleaning 9998 clauses out of 19999 with flag 195021/195021
415.75/412.82	c cleaning 9993 clauses out of 19990 with flag 205010/205010
434.68/431.70	c cleaning 9994 clauses out of 19992 with flag 215005/215005
458.59/455.66	c cleaning 10009 clauses out of 20021 with flag 225028/225028
479.70/476.78	c cleaning 10000 clauses out of 20003 with flag 235019/235019
505.22/502.27	c cleaning 10004 clauses out of 20011 with flag 245027/245027
529.40/526.34	c cleaning 9989 clauses out of 19982 with flag 255002/255002
550.50/547.48	c cleaning 9996 clauses out of 19997 with flag 265006/265006
571.03/567.96	c cleaning 10008 clauses out of 20019 with flag 275024/275024
592.65/589.59	c cleaning 10002 clauses out of 20007 with flag 285020/285020
614.56/611.43	c cleaning 9995 clauses out of 19994 with flag 295009/295009
632.17/629.03	c cleaning 10007 clauses out of 20018 with flag 305028/305028
651.88/648.79	c cleaning 10003 clauses out of 20010 with flag 315027/315027
669.88/666.72	c cleaning 9997 clauses out of 19997 with flag 325017/325017
691.40/688.27	c cleaning 10003 clauses out of 20009 with flag 335026/335026
712.43/709.21	c cleaning 9992 clauses out of 19988 with flag 345008/345008
731.53/728.33	c cleaning 9997 clauses out of 19998 with flag 355010/355010
748.74/745.55	c cleaning 10005 clauses out of 20014 with flag 365023/365023
766.97/763.77	c cleaning 9994 clauses out of 19992 with flag 375006/375006
785.79/782.54	c cleaning 10011 clauses out of 20025 with flag 385033/385033
803.61/800.40	c cleaning 9996 clauses out of 19995 with flag 395014/395014
821.74/818.47	c cleaning 10009 clauses out of 20019 with flag 405034/405034
840.85/837.57	c cleaning 9987 clauses out of 19977 with flag 415001/415001
857.98/854.63	c cleaning 10001 clauses out of 20005 with flag 425016/425016
874.49/871.15	c cleaning 9992 clauses out of 19988 with flag 435000/435000
893.20/889.90	c cleaning 10005 clauses out of 20014 with flag 445018/445018
910.00/906.61	c cleaning 9995 clauses out of 19994 with flag 455003/455003
931.12/927.79	c cleaning 9997 clauses out of 19998 with flag 465002/465002
951.65/948.29	c cleaning 9998 clauses out of 20000 with flag 475001/475001
968.45/965.00	c cleaning 10004 clauses out of 20009 with flag 485008/485008
988.97/985.57	c cleaning 10001 clauses out of 20005 with flag 495008/495008
1005.58/1002.12	c cleaning 10017 clauses out of 20037 with flag 505041/505041
1024.69/1021.24	c cleaning 9998 clauses out of 19999 with flag 515020/515020
1040.61/1037.18	c cleaning 9989 clauses out of 19982 with flag 525001/525001
1053.63/1050.15	c cleaning 10002 clauses out of 20008 with flag 535016/535016
1074.97/1071.42	c cleaning 9997 clauses out of 19998 with flag 545008/545008
1094.98/1091.49	c cleaning 10002 clauses out of 20008 with flag 555015/555015
1114.19/1110.69	c cleaning 10002 clauses out of 20007 with flag 565016/565016
1133.71/1130.12	c cleaning 9996 clauses out of 19995 with flag 575006/575006
1152.53/1148.95	c cleaning 10007 clauses out of 20017 with flag 585024/585024
1169.17/1165.52	c cleaning 9997 clauses out of 19998 with flag 595012/595012
1185.51/1181.85	c cleaning 10013 clauses out of 20030 with flag 605041/605041
1200.01/1196.34	c cleaning 9987 clauses out of 19978 with flag 615002/615002
1213.93/1210.25	c cleaning 9998 clauses out of 20000 with flag 625011/625011
1230.55/1226.88	c cleaning 9995 clauses out of 19994 with flag 635003/635003
1251.08/1247.34	c cleaning 10002 clauses out of 20007 with flag 645011/645011
1270.97/1267.27	c cleaning 9997 clauses out of 19998 with flag 655004/655004
1290.68/1286.99	c cleaning 10008 clauses out of 20020 with flag 665023/665023
1310.01/1306.22	c cleaning 10005 clauses out of 20014 with flag 675025/675025
1325.71/1321.99	c cleaning 9993 clauses out of 19989 with flag 685005/685005
1345.33/1341.53	c cleaning 9996 clauses out of 19996 with flag 695005/695005
1363.85/1360.08	c cleaning 10019 clauses out of 20041 with flag 705046/705046
1381.68/1377.83	c cleaning 10001 clauses out of 20006 with flag 715030/715030
1396.01/1392.16	c cleaning 9989 clauses out of 19981 with flag 725006/725006
1415.61/1411.78	c cleaning 9991 clauses out of 19986 with flag 735000/735000
1436.15/1432.27	c cleaning 10013 clauses out of 20030 with flag 745035/745035
1454.79/1450.86	c cleaning 9990 clauses out of 19983 with flag 755001/755001
1473.41/1469.50	c cleaning 10010 clauses out of 20024 with flag 765032/765032
1492.02/1488.06	c cleaning 10004 clauses out of 20012 with flag 775030/775030
1511.05/1507.02	c cleaning 9993 clauses out of 19990 with flag 785012/785012
1531.38/1527.33	c cleaning 10008 clauses out of 20020 with flag 795035/795035
1551.01/1546.91	c cleaning 9994 clauses out of 19992 with flag 805015/805015
1570.63/1566.51	c cleaning 9993 clauses out of 19989 with flag 815006/815006
1591.85/1587.78	c cleaning 9994 clauses out of 19991 with flag 825001/825001
1613.56/1609.44	c cleaning 10000 clauses out of 20003 with flag 835007/835007
1634.88/1630.72	c cleaning 9996 clauses out of 19996 with flag 845000/845000
1656.61/1652.47	c cleaning 10019 clauses out of 20039 with flag 855039/855039
1679.46/1675.27	c cleaning 9990 clauses out of 19983 with flag 865002/865002
1698.07/1693.86	c cleaning 9994 clauses out of 19992 with flag 875001/875001
1717.30/1713.06	c cleaning 9997 clauses out of 19997 with flag 885000/885000
1734.73/1730.44	c cleaning 10000 clauses out of 20004 with flag 895004/895004
1752.66/1748.39	c cleaning 10010 clauses out of 20023 with flag 905023/905023
1768.26/1763.97	c cleaning 10001 clauses out of 20005 with flag 915015/915015
1782.66/1778.39	c cleaning 9996 clauses out of 19996 with flag 925007/925007
1800.10/1795.71	c starts		: 185
1800.10/1795.71	c conflicts		: 934760
1800.10/1795.71	c decisions		: 1766502
1800.10/1795.71	c propagations		: 20707015
1800.10/1795.71	c inspects		: 1832130331
1800.10/1795.71	c learnt literals	: 0
1800.10/1795.71	c learnt binary clauses	: 0
1800.10/1795.71	c learnt ternary clauses	: 0
1800.10/1795.71	c learnt clauses	: 934760
1800.10/1795.71	c ignored clauses	: 0
1800.10/1795.71	c root simplifications	: 0
1800.10/1795.71	c removed literals (reason simplification)	: 4234612
1800.10/1795.71	c reason swapping (by a shorter reason)	: 0
1800.10/1795.71	c Calls to reduceDB	: 94
1800.10/1795.71	c number of reductions to clauses (during analyze)	: 0
1800.10/1795.71	c number of learned constraints concerned by reduction	: 0
1800.10/1795.71	c number of learning phase by resolution	: 0
1800.10/1795.71	c number of learning phase by cutting planes	: 0
1800.10/1795.71	c speed (assignments/second)	: 11540.551295419953
1800.10/1795.71	c non guided choices	2670
1800.10/1795.77	c learnt constraints type 
1800.10/1795.77	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 19787
1800.10/1795.77	c constraints type 
1800.10/1795.77	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2482
1800.10/1795.77	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.10/1795.77	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.10/1795.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2482
1800.10/1795.77	s UNKNOWN
1800.10/1795.77	c Total wall clock time (in seconds): 1795.564

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 15021
/proc/meminfo: memFree=1661816/2059040 swapFree=4192956/4192956
[pid=15021] ppid=15019 vsize=1832 CPUtime=0
/proc/15021/stat : 15021 (java6) R 15019 15021 14668 0 -1 4194304 245 0 0 0 0 0 0 0 19 0 1 0 9270497 1875968 148 1992294400 134512640 134550932 4289801504 18446744073709551615 9125552 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15021/statm: 458 148 111 10 0 63 0

[startup+0.0757859 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 15021
/proc/meminfo: memFree=1661816/2059040 swapFree=4192956/4192956
[pid=15021] ppid=15019 vsize=1521796 CPUtime=0.06
/proc/15021/stat : 15021 (java) S 15019 15021 14668 0 -1 4202496 3732 0 1 0 4 2 0 0 18 0 7 0 9270497 1558319104 3173 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/15021/statm: 380449 3173 1036 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.100785 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 15021
/proc/meminfo: memFree=1661816/2059040 swapFree=4192956/4192956
[pid=15021] ppid=15019 vsize=1524184 CPUtime=0.08
/proc/15021/stat : 15021 (java) S 15019 15021 14668 0 -1 4202496 3954 0 1 0 6 2 0 0 18 0 12 0 9270497 1560764416 3393 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15021/statm: 381046 3393 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300535 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 15021
/proc/meminfo: memFree=1661816/2059040 swapFree=4192956/4192956
[pid=15021] ppid=15019 vsize=1526412 CPUtime=0.37
/proc/15021/stat : 15021 (java) S 15019 15021 14668 0 -1 4202496 5350 0 1 0 34 3 0 0 18 0 12 0 9270497 1563045888 4787 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15021/statm: 381603 4787 1363 10 0 378905 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526412

[startup+0.700523 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 15021
/proc/meminfo: memFree=1661816/2059040 swapFree=4192956/4192956
[pid=15021] ppid=15019 vsize=1528532 CPUtime=1.1
/proc/15021/stat : 15021 (java) S 15019 15021 14668 0 -1 4202496 7259 0 1 0 105 5 0 0 18 0 12 0 9270497 1565216768 6533 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15021/statm: 382133 6534 1408 10 0 379435 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1528532

[startup+1.5015 s]
/proc/loadavg: 1.00 1.00 1.00 3/118 15033
/proc/meminfo: memFree=1636736/2059040 swapFree=4192956/4192956
[pid=15021] ppid=15019 vsize=1529268 CPUtime=2.31
/proc/15021/stat : 15021 (java) S 15019 15021 14668 0 -1 4202496 9952 0 1 0 225 6 0 0 18 0 13 0 9270497 1565970432 9061 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15021/statm: 382317 9061 1418 10 0 379619 0
[pid=15021/tid=15023] ppid=15019 vsize=1529268 CPUtime=1.47
/proc/15021/task/15023/stat : 15023 (java) R 15019 15021 14668 0 -1 4202560 7265 0 1 0 142 5 0 0 20 0 13 0 9270499 1565970432 9061 1992294400 134512640 134550932 4293690768 18446744073709551615 103615333 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15021/tid=15024] ppid=15019 vsize=1529268 CPUtime=0
/proc/15021/task/15024/stat : 15024 (java) S 15019 15021 14668 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 9270500 1565970432 9061 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15025] ppid=15019 vsize=1529268 CPUtime=0
/proc/15021/task/15025/stat : 15025 (java) S 15019 15021 14668 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 9270500 1565970432 9062 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15026] ppid=15019 vsize=1529268 CPUtime=0
/proc/15021/task/15026/stat : 15026 (java) S 15019 15021 14668 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 9270502 1565970432 9062 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 0 0 16800975 18446604436671247296 0 0 -1 1 0 0 0
[pid=15021/tid=15027] ppid=15019 vsize=1529268 CPUtime=0
/proc/15021/task/15027/stat : 15027 (java) S 15019 15021 14668 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 9270503 1565970432 9062 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15028] ppid=15019 vsize=1529268 CPUtime=0
/proc/15021/task/15028/stat : 15028 (java) S 15019 15021 14668 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 9270503 1565970432 9062 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15029] ppid=15019 vsize=1529268 CPUtime=0
/proc/15021/task/15029/stat : 15029 (java) S 15019 15021 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9270507 1565970432 9062 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15030] ppid=15019 vsize=1529268 CPUtime=0.54
/proc/15021/task/15030/stat : 15030 (java) R 15019 15021 14668 0 -1 4202560 559 0 0 0 54 0 0 0 23 0 13 0 9270507 1565970432 9062 1992294400 134512640 134550932 4293690768 18446744073709551615 104138290 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15021/tid=15031] ppid=15019 vsize=1529268 CPUtime=0.27
/proc/15021/task/15031/stat : 15031 (java) R 15019 15021 14668 0 -1 4202560 1058 0 0 0 27 0 0 0 20 0 13 0 9270507 1565970432 9062 1992294400 134512640 134550932 4293690768 18446744073709551615 103142994 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15021/tid=15032] ppid=15019 vsize=1529268 CPUtime=0
/proc/15021/task/15032/stat : 15032 (java) S 15019 15021 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9270507 1565970432 9062 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15033] ppid=15019 vsize=1529268 CPUtime=0
/proc/15021/task/15033/stat : 15033 (java) S 15019 15021 14668 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 9270507 1565970432 9062 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 1529268

[startup+3.10145 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15034
/proc/meminfo: memFree=1613416/2059040 swapFree=4192956/4192956
[pid=15021] ppid=15019 vsize=1532716 CPUtime=4.62
/proc/15021/stat : 15021 (java) S 15019 15021 14668 0 -1 4202496 25802 0 1 0 451 11 0 0 18 0 13 0 9270497 1569501184 24645 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15021/statm: 383179 24645 1425 10 0 380481 0
[pid=15021/tid=15023] ppid=15019 vsize=1532716 CPUtime=3.07
/proc/15021/task/15023/stat : 15023 (java) R 15019 15021 14668 0 -1 4202560 21996 0 1 0 298 9 0 0 25 0 13 0 9270499 1569501184 24645 1992294400 134512640 134550932 4293690768 18446744073709551615 4109583548 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15021/tid=15024] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15024/stat : 15024 (java) S 15019 15021 14668 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 9270500 1569501184 24645 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15025] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15025/stat : 15025 (java) S 15019 15021 14668 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 9270500 1569501184 24645 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15026] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15026/stat : 15026 (java) S 15019 15021 14668 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 9270502 1569501184 24646 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 0 0 16800975 18446604436671247296 0 0 -1 1 0 0 0
[pid=15021/tid=15027] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15027/stat : 15027 (java) S 15019 15021 14668 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 9270503 1569501184 24647 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15028] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15028/stat : 15028 (java) S 15019 15021 14668 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 9270503 1569501184 24648 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15029] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15029/stat : 15029 (java) S 15019 15021 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9270507 1569501184 24649 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15030] ppid=15019 vsize=1532716 CPUtime=0.96
/proc/15021/task/15030/stat : 15030 (java) S 15019 15021 14668 0 -1 4202560 950 0 0 0 96 0 0 0 17 0 13 0 9270507 1569501184 24650 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 1 0 0 0
[pid=15021/tid=15031] ppid=15019 vsize=1532716 CPUtime=0.55
/proc/15021/task/15031/stat : 15031 (java) S 15019 15021 14668 0 -1 4202560 1786 0 0 0 55 0 0 0 18 0 13 0 9270507 1569501184 24651 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 1 0 0 0
[pid=15021/tid=15032] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15032/stat : 15032 (java) S 15019 15021 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9270507 1569501184 24651 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15033] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15033/stat : 15033 (java) S 15019 15021 14668 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 9270507 1569501184 24651 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 1 0 0 0
[pid=15021/tid=15034] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15034/stat : 15034 (java) S 15019 15021 14668 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 9270642 1569501184 24651 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 1532716

[startup+6.30135 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15034
/proc/meminfo: memFree=1520416/2059040 swapFree=4192956/4192956
[pid=15021] ppid=15019 vsize=1532716 CPUtime=7.9
/proc/15021/stat : 15021 (java) S 15019 15021 14668 0 -1 4202496 37691 0 1 0 775 15 0 0 18 0 13 0 9270497 1569501184 36494 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15021/statm: 383179 36494 1438 10 0 380481 0
[pid=15021/tid=15023] ppid=15019 vsize=1532716 CPUtime=6.23
/proc/15021/task/15023/stat : 15023 (java) R 15019 15021 14668 0 -1 4202560 32059 0 1 0 611 12 0 0 25 0 13 0 9270499 1569501184 36494 1992294400 134512640 134550932 4293690768 18446744073709551615 4109450918 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15021/tid=15024] ppid=15019 vsize=1532716 CPUtime=0.01
/proc/15021/task/15024/stat : 15024 (java) S 15019 15021 14668 0 -1 4202560 1029 0 0 0 1 0 0 0 18 0 13 0 9270500 1569501184 36494 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15025] ppid=15019 vsize=1532716 CPUtime=0.01
/proc/15021/task/15025/stat : 15025 (java) S 15019 15021 14668 0 -1 4202560 782 0 0 0 1 0 0 0 18 0 13 0 9270500 1569501184 36494 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 1 0 0 0
[pid=15021/tid=15026] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15026/stat : 15026 (java) S 15019 15021 14668 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 9270502 1569501184 36494 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 0 0 16800975 18446604436671247296 0 0 -1 1 0 0 0
[pid=15021/tid=15027] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15027/stat : 15027 (java) S 15019 15021 14668 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9270503 1569501184 36494 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15028] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15028/stat : 15028 (java) S 15019 15021 14668 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9270503 1569501184 36494 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15029] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15029/stat : 15029 (java) S 15019 15021 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9270507 1569501184 36494 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15030] ppid=15019 vsize=1532716 CPUtime=1.04
/proc/15021/task/15030/stat : 15030 (java) S 15019 15021 14668 0 -1 4202560 961 0 0 0 104 0 0 0 16 0 13 0 9270507 1569501184 36494 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 1 0 0 0
[pid=15021/tid=15031] ppid=15019 vsize=1532716 CPUtime=0.56
/proc/15021/task/15031/stat : 15031 (java) S 15019 15021 14668 0 -1 4202560 1786 0 0 0 56 0 0 0 18 0 13 0 9270507 1569501184 36494 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 1 0 0 0
[pid=15021/tid=15032] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15032/stat : 15032 (java) S 15019 15021 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9270507 1569501184 36494 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15033] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15033/stat : 15033 (java) S 15019 15021 14668 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 9270507 1569501184 36494 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 1 0 0 0
[pid=15021/tid=15034] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15034/stat : 15034 (java) S 15019 15021 14668 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 9270642 1569501184 36494 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.9
Current children cumulated vsize (KiB) 1532716

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15034
/proc/meminfo: memFree=1506156/2059040 swapFree=4192956/4192956
[pid=15021] ppid=15019 vsize=1532716 CPUtime=14.54
/proc/15021/stat : 15021 (java) S 15019 15021 14668 0 -1 4202496 41190 0 1 0 1437 17 0 0 18 0 13 0 9270497 1569501184 39990 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15021/statm: 383179 39990 1443 10 0 380481 0
[pid=15021/tid=15023] ppid=15019 vsize=1532716 CPUtime=12.53
/proc/15021/task/15023/stat : 15023 (java) R 15019 15021 14668 0 -1 4202560 32063 0 1 0 1240 13 0 0 25 0 13 0 9270499 1569501184 39990 1992294400 134512640 134550932 4293690768 18446744073709551615 4109583530 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15021/tid=15024] ppid=15019 vsize=1532716 CPUtime=0.05
/proc/15021/task/15024/stat : 15024 (java) S 15019 15021 14668 0 -1 4202560 2769 0 0 0 5 0 0 0 18 0 13 0 9270500 1569501184 39990 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 1 0 0 0
[pid=15021/tid=15025] ppid=15019 vsize=1532716 CPUtime=0.02
/proc/15021/task/15025/stat : 15025 (java) S 15019 15021 14668 0 -1 4202560 783 0 0 0 2 0 0 0 15 0 13 0 9270500 1569501184 39990 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15026] ppid=15019 vsize=1532716 CPUtime=0.03
/proc/15021/task/15026/stat : 15026 (java) S 15019 15021 14668 0 -1 4202560 1699 0 0 0 3 0 0 0 15 0 13 0 9270502 1569501184 39990 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 0 0 16800975 18446604436671247296 0 0 -1 1 0 0 0
[pid=15021/tid=15027] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15027/stat : 15027 (java) S 15019 15021 14668 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9270503 1569501184 39990 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15028] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15028/stat : 15028 (java) S 15019 15021 14668 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9270503 1569501184 39990 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15029] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15029/stat : 15029 (java) S 15019 15021 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9270507 1569501184 39990 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15030] ppid=15019 vsize=1532716 CPUtime=1.24
/proc/15021/task/15030/stat : 15030 (java) S 15019 15021 14668 0 -1 4202560 1017 0 0 0 124 0 0 0 15 0 13 0 9270507 1569501184 39990 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15031] ppid=15019 vsize=1532716 CPUtime=0.59
/proc/15021/task/15031/stat : 15031 (java) S 15019 15021 14668 0 -1 4202560 1792 0 0 0 59 0 0 0 15 0 13 0 9270507 1569501184 39990 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 1 0 0 0
[pid=15021/tid=15032] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15032/stat : 15032 (java) S 15019 15021 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9270507 1569501184 39990 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15033] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15033/stat : 15033 (java) S 15019 15021 14668 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 9270507 1569501184 39990 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 1 0 0 0
[pid=15021/tid=15034] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15034/stat : 15034 (java) S 15019 15021 14668 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 9270642 1569501184 39990 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.54
Current children cumulated vsize (KiB) 1532716

[startup+25.5008 s]
/proc/loadavg: 1.00 1.00 1.00 3/119 15036
/proc/meminfo: memFree=1477884/2059040 swapFree=4192956/4192956
[pid=15021] ppid=15019 vsize=1532716 CPUtime=27.56
/proc/15021/stat : 15021 (java) S 15019 15021 14668 0 -1 4202496 48304 0 1 0 2735 21 0 0 18 0 13 0 9270497 1569501184 47083 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15021/statm: 383179 47083 1443 10 0 380481 0
[pid=15021/tid=15023] ppid=15019 vsize=1532716 CPUtime=25.17
/proc/15021/task/15023/stat : 15023 (java) R 15019 15021 14668 0 -1 4202560 33619 0 1 0 2503 14 0 0 25 0 13 0 9270499 1569501184 47083 1992294400 134512640 134550932 4293690768 18446744073709551615 4109450981 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15021/tid=15024] ppid=15019 vsize=1532716 CPUtime=0.1
/proc/15021/task/15024/stat : 15024 (java) S 15019 15021 14668 0 -1 4202560 4430 0 0 0 9 1 0 0 15 0 13 0 9270500 1569501184 47083 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 1 0 0 0
[pid=15021/tid=15025] ppid=15019 vsize=1532716 CPUtime=0.09
/proc/15021/task/15025/stat : 15025 (java) S 15019 15021 14668 0 -1 4202560 3045 0 0 0 8 1 0 0 16 0 13 0 9270500 1569501184 47083 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15026] ppid=15019 vsize=1532716 CPUtime=0.09
/proc/15021/task/15026/stat : 15026 (java) S 15019 15021 14668 0 -1 4202560 3308 0 0 0 8 1 0 0 15 0 13 0 9270502 1569501184 47083 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 0 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15027] ppid=15019 vsize=1532716 CPUtime=0

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

[pid=15021/tid=15026] ppid=15019 vsize=1532716 CPUtime=4.37
/proc/15021/task/15026/stat : 15026 (java) S 15019 15021 14668 0 -1 4202560 3905 0 0 0 435 2 0 0 15 0 13 0 9270502 1569501184 58674 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 0 0 16800975 18446604436671247296 0 0 -1 1 0 0 0
[pid=15021/tid=15027] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15027/stat : 15027 (java) S 15019 15021 14668 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9270503 1569501184 58674 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15028] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15028/stat : 15028 (java) S 15019 15021 14668 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9270503 1569501184 58674 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15029] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15029/stat : 15029 (java) S 15019 15021 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9270507 1569501184 58674 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15030] ppid=15019 vsize=1532716 CPUtime=1.73
/proc/15021/task/15030/stat : 15030 (java) S 15019 15021 14668 0 -1 4202560 1038 0 0 0 173 0 0 0 15 0 13 0 9270507 1569501184 58674 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15031] ppid=15019 vsize=1532716 CPUtime=0.79
/proc/15021/task/15031/stat : 15031 (java) S 15019 15021 14668 0 -1 4202560 1817 0 0 0 79 0 0 0 16 0 13 0 9270507 1569501184 58674 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 1 0 0 0
[pid=15021/tid=15032] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15032/stat : 15032 (java) S 15019 15021 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9270507 1569501184 58674 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15033] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15033/stat : 15033 (java) S 15019 15021 14668 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 9270507 1569501184 58674 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 1 0 0 0
[pid=15021/tid=15034] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15034/stat : 15034 (java) S 15019 15021 14668 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 9270642 1569501184 58674 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1606.46
Current children cumulated vsize (KiB) 1532716

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15081
/proc/meminfo: memFree=1428904/2059040 swapFree=4192956/4192956
[pid=15021] ppid=15019 vsize=1532716 CPUtime=1666.52
/proc/15021/stat : 15021 (java) S 15019 15021 14668 0 -1 4202496 65320 0 1 0 166592 60 0 0 18 0 13 0 9270497 1569501184 58674 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15021/statm: 383179 58674 1443 10 0 380481 0
[pid=15021/tid=15023] ppid=15019 vsize=1532716 CPUtime=1653.82
/proc/15021/task/15023/stat : 15023 (java) R 15019 15021 14668 0 -1 4202560 33839 0 1 0 165346 36 0 0 25 0 13 0 9270499 1569501184 58674 1992294400 134512640 134550932 4293690768 18446744073709551615 4109583362 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15021/tid=15024] ppid=15019 vsize=1532716 CPUtime=2.8
/proc/15021/task/15024/stat : 15024 (java) S 15019 15021 14668 0 -1 4202560 12639 0 0 0 270 10 0 0 15 0 13 0 9270500 1569501184 58674 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 1 0 0 0
[pid=15021/tid=15025] ppid=15019 vsize=1532716 CPUtime=2.8
/proc/15021/task/15025/stat : 15025 (java) S 15019 15021 14668 0 -1 4202560 10913 0 0 0 272 8 0 0 16 0 13 0 9270500 1569501184 58674 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15026] ppid=15019 vsize=1532716 CPUtime=4.52
/proc/15021/task/15026/stat : 15026 (java) S 15019 15021 14668 0 -1 4202560 3907 0 0 0 450 2 0 0 15 0 13 0 9270502 1569501184 58674 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 0 0 16800975 18446604436671247296 0 0 -1 1 0 0 0
[pid=15021/tid=15027] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15027/stat : 15027 (java) S 15019 15021 14668 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9270503 1569501184 58674 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15028] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15028/stat : 15028 (java) S 15019 15021 14668 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9270503 1569501184 58674 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15029] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15029/stat : 15029 (java) S 15019 15021 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9270507 1569501184 58674 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15030] ppid=15019 vsize=1532716 CPUtime=1.73
/proc/15021/task/15030/stat : 15030 (java) S 15019 15021 14668 0 -1 4202560 1038 0 0 0 173 0 0 0 15 0 13 0 9270507 1569501184 58674 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15031] ppid=15019 vsize=1532716 CPUtime=0.79
/proc/15021/task/15031/stat : 15031 (java) S 15019 15021 14668 0 -1 4202560 1817 0 0 0 79 0 0 0 16 0 13 0 9270507 1569501184 58674 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 1 0 0 0
[pid=15021/tid=15032] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15032/stat : 15032 (java) S 15019 15021 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9270507 1569501184 58674 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15033] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15033/stat : 15033 (java) S 15019 15021 14668 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 9270507 1569501184 58674 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15034] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15034/stat : 15034 (java) S 15019 15021 14668 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 9270642 1569501184 58674 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1666.52
Current children cumulated vsize (KiB) 1532716

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15083
/proc/meminfo: memFree=1428408/2059040 swapFree=4192956/4192956
[pid=15021] ppid=15019 vsize=1532716 CPUtime=1726.61
/proc/15021/stat : 15021 (java) S 15019 15021 14668 0 -1 4202496 65501 0 1 0 172600 61 0 0 18 0 13 0 9270497 1569501184 58836 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15021/statm: 383179 58836 1443 10 0 380481 0
[pid=15021/tid=15023] ppid=15019 vsize=1532716 CPUtime=1713.47
/proc/15021/task/15023/stat : 15023 (java) R 15019 15021 14668 0 -1 4202560 33850 0 1 0 171311 36 0 0 25 0 13 0 9270499 1569501184 58836 1992294400 134512640 134550932 4293690768 18446744073709551615 4109583362 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15021/tid=15024] ppid=15019 vsize=1532716 CPUtime=2.94
/proc/15021/task/15024/stat : 15024 (java) S 15019 15021 14668 0 -1 4202560 12734 0 0 0 283 11 0 0 16 0 13 0 9270500 1569501184 58836 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 1 0 0 0
[pid=15021/tid=15025] ppid=15019 vsize=1532716 CPUtime=2.94
/proc/15021/task/15025/stat : 15025 (java) S 15019 15021 14668 0 -1 4202560 10982 0 0 0 285 9 0 0 15 0 13 0 9270500 1569501184 58836 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15026] ppid=15019 vsize=1532716 CPUtime=4.69
/proc/15021/task/15026/stat : 15026 (java) S 15019 15021 14668 0 -1 4202560 3911 0 0 0 467 2 0 0 15 0 13 0 9270502 1569501184 58836 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 0 0 16800975 18446604436671247296 0 0 -1 1 0 0 0
[pid=15021/tid=15027] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15027/stat : 15027 (java) S 15019 15021 14668 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9270503 1569501184 58836 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15028] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15028/stat : 15028 (java) S 15019 15021 14668 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9270503 1569501184 58836 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15029] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15029/stat : 15029 (java) S 15019 15021 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9270507 1569501184 58836 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15030] ppid=15019 vsize=1532716 CPUtime=1.73
/proc/15021/task/15030/stat : 15030 (java) S 15019 15021 14668 0 -1 4202560 1038 0 0 0 173 0 0 0 15 0 13 0 9270507 1569501184 58836 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15031] ppid=15019 vsize=1532716 CPUtime=0.79
/proc/15021/task/15031/stat : 15031 (java) S 15019 15021 14668 0 -1 4202560 1817 0 0 0 79 0 0 0 16 0 13 0 9270507 1569501184 58836 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 1 0 0 0
[pid=15021/tid=15032] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15032/stat : 15032 (java) S 15019 15021 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9270507 1569501184 58836 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15033] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15033/stat : 15033 (java) S 15019 15021 14668 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 9270507 1569501184 58836 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 1 0 0 0
[pid=15021/tid=15034] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15034/stat : 15034 (java) S 15019 15021 14668 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 9270642 1569501184 58836 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1726.61
Current children cumulated vsize (KiB) 1532716

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15085
/proc/meminfo: memFree=1428160/2059040 swapFree=4192956/4192956
[pid=15021] ppid=15019 vsize=1532716 CPUtime=1786.68
/proc/15021/stat : 15021 (java) S 15019 15021 14668 0 -1 4202496 65517 0 1 0 178606 62 0 0 18 0 13 0 9270497 1569501184 58836 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15021/statm: 383179 58836 1443 10 0 380481 0
[pid=15021/tid=15023] ppid=15019 vsize=1532716 CPUtime=1773.12
/proc/15021/task/15023/stat : 15023 (java) R 15019 15021 14668 0 -1 4202560 33858 0 1 0 177276 36 0 0 25 0 13 0 9270499 1569501184 58836 1992294400 134512640 134550932 4293690768 18446744073709551615 4109450851 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15021/tid=15024] ppid=15019 vsize=1532716 CPUtime=3.03
/proc/15021/task/15024/stat : 15024 (java) S 15019 15021 14668 0 -1 4202560 12734 0 0 0 292 11 0 0 15 0 13 0 9270500 1569501184 58836 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 1 0 0 0
[pid=15021/tid=15025] ppid=15019 vsize=1532716 CPUtime=3.05
/proc/15021/task/15025/stat : 15025 (java) S 15019 15021 14668 0 -1 4202560 10982 0 0 0 296 9 0 0 16 0 13 0 9270500 1569501184 58836 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15026] ppid=15019 vsize=1532716 CPUtime=4.91
/proc/15021/task/15026/stat : 15026 (java) S 15019 15021 14668 0 -1 4202560 3915 0 0 0 488 3 0 0 15 0 13 0 9270502 1569501184 58836 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 0 0 16800975 18446604436671247296 0 0 -1 1 0 0 0
[pid=15021/tid=15027] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15027/stat : 15027 (java) S 15019 15021 14668 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9270503 1569501184 58836 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15028] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15028/stat : 15028 (java) S 15019 15021 14668 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9270503 1569501184 58836 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15029] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15029/stat : 15029 (java) S 15019 15021 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9270507 1569501184 58836 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15030] ppid=15019 vsize=1532716 CPUtime=1.73
/proc/15021/task/15030/stat : 15030 (java) S 15019 15021 14668 0 -1 4202560 1038 0 0 0 173 0 0 0 15 0 13 0 9270507 1569501184 58836 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15031] ppid=15019 vsize=1532716 CPUtime=0.79
/proc/15021/task/15031/stat : 15031 (java) S 15019 15021 14668 0 -1 4202560 1817 0 0 0 79 0 0 0 16 0 13 0 9270507 1569501184 58836 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 1 0 0 0
[pid=15021/tid=15032] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15032/stat : 15032 (java) S 15019 15021 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9270507 1569501184 58836 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15033] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15033/stat : 15033 (java) S 15019 15021 14668 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 13 0 9270507 1569501184 58836 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15034] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15034/stat : 15034 (java) S 15019 15021 14668 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 9270642 1569501184 58836 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1786.68
Current children cumulated vsize (KiB) 1532716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15085
/proc/meminfo: memFree=1428160/2059040 swapFree=4192956/4192956
[pid=15021] ppid=15019 vsize=1532716 CPUtime=1800.1
/proc/15021/stat : 15021 (java) S 15019 15021 14668 0 -1 4202496 65518 0 1 0 179948 62 0 0 18 0 13 0 9270497 1569501184 58836 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15021/statm: 383179 58836 1443 10 0 380481 0
[pid=15021/tid=15023] ppid=15019 vsize=1532716 CPUtime=1786.51
/proc/15021/task/15023/stat : 15023 (java) R 15019 15021 14668 0 -1 4202560 33859 0 1 0 178615 36 0 0 25 0 13 0 9270499 1569501184 58836 1992294400 134512640 134550932 4293690768 18446744073709551615 4109582271 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15021/tid=15024] ppid=15019 vsize=1532716 CPUtime=3.04
/proc/15021/task/15024/stat : 15024 (java) S 15019 15021 14668 0 -1 4202560 12734 0 0 0 293 11 0 0 16 0 13 0 9270500 1569501184 58836 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 1 0 0 0
[pid=15021/tid=15025] ppid=15019 vsize=1532716 CPUtime=3.06
/proc/15021/task/15025/stat : 15025 (java) S 15019 15021 14668 0 -1 4202560 10982 0 0 0 297 9 0 0 15 0 13 0 9270500 1569501184 58836 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15026] ppid=15019 vsize=1532716 CPUtime=4.91
/proc/15021/task/15026/stat : 15026 (java) S 15019 15021 14668 0 -1 4202560 3915 0 0 0 488 3 0 0 15 0 13 0 9270502 1569501184 58836 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 0 0 16800975 18446604436671247296 0 0 -1 1 0 0 0
[pid=15021/tid=15027] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15027/stat : 15027 (java) S 15019 15021 14668 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9270503 1569501184 58836 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15028] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15028/stat : 15028 (java) S 15019 15021 14668 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9270503 1569501184 58836 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15029] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15029/stat : 15029 (java) S 15019 15021 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9270507 1569501184 58836 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15030] ppid=15019 vsize=1532716 CPUtime=1.73
/proc/15021/task/15030/stat : 15030 (java) S 15019 15021 14668 0 -1 4202560 1038 0 0 0 173 0 0 0 15 0 13 0 9270507 1569501184 58836 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15031] ppid=15019 vsize=1532716 CPUtime=0.79
/proc/15021/task/15031/stat : 15031 (java) S 15019 15021 14668 0 -1 4202560 1817 0 0 0 79 0 0 0 16 0 13 0 9270507 1569501184 58836 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 1 0 0 0
[pid=15021/tid=15032] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15032/stat : 15032 (java) S 15019 15021 14668 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9270507 1569501184 58836 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15033] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15033/stat : 15033 (java) S 15019 15021 14668 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 13 0 9270507 1569501184 58836 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 0 0 0 0
[pid=15021/tid=15034] ppid=15019 vsize=1532716 CPUtime=0
/proc/15021/task/15034/stat : 15034 (java) S 15019 15021 14668 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 9270642 1569501184 58836 1992294400 134512640 134550932 4293690768 18446744073709551615 4294960144 0 4 0 16800975 18446604436671247296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1532716

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

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

[startup+1795.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 15085
/proc/meminfo: memFree=1428160/2059040 swapFree=4192956/4192956
[pid=15021] ppid=15019 vsize=0 CPUtime=1800.26
/proc/15021/stat : 15021 (java) Z 15019 15021 14668 0 -1 4203548 65541 0 1 0 179963 63 0 0 17 0 2 0 9270497 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15021/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.84
CPU time (s): 1800.29
CPU user time (s): 1799.64
CPU system time (s): 0.6549
CPU usage (%): 100.248
Max. virtual memory (cumulated for all children) (KiB): 1533340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.64
system time used= 0.6549
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65541
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= 39382
involuntary context switches= 22211

runsolver used 3.70144 second user time and 9.49556 second system time

The end

Launcher Data

Begin job on node057 at 2010-06-16 11:16:37
IDJOB=2658219
IDBENCH=48338
IDSOLVER=1164
FILE ID=node057/2658219-1276679797
PBS_JOBID= 11172545
Free space on /tmp= 62536 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_200_10_1_15.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658219-1276679797/watcher-2658219-1276679797 -o /tmp/evaluation-result-2658219-1276679797/solver-2658219-1276679797 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658219-1276679797.opb

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

MD5SUM BENCH= 6ed49b7079c02e2b7da24a0934bd3691
RANDOM SEED=2130289074

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1662212 kB
Buffers:        104844 kB
Cached:         153980 kB
SwapCached:          0 kB
Active:         125940 kB
Inactive:       192164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1662212 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             432 kB
Writeback:           0 kB
AnonPages:       59240 kB
Mapped:          15464 kB
Slab:            56940 kB
PageTables:       3988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182332 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= 62532 MiB
End job on node057 at 2010-06-16 11:46:35