Trace number 2690912

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 1791.69

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/PB10/oliveras/j120/
normalized-j12013_1-unsat--soft-33-100-0.wbo
MD5SUMaf27a3363dc9db8608eaadebe8e447c1
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark4323
Best CPU time to get the best result obtained on this benchmark1800.38
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables29282
Total number of constraints92908
Number of soft constraints62298
Number of constraints which are clauses92428
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints480
Minimum length of a constraint1
Maximum length of a constraint93
Top cost 3133829
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 3133828
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 554
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.06	c version 2.2.0.v20100526
0.00/0.06	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.06	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.06	c java.vm.version	11.2-b01
0.00/0.06	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.06	c sun.arch.data.model	32
0.00/0.06	c java.version		1.6.0_12
0.00/0.06	c os.name		Linux
0.00/0.06	c os.version		2.6.18-164.el5
0.00/0.06	c os.arch		i386
0.00/0.06	c Free memory 		1393557488
0.00/0.06	c Max memory 		1395916800
0.00/0.06	c Total memory 		1395916800
0.00/0.06	c Number of processors 	8
0.00/0.09	c Pseudo Boolean Optimization
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c Stops conflict analysis at the first Unique Implication Point
0.00/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1764be1
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Armin Biere (Picosat) restarts strategy
0.00/0.09	c Glucose learned constraints deletion strategy
0.00/0.09	c timeout=2147483s
0.00/0.09	c DB Simplification allowed=false
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-2690912-1277886192.wbo
0.00/0.09	c reading problem ... 
3.65/2.39	c ... done. Wall clock time 2.3s.
3.65/2.39	c #vars     91580
3.65/2.39	c #constraints  83217
3.65/2.39	c constraints type 
3.65/2.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11508
3.65/2.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 8766
3.65/2.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 59088
3.65/2.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 480
7.75/5.43	c cleaning 2491 clauses out of 5000 with flag 5000/5000
11.14/8.76	c cleaning 4249 clauses out of 8509 with flag 11000/11000
14.65/12.24	c cleaning 5628 clauses out of 11262 with flag 18002/18002
18.97/16.59	c cleaning 6807 clauses out of 13634 with flag 26002/26002
23.80/21.39	c cleaning 7902 clauses out of 15825 with flag 35000/35000
29.92/27.23	c cleaning 8953 clauses out of 17925 with flag 45002/45002
35.34/32.68	c cleaning 9961 clauses out of 19970 with flag 56000/56000
42.44/39.72	c cleaning 10980 clauses out of 22010 with flag 68001/68001
49.37/46.64	c cleaning 12004 clauses out of 24031 with flag 81002/81002
57.08/54.33	c cleaning 13006 clauses out of 26025 with flag 95000/95000
65.51/62.79	c cleaning 13970 clauses out of 28019 with flag 110000/110000
73.43/70.69	c cleaning 15016 clauses out of 30049 with flag 126000/126000
82.54/79.73	c cleaning 15992 clauses out of 32033 with flag 143000/143000
94.37/91.53	c cleaning 16998 clauses out of 34041 with flag 161000/161000
105.30/102.47	c cleaning 18003 clauses out of 36045 with flag 180002/180002
117.43/114.50	c cleaning 18998 clauses out of 38040 with flag 200000/200000
130.66/127.72	c cleaning 19984 clauses out of 40043 with flag 221001/221001
145.58/142.65	c cleaning 21007 clauses out of 42059 with flag 243001/243001
160.92/157.99	c cleaning 22011 clauses out of 44052 with flag 266001/266001
175.96/172.95	c cleaning 23009 clauses out of 46040 with flag 290000/290000
191.77/188.71	c cleaning 24002 clauses out of 48032 with flag 315001/315001
209.20/206.17	c cleaning 25007 clauses out of 50029 with flag 341000/341000
227.94/224.87	c cleaning 25987 clauses out of 52022 with flag 368000/368000
249.68/246.55	c cleaning 27005 clauses out of 54035 with flag 396000/396000
267.83/264.65	c cleaning 27974 clauses out of 56030 with flag 425000/425000
291.75/288.49	c cleaning 28999 clauses out of 58056 with flag 455000/455000
318.41/315.01	c cleaning 30006 clauses out of 60057 with flag 486000/486000
353.59/350.17	c cleaning 31001 clauses out of 62053 with flag 518002/518002
379.05/375.51	c cleaning 32004 clauses out of 64051 with flag 551001/551001
403.49/399.92	c cleaning 32991 clauses out of 66046 with flag 585000/585000
425.17/421.58	c cleaning 34016 clauses out of 68056 with flag 620001/620001
450.56/446.85	c cleaning 34999 clauses out of 70040 with flag 656001/656001
479.61/475.88	c cleaning 35993 clauses out of 72040 with flag 693000/693000
513.08/509.23	c cleaning 36988 clauses out of 74048 with flag 731001/731001
545.74/541.86	c cleaning 38007 clauses out of 76060 with flag 770001/770001
577.32/573.39	c cleaning 39003 clauses out of 78052 with flag 810000/810000
609.58/605.55	c cleaning 39998 clauses out of 80052 with flag 851003/851003
641.17/637.09	c cleaning 41018 clauses out of 82051 with flag 893000/893000
675.97/671.74	c cleaning 41985 clauses out of 84033 with flag 936000/936000
707.16/702.85	c cleaning 43012 clauses out of 86049 with flag 980001/980001
742.02/737.69	c cleaning 43985 clauses out of 88036 with flag 1025000/1025000
783.51/779.07	c cleaning 44994 clauses out of 90051 with flag 1071000/1071000
824.41/819.89	c cleaning 45999 clauses out of 92057 with flag 1118000/1118000
872.52/867.82	c cleaning 47012 clauses out of 94058 with flag 1166000/1166000
905.35/900.54	c cleaning 47989 clauses out of 96046 with flag 1215000/1215000
941.07/936.14	c cleaning 49018 clauses out of 98057 with flag 1265000/1265000
983.72/978.65	c cleaning 49994 clauses out of 100039 with flag 1316000/1316000
1014.56/1009.31	c cleaning 51013 clauses out of 102045 with flag 1368000/1368000
1051.62/1046.20	c cleaning 52011 clauses out of 104033 with flag 1421001/1421001
1087.07/1081.53	c cleaning 52986 clauses out of 106022 with flag 1475001/1475001
1127.93/1122.27	c cleaning 53995 clauses out of 108036 with flag 1530001/1530001
1160.30/1154.47	c cleaning 54937 clauses out of 110041 with flag 1586001/1586001
1198.34/1192.34	c cleaning 56041 clauses out of 112103 with flag 1643000/1643000
1246.96/1240.76	c cleaning 56987 clauses out of 114062 with flag 1701000/1701000
1293.74/1287.33	c cleaning 58016 clauses out of 116076 with flag 1760001/1760001
1342.42/1335.84	c cleaning 58976 clauses out of 118059 with flag 1820000/1820000
1398.14/1391.36	c cleaning 60007 clauses out of 120083 with flag 1881000/1881000
1457.39/1450.33	c cleaning 61020 clauses out of 122076 with flag 1943000/1943000
1510.82/1503.60	c cleaning 62012 clauses out of 124057 with flag 2006001/2006001
1552.90/1545.41	c cleaning 63015 clauses out of 126045 with flag 2070001/2070001
1601.68/1594.01	c cleaning 64003 clauses out of 128029 with flag 2135000/2135000
1649.27/1641.42	c cleaning 65005 clauses out of 130029 with flag 2201003/2201003
1708.69/1700.62	c cleaning 65992 clauses out of 132022 with flag 2268001/2268001
1759.91/1751.65	c cleaning 67000 clauses out of 134029 with flag 2336000/2336000
1800.05/1791.61	c starts		: 229
1800.05/1791.61	c conflicts		: 2392066
1800.05/1791.61	c decisions		: 3136667
1800.05/1791.61	c propagations		: 2052664852
1800.05/1791.61	c inspects		: 6434900353
1800.05/1791.61	c learnt literals	: 0
1800.05/1791.61	c learnt binary clauses	: 5
1800.05/1791.61	c learnt ternary clauses	: 2425
1800.05/1791.61	c learnt clauses	: 2392066
1800.05/1791.61	c ignored clauses	: 0
1800.05/1791.61	c root simplifications	: 0
1800.05/1791.61	c removed literals (reason simplification)	: 45963699
1800.05/1791.61	c reason swapping (by a shorter reason)	: 0
1800.05/1791.61	c Calls to reduceDB	: 64
1800.05/1791.61	c number of reductions to clauses (during analyze)	: 0
1800.05/1791.61	c number of learned constraints concerned by reduction	: 0
1800.05/1791.61	c number of learning phase by resolution	: 0
1800.05/1791.61	c number of learning phase by cutting planes	: 0
1800.05/1791.61	c speed (assignments/second)	: 1147240.8603977489
1800.05/1791.61	c non guided choices	843
1800.05/1791.64	c learnt constraints type 
1800.05/1791.64	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 123120
1800.05/1791.64	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5
1800.05/1791.64	c constraints type 
1800.05/1791.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11508
1800.05/1791.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 8766
1800.05/1791.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 59088
1800.05/1791.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 480
1800.05/1791.64	s UNKNOWN
1800.05/1791.64	c Total wall clock time (in seconds): 1791.546

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

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): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.66 0.15 0.05 4/199 9175
/proc/meminfo: memFree=31635628/32950928 swapFree=67111528/67111528
[pid=9175] ppid=9173 vsize=13716 CPUtime=0
/proc/9175/stat : 9175 (java) S 9173 9175 8890 0 -1 4202496 1202 0 1 0 0 0 0 0 20 0 2 0 129764884 14045184 649 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0
/proc/9175/statm: 3429 655 328 10 0 1206 0
[pid=9175/tid=9176] ppid=9173 vsize=13716 CPUtime=0
/proc/9175/task/9176/stat : 9176 (java) R 9173 9175 8890 0 -1 4202560 177 0 1 0 0 0 0 0 22 0 2 0 129764885 14045184 666 4089446400 134512640 134550932 4287642128 18446744073709551615 7811668 0 2147483391 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0180749 s]
/proc/loadavg: 0.66 0.15 0.05 4/199 9175
/proc/meminfo: memFree=31635628/32950928 swapFree=67111528/67111528
[pid=9175] ppid=9173 vsize=1524672 CPUtime=0
/proc/9175/stat : 9175 (java) S 9173 9175 8890 0 -1 4202496 3479 0 1 0 0 0 0 0 20 0 11 0 129764884 1561264128 2922 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0
/proc/9175/statm: 381168 2922 971 10 0 378478 0
[pid=9175/tid=9176] ppid=9173 vsize=1524672 CPUtime=0
/proc/9175/task/9176/stat : 9176 (java) R 9173 9175 8890 0 -1 4202560 2426 0 1 0 0 0 0 0 24 0 11 0 129764885 1561264128 2922 4089446400 134512640 134550932 4287642128 18446744073709551615 106407944 0 4 0 16784584 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1524672

