Trace number 3454316

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.38 906.697

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.ex.mem.LdValue.ucl.opb
MD5SUM70ea01a607f0d01f6199fb93098b84d8
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
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables77106
Total number of constraints218779
Number of constraints which are clauses205559
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13220
Minimum length of a constraint1
Maximum length of a constraint15
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 129
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 510
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.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.1.v20110525
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.18-164.el5
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		9996466904
0.04/0.09	c Max memory 		10048897024
0.04/0.09	c Total memory 		10048897024
0.04/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3454316-1307187632.opb
0.11/0.11	c reading problem ... 
2.56/1.81	c ... done. Wall clock time 1.705s.
2.56/1.81	c #vars     77106
2.56/1.81	c #constraints  218779
2.56/1.81	c constraints type 
2.56/1.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 67732
2.56/1.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 137826
2.56/1.81	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 13220
2.56/1.81	c constraints type 
2.56/1.81	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 137826
2.56/1.81	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 67732
2.56/1.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13220
14.84/7.39	c cleaning 2474 clauses out of 4996 with flag 5001/5001
23.80/11.78	c cleaning 4244 clauses out of 8519 with flag 11000/11000
28.60/14.27	c cleaning 0 clauses out of 4998 with flag 0/5002
36.03/17.94	c cleaning 5636 clauses out of 11276 with flag 18001/18001
45.63/22.83	c cleaning 6802 clauses out of 13639 with flag 26000/26000
58.66/29.44	c cleaning 7886 clauses out of 15837 with flag 35001/35001
68.84/34.61	c cleaning 8944 clauses out of 17950 with flag 45000/45000
72.60/36.67	c cleaning 0 clauses out of 10995 with flag 0/11001
82.23/41.60	c cleaning 9970 clauses out of 20006 with flag 56000/56000
93.44/47.35	c cleaning 11006 clauses out of 22036 with flag 68000/68000
116.39/58.92	c cleaning 11990 clauses out of 24031 with flag 81001/81001
128.91/65.38	c cleaning 12994 clauses out of 26041 with flag 95001/95001
139.13/70.65	c cleaning 0 clauses out of 17994 with flag 0/18001
153.05/77.79	c cleaning 13973 clauses out of 28045 with flag 110000/110000
178.00/90.30	c cleaning 15030 clauses out of 30071 with flag 126000/126000
200.74/101.82	c cleaning 15989 clauses out of 32040 with flag 143000/143000
233.14/118.23	c cleaning 17018 clauses out of 34051 with flag 161000/161000
259.51/131.54	c cleaning 18015 clauses out of 36034 with flag 180001/180001
294.48/149.13	c cleaning 18990 clauses out of 38018 with flag 200000/200000
314.42/159.20	c cleaning 0 clauses out of 25991 with flag 0/26000
331.79/168.19	c cleaning 19974 clauses out of 40027 with flag 221000/221000
360.34/182.58	c cleaning 21015 clauses out of 42053 with flag 243000/243000
398.31/201.62	c cleaning 21994 clauses out of 44038 with flag 266000/266000
434.02/219.61	c cleaning 23014 clauses out of 46044 with flag 290000/290000
470.37/238.03	c cleaning 24000 clauses out of 48030 with flag 315001/315001
491.86/248.97	c cleaning 0 clauses out of 34991 with flag 0/35000
519.35/262.87	c cleaning 24992 clauses out of 50031 with flag 341002/341002
550.82/278.70	c cleaning 26011 clauses out of 52037 with flag 368000/368000
613.95/310.58	c cleaning 26999 clauses out of 54026 with flag 396000/396000
675.27/341.30	c cleaning 28007 clauses out of 56029 with flag 425002/425002
756.61/382.19	c cleaning 28998 clauses out of 58019 with flag 455000/455000
838.53/423.29	c cleaning 0 clauses out of 44990 with flag 0/45000
844.91/426.78	c cleaning 29999 clauses out of 60021 with flag 486000/486000
943.20/476.04	c cleaning 30996 clauses out of 62024 with flag 518002/518002
1041.07/525.11	c cleaning 32009 clauses out of 64028 with flag 551002/551002
1129.31/569.42	c cleaning 33004 clauses out of 66020 with flag 585003/585003
1219.15/614.60	c cleaning 33982 clauses out of 68014 with flag 620001/620001
1312.42/661.49	c cleaning 35006 clauses out of 70032 with flag 656001/656001
1382.24/696.54	c cleaning 36003 clauses out of 72025 with flag 693000/693000
1491.51/751.34	c cleaning 37001 clauses out of 74022 with flag 731000/731000
1609.07/810.42	c cleaning 38008 clauses out of 76022 with flag 770001/770001
1673.86/843.05	c cleaning 0 clauses out of 55989 with flag 0/56001
1725.45/869.09	c cleaning 38996 clauses out of 78015 with flag 810002/810002
1800.09/906.52	c starts		: 171
1800.09/906.52	c conflicts		: 841138
1800.09/906.52	c decisions		: 2561507
1800.09/906.52	c propagations		: 1555428783
1800.09/906.52	c inspects		: 4768191101
1800.09/906.52	c shortcuts		: 0
1800.09/906.52	c learnt literals	: 14
1800.09/906.52	c learnt binary clauses	: 285
1800.09/906.52	c learnt ternary clauses	: 784
1800.09/906.52	c learnt constraints	: 841124
1800.09/906.52	c ignored constraints	: 0
1800.09/906.52	c root simplifications	: 0
1800.09/906.52	c removed literals (reason simplification)	: 21381213
1800.09/906.52	c reason swapping (by a shorter reason)	: 0
1800.09/906.52	c Calls to reduceDB	: 36
1800.09/906.52	c number of reductions to clauses (during analyze)	: 0
1800.09/906.52	c number of learned constraints concerned by reduction	: 0
1800.09/906.52	c number of learning phase by resolution	: 0
1800.09/906.52	c number of learning phase by cutting planes	: 0
1800.09/906.52	c speed (assignments/second)	: 1719265.6973646686
1800.09/906.52	c non guided choices	20509
1800.09/906.55	c learnt constraints type 
1800.09/906.55	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 285
1800.09/906.55	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 69885
1800.09/906.55	c constraints type 
1800.09/906.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 67732
1800.09/906.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 137826
1800.09/906.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 13220
1800.09/906.55	c constraints type 
1800.09/906.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 137826
1800.09/906.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 67732
1800.09/906.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13220
1800.09/906.55	s UNKNOWN
1800.09/906.55	c Total wall clock time (in seconds): 906.438

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-3454316-1307187632/watcher-3454316-1307187632 -o /tmp/evaluation-result-3454316-1307187632/solver-3454316-1307187632 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454316-1307187632.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: 3.89 3.65 3.03 3/498 881
/proc/meminfo: memFree=18260084/32951124 swapFree=67057928/67111528
[pid=881] ppid=879 vsize=9100 CPUtime=0 cores=0,2,4,6
/proc/881/stat : 881 (java) R 879 881 28116 0 -1 4202496 426 0 0 0 0 0 0 0 25 0 1 0 811178553 9318400 171 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254261659783 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/881/statm: 2275 173 132 9 0 67 0
[pid=881/tid=882] ppid=879 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/881/task/882/stat : 882 (java) R 879 881 28116 0 -1 4202560 6316 0 1 0 0 0 0 0 25 0 2 0 811178554 10694979584 7132 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254261310523 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0551001 s]
/proc/loadavg: 3.89 3.65 3.03 3/498 881
/proc/meminfo: memFree=18260084/32951124 swapFree=67057928/67111528
[pid=881] ppid=879 vsize=10467616 CPUtime=0.04 cores=0,2,4,6
/proc/881/stat : 881 (java) S 879 881 28116 0 -1 4202496 11518 0 1 0 3 1 0 0 25 0 13 0 811178553 10718838784 11214 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273419237 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0
/proc/881/statm: 2616904 11214 1685 9 0 2607652 0
[pid=881/tid=882] ppid=879 vsize=10467616 CPUtime=0.04 cores=0,2,4,6
/proc/881/task/882/stat : 882 (java) R 879 881 28116 0 -1 4202560 10369 0 1 0 3 1 0 0 25 0 13 0 811178554 10718838784 11214 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 46912505219208 0 4 0 16800971 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10467616

