Trace number 3454166

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.33 904.439

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.6.accl.ucl.opb
MD5SUM9d22902ade96af236e70cdbf7d8bd853
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1637.97
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23621
Total number of constraints67526
Number of constraints which are clauses65126
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2400
Minimum length of a constraint1
Maximum length of a constraint13
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 71
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 261
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.3.1.v20110525
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.18-164.el5
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		9996466904
0.03/0.08	c Max memory 		10048897024
0.03/0.08	c Total memory 		10048897024
0.03/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-3454166-1307187619.opb
0.10/0.11	c reading problem ... 
1.28/0.88	c ... done. Wall clock time 0.764s.
1.28/0.88	c #vars     23621
1.28/0.88	c #constraints  67526
1.28/0.88	c constraints type 
1.28/0.88	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21189
1.28/0.88	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 43936
1.28/0.88	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2400
1.28/0.88	c constraints type 
1.28/0.88	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 43936
1.28/0.88	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 21189
1.28/0.88	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2400
7.90/3.57	c cleaning 2487 clauses out of 5000 with flag 5000/5000
13.12/6.10	c cleaning 4245 clauses out of 8512 with flag 11000/11000
19.65/9.43	c cleaning 5632 clauses out of 11269 with flag 18002/18002
29.55/14.41	c cleaning 6804 clauses out of 13634 with flag 26000/26000
34.33/16.80	c cleaning 0 clauses out of 4998 with flag 0/5001
39.04/19.10	c cleaning 7901 clauses out of 15830 with flag 35000/35000
50.33/24.82	c cleaning 8945 clauses out of 17929 with flag 45000/45000
62.04/30.81	c cleaning 9969 clauses out of 19985 with flag 56001/56001
74.46/37.08	c cleaning 10964 clauses out of 22015 with flag 68000/68000
87.77/43.71	c cleaning 12013 clauses out of 24052 with flag 81001/81001
102.23/51.05	c cleaning 13011 clauses out of 26043 with flag 95005/95005
118.95/59.45	c cleaning 14001 clauses out of 28029 with flag 110003/110003
134.30/67.25	c cleaning 14985 clauses out of 30025 with flag 126000/126000
155.36/77.83	c cleaning 16000 clauses out of 32041 with flag 143001/143001
181.43/90.92	c cleaning 17003 clauses out of 34044 with flag 161004/161004
205.31/102.91	c cleaning 17980 clauses out of 36037 with flag 180000/180000
228.28/114.52	c cleaning 0 clauses out of 11000 with flag 0/11004
228.92/114.90	c cleaning 19015 clauses out of 38057 with flag 200000/200000
260.58/130.88	c cleaning 19999 clauses out of 40046 with flag 221004/221004
305.79/153.57	c cleaning 20984 clauses out of 42043 with flag 243000/243000
350.73/176.10	c cleaning 22018 clauses out of 44061 with flag 266002/266002
385.42/193.53	c cleaning 23016 clauses out of 46042 with flag 290001/290001
421.41/211.63	c cleaning 24000 clauses out of 48028 with flag 315003/315003
455.19/228.60	c cleaning 24993 clauses out of 50025 with flag 341000/341000
491.89/247.10	c cleaning 26001 clauses out of 52032 with flag 368000/368000
536.10/269.33	c cleaning 27000 clauses out of 54032 with flag 396001/396001
573.77/288.27	c cleaning 28011 clauses out of 56033 with flag 425002/425002
618.93/310.96	c cleaning 28981 clauses out of 58020 with flag 455000/455000
661.04/332.21	c cleaning 30020 clauses out of 60040 with flag 486001/486001
681.99/342.75	c cleaning 0 clauses out of 17997 with flag 0/18001
720.21/361.94	c cleaning 31000 clauses out of 62019 with flag 518000/518000
763.17/383.53	c cleaning 31997 clauses out of 64019 with flag 551000/551000
823.62/413.93	c cleaning 32978 clauses out of 66022 with flag 585000/585000
882.02/443.31	c cleaning 33991 clauses out of 68044 with flag 620000/620000
931.38/468.03	c cleaning 35015 clauses out of 70055 with flag 656002/656002
999.95/502.40	c cleaning 36001 clauses out of 72041 with flag 693003/693003
1077.24/541.29	c cleaning 36988 clauses out of 74038 with flag 731001/731001
1152.59/579.08	c cleaning 38005 clauses out of 76050 with flag 770001/770001
1228.63/617.17	c cleaning 39014 clauses out of 78046 with flag 810002/810002
1290.52/648.25	c cleaning 40002 clauses out of 80031 with flag 851001/851001
1366.70/686.50	c cleaning 40982 clauses out of 82028 with flag 893000/893000
1430.23/718.41	c cleaning 42003 clauses out of 84046 with flag 936000/936000
1495.14/751.04	c cleaning 42996 clauses out of 86043 with flag 980000/980000
1560.86/784.08	c cleaning 0 clauses out of 25997 with flag 0/26001
1584.22/795.93	c cleaning 43999 clauses out of 88047 with flag 1025000/1025000
1679.79/843.80	c cleaning 45003 clauses out of 90049 with flag 1071001/1071001
1768.93/888.58	c cleaning 46006 clauses out of 92045 with flag 1118000/1118000
1800.05/904.24	c starts		: 189
1800.05/904.24	c conflicts		: 1129654
1800.05/904.24	c decisions		: 3156752
1800.05/904.24	c propagations		: 725383410
1800.05/904.24	c inspects		: 3618536084
1800.05/904.24	c shortcuts		: 0
1800.05/904.24	c learnt literals	: 3
1800.05/904.24	c learnt binary clauses	: 241
1800.05/904.24	c learnt ternary clauses	: 680
1800.05/904.24	c learnt constraints	: 1129651
1800.05/904.24	c ignored constraints	: 0
1800.05/904.24	c root simplifications	: 0
1800.05/904.24	c removed literals (reason simplification)	: 107121432
1800.05/904.24	c reason swapping (by a shorter reason)	: 0
1800.05/904.24	c Calls to reduceDB	: 43
1800.05/904.24	c number of reductions to clauses (during analyze)	: 0
1800.05/904.24	c number of learned constraints concerned by reduction	: 0
1800.05/904.24	c number of learning phase by resolution	: 0
1800.05/904.24	c number of learning phase by cutting planes	: 0
1800.05/904.24	c speed (assignments/second)	: 802979.0372894264
1800.05/904.24	c non guided choices	1843
1800.05/904.27	c learnt constraints type 
1800.05/904.27	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 241
1800.05/904.27	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 57478
1800.05/904.27	c constraints type 
1800.05/904.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21189
1800.05/904.27	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 43936
1800.05/904.27	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2400
1800.05/904.27	c constraints type 
1800.05/904.27	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 43936
1800.05/904.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 21189
1800.05/904.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2400
1800.05/904.27	s UNKNOWN
1800.05/904.27	c Total wall clock time (in seconds): 904.156

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-3454166-1307187619/watcher-3454166-1307187619 -o /tmp/evaluation-result-3454166-1307187619/solver-3454166-1307187619 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454166-1307187619.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: 1.76 1.23 1.30 3/512 19398
/proc/meminfo: memFree=23005440/32950928 swapFree=58671692/67111528
[pid=19398] ppid=19396 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/19398/stat : 19398 (java) S 19396 19398 16455 0 -1 4202496 5063 0 1 0 0 0 0 0 25 0 2 0 908992580 10694979584 4765 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427194341 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/19398/statm: 2611079 4778 917 9 0 2602235 0
[pid=19398/tid=19399] ppid=19396 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19399/stat : 19399 (java) R 19396 19398 16455 0 -1 4202560 7640 0 1 0 0 0 0 0 25 0 2 0 908992580 10694979584 8456 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256415085627 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0507719 s]
/proc/loadavg: 1.76 1.23 1.30 3/512 19398
/proc/meminfo: memFree=23005440/32950928 swapFree=58671692/67111528
[pid=19398] ppid=19396 vsize=10467616 CPUtime=0.03 cores=0,2,4,6
/proc/19398/stat : 19398 (java) S 19396 19398 16455 0 -1 4202496 11441 0 1 0 3 0 0 0 25 0 13 0 908992580 10718838784 11138 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427194341 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0
/proc/19398/statm: 2616904 11138 1684 9 0 2607652 0
[pid=19398/tid=19399] ppid=19396 vsize=10467616 CPUtime=0.03 cores=0,2,4,6
/proc/19398/task/19399/stat : 19399 (java) R 19396 19398 16455 0 -1 4202560 10293 0 1 0 3 0 0 0 25 0 13 0 908992580 10718838784 11138 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 47062445897747 0 4 0 16800971 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10467616