[startup+0.10106 s]
/proc/loadavg: 0.66 0.15 0.05 4/199 9175
/proc/meminfo: memFree=31635628/32950928 swapFree=67111528/67111528
[pid=9175] ppid=9173 vsize=1529852 CPUtime=0.11
/proc/9175/stat : 9175 (java) S 9173 9175 8890 0 -1 4202496 5731 0 1 0 10 1 0 0 20 0 18 0 129764884 1566568448 5168 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/9175/statm: 382463 5168 1348 10 0 379765 0
[pid=9175/tid=9176] ppid=9173 vsize=1529852 CPUtime=0.08
/proc/9175/task/9176/stat : 9176 (java) R 9173 9175 8890 0 -1 4202560 4074 0 1 0 7 1 0 0 25 0 18 0 129764885 1566568448 5168 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529852

[startup+0.301023 s]
/proc/loadavg: 0.66 0.15 0.05 4/199 9175
/proc/meminfo: memFree=31635628/32950928 swapFree=67111528/67111528
[pid=9175] ppid=9173 vsize=1531488 CPUtime=0.53
/proc/9175/stat : 9175 (java) S 9173 9175 8890 0 -1 4202496 8494 0 1 0 51 2 0 0 20 0 18 0 129764884 1568243712 7822 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/9175/statm: 382872 7823 1403 10 0 380174 0
[pid=9175/tid=9176] ppid=9173 vsize=1531488 CPUtime=0.28
/proc/9175/task/9176/stat : 9176 (java) R 9173 9175 8890 0 -1 4202560 6148 0 1 0 27 1 0 0 25 0 18 0 129764885 1568243712 7823 4089446400 134512640 134550932 4287642128 18446744073709551615 4109056884 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 1531488

