Trace number 2658169

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

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_10_4_40.opb
MD5SUM13010ca91734567bf39d8d1f9ccac492
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 benchmark1.10983
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)5048
Sum of products size (including duplicates)10096
Number of different products2524
Sum of products size5048

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.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.21/0.21	c Pseudo Boolean Optimization
0.21/0.21	c --- Begin Solver configuration ---
0.21/0.21	c Stops conflict analysis at the first Unique Implication Point
0.21/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.21/0.21	c Learn all clauses as in MiniSAT
0.21/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.21/0.21	c Expensive reason simplification
0.21/0.21	c Armin Biere (Picosat) restarts strategy
0.21/0.21	c Glucose learned constraints deletion strategy
0.21/0.21	c timeout=2147483s
0.21/0.21	c DB Simplification allowed=false
0.21/0.21	c --- End Solver configuration ---
0.21/0.22	c solving HOME/instance-2658169-1276675321.opb
0.21/0.22	c reading problem ... 
2.15/1.53	c ... done. Wall clock time 1.317s.
2.15/1.53	c #vars     2924
2.15/1.53	c #constraints  5651
2.15/1.53	c constraints type 
2.15/1.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2524
2.15/1.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
2.15/1.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
2.15/1.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2524
8.92/7.38	c cleaning 2511 clauses out of 5021 with flag 5021/5021
17.26/15.48	c cleaning 4248 clauses out of 8496 with flag 11007/11007
27.00/25.13	c cleaning 5646 clauses out of 11291 with flag 18050/18050
37.65/35.76	c cleaning 6798 clauses out of 13596 with flag 26001/26001
52.14/50.20	c cleaning 7901 clauses out of 15804 with flag 35007/35007
76.92/74.79	c cleaning 8948 clauses out of 17899 with flag 45003/45003
97.94/95.71	c cleaning 9476 clauses out of 18951 with flag 55003/55003
117.97/115.78	c cleaning 9744 clauses out of 19487 with flag 65015/65015
138.29/136.03	c cleaning 9862 clauses out of 19728 with flag 75000/75000
155.81/153.59	c cleaning 9934 clauses out of 19872 with flag 85006/85006
172.13/169.83	c cleaning 9980 clauses out of 19962 with flag 95030/95030
185.46/183.16	c cleaning 9978 clauses out of 19959 with flag 105007/105007
200.52/198.15	c cleaning 9994 clauses out of 19991 with flag 115017/115017
220.24/217.81	c cleaning 9992 clauses out of 19986 with flag 125006/125006
244.85/242.43	c cleaning 9994 clauses out of 19991 with flag 135003/135003
267.27/264.87	c cleaning 10002 clauses out of 20007 with flag 145013/145013
288.88/286.47	c cleaning 9995 clauses out of 19994 with flag 155002/155002
310.61/308.15	c cleaning 10016 clauses out of 20034 with flag 165037/165037
331.63/329.13	c cleaning 9989 clauses out of 19982 with flag 175001/175001
347.62/345.09	c cleaning 10005 clauses out of 20013 with flag 185021/185021
365.33/362.70	c cleaning 9996 clauses out of 19996 with flag 195009/195009
388.34/385.71	c cleaning 10007 clauses out of 20017 with flag 205026/205026
407.76/405.19	c cleaning 9990 clauses out of 19984 with flag 215000/215000
430.37/427.76	c cleaning 10003 clauses out of 20010 with flag 225016/225016
448.18/445.58	c cleaning 9999 clauses out of 20001 with flag 235010/235010
470.09/467.48	c cleaning 10005 clauses out of 20014 with flag 245022/245022
489.60/486.97	c cleaning 10005 clauses out of 20013 with flag 255026/255026
506.10/503.48	c cleaning 9994 clauses out of 19991 with flag 265009/265009
526.03/523.36	c cleaning 9992 clauses out of 19988 with flag 275000/275000
549.15/546.48	c cleaning 10001 clauses out of 20006 with flag 285010/285010
570.77/568.03	c cleaning 9999 clauses out of 20001 with flag 295006/295006
588.38/585.66	c cleaning 10004 clauses out of 20011 with flag 305015/305015
610.38/607.68	c cleaning 9998 clauses out of 20000 with flag 315008/315008
626.50/623.78	c cleaning 9996 clauses out of 19996 with flag 325002/325002
646.50/643.72	c cleaning 10010 clauses out of 20024 with flag 335026/335026
665.33/662.56	c cleaning 10009 clauses out of 20022 with flag 345034/345034
682.04/679.23	c cleaning 10005 clauses out of 20013 with flag 355034/355034
704.56/701.73	c cleaning 10007 clauses out of 20016 with flag 365042/365042
724.78/721.92	c cleaning 9985 clauses out of 19974 with flag 375007/375007
744.09/741.29	c cleaning 10004 clauses out of 20012 with flag 385030/385030
762.82/759.91	c cleaning 9990 clauses out of 19984 with flag 395006/395006
781.53/778.66	c cleaning 9999 clauses out of 20002 with flag 405014/405014
809.16/806.22	c cleaning 9995 clauses out of 19991 with flag 415002/415002
826.16/823.27	c cleaning 10001 clauses out of 20005 with flag 425011/425011
843.57/840.65	c cleaning 9996 clauses out of 19995 with flag 435002/435002
864.38/861.40	c cleaning 9997 clauses out of 19997 with flag 445000/445000
880.29/877.36	c cleaning 10000 clauses out of 20003 with flag 455003/455003
898.50/895.56	c cleaning 10013 clauses out of 20029 with flag 465029/465029
911.92/908.95	c cleaning 9999 clauses out of 20002 with flag 475015/475015
927.14/924.12	c cleaning 9995 clauses out of 19993 with flag 485005/485005
941.56/938.53	c cleaning 10003 clauses out of 20010 with flag 495017/495017
960.18/957.15	c cleaning 10003 clauses out of 20009 with flag 505019/505019
977.99/974.98	c cleaning 10017 clauses out of 20040 with flag 515053/515053
995.22/992.16	c cleaning 9990 clauses out of 19983 with flag 525013/525013
1010.22/1007.17	c cleaning 9992 clauses out of 19987 with flag 535007/535007
1027.65/1024.54	c cleaning 10004 clauses out of 20011 with flag 545023/545023
1046.17/1043.05	c cleaning 10001 clauses out of 20006 with flag 555022/555022
1064.78/1061.69	c cleaning 10008 clauses out of 20018 with flag 565035/565035
1083.40/1080.26	c cleaning 9999 clauses out of 20002 with flag 575027/575027
1102.92/1099.72	c cleaning 9986 clauses out of 19976 with flag 585000/585000
1118.34/1115.17	c cleaning 10006 clauses out of 20015 with flag 595025/595025
1133.16/1129.96	c cleaning 9992 clauses out of 19992 with flag 605008/605008
1146.77/1143.59	c cleaning 9995 clauses out of 19993 with flag 615001/615001
1164.11/1160.89	c cleaning 10011 clauses out of 20026 with flag 625029/625029
1182.52/1179.24	c cleaning 9995 clauses out of 19994 with flag 635008/635008
1198.33/1195.08	c cleaning 9999 clauses out of 20001 with flag 645010/645010
1216.65/1213.37	c cleaning 9997 clauses out of 19998 with flag 655006/655006
1235.05/1231.73	c cleaning 10002 clauses out of 20007 with flag 665012/665012
1253.37/1250.03	c cleaning 9999 clauses out of 20001 with flag 675008/675008
1269.08/1265.73	c cleaning 9997 clauses out of 19998 with flag 685004/685004
1287.89/1284.59	c cleaning 9997 clauses out of 19998 with flag 695001/695001
1305.31/1301.96	c cleaning 10003 clauses out of 20009 with flag 705009/705009
1323.34/1319.99	c cleaning 10009 clauses out of 20022 with flag 715025/715025
1339.36/1335.99	c cleaning 9995 clauses out of 19993 with flag 725005/725005
1357.67/1354.29	c cleaning 9996 clauses out of 19996 with flag 735003/735003
1377.52/1374.03	c cleaning 10005 clauses out of 20012 with flag 745015/745015
1395.94/1392.50	c cleaning 9999 clauses out of 20001 with flag 755009/755009
1414.25/1410.79	c cleaning 9995 clauses out of 19994 with flag 765001/765001
1433.18/1429.67	c cleaning 10016 clauses out of 20036 with flag 775038/775038
1451.59/1448.04	c cleaning 9999 clauses out of 20002 with flag 785020/785020
1466.20/1462.66	c cleaning 9990 clauses out of 19983 with flag 795000/795000
1483.62/1480.06	c cleaning 10008 clauses out of 20019 with flag 805026/805026
1502.55/1498.92	c cleaning 9994 clauses out of 19992 with flag 815007/815007
1521.46/1517.82	c cleaning 9994 clauses out of 19991 with flag 825000/825000
1539.68/1536.05	c cleaning 10020 clauses out of 20043 with flag 835046/835046
1556.00/1552.32	c cleaning 10004 clauses out of 20011 with flag 845034/845034
1572.92/1569.27	c cleaning 9992 clauses out of 19987 with flag 855014/855014
1590.83/1587.11	c cleaning 10000 clauses out of 20004 with flag 865023/865023
1608.16/1604.49	c cleaning 9989 clauses out of 19981 with flag 875000/875000
1626.47/1622.70	c cleaning 9998 clauses out of 19999 with flag 885007/885007
1643.49/1639.79	c cleaning 10002 clauses out of 20009 with flag 895015/895015
1661.31/1657.57	c cleaning 10002 clauses out of 20007 with flag 905015/905015
1678.43/1674.64	c cleaning 9993 clauses out of 19990 with flag 915000/915000
1693.13/1689.33	c cleaning 10006 clauses out of 20014 with flag 925017/925017
1711.64/1707.81	c cleaning 9996 clauses out of 19995 with flag 935004/935004
1729.35/1725.55	c cleaning 10003 clauses out of 20010 with flag 945015/945015
1747.35/1743.52	c cleaning 10004 clauses out of 20012 with flag 955020/955020
1766.06/1762.21	c cleaning 9996 clauses out of 19996 with flag 965008/965008
1780.76/1776.93	c cleaning 9996 clauses out of 19995 with flag 975003/975003
1797.37/1793.54	c cleaning 10002 clauses out of 20007 with flag 985011/985011
1800.09/1796.22	c starts		: 187
1800.09/1796.22	c conflicts		: 988013
1800.09/1796.22	c decisions		: 2203220
1800.09/1796.22	c propagations		: 19248296
1800.09/1796.22	c inspects		: 1741691504
1800.09/1796.22	c learnt literals	: 0
1800.09/1796.22	c learnt binary clauses	: 0
1800.09/1796.22	c learnt ternary clauses	: 27
1800.09/1796.22	c learnt clauses	: 988013
1800.09/1796.22	c ignored clauses	: 0
1800.09/1796.22	c root simplifications	: 0
1800.09/1796.22	c removed literals (reason simplification)	: 4977977
1800.09/1796.22	c reason swapping (by a shorter reason)	: 0
1800.09/1796.22	c Calls to reduceDB	: 100
1800.09/1796.22	c number of reductions to clauses (during analyze)	: 0
1800.09/1796.22	c number of learned constraints concerned by reduction	: 0
1800.09/1796.22	c number of learning phase by resolution	: 0
1800.09/1796.22	c number of learning phase by cutting planes	: 0
1800.09/1796.22	c speed (assignments/second)	: 10725.142503719306
1800.09/1796.22	c non guided choices	2711
1800.09/1796.25	c learnt constraints type 
1800.09/1796.25	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13032
1800.09/1796.25	c constraints type 
1800.09/1796.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2524
1800.09/1796.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.09/1796.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.09/1796.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2524
1800.09/1796.25	s UNKNOWN
1800.09/1796.25	c Total wall clock time (in seconds): 1796.034

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-2658169-1276675321/watcher-2658169-1276675321 -o /tmp/evaluation-result-2658169-1276675321/solver-2658169-1276675321 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658169-1276675321.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.10 1.06 1.02 3/106 9632
/proc/meminfo: memFree=1756060/2059040 swapFree=4140352/4192956
[pid=9632] ppid=9630 vsize=392 CPUtime=0
/proc/9632/stat : 9632 (java6) R 9630 9632 9043 0 -1 4194304 120 0 0 0 0 0 0 0 19 0 1 0 41188450 401408 40 1992294400 134512640 134550932 4289707392 18446744073709551615 1954516 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9632/statm: 107 42 33 10 0 25 0