[startup+0.100718 s]
/proc/loadavg: 1.76 1.23 1.30 3/512 19398
/proc/meminfo: memFree=23005440/32950928 swapFree=58671692/67111528
[pid=19398] ppid=19396 vsize=10540364 CPUtime=0.1 cores=0,2,4,6
/proc/19398/stat : 19398 (java) S 19396 19398 16455 0 -1 4202496 13067 0 1 0 9 1 0 0 25 0 18 0 908992580 10793332736 12764 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19398/statm: 2635091 12764 2093 9 0 2625825 0
[pid=19398/tid=19399] ppid=19396 vsize=10540364 CPUtime=0.08 cores=0,2,4,6
/proc/19398/task/19399/stat : 19399 (java) R 19396 19398 16455 0 -1 4202560 11157 0 1 0 7 1 0 0 25 0 18 0 908992580 10793332736 12764 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427218379 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540364

[startup+0.300681 s]
/proc/loadavg: 1.76 1.23 1.30 3/512 19398
/proc/meminfo: memFree=23005440/32950928 swapFree=58671692/67111528
[pid=19398] ppid=19396 vsize=10542444 CPUtime=0.45 cores=0,2,4,6
/proc/19398/stat : 19398 (java) S 19396 19398 16455 0 -1 4202496 15618 0 1 0 44 1 0 0 25 0 18 0 908992580 10795462656 15251 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19398/statm: 2635611 15252 2199 9 0 2626345 0
[pid=19398/tid=19399] ppid=19396 vsize=10542444 CPUtime=0.28 cores=0,2,4,6
/proc/19398/task/19399/stat : 19399 (java) R 19396 19398 16455 0 -1 4202560 12987 0 1 0 27 1 0 0 25 0 18 0 908992580 10795462656 15252 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 46912505569897 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 10542444

[startup+0.700633 s]
/proc/loadavg: 1.76 1.23 1.30 3/512 19398
/proc/meminfo: memFree=23005440/32950928 swapFree=58671692/67111528
[pid=19398] ppid=19396 vsize=10549880 CPUtime=1.16 cores=0,2,4,6
/proc/19398/stat : 19398 (java) S 19396 19398 16455 0 -1 4202496 49931 0 1 0 110 6 0 0 25 0 18 0 908992580 10803077120 47562 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19398/statm: 2637470 47567 2214 9 0 2628204 0
[pid=19398/tid=19399] ppid=19396 vsize=10549880 CPUtime=0.68 cores=0,2,4,6
/proc/19398/task/19399/stat : 19399 (java) R 19396 19398 16455 0 -1 4202560 43364 0 1 0 63 5 0 0 25 0 18 0 908992580 10803077120 47569 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 46912505538436 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 10549880