[startup+0.700948 s]
/proc/loadavg: 0.66 0.15 0.05 4/199 9175
/proc/meminfo: memFree=31635628/32950928 swapFree=67111528/67111528
[pid=9175] ppid=9173 vsize=1531620 CPUtime=1.26
/proc/9175/stat : 9175 (java) S 9173 9175 8890 0 -1 4202496 41598 0 1 0 120 6 0 0 20 0 18 0 129764884 1568378880 40629 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/9175/statm: 382905 40629 1423 10 0 380207 0
[pid=9175/tid=9176] ppid=9173 vsize=1531620 CPUtime=0.64
/proc/9175/task/9176/stat : 9176 (java) R 9173 9175 8890 0 -1 4202560 31991 0 1 0 59 5 0 0 18 0 18 0 129764885 1568378880 40629 4089446400 134512640 134550932 4287642128 18446744073709551615 106834528 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 1531620

[startup+1.50079 s]
/proc/loadavg: 0.66 0.15 0.05 9/217 9193
/proc/meminfo: memFree=31455880/32950928 swapFree=67111528/67111528
[pid=9175] ppid=9173 vsize=1531620 CPUtime=2.5
/proc/9175/stat : 9175 (java) S 9173 9175 8890 0 -1 4202496 48970 0 1 0 242 8 0 0 20 0 18 0 129764884 1568378880 47413 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/9175/statm: 382905 47413 1426 10 0 380207 0
[pid=9175/tid=9176] ppid=9173 vsize=1531620 CPUtime=1.34
/proc/9175/task/9176/stat : 9176 (java) R 9173 9175 8890 0 -1 4202560 32059 0 1 0 129 5 0 0 17 0 18 0 129764885 1568378880 47413 4089446400 134512640 134550932 4287642128 18446744073709551615 106834687 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9175/tid=9178] ppid=9173 vsize=1531620 CPUtime=0.03
/proc/9175/task/9178/stat : 9178 (java) S 9173 9175 8890 0 -1 4202560 691 0 0 0 3 0 0 0 15 0 18 0 129764885 1568378880 47413 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 2 0 0 0
[pid=9175/tid=9179] ppid=9173 vsize=1531620 CPUtime=0.03
/proc/9175/task/9179/stat : 9179 (java) S 9173 9175 8890 0 -1 4202560 772 0 0 0 3 0 0 0 15 0 18 0 129764885 1568378880 47413 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 1 0 0 0
[pid=9175/tid=9180] ppid=9173 vsize=1531620 CPUtime=0.08
/proc/9175/task/9180/stat : 9180 (java) S 9173 9175 8890 0 -1 4202560 1785 0 0 0 8 0 0 0 16 0 18 0 129764885 1568378880 47413 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 5 0 0 0
[pid=9175/tid=9181] ppid=9173 vsize=1531620 CPUtime=0.08
/proc/9175/task/9181/stat : 9181 (java) S 9173 9175 8890 0 -1 4202560 2790 0 0 0 8 0 0 0 15 0 18 0 129764885 1568378880 47413 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 2 0 0 0
[pid=9175/tid=9182] ppid=9173 vsize=1531620 CPUtime=0.1
/proc/9175/task/9182/stat : 9182 (java) S 9173 9175 8890 0 -1 4202560 2897 0 0 0 10 0 0 0 15 0 18 0 129764885 1568378880 47413 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 5 0 0 0
[pid=9175/tid=9183] ppid=9173 vsize=1531620 CPUtime=0.06
/proc/9175/task/9183/stat : 9183 (java) S 9173 9175 8890 0 -1 4202560 1422 0 0 0 6 0 0 0 16 0 18 0 129764885 1568378880 47413 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 0 0 0 0
[pid=9175/tid=9184] ppid=9173 vsize=1531620 CPUtime=0.08
/proc/9175/task/9184/stat : 9184 (java) S 9173 9175 8890 0 -1 4202560 2496 0 0 0 8 0 0 0 16 0 18 0 129764885 1568378880 47413 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 0 0 0 0
[pid=9175/tid=9185] ppid=9173 vsize=1531620 CPUtime=0.07
/proc/9175/task/9185/stat : 9185 (java) S 9173 9175 8890 0 -1 4202560 1298 0 0 0 7 0 0 0 16 0 18 0 129764885 1568378880 47413 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 3 0 0 0
[pid=9175/tid=9186] ppid=9173 vsize=1531620 CPUtime=0
/proc/9175/task/9186/stat : 9186 (java) S 9173 9175 8890 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 18 0 129764886 1568378880 47413 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 0 0 16800975 18446604453982472000 0 0 -1 2 0 0 0
[pid=9175/tid=9187] ppid=9173 vsize=1531620 CPUtime=0
/proc/9175/task/9187/stat : 9187 (java) S 9173 9175 8890 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 18 0 129764886 1568378880 47413 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 1 0 0 0
[pid=9175/tid=9188] ppid=9173 vsize=1531620 CPUtime=0
/proc/9175/task/9188/stat : 9188 (java) S 9173 9175 8890 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 129764886 1568378880 47413 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 1 0 0 0
[pid=9175/tid=9189] ppid=9173 vsize=1531620 CPUtime=0
/proc/9175/task/9189/stat : 9189 (java) S 9173 9175 8890 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 129764888 1568378880 47413 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 1 0 0 0
[pid=9175/tid=9190] ppid=9173 vsize=1531620 CPUtime=0.31
/proc/9175/task/9190/stat : 9190 (java) S 9173 9175 8890 0 -1 4202560 788 0 0 0 31 0 0 0 15 0 18 0 129764888 1568378880 47413 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 1 0 0 0
[pid=9175/tid=9191] ppid=9173 vsize=1531620 CPUtime=0.23
/proc/9175/task/9191/stat : 9191 (java) S 9173 9175 8890 0 -1 4202560 886 0 0 0 23 0 0 0 20 0 18 0 129764888 1568378880 47413 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 6 0 0 0
[pid=9175/tid=9192] ppid=9173 vsize=1531620 CPUtime=0
/proc/9175/task/9192/stat : 9192 (java) S 9173 9175 8890 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 129764888 1568378880 47413 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 4 0 0 0
[pid=9175/tid=9193] ppid=9173 vsize=1531620 CPUtime=0
/proc/9175/task/9193/stat : 9193 (java) S 9173 9175 8890 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 18 0 129764888 1568378880 47413 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 1531620