[startup+0.101062 s]
/proc/loadavg: 3.89 3.65 3.03 3/498 881
/proc/meminfo: memFree=18260084/32951124 swapFree=67057928/67111528
[pid=881] ppid=879 vsize=10539624 CPUtime=0.11 cores=0,2,4,6
/proc/881/stat : 881 (java) S 879 881 28116 0 -1 4202496 12974 0 1 0 9 2 0 0 25 0 18 0 811178553 10792574976 12670 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/881/statm: 2634906 12670 2092 9 0 2625640 0
[pid=881/tid=882] ppid=879 vsize=10539624 CPUtime=0.08 cores=0,2,4,6
/proc/881/task/882/stat : 882 (java) R 879 881 28116 0 -1 4202560 11198 0 1 0 7 1 0 0 18 0 18 0 811178554 10792574976 12670 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 47566225820611 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539624

[startup+0.300998 s]
/proc/loadavg: 3.89 3.65 3.03 3/498 881
/proc/meminfo: memFree=18260084/32951124 swapFree=67057928/67111528
[pid=881] ppid=879 vsize=10541532 CPUtime=0.49 cores=0,2,4,6
/proc/881/stat : 881 (java) S 879 881 28116 0 -1 4202496 16988 0 1 0 47 2 0 0 25 0 18 0 811178553 10794528768 16334 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/881/statm: 2635383 16335 2200 9 0 2626117 0
[pid=881/tid=882] ppid=879 vsize=10541532 CPUtime=0.29 cores=0,2,4,6
/proc/881/task/882/stat : 882 (java) R 879 881 28116 0 -1 4202560 13958 0 1 0 27 2 0 0 18 0 18 0 811178554 10794528768 16335 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 46912505576158 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10541532

[startup+0.701013 s]
/proc/loadavg: 3.89 3.65 3.03 3/498 881
/proc/meminfo: memFree=18260084/32951124 swapFree=67057928/67111528
[pid=881] ppid=879 vsize=10545252 CPUtime=1.19 cores=0,2,4,6
/proc/881/stat : 881 (java) S 879 881 28116 0 -1 4202496 56497 0 1 0 112 7 0 0 25 0 18 0 811178553 10798338048 54328 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/881/statm: 2636313 54333 2213 9 0 2627047 0
[pid=881/tid=882] ppid=879 vsize=10545252 CPUtime=0.68 cores=0,2,4,6
/proc/881/task/882/stat : 882 (java) R 879 881 28116 0 -1 4202560 50178 0 1 0 63 5 0 0 18 0 18 0 811178554 10798338048 54335 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 46912505560538 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 10545252