[startup+1.50147 s]
/proc/loadavg: 1.76 1.23 1.30 6/534 19420
/proc/meminfo: memFree=22768496/32950928 swapFree=58671692/67111528
[pid=19398] ppid=19396 vsize=10554744 CPUtime=3.47 cores=0,2,4,6
/proc/19398/stat : 19398 (java) S 19396 19398 16455 0 -1 4202496 92252 0 1 0 334 13 0 0 25 0 22 0 908992580 10808057856 86006 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19398/statm: 2638686 86006 2239 9 0 2629420 0
[pid=19398/tid=19399] ppid=19396 vsize=10554744 CPUtime=0.86 cores=0,2,4,6
/proc/19398/task/19399/stat : 19399 (java) S 19396 19398 16455 0 -1 4202560 55699 0 1 0 79 7 0 0 20 0 22 0 908992580 10808057856 86006 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427208192 0 4 0 16800975 18446604445058042880 0 0 -1 2 0 0 0
[pid=19398/tid=19401] ppid=19396 vsize=10554744 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19401/stat : 19401 (java) S 19396 19398 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908992582 10808057856 86006 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 6 0 0 0
[pid=19398/tid=19402] ppid=19396 vsize=10554744 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19402/stat : 19402 (java) S 19396 19398 16455 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 908992582 10808057856 86006 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 6 0 0 0
[pid=19398/tid=19403] ppid=19396 vsize=10554744 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19403/stat : 19403 (java) S 19396 19398 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908992582 10808057856 86006 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 6 0 0 0
[pid=19398/tid=19404] ppid=19396 vsize=10554744 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19404/stat : 19404 (java) S 19396 19398 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908992582 10808057856 86006 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 6 0 0 0
[pid=19398/tid=19405] ppid=19396 vsize=10554744 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19405/stat : 19405 (java) S 19396 19398 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908992582 10808057856 86006 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 6 0 0 0
[pid=19398/tid=19406] ppid=19396 vsize=10554744 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19406/stat : 19406 (java) S 19396 19398 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908992582 10808057856 86006 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 6 0 0 0
[pid=19398/tid=19407] ppid=19396 vsize=10554744 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19407/stat : 19407 (java) S 19396 19398 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908992582 10808057856 86007 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 6 0 0 0
[pid=19398/tid=19408] ppid=19396 vsize=10554744 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19408/stat : 19408 (java) S 19396 19398 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908992582 10808057856 86010 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 6 0 0 0
[pid=19398/tid=19409] ppid=19396 vsize=10554744 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19409/stat : 19409 (java) S 19396 19398 16455 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 22 0 908992583 10808057856 86013 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427208192 0 0 0 16800975 18446604445058042880 0 0 -1 0 0 0 0
[pid=19398/tid=19410] ppid=19396 vsize=10554744 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19410/stat : 19410 (java) S 19396 19398 16455 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 908992584 10808057856 86015 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 2 0 0 0
[pid=19398/tid=19411] ppid=19396 vsize=10554744 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19411/stat : 19411 (java) S 19396 19398 16455 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 908992584 10808057856 86016 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 2 0 0 0
[pid=19398/tid=19412] ppid=19396 vsize=10554744 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19412/stat : 19412 (java) S 19396 19398 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908992586 10808057856 86016 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427215281 0 4 0 16800975 18446604445058042880 0 0 -1 2 0 0 0
[pid=19398/tid=19413] ppid=19396 vsize=10554744 CPUtime=0.7 cores=0,2,4,6
/proc/19398/task/19413/stat : 19413 (java) S 19396 19398 16455 0 -1 4202560 3795 0 0 0 70 0 0 0 15 0 22 0 908992586 10808057856 86017 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 6 0 0 0
[pid=19398/tid=19414] ppid=19396 vsize=10554744 CPUtime=0.64 cores=0,2,4,6
/proc/19398/task/19414/stat : 19414 (java) S 19396 19398 16455 0 -1 4202560 5972 0 0 0 63 1 0 0 15 0 22 0 908992586 10808057856 86017 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 2 0 0 0
[pid=19398/tid=19415] ppid=19396 vsize=10554744 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19415/stat : 19415 (java) S 19396 19398 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908992586 10808057856 86018 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 2 0 0 0
[pid=19398/tid=19416] ppid=19396 vsize=10554744 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19416/stat : 19416 (java) S 19396 19398 16455 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 908992586 10808057856 86019 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427208192 0 4 0 16800975 18446604445058042880 0 0 -1 4 0 0 0
[pid=19398/tid=19417] ppid=19396 vsize=10554744 CPUtime=0.61 cores=0,2,4,6
/proc/19398/task/19417/stat : 19417 (java) R 19396 19398 16455 0 -1 4202560 430 0 0 0 61 0 0 0 19 0 22 0 908992668 10808057856 86019 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 46912506043949 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19398/tid=19418] ppid=19396 vsize=10554744 CPUtime=0.6 cores=0,2,4,6
/proc/19398/task/19418/stat : 19418 (java) R 19396 19398 16455 0 -1 4202560 25202 0 0 0 57 3 0 0 18 0 22 0 908992668 10808057856 86020 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 46912505974394 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19398/tid=19419] ppid=19396 vsize=10554744 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19419/stat : 19419 (java) S 19396 19398 16455 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 908992671 10808057856 86020 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427208192 0 4 0 16800975 18446604445058042880 0 0 -1 4 0 0 0
[pid=19398/tid=19420] ppid=19396 vsize=10554744 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19420/stat : 19420 (java) S 19396 19398 16455 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 908992671 10808057856 86020 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427208192 0 4 0 16800975 18446604445058042880 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 10554744