[startup+0.0402229 s]
/proc/loadavg: 1.10 1.06 1.02 3/106 9632
/proc/meminfo: memFree=1756060/2059040 swapFree=4140352/4192956
[pid=9632] ppid=9630 vsize=1520328 CPUtime=0.02
/proc/9632/stat : 9632 (java) S 9630 9632 9043 0 -1 4202496 3297 0 1 0 1 1 0 0 15 0 4 0 41188450 1556815872 2741 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/9632/statm: 380082 2743 945 10 0 377392 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1520328

[startup+0.100222 s]
/proc/loadavg: 1.10 1.06 1.02 3/106 9632
/proc/meminfo: memFree=1756060/2059040 swapFree=4140352/4192956
[pid=9632] ppid=9630 vsize=1523992 CPUtime=0.08
/proc/9632/stat : 9632 (java) S 9630 9632 9043 0 -1 4202496 3913 0 1 0 6 2 0 0 15 0 12 0 41188450 1560567808 3353 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9632/statm: 380998 3353 1063 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1523992

[startup+0.30022 s]
/proc/loadavg: 1.10 1.06 1.02 3/106 9632
/proc/meminfo: memFree=1756060/2059040 swapFree=4140352/4192956
[pid=9632] ppid=9630 vsize=1526240 CPUtime=0.35
/proc/9632/stat : 9632 (java) S 9630 9632 9043 0 -1 4202496 5267 0 1 0 33 2 0 0 15 0 12 0 41188450 1562869760 4705 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9632/statm: 381560 4705 1356 10 0 378862 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526240

