Trace number 3455450

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 Res//CP 2.3.0? (TO) 1800.46 915.205

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12036_4-sat.opb
MD5SUMb4d4215a44d43278004dfcd0ea549fa8
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables57354
Total number of constraints192702
Number of constraints which are clauses191758
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints944
Minimum length of a constraint1
Maximum length of a constraint120
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 20
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 754
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.07/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.08	c See www.sat4j.org for details.
0.07/0.08	c version 2.3.1.v20110525
0.07/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.08	c java.vm.version	19.1-b02
0.07/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.08	c sun.arch.data.model	64
0.07/0.08	c java.version		1.6.0_24
0.07/0.08	c os.name		Linux
0.07/0.08	c os.version		2.6.18-164.el5
0.07/0.08	c os.arch		amd64
0.07/0.08	c Free memory 		9996466904
0.07/0.08	c Max memory 		10048897024
0.07/0.08	c Total memory 		10048897024
0.07/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3455450-1307196976.opb
0.10/0.11	c reading problem ... 
2.81/1.77	c ... done. Wall clock time 1.659s.
2.81/1.77	c #vars     57354
2.81/1.77	c #constraints  178619
2.81/1.77	c constraints type 
2.81/1.77	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24190
2.81/1.77	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 147772
2.81/1.77	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 944
2.81/1.77	c constraints type 
2.81/1.77	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 147772
2.81/1.77	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 24190
2.81/1.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 944
9.59/4.64	c cleaning 2496 clauses out of 4999 with flag 5000/5000
15.23/7.46	c cleaning 4245 clauses out of 8502 with flag 11000/11000
20.52/10.15	c cleaning 5612 clauses out of 11258 with flag 18001/18001
27.16/13.58	c cleaning 6806 clauses out of 13645 with flag 26000/26000
35.41/17.74	c cleaning 7913 clauses out of 15840 with flag 35001/35001
43.44/21.90	c cleaning 8941 clauses out of 17928 with flag 45002/45002
51.86/26.13	c cleaning 9975 clauses out of 19985 with flag 56000/56000
62.30/31.41	c cleaning 10998 clauses out of 22010 with flag 68001/68001
74.26/37.58	c cleaning 12002 clauses out of 24012 with flag 81001/81001
86.87/43.92	c cleaning 12986 clauses out of 26010 with flag 95001/95001
98.26/49.76	c cleaning 13991 clauses out of 28024 with flag 110001/110001
112.27/56.87	c cleaning 14998 clauses out of 30033 with flag 126001/126001
127.34/64.55	c cleaning 15983 clauses out of 32034 with flag 143000/143000
146.30/74.13	c cleaning 17010 clauses out of 34051 with flag 161000/161000
155.03/78.68	c cleaning 0 clauses out of 5004 with flag 0/5004
166.83/84.50	c cleaning 18006 clauses out of 36041 with flag 180000/180000
185.85/94.20	c cleaning 19003 clauses out of 38035 with flag 200000/200000
203.19/103.09	c cleaning 20005 clauses out of 40031 with flag 221000/221000
225.11/114.15	c cleaning 20993 clauses out of 42027 with flag 243001/243001
244.41/123.96	c cleaning 21991 clauses out of 44035 with flag 266002/266002
266.34/135.19	c cleaning 23016 clauses out of 46044 with flag 290002/290002
290.20/147.23	c cleaning 23966 clauses out of 48026 with flag 315000/315000
314.49/159.52	c cleaning 25007 clauses out of 50060 with flag 341000/341000
341.91/173.45	c cleaning 25982 clauses out of 52054 with flag 368001/368001
371.56/188.50	c cleaning 27004 clauses out of 54072 with flag 396001/396001
401.01/203.49	c cleaning 28018 clauses out of 56066 with flag 425000/425000
430.20/218.25	c cleaning 0 clauses out of 11001 with flag 0/11001
433.16/219.93	c cleaning 29013 clauses out of 58049 with flag 455001/455001
461.32/234.37	c cleaning 29963 clauses out of 60036 with flag 486001/486001
498.88/253.31	c cleaning 31002 clauses out of 62072 with flag 518000/518000
542.00/275.14	c cleaning 32007 clauses out of 64071 with flag 551002/551002
578.11/293.50	c cleaning 33000 clauses out of 66062 with flag 585000/585000
616.70/313.17	c cleaning 33987 clauses out of 68062 with flag 620000/620000
652.99/331.57	c cleaning 35015 clauses out of 70076 with flag 656001/656001
695.07/352.82	c cleaning 36002 clauses out of 72060 with flag 693000/693000
743.14/377.19	c cleaning 36999 clauses out of 74058 with flag 731000/731000
794.52/403.26	c cleaning 38001 clauses out of 76059 with flag 770000/770000
842.12/427.31	c cleaning 38986 clauses out of 78059 with flag 810001/810001
861.25/437.21	c cleaning 0 clauses out of 18000 with flag 0/18000
891.75/452.80	c cleaning 39999 clauses out of 80073 with flag 851001/851001
946.38/480.67	c cleaning 41019 clauses out of 82074 with flag 893001/893001
1010.51/513.02	c cleaning 42020 clauses out of 84055 with flag 936001/936001
1055.05/535.71	c cleaning 43003 clauses out of 86034 with flag 980000/980000
1103.93/560.49	c cleaning 43999 clauses out of 88034 with flag 1025003/1025003
1159.87/588.92	c cleaning 44950 clauses out of 90032 with flag 1071000/1071000
1221.53/620.15	c cleaning 45950 clauses out of 92082 with flag 1118000/1118000
1276.53/648.00	c cleaning 47034 clauses out of 94132 with flag 1166000/1166000
1348.79/684.50	c cleaning 48019 clauses out of 96099 with flag 1215001/1215001
1409.11/715.36	c cleaning 48986 clauses out of 98080 with flag 1265001/1265001
1475.53/748.90	c cleaning 49976 clauses out of 100093 with flag 1316000/1316000
1542.22/782.73	c cleaning 50954 clauses out of 102117 with flag 1368000/1368000
1586.30/805.30	c cleaning 0 clauses out of 26001 with flag 0/26001
1603.26/814.47	c cleaning 52047 clauses out of 104163 with flag 1421000/1421000
1656.82/841.67	c cleaning 53040 clauses out of 106116 with flag 1475000/1475000
1721.13/874.26	c cleaning 53983 clauses out of 108077 with flag 1530001/1530001
1781.57/904.93	c cleaning 55032 clauses out of 110093 with flag 1586000/1586000
1800.18/915.02	c starts		: 208
1800.18/915.02	c conflicts		: 1602538
1800.18/915.02	c decisions		: 2100280
1800.18/915.02	c propagations		: 1413939473
1800.18/915.02	c inspects		: 4664152449
1800.18/915.02	c shortcuts		: 0
1800.18/915.02	c learnt literals	: 6
1800.18/915.02	c learnt binary clauses	: 50
1800.18/915.02	c learnt ternary clauses	: 1539
1800.18/915.02	c learnt constraints	: 1602531
1800.18/915.02	c ignored constraints	: 0
1800.18/915.02	c root simplifications	: 0
1800.18/915.02	c removed literals (reason simplification)	: 27827888
1800.18/915.02	c reason swapping (by a shorter reason)	: 0
1800.18/915.02	c Calls to reduceDB	: 52
1800.18/915.02	c number of reductions to clauses (during analyze)	: 0
1800.18/915.02	c number of learned constraints concerned by reduction	: 0
1800.18/915.02	c number of learning phase by resolution	: 0
1800.18/915.02	c number of learning phase by cutting planes	: 0
1800.18/915.02	c speed (assignments/second)	: 1548246.7862101588
1800.18/915.02	c non guided choices	13113
1800.18/915.04	c learnt constraints type 
1800.18/915.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 50
1800.18/915.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 71574
1800.18/915.04	c constraints type 
1800.18/915.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24190
1800.18/915.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 147772
1800.18/915.04	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 944
1800.18/915.04	c constraints type 
1800.18/915.04	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 147772
1800.18/915.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 24190
1800.18/915.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 944
1800.18/915.04	s UNKNOWN
1800.18/915.04	c Total wall clock time (in seconds): 914.937

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3455450-1307196976/watcher-3455450-1307196976 -o /tmp/evaluation-result-3455450-1307196976/solver-3455450-1307196976 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455450-1307196976.opb 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.82 3.04 3.11 2/420 15382
/proc/meminfo: memFree=26406756/32950904 swapFree=56615552/67111528
[pid=15382] ppid=15380 vsize=10430980 CPUtime=0 cores=0,2,4,6
/proc/15382/stat : 15382 (java) S 15380 15382 13883 0 -1 4202496 3048 0 1 0 0 0 0 0 25 0 2 0 831297345 10681323520 2750 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290682341 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/15382/statm: 2607745 2764 906 9 0 2598901 0
[pid=15382/tid=15383] ppid=15380 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15383/stat : 15383 (java) R 15380 15382 13883 0 -1 4202560 5162 0 1 0 0 0 0 0 25 0 2 0 831297346 10694979584 5979 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237278573627 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0790899 s]
/proc/loadavg: 2.82 3.04 3.11 2/420 15382
/proc/meminfo: memFree=26406756/32950904 swapFree=56615552/67111528
[pid=15382] ppid=15380 vsize=10539372 CPUtime=0.07 cores=0,2,4,6
/proc/15382/stat : 15382 (java) S 15380 15382 13883 0 -1 4202496 12274 0 1 0 6 1 0 0 25 0 18 0 831297345 10792316928 11971 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15382/statm: 2634843 11972 1913 9 0 2625577 0
[pid=15382/tid=15383] ppid=15380 vsize=10539372 CPUtime=0.07 cores=0,2,4,6
/proc/15382/task/15383/stat : 15383 (java) R 15380 15382 13883 0 -1 4202560 10888 0 1 0 6 1 0 0 25 0 18 0 831297346 10792316928 11972 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 47918583343955 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10539372