[startup+3.10149 s]
/proc/loadavg: 0.66 0.15 0.05 4/217 9193
/proc/meminfo: memFree=31441620/32950928 swapFree=67111528/67111528
[pid=9175] ppid=9173 vsize=1548828 CPUtime=5.4
/proc/9175/stat : 9175 (java) S 9173 9175 8890 0 -1 4202496 59126 0 1 0 530 10 0 0 20 0 19 0 129764884 1585999872 53862 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/9175/statm: 387207 53862 1442 10 0 384509 0
[pid=9175/tid=9176] ppid=9173 vsize=1548828 CPUtime=2.9
/proc/9175/task/9176/stat : 9176 (java) R 9173 9175 8890 0 -1 4202560 32939 0 1 0 285 5 0 0 20 0 19 0 129764885 1585999872 53862 4089446400 134512640 134550932 4287642128 18446744073709551615 4109020276 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=9175/tid=9178] ppid=9173 vsize=1548828 CPUtime=0.04
/proc/9175/task/9178/stat : 9178 (java) S 9173 9175 8890 0 -1 4202560 761 0 0 0 4 0 0 0 15 0 19 0 129764885 1585999872 53862 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 3 0 0 0
[pid=9175/tid=9179] ppid=9173 vsize=1548828 CPUtime=0.05
/proc/9175/task/9179/stat : 9179 (java) S 9173 9175 8890 0 -1 4202560 1006 0 0 0 5 0 0 0 15 0 19 0 129764885 1585999872 53862 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 1 0 0 0
[pid=9175/tid=9180] ppid=9173 vsize=1548828 CPUtime=0.09
/proc/9175/task/9180/stat : 9180 (java) S 9173 9175 8890 0 -1 4202560 1888 0 0 0 9 0 0 0 15 0 19 0 129764885 1585999872 53862 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 7 0 0 0
[pid=9175/tid=9181] ppid=9173 vsize=1548828 CPUtime=0.1
/proc/9175/task/9181/stat : 9181 (java) S 9173 9175 8890 0 -1 4202560 3002 0 0 0 10 0 0 0 15 0 19 0 129764885 1585999872 53862 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 2 0 0 0
[pid=9175/tid=9182] ppid=9173 vsize=1548828 CPUtime=0.11
/proc/9175/task/9182/stat : 9182 (java) S 9173 9175 8890 0 -1 4202560 3063 0 0 0 11 0 0 0 15 0 19 0 129764885 1585999872 53862 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 7 0 0 0
[pid=9175/tid=9183] ppid=9173 vsize=1548828 CPUtime=0.08
/proc/9175/task/9183/stat : 9183 (java) S 9173 9175 8890 0 -1 4202560 1835 0 0 0 8 0 0 0 15 0 19 0 129764885 1585999872 53862 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 0 0 0 0
[pid=9175/tid=9184] ppid=9173 vsize=1548828 CPUtime=0.09
/proc/9175/task/9184/stat : 9184 (java) S 9173 9175 8890 0 -1 4202560 2595 0 0 0 9 0 0 0 15 0 19 0 129764885 1585999872 53862 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 4 0 0 0
[pid=9175/tid=9185] ppid=9173 vsize=1548828 CPUtime=0.08
/proc/9175/task/9185/stat : 9185 (java) S 9173 9175 8890 0 -1 4202560 1463 0 0 0 8 0 0 0 15 0 19 0 129764885 1585999872 53862 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 3 0 0 0
[pid=9175/tid=9186] ppid=9173 vsize=1548828 CPUtime=0
/proc/9175/task/9186/stat : 9186 (java) S 9173 9175 8890 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 19 0 129764886 1585999872 53862 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 0 0 16800975 18446604453982472000 0 0 -1 2 0 0 0
[pid=9175/tid=9187] ppid=9173 vsize=1548828 CPUtime=0
/proc/9175/task/9187/stat : 9187 (java) S 9173 9175 8890 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 129764886 1585999872 53862 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 1 0 0 0
[pid=9175/tid=9188] ppid=9173 vsize=1548828 CPUtime=0
/proc/9175/task/9188/stat : 9188 (java) S 9173 9175 8890 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 129764886 1585999872 53862 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 1 0 0 0
[pid=9175/tid=9189] ppid=9173 vsize=1548828 CPUtime=0
/proc/9175/task/9189/stat : 9189 (java) S 9173 9175 8890 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 129764888 1585999872 53862 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 1 0 0 0
[pid=9175/tid=9190] ppid=9173 vsize=1548828 CPUtime=0.82
/proc/9175/task/9190/stat : 9190 (java) S 9173 9175 8890 0 -1 4202560 3253 0 0 0 82 0 0 0 15 0 19 0 129764888 1585999872 53862 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 1 0 0 0
[pid=9175/tid=9191] ppid=9173 vsize=1548828 CPUtime=0.93
/proc/9175/task/9191/stat : 9191 (java) S 9173 9175 8890 0 -1 4202560 6231 0 0 0 93 0 0 0 15 0 19 0 129764888 1585999872 53862 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 6 0 0 0
[pid=9175/tid=9192] ppid=9173 vsize=1548828 CPUtime=0
/proc/9175/task/9192/stat : 9192 (java) S 9173 9175 8890 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 129764888 1585999872 53862 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 4 0 0 0
[pid=9175/tid=9193] ppid=9173 vsize=1548828 CPUtime=0
/proc/9175/task/9193/stat : 9193 (java) S 9173 9175 8890 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 129764888 1585999872 53862 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.4
Current children cumulated vsize (KiB) 1548828