[startup+0.700216 s]
/proc/loadavg: 1.10 1.06 1.02 3/106 9632
/proc/meminfo: memFree=1756060/2059040 swapFree=4140352/4192956
[pid=9632] ppid=9630 vsize=1527308 CPUtime=1
/proc/9632/stat : 9632 (java) S 9630 9632 9043 0 -1 4202496 6853 0 1 0 97 3 0 0 15 0 12 0 41188450 1563963392 6223 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9632/statm: 381827 6223 1397 10 0 379129 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 1527308

[startup+1.50121 s]
/proc/loadavg: 1.10 1.06 1.02 3/118 9644
/proc/meminfo: memFree=1731412/2059040 swapFree=4140352/4192956
[pid=9632] ppid=9630 vsize=1529628 CPUtime=2.15
/proc/9632/stat : 9632 (java) S 9630 9632 9043 0 -1 4202496 9801 0 1 0 211 4 0 0 15 0 12 0 41188450 1566339072 8853 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9632/statm: 382407 8853 1414 10 0 379709 0
[pid=9632/tid=9634] ppid=9630 vsize=1529628 CPUtime=1.45
/proc/9632/task/9634/stat : 9634 (java) R 9630 9632 9043 0 -1 4202560 6956 0 1 0 142 3 0 0 25 0 12 0 41188451 1566339072 8853 1992294400 134512640 134550932 4293250480 18446744073709551615 4108800897 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9632/tid=9635] ppid=9630 vsize=1529628 CPUtime=0
/proc/9632/task/9635/stat : 9635 (java) S 9630 9632 9043 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 12 0 41188453 1566339072 8853 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9636] ppid=9630 vsize=1529628 CPUtime=0
/proc/9632/task/9636/stat : 9636 (java) S 9630 9632 9043 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 41188453 1566339072 8853 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9637] ppid=9630 vsize=1529628 CPUtime=0
/proc/9632/task/9637/stat : 9637 (java) S 9630 9632 9043 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 41188455 1566339072 8853 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 0 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9638] ppid=9630 vsize=1529628 CPUtime=0
/proc/9632/task/9638/stat : 9638 (java) S 9630 9632 9043 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 41188455 1566339072 8853 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9639] ppid=9630 vsize=1529628 CPUtime=0
/proc/9632/task/9639/stat : 9639 (java) S 9630 9632 9043 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 41188455 1566339072 8853 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9640] ppid=9630 vsize=1529628 CPUtime=0
/proc/9632/task/9640/stat : 9640 (java) S 9630 9632 9043 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 41188459 1566339072 8853 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9641] ppid=9630 vsize=1529628 CPUtime=0.25
/proc/9632/task/9641/stat : 9641 (java) R 9630 9632 9043 0 -1 4202560 464 0 0 0 25 0 0 0 17 0 12 0 41188459 1566339072 8853 1992294400 134512640 134550932 4293250480 18446744073709551615 103601834 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9632/tid=9642] ppid=9630 vsize=1529628 CPUtime=0.42
/proc/9632/task/9642/stat : 9642 (java) R 9630 9632 9043 0 -1 4202560 1320 0 0 0 42 0 0 0 16 0 12 0 41188460 1566339072 8853 1992294400 134512640 134550932 4293250480 18446744073709551615 102538496 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9632/tid=9643] ppid=9630 vsize=1529628 CPUtime=0
/proc/9632/task/9643/stat : 9643 (java) S 9630 9632 9043 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 41188460 1566339072 8853 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9644] ppid=9630 vsize=1529628 CPUtime=0
/proc/9632/task/9644/stat : 9644 (java) S 9630 9632 9043 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 41188460 1566339072 8853 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 1529628