[startup+0.100811 s]
/proc/loadavg: 2.82 3.04 3.11 2/420 15382
/proc/meminfo: memFree=26406756/32950904 swapFree=56615552/67111528
[pid=15382] ppid=15380 vsize=10540396 CPUtime=0.1 cores=0,2,4,6
/proc/15382/stat : 15382 (java) S 15380 15382 13883 0 -1 4202496 13080 0 1 0 9 1 0 0 25 0 18 0 831297345 10793365504 12761 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15382/statm: 2635099 12761 2092 9 0 2625833 0
[pid=15382/tid=15383] ppid=15380 vsize=10540396 CPUtime=0.09 cores=0,2,4,6
/proc/15382/task/15383/stat : 15383 (java) R 15380 15382 13883 0 -1 4202560 11164 0 1 0 8 1 0 0 18 0 18 0 831297346 10793365504 12762 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 47918578876323 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540396

[startup+0.305837 s]
/proc/loadavg: 2.82 3.04 3.11 2/420 15382
/proc/meminfo: memFree=26406756/32950904 swapFree=56615552/67111528
[pid=15382] ppid=15380 vsize=10543468 CPUtime=0.51 cores=0,2,4,6
/proc/15382/stat : 15382 (java) S 15380 15382 13883 0 -1 4202496 17202 0 1 0 49 2 0 0 25 0 18 0 831297345 10796511232 16659 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15382/statm: 2635867 16660 2200 9 0 2626601 0
[pid=15382/tid=15383] ppid=15380 vsize=10543468 CPUtime=0.29 cores=0,2,4,6
/proc/15382/task/15383/stat : 15383 (java) R 15380 15382 13883 0 -1 4202560 13794 0 1 0 27 2 0 0 18 0 18 0 831297346 10796511232 16660 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 46912505567398 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 10543468