[startup+6.3009 s]
/proc/loadavg: 1.01 0.23 0.07 4/218 9194
/proc/meminfo: memFree=31414988/32950928 swapFree=67111528/67111528
[pid=9175] ppid=9173 vsize=1547728 CPUtime=8.69
/proc/9175/stat : 9175 (java) S 9173 9175 8890 0 -1 4202496 61227 0 1 0 858 11 0 0 20 0 19 0 129764884 1584873472 55508 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/9175/statm: 386932 55508 1447 10 0 384234 0
[pid=9175/tid=9176] ppid=9173 vsize=1547728 CPUtime=5.99
/proc/9175/task/9176/stat : 9176 (java) R 9173 9175 8890 0 -1 4202560 32945 0 1 0 594 5 0 0 22 0 19 0 129764885 1584873472 55508 4089446400 134512640 134550932 4287642128 18446744073709551615 4109945084 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=9175/tid=9178] ppid=9173 vsize=1547728 CPUtime=0.05
/proc/9175/task/9178/stat : 9178 (java) S 9173 9175 8890 0 -1 4202560 890 0 0 0 5 0 0 0 16 0 19 0 129764885 1584873472 55508 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 5 0 0 0
[pid=9175/tid=9179] ppid=9173 vsize=1547728 CPUtime=0.06
/proc/9175/task/9179/stat : 9179 (java) S 9173 9175 8890 0 -1 4202560 1285 0 0 0 6 0 0 0 16 0 19 0 129764885 1584873472 55508 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 1 0 0 0
[pid=9175/tid=9180] ppid=9173 vsize=1547728 CPUtime=0.09
/proc/9175/task/9180/stat : 9180 (java) S 9173 9175 8890 0 -1 4202560 2098 0 0 0 9 0 0 0 16 0 19 0 129764885 1584873472 55508 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 7 0 0 0
[pid=9175/tid=9181] ppid=9173 vsize=1547728 CPUtime=0.11
/proc/9175/task/9181/stat : 9181 (java) S 9173 9175 8890 0 -1 4202560 3251 0 0 0 11 0 0 0 16 0 19 0 129764885 1584873472 55508 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 4 0 0 0
[pid=9175/tid=9182] ppid=9173 vsize=1547728 CPUtime=0.12
/proc/9175/task/9182/stat : 9182 (java) S 9173 9175 8890 0 -1 4202560 3169 0 0 0 12 0 0 0 16 0 19 0 129764885 1584873472 55508 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 7 0 0 0
[pid=9175/tid=9183] ppid=9173 vsize=1547728 CPUtime=0.09
/proc/9175/task/9183/stat : 9183 (java) S 9173 9175 8890 0 -1 4202560 2046 0 0 0 9 0 0 0 16 0 19 0 129764885 1584873472 55508 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 0 0 0 0
[pid=9175/tid=9184] ppid=9173 vsize=1547728 CPUtime=0.1
/proc/9175/task/9184/stat : 9184 (java) S 9173 9175 8890 0 -1 4202560 2761 0 0 0 10 0 0 0 16 0 19 0 129764885 1584873472 55508 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 4 0 0 0
[pid=9175/tid=9185] ppid=9173 vsize=1547728 CPUtime=0.09
/proc/9175/task/9185/stat : 9185 (java) S 9173 9175 8890 0 -1 4202560 2063 0 0 0 9 0 0 0 16 0 19 0 129764885 1584873472 55508 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 5 0 0 0
[pid=9175/tid=9186] ppid=9173 vsize=1547728 CPUtime=0.09
/proc/9175/task/9186/stat : 9186 (java) S 9173 9175 8890 0 -1 4202560 156 0 0 0 9 0 0 0 15 0 19 0 129764886 1584873472 55508 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 0 0 16800975 18446604453982472000 0 0 -1 2 0 0 0
[pid=9175/tid=9187] ppid=9173 vsize=1547728 CPUtime=0
/proc/9175/task/9187/stat : 9187 (java) S 9173 9175 8890 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 129764886 1584873472 55508 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 1 0 0 0
[pid=9175/tid=9188] ppid=9173 vsize=1547728 CPUtime=0
/proc/9175/task/9188/stat : 9188 (java) S 9173 9175 8890 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 129764886 1584873472 55508 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 1 0 0 0
[pid=9175/tid=9189] ppid=9173 vsize=1547728 CPUtime=0
/proc/9175/task/9189/stat : 9189 (java) S 9173 9175 8890 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 129764888 1584873472 55508 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 1 0 0 0
[pid=9175/tid=9190] ppid=9173 vsize=1547728 CPUtime=0.84
/proc/9175/task/9190/stat : 9190 (java) S 9173 9175 8890 0 -1 4202560 3263 0 0 0 84 0 0 0 16 0 19 0 129764888 1584873472 55508 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 1 0 0 0
[pid=9175/tid=9191] ppid=9173 vsize=1547728 CPUtime=0.95
/proc/9175/task/9191/stat : 9191 (java) S 9173 9175 8890 0 -1 4202560 6233 0 0 0 95 0 0 0 15 0 19 0 129764888 1584873472 55508 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 6 0 0 0
[pid=9175/tid=9192] ppid=9173 vsize=1547728 CPUtime=0
/proc/9175/task/9192/stat : 9192 (java) S 9173 9175 8890 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 129764888 1584873472 55508 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 4 0 0 0
[pid=9175/tid=9193] ppid=9173 vsize=1547728 CPUtime=0
/proc/9175/task/9193/stat : 9193 (java) S 9173 9175 8890 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 129764888 1584873472 55508 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 7 0 0 0
[pid=9175/tid=9194] ppid=9173 vsize=1547728 CPUtime=0
/proc/9175/task/9194/stat : 9194 (java) S 9173 9175 8890 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 129765154 1584873472 55508 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 8.69
Current children cumulated vsize (KiB) 1547728

[startup+12.7006 s]
/proc/loadavg: 1.17 0.28 0.09 4/218 9194
/proc/meminfo: memFree=31403472/32950928 swapFree=67111528/67111528
[pid=9175] ppid=9173 vsize=1547728 CPUtime=15.16

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