[startup+3.10119 s]
/proc/loadavg: 1.09 1.06 1.02 7/119 9645
/proc/meminfo: memFree=1716524/2059040 swapFree=4140352/4192956
[pid=9632] ppid=9630 vsize=1533024 CPUtime=4.64
/proc/9632/stat : 9632 (java) S 9630 9632 9043 0 -1 4202496 21459 0 1 0 453 11 0 0 15 0 13 0 41188450 1569816576 19189 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9632/statm: 383256 19189 1424 10 0 380558 0
[pid=9632/tid=9634] ppid=9630 vsize=1533024 CPUtime=2.97
/proc/9632/task/9634/stat : 9634 (java) R 9630 9632 9043 0 -1 4202560 16241 0 1 0 289 8 0 0 25 0 13 0 41188451 1569816576 19189 1992294400 134512640 134550932 4293250480 18446744073709551615 4109122112 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9632/tid=9635] ppid=9630 vsize=1533024 CPUtime=0
/proc/9632/task/9635/stat : 9635 (java) S 9630 9632 9043 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 13 0 41188453 1569816576 19189 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9636] ppid=9630 vsize=1533024 CPUtime=0
/proc/9632/task/9636/stat : 9636 (java) S 9630 9632 9043 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 13 0 41188453 1569816576 19189 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9637] ppid=9630 vsize=1533024 CPUtime=0
/proc/9632/task/9637/stat : 9637 (java) S 9630 9632 9043 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 41188455 1569816576 19189 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 0 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9638] ppid=9630 vsize=1533024 CPUtime=0
/proc/9632/task/9638/stat : 9638 (java) S 9630 9632 9043 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 41188455 1569816576 19189 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9639] ppid=9630 vsize=1533024 CPUtime=0
/proc/9632/task/9639/stat : 9639 (java) S 9630 9632 9043 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 41188455 1569816576 19189 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9640] ppid=9630 vsize=1533024 CPUtime=0
/proc/9632/task/9640/stat : 9640 (java) S 9630 9632 9043 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 41188459 1569816576 19189 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9641] ppid=9630 vsize=1533024 CPUtime=0.39
/proc/9632/task/9641/stat : 9641 (java) S 9630 9632 9043 0 -1 4202560 478 0 0 0 39 0 0 0 15 0 13 0 41188459 1569816576 19189 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 1 0 0 0
[pid=9632/tid=9642] ppid=9630 vsize=1533024 CPUtime=1.25
/proc/9632/task/9642/stat : 9642 (java) S 9630 9632 9043 0 -1 4202560 3674 0 0 0 123 2 0 0 15 0 13 0 41188460 1569816576 19189 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9643] ppid=9630 vsize=1533024 CPUtime=0
/proc/9632/task/9643/stat : 9643 (java) S 9630 9632 9043 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 41188460 1569816576 19189 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9644] ppid=9630 vsize=1533024 CPUtime=0
/proc/9632/task/9644/stat : 9644 (java) S 9630 9632 9043 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 41188460 1569816576 19189 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 1 0 0 0
[pid=9632/tid=9645] ppid=9630 vsize=1533024 CPUtime=0
/proc/9632/task/9645/stat : 9645 (java) S 9630 9632 9043 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 41188605 1569816576 19189 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 1533024

[startup+6.30116 s]
/proc/loadavg: 1.09 1.06 1.02 2/119 9645
/proc/meminfo: memFree=1625384/2059040 swapFree=4140352/4192956
[pid=9632] ppid=9630 vsize=1533024 CPUtime=7.92
/proc/9632/stat : 9632 (java) S 9630 9632 9043 0 -1 4202496 39369 0 1 0 776 16 0 0 15 0 13 0 41188450 1569816576 37055 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9632/statm: 383256 37055 1437 10 0 380558 0
[pid=9632/tid=9634] ppid=9630 vsize=1533024 CPUtime=6.13
/proc/9632/task/9634/stat : 9634 (java) R 9630 9632 9043 0 -1 4202560 32046 0 1 0 601 12 0 0 25 0 13 0 41188451 1569816576 37055 1992294400 134512640 134550932 4293250480 18446744073709551615 4109135039 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9632/tid=9635] ppid=9630 vsize=1533024 CPUtime=0.01
/proc/9632/task/9635/stat : 9635 (java) S 9630 9632 9043 0 -1 4202560 881 0 0 0 1 0 0 0 16 0 13 0 41188453 1569816576 37055 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9636] ppid=9630 vsize=1533024 CPUtime=0.01
/proc/9632/task/9636/stat : 9636 (java) S 9630 9632 9043 0 -1 4202560 1207 0 0 0 1 0 0 0 18 0 13 0 41188453 1569816576 37055 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 1 0 0 0
[pid=9632/tid=9637] ppid=9630 vsize=1533024 CPUtime=0
/proc/9632/task/9637/stat : 9637 (java) S 9630 9632 9043 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 41188455 1569816576 37055 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 0 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9638] ppid=9630 vsize=1533024 CPUtime=0
/proc/9632/task/9638/stat : 9638 (java) S 9630 9632 9043 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 41188455 1569816576 37055 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9639] ppid=9630 vsize=1533024 CPUtime=0
/proc/9632/task/9639/stat : 9639 (java) S 9630 9632 9043 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 41188455 1569816576 37055 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9640] ppid=9630 vsize=1533024 CPUtime=0
/proc/9632/task/9640/stat : 9640 (java) S 9630 9632 9043 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 41188459 1569816576 37055 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9641] ppid=9630 vsize=1533024 CPUtime=0.39
/proc/9632/task/9641/stat : 9641 (java) S 9630 9632 9043 0 -1 4202560 478 0 0 0 39 0 0 0 15 0 13 0 41188459 1569816576 37055 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 1 0 0 0
[pid=9632/tid=9642] ppid=9630 vsize=1533024 CPUtime=1.32
/proc/9632/task/9642/stat : 9642 (java) S 9630 9632 9043 0 -1 4202560 3684 0 0 0 130 2 0 0 15 0 13 0 41188460 1569816576 37055 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9643] ppid=9630 vsize=1533024 CPUtime=0
/proc/9632/task/9643/stat : 9643 (java) S 9630 9632 9043 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 41188460 1569816576 37055 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9644] ppid=9630 vsize=1533024 CPUtime=0
/proc/9632/task/9644/stat : 9644 (java) S 9630 9632 9043 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 41188460 1569816576 37055 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 1 0 0 0
[pid=9632/tid=9645] ppid=9630 vsize=1533024 CPUtime=0
/proc/9632/task/9645/stat : 9645 (java) S 9630 9632 9043 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 41188605 1569816576 37055 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.92
Current children cumulated vsize (KiB) 1533024