[startup+0.700776 s]
/proc/loadavg: 2.82 3.04 3.11 2/420 15382
/proc/meminfo: memFree=26406756/32950904 swapFree=56615552/67111528
[pid=15382] ppid=15380 vsize=10545516 CPUtime=1.29 cores=0,2,4,6
/proc/15382/stat : 15382 (java) S 15380 15382 13883 0 -1 4202496 50429 0 1 0 123 6 0 0 25 0 18 0 831297345 10798608384 48056 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15382/statm: 2636379 48060 2221 9 0 2627113 0
[pid=15382/tid=15383] ppid=15380 vsize=10545516 CPUtime=0.68 cores=0,2,4,6
/proc/15382/task/15383/stat : 15383 (java) R 15380 15382 13883 0 -1 4202560 43482 0 1 0 63 5 0 0 18 0 18 0 831297346 10798608384 48062 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 46912505731202 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 10545516

[startup+1.50067 s]
/proc/loadavg: 2.76 3.02 3.10 3/438 15400
/proc/meminfo: memFree=26104448/32950904 swapFree=56615552/67111528
[pid=15382] ppid=15380 vsize=10556948 CPUtime=2.42 cores=0,2,4,6
/proc/15382/stat : 15382 (java) S 15380 15382 13883 0 -1 4202496 130537 0 1 0 227 15 0 0 25 0 18 0 831297345 10810314752 126964 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15382/statm: 2639237 126964 2225 9 0 2629971 0
[pid=15382/tid=15383] ppid=15380 vsize=10556948 CPUtime=1.48 cores=0,2,4,6
/proc/15382/task/15383/stat : 15383 (java) R 15380 15382 13883 0 -1 4202560 118722 0 1 0 134 14 0 0 18 0 18 0 831297346 10810314752 126965 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 47918578865040 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15382/tid=15385] ppid=15380 vsize=10556948 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15385/stat : 15385 (java) S 15380 15382 13883 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831297347 10810314752 126968 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 4 0 0 0
[pid=15382/tid=15386] ppid=15380 vsize=10556948 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15386/stat : 15386 (java) S 15380 15382 13883 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 831297347 10810314752 126969 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15387] ppid=15380 vsize=10556948 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15387/stat : 15387 (java) S 15380 15382 13883 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831297347 10810314752 126972 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 4 0 0 0
[pid=15382/tid=15388] ppid=15380 vsize=10556948 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15388/stat : 15388 (java) S 15380 15382 13883 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831297347 10810314752 126975 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15389] ppid=15380 vsize=10556948 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15389/stat : 15389 (java) S 15380 15382 13883 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831297347 10810314752 126976 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 4 0 0 0
[pid=15382/tid=15390] ppid=15380 vsize=10556948 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15390/stat : 15390 (java) S 15380 15382 13883 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831297347 10810314752 126979 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 4 0 0 0
[pid=15382/tid=15391] ppid=15380 vsize=10556948 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15391/stat : 15391 (java) S 15380 15382 13883 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831297347 10810314752 126980 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15392] ppid=15380 vsize=10556948 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15392/stat : 15392 (java) S 15380 15382 13883 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831297347 10810314752 126981 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15393] ppid=15380 vsize=10556948 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15393/stat : 15393 (java) S 15380 15382 13883 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 831297348 10810314752 126982 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290696192 0 0 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15394] ppid=15380 vsize=10556948 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15394/stat : 15394 (java) S 15380 15382 13883 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 831297349 10810314752 126982 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15395] ppid=15380 vsize=10556948 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15395/stat : 15395 (java) S 15380 15382 13883 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 831297349 10810314752 126982 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15396] ppid=15380 vsize=10556948 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15396/stat : 15396 (java) S 15380 15382 13883 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831297351 10810314752 126982 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290703281 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15397] ppid=15380 vsize=10556948 CPUtime=0.43 cores=0,2,4,6
/proc/15382/task/15397/stat : 15397 (java) R 15380 15382 13883 0 -1 4202560 5463 0 0 0 43 0 0 0 16 0 18 0 831297351 10810314752 126982 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 47918579696350 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15382/tid=15398] ppid=15380 vsize=10556948 CPUtime=0.49 cores=0,2,4,6
/proc/15382/task/15398/stat : 15398 (java) R 15380 15382 13883 0 -1 4202560 5216 0 0 0 49 0 0 0 19 0 18 0 831297351 10810314752 126982 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 47918579668105 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15382/tid=15399] ppid=15380 vsize=10556948 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15399/stat : 15399 (java) S 15380 15382 13883 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831297351 10810314752 126982 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15400] ppid=15380 vsize=10556948 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15400/stat : 15400 (java) S 15380 15382 13883 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 831297351 10810314752 126986 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290696192 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 10556948