[pid=9175/tid=9183] ppid=9173 vsize=1549776 CPUtime=1.01
/proc/9175/task/9183/stat : 9183 (java) S 9173 9175 8890 0 -1 4202560 4482 0 0 0 92 9 0 0 15 0 19 0 129764885 1586970624 74348 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 3 0 0 0
[pid=9175/tid=9184] ppid=9173 vsize=1549776 CPUtime=0.95
/proc/9175/task/9184/stat : 9184 (java) S 9173 9175 8890 0 -1 4202560 4840 0 0 0 85 10 0 0 15 0 19 0 129764885 1586970624 74348 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 1 0 0 0
[pid=9175/tid=9185] ppid=9173 vsize=1549776 CPUtime=0.99
/proc/9175/task/9185/stat : 9185 (java) S 9173 9175 8890 0 -1 4202560 4909 0 0 0 89 10 0 0 15 0 19 0 129764885 1586970624 74348 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 2 0 0 0
[pid=9175/tid=9186] ppid=9173 vsize=1549776 CPUtime=7.18
/proc/9175/task/9186/stat : 9186 (java) S 9173 9175 8890 0 -1 4202560 765 0 0 0 715 3 0 0 15 0 19 0 129764886 1586970624 74348 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 0 0 16800975 18446604453982472000 0 0 -1 3 0 0 0
[pid=9175/tid=9187] ppid=9173 vsize=1549776 CPUtime=0
/proc/9175/task/9187/stat : 9187 (java) S 9173 9175 8890 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 129764886 1586970624 74348 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 1 0 0 0
[pid=9175/tid=9188] ppid=9173 vsize=1549776 CPUtime=0
/proc/9175/task/9188/stat : 9188 (java) S 9173 9175 8890 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 129764886 1586970624 74348 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 1 0 0 0
[pid=9175/tid=9189] ppid=9173 vsize=1549776 CPUtime=0
/proc/9175/task/9189/stat : 9189 (java) S 9173 9175 8890 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 129764888 1586970624 74348 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 1 0 0 0
[pid=9175/tid=9190] ppid=9173 vsize=1549776 CPUtime=0.91
/proc/9175/task/9190/stat : 9190 (java) S 9173 9175 8890 0 -1 4202560 3271 0 0 0 91 0 0 0 15 0 19 0 129764888 1586970624 74348 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 1 0 0 0
[pid=9175/tid=9191] ppid=9173 vsize=1549776 CPUtime=1.23
/proc/9175/task/9191/stat : 9191 (java) S 9173 9175 8890 0 -1 4202560 6678 0 0 0 123 0 0 0 16 0 19 0 129764888 1586970624 74348 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 6 0 0 0
[pid=9175/tid=9192] ppid=9173 vsize=1549776 CPUtime=0
/proc/9175/task/9192/stat : 9192 (java) S 9173 9175 8890 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 129764888 1586970624 74348 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 4 0 0 0
[pid=9175/tid=9193] ppid=9173 vsize=1549776 CPUtime=0
/proc/9175/task/9193/stat : 9193 (java) S 9173 9175 8890 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 19 0 129764888 1586970624 74348 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 4 0 0 0
[pid=9175/tid=9194] ppid=9173 vsize=1549776 CPUtime=0
/proc/9175/task/9194/stat : 9194 (java) S 9173 9175 8890 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 129765154 1586970624 74348 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1670.26
Current children cumulated vsize (KiB) 1549776

[startup+1722.3 s]
/proc/loadavg: 2.06 2.07 1.92 3/197 9324
/proc/meminfo: memFree=31028580/32950928 swapFree=67111528/67111528
[pid=9175] ppid=9173 vsize=1549776 CPUtime=1730.5
/proc/9175/stat : 9175 (java) S 9173 9175 8890 0 -1 4202496 85633 0 1 0 172956 94 0 0 20 0 19 0 129764884 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/9175/statm: 387444 75043 1447 10 0 384746 0
[pid=9175/tid=9176] ppid=9173 vsize=1549776 CPUtime=1712.68
/proc/9175/task/9176/stat : 9176 (java) R 9173 9175 8890 0 -1 4202560 33295 0 1 0 171262 6 0 0 25 0 19 0 129764885 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4109944117 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=9175/tid=9178] ppid=9173 vsize=1549776 CPUtime=1.03
/proc/9175/task/9178/stat : 9178 (java) S 9173 9175 8890 0 -1 4202560 3361 0 0 0 92 11 0 0 15 0 19 0 129764885 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 7 0 0 0
[pid=9175/tid=9179] ppid=9173 vsize=1549776 CPUtime=1.02
/proc/9175/task/9179/stat : 9179 (java) S 9173 9175 8890 0 -1 4202560 3830 0 0 0 93 9 0 0 15 0 19 0 129764885 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 7 0 0 0
[pid=9175/tid=9180] ppid=9173 vsize=1549776 CPUtime=1.03
/proc/9175/task/9180/stat : 9180 (java) S 9173 9175 8890 0 -1 4202560 5623 0 0 0 94 9 0 0 15 0 19 0 129764885 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 6 0 0 0
[pid=9175/tid=9181] ppid=9173 vsize=1549776 CPUtime=1.03
/proc/9175/task/9181/stat : 9181 (java) S 9173 9175 8890 0 -1 4202560 6872 0 0 0 94 9 0 0 15 0 19 0 129764885 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 4 0 0 0
[pid=9175/tid=9182] ppid=9173 vsize=1549776 CPUtime=1.06
/proc/9175/task/9182/stat : 9182 (java) S 9173 9175 8890 0 -1 4202560 6253 0 0 0 96 10 0 0 16 0 19 0 129764885 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 5 0 0 0
[pid=9175/tid=9183] ppid=9173 vsize=1549776 CPUtime=1.04
/proc/9175/task/9183/stat : 9183 (java) S 9173 9175 8890 0 -1 4202560 4653 0 0 0 95 9 0 0 15 0 19 0 129764885 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 3 0 0 0
[pid=9175/tid=9184] ppid=9173 vsize=1549776 CPUtime=0.99
/proc/9175/task/9184/stat : 9184 (java) S 9173 9175 8890 0 -1 4202560 4849 0 0 0 89 10 0 0 15 0 19 0 129764885 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 1 0 0 0
[pid=9175/tid=9185] ppid=9173 vsize=1549776 CPUtime=1.03
/proc/9175/task/9185/stat : 9185 (java) S 9173 9175 8890 0 -1 4202560 5015 0 0 0 92 11 0 0 15 0 19 0 129764885 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 2 0 0 0
[pid=9175/tid=9186] ppid=9173 vsize=1549776 CPUtime=7.31
/proc/9175/task/9186/stat : 9186 (java) S 9173 9175 8890 0 -1 4202560 769 0 0 0 728 3 0 0 15 0 19 0 129764886 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 0 0 16800975 18446604453982472000 0 0 -1 3 0 0 0
[pid=9175/tid=9187] ppid=9173 vsize=1549776 CPUtime=0
/proc/9175/task/9187/stat : 9187 (java) S 9173 9175 8890 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 129764886 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 1 0 0 0
[pid=9175/tid=9188] ppid=9173 vsize=1549776 CPUtime=0
/proc/9175/task/9188/stat : 9188 (java) S 9173 9175 8890 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 129764886 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 1 0 0 0
[pid=9175/tid=9189] ppid=9173 vsize=1549776 CPUtime=0
/proc/9175/task/9189/stat : 9189 (java) S 9173 9175 8890 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 129764888 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 1 0 0 0
[pid=9175/tid=9190] ppid=9173 vsize=1549776 CPUtime=0.91
/proc/9175/task/9190/stat : 9190 (java) S 9173 9175 8890 0 -1 4202560 3271 0 0 0 91 0 0 0 15 0 19 0 129764888 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 1 0 0 0
[pid=9175/tid=9191] ppid=9173 vsize=1549776 CPUtime=1.23
/proc/9175/task/9191/stat : 9191 (java) S 9173 9175 8890 0 -1 4202560 6678 0 0 0 123 0 0 0 16 0 19 0 129764888 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 6 0 0 0
[pid=9175/tid=9192] ppid=9173 vsize=1549776 CPUtime=0
/proc/9175/task/9192/stat : 9192 (java) S 9173 9175 8890 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 129764888 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 4 0 0 0
[pid=9175/tid=9193] ppid=9173 vsize=1549776 CPUtime=0
/proc/9175/task/9193/stat : 9193 (java) S 9173 9175 8890 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 129764888 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 2 0 0 0
[pid=9175/tid=9194] ppid=9173 vsize=1549776 CPUtime=0
/proc/9175/task/9194/stat : 9194 (java) S 9173 9175 8890 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 129765154 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1730.5
Current children cumulated vsize (KiB) 1549776