[startup+3.10118 s]
/proc/loadavg: 1.76 1.23 1.30 5/534 19420
/proc/meminfo: memFree=22464596/32950928 swapFree=58671692/67111528
[pid=19398] ppid=19396 vsize=10553992 CPUtime=7.1 cores=0,2,4,6
/proc/19398/stat : 19398 (java) S 19396 19398 16455 0 -1 4202496 226273 0 1 0 681 29 0 0 25 0 22 0 908992580 10807287808 217340 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19398/statm: 2638498 217341 2243 9 0 2629232 0
[pid=19398/tid=19399] ppid=19396 vsize=10553992 CPUtime=0.86 cores=0,2,4,6
/proc/19398/task/19399/stat : 19399 (java) S 19396 19398 16455 0 -1 4202560 55699 0 1 0 79 7 0 0 15 0 22 0 908992580 10807287808 217341 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427208192 0 4 0 16800975 18446604445058042880 0 0 -1 2 0 0 0
[pid=19398/tid=19401] ppid=19396 vsize=10553992 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19401/stat : 19401 (java) S 19396 19398 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908992582 10807287808 217342 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 6 0 0 0
[pid=19398/tid=19402] ppid=19396 vsize=10553992 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19402/stat : 19402 (java) S 19396 19398 16455 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 908992582 10807287808 217342 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 6 0 0 0
[pid=19398/tid=19403] ppid=19396 vsize=10553992 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19403/stat : 19403 (java) S 19396 19398 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908992582 10807287808 217343 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 6 0 0 0
[pid=19398/tid=19404] ppid=19396 vsize=10553992 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19404/stat : 19404 (java) S 19396 19398 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908992582 10807287808 217343 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 6 0 0 0
[pid=19398/tid=19405] ppid=19396 vsize=10553992 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19405/stat : 19405 (java) S 19396 19398 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908992582 10807287808 217344 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 6 0 0 0
[pid=19398/tid=19406] ppid=19396 vsize=10553992 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19406/stat : 19406 (java) S 19396 19398 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908992582 10807287808 217345 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 6 0 0 0
[pid=19398/tid=19407] ppid=19396 vsize=10553992 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19407/stat : 19407 (java) S 19396 19398 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908992582 10807287808 217346 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 6 0 0 0
[pid=19398/tid=19408] ppid=19396 vsize=10553992 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19408/stat : 19408 (java) S 19396 19398 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908992582 10807287808 217347 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 6 0 0 0
[pid=19398/tid=19409] ppid=19396 vsize=10553992 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19409/stat : 19409 (java) S 19396 19398 16455 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 908992583 10807287808 217347 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427208192 0 0 0 16800975 18446604445058042880 0 0 -1 0 0 0 0
[pid=19398/tid=19410] ppid=19396 vsize=10553992 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19410/stat : 19410 (java) S 19396 19398 16455 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 908992584 10807287808 217348 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 2 0 0 0
[pid=19398/tid=19411] ppid=19396 vsize=10553992 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19411/stat : 19411 (java) S 19396 19398 16455 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 908992584 10807287808 217348 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 2 0 0 0
[pid=19398/tid=19412] ppid=19396 vsize=10553992 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19412/stat : 19412 (java) S 19396 19398 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908992586 10807287808 217349 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427215281 0 4 0 16800975 18446604445058042880 0 0 -1 2 0 0 0
[pid=19398/tid=19413] ppid=19396 vsize=10553992 CPUtime=0.89 cores=0,2,4,6
/proc/19398/task/19413/stat : 19413 (java) S 19396 19398 16455 0 -1 4202560 4693 0 0 0 89 0 0 0 15 0 22 0 908992586 10807287808 217349 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 2 0 0 0
[pid=19398/tid=19414] ppid=19396 vsize=10553992 CPUtime=0.89 cores=0,2,4,6
/proc/19398/task/19414/stat : 19414 (java) S 19396 19398 16455 0 -1 4202560 9562 0 0 0 87 2 0 0 15 0 22 0 908992586 10807287808 217350 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 6 0 0 0
[pid=19398/tid=19415] ppid=19396 vsize=10553992 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19415/stat : 19415 (java) S 19396 19398 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908992586 10807287808 217351 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 2 0 0 0
[pid=19398/tid=19416] ppid=19396 vsize=10553992 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19416/stat : 19416 (java) S 19396 19398 16455 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 908992586 10807287808 217353 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427208192 0 4 0 16800975 18446604445058042880 0 0 -1 4 0 0 0
[pid=19398/tid=19417] ppid=19396 vsize=10553992 CPUtime=2.21 cores=0,2,4,6
/proc/19398/task/19417/stat : 19417 (java) R 19396 19398 16455 0 -1 4202560 714 0 0 0 221 0 0 0 24 0 22 0 908992668 10807287808 217353 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 46912505877417 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19398/tid=19418] ppid=19396 vsize=10553992 CPUtime=2.2 cores=0,2,4,6
/proc/19398/task/19418/stat : 19418 (java) R 19396 19398 16455 0 -1 4202560 154451 0 0 0 202 18 0 0 19 0 22 0 908992668 10807287808 217354 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 46912505974380 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19398/tid=19419] ppid=19396 vsize=10553992 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19419/stat : 19419 (java) S 19396 19398 16455 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 908992671 10807287808 217355 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427208192 0 4 0 16800975 18446604445058042880 0 0 -1 4 0 0 0
[pid=19398/tid=19420] ppid=19396 vsize=10553992 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19420/stat : 19420 (java) S 19396 19398 16455 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 908992671 10807287808 217355 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427208192 0 4 0 16800975 18446604445058042880 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.1
Current children cumulated vsize (KiB) 10553992

[startup+6.30157 s]
/proc/loadavg: 1.86 1.26 1.31 4/534 19420
/proc/meminfo: memFree=21848276/32950928 swapFree=58671692/67111528
[pid=19398] ppid=19396 vsize=10554232 CPUtime=13.43 cores=0,2,4,6
/proc/19398/stat : 19398 (java) S 19396 19398 16455 0 -1 4202496 301718 0 1 0 1307 36 0 0 25 0 22 0 908992580 10807533568 292593 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19398/statm: 2638558 292593 2267 9 0 2629292 0
[pid=19398/tid=19399] ppid=19396 vsize=10554232 CPUtime=0.86 cores=0,2,4,6
/proc/19398/task/19399/stat : 19399 (java) S 19396 19398 16455 0 -1 4202560 55699 0 1 0 79 7 0 0 15 0 22 0 908992580 10807533568 292593 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427208192 0 4 0 16800975 18446604445058042880 0 0 -1 2 0 0 0
[pid=19398/tid=19401] ppid=19396 vsize=10554232 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19401/stat : 19401 (java) S 19396 19398 16455 0 -1 4202560 339 0 0 0 0 0 0 0 16 0 22 0 908992582 10807533568 292593 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 4 0 0 0
[pid=19398/tid=19402] ppid=19396 vsize=10554232 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19402/stat : 19402 (java) S 19396 19398 16455 0 -1 4202560 379 0 0 0 0 0 0 0 16 0 22 0 908992582 10807533568 292593 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 6 0 0 0
[pid=19398/tid=19403] ppid=19396 vsize=10554232 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19403/stat : 19403 (java) S 19396 19398 16455 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 908992582 10807533568 292593 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 6 0 0 0
[pid=19398/tid=19404] ppid=19396 vsize=10554232 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19404/stat : 19404 (java) S 19396 19398 16455 0 -1 4202560 316 0 0 0 0 0 0 0 16 0 22 0 908992582 10807533568 292593 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 2 0 0 0
[pid=19398/tid=19405] ppid=19396 vsize=10554232 CPUtime=0.01 cores=0,2,4,6
/proc/19398/task/19405/stat : 19405 (java) S 19396 19398 16455 0 -1 4202560 1209 0 0 0 1 0 0 0 18 0 22 0 908992582 10807533568 292593 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 2 0 0 0
[pid=19398/tid=19406] ppid=19396 vsize=10554232 CPUtime=0.02 cores=0,2,4,6
/proc/19398/task/19406/stat : 19406 (java) S 19396 19398 16455 0 -1 4202560 2354 0 0 0 2 0 0 0 18 0 22 0 908992582 10807533568 292593 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 2 0 0 0
[pid=19398/tid=19407] ppid=19396 vsize=10554232 CPUtime=0.02 cores=0,2,4,6
/proc/19398/task/19407/stat : 19407 (java) S 19396 19398 16455 0 -1 4202560 1553 0 0 0 2 0 0 0 18 0 22 0 908992582 10807533568 292593 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 4 0 0 0
[pid=19398/tid=19408] ppid=19396 vsize=10554232 CPUtime=0.02 cores=0,2,4,6
/proc/19398/task/19408/stat : 19408 (java) S 19396 19398 16455 0 -1 4202560 1654 0 0 0 2 0 0 0 18 0 22 0 908992582 10807533568 292593 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 6 0 0 0

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