[startup+3.10128 s]
/proc/loadavg: 2.76 3.02 3.10 6/442 15404
/proc/meminfo: memFree=25778776/32950904 swapFree=56615552/67111528
[pid=15382] ppid=15380 vsize=10561060 CPUtime=6.41 cores=0,2,4,6
/proc/15382/stat : 15382 (java) S 15380 15382 13883 0 -1 4202496 273474 0 1 0 611 30 0 0 25 0 22 0 831297345 10814525440 269627 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15382/statm: 2640265 269627 2240 9 0 2630999 0
[pid=15382/tid=15383] ppid=15380 vsize=10561060 CPUtime=1.75 cores=0,2,4,6
/proc/15382/task/15383/stat : 15383 (java) S 15380 15382 13883 0 -1 4202560 141031 0 1 0 159 16 0 0 15 0 22 0 831297346 10814525440 269627 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290696192 0 4 0 16800975 18446604448655176128 0 0 -1 4 0 0 0
[pid=15382/tid=15385] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15385/stat : 15385 (java) S 15380 15382 13883 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297347 10814525440 269627 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 4 0 0 0
[pid=15382/tid=15386] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15386/stat : 15386 (java) S 15380 15382 13883 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831297347 10814525440 269627 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15387] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15387/stat : 15387 (java) S 15380 15382 13883 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297347 10814525440 269627 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 4 0 0 0
[pid=15382/tid=15388] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15388/stat : 15388 (java) S 15380 15382 13883 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297347 10814525440 269627 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15389] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15389/stat : 15389 (java) S 15380 15382 13883 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297347 10814525440 269627 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 4 0 0 0
[pid=15382/tid=15390] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15390/stat : 15390 (java) S 15380 15382 13883 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297347 10814525440 269627 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 4 0 0 0
[pid=15382/tid=15391] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15391/stat : 15391 (java) S 15380 15382 13883 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297347 10814525440 269627 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15392] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15392/stat : 15392 (java) S 15380 15382 13883 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297347 10814525440 269627 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15393] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15393/stat : 15393 (java) S 15380 15382 13883 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 22 0 831297348 10814525440 269627 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290696192 0 0 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15394] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15394/stat : 15394 (java) S 15380 15382 13883 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 831297349 10814525440 269627 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15395] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15395/stat : 15395 (java) S 15380 15382 13883 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831297349 10814525440 269627 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15396] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15396/stat : 15396 (java) S 15380 15382 13883 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297351 10814525440 269627 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290703281 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15397] ppid=15380 vsize=10561060 CPUtime=0.97 cores=0,2,4,6
/proc/15382/task/15397/stat : 15397 (java) S 15380 15382 13883 0 -1 4202560 5554 0 0 0 97 0 0 0 15 0 22 0 831297351 10814525440 269627 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 4 0 0 0
[pid=15382/tid=15398] ppid=15380 vsize=10561060 CPUtime=1.01 cores=0,2,4,6
/proc/15382/task/15398/stat : 15398 (java) S 15380 15382 13883 0 -1 4202560 5694 0 0 0 101 0 0 0 15 0 22 0 831297351 10814525440 269627 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 0 0 0 0
[pid=15382/tid=15399] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15399/stat : 15399 (java) S 15380 15382 13883 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297351 10814525440 269627 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15400] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15400/stat : 15400 (java) S 15380 15382 13883 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831297351 10814525440 269627 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290696192 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15401] ppid=15380 vsize=10561060 CPUtime=1.32 cores=0,2,4,6
/proc/15382/task/15401/stat : 15401 (java) R 15380 15382 13883 0 -1 4202560 1070 0 0 0 132 0 0 0 25 0 22 0 831297522 10814525440 269627 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 46912506205639 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15382/tid=15402] ppid=15380 vsize=10561060 CPUtime=1.3 cores=0,2,4,6
/proc/15382/task/15402/stat : 15402 (java) R 15380 15382 13883 0 -1 4202560 118956 0 0 0 118 12 0 0 25 0 22 0 831297522 10814525440 269627 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 46912506138051 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=15382/tid=15403] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15403/stat : 15403 (java) S 15380 15382 13883 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 831297528 10814525440 269627 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290696192 0 4 0 16800975 18446604448655176128 0 0 -1 0 0 0 0
[pid=15382/tid=15404] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15404/stat : 15404 (java) S 15380 15382 13883 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831297528 10814525440 269627 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290696192 0 4 0 16800975 18446604448655176128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.41
Current children cumulated vsize (KiB) 10561060

[startup+6.30077 s]
/proc/loadavg: 2.78 3.02 3.10 6/442 15404
/proc/meminfo: memFree=24500980/32950904 swapFree=56615552/67111528
[pid=15382] ppid=15380 vsize=10561060 CPUtime=12.97 cores=0,2,4,6
/proc/15382/stat : 15382 (java) S 15380 15382 13883 0 -1 4202496 503601 0 1 0 1244 53 0 0 25 0 22 0 831297345 10814525440 499631 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15382/statm: 2640265 499631 2267 9 0 2630999 0
[pid=15382/tid=15383] ppid=15380 vsize=10561060 CPUtime=1.75 cores=0,2,4,6
/proc/15382/task/15383/stat : 15383 (java) S 15380 15382 13883 0 -1 4202560 141032 0 1 0 159 16 0 0 15 0 22 0 831297346 10814525440 499631 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290696192 0 4 0 16800975 18446604448655176128 0 0 -1 4 0 0 0
[pid=15382/tid=15385] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15385/stat : 15385 (java) S 15380 15382 13883 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831297347 10814525440 499631 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 4 0 0 0
[pid=15382/tid=15386] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15386/stat : 15386 (java) S 15380 15382 13883 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 831297347 10814525440 499631 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 2 0 0 0
[pid=15382/tid=15387] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15387/stat : 15387 (java) S 15380 15382 13883 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831297347 10814525440 499631 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 4 0 0 0
[pid=15382/tid=15388] ppid=15380 vsize=10561060 CPUtime=0.04 cores=0,2,4,6
/proc/15382/task/15388/stat : 15388 (java) S 15380 15382 13883 0 -1 4202560 2751 0 0 0 4 0 0 0 18 0 22 0 831297347 10814525440 499631 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 0 0 0 0
[pid=15382/tid=15389] ppid=15380 vsize=10561060 CPUtime=0.05 cores=0,2,4,6
/proc/15382/task/15389/stat : 15389 (java) S 15380 15382 13883 0 -1 4202560 3793 0 0 0 5 0 0 0 18 0 22 0 831297347 10814525440 499631 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 4 0 0 0
[pid=15382/tid=15390] ppid=15380 vsize=10561060 CPUtime=0.06 cores=0,2,4,6
/proc/15382/task/15390/stat : 15390 (java) S 15380 15382 13883 0 -1 4202560 4123 0 0 0 6 0 0 0 18 0 22 0 831297347 10814525440 499631 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 2 0 0 0
[pid=15382/tid=15391] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15391/stat : 15391 (java) S 15380 15382 13883 0 -1 4202560 290 0 0 0 0 0 0 0 18 0 22 0 831297347 10814525440 499631 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 2 0 0 0
[pid=15382/tid=15392] ppid=15380 vsize=10561060 CPUtime=0.06 cores=0,2,4,6
/proc/15382/task/15392/stat : 15392 (java) S 15380 15382 13883 0 -1 4202560 3523 0 0 0 6 0 0 0 18 0 22 0 831297347 10814525440 499631 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 4 0 0 0
[pid=15382/tid=15393] ppid=15380 vsize=10561060 CPUtime=0.22 cores=0,2,4,6
/proc/15382/task/15393/stat : 15393 (java) S 15380 15382 13883 0 -1 4202560 17625 0 0 0 20 2 0 0 16 0 22 0 831297348 10814525440 499631 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290696192 0 0 0 16800975 18446604448655176128 0 0 -1 0 0 0 0
[pid=15382/tid=15394] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15394/stat : 15394 (java) S 15380 15382 13883 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831297349 10814525440 499631 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15395] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15395/stat : 15395 (java) S 15380 15382 13883 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831297349 10814525440 499631 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15396] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15396/stat : 15396 (java) S 15380 15382 13883 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297351 10814525440 499631 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290703281 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0

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