[startup+1.50082 s]
/proc/loadavg: 3.89 3.65 3.03 4/516 899
/proc/meminfo: memFree=17908408/32951124 swapFree=67057928/67111528
[pid=881] ppid=879 vsize=10545716 CPUtime=2.1 cores=0,2,4,6
/proc/881/stat : 881 (java) S 879 881 28116 0 -1 4202496 144141 0 1 0 193 17 0 0 25 0 18 0 811178553 10798813184 141933 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/881/statm: 2636429 141936 2223 9 0 2627163 0
[pid=881/tid=882] ppid=879 vsize=10545716 CPUtime=1.48 cores=0,2,4,6
/proc/881/task/882/stat : 882 (java) R 879 881 28116 0 -1 4202560 137546 0 1 0 132 16 0 0 20 0 18 0 811178554 10798813184 141937 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 46912505542947 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=881/tid=884] ppid=879 vsize=10545716 CPUtime=0 cores=0,2,4,6
/proc/881/task/884/stat : 884 (java) S 879 881 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811178556 10798813184 141940 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 6 0 0 0
[pid=881/tid=885] ppid=879 vsize=10545716 CPUtime=0 cores=0,2,4,6
/proc/881/task/885/stat : 885 (java) S 879 881 28116 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 811178556 10798813184 141942 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 6 0 0 0
[pid=881/tid=886] ppid=879 vsize=10545716 CPUtime=0 cores=0,2,4,6
/proc/881/task/886/stat : 886 (java) S 879 881 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811178556 10798813184 141944 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 6 0 0 0
[pid=881/tid=887] ppid=879 vsize=10545716 CPUtime=0 cores=0,2,4,6
/proc/881/task/887/stat : 887 (java) S 879 881 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811178556 10798813184 141945 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 6 0 0 0
[pid=881/tid=888] ppid=879 vsize=10545716 CPUtime=0 cores=0,2,4,6
/proc/881/task/888/stat : 888 (java) S 879 881 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811178556 10798813184 141948 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 6 0 0 0
[pid=881/tid=889] ppid=879 vsize=10545716 CPUtime=0 cores=0,2,4,6
/proc/881/task/889/stat : 889 (java) S 879 881 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811178556 10798813184 141951 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 6 0 0 0
[pid=881/tid=890] ppid=879 vsize=10545716 CPUtime=0 cores=0,2,4,6
/proc/881/task/890/stat : 890 (java) S 879 881 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811178556 10798813184 141953 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 6 0 0 0
[pid=881/tid=891] ppid=879 vsize=10545716 CPUtime=0 cores=0,2,4,6
/proc/881/task/891/stat : 891 (java) S 879 881 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811178556 10798813184 141962 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 6 0 0 0
[pid=881/tid=892] ppid=879 vsize=10545716 CPUtime=0 cores=0,2,4,6
/proc/881/task/892/stat : 892 (java) S 879 881 28116 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 811178557 10798813184 141970 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273433088 0 0 0 16800975 18446604445756442624 0 0 -1 2 0 0 0
[pid=881/tid=893] ppid=879 vsize=10545716 CPUtime=0 cores=0,2,4,6
/proc/881/task/893/stat : 893 (java) S 879 881 28116 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 811178557 10798813184 141972 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 2 0 0 0
[pid=881/tid=894] ppid=879 vsize=10545716 CPUtime=0 cores=0,2,4,6
/proc/881/task/894/stat : 894 (java) S 879 881 28116 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 811178557 10798813184 141975 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 2 0 0 0
[pid=881/tid=895] ppid=879 vsize=10545716 CPUtime=0 cores=0,2,4,6
/proc/881/task/895/stat : 895 (java) S 879 881 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811178559 10798813184 141977 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273440177 0 4 0 16800975 18446604445756442624 0 0 -1 2 0 0 0
[pid=881/tid=896] ppid=879 vsize=10545716 CPUtime=0.31 cores=0,2,4,6
/proc/881/task/896/stat : 896 (java) S 879 881 28116 0 -1 4202560 3453 0 0 0 31 0 0 0 17 0 18 0 811178559 10798813184 141979 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 6 0 0 0
[pid=881/tid=897] ppid=879 vsize=10545716 CPUtime=0.29 cores=0,2,4,6
/proc/881/task/897/stat : 897 (java) R 879 881 28116 0 -1 4202560 2009 0 0 0 29 0 0 0 17 0 18 0 811178559 10798813184 141981 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 47566225809872 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=881/tid=898] ppid=879 vsize=10545716 CPUtime=0 cores=0,2,4,6
/proc/881/task/898/stat : 898 (java) S 879 881 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811178559 10798813184 141983 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 2 0 0 0
[pid=881/tid=899] ppid=879 vsize=10545716 CPUtime=0 cores=0,2,4,6
/proc/881/task/899/stat : 899 (java) S 879 881 28116 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 811178559 10798813184 141985 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273433088 0 4 0 16800975 18446604445756442624 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 10545716