[startup+12.7017 s]
/proc/loadavg: 1.07 1.06 1.02 2/119 9645
/proc/meminfo: memFree=1598724/2059040 swapFree=4140352/4192956
[pid=9632] ppid=9630 vsize=1533024 CPUtime=14.52
/proc/9632/stat : 9632 (java) S 9630 9632 9043 0 -1 4202496 42826 0 1 0 1435 17 0 0 15 0 13 0 41188450 1569816576 40464 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9632/statm: 383256 40464 1442 10 0 380558 0
[pid=9632/tid=9634] ppid=9630 vsize=1533024 CPUtime=12.41
/proc/9632/task/9634/stat : 9634 (java) R 9630 9632 9043 0 -1 4202560 32048 0 1 0 1229 12 0 0 25 0 13 0 41188451 1569816576 40464 1992294400 134512640 134550932 4293250480 18446744073709551615 4109159081 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9632/tid=9635] ppid=9630 vsize=1533024 CPUtime=0.04
/proc/9632/task/9635/stat : 9635 (java) S 9630 9632 9043 0 -1 4202560 1768 0 0 0 4 0 0 0 16 0 13 0 41188453 1569816576 40464 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9636] ppid=9630 vsize=1533024 CPUtime=0.03
/proc/9632/task/9636/stat : 9636 (java) S 9630 9632 9043 0 -1 4202560 2088 0 0 0 3 0 0 0 18 0 13 0 41188453 1569816576 40464 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 1 0 0 0
[pid=9632/tid=9637] ppid=9630 vsize=1533024 CPUtime=0.04
/proc/9632/task/9637/stat : 9637 (java) S 9630 9632 9043 0 -1 4202560 1662 0 0 0 4 0 0 0 15 0 13 0 41188455 1569816576 40464 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 0 0 16800975 18446604437833816768 0 0 -1 1 0 0 0
[pid=9632/tid=9638] ppid=9630 vsize=1533024 CPUtime=0
/proc/9632/task/9638/stat : 9638 (java) S 9630 9632 9043 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 41188455 1569816576 40464 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9639] ppid=9630 vsize=1533024 CPUtime=0
/proc/9632/task/9639/stat : 9639 (java) S 9630 9632 9043 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 41188455 1569816576 40464 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9640] ppid=9630 vsize=1533024 CPUtime=0
/proc/9632/task/9640/stat : 9640 (java) S 9630 9632 9043 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 41188459 1569816576 40464 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9641] ppid=9630 vsize=1533024 CPUtime=0.42
/proc/9632/task/9641/stat : 9641 (java) S 9630 9632 9043 0 -1 4202560 483 0 0 0 42 0 0 0 15 0 13 0 41188459 1569816576 40464 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 1 0 0 0
[pid=9632/tid=9642] ppid=9630 vsize=1533024 CPUtime=1.52
/proc/9632/task/9642/stat : 9642 (java) S 9630 9632 9043 0 -1 4202560 3711 0 0 0 150 2 0 0 15 0 13 0 41188460 1569816576 40464 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9643] ppid=9630 vsize=1533024 CPUtime=0
/proc/9632/task/9643/stat : 9643 (java) S 9630 9632 9043 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 41188460 1569816576 40464 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9644] ppid=9630 vsize=1533024 CPUtime=0
/proc/9632/task/9644/stat : 9644 (java) S 9630 9632 9043 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 41188460 1569816576 40464 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9645] ppid=9630 vsize=1533024 CPUtime=0
/proc/9632/task/9645/stat : 9645 (java) S 9630 9632 9043 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 41188605 1569816576 40464 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.52
Current children cumulated vsize (KiB) 1533024

[startup+25.5011 s]
/proc/loadavg: 1.06 1.05 1.02 2/119 9645
/proc/meminfo: memFree=1560656/2059040 swapFree=4140352/4192956
[pid=9632] ppid=9630 vsize=1533024 CPUtime=27.42
/proc/9632/stat : 9632 (java) S 9630 9632 9043 0 -1 4202496 52461 0 1 0 2720 22 0 0 15 0 13 0 41188450 1569816576 49953 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9632/statm: 383256 49953 1442 10 0 380558 0
[pid=9632/tid=9634] ppid=9630 vsize=1533024 CPUtime=25
/proc/9632/task/9634/stat : 9634 (java) R 9630 9632 9043 0 -1 4202560 34077 0 1 0 2486 14 0 0 25 0 13 0 41188451 1569816576 49953 1992294400 134512640 134550932 4293250480 18446744073709551615 4109159093 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9632/tid=9635] ppid=9630 vsize=1533024 CPUtime=0.12
/proc/9632/task/9635/stat : 9635 (java) S 9630 9632 9043 0 -1 4202560 4200 0 0 0 11 1 0 0 16 0 13 0 41188453 1569816576 49953 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9636] ppid=9630 vsize=1533024 CPUtime=0.11
/proc/9632/task/9636/stat : 9636 (java) S 9630 9632 9043 0 -1 4202560 4587 0 0 0 10 1 0 0 15 0 13 0 41188453 1569816576 49953 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 1 0 0 0
[pid=9632/tid=9637] ppid=9630 vsize=1533024 CPUtime=0.13
/proc/9632/task/9637/stat : 9637 (java) S 9630 9632 9043 0 -1 4202560 4336 0 0 0 12 1 0 0 16 0 13 0 41188455 1569816576 49953 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 0 0 16800975 18446604437833816768 0 0 -1 1 0 0 0
[pid=9632/tid=9638] ppid=9630 vsize=1533024 CPUtime=0

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