/proc/meminfo: memFree=22086316/32950904 swapFree=56615552/67111528
[pid=15382] ppid=15380 vsize=10561060 CPUtime=1618.07 cores=0,2,4,6
/proc/15382/stat : 15382 (java) S 15380 15382 13883 0 -1 4202496 1028377 0 1 0 161684 123 0 0 25 0 22 0 831297345 10814525440 1019241 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15382/statm: 2640265 1019241 2267 9 0 2630999 0
[pid=15382/tid=15383] ppid=15380 vsize=10561060 CPUtime=1.75 cores=0,2,4,6
/proc/15382/task/15383/stat : 15383 (java) S 15380 15382 13883 0 -1 4202560 141053 0 1 0 159 16 0 0 15 0 22 0 831297346 10814525440 1019241 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290696192 0 4 0 16800975 18446604448655176128 0 0 -1 2 0 0 0
[pid=15382/tid=15385] ppid=15380 vsize=10561060 CPUtime=0.94 cores=0,2,4,6
/proc/15382/task/15385/stat : 15385 (java) S 15380 15382 13883 0 -1 4202560 12322 0 0 0 92 2 0 0 15 0 22 0 831297347 10814525440 1019241 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15386] ppid=15380 vsize=10561060 CPUtime=1 cores=0,2,4,6
/proc/15382/task/15386/stat : 15386 (java) S 15380 15382 13883 0 -1 4202560 14101 0 0 0 98 2 0 0 15 0 22 0 831297347 10814525440 1019241 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 0 0 0 0
[pid=15382/tid=15387] ppid=15380 vsize=10561060 CPUtime=0.89 cores=0,2,4,6
/proc/15382/task/15387/stat : 15387 (java) S 15380 15382 13883 0 -1 4202560 11398 0 0 0 87 2 0 0 15 0 22 0 831297347 10814525440 1019241 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 0 0 0 0
[pid=15382/tid=15388] ppid=15380 vsize=10561060 CPUtime=1.21 cores=0,2,4,6
/proc/15382/task/15388/stat : 15388 (java) S 15380 15382 13883 0 -1 4202560 16977 0 0 0 118 3 0 0 15 0 22 0 831297347 10814525440 1019241 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15389] ppid=15380 vsize=10561060 CPUtime=1.19 cores=0,2,4,6
/proc/15382/task/15389/stat : 15389 (java) S 15380 15382 13883 0 -1 4202560 15868 0 0 0 117 2 0 0 16 0 22 0 831297347 10814525440 1019241 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15390] ppid=15380 vsize=10561060 CPUtime=1.01 cores=0,2,4,6
/proc/15382/task/15390/stat : 15390 (java) S 15380 15382 13883 0 -1 4202560 14898 0 0 0 99 2 0 0 16 0 22 0 831297347 10814525440 1019241 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15391] ppid=15380 vsize=10561060 CPUtime=1.11 cores=0,2,4,6
/proc/15382/task/15391/stat : 15391 (java) S 15380 15382 13883 0 -1 4202560 13965 0 0 0 110 1 0 0 16 0 22 0 831297347 10814525440 1019241 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 0 0 0 0
[pid=15382/tid=15392] ppid=15380 vsize=10561060 CPUtime=1.06 cores=0,2,4,6
/proc/15382/task/15392/stat : 15392 (java) S 15380 15382 13883 0 -1 4202560 15744 0 0 0 105 1 0 0 16 0 22 0 831297347 10814525440 1019241 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 2 0 0 0
[pid=15382/tid=15393] ppid=15380 vsize=10561060 CPUtime=31.39 cores=0,2,4,6
/proc/15382/task/15393/stat : 15393 (java) S 15380 15382 13883 0 -1 4202560 67108 0 0 0 3131 8 0 0 15 0 22 0 831297348 10814525440 1019241 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290696192 0 0 0 16800975 18446604448655176128 0 0 -1 4 0 0 0
[pid=15382/tid=15394] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15394/stat : 15394 (java) S 15380 15382 13883 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831297349 10814525440 1019241 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15395] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15395/stat : 15395 (java) S 15380 15382 13883 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831297349 10814525440 1019241 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15396] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15396/stat : 15396 (java) S 15380 15382 13883 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297351 10814525440 1019241 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290703281 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15397] ppid=15380 vsize=10561060 CPUtime=1.54 cores=0,2,4,6
/proc/15382/task/15397/stat : 15397 (java) S 15380 15382 13883 0 -1 4202560 8568 0 0 0 154 0 0 0 16 0 22 0 831297351 10814525440 1019241 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 4 0 0 0
[pid=15382/tid=15398] ppid=15380 vsize=10561060 CPUtime=1.43 cores=0,2,4,6
/proc/15382/task/15398/stat : 15398 (java) S 15380 15382 13883 0 -1 4202560 5746 0 0 0 143 0 0 0 15 0 22 0 831297351 10814525440 1019241 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 0 0 0 0
[pid=15382/tid=15399] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15399/stat : 15399 (java) S 15380 15382 13883 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297351 10814525440 1019241 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15400] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15400/stat : 15400 (java) S 15380 15382 13883 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 22 0 831297351 10814525440 1019241 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290696192 0 4 0 16800975 18446604448655176128 0 0 -1 2 0 0 0
[pid=15382/tid=15401] ppid=15380 vsize=10561060 CPUtime=786.7 cores=0,2,4,6
/proc/15382/task/15401/stat : 15401 (java) R 15380 15382 13883 0 -1 4202560 1573 0 0 0 78668 2 0 0 25 0 22 0 831297522 10814525440 1019241 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 46912506048355 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15382/tid=15402] ppid=15380 vsize=10561060 CPUtime=786.68 cores=0,2,4,6
/proc/15382/task/15402/stat : 15402 (java) R 15380 15382 13883 0 -1 4202560 687853 0 0 0 78595 73 0 0 25 0 22 0 831297522 10814525440 1019241 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 46912506216361 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15382/tid=15403] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15403/stat : 15403 (java) S 15380 15382 13883 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 831297528 10814525440 1019241 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290696192 0 4 0 16800975 18446604448655176128 0 0 -1 0 0 0 0
[pid=15382/tid=15404] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15404/stat : 15404 (java) S 15380 15382 13883 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831297528 10814525440 1019241 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290696192 0 4 0 16800975 18446604448655176128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1618.07
Current children cumulated vsize (KiB) 10561060