[startup+3.10156 s]
/proc/loadavg: 3.81 3.63 3.03 7/520 903
/proc/meminfo: memFree=17529680/32951124 swapFree=67057928/67111528
[pid=881] ppid=879 vsize=10549000 CPUtime=6 cores=0,2,4,6
/proc/881/stat : 881 (java) S 879 881 28116 0 -1 4202496 260777 0 1 0 568 32 0 0 25 0 22 0 811178553 10802176000 255352 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/881/statm: 2637250 255354 2241 9 0 2627984 0
[pid=881/tid=882] ppid=879 vsize=10549000 CPUtime=1.8 cores=0,2,4,6
/proc/881/task/882/stat : 882 (java) S 879 881 28116 0 -1 4202560 169657 0 1 0 161 19 0 0 15 0 22 0 811178554 10802176000 255354 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273433088 0 4 0 16800975 18446604445756442624 0 0 -1 4 0 0 0
[pid=881/tid=884] ppid=879 vsize=10549000 CPUtime=0 cores=0,2,4,6
/proc/881/task/884/stat : 884 (java) S 879 881 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811178556 10802176000 255356 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 6 0 0 0
[pid=881/tid=885] ppid=879 vsize=10549000 CPUtime=0 cores=0,2,4,6
/proc/881/task/885/stat : 885 (java) S 879 881 28116 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 811178556 10802176000 255357 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 6 0 0 0
[pid=881/tid=886] ppid=879 vsize=10549000 CPUtime=0 cores=0,2,4,6
/proc/881/task/886/stat : 886 (java) S 879 881 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811178556 10802176000 255358 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 6 0 0 0
[pid=881/tid=887] ppid=879 vsize=10549000 CPUtime=0 cores=0,2,4,6
/proc/881/task/887/stat : 887 (java) S 879 881 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811178556 10802176000 255359 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 6 0 0 0
[pid=881/tid=888] ppid=879 vsize=10549000 CPUtime=0 cores=0,2,4,6
/proc/881/task/888/stat : 888 (java) S 879 881 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811178556 10802176000 255360 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 6 0 0 0
[pid=881/tid=889] ppid=879 vsize=10549000 CPUtime=0 cores=0,2,4,6
/proc/881/task/889/stat : 889 (java) S 879 881 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811178556 10802176000 255361 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 6 0 0 0
[pid=881/tid=890] ppid=879 vsize=10549000 CPUtime=0 cores=0,2,4,6
/proc/881/task/890/stat : 890 (java) S 879 881 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811178556 10802176000 255362 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 6 0 0 0
[pid=881/tid=891] ppid=879 vsize=10549000 CPUtime=0 cores=0,2,4,6
/proc/881/task/891/stat : 891 (java) S 879 881 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811178556 10802176000 255363 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 6 0 0 0
[pid=881/tid=892] ppid=879 vsize=10549000 CPUtime=0 cores=0,2,4,6
/proc/881/task/892/stat : 892 (java) S 879 881 28116 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 811178557 10802176000 255364 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273433088 0 0 0 16800975 18446604445756442624 0 0 -1 0 0 0 0
[pid=881/tid=893] ppid=879 vsize=10549000 CPUtime=0 cores=0,2,4,6
/proc/881/task/893/stat : 893 (java) S 879 881 28116 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 811178557 10802176000 255366 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 2 0 0 0
[pid=881/tid=894] ppid=879 vsize=10549000 CPUtime=0 cores=0,2,4,6
/proc/881/task/894/stat : 894 (java) S 879 881 28116 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811178557 10802176000 255367 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 2 0 0 0
[pid=881/tid=895] ppid=879 vsize=10549000 CPUtime=0 cores=0,2,4,6
/proc/881/task/895/stat : 895 (java) S 879 881 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811178559 10802176000 255368 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273440177 0 4 0 16800975 18446604445756442624 0 0 -1 2 0 0 0
[pid=881/tid=896] ppid=879 vsize=10549000 CPUtime=0.74 cores=0,2,4,6
/proc/881/task/896/stat : 896 (java) S 879 881 28116 0 -1 4202560 4034 0 0 0 74 0 0 0 15 0 22 0 811178559 10802176000 255369 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 6 0 0 0
[pid=881/tid=897] ppid=879 vsize=10549000 CPUtime=0.88 cores=0,2,4,6
/proc/881/task/897/stat : 897 (java) S 879 881 28116 0 -1 4202560 4585 0 0 0 87 1 0 0 15 0 22 0 811178559 10802176000 255370 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 4 0 0 0
[pid=881/tid=898] ppid=879 vsize=10549000 CPUtime=0 cores=0,2,4,6
/proc/881/task/898/stat : 898 (java) S 879 881 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811178559 10802176000 255372 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 2 0 0 0
[pid=881/tid=899] ppid=879 vsize=10549000 CPUtime=0 cores=0,2,4,6
/proc/881/task/899/stat : 899 (java) S 879 881 28116 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811178559 10802176000 255373 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273433088 0 4 0 16800975 18446604445756442624 0 0 -1 6 0 0 0
[pid=881/tid=900] ppid=879 vsize=10549000 CPUtime=1.28 cores=0,2,4,6
/proc/881/task/900/stat : 900 (java) R 879 881 28116 0 -1 4202560 1370 0 0 0 128 0 0 0 20 0 22 0 811178735 10802176000 255374 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 46912505982240 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=881/tid=901] ppid=879 vsize=10549000 CPUtime=1.26 cores=0,2,4,6
/proc/881/task/901/stat : 901 (java) R 879 881 28116 0 -1 4202560 79985 0 0 0 116 10 0 0 25 0 22 0 811178735 10802176000 255375 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 46912505907883 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=881/tid=902] ppid=879 vsize=10549000 CPUtime=0 cores=0,2,4,6
/proc/881/task/902/stat : 902 (java) S 879 881 28116 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811178740 10802176000 255376 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273433088 0 4 0 16800975 18446604445756442624 0 0 -1 2 0 0 0
[pid=881/tid=903] ppid=879 vsize=10549000 CPUtime=0 cores=0,2,4,6
/proc/881/task/903/stat : 903 (java) S 879 881 28116 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 811178740 10802176000 255377 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273433088 0 4 0 16800975 18446604445756442624 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 10549000

[startup+6.30101 s]
/proc/loadavg: 3.81 3.63 3.03 5/520 903
/proc/meminfo: memFree=16537116/32951124 swapFree=67057928/67111528
[pid=881] ppid=879 vsize=10548904 CPUtime=12.82 cores=0,2,4,6
/proc/881/stat : 881 (java) S 879 881 28116 0 -1 4202496 522959 0 1 0 1220 62 0 0 25 0 22 0 811178553 10802077696 512208 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/881/statm: 2637226 512210 2243 9 0 2627960 0
[pid=881/tid=882] ppid=879 vsize=10548904 CPUtime=1.8 cores=0,2,4,6
/proc/881/task/882/stat : 882 (java) S 879 881 28116 0 -1 4202560 169657 0 1 0 161 19 0 0 15 0 22 0 811178554 10802077696 512211 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273433088 0 4 0 16800975 18446604445756442624 0 0 -1 4 0 0 0
[pid=881/tid=884] ppid=879 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/881/task/884/stat : 884 (java) S 879 881 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811178556 10802077696 512212 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 6 0 0 0
[pid=881/tid=885] ppid=879 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/881/task/885/stat : 885 (java) S 879 881 28116 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 811178556 10802077696 512213 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 6 0 0 0
[pid=881/tid=886] ppid=879 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/881/task/886/stat : 886 (java) S 879 881 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811178556 10802077696 512214 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 6 0 0 0
[pid=881/tid=887] ppid=879 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/881/task/887/stat : 887 (java) S 879 881 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811178556 10802077696 512215 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 6 0 0 0
[pid=881/tid=888] ppid=879 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/881/task/888/stat : 888 (java) S 879 881 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811178556 10802077696 512216 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 6 0 0 0
[pid=881/tid=889] ppid=879 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/881/task/889/stat : 889 (java) S 879 881 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811178556 10802077696 512217 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 6 0 0 0
[pid=881/tid=890] ppid=879 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/881/task/890/stat : 890 (java) S 879 881 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811178556 10802077696 512219 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 6 0 0 0
[pid=881/tid=891] ppid=879 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/881/task/891/stat : 891 (java) S 879 881 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811178556 10802077696 512220 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 6 0 0 0
[pid=881/tid=892] ppid=879 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/881/task/892/stat : 892 (java) S 879 881 28116 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 811178557 10802077696 512221 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273433088 0 0 0 16800975 18446604445756442624 0 0 -1 0 0 0 0
[pid=881/tid=893] ppid=879 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/881/task/893/stat : 893 (java) S 879 881 28116 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 811178557 10802077696 512222 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 2 0 0 0
[pid=881/tid=894] ppid=879 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/881/task/894/stat : 894 (java) S 879 881 28116 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811178557 10802077696 512223 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 2 0 0 0
[pid=881/tid=895] ppid=879 vsize=10548904 CPUtime=0 cores=0,2,4,6
/proc/881/task/895/stat : 895 (java) S 879 881 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811178559 10802077696 512224 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273440177 0 4 0 16800975 18446604445756442624 0 0 -1 2 0 0 0

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