/proc/meminfo: memFree=18435108/32950928 swapFree=58671692/67111528
[pid=19398] ppid=19396 vsize=10555256 CPUtime=1636.74 cores=0,2,4,6
/proc/19398/stat : 19398 (java) S 19396 19398 16455 0 -1 4202496 939667 0 1 0 163563 111 0 0 25 0 22 0 908992580 10808582144 927688 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19398/statm: 2638814 927688 2267 9 0 2629548 0
[pid=19398/tid=19399] ppid=19396 vsize=10555256 CPUtime=0.86 cores=0,2,4,6
/proc/19398/task/19399/stat : 19399 (java) S 19396 19398 16455 0 -1 4202560 55704 0 1 0 79 7 0 0 15 0 22 0 908992580 10808582144 927688 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427208192 0 4 0 16800975 18446604445058042880 0 0 -1 2 0 0 0
[pid=19398/tid=19401] ppid=19396 vsize=10555256 CPUtime=0.55 cores=0,2,4,6
/proc/19398/task/19401/stat : 19401 (java) S 19396 19398 16455 0 -1 4202560 5906 0 0 0 55 0 0 0 15 0 22 0 908992582 10808582144 927688 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 2 0 0 0
[pid=19398/tid=19402] ppid=19396 vsize=10555256 CPUtime=0.53 cores=0,2,4,6
/proc/19398/task/19402/stat : 19402 (java) S 19396 19398 16455 0 -1 4202560 5670 0 0 0 52 1 0 0 15 0 22 0 908992582 10808582144 927688 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 0 0 0 0
[pid=19398/tid=19403] ppid=19396 vsize=10555256 CPUtime=0.54 cores=0,2,4,6
/proc/19398/task/19403/stat : 19403 (java) S 19396 19398 16455 0 -1 4202560 4603 0 0 0 54 0 0 0 16 0 22 0 908992582 10808582144 927688 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 0 0 0 0
[pid=19398/tid=19404] ppid=19396 vsize=10555256 CPUtime=0.41 cores=0,2,4,6
/proc/19398/task/19404/stat : 19404 (java) S 19396 19398 16455 0 -1 4202560 3207 0 0 0 41 0 0 0 16 0 22 0 908992582 10808582144 927688 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 6 0 0 0
[pid=19398/tid=19405] ppid=19396 vsize=10555256 CPUtime=0.44 cores=0,2,4,6
/proc/19398/task/19405/stat : 19405 (java) S 19396 19398 16455 0 -1 4202560 4837 0 0 0 44 0 0 0 15 0 22 0 908992582 10808582144 927688 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 0 0 0 0
[pid=19398/tid=19406] ppid=19396 vsize=10555256 CPUtime=0.57 cores=0,2,4,6
/proc/19398/task/19406/stat : 19406 (java) S 19396 19398 16455 0 -1 4202560 9106 0 0 0 56 1 0 0 15 0 22 0 908992582 10808582144 927688 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 6 0 0 0
[pid=19398/tid=19407] ppid=19396 vsize=10555256 CPUtime=0.55 cores=0,2,4,6
/proc/19398/task/19407/stat : 19407 (java) S 19396 19398 16455 0 -1 4202560 6121 0 0 0 54 1 0 0 16 0 22 0 908992582 10808582144 927688 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 4 0 0 0
[pid=19398/tid=19408] ppid=19396 vsize=10555256 CPUtime=0.45 cores=0,2,4,6
/proc/19398/task/19408/stat : 19408 (java) S 19396 19398 16455 0 -1 4202560 5057 0 0 0 45 0 0 0 16 0 22 0 908992582 10808582144 927688 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 2 0 0 0
[pid=19398/tid=19409] ppid=19396 vsize=10555256 CPUtime=11.14 cores=0,2,4,6
/proc/19398/task/19409/stat : 19409 (java) S 19396 19398 16455 0 -1 4202560 37408 0 0 0 1109 5 0 0 15 0 22 0 908992583 10808582144 927688 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427208192 0 0 0 16800975 18446604445058042880 0 0 -1 4 0 0 0
[pid=19398/tid=19410] ppid=19396 vsize=10555256 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19410/stat : 19410 (java) S 19396 19398 16455 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 908992584 10808582144 927688 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 6 0 0 0
[pid=19398/tid=19411] ppid=19396 vsize=10555256 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19411/stat : 19411 (java) S 19396 19398 16455 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 908992584 10808582144 927688 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 6 0 0 0
[pid=19398/tid=19412] ppid=19396 vsize=10555256 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19412/stat : 19412 (java) S 19396 19398 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908992586 10808582144 927688 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427215281 0 4 0 16800975 18446604445058042880 0 0 -1 2 0 0 0
[pid=19398/tid=19413] ppid=19396 vsize=10555256 CPUtime=1.36 cores=0,2,4,6
/proc/19398/task/19413/stat : 19413 (java) S 19396 19398 16455 0 -1 4202560 6941 0 0 0 136 0 0 0 15 0 22 0 908992586 10808582144 927688 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 0 0 0 0
[pid=19398/tid=19414] ppid=19396 vsize=10555256 CPUtime=1.02 cores=0,2,4,6
/proc/19398/task/19414/stat : 19414 (java) S 19396 19398 16455 0 -1 4202560 9700 0 0 0 100 2 0 0 15 0 22 0 908992586 10808582144 927688 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 6 0 0 0
[pid=19398/tid=19415] ppid=19396 vsize=10555256 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19415/stat : 19415 (java) S 19396 19398 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908992586 10808582144 927688 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 2 0 0 0
[pid=19398/tid=19416] ppid=19396 vsize=10555256 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19416/stat : 19416 (java) S 19396 19398 16455 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 22 0 908992586 10808582144 927688 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427208192 0 4 0 16800975 18446604445058042880 0 0 -1 2 0 0 0
[pid=19398/tid=19417] ppid=19396 vsize=10555256 CPUtime=809.07 cores=0,2,4,6
/proc/19398/task/19417/stat : 19417 (java) R 19396 19398 16455 0 -1 4202560 2174 0 0 0 80907 0 0 0 25 0 22 0 908992668 10808582144 927688 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 46912506026436 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19398/tid=19418] ppid=19396 vsize=10555256 CPUtime=809.09 cores=0,2,4,6
/proc/19398/task/19418/stat : 19418 (java) R 19396 19398 16455 0 -1 4202560 782029 0 0 0 80822 87 0 0 25 0 22 0 908992668 10808582144 927688 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 46912506012875 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19398/tid=19419] ppid=19396 vsize=10555256 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19419/stat : 19419 (java) S 19396 19398 16455 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 908992671 10808582144 927688 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427208192 0 4 0 16800975 18446604445058042880 0 0 -1 4 0 0 0
[pid=19398/tid=19420] ppid=19396 vsize=10555256 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19420/stat : 19420 (java) S 19396 19398 16455 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 908992671 10808582144 927688 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427208192 0 4 0 16800975 18446604445058042880 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1636.74
Current children cumulated vsize (KiB) 10555256