[startup+882.301 s]
/proc/loadavg: 3.88 3.82 3.51 6/443 15542
/proc/meminfo: memFree=22034304/32950904 swapFree=56615552/67111528
[pid=15382] ppid=15380 vsize=10561060 CPUtime=1736.25 cores=0,2,4,6
/proc/15382/stat : 15382 (java) S 15380 15382 13883 0 -1 4202496 1038879 0 1 0 173501 124 0 0 25 0 22 0 831297345 10814525440 1029470 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15382/statm: 2640265 1029470 2267 9 0 2630999 0
[pid=15382/tid=15383] ppid=15380 vsize=10561060 CPUtime=1.75 cores=0,2,4,6
/proc/15382/task/15383/stat : 15383 (java) S 15380 15382 13883 0 -1 4202560 141055 0 1 0 159 16 0 0 15 0 22 0 831297346 10814525440 1029470 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290696192 0 4 0 16800975 18446604448655176128 0 0 -1 2 0 0 0
[pid=15382/tid=15385] ppid=15380 vsize=10561060 CPUtime=0.96 cores=0,2,4,6
/proc/15382/task/15385/stat : 15385 (java) S 15380 15382 13883 0 -1 4202560 12992 0 0 0 94 2 0 0 15 0 22 0 831297347 10814525440 1029470 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15386] ppid=15380 vsize=10561060 CPUtime=1.07 cores=0,2,4,6
/proc/15382/task/15386/stat : 15386 (java) S 15380 15382 13883 0 -1 4202560 15171 0 0 0 105 2 0 0 16 0 22 0 831297347 10814525440 1029470 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 2 0 0 0
[pid=15382/tid=15387] ppid=15380 vsize=10561060 CPUtime=0.99 cores=0,2,4,6
/proc/15382/task/15387/stat : 15387 (java) S 15380 15382 13883 0 -1 4202560 12331 0 0 0 97 2 0 0 15 0 22 0 831297347 10814525440 1029470 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 2 0 0 0
[pid=15382/tid=15388] ppid=15380 vsize=10561060 CPUtime=1.34 cores=0,2,4,6
/proc/15382/task/15388/stat : 15388 (java) S 15380 15382 13883 0 -1 4202560 18154 0 0 0 131 3 0 0 16 0 22 0 831297347 10814525440 1029470 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 2 0 0 0
[pid=15382/tid=15389] ppid=15380 vsize=10561060 CPUtime=1.23 cores=0,2,4,6
/proc/15382/task/15389/stat : 15389 (java) S 15380 15382 13883 0 -1 4202560 16456 0 0 0 121 2 0 0 16 0 22 0 831297347 10814525440 1029470 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15390] ppid=15380 vsize=10561060 CPUtime=1.18 cores=0,2,4,6
/proc/15382/task/15390/stat : 15390 (java) S 15380 15382 13883 0 -1 4202560 16582 0 0 0 115 3 0 0 16 0 22 0 831297347 10814525440 1029470 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15391] ppid=15380 vsize=10561060 CPUtime=1.2 cores=0,2,4,6
/proc/15382/task/15391/stat : 15391 (java) S 15380 15382 13883 0 -1 4202560 15600 0 0 0 118 2 0 0 16 0 22 0 831297347 10814525440 1029470 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 0 0 0 0
[pid=15382/tid=15392] ppid=15380 vsize=10561060 CPUtime=1.22 cores=0,2,4,6
/proc/15382/task/15392/stat : 15392 (java) S 15380 15382 13883 0 -1 4202560 16915 0 0 0 120 2 0 0 15 0 22 0 831297347 10814525440 1029470 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 2 0 0 0
[pid=15382/tid=15393] ppid=15380 vsize=10561060 CPUtime=33.57 cores=0,2,4,6
/proc/15382/task/15393/stat : 15393 (java) S 15380 15382 13883 0 -1 4202560 68669 0 0 0 3349 8 0 0 15 0 22 0 831297348 10814525440 1029470 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290696192 0 0 0 16800975 18446604448655176128 0 0 -1 4 0 0 0
[pid=15382/tid=15394] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15394/stat : 15394 (java) S 15380 15382 13883 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831297349 10814525440 1029470 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15395] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15395/stat : 15395 (java) S 15380 15382 13883 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831297349 10814525440 1029470 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15396] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15396/stat : 15396 (java) S 15380 15382 13883 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297351 10814525440 1029470 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290703281 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15397] ppid=15380 vsize=10561060 CPUtime=1.54 cores=0,2,4,6
/proc/15382/task/15397/stat : 15397 (java) S 15380 15382 13883 0 -1 4202560 8568 0 0 0 154 0 0 0 16 0 22 0 831297351 10814525440 1029470 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 4 0 0 0
[pid=15382/tid=15398] ppid=15380 vsize=10561060 CPUtime=1.43 cores=0,2,4,6
/proc/15382/task/15398/stat : 15398 (java) S 15380 15382 13883 0 -1 4202560 5746 0 0 0 143 0 0 0 15 0 22 0 831297351 10814525440 1029470 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 0 0 0 0
[pid=15382/tid=15399] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15399/stat : 15399 (java) S 15380 15382 13883 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297351 10814525440 1029470 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15400] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15400/stat : 15400 (java) S 15380 15382 13883 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 831297351 10814525440 1029470 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290696192 0 4 0 16800975 18446604448655176128 0 0 -1 2 0 0 0
[pid=15382/tid=15401] ppid=15380 vsize=10561060 CPUtime=844.32 cores=0,2,4,6
/proc/15382/task/15401/stat : 15401 (java) R 15380 15382 13883 0 -1 4202560 1579 0 0 0 84430 2 0 0 25 0 22 0 831297522 10814525440 1029470 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 46912505759128 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15382/tid=15402] ppid=15380 vsize=10561060 CPUtime=844.3 cores=0,2,4,6
/proc/15382/task/15402/stat : 15402 (java) R 15380 15382 13883 0 -1 4202560 687854 0 0 0 84357 73 0 0 25 0 22 0 831297522 10814525440 1029470 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 46912505886430 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15382/tid=15403] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15403/stat : 15403 (java) S 15380 15382 13883 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 831297528 10814525440 1029470 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290696192 0 4 0 16800975 18446604448655176128 0 0 -1 0 0 0 0
[pid=15382/tid=15404] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15404/stat : 15404 (java) S 15380 15382 13883 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831297528 10814525440 1029470 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290696192 0 4 0 16800975 18446604448655176128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1736.25
Current children cumulated vsize (KiB) 10561060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+915.001 s]
/proc/loadavg: 3.93 3.84 3.52 6/443 15543
/proc/meminfo: memFree=22008964/32950904 swapFree=56615552/67111528
[pid=15382] ppid=15380 vsize=10561060 CPUtime=1800.18 cores=0,2,4,6
/proc/15382/stat : 15382 (java) S 15380 15382 13883 0 -1 4202496 1045468 0 1 0 179893 125 0 0 25 0 22 0 831297345 10814525440 1035900 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15382/statm: 2640265 1035900 2268 9 0 2630999 0
[pid=15382/tid=15383] ppid=15380 vsize=10561060 CPUtime=1.75 cores=0,2,4,6
/proc/15382/task/15383/stat : 15383 (java) S 15380 15382 13883 0 -1 4202560 141057 0 1 0 159 16 0 0 15 0 22 0 831297346 10814525440 1035900 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290696192 0 4 0 16800975 18446604448655176128 0 0 -1 2 0 0 0
[pid=15382/tid=15385] ppid=15380 vsize=10561060 CPUtime=1 cores=0,2,4,6
/proc/15382/task/15385/stat : 15385 (java) S 15380 15382 13883 0 -1 4202560 13564 0 0 0 98 2 0 0 15 0 22 0 831297347 10814525440 1035900 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15386] ppid=15380 vsize=10561060 CPUtime=1.12 cores=0,2,4,6
/proc/15382/task/15386/stat : 15386 (java) S 15380 15382 13883 0 -1 4202560 16239 0 0 0 109 3 0 0 16 0 22 0 831297347 10814525440 1035900 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 2 0 0 0
[pid=15382/tid=15387] ppid=15380 vsize=10561060 CPUtime=1 cores=0,2,4,6
/proc/15382/task/15387/stat : 15387 (java) S 15380 15382 13883 0 -1 4202560 12331 0 0 0 98 2 0 0 15 0 22 0 831297347 10814525440 1035900 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 2 0 0 0
[pid=15382/tid=15388] ppid=15380 vsize=10561060 CPUtime=1.42 cores=0,2,4,6
/proc/15382/task/15388/stat : 15388 (java) S 15380 15382 13883 0 -1 4202560 19231 0 0 0 139 3 0 0 15 0 22 0 831297347 10814525440 1035900 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15389] ppid=15380 vsize=10561060 CPUtime=1.29 cores=0,2,4,6
/proc/15382/task/15389/stat : 15389 (java) S 15380 15382 13883 0 -1 4202560 17423 0 0 0 126 3 0 0 16 0 22 0 831297347 10814525440 1035900 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15390] ppid=15380 vsize=10561060 CPUtime=1.2 cores=0,2,4,6
/proc/15382/task/15390/stat : 15390 (java) S 15380 15382 13883 0 -1 4202560 17038 0 0 0 117 3 0 0 15 0 22 0 831297347 10814525440 1035900 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15391] ppid=15380 vsize=10561060 CPUtime=1.26 cores=0,2,4,6
/proc/15382/task/15391/stat : 15391 (java) S 15380 15382 13883 0 -1 4202560 16618 0 0 0 124 2 0 0 16 0 22 0 831297347 10814525440 1035900 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 0 0 0 0
[pid=15382/tid=15392] ppid=15380 vsize=10561060 CPUtime=1.31 cores=0,2,4,6
/proc/15382/task/15392/stat : 15392 (java) S 15380 15382 13883 0 -1 4202560 18336 0 0 0 129 2 0 0 15 0 22 0 831297347 10814525440 1035900 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15393] ppid=15380 vsize=10561060 CPUtime=35.24 cores=0,2,4,6
/proc/15382/task/15393/stat : 15393 (java) S 15380 15382 13883 0 -1 4202560 68671 0 0 0 3516 8 0 0 15 0 22 0 831297348 10814525440 1035900 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290696192 0 0 0 16800975 18446604448655176128 0 0 -1 4 0 0 0
[pid=15382/tid=15394] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15394/stat : 15394 (java) S 15380 15382 13883 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831297349 10814525440 1035900 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15395] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15395/stat : 15395 (java) S 15380 15382 13883 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831297349 10814525440 1035900 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15396] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15396/stat : 15396 (java) S 15380 15382 13883 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297351 10814525440 1035900 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290703281 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15397] ppid=15380 vsize=10561060 CPUtime=1.54 cores=0,2,4,6
/proc/15382/task/15397/stat : 15397 (java) S 15380 15382 13883 0 -1 4202560 8568 0 0 0 154 0 0 0 16 0 22 0 831297351 10814525440 1035900 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 4 0 0 0
[pid=15382/tid=15398] ppid=15380 vsize=10561060 CPUtime=1.45 cores=0,2,4,6
/proc/15382/task/15398/stat : 15398 (java) S 15380 15382 13883 0 -1 4202560 5748 0 0 0 145 0 0 0 15 0 22 0 831297351 10814525440 1035900 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 0 0 0 0
[pid=15382/tid=15399] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15399/stat : 15399 (java) S 15380 15382 13883 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831297351 10814525440 1035900 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290695577 0 4 0 16800975 18446604448655176128 0 0 -1 6 0 0 0
[pid=15382/tid=15400] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15400/stat : 15400 (java) S 15380 15382 13883 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 831297351 10814525440 1035900 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290696192 0 4 0 16800975 18446604448655176128 0 0 -1 2 0 0 0
[pid=15382/tid=15401] ppid=15380 vsize=10561060 CPUtime=875.25 cores=0,2,4,6
/proc/15382/task/15401/stat : 15401 (java) R 15380 15382 13883 0 -1 4202560 1581 0 0 0 87523 2 0 0 25 0 22 0 831297522 10814525440 1035900 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 46912506085095 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15382/tid=15402] ppid=15380 vsize=10561060 CPUtime=875.24 cores=0,2,4,6
/proc/15382/task/15402/stat : 15402 (java) R 15380 15382 13883 0 -1 4202560 687854 0 0 0 87451 73 0 0 25 0 22 0 831297522 10814525440 1035900 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 46912506216366 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15382/tid=15403] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15403/stat : 15403 (java) S 15380 15382 13883 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 831297528 10814525440 1035900 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290696192 0 4 0 16800975 18446604448655176128 0 0 -1 0 0 0 0
[pid=15382/tid=15404] ppid=15380 vsize=10561060 CPUtime=0 cores=0,2,4,6
/proc/15382/task/15404/stat : 15404 (java) S 15380 15382 13883 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831297528 10814525440 1035900 33554432000 1073741824 1073778376 140735303248432 18446744073709551615 237290696192 0 4 0 16800975 18446604448655176128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 10561060

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

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