[pid=9632] ppid=9630 vsize=1533600 CPUtime=1606.05
/proc/9632/stat : 9632 (java) S 9630 9632 9043 0 -1 4202496 65564 0 1 0 160548 57 0 0 15 0 13 0 41188450 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9632/statm: 383400 58259 1442 10 0 380702 0
[pid=9632/tid=9634] ppid=9630 vsize=1533600 CPUtime=1594.24
/proc/9632/task/9634/stat : 9634 (java) R 9630 9632 9043 0 -1 4202560 34287 0 1 0 159393 31 0 0 25 0 13 0 41188451 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4109123329 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9632/tid=9635] ppid=9630 vsize=1533600 CPUtime=2.47
/proc/9632/task/9635/stat : 9635 (java) S 9630 9632 9043 0 -1 4202560 10397 0 0 0 238 9 0 0 16 0 13 0 41188453 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9636] ppid=9630 vsize=1533600 CPUtime=2.48
/proc/9632/task/9636/stat : 9636 (java) S 9630 9632 9043 0 -1 4202560 9873 0 0 0 241 7 0 0 16 0 13 0 41188453 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 1 0 0 0
[pid=9632/tid=9637] ppid=9630 vsize=1533600 CPUtime=4.34
/proc/9632/task/9637/stat : 9637 (java) S 9630 9632 9043 0 -1 4202560 4432 0 0 0 430 4 0 0 15 0 13 0 41188455 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 0 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9638] ppid=9630 vsize=1533600 CPUtime=0
/proc/9632/task/9638/stat : 9638 (java) S 9630 9632 9043 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 41188455 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9639] ppid=9630 vsize=1533600 CPUtime=0
/proc/9632/task/9639/stat : 9639 (java) S 9630 9632 9043 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 41188455 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9640] ppid=9630 vsize=1533600 CPUtime=0
/proc/9632/task/9640/stat : 9640 (java) S 9630 9632 9043 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 41188459 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9641] ppid=9630 vsize=1533600 CPUtime=0.89
/proc/9632/task/9641/stat : 9641 (java) S 9630 9632 9043 0 -1 4202560 1699 0 0 0 89 0 0 0 15 0 13 0 41188459 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 1 0 0 0
[pid=9632/tid=9642] ppid=9630 vsize=1533600 CPUtime=1.55
/proc/9632/task/9642/stat : 9642 (java) S 9630 9632 9043 0 -1 4202560 3718 0 0 0 153 2 0 0 16 0 13 0 41188460 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9643] ppid=9630 vsize=1533600 CPUtime=0
/proc/9632/task/9643/stat : 9643 (java) S 9630 9632 9043 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 41188460 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9644] ppid=9630 vsize=1533600 CPUtime=0
/proc/9632/task/9644/stat : 9644 (java) S 9630 9632 9043 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 13 0 41188460 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9645] ppid=9630 vsize=1533600 CPUtime=0
/proc/9632/task/9645/stat : 9645 (java) S 9630 9632 9043 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 41188605 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1606.05
Current children cumulated vsize (KiB) 1533600

[startup+1662.3 s]
/proc/loadavg: 1.10 1.10 1.04 2/119 9689
/proc/meminfo: memFree=1524448/2059040 swapFree=4140352/4192956
[pid=9632] ppid=9630 vsize=1533600 CPUtime=1666.12
/proc/9632/stat : 9632 (java) S 9630 9632 9043 0 -1 4202496 65581 0 1 0 166555 57 0 0 15 0 13 0 41188450 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9632/statm: 383400 58259 1442 10 0 380702 0
[pid=9632/tid=9634] ppid=9630 vsize=1533600 CPUtime=1653.87
/proc/9632/task/9634/stat : 9634 (java) R 9630 9632 9043 0 -1 4202560 34296 0 1 0 165356 31 0 0 25 0 13 0 41188451 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4109159130 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9632/tid=9635] ppid=9630 vsize=1533600 CPUtime=2.58
/proc/9632/task/9635/stat : 9635 (java) S 9630 9632 9043 0 -1 4202560 10397 0 0 0 249 9 0 0 16 0 13 0 41188453 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 1 0 0 0
[pid=9632/tid=9636] ppid=9630 vsize=1533600 CPUtime=2.6
/proc/9632/task/9636/stat : 9636 (java) S 9630 9632 9043 0 -1 4202560 9873 0 0 0 253 7 0 0 15 0 13 0 41188453 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 1 0 0 0
[pid=9632/tid=9637] ppid=9630 vsize=1533600 CPUtime=4.54
/proc/9632/task/9637/stat : 9637 (java) S 9630 9632 9043 0 -1 4202560 4436 0 0 0 450 4 0 0 15 0 13 0 41188455 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 0 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9638] ppid=9630 vsize=1533600 CPUtime=0
/proc/9632/task/9638/stat : 9638 (java) S 9630 9632 9043 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 41188455 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9639] ppid=9630 vsize=1533600 CPUtime=0
/proc/9632/task/9639/stat : 9639 (java) S 9630 9632 9043 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 41188455 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9640] ppid=9630 vsize=1533600 CPUtime=0
/proc/9632/task/9640/stat : 9640 (java) S 9630 9632 9043 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 41188459 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9641] ppid=9630 vsize=1533600 CPUtime=0.89
/proc/9632/task/9641/stat : 9641 (java) S 9630 9632 9043 0 -1 4202560 1699 0 0 0 89 0 0 0 15 0 13 0 41188459 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 1 0 0 0
[pid=9632/tid=9642] ppid=9630 vsize=1533600 CPUtime=1.55
/proc/9632/task/9642/stat : 9642 (java) S 9630 9632 9043 0 -1 4202560 3718 0 0 0 153 2 0 0 16 0 13 0 41188460 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9643] ppid=9630 vsize=1533600 CPUtime=0
/proc/9632/task/9643/stat : 9643 (java) S 9630 9632 9043 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 41188460 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9644] ppid=9630 vsize=1533600 CPUtime=0
/proc/9632/task/9644/stat : 9644 (java) S 9630 9632 9043 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 41188460 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 1 0 0 0
[pid=9632/tid=9645] ppid=9630 vsize=1533600 CPUtime=0
/proc/9632/task/9645/stat : 9645 (java) S 9630 9632 9043 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 41188605 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1666.12
Current children cumulated vsize (KiB) 1533600