[startup+882.301 s]
/proc/loadavg: 3.69 3.73 2.89 5/558 19785
/proc/meminfo: memFree=18419420/32950928 swapFree=58671692/67111528
[pid=19398] ppid=19396 vsize=10555256 CPUtime=1756.5 cores=0,2,4,6
/proc/19398/stat : 19398 (java) S 19396 19398 16455 0 -1 4202496 939755 0 1 0 175539 111 0 0 25 0 22 0 908992580 10808582144 927767 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19398/statm: 2638814 927767 2267 9 0 2629548 0
[pid=19398/tid=19399] ppid=19396 vsize=10555256 CPUtime=0.86 cores=0,2,4,6
/proc/19398/task/19399/stat : 19399 (java) S 19396 19398 16455 0 -1 4202560 55704 0 1 0 79 7 0 0 15 0 22 0 908992580 10808582144 927767 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427208192 0 4 0 16800975 18446604445058042880 0 0 -1 2 0 0 0
[pid=19398/tid=19401] ppid=19396 vsize=10555256 CPUtime=0.57 cores=0,2,4,6
/proc/19398/task/19401/stat : 19401 (java) S 19396 19398 16455 0 -1 4202560 5908 0 0 0 57 0 0 0 15 0 22 0 908992582 10808582144 927767 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 2 0 0 0
[pid=19398/tid=19402] ppid=19396 vsize=10555256 CPUtime=0.55 cores=0,2,4,6
/proc/19398/task/19402/stat : 19402 (java) S 19396 19398 16455 0 -1 4202560 5670 0 0 0 54 1 0 0 16 0 22 0 908992582 10808582144 927767 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 4 0 0 0
[pid=19398/tid=19403] ppid=19396 vsize=10555256 CPUtime=0.57 cores=0,2,4,6
/proc/19398/task/19403/stat : 19403 (java) S 19396 19398 16455 0 -1 4202560 4603 0 0 0 57 0 0 0 16 0 22 0 908992582 10808582144 927767 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 0 0 0 0
[pid=19398/tid=19404] ppid=19396 vsize=10555256 CPUtime=0.45 cores=0,2,4,6
/proc/19398/task/19404/stat : 19404 (java) S 19396 19398 16455 0 -1 4202560 3244 0 0 0 45 0 0 0 15 0 22 0 908992582 10808582144 927767 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 6 0 0 0
[pid=19398/tid=19405] ppid=19396 vsize=10555256 CPUtime=0.5 cores=0,2,4,6
/proc/19398/task/19405/stat : 19405 (java) S 19396 19398 16455 0 -1 4202560 4868 0 0 0 50 0 0 0 16 0 22 0 908992582 10808582144 927767 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 2 0 0 0
[pid=19398/tid=19406] ppid=19396 vsize=10555256 CPUtime=0.61 cores=0,2,4,6
/proc/19398/task/19406/stat : 19406 (java) S 19396 19398 16455 0 -1 4202560 9106 0 0 0 60 1 0 0 16 0 22 0 908992582 10808582144 927767 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 6 0 0 0
[pid=19398/tid=19407] ppid=19396 vsize=10555256 CPUtime=0.58 cores=0,2,4,6
/proc/19398/task/19407/stat : 19407 (java) S 19396 19398 16455 0 -1 4202560 6121 0 0 0 57 1 0 0 16 0 22 0 908992582 10808582144 927767 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 2 0 0 0
[pid=19398/tid=19408] ppid=19396 vsize=10555256 CPUtime=0.47 cores=0,2,4,6
/proc/19398/task/19408/stat : 19408 (java) S 19396 19398 16455 0 -1 4202560 5066 0 0 0 47 0 0 0 15 0 22 0 908992582 10808582144 927767 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 6 0 0 0
[pid=19398/tid=19409] ppid=19396 vsize=10555256 CPUtime=11.5 cores=0,2,4,6
/proc/19398/task/19409/stat : 19409 (java) S 19396 19398 16455 0 -1 4202560 37412 0 0 0 1145 5 0 0 15 0 22 0 908992583 10808582144 927767 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427208192 0 0 0 16800975 18446604445058042880 0 0 -1 4 0 0 0
[pid=19398/tid=19410] ppid=19396 vsize=10555256 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19410/stat : 19410 (java) S 19396 19398 16455 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 908992584 10808582144 927767 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 6 0 0 0
[pid=19398/tid=19411] ppid=19396 vsize=10555256 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19411/stat : 19411 (java) S 19396 19398 16455 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 908992584 10808582144 927767 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 6 0 0 0
[pid=19398/tid=19412] ppid=19396 vsize=10555256 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19412/stat : 19412 (java) S 19396 19398 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908992586 10808582144 927767 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427215281 0 4 0 16800975 18446604445058042880 0 0 -1 2 0 0 0
[pid=19398/tid=19413] ppid=19396 vsize=10555256 CPUtime=1.36 cores=0,2,4,6
/proc/19398/task/19413/stat : 19413 (java) S 19396 19398 16455 0 -1 4202560 6941 0 0 0 136 0 0 0 15 0 22 0 908992586 10808582144 927767 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 0 0 0 0
[pid=19398/tid=19414] ppid=19396 vsize=10555256 CPUtime=1.02 cores=0,2,4,6
/proc/19398/task/19414/stat : 19414 (java) S 19396 19398 16455 0 -1 4202560 9700 0 0 0 100 2 0 0 15 0 22 0 908992586 10808582144 927767 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 6 0 0 0
[pid=19398/tid=19415] ppid=19396 vsize=10555256 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19415/stat : 19415 (java) S 19396 19398 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908992586 10808582144 927767 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 2 0 0 0
[pid=19398/tid=19416] ppid=19396 vsize=10555256 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19416/stat : 19416 (java) S 19396 19398 16455 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 908992586 10808582144 927767 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427208192 0 4 0 16800975 18446604445058042880 0 0 -1 2 0 0 0
[pid=19398/tid=19417] ppid=19396 vsize=10555256 CPUtime=868.65 cores=0,2,4,6
/proc/19398/task/19417/stat : 19417 (java) R 19396 19398 16455 0 -1 4202560 2177 0 0 0 86865 0 0 0 25 0 22 0 908992668 10808582144 927767 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 46912505893239 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19398/tid=19418] ppid=19396 vsize=10555256 CPUtime=868.67 cores=0,2,4,6
/proc/19398/task/19418/stat : 19418 (java) R 19396 19398 16455 0 -1 4202560 782029 0 0 0 86780 87 0 0 25 0 22 0 908992668 10808582144 927767 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 46912506033771 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19398/tid=19419] ppid=19396 vsize=10555256 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19419/stat : 19419 (java) S 19396 19398 16455 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 908992671 10808582144 927767 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427208192 0 4 0 16800975 18446604445058042880 0 0 -1 4 0 0 0
[pid=19398/tid=19420] ppid=19396 vsize=10555256 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19420/stat : 19420 (java) S 19396 19398 16455 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 908992671 10808582144 927767 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427208192 0 4 0 16800975 18446604445058042880 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1756.5
Current children cumulated vsize (KiB) 10555256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+904.22 s]
/proc/loadavg: 3.73 3.74 2.91 5/558 19785
/proc/meminfo: memFree=18402288/32950928 swapFree=58671692/67111528
[pid=19398] ppid=19396 vsize=10555256 CPUtime=1800.05 cores=0,2,4,6
/proc/19398/stat : 19398 (java) S 19396 19398 16455 0 -1 4202496 942922 0 1 0 179893 112 0 0 25 0 22 0 908992580 10808582144 930880 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19398/statm: 2638814 930880 2267 9 0 2629548 0
[pid=19398/tid=19399] ppid=19396 vsize=10555256 CPUtime=0.86 cores=0,2,4,6
/proc/19398/task/19399/stat : 19399 (java) S 19396 19398 16455 0 -1 4202560 55704 0 1 0 79 7 0 0 15 0 22 0 908992580 10808582144 930880 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427208192 0 4 0 16800975 18446604445058042880 0 0 -1 2 0 0 0
[pid=19398/tid=19401] ppid=19396 vsize=10555256 CPUtime=0.61 cores=0,2,4,6
/proc/19398/task/19401/stat : 19401 (java) S 19396 19398 16455 0 -1 4202560 7286 0 0 0 61 0 0 0 16 0 22 0 908992582 10808582144 930880 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 6 0 0 0
[pid=19398/tid=19402] ppid=19396 vsize=10555256 CPUtime=0.55 cores=0,2,4,6
/proc/19398/task/19402/stat : 19402 (java) S 19396 19398 16455 0 -1 4202560 5670 0 0 0 54 1 0 0 15 0 22 0 908992582 10808582144 930880 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 2 0 0 0
[pid=19398/tid=19403] ppid=19396 vsize=10555256 CPUtime=0.57 cores=0,2,4,6
/proc/19398/task/19403/stat : 19403 (java) S 19396 19398 16455 0 -1 4202560 4603 0 0 0 57 0 0 0 15 0 22 0 908992582 10808582144 930880 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 0 0 0 0
[pid=19398/tid=19404] ppid=19396 vsize=10555256 CPUtime=0.5 cores=0,2,4,6
/proc/19398/task/19404/stat : 19404 (java) S 19396 19398 16455 0 -1 4202560 3710 0 0 0 50 0 0 0 16 0 22 0 908992582 10808582144 930880 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 6 0 0 0
[pid=19398/tid=19405] ppid=19396 vsize=10555256 CPUtime=0.54 cores=0,2,4,6
/proc/19398/task/19405/stat : 19405 (java) S 19396 19398 16455 0 -1 4202560 4870 0 0 0 54 0 0 0 15 0 22 0 908992582 10808582144 930880 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 4 0 0 0
[pid=19398/tid=19406] ppid=19396 vsize=10555256 CPUtime=0.61 cores=0,2,4,6
/proc/19398/task/19406/stat : 19406 (java) S 19396 19398 16455 0 -1 4202560 9106 0 0 0 60 1 0 0 15 0 22 0 908992582 10808582144 930880 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 6 0 0 0
[pid=19398/tid=19407] ppid=19396 vsize=10555256 CPUtime=0.62 cores=0,2,4,6
/proc/19398/task/19407/stat : 19407 (java) S 19396 19398 16455 0 -1 4202560 6963 0 0 0 61 1 0 0 16 0 22 0 908992582 10808582144 930880 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 2 0 0 0
[pid=19398/tid=19408] ppid=19396 vsize=10555256 CPUtime=0.48 cores=0,2,4,6
/proc/19398/task/19408/stat : 19408 (java) S 19396 19398 16455 0 -1 4202560 5066 0 0 0 47 1 0 0 15 0 22 0 908992582 10808582144 930880 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 0 0 0 0
[pid=19398/tid=19409] ppid=19396 vsize=10555256 CPUtime=11.87 cores=0,2,4,6
/proc/19398/task/19409/stat : 19409 (java) S 19396 19398 16455 0 -1 4202560 37887 0 0 0 1182 5 0 0 15 0 22 0 908992583 10808582144 930880 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427208192 0 0 0 16800975 18446604445058042880 0 0 -1 4 0 0 0
[pid=19398/tid=19410] ppid=19396 vsize=10555256 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19410/stat : 19410 (java) S 19396 19398 16455 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 908992584 10808582144 930880 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 6 0 0 0
[pid=19398/tid=19411] ppid=19396 vsize=10555256 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19411/stat : 19411 (java) S 19396 19398 16455 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 908992584 10808582144 930880 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 6 0 0 0
[pid=19398/tid=19412] ppid=19396 vsize=10555256 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19412/stat : 19412 (java) S 19396 19398 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908992586 10808582144 930880 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427215281 0 4 0 16800975 18446604445058042880 0 0 -1 2 0 0 0
[pid=19398/tid=19413] ppid=19396 vsize=10555256 CPUtime=1.36 cores=0,2,4,6
/proc/19398/task/19413/stat : 19413 (java) S 19396 19398 16455 0 -1 4202560 6941 0 0 0 136 0 0 0 15 0 22 0 908992586 10808582144 930880 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 0 0 0 0
[pid=19398/tid=19414] ppid=19396 vsize=10555256 CPUtime=1.02 cores=0,2,4,6
/proc/19398/task/19414/stat : 19414 (java) S 19396 19398 16455 0 -1 4202560 9700 0 0 0 100 2 0 0 15 0 22 0 908992586 10808582144 930880 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 6 0 0 0
[pid=19398/tid=19415] ppid=19396 vsize=10555256 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19415/stat : 19415 (java) S 19396 19398 16455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908992586 10808582144 930880 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427207577 0 4 0 16800975 18446604445058042880 0 0 -1 2 0 0 0
[pid=19398/tid=19416] ppid=19396 vsize=10555256 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19416/stat : 19416 (java) S 19396 19398 16455 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 908992586 10808582144 930880 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427208192 0 4 0 16800975 18446604445058042880 0 0 -1 2 0 0 0
[pid=19398/tid=19417] ppid=19396 vsize=10555256 CPUtime=890.15 cores=0,2,4,6
/proc/19398/task/19417/stat : 19417 (java) R 19396 19398 16455 0 -1 4202560 2179 0 0 0 89015 0 0 0 25 0 22 0 908992668 10808582144 930880 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 46912506017695 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19398/tid=19418] ppid=19396 vsize=10555256 CPUtime=890.17 cores=0,2,4,6
/proc/19398/task/19418/stat : 19418 (java) R 19396 19398 16455 0 -1 4202560 782029 0 0 0 88930 87 0 0 25 0 22 0 908992668 10808582144 930880 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 46912506033612 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19398/tid=19419] ppid=19396 vsize=10555256 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19419/stat : 19419 (java) S 19396 19398 16455 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 908992671 10808582144 930880 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427208192 0 4 0 16800975 18446604445058042880 0 0 -1 4 0 0 0
[pid=19398/tid=19420] ppid=19396 vsize=10555256 CPUtime=0 cores=0,2,4,6
/proc/19398/task/19420/stat : 19420 (java) S 19396 19398 16455 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 908992671 10808582144 930880 33554432000 1073741824 1073778376 140734675215552 18446744073709551615 256427208192 0 4 0 16800975 18446604445058042880 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 10555256

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

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