[startup+915.122 s]
/proc/loadavg: 3.93 3.84 3.52 4/424 15546
/proc/meminfo: memFree=23941396/32950904 swapFree=56615552/67111528
[pid=15382] ppid=15380 vsize=0 CPUtime=1800.38 cores=0,2,4,6
/proc/15382/stat : 15382 (java) Z 15380 15382 13883 0 -1 4203548 1045495 0 1 0 179904 134 0 0 17 0 2 0 831297345 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15382/statm: 0 0 0 0 0 0 0
[pid=15382/tid=15545] ppid=15380 vsize=0 CPUtime=0.08 cores=0,2,4,6
/proc/15382/task/15545/stat : 15545 (java) R 15380 15382 13883 0 -1 4203588 11 0 0 0 0 8 0 0 18 0 2 0 831388848 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.38
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 915.205
CPU time (s): 1800.46
CPU user time (s): 1799.05
CPU system time (s): 1.41478
CPU usage (%): 196.728
Max. virtual memory (cumulated for all children) (KiB): 10561060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.05
system time used= 1.41478
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1045495
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= 24765
involuntary context switches= 20503

runsolver used 3.72243 second user time and 8.27874 second system time

The end

Launcher Data

Begin job on node121 at 2011-06-04 16:16:16
IDJOB=3455450
IDBENCH=74232
IDSOLVER=1950
FILE ID=node121/3455450-1307196976
RUNJOBID= node121-1307195726-13901
PBS_JOBID= 13508874
Free space on /tmp= 73952 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12036_4-sat.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455450-1307196976/watcher-3455450-1307196976 -o /tmp/evaluation-result-3455450-1307196976/solver-3455450-1307196976 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455450-1307196976.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= b4d4215a44d43278004dfcd0ea549fa8
RANDOM SEED=1357176360

node121.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.817
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.63
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.817
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	: 5226.07
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.817
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.84
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.817
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.77
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.817
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.82
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.817
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.74
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.817
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.75
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.817
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      26406912 kB
Buffers:        333392 kB
Cached:         517524 kB
SwapCached:       9896 kB
Active:        5815128 kB
Inactive:       460572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      26406912 kB
SwapTotal:    67111528 kB
SwapFree:     56615552 kB
Dirty:            6856 kB
Writeback:           0 kB
AnonPages:     5421876 kB
Mapped:          21304 kB
Slab:           143456 kB
PageTables:      58944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 93875176 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= 73944 MiB
End job on node121 at 2011-06-04 16:31:33