[startup+1722.3 s]
/proc/loadavg: 1.12 1.11 1.04 2/119 9691
/proc/meminfo: memFree=1524448/2059040 swapFree=4140352/4192956
[pid=9632] ppid=9630 vsize=1533600 CPUtime=1726.15
/proc/9632/stat : 9632 (java) S 9630 9632 9043 0 -1 4202496 65596 0 1 0 172556 59 0 0 15 0 13 0 41188450 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9632/statm: 383400 58259 1442 10 0 380702 0
[pid=9632/tid=9634] ppid=9630 vsize=1533600 CPUtime=1713.64
/proc/9632/task/9634/stat : 9634 (java) R 9630 9632 9043 0 -1 4202560 34303 0 1 0 171331 33 0 0 25 0 13 0 41188451 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4109123329 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9632/tid=9635] ppid=9630 vsize=1533600 CPUtime=2.64
/proc/9632/task/9635/stat : 9635 (java) S 9630 9632 9043 0 -1 4202560 10397 0 0 0 255 9 0 0 16 0 13 0 41188453 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9636] ppid=9630 vsize=1533600 CPUtime=2.67
/proc/9632/task/9636/stat : 9636 (java) S 9630 9632 9043 0 -1 4202560 9873 0 0 0 260 7 0 0 16 0 13 0 41188453 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 1 0 0 0
[pid=9632/tid=9637] ppid=9630 vsize=1533600 CPUtime=4.68
/proc/9632/task/9637/stat : 9637 (java) S 9630 9632 9043 0 -1 4202560 4440 0 0 0 464 4 0 0 15 0 13 0 41188455 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 0 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9638] ppid=9630 vsize=1533600 CPUtime=0
/proc/9632/task/9638/stat : 9638 (java) S 9630 9632 9043 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 41188455 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9639] ppid=9630 vsize=1533600 CPUtime=0
/proc/9632/task/9639/stat : 9639 (java) S 9630 9632 9043 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 41188455 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9640] ppid=9630 vsize=1533600 CPUtime=0
/proc/9632/task/9640/stat : 9640 (java) S 9630 9632 9043 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 41188459 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9641] ppid=9630 vsize=1533600 CPUtime=0.89
/proc/9632/task/9641/stat : 9641 (java) S 9630 9632 9043 0 -1 4202560 1699 0 0 0 89 0 0 0 15 0 13 0 41188459 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 1 0 0 0
[pid=9632/tid=9642] ppid=9630 vsize=1533600 CPUtime=1.55
/proc/9632/task/9642/stat : 9642 (java) S 9630 9632 9043 0 -1 4202560 3718 0 0 0 153 2 0 0 16 0 13 0 41188460 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9643] ppid=9630 vsize=1533600 CPUtime=0
/proc/9632/task/9643/stat : 9643 (java) S 9630 9632 9043 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 41188460 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9644] ppid=9630 vsize=1533600 CPUtime=0
/proc/9632/task/9644/stat : 9644 (java) S 9630 9632 9043 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 41188460 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 1 0 0 0
[pid=9632/tid=9645] ppid=9630 vsize=1533600 CPUtime=0
/proc/9632/task/9645/stat : 9645 (java) S 9630 9632 9043 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 41188605 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1726.15
Current children cumulated vsize (KiB) 1533600