[startup+822.301 s]
/proc/loadavg: 4.05 4.00 3.57 5/520 926
/proc/meminfo: memFree=13775384/32951124 swapFree=67057928/67111528
[pid=881] ppid=879 vsize=10551528 CPUtime=1632.39 cores=0,2,4,6
/proc/881/stat : 881 (java) S 879 881 28116 0 -1 4202496 959890 0 1 0 163120 119 0 0 25 0 22 0 811178553 10804764672 943087 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/881/statm: 2637882 943087 2267 9 0 2628616 0
[pid=881/tid=882] ppid=879 vsize=10551528 CPUtime=1.8 cores=0,2,4,6
/proc/881/task/882/stat : 882 (java) S 879 881 28116 0 -1 4202560 169686 0 1 0 161 19 0 0 15 0 22 0 811178554 10804764672 943087 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273433088 0 4 0 16800975 18446604445756442624 0 0 -1 2 0 0 0
[pid=881/tid=884] ppid=879 vsize=10551528 CPUtime=0.81 cores=0,2,4,6
/proc/881/task/884/stat : 884 (java) S 879 881 28116 0 -1 4202560 8377 0 0 0 80 1 0 0 16 0 22 0 811178556 10804764672 943087 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 0 0 0 0
[pid=881/tid=885] ppid=879 vsize=10551528 CPUtime=0.82 cores=0,2,4,6
/proc/881/task/885/stat : 885 (java) S 879 881 28116 0 -1 4202560 6373 0 0 0 82 0 0 0 16 0 22 0 811178556 10804764672 943087 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 6 0 0 0
[pid=881/tid=886] ppid=879 vsize=10551528 CPUtime=0.88 cores=0,2,4,6
/proc/881/task/886/stat : 886 (java) S 879 881 28116 0 -1 4202560 5393 0 0 0 88 0 0 0 15 0 22 0 811178556 10804764672 943087 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 0 0 0 0
[pid=881/tid=887] ppid=879 vsize=10551528 CPUtime=0.9 cores=0,2,4,6
/proc/881/task/887/stat : 887 (java) S 879 881 28116 0 -1 4202560 9907 0 0 0 89 1 0 0 15 0 22 0 811178556 10804764672 943087 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 2 0 0 0
[pid=881/tid=888] ppid=879 vsize=10551528 CPUtime=1.05 cores=0,2,4,6
/proc/881/task/888/stat : 888 (java) S 879 881 28116 0 -1 4202560 10447 0 0 0 104 1 0 0 16 0 22 0 811178556 10804764672 943087 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 2 0 0 0
[pid=881/tid=889] ppid=879 vsize=10551528 CPUtime=0.94 cores=0,2,4,6
/proc/881/task/889/stat : 889 (java) S 879 881 28116 0 -1 4202560 12200 0 0 0 92 2 0 0 15 0 22 0 811178556 10804764672 943087 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 2 0 0 0
[pid=881/tid=890] ppid=879 vsize=10551528 CPUtime=1.03 cores=0,2,4,6
/proc/881/task/890/stat : 890 (java) S 879 881 28116 0 -1 4202560 13136 0 0 0 101 2 0 0 16 0 22 0 811178556 10804764672 943087 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 2 0 0 0
[pid=881/tid=891] ppid=879 vsize=10551528 CPUtime=0.98 cores=0,2,4,6
/proc/881/task/891/stat : 891 (java) S 879 881 28116 0 -1 4202560 15845 0 0 0 96 2 0 0 15 0 22 0 811178556 10804764672 943087 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 0 0 0 0
[pid=881/tid=892] ppid=879 vsize=10551528 CPUtime=16.13 cores=0,2,4,6
/proc/881/task/892/stat : 892 (java) S 879 881 28116 0 -1 4202560 65033 0 0 0 1607 6 0 0 15 0 22 0 811178557 10804764672 943087 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273433088 0 0 0 16800975 18446604445756442624 0 0 -1 4 0 0 0
[pid=881/tid=893] ppid=879 vsize=10551528 CPUtime=0 cores=0,2,4,6
/proc/881/task/893/stat : 893 (java) S 879 881 28116 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811178557 10804764672 943087 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 2 0 0 0
[pid=881/tid=894] ppid=879 vsize=10551528 CPUtime=0 cores=0,2,4,6
/proc/881/task/894/stat : 894 (java) S 879 881 28116 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 811178557 10804764672 943087 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 2 0 0 0
[pid=881/tid=895] ppid=879 vsize=10551528 CPUtime=0 cores=0,2,4,6
/proc/881/task/895/stat : 895 (java) S 879 881 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811178559 10804764672 943087 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273440177 0 4 0 16800975 18446604445756442624 0 0 -1 2 0 0 0
[pid=881/tid=896] ppid=879 vsize=10551528 CPUtime=1.34 cores=0,2,4,6
/proc/881/task/896/stat : 896 (java) S 879 881 28116 0 -1 4202560 10939 0 0 0 133 1 0 0 15 0 22 0 811178559 10804764672 943087 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 4 0 0 0
[pid=881/tid=897] ppid=879 vsize=10551528 CPUtime=1.42 cores=0,2,4,6
/proc/881/task/897/stat : 897 (java) S 879 881 28116 0 -1 4202560 9331 0 0 0 141 1 0 0 16 0 22 0 811178559 10804764672 943087 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 6 0 0 0
[pid=881/tid=898] ppid=879 vsize=10551528 CPUtime=0 cores=0,2,4,6
/proc/881/task/898/stat : 898 (java) S 879 881 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811178559 10804764672 943087 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 2 0 0 0
[pid=881/tid=899] ppid=879 vsize=10551528 CPUtime=0 cores=0,2,4,6
/proc/881/task/899/stat : 899 (java) S 879 881 28116 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 22 0 811178559 10804764672 943087 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273433088 0 4 0 16800975 18446604445756442624 0 0 -1 0 0 0 0
[pid=881/tid=900] ppid=879 vsize=10551528 CPUtime=802.07 cores=0,2,4,6
/proc/881/task/900/stat : 900 (java) R 879 881 28116 0 -1 4202560 1643 0 0 0 80207 0 0 0 25 0 22 0 811178735 10804764672 943087 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 46912506015369 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=881/tid=901] ppid=879 vsize=10551528 CPUtime=802.06 cores=0,2,4,6
/proc/881/task/901/stat : 901 (java) R 879 881 28116 0 -1 4202560 620375 0 0 0 80131 75 0 0 25 0 22 0 811178735 10804764672 943087 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 46912506101606 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=881/tid=902] ppid=879 vsize=10551528 CPUtime=0 cores=0,2,4,6
/proc/881/task/902/stat : 902 (java) S 879 881 28116 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811178740 10804764672 943087 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273433088 0 4 0 16800975 18446604445756442624 0 0 -1 2 0 0 0
[pid=881/tid=903] ppid=879 vsize=10551528 CPUtime=0 cores=0,2,4,6
/proc/881/task/903/stat : 903 (java) S 879 881 28116 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 811178740 10804764672 943087 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273433088 0 4 0 16800975 18446604445756442624 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1632.39
Current children cumulated vsize (KiB) 10551528