[startup+1782.3 s]
/proc/loadavg: 2.02 2.05 1.92 3/197 9325
/proc/meminfo: memFree=30986744/32950928 swapFree=67111528/67111528
[pid=9175] ppid=9173 vsize=1549776 CPUtime=1790.72
/proc/9175/stat : 9175 (java) S 9173 9175 8890 0 -1 4202496 85652 0 1 0 178974 98 0 0 20 0 19 0 129764884 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/9175/statm: 387444 75043 1447 10 0 384746 0
[pid=9175/tid=9176] ppid=9173 vsize=1549776 CPUtime=1772.45
/proc/9175/task/9176/stat : 9176 (java) R 9173 9175 8890 0 -1 4202560 33306 0 1 0 177239 6 0 0 25 0 19 0 129764885 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4109841657 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=9175/tid=9178] ppid=9173 vsize=1549776 CPUtime=1.07
/proc/9175/task/9178/stat : 9178 (java) S 9173 9175 8890 0 -1 4202560 3361 0 0 0 96 11 0 0 15 0 19 0 129764885 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 3 0 0 0
[pid=9175/tid=9179] ppid=9173 vsize=1549776 CPUtime=1.07
/proc/9175/task/9179/stat : 9179 (java) S 9173 9175 8890 0 -1 4202560 3830 0 0 0 98 9 0 0 15 0 19 0 129764885 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 1 0 0 0
[pid=9175/tid=9180] ppid=9173 vsize=1549776 CPUtime=1.07
/proc/9175/task/9180/stat : 9180 (java) S 9173 9175 8890 0 -1 4202560 5623 0 0 0 97 10 0 0 15 0 19 0 129764885 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 6 0 0 0
[pid=9175/tid=9181] ppid=9173 vsize=1549776 CPUtime=1.08
/proc/9175/task/9181/stat : 9181 (java) S 9173 9175 8890 0 -1 4202560 6872 0 0 0 98 10 0 0 15 0 19 0 129764885 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 4 0 0 0
[pid=9175/tid=9182] ppid=9173 vsize=1549776 CPUtime=1.11
/proc/9175/task/9182/stat : 9182 (java) S 9173 9175 8890 0 -1 4202560 6253 0 0 0 100 11 0 0 15 0 19 0 129764885 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 5 0 0 0
[pid=9175/tid=9183] ppid=9173 vsize=1549776 CPUtime=1.07
/proc/9175/task/9183/stat : 9183 (java) S 9173 9175 8890 0 -1 4202560 4653 0 0 0 97 10 0 0 15 0 19 0 129764885 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 1 0 0 0
[pid=9175/tid=9184] ppid=9173 vsize=1549776 CPUtime=1.02
/proc/9175/task/9184/stat : 9184 (java) S 9173 9175 8890 0 -1 4202560 4849 0 0 0 92 10 0 0 15 0 19 0 129764885 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 7 0 0 0
[pid=9175/tid=9185] ppid=9173 vsize=1549776 CPUtime=1.06
/proc/9175/task/9185/stat : 9185 (java) S 9173 9175 8890 0 -1 4202560 5015 0 0 0 94 12 0 0 16 0 19 0 129764885 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 2 0 0 0
[pid=9175/tid=9186] ppid=9173 vsize=1549776 CPUtime=7.46
/proc/9175/task/9186/stat : 9186 (java) S 9173 9175 8890 0 -1 4202560 773 0 0 0 743 3 0 0 15 0 19 0 129764886 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 0 0 16800975 18446604453982472000 0 0 -1 3 0 0 0
[pid=9175/tid=9187] ppid=9173 vsize=1549776 CPUtime=0
/proc/9175/task/9187/stat : 9187 (java) S 9173 9175 8890 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 129764886 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 1 0 0 0
[pid=9175/tid=9188] ppid=9173 vsize=1549776 CPUtime=0
/proc/9175/task/9188/stat : 9188 (java) S 9173 9175 8890 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 129764886 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 1 0 0 0
[pid=9175/tid=9189] ppid=9173 vsize=1549776 CPUtime=0
/proc/9175/task/9189/stat : 9189 (java) S 9173 9175 8890 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 129764888 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 1 0 0 0
[pid=9175/tid=9190] ppid=9173 vsize=1549776 CPUtime=0.91
/proc/9175/task/9190/stat : 9190 (java) S 9173 9175 8890 0 -1 4202560 3271 0 0 0 91 0 0 0 15 0 19 0 129764888 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 1 0 0 0
[pid=9175/tid=9191] ppid=9173 vsize=1549776 CPUtime=1.23
/proc/9175/task/9191/stat : 9191 (java) S 9173 9175 8890 0 -1 4202560 6678 0 0 0 123 0 0 0 16 0 19 0 129764888 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 6 0 0 0
[pid=9175/tid=9192] ppid=9173 vsize=1549776 CPUtime=0
/proc/9175/task/9192/stat : 9192 (java) S 9173 9175 8890 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 129764888 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 4 0 0 0
[pid=9175/tid=9193] ppid=9173 vsize=1549776 CPUtime=0
/proc/9175/task/9193/stat : 9193 (java) S 9173 9175 8890 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 129764888 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 2 0 0 0
[pid=9175/tid=9194] ppid=9173 vsize=1549776 CPUtime=0
/proc/9175/task/9194/stat : 9194 (java) S 9173 9175 8890 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 129765154 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1790.72
Current children cumulated vsize (KiB) 1549776



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.6 s]
/proc/loadavg: 2.02 2.05 1.92 3/197 9326
/proc/meminfo: memFree=30980776/32950928 swapFree=67111528/67111528
[pid=9175] ppid=9173 vsize=1549776 CPUtime=1800.05
/proc/9175/stat : 9175 (java) S 9173 9175 8890 0 -1 4202496 85653 0 1 0 179906 99 0 0 20 0 19 0 129764884 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/9175/statm: 387444 75043 1447 10 0 384746 0
[pid=9175/tid=9176] ppid=9173 vsize=1549776 CPUtime=1781.75
/proc/9175/task/9176/stat : 9176 (java) R 9173 9175 8890 0 -1 4202560 33307 0 1 0 178169 6 0 0 25 0 19 0 129764885 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4109841112 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=9175/tid=9178] ppid=9173 vsize=1549776 CPUtime=1.07
/proc/9175/task/9178/stat : 9178 (java) S 9173 9175 8890 0 -1 4202560 3361 0 0 0 96 11 0 0 15 0 19 0 129764885 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 3 0 0 0
[pid=9175/tid=9179] ppid=9173 vsize=1549776 CPUtime=1.07
/proc/9175/task/9179/stat : 9179 (java) S 9173 9175 8890 0 -1 4202560 3830 0 0 0 98 9 0 0 15 0 19 0 129764885 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 1 0 0 0
[pid=9175/tid=9180] ppid=9173 vsize=1549776 CPUtime=1.08
/proc/9175/task/9180/stat : 9180 (java) S 9173 9175 8890 0 -1 4202560 5623 0 0 0 98 10 0 0 15 0 19 0 129764885 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 6 0 0 0
[pid=9175/tid=9181] ppid=9173 vsize=1549776 CPUtime=1.08
/proc/9175/task/9181/stat : 9181 (java) S 9173 9175 8890 0 -1 4202560 6872 0 0 0 98 10 0 0 15 0 19 0 129764885 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 2 0 0 0
[pid=9175/tid=9182] ppid=9173 vsize=1549776 CPUtime=1.11
/proc/9175/task/9182/stat : 9182 (java) S 9173 9175 8890 0 -1 4202560 6253 0 0 0 100 11 0 0 15 0 19 0 129764885 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 5 0 0 0
[pid=9175/tid=9183] ppid=9173 vsize=1549776 CPUtime=1.07
/proc/9175/task/9183/stat : 9183 (java) S 9173 9175 8890 0 -1 4202560 4653 0 0 0 97 10 0 0 15 0 19 0 129764885 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 4 0 0 0
[pid=9175/tid=9184] ppid=9173 vsize=1549776 CPUtime=1.03
/proc/9175/task/9184/stat : 9184 (java) S 9173 9175 8890 0 -1 4202560 4849 0 0 0 92 11 0 0 15 0 19 0 129764885 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 7 0 0 0
[pid=9175/tid=9185] ppid=9173 vsize=1549776 CPUtime=1.06
/proc/9175/task/9185/stat : 9185 (java) S 9173 9175 8890 0 -1 4202560 5015 0 0 0 94 12 0 0 15 0 19 0 129764885 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 2 0 0 0
[pid=9175/tid=9186] ppid=9173 vsize=1549776 CPUtime=7.46
/proc/9175/task/9186/stat : 9186 (java) S 9173 9175 8890 0 -1 4202560 773 0 0 0 743 3 0 0 15 0 19 0 129764886 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 0 0 16800975 18446604453982472000 0 0 -1 3 0 0 0
[pid=9175/tid=9187] ppid=9173 vsize=1549776 CPUtime=0
/proc/9175/task/9187/stat : 9187 (java) S 9173 9175 8890 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 129764886 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 1 0 0 0
[pid=9175/tid=9188] ppid=9173 vsize=1549776 CPUtime=0
/proc/9175/task/9188/stat : 9188 (java) S 9173 9175 8890 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 129764886 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 1 0 0 0
[pid=9175/tid=9189] ppid=9173 vsize=1549776 CPUtime=0
/proc/9175/task/9189/stat : 9189 (java) S 9173 9175 8890 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 129764888 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 1 0 0 0
[pid=9175/tid=9190] ppid=9173 vsize=1549776 CPUtime=0.91
/proc/9175/task/9190/stat : 9190 (java) S 9173 9175 8890 0 -1 4202560 3271 0 0 0 91 0 0 0 15 0 19 0 129764888 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 1 0 0 0
[pid=9175/tid=9191] ppid=9173 vsize=1549776 CPUtime=1.23
/proc/9175/task/9191/stat : 9191 (java) S 9173 9175 8890 0 -1 4202560 6678 0 0 0 123 0 0 0 16 0 19 0 129764888 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 6 0 0 0
[pid=9175/tid=9192] ppid=9173 vsize=1549776 CPUtime=0
/proc/9175/task/9192/stat : 9192 (java) S 9173 9175 8890 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 129764888 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 4 0 0 0
[pid=9175/tid=9193] ppid=9173 vsize=1549776 CPUtime=0
/proc/9175/task/9193/stat : 9193 (java) S 9173 9175 8890 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 129764888 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 2 0 0 0
[pid=9175/tid=9194] ppid=9173 vsize=1549776 CPUtime=0
/proc/9175/task/9194/stat : 9194 (java) S 9173 9175 8890 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 129765154 1586970624 75043 4089446400 134512640 134550932 4287642128 18446744073709551615 4294960144 0 4 0 16800975 18446604453982472000 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1549776

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): 1791.69
CPU time (s): 1800.19
CPU user time (s): 1799.19
CPU system time (s): 1.00485
CPU usage (%): 100.475
Max. virtual memory (cumulated for all children) (KiB): 1549776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.19
system time used= 1.00485
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85677
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= 50183
involuntary context switches= 430225

runsolver used 3.25251 second user time and 6.566 second system time

The end

Launcher Data

Begin job on node127 at 2010-06-30 10:23:12
IDJOB=2690912
IDBENCH=78645
IDSOLVER=1202
FILE ID=node127/2690912-1277886192
PBS_JOBID= 11197099
Free space on /tmp= 74200 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/PB10/oliveras/j120/normalized-j12013_1-unsat--soft-33-100-0.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2690912-1277886192/watcher-2690912-1277886192 -o /tmp/evaluation-result-2690912-1277886192/solver-2690912-1277886192 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2690912-1277886192.wbo

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

MD5SUM BENCH= af27a3363dc9db8608eaadebe8e447c1
RANDOM SEED=373170

node127.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31636156 kB
Buffers:        167956 kB
Cached:         671956 kB
SwapCached:          0 kB
Active:         705732 kB
Inactive:       466100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31636156 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7724 kB
Writeback:           0 kB
AnonPages:      331680 kB
Mapped:          20308 kB
Slab:            76432 kB
PageTables:       5752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1657596 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74200 MiB
End job on node127 at 2010-06-30 10:53:06