[startup+1782.3 s]
/proc/loadavg: 1.08 1.10 1.04 2/119 9693
/proc/meminfo: memFree=1524200/2059040 swapFree=4140352/4192956
[pid=9632] ppid=9630 vsize=1533600 CPUtime=1786.17
/proc/9632/stat : 9632 (java) S 9630 9632 9043 0 -1 4202496 65609 0 1 0 178557 60 0 0 15 0 13 0 41188450 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9632/statm: 383400 58259 1442 10 0 380702 0
[pid=9632/tid=9634] ppid=9630 vsize=1533600 CPUtime=1773.34
/proc/9632/task/9634/stat : 9634 (java) R 9630 9632 9043 0 -1 4202560 34310 0 1 0 177300 34 0 0 25 0 13 0 41188451 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4109135039 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9632/tid=9635] ppid=9630 vsize=1533600 CPUtime=2.71
/proc/9632/task/9635/stat : 9635 (java) S 9630 9632 9043 0 -1 4202560 10397 0 0 0 261 10 0 0 16 0 13 0 41188453 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 1 0 0 0
[pid=9632/tid=9636] ppid=9630 vsize=1533600 CPUtime=2.74
/proc/9632/task/9636/stat : 9636 (java) S 9630 9632 9043 0 -1 4202560 9873 0 0 0 267 7 0 0 15 0 13 0 41188453 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 1 0 0 0
[pid=9632/tid=9637] ppid=9630 vsize=1533600 CPUtime=4.87
/proc/9632/task/9637/stat : 9637 (java) S 9630 9632 9043 0 -1 4202560 4442 0 0 0 483 4 0 0 15 0 13 0 41188455 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 0 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9638] ppid=9630 vsize=1533600 CPUtime=0
/proc/9632/task/9638/stat : 9638 (java) S 9630 9632 9043 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 41188455 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9639] ppid=9630 vsize=1533600 CPUtime=0
/proc/9632/task/9639/stat : 9639 (java) S 9630 9632 9043 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 41188455 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9640] ppid=9630 vsize=1533600 CPUtime=0
/proc/9632/task/9640/stat : 9640 (java) S 9630 9632 9043 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 41188459 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9641] ppid=9630 vsize=1533600 CPUtime=0.89
/proc/9632/task/9641/stat : 9641 (java) S 9630 9632 9043 0 -1 4202560 1699 0 0 0 89 0 0 0 15 0 13 0 41188459 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 1 0 0 0
[pid=9632/tid=9642] ppid=9630 vsize=1533600 CPUtime=1.55
/proc/9632/task/9642/stat : 9642 (java) S 9630 9632 9043 0 -1 4202560 3718 0 0 0 153 2 0 0 16 0 13 0 41188460 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9643] ppid=9630 vsize=1533600 CPUtime=0
/proc/9632/task/9643/stat : 9643 (java) S 9630 9632 9043 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 41188460 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9644] ppid=9630 vsize=1533600 CPUtime=0
/proc/9632/task/9644/stat : 9644 (java) S 9630 9632 9043 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 41188460 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 1 0 0 0
[pid=9632/tid=9645] ppid=9630 vsize=1533600 CPUtime=0
/proc/9632/task/9645/stat : 9645 (java) S 9630 9632 9043 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 41188605 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1786.17
Current children cumulated vsize (KiB) 1533600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.2 s]
/proc/loadavg: 1.14 1.11 1.05 2/119 9693
/proc/meminfo: memFree=1524200/2059040 swapFree=4140352/4192956
[pid=9632] ppid=9630 vsize=1533600 CPUtime=1800.09
/proc/9632/stat : 9632 (java) S 9630 9632 9043 0 -1 4202496 65613 0 1 0 179949 60 0 0 15 0 13 0 41188450 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9632/statm: 383400 58259 1442 10 0 380702 0
[pid=9632/tid=9634] ppid=9630 vsize=1533600 CPUtime=1787.17
/proc/9632/task/9634/stat : 9634 (java) R 9630 9632 9043 0 -1 4202560 34312 0 1 0 178683 34 0 0 25 0 13 0 41188451 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4109134751 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9632/tid=9635] ppid=9630 vsize=1533600 CPUtime=2.73
/proc/9632/task/9635/stat : 9635 (java) S 9630 9632 9043 0 -1 4202560 10397 0 0 0 263 10 0 0 15 0 13 0 41188453 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9636] ppid=9630 vsize=1533600 CPUtime=2.76
/proc/9632/task/9636/stat : 9636 (java) S 9630 9632 9043 0 -1 4202560 9873 0 0 0 268 8 0 0 15 0 13 0 41188453 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9637] ppid=9630 vsize=1533600 CPUtime=4.93
/proc/9632/task/9637/stat : 9637 (java) S 9630 9632 9043 0 -1 4202560 4444 0 0 0 489 4 0 0 15 0 13 0 41188455 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 0 0 16800975 18446604437833816768 0 0 -1 1 0 0 0
[pid=9632/tid=9638] ppid=9630 vsize=1533600 CPUtime=0
/proc/9632/task/9638/stat : 9638 (java) S 9630 9632 9043 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 41188455 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9639] ppid=9630 vsize=1533600 CPUtime=0
/proc/9632/task/9639/stat : 9639 (java) S 9630 9632 9043 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 41188455 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9640] ppid=9630 vsize=1533600 CPUtime=0
/proc/9632/task/9640/stat : 9640 (java) S 9630 9632 9043 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 41188459 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9641] ppid=9630 vsize=1533600 CPUtime=0.89
/proc/9632/task/9641/stat : 9641 (java) S 9630 9632 9043 0 -1 4202560 1699 0 0 0 89 0 0 0 15 0 13 0 41188459 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 1 0 0 0
[pid=9632/tid=9642] ppid=9630 vsize=1533600 CPUtime=1.55
/proc/9632/task/9642/stat : 9642 (java) S 9630 9632 9043 0 -1 4202560 3718 0 0 0 153 2 0 0 16 0 13 0 41188460 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9643] ppid=9630 vsize=1533600 CPUtime=0
/proc/9632/task/9643/stat : 9643 (java) S 9630 9632 9043 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 41188460 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9644] ppid=9630 vsize=1533600 CPUtime=0
/proc/9632/task/9644/stat : 9644 (java) S 9630 9632 9043 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 41188460 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
[pid=9632/tid=9645] ppid=9630 vsize=1533600 CPUtime=0
/proc/9632/task/9645/stat : 9645 (java) S 9630 9632 9043 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 41188605 1570406400 58259 1992294400 134512640 134550932 4293250480 18446744073709551615 4294960144 0 4 0 16800975 18446604437833816768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1533600

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

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

Child status: 143
Real time (s): 1796.28
CPU time (s): 1800.19
CPU user time (s): 1799.55
CPU system time (s): 0.634903
CPU usage (%): 100.217
Max. virtual memory (cumulated for all children) (KiB): 1534404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.55
system time used= 0.634903
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65634
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= 39317
involuntary context switches= 28059

runsolver used 3.59445 second user time and 9.69652 second system time

The end

Launcher Data

Begin job on node019 at 2010-06-16 10:02:01
IDJOB=2658169
IDBENCH=48288
IDSOLVER=1164
FILE ID=node019/2658169-1276675321
PBS_JOBID= 11172516
Free space on /tmp= 62416 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_4_40.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658169-1276675321/watcher-2658169-1276675321 -o /tmp/evaluation-result-2658169-1276675321/solver-2658169-1276675321 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658169-1276675321.opb

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

MD5SUM BENCH= 13010ca91734567bf39d8d1f9ccac492
RANDOM SEED=1788672644

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

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1756332 kB
Buffers:         98116 kB
Cached:         113444 kB
SwapCached:       6068 kB
Active:         103868 kB
Inactive:       121020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1756332 kB
SwapTotal:     4192956 kB
SwapFree:      4140352 kB
Dirty:             316 kB
Writeback:           0 kB
AnonPages:       11708 kB
Mapped:          13000 kB
Slab:            56012 kB
PageTables:       4088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181332 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= 62412 MiB
End job on node019 at 2010-06-16 10:32:00