[startup+882.301 s]
/proc/loadavg: 4.43 4.08 3.63 5/520 927
/proc/meminfo: memFree=13773716/32951124 swapFree=67057928/67111528
[pid=881] ppid=879 vsize=10551528 CPUtime=1751.57 cores=0,2,4,6
/proc/881/stat : 881 (java) S 879 881 28116 0 -1 4202496 960036 0 1 0 175037 120 0 0 25 0 22 0 811178553 10804764672 943218 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/881/statm: 2637882 943218 2267 9 0 2628616 0
[pid=881/tid=882] ppid=879 vsize=10551528 CPUtime=1.8 cores=0,2,4,6
/proc/881/task/882/stat : 882 (java) S 879 881 28116 0 -1 4202560 169688 0 1 0 161 19 0 0 15 0 22 0 811178554 10804764672 943218 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273433088 0 4 0 16800975 18446604445756442624 0 0 -1 2 0 0 0
[pid=881/tid=884] ppid=879 vsize=10551528 CPUtime=0.93 cores=0,2,4,6
/proc/881/task/884/stat : 884 (java) S 879 881 28116 0 -1 4202560 8400 0 0 0 92 1 0 0 16 0 22 0 811178556 10804764672 943218 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 0 0 0 0
[pid=881/tid=885] ppid=879 vsize=10551528 CPUtime=0.84 cores=0,2,4,6
/proc/881/task/885/stat : 885 (java) S 879 881 28116 0 -1 4202560 6377 0 0 0 84 0 0 0 16 0 22 0 811178556 10804764672 943218 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 2 0 0 0
[pid=881/tid=886] ppid=879 vsize=10551528 CPUtime=0.98 cores=0,2,4,6
/proc/881/task/886/stat : 886 (java) S 879 881 28116 0 -1 4202560 5404 0 0 0 98 0 0 0 15 0 22 0 811178556 10804764672 943218 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 6 0 0 0
[pid=881/tid=887] ppid=879 vsize=10551528 CPUtime=0.99 cores=0,2,4,6
/proc/881/task/887/stat : 887 (java) S 879 881 28116 0 -1 4202560 9936 0 0 0 98 1 0 0 15 0 22 0 811178556 10804764672 943218 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 2 0 0 0
[pid=881/tid=888] ppid=879 vsize=10551528 CPUtime=1.17 cores=0,2,4,6
/proc/881/task/888/stat : 888 (java) S 879 881 28116 0 -1 4202560 10480 0 0 0 116 1 0 0 16 0 22 0 811178556 10804764672 943218 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 0 0 0 0
[pid=881/tid=889] ppid=879 vsize=10551528 CPUtime=1.02 cores=0,2,4,6
/proc/881/task/889/stat : 889 (java) S 879 881 28116 0 -1 4202560 12228 0 0 0 100 2 0 0 16 0 22 0 811178556 10804764672 943218 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 4 0 0 0
[pid=881/tid=890] ppid=879 vsize=10551528 CPUtime=1.1 cores=0,2,4,6
/proc/881/task/890/stat : 890 (java) S 879 881 28116 0 -1 4202560 13137 0 0 0 108 2 0 0 16 0 22 0 811178556 10804764672 943218 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 2 0 0 0
[pid=881/tid=891] ppid=879 vsize=10551528 CPUtime=1.06 cores=0,2,4,6
/proc/881/task/891/stat : 891 (java) S 879 881 28116 0 -1 4202560 15845 0 0 0 104 2 0 0 16 0 22 0 811178556 10804764672 943218 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 6 0 0 0
[pid=881/tid=892] ppid=879 vsize=10551528 CPUtime=17.21 cores=0,2,4,6
/proc/881/task/892/stat : 892 (java) S 879 881 28116 0 -1 4202560 65039 0 0 0 1715 6 0 0 15 0 22 0 811178557 10804764672 943218 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273433088 0 0 0 16800975 18446604445756442624 0 0 -1 4 0 0 0
[pid=881/tid=893] ppid=879 vsize=10551528 CPUtime=0 cores=0,2,4,6
/proc/881/task/893/stat : 893 (java) S 879 881 28116 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811178557 10804764672 943218 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 2 0 0 0
[pid=881/tid=894] ppid=879 vsize=10551528 CPUtime=0 cores=0,2,4,6
/proc/881/task/894/stat : 894 (java) S 879 881 28116 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 811178557 10804764672 943218 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 2 0 0 0
[pid=881/tid=895] ppid=879 vsize=10551528 CPUtime=0 cores=0,2,4,6
/proc/881/task/895/stat : 895 (java) S 879 881 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811178559 10804764672 943218 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273440177 0 4 0 16800975 18446604445756442624 0 0 -1 2 0 0 0
[pid=881/tid=896] ppid=879 vsize=10551528 CPUtime=1.34 cores=0,2,4,6
/proc/881/task/896/stat : 896 (java) S 879 881 28116 0 -1 4202560 10939 0 0 0 133 1 0 0 15 0 22 0 811178559 10804764672 943218 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 4 0 0 0
[pid=881/tid=897] ppid=879 vsize=10551528 CPUtime=1.42 cores=0,2,4,6
/proc/881/task/897/stat : 897 (java) S 879 881 28116 0 -1 4202560 9331 0 0 0 141 1 0 0 16 0 22 0 811178559 10804764672 943218 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 6 0 0 0
[pid=881/tid=898] ppid=879 vsize=10551528 CPUtime=0 cores=0,2,4,6
/proc/881/task/898/stat : 898 (java) S 879 881 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811178559 10804764672 943218 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 2 0 0 0
[pid=881/tid=899] ppid=879 vsize=10551528 CPUtime=0 cores=0,2,4,6
/proc/881/task/899/stat : 899 (java) S 879 881 28116 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 811178559 10804764672 943218 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273433088 0 4 0 16800975 18446604445756442624 0 0 -1 2 0 0 0
[pid=881/tid=900] ppid=879 vsize=10551528 CPUtime=860.79 cores=0,2,4,6
/proc/881/task/900/stat : 900 (java) R 879 881 28116 0 -1 4202560 1648 0 0 0 86079 0 0 0 25 0 22 0 811178735 10804764672 943218 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 46912505988200 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=881/tid=901] ppid=879 vsize=10551528 CPUtime=860.78 cores=0,2,4,6
/proc/881/task/901/stat : 901 (java) R 879 881 28116 0 -1 4202560 620375 0 0 0 86003 75 0 0 25 0 22 0 811178735 10804764672 943218 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 46912506102246 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=881/tid=902] ppid=879 vsize=10551528 CPUtime=0 cores=0,2,4,6
/proc/881/task/902/stat : 902 (java) S 879 881 28116 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811178740 10804764672 943218 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273433088 0 4 0 16800975 18446604445756442624 0 0 -1 2 0 0 0
[pid=881/tid=903] ppid=879 vsize=10551528 CPUtime=0 cores=0,2,4,6
/proc/881/task/903/stat : 903 (java) S 879 881 28116 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 811178740 10804764672 943218 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273433088 0 4 0 16800975 18446604445756442624 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1751.57
Current children cumulated vsize (KiB) 10551528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+906.501 s]
/proc/loadavg: 4.00 4.01 3.61 5/520 1007
/proc/meminfo: memFree=16923616/32951124 swapFree=67057928/67111528
[pid=881] ppid=879 vsize=10551528 CPUtime=1800.09 cores=0,2,4,6
/proc/881/stat : 881 (java) S 879 881 28116 0 -1 4202496 962714 0 1 0 179888 121 0 0 25 0 22 0 811178553 10804764672 945851 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/881/statm: 2637882 945851 2267 9 0 2628616 0
[pid=881/tid=882] ppid=879 vsize=10551528 CPUtime=1.8 cores=0,2,4,6
/proc/881/task/882/stat : 882 (java) S 879 881 28116 0 -1 4202560 169688 0 1 0 161 19 0 0 15 0 22 0 811178554 10804764672 945851 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273433088 0 4 0 16800975 18446604445756442624 0 0 -1 2 0 0 0
[pid=881/tid=884] ppid=879 vsize=10551528 CPUtime=0.97 cores=0,2,4,6
/proc/881/task/884/stat : 884 (java) S 879 881 28116 0 -1 4202560 8944 0 0 0 95 2 0 0 16 0 22 0 811178556 10804764672 945851 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 4 0 0 0
[pid=881/tid=885] ppid=879 vsize=10551528 CPUtime=0.84 cores=0,2,4,6
/proc/881/task/885/stat : 885 (java) S 879 881 28116 0 -1 4202560 6382 0 0 0 84 0 0 0 16 0 22 0 811178556 10804764672 945851 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 2 0 0 0
[pid=881/tid=886] ppid=879 vsize=10551528 CPUtime=0.99 cores=0,2,4,6
/proc/881/task/886/stat : 886 (java) S 879 881 28116 0 -1 4202560 5404 0 0 0 99 0 0 0 15 0 22 0 811178556 10804764672 945851 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 6 0 0 0
[pid=881/tid=887] ppid=879 vsize=10551528 CPUtime=1.01 cores=0,2,4,6
/proc/881/task/887/stat : 887 (java) S 879 881 28116 0 -1 4202560 10068 0 0 0 100 1 0 0 15 0 22 0 811178556 10804764672 945851 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 4 0 0 0
[pid=881/tid=888] ppid=879 vsize=10551528 CPUtime=1.2 cores=0,2,4,6
/proc/881/task/888/stat : 888 (java) S 879 881 28116 0 -1 4202560 11029 0 0 0 119 1 0 0 16 0 22 0 811178556 10804764672 945851 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 0 0 0 0
[pid=881/tid=889] ppid=879 vsize=10551528 CPUtime=1.05 cores=0,2,4,6
/proc/881/task/889/stat : 889 (java) S 879 881 28116 0 -1 4202560 12405 0 0 0 103 2 0 0 15 0 22 0 811178556 10804764672 945851 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 4 0 0 0
[pid=881/tid=890] ppid=879 vsize=10551528 CPUtime=1.16 cores=0,2,4,6
/proc/881/task/890/stat : 890 (java) S 879 881 28116 0 -1 4202560 14170 0 0 0 114 2 0 0 16 0 22 0 811178556 10804764672 945851 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 6 0 0 0
[pid=881/tid=891] ppid=879 vsize=10551528 CPUtime=1.09 cores=0,2,4,6
/proc/881/task/891/stat : 891 (java) S 879 881 28116 0 -1 4202560 16077 0 0 0 107 2 0 0 16 0 22 0 811178556 10804764672 945851 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 2 0 0 0
[pid=881/tid=892] ppid=879 vsize=10551528 CPUtime=17.21 cores=0,2,4,6
/proc/881/task/892/stat : 892 (java) S 879 881 28116 0 -1 4202560 65041 0 0 0 1715 6 0 0 15 0 22 0 811178557 10804764672 945851 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273433088 0 0 0 16800975 18446604445756442624 0 0 -1 2 0 0 0
[pid=881/tid=893] ppid=879 vsize=10551528 CPUtime=0 cores=0,2,4,6
/proc/881/task/893/stat : 893 (java) S 879 881 28116 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811178557 10804764672 945851 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 2 0 0 0
[pid=881/tid=894] ppid=879 vsize=10551528 CPUtime=0 cores=0,2,4,6
/proc/881/task/894/stat : 894 (java) S 879 881 28116 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 811178557 10804764672 945851 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 2 0 0 0
[pid=881/tid=895] ppid=879 vsize=10551528 CPUtime=0 cores=0,2,4,6
/proc/881/task/895/stat : 895 (java) S 879 881 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811178559 10804764672 945851 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273440177 0 4 0 16800975 18446604445756442624 0 0 -1 2 0 0 0
[pid=881/tid=896] ppid=879 vsize=10551528 CPUtime=1.34 cores=0,2,4,6
/proc/881/task/896/stat : 896 (java) S 879 881 28116 0 -1 4202560 10939 0 0 0 133 1 0 0 15 0 22 0 811178559 10804764672 945851 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 4 0 0 0
[pid=881/tid=897] ppid=879 vsize=10551528 CPUtime=1.42 cores=0,2,4,6
/proc/881/task/897/stat : 897 (java) S 879 881 28116 0 -1 4202560 9331 0 0 0 141 1 0 0 16 0 22 0 811178559 10804764672 945851 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 6 0 0 0
[pid=881/tid=898] ppid=879 vsize=10551528 CPUtime=0 cores=0,2,4,6
/proc/881/task/898/stat : 898 (java) S 879 881 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811178559 10804764672 945851 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273432473 0 4 0 16800975 18446604445756442624 0 0 -1 2 0 0 0
[pid=881/tid=899] ppid=879 vsize=10551528 CPUtime=0 cores=0,2,4,6
/proc/881/task/899/stat : 899 (java) S 879 881 28116 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 811178559 10804764672 945851 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273433088 0 4 0 16800975 18446604445756442624 0 0 -1 2 0 0 0
[pid=881/tid=900] ppid=879 vsize=10551528 CPUtime=884.94 cores=0,2,4,6
/proc/881/task/900/stat : 900 (java) R 879 881 28116 0 -1 4202560 1649 0 0 0 88494 0 0 0 25 0 22 0 811178735 10804764672 945851 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 46912505988092 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=881/tid=901] ppid=879 vsize=10551528 CPUtime=884.93 cores=0,2,4,6
/proc/881/task/901/stat : 901 (java) R 879 881 28116 0 -1 4202560 620376 0 0 0 88418 75 0 0 25 0 22 0 811178735 10804764672 945851 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 46912506220254 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=881/tid=902] ppid=879 vsize=10551528 CPUtime=0 cores=0,2,4,6
/proc/881/task/902/stat : 902 (java) S 879 881 28116 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811178740 10804764672 945851 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273433088 0 4 0 16800975 18446604445756442624 0 0 -1 2 0 0 0
[pid=881/tid=903] ppid=879 vsize=10551528 CPUtime=0 cores=0,2,4,6
/proc/881/task/903/stat : 903 (java) S 879 881 28116 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 811178740 10804764672 945851 33554432000 1073741824 1073778376 140736306881840 18446744073709551615 254273433088 0 4 0 16800975 18446604445756442624 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 10551528

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

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