[startup+904.401 s]
/proc/loadavg: 3.73 3.74 2.91 5/558 19785
/proc/meminfo: memFree=18402288/32950928 swapFree=58671692/67111528
[pid=19398] ppid=19396 vsize=0 CPUtime=1800.28 cores=0,2,4,6
/proc/19398/stat : 19398 (java) Z 19396 19398 16455 0 -1 4203548 942954 0 1 0 179905 123 0 0 17 0 2 0 908992580 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19398/statm: 0 0 0 0 0 0 0
[pid=19398/tid=19418] ppid=19396 vsize=0 CPUtime=890.31 cores=0,2,4,6
/proc/19398/task/19418/stat : 19418 (java) R 19396 19398 16455 0 -1 4203588 782029 0 0 0 88932 99 0 0 25 0 2 0 908992668 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.28
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 904.439
CPU time (s): 1800.33
CPU user time (s): 1799.06
CPU system time (s): 1.27581
CPU usage (%): 199.055
Max. virtual memory (cumulated for all children) (KiB): 10558928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.06
system time used= 1.27581
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 942954
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= 23128
involuntary context switches= 25930

runsolver used 5.13322 second user time and 11.0823 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-04 13:40:19
IDJOB=3454166
IDBENCH=1449
IDSOLVER=1950
FILE ID=node115/3454166-1307187619
RUNJOBID= node115-1307187576-18739
PBS_JOBID= 13508831
Free space on /tmp= 73752 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.6.accl.ucl.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454166-1307187619/watcher-3454166-1307187619 -o /tmp/evaluation-result-3454166-1307187619/solver-3454166-1307187619 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454166-1307187619.opb

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

MD5SUM BENCH= 9d22902ade96af236e70cdbf7d8bd853
RANDOM SEED=366334361

node115.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.811
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.62
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.811
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.15
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.811
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.811
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.75
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.811
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.77
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.811
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.811
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23005472 kB
Buffers:        199620 kB
Cached:         412160 kB
SwapCached:      65828 kB
Active:        1189336 kB
Inactive:      8513112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23005472 kB
SwapTotal:    67111528 kB
SwapFree:     58671692 kB
Dirty:           91844 kB
Writeback:           0 kB
AnonPages:     9028632 kB
Mapped:          27372 kB
Slab:            98120 kB
PageTables:      75452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 151807752 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= 73836 MiB
End job on node115 at 2011-06-04 13:55:25