[startup+906.625 s]
/proc/loadavg: 4.00 4.01 3.61 5/520 1007
/proc/meminfo: memFree=16923616/32951124 swapFree=67057928/67111528
[pid=881] ppid=879 vsize=0 CPUtime=1800.29 cores=0,2,4,6
/proc/881/stat : 881 (java) Z 879 881 28116 0 -1 4203548 962743 0 1 0 179901 128 0 0 17 0 2 0 811178553 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/881/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 906.697
CPU time (s): 1800.38
CPU user time (s): 1799.02
CPU system time (s): 1.35879
CPU usage (%): 198.564
Max. virtual memory (cumulated for all children) (KiB): 10561544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.02
system time used= 1.35879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 962743
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= 23653
involuntary context switches= 16914

runsolver used 4.71828 second user time and 10.1655 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-04 13:40:32
IDJOB=3454316
IDBENCH=1481
IDSOLVER=1950
FILE ID=node140/3454316-1307187632
RUNJOBID= node140-1307186738-30886
PBS_JOBID= 13508839
Free space on /tmp= 73620 MiB

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

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

MD5SUM BENCH= 70ea01a607f0d01f6199fb93098b84d8
RANDOM SEED=966299895

node140.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.833
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.66
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.833
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.14
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.833
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.833
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.833
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.75
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.833
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.833
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.833
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:     32951124 kB
MemFree:      18260240 kB
Buffers:        315764 kB
Cached:        4008480 kB
SwapCached:       6932 kB
Active:       10549412 kB
Inactive:      3798736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18260240 kB
SwapTotal:    67111528 kB
SwapFree:     67057928 kB
Dirty:           25784 kB
Writeback:           0 kB
AnonPages:    10021184 kB
Mapped:          46092 kB
Slab:           216632 kB
PageTables:      57824 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 151761944 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= 73636 MiB
End job on node140 at 2011-06-04 13:55:41