Trace number 3455460

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.37 907.994

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j1208_10-unsat.opb
MD5SUMcde880e36ac940ebc706231d93099786
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 benchmark10.0975
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables22022
Total number of constraints69222
Number of constraints which are clauses68862
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints360
Minimum length of a constraint1
Maximum length of a constraint68
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 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 379
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.12/0.11	c Pseudo Boolean Optimization
0.12/0.11	c ManyCore solver with 2 solvers running in parallel
0.12/0.11	c --- Begin Solver configuration ---
0.12/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.12/0.11	c Learn all clauses as in MiniSAT
0.12/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.11	c Expensive reason simplification
0.12/0.11	c Armin Biere (Picosat) restarts strategy
0.12/0.11	c Glucose learned constraints deletion strategy
0.12/0.11	c timeout=2147483s
0.12/0.11	c DB Simplification allowed=false
0.12/0.11	c --- End Solver configuration ---
0.12/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.11	c --- Begin Solver configuration ---
0.12/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.12/0.11	c Learn all clauses as in MiniSAT
0.12/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.11	c No reason simplification
0.12/0.11	c Armin Biere (Picosat) restarts strategy
0.12/0.11	c Glucose learned constraints deletion strategy
0.12/0.11	c timeout=2147483s
0.12/0.11	c DB Simplification allowed=false
0.12/0.11	c --- End Solver configuration ---
0.12/0.11	c solving HOME/instance-3455460-1307196940.opb
0.12/0.11	c reading problem ... 
1.84/0.96	c ... done. Wall clock time 0.845s.
1.84/0.96	c #vars     22022
1.84/0.96	c #constraints  59788
1.84/0.96	c constraints type 
1.84/0.96	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7948
1.84/0.96	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 48418
1.84/0.96	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 360
1.84/0.96	c constraints type 
1.84/0.96	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 48418
1.84/0.96	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7948
1.84/0.96	c org.sat4j.pb.constraints.pb.MaxWatchPb => 360
6.51/2.68	c cleaning 2497 clauses out of 5000 with flag 5000/5000
10.08/4.39	c cleaning 4238 clauses out of 8503 with flag 11000/11000
14.21/6.50	c cleaning 5617 clauses out of 11268 with flag 18003/18003
19.55/8.96	c cleaning 6815 clauses out of 13648 with flag 26000/26000
25.71/11.80	c cleaning 7917 clauses out of 15833 with flag 35000/35000
32.04/15.00	c cleaning 8940 clauses out of 17918 with flag 45002/45002
38.94/18.56	c cleaning 9976 clauses out of 19976 with flag 56000/56000
47.22/22.76	c cleaning 10992 clauses out of 22002 with flag 68002/68002
56.06/27.28	c cleaning 11980 clauses out of 24008 with flag 81000/81000
65.73/32.20	c cleaning 13002 clauses out of 26029 with flag 95001/95001
76.79/37.70	c cleaning 14003 clauses out of 28028 with flag 110002/110002
88.64/43.70	c cleaning 15006 clauses out of 30023 with flag 126000/126000
101.01/50.00	c cleaning 16006 clauses out of 32017 with flag 143000/143000
115.28/57.22	c cleaning 16996 clauses out of 34011 with flag 161000/161000
130.29/64.89	c cleaning 18006 clauses out of 36015 with flag 180000/180000
146.08/72.83	c cleaning 18994 clauses out of 38009 with flag 200000/200000
162.20/81.09	c cleaning 19996 clauses out of 40015 with flag 221000/221000
181.03/90.53	c cleaning 21001 clauses out of 42020 with flag 243001/243001
184.43/92.39	c cleaning 0 clauses out of 5000 with flag 0/5000
201.70/100.91	c cleaning 21996 clauses out of 44019 with flag 266001/266001
222.61/111.52	c cleaning 23003 clauses out of 46021 with flag 290000/290000
243.80/122.27	c cleaning 23998 clauses out of 48018 with flag 315000/315000
265.99/133.45	c cleaning 25002 clauses out of 50021 with flag 341001/341001
289.98/145.57	c cleaning 25999 clauses out of 52019 with flag 368001/368001
315.24/158.36	c cleaning 27000 clauses out of 54020 with flag 396001/396001
340.36/171.07	c cleaning 27989 clauses out of 56021 with flag 425003/425003
370.15/186.03	c cleaning 28992 clauses out of 58029 with flag 455000/455000
399.05/200.68	c cleaning 30003 clauses out of 60037 with flag 486000/486000
431.05/216.88	c cleaning 31002 clauses out of 62036 with flag 518002/518002
462.35/232.63	c cleaning 32009 clauses out of 64032 with flag 551000/551000
497.66/250.43	c cleaning 32990 clauses out of 66025 with flag 585002/585002
532.16/267.83	c cleaning 34007 clauses out of 68036 with flag 620003/620003
563.49/283.80	c cleaning 34997 clauses out of 70026 with flag 656000/656000
595.53/299.98	c cleaning 35996 clauses out of 72029 with flag 693000/693000
630.42/317.54	c cleaning 37008 clauses out of 74033 with flag 731000/731000
668.68/336.82	c cleaning 37997 clauses out of 76025 with flag 770000/770000
706.35/355.97	c cleaning 38998 clauses out of 78028 with flag 810000/810000
745.01/375.47	c cleaning 39998 clauses out of 80031 with flag 851001/851001
786.25/396.26	c cleaning 41009 clauses out of 82033 with flag 893001/893001
829.69/418.18	c cleaning 41998 clauses out of 84023 with flag 936000/936000
840.95/424.09	c cleaning 0 clauses out of 11002 with flag 0/11002
873.36/440.40	c cleaning 43004 clauses out of 86025 with flag 980000/980000
915.22/461.59	c cleaning 43999 clauses out of 88023 with flag 1025002/1025002
964.07/486.17	c cleaning 44996 clauses out of 90021 with flag 1071000/1071000
1015.71/512.26	c cleaning 45994 clauses out of 92025 with flag 1118000/1118000
1064.15/536.63	c cleaning 46991 clauses out of 94033 with flag 1166002/1166002
1111.97/560.74	c cleaning 47998 clauses out of 96040 with flag 1215000/1215000
1159.97/584.95	c cleaning 49005 clauses out of 98043 with flag 1265001/1265001
1209.58/610.09	c cleaning 50009 clauses out of 100037 with flag 1316000/1316000
1264.58/637.74	c cleaning 51008 clauses out of 102028 with flag 1368000/1368000
1318.16/664.77	c cleaning 52003 clauses out of 104020 with flag 1421000/1421000
1375.95/693.87	c cleaning 53000 clauses out of 106017 with flag 1475000/1475000
1434.52/723.41	c cleaning 53982 clauses out of 108017 with flag 1530000/1530000
1497.68/755.23	c cleaning 55009 clauses out of 110035 with flag 1586000/1586000
1565.83/789.57	c cleaning 56004 clauses out of 112027 with flag 1643001/1643001
1628.16/820.90	c cleaning 56487 clauses out of 113024 with flag 1700002/1700002
1691.58/853.05	c cleaning 56754 clauses out of 113536 with flag 1757001/1757001
1759.05/887.05	c cleaning 56884 clauses out of 113782 with flag 1814001/1814001
1800.11/907.82	c starts		: 210
1800.11/907.82	c conflicts		: 1852654
1800.11/907.82	c decisions		: 2224857
1800.11/907.82	c propagations		: 943346232
1800.11/907.82	c inspects		: 5824927751
1800.11/907.82	c shortcuts		: 0
1800.11/907.82	c learnt literals	: 3
1800.11/907.82	c learnt binary clauses	: 35
1800.11/907.82	c learnt ternary clauses	: 657
1800.11/907.82	c learnt constraints	: 1852651
1800.11/907.82	c ignored constraints	: 0
1800.11/907.82	c root simplifications	: 0
1800.11/907.82	c removed literals (reason simplification)	: 37085599
1800.11/907.82	c reason swapping (by a shorter reason)	: 0
1800.11/907.82	c Calls to reduceDB	: 56
1800.11/907.82	c number of reductions to clauses (during analyze)	: 0
1800.11/907.82	c number of learned constraints concerned by reduction	: 0
1800.11/907.82	c number of learning phase by resolution	: 0
1800.11/907.82	c number of learning phase by cutting planes	: 0
1800.11/907.82	c speed (assignments/second)	: 1040232.496490642
1800.11/907.82	c non guided choices	19
1800.11/907.84	c learnt constraints type 
1800.11/907.84	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 35
1800.11/907.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 95526
1800.11/907.84	c constraints type 
1800.11/907.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7948
1800.11/907.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 48418
1800.11/907.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 360
1800.11/907.84	c constraints type 
1800.11/907.84	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 48418
1800.11/907.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7948
1800.11/907.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 360
1800.11/907.84	s UNKNOWN
1800.11/907.84	c Total wall clock time (in seconds): 907.731

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-3455460-1307196940/watcher-3455460-1307196940 -o /tmp/evaluation-result-3455460-1307196940/solver-3455460-1307196940 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455460-1307196940.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.69 3.64 3.63 2/443 5298
/proc/meminfo: memFree=22266808/32951124 swapFree=44043516/67111528
[pid=5298] ppid=5296 vsize=30536 CPUtime=0 cores=0,2,4,6
/proc/5298/stat : 5298 (java) S 5296 5298 4707 0 -1 4202496 1244 0 0 0 0 0 0 0 17 0 2 0 831292247 31268864 963 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528636901 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/5298/statm: 7634 963 736 9 0 385 0
[pid=5298/tid=5299] ppid=5296 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5299/stat : 5299 (java) R 5296 5298 4707 0 -1 4202560 3808 0 1 0 0 0 0 0 18 0 2 0 831292248 10694979584 4624 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246516528187 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.083302 s]
/proc/loadavg: 3.69 3.64 3.63 2/443 5298
/proc/meminfo: memFree=22266808/32951124 swapFree=44043516/67111528
[pid=5298] ppid=5296 vsize=10538900 CPUtime=0.07 cores=0,2,4,6
/proc/5298/stat : 5298 (java) S 5296 5298 4707 0 -1 4202496 12425 0 1 0 6 1 0 0 17 0 18 0 831292247 10791833600 12122 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5298/statm: 2634725 12127 2009 9 0 2625459 0
[pid=5298/tid=5299] ppid=5296 vsize=10540148 CPUtime=0.07 cores=0,2,4,6
/proc/5298/task/5299/stat : 5299 (java) R 5296 5298 4707 0 -1 4202560 11065 0 1 0 6 1 0 0 18 0 18 0 831292248 10793111552 12662 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 47460726650680 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10538900

[startup+0.114215 s]
/proc/loadavg: 3.69 3.64 3.63 2/443 5298
/proc/meminfo: memFree=22266808/32951124 swapFree=44043516/67111528
[pid=5298] ppid=5296 vsize=10540332 CPUtime=0.12 cores=0,2,4,6
/proc/5298/stat : 5298 (java) S 5296 5298 4707 0 -1 4202496 13255 0 1 0 10 2 0 0 17 0 18 0 831292247 10793299968 12952 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5298/statm: 2635083 12952 2122 9 0 2625817 0
[pid=5298/tid=5299] ppid=5296 vsize=10540332 CPUtime=0.09 cores=0,2,4,6
/proc/5298/task/5299/stat : 5299 (java) R 5296 5298 4707 0 -1 4202560 11294 0 1 0 8 1 0 0 18 0 18 0 831292248 10793299968 12952 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 47460723355203 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 10540332

[startup+0.30115 s]
/proc/loadavg: 3.69 3.64 3.63 2/443 5298
/proc/meminfo: memFree=22266808/32951124 swapFree=44043516/67111528
[pid=5298] ppid=5296 vsize=10543056 CPUtime=0.48 cores=0,2,4,6
/proc/5298/stat : 5298 (java) S 5296 5298 4707 0 -1 4202496 16584 0 1 0 45 3 0 0 17 0 18 0 831292247 10796089344 16059 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5298/statm: 2635764 16060 2201 9 0 2626498 0
[pid=5298/tid=5299] ppid=5296 vsize=10543056 CPUtime=0.28 cores=0,2,4,6
/proc/5298/task/5299/stat : 5299 (java) R 5296 5298 4707 0 -1 4202560 13298 0 1 0 26 2 0 0 18 0 18 0 831292248 10796089344 16060 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 46912505539681 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10543056

[startup+0.701159 s]
/proc/loadavg: 3.69 3.64 3.63 2/443 5298
/proc/meminfo: memFree=22266808/32951124 swapFree=44043516/67111528
[pid=5298] ppid=5296 vsize=10552572 CPUtime=1.52 cores=0,2,4,6
/proc/5298/stat : 5298 (java) S 5296 5298 4707 0 -1 4202496 45096 0 1 0 145 7 0 0 17 0 18 0 831292247 10805833728 40028 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5298/statm: 2638143 40031 2225 9 0 2628877 0
[pid=5298/tid=5299] ppid=5296 vsize=10552572 CPUtime=0.67 cores=0,2,4,6
/proc/5298/task/5299/stat : 5299 (java) R 5296 5298 4707 0 -1 4202560 32316 0 1 0 62 5 0 0 18 0 18 0 831292248 10805833728 40032 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 46912505629680 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 10552572

[startup+1.50097 s]
/proc/loadavg: 3.69 3.64 3.63 6/462 5318
/proc/meminfo: memFree=22023316/32951124 swapFree=44043516/67111528
[pid=5298] ppid=5296 vsize=10558520 CPUtime=4.04 cores=0,2,4,6
/proc/5298/stat : 5298 (java) S 5296 5298 4707 0 -1 4202496 83909 0 1 0 391 13 0 0 17 0 22 0 831292247 10811924480 76332 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5298/statm: 2639630 76341 2240 9 0 2630364 0
[pid=5298/tid=5299] ppid=5296 vsize=10558520 CPUtime=0.93 cores=0,2,4,6
/proc/5298/task/5299/stat : 5299 (java) S 5296 5298 4707 0 -1 4202560 53508 0 1 0 85 8 0 0 15 0 22 0 831292248 10811924480 76346 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650752 0 4 0 16800975 18446604453374518272 0 0 -1 4 0 0 0
[pid=5298/tid=5301] ppid=5296 vsize=10558520 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5301/stat : 5301 (java) S 5296 5298 4707 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831292250 10811924480 76350 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 2 0 0 0
[pid=5298/tid=5302] ppid=5296 vsize=10558520 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5302/stat : 5302 (java) S 5296 5298 4707 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 831292250 10811924480 76354 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5303] ppid=5296 vsize=10558520 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5303/stat : 5303 (java) S 5296 5298 4707 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 831292250 10811924480 76359 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5304] ppid=5296 vsize=10558520 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5304/stat : 5304 (java) S 5296 5298 4707 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 831292250 10811924480 76363 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5305] ppid=5296 vsize=10558520 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5305/stat : 5305 (java) S 5296 5298 4707 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 831292250 10811924480 76368 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5306] ppid=5296 vsize=10558520 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5306/stat : 5306 (java) S 5296 5298 4707 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 831292250 10811924480 76372 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5307] ppid=5296 vsize=10558520 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5307/stat : 5307 (java) S 5296 5298 4707 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 831292250 10811924480 76377 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5308] ppid=5296 vsize=10558520 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5308/stat : 5308 (java) S 5296 5298 4707 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 831292250 10811924480 76381 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5309] ppid=5296 vsize=10558520 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5309/stat : 5309 (java) S 5296 5298 4707 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 22 0 831292251 10811924480 76385 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650752 0 0 0 16800975 18446604453374518272 0 0 -1 2 0 0 0
[pid=5298/tid=5310] ppid=5296 vsize=10558520 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5310/stat : 5310 (java) S 5296 5298 4707 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 22 0 831292251 10811924480 76389 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5311] ppid=5296 vsize=10558520 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5311/stat : 5311 (java) S 5296 5298 4707 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 831292251 10811924480 76394 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5312] ppid=5296 vsize=10558520 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5312/stat : 5312 (java) S 5296 5298 4707 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292253 10811924480 76398 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528657841 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5313] ppid=5296 vsize=10558520 CPUtime=0.98 cores=0,2,4,6
/proc/5298/task/5313/stat : 5313 (java) S 5296 5298 4707 0 -1 4202560 9600 0 0 0 97 1 0 0 25 0 22 0 831292253 10811924480 76402 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5314] ppid=5296 vsize=10558520 CPUtime=1.08 cores=0,2,4,6
/proc/5298/task/5314/stat : 5314 (java) S 5296 5298 4707 0 -1 4202560 5458 0 0 0 108 0 0 0 25 0 22 0 831292253 10811924480 76406 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 2 0 0 0
[pid=5298/tid=5315] ppid=5296 vsize=10558520 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5315/stat : 5315 (java) S 5296 5298 4707 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292253 10811924480 76410 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5316] ppid=5296 vsize=10558520 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5316/stat : 5316 (java) S 5296 5298 4707 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831292253 10811924480 76414 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650752 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5317] ppid=5296 vsize=10558520 CPUtime=0.53 cores=0,2,4,6
/proc/5298/task/5317/stat : 5317 (java) R 5296 5298 4707 0 -1 4202560 404 0 0 0 53 0 0 0 21 0 22 0 831292343 10811924480 76419 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 46912505719156 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5298/tid=5318] ppid=5296 vsize=10558520 CPUtime=0.47 cores=0,2,4,6
/proc/5298/task/5318/stat : 5318 (java) R 5296 5298 4707 0 -1 4202560 13861 0 0 0 46 1 0 0 23 0 22 0 831292343 10811924480 76422 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 46912506300809 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 10558520

[startup+3.10167 s]
/proc/loadavg: 3.69 3.64 3.63 5/467 5323
/proc/meminfo: memFree=21741796/32951124 swapFree=44043516/67111528
[pid=5298] ppid=5296 vsize=10558520 CPUtime=7.51 cores=0,2,4,6
/proc/5298/stat : 5298 (java) S 5296 5298 4707 0 -1 4202496 216728 0 1 0 722 29 0 0 17 0 22 0 831292247 10811924480 208825 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5298/statm: 2639630 208826 2268 9 0 2630364 0
[pid=5298/tid=5299] ppid=5296 vsize=10558520 CPUtime=0.93 cores=0,2,4,6
/proc/5298/task/5299/stat : 5299 (java) S 5296 5298 4707 0 -1 4202560 53508 0 1 0 85 8 0 0 15 0 22 0 831292248 10811924480 208827 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650752 0 4 0 16800975 18446604453374518272 0 0 -1 4 0 0 0
[pid=5298/tid=5301] ppid=5296 vsize=10558520 CPUtime=0.02 cores=0,2,4,6
/proc/5298/task/5301/stat : 5301 (java) S 5296 5298 4707 0 -1 4202560 1690 0 0 0 2 0 0 0 18 0 22 0 831292250 10811924480 208829 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 2 0 0 0
[pid=5298/tid=5302] ppid=5296 vsize=10558520 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5302/stat : 5302 (java) S 5296 5298 4707 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831292250 10811924480 208834 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5303] ppid=5296 vsize=10558520 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5303/stat : 5303 (java) S 5296 5298 4707 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831292250 10811924480 208838 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5304] ppid=5296 vsize=10558520 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5304/stat : 5304 (java) S 5296 5298 4707 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831292250 10811924480 208843 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5305] ppid=5296 vsize=10558520 CPUtime=0.01 cores=0,2,4,6
/proc/5298/task/5305/stat : 5305 (java) S 5296 5298 4707 0 -1 4202560 919 0 0 0 1 0 0 0 18 0 22 0 831292250 10811924480 208847 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 2 0 0 0
[pid=5298/tid=5306] ppid=5296 vsize=10558520 CPUtime=0.02 cores=0,2,4,6
/proc/5298/task/5306/stat : 5306 (java) S 5296 5298 4707 0 -1 4202560 1457 0 0 0 2 0 0 0 18 0 22 0 831292250 10811924480 208851 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 0 0 0 0
[pid=5298/tid=5307] ppid=5296 vsize=10558520 CPUtime=0.01 cores=0,2,4,6
/proc/5298/task/5307/stat : 5307 (java) S 5296 5298 4707 0 -1 4202560 1432 0 0 0 1 0 0 0 18 0 22 0 831292250 10811924480 208855 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5308] ppid=5296 vsize=10558520 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5308/stat : 5308 (java) S 5296 5298 4707 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831292250 10811924480 208859 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5309] ppid=5296 vsize=10558520 CPUtime=0.07 cores=0,2,4,6
/proc/5298/task/5309/stat : 5309 (java) S 5296 5298 4707 0 -1 4202560 5492 0 0 0 7 0 0 0 15 0 22 0 831292251 10811924480 208863 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650752 0 0 0 16800975 18446604453374518272 0 0 -1 4 0 0 0
[pid=5298/tid=5310] ppid=5296 vsize=10558520 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5310/stat : 5310 (java) S 5296 5298 4707 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831292251 10811924480 208868 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5311] ppid=5296 vsize=10558520 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5311/stat : 5311 (java) S 5296 5298 4707 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831292251 10811924480 208872 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5312] ppid=5296 vsize=10558520 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5312/stat : 5312 (java) S 5296 5298 4707 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292253 10811924480 208876 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528657841 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5313] ppid=5296 vsize=10558520 CPUtime=1.05 cores=0,2,4,6
/proc/5298/task/5313/stat : 5313 (java) S 5296 5298 4707 0 -1 4202560 9608 0 0 0 104 1 0 0 15 0 22 0 831292253 10811924480 208879 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5314] ppid=5296 vsize=10558520 CPUtime=1.33 cores=0,2,4,6
/proc/5298/task/5314/stat : 5314 (java) S 5296 5298 4707 0 -1 4202560 5809 0 0 0 133 0 0 0 15 0 22 0 831292253 10811924480 208884 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 2 0 0 0
[pid=5298/tid=5315] ppid=5296 vsize=10558520 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5315/stat : 5315 (java) S 5296 5298 4707 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292253 10811924480 208887 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5316] ppid=5296 vsize=10558520 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5316/stat : 5316 (java) S 5296 5298 4707 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831292253 10811924480 208891 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650752 0 4 0 16800975 18446604453374518272 0 0 -1 2 0 0 0
[pid=5298/tid=5317] ppid=5296 vsize=10558520 CPUtime=2.02 cores=0,2,4,6
/proc/5298/task/5317/stat : 5317 (java) R 5296 5298 4707 0 -1 4202560 723 0 0 0 202 0 0 0 17 0 22 0 831292343 10811924480 208894 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 46912506263285 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5298/tid=5318] ppid=5296 vsize=10558520 CPUtime=1.97 cores=0,2,4,6
/proc/5298/task/5318/stat : 5318 (java) R 5296 5298 4707 0 -1 4202560 135001 0 0 0 181 16 0 0 25 0 22 0 831292343 10811924480 208898 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 46912506561139 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5298/tid=5321] ppid=5296 vsize=10558520 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5321/stat : 5321 (java) S 5296 5298 4707 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831292353 10811924480 208901 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650752 0 4 0 16800975 18446604453374518272 0 0 -1 4 0 0 0
[pid=5298/tid=5323] ppid=5296 vsize=10558520 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5323/stat : 5323 (java) S 5296 5298 4707 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 831292356 10811924480 208904 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650752 0 4 0 16800975 18446604453374518272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.51
Current children cumulated vsize (KiB) 10558520

[startup+6.30113 s]
/proc/loadavg: 3.71 3.64 3.63 5/467 5324
/proc/meminfo: memFree=21299108/32951124 swapFree=44043516/67111528
[pid=5298] ppid=5296 vsize=10558520 CPUtime=14.01 cores=0,2,4,6
/proc/5298/stat : 5298 (java) S 5296 5298 4707 0 -1 4202496 274060 0 1 0 1366 35 0 0 17 0 22 0 831292247 10811924480 266152 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5298/statm: 2639630 266160 2268 9 0 2630364 0
[pid=5298/tid=5299] ppid=5296 vsize=10558520 CPUtime=0.93 cores=0,2,4,6
/proc/5298/task/5299/stat : 5299 (java) S 5296 5298 4707 0 -1 4202560 53510 0 1 0 85 8 0 0 15 0 22 0 831292248 10811924480 266164 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650752 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5301] ppid=5296 vsize=10558520 CPUtime=0.02 cores=0,2,4,6
/proc/5298/task/5301/stat : 5301 (java) S 5296 5298 4707 0 -1 4202560 2204 0 0 0 2 0 0 0 18 0 22 0 831292250 10811924480 266167 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 2 0 0 0
[pid=5298/tid=5302] ppid=5296 vsize=10558520 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5302/stat : 5302 (java) S 5296 5298 4707 0 -1 4202560 307 0 0 0 0 0 0 0 16 0 22 0 831292250 10811924480 266172 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 0 0 0 0
[pid=5298/tid=5303] ppid=5296 vsize=10558520 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5303/stat : 5303 (java) S 5296 5298 4707 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831292250 10811924480 266176 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5304] ppid=5296 vsize=10558520 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5304/stat : 5304 (java) S 5296 5298 4707 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831292250 10811924480 266180 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5305] ppid=5296 vsize=10558520 CPUtime=0.01 cores=0,2,4,6
/proc/5298/task/5305/stat : 5305 (java) S 5296 5298 4707 0 -1 4202560 1287 0 0 0 1 0 0 0 18 0 22 0 831292250 10811924480 266183 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5306] ppid=5296 vsize=10558520 CPUtime=0.02 cores=0,2,4,6
/proc/5298/task/5306/stat : 5306 (java) S 5296 5298 4707 0 -1 4202560 1457 0 0 0 2 0 0 0 18 0 22 0 831292250 10811924480 266187 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 0 0 0 0
[pid=5298/tid=5307] ppid=5296 vsize=10558520 CPUtime=0.01 cores=0,2,4,6
/proc/5298/task/5307/stat : 5307 (java) S 5296 5298 4707 0 -1 4202560 1432 0 0 0 1 0 0 0 18 0 22 0 831292250 10811924480 266188 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5308] ppid=5296 vsize=10558520 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5308/stat : 5308 (java) S 5296 5298 4707 0 -1 4202560 491 0 0 0 0 0 0 0 15 0 22 0 831292250 10811924480 266192 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5309] ppid=5296 vsize=10558520 CPUtime=0.15 cores=0,2,4,6
/proc/5298/task/5309/stat : 5309 (java) S 5296 5298 4707 0 -1 4202560 6976 0 0 0 15 0 0 0 16 0 22 0 831292251 10811924480 266197 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650752 0 0 0 16800975 18446604453374518272 0 0 -1 4 0 0 0
[pid=5298/tid=5310] ppid=5296 vsize=10558520 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5310/stat : 5310 (java) S 5296 5298 4707 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831292251 10811924480 266201 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0

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

/proc/meminfo: memFree=22088324/32951124 swapFree=44043516/67111528
[pid=5298] ppid=5296 vsize=10559112 CPUtime=1630.14 cores=0,2,4,6
/proc/5298/stat : 5298 (java) S 5296 5298 4707 0 -1 4202496 959484 0 1 0 162899 115 0 0 17 0 22 0 831292247 10812530688 944627 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5298/statm: 2639778 944627 2269 9 0 2630512 0
[pid=5298/tid=5299] ppid=5296 vsize=10559112 CPUtime=0.93 cores=0,2,4,6
/proc/5298/task/5299/stat : 5299 (java) S 5296 5298 4707 0 -1 4202560 53520 0 1 0 85 8 0 0 15 0 22 0 831292248 10812530688 944627 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650752 0 4 0 16800975 18446604453374518272 0 0 -1 0 0 0 0
[pid=5298/tid=5301] ppid=5296 vsize=10559112 CPUtime=0.49 cores=0,2,4,6
/proc/5298/task/5301/stat : 5301 (java) S 5296 5298 4707 0 -1 4202560 7652 0 0 0 48 1 0 0 15 0 22 0 831292250 10812530688 944627 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 2 0 0 0
[pid=5298/tid=5302] ppid=5296 vsize=10559112 CPUtime=0.46 cores=0,2,4,6
/proc/5298/task/5302/stat : 5302 (java) S 5296 5298 4707 0 -1 4202560 6101 0 0 0 45 1 0 0 16 0 22 0 831292250 10812530688 944627 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5303] ppid=5296 vsize=10559112 CPUtime=0.61 cores=0,2,4,6
/proc/5298/task/5303/stat : 5303 (java) S 5296 5298 4707 0 -1 4202560 6762 0 0 0 60 1 0 0 16 0 22 0 831292250 10812530688 944627 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 4 0 0 0
[pid=5298/tid=5304] ppid=5296 vsize=10559112 CPUtime=0.57 cores=0,2,4,6
/proc/5298/task/5304/stat : 5304 (java) S 5296 5298 4707 0 -1 4202560 6241 0 0 0 57 0 0 0 15 0 22 0 831292250 10812530688 944627 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5305] ppid=5296 vsize=10559112 CPUtime=0.53 cores=0,2,4,6
/proc/5298/task/5305/stat : 5305 (java) S 5296 5298 4707 0 -1 4202560 6223 0 0 0 52 1 0 0 15 0 22 0 831292250 10812530688 944627 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 2 0 0 0
[pid=5298/tid=5306] ppid=5296 vsize=10559112 CPUtime=0.56 cores=0,2,4,6
/proc/5298/task/5306/stat : 5306 (java) S 5296 5298 4707 0 -1 4202560 6787 0 0 0 55 1 0 0 15 0 22 0 831292250 10812530688 944627 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 0 0 0 0
[pid=5298/tid=5307] ppid=5296 vsize=10559112 CPUtime=0.51 cores=0,2,4,6
/proc/5298/task/5307/stat : 5307 (java) S 5296 5298 4707 0 -1 4202560 5171 0 0 0 50 1 0 0 16 0 22 0 831292250 10812530688 944627 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 2 0 0 0
[pid=5298/tid=5308] ppid=5296 vsize=10559112 CPUtime=0.56 cores=0,2,4,6
/proc/5298/task/5308/stat : 5308 (java) S 5296 5298 4707 0 -1 4202560 6070 0 0 0 55 1 0 0 15 0 22 0 831292250 10812530688 944627 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5309] ppid=5296 vsize=10559112 CPUtime=19.2 cores=0,2,4,6
/proc/5298/task/5309/stat : 5309 (java) S 5296 5298 4707 0 -1 4202560 39871 0 0 0 1915 5 0 0 16 0 22 0 831292251 10812530688 944627 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650752 0 0 0 16800975 18446604453374518272 0 0 -1 0 0 0 0
[pid=5298/tid=5310] ppid=5296 vsize=10559112 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5310/stat : 5310 (java) S 5296 5298 4707 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831292251 10812530688 944627 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5311] ppid=5296 vsize=10559112 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5311/stat : 5311 (java) S 5296 5298 4707 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831292251 10812530688 944627 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5312] ppid=5296 vsize=10559112 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5312/stat : 5312 (java) S 5296 5298 4707 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292253 10812530688 944627 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528657841 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5313] ppid=5296 vsize=10559112 CPUtime=1.91 cores=0,2,4,6
/proc/5298/task/5313/stat : 5313 (java) S 5296 5298 4707 0 -1 4202560 9874 0 0 0 190 1 0 0 15 0 22 0 831292253 10812530688 944627 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 4 0 0 0
[pid=5298/tid=5314] ppid=5296 vsize=10559112 CPUtime=1.99 cores=0,2,4,6
/proc/5298/task/5314/stat : 5314 (java) S 5296 5298 4707 0 -1 4202560 11516 0 0 0 197 2 0 0 15 0 22 0 831292253 10812530688 944627 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 2 0 0 0
[pid=5298/tid=5315] ppid=5296 vsize=10559112 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5315/stat : 5315 (java) S 5296 5298 4707 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292253 10812530688 944627 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5316] ppid=5296 vsize=10559112 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5316/stat : 5316 (java) S 5296 5298 4707 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 22 0 831292253 10812530688 944627 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650752 0 4 0 16800975 18446604453374518272 0 0 -1 2 0 0 0
[pid=5298/tid=5317] ppid=5296 vsize=10559112 CPUtime=800.87 cores=0,2,4,6
/proc/5298/task/5317/stat : 5317 (java) R 5296 5298 4707 0 -1 4202560 1399 0 0 0 80086 1 0 0 18 0 22 0 831292343 10812530688 944627 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 46912506263285 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5298/tid=5318] ppid=5296 vsize=10559112 CPUtime=800.81 cores=0,2,4,6
/proc/5298/task/5318/stat : 5318 (java) R 5296 5298 4707 0 -1 4202560 791091 0 0 0 79995 86 0 0 18 0 22 0 831292343 10812530688 944627 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 46912506320467 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5298/tid=5321] ppid=5296 vsize=10559112 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5321/stat : 5321 (java) S 5296 5298 4707 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831292353 10812530688 944627 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650752 0 4 0 16800975 18446604453374518272 0 0 -1 4 0 0 0
[pid=5298/tid=5323] ppid=5296 vsize=10559112 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5323/stat : 5323 (java) S 5296 5298 4707 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 831292356 10812530688 944627 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650752 0 4 0 16800975 18446604453374518272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1630.14
Current children cumulated vsize (KiB) 10559112

[startup+882.302 s]
/proc/loadavg: 2.13 3.10 3.50 3/440 5388
/proc/meminfo: memFree=22088132/32951124 swapFree=44043516/67111528
[pid=5298] ppid=5296 vsize=10559112 CPUtime=1749.65 cores=0,2,4,6
/proc/5298/stat : 5298 (java) S 5296 5298 4707 0 -1 4202496 959503 0 1 0 174850 115 0 0 17 0 22 0 831292247 10812530688 944636 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5298/statm: 2639778 944636 2269 9 0 2630512 0
[pid=5298/tid=5299] ppid=5296 vsize=10559112 CPUtime=0.93 cores=0,2,4,6
/proc/5298/task/5299/stat : 5299 (java) S 5296 5298 4707 0 -1 4202560 53522 0 1 0 85 8 0 0 15 0 22 0 831292248 10812530688 944636 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650752 0 4 0 16800975 18446604453374518272 0 0 -1 0 0 0 0
[pid=5298/tid=5301] ppid=5296 vsize=10559112 CPUtime=0.51 cores=0,2,4,6
/proc/5298/task/5301/stat : 5301 (java) S 5296 5298 4707 0 -1 4202560 7656 0 0 0 50 1 0 0 16 0 22 0 831292250 10812530688 944636 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 2 0 0 0
[pid=5298/tid=5302] ppid=5296 vsize=10559112 CPUtime=0.5 cores=0,2,4,6
/proc/5298/task/5302/stat : 5302 (java) S 5296 5298 4707 0 -1 4202560 6101 0 0 0 49 1 0 0 15 0 22 0 831292250 10812530688 944636 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 2 0 0 0
[pid=5298/tid=5303] ppid=5296 vsize=10559112 CPUtime=0.65 cores=0,2,4,6
/proc/5298/task/5303/stat : 5303 (java) S 5296 5298 4707 0 -1 4202560 6762 0 0 0 64 1 0 0 16 0 22 0 831292250 10812530688 944636 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 4 0 0 0
[pid=5298/tid=5304] ppid=5296 vsize=10559112 CPUtime=0.61 cores=0,2,4,6
/proc/5298/task/5304/stat : 5304 (java) S 5296 5298 4707 0 -1 4202560 6241 0 0 0 61 0 0 0 16 0 22 0 831292250 10812530688 944636 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 0 0 0 0
[pid=5298/tid=5305] ppid=5296 vsize=10559112 CPUtime=0.53 cores=0,2,4,6
/proc/5298/task/5305/stat : 5305 (java) S 5296 5298 4707 0 -1 4202560 6223 0 0 0 52 1 0 0 15 0 22 0 831292250 10812530688 944636 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 2 0 0 0
[pid=5298/tid=5306] ppid=5296 vsize=10559112 CPUtime=0.6 cores=0,2,4,6
/proc/5298/task/5306/stat : 5306 (java) S 5296 5298 4707 0 -1 4202560 6787 0 0 0 59 1 0 0 16 0 22 0 831292250 10812530688 944636 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5307] ppid=5296 vsize=10559112 CPUtime=0.53 cores=0,2,4,6
/proc/5298/task/5307/stat : 5307 (java) S 5296 5298 4707 0 -1 4202560 5171 0 0 0 52 1 0 0 16 0 22 0 831292250 10812530688 944636 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 2 0 0 0
[pid=5298/tid=5308] ppid=5296 vsize=10559112 CPUtime=0.59 cores=0,2,4,6
/proc/5298/task/5308/stat : 5308 (java) S 5296 5298 4707 0 -1 4202560 6075 0 0 0 58 1 0 0 16 0 22 0 831292250 10812530688 944636 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5309] ppid=5296 vsize=10559112 CPUtime=19.77 cores=0,2,4,6
/proc/5298/task/5309/stat : 5309 (java) S 5296 5298 4707 0 -1 4202560 39875 0 0 0 1972 5 0 0 15 0 22 0 831292251 10812530688 944636 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650752 0 0 0 16800975 18446604453374518272 0 0 -1 0 0 0 0
[pid=5298/tid=5310] ppid=5296 vsize=10559112 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5310/stat : 5310 (java) S 5296 5298 4707 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831292251 10812530688 944636 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5311] ppid=5296 vsize=10559112 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5311/stat : 5311 (java) S 5296 5298 4707 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831292251 10812530688 944636 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5312] ppid=5296 vsize=10559112 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5312/stat : 5312 (java) S 5296 5298 4707 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292253 10812530688 944636 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528657841 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5313] ppid=5296 vsize=10559112 CPUtime=1.91 cores=0,2,4,6
/proc/5298/task/5313/stat : 5313 (java) S 5296 5298 4707 0 -1 4202560 9874 0 0 0 190 1 0 0 15 0 22 0 831292253 10812530688 944636 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 4 0 0 0
[pid=5298/tid=5314] ppid=5296 vsize=10559112 CPUtime=1.99 cores=0,2,4,6
/proc/5298/task/5314/stat : 5314 (java) S 5296 5298 4707 0 -1 4202560 11517 0 0 0 197 2 0 0 15 0 22 0 831292253 10812530688 944636 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 2 0 0 0
[pid=5298/tid=5315] ppid=5296 vsize=10559112 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5315/stat : 5315 (java) S 5296 5298 4707 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292253 10812530688 944636 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5316] ppid=5296 vsize=10559112 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5316/stat : 5316 (java) S 5296 5298 4707 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 831292253 10812530688 944636 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650752 0 4 0 16800975 18446604453374518272 0 0 -1 2 0 0 0
[pid=5298/tid=5317] ppid=5296 vsize=10559112 CPUtime=860.24 cores=0,2,4,6
/proc/5298/task/5317/stat : 5317 (java) R 5296 5298 4707 0 -1 4202560 1400 0 0 0 86023 1 0 0 25 0 22 0 831292343 10812530688 944636 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 46912506263285 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5298/tid=5318] ppid=5296 vsize=10559112 CPUtime=860.18 cores=0,2,4,6
/proc/5298/task/5318/stat : 5318 (java) R 5296 5298 4707 0 -1 4202560 791091 0 0 0 85932 86 0 0 25 0 22 0 831292343 10812530688 944636 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 46912506339371 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5298/tid=5321] ppid=5296 vsize=10559112 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5321/stat : 5321 (java) S 5296 5298 4707 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831292353 10812530688 944636 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650752 0 4 0 16800975 18446604453374518272 0 0 -1 4 0 0 0
[pid=5298/tid=5323] ppid=5296 vsize=10559112 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5323/stat : 5323 (java) S 5296 5298 4707 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 831292356 10812530688 944636 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650752 0 4 0 16800975 18446604453374518272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1749.65
Current children cumulated vsize (KiB) 10559112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+907.801 s]
/proc/loadavg: 2.15 3.02 3.46 3/440 5389
/proc/meminfo: memFree=22088012/32951124 swapFree=44043516/67111528
[pid=5298] ppid=5296 vsize=10559112 CPUtime=1800.11 cores=0,2,4,6
/proc/5298/stat : 5298 (java) S 5296 5298 4707 0 -1 4202496 959512 0 1 0 179896 115 0 0 17 0 22 0 831292247 10812530688 944642 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5298/statm: 2639778 944642 2269 9 0 2630512 0
[pid=5298/tid=5299] ppid=5296 vsize=10559112 CPUtime=0.93 cores=0,2,4,6
/proc/5298/task/5299/stat : 5299 (java) S 5296 5298 4707 0 -1 4202560 53523 0 1 0 85 8 0 0 15 0 22 0 831292248 10812530688 944642 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650752 0 4 0 16800975 18446604453374518272 0 0 -1 0 0 0 0
[pid=5298/tid=5301] ppid=5296 vsize=10559112 CPUtime=0.53 cores=0,2,4,6
/proc/5298/task/5301/stat : 5301 (java) S 5296 5298 4707 0 -1 4202560 7658 0 0 0 52 1 0 0 16 0 22 0 831292250 10812530688 944642 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 4 0 0 0
[pid=5298/tid=5302] ppid=5296 vsize=10559112 CPUtime=0.52 cores=0,2,4,6
/proc/5298/task/5302/stat : 5302 (java) S 5296 5298 4707 0 -1 4202560 6105 0 0 0 51 1 0 0 16 0 22 0 831292250 10812530688 944642 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 2 0 0 0
[pid=5298/tid=5303] ppid=5296 vsize=10559112 CPUtime=0.65 cores=0,2,4,6
/proc/5298/task/5303/stat : 5303 (java) S 5296 5298 4707 0 -1 4202560 6762 0 0 0 64 1 0 0 15 0 22 0 831292250 10812530688 944642 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 4 0 0 0
[pid=5298/tid=5304] ppid=5296 vsize=10559112 CPUtime=0.61 cores=0,2,4,6
/proc/5298/task/5304/stat : 5304 (java) S 5296 5298 4707 0 -1 4202560 6241 0 0 0 61 0 0 0 15 0 22 0 831292250 10812530688 944642 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5305] ppid=5296 vsize=10559112 CPUtime=0.53 cores=0,2,4,6
/proc/5298/task/5305/stat : 5305 (java) S 5296 5298 4707 0 -1 4202560 6223 0 0 0 52 1 0 0 15 0 22 0 831292250 10812530688 944642 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 2 0 0 0
[pid=5298/tid=5306] ppid=5296 vsize=10559112 CPUtime=0.6 cores=0,2,4,6
/proc/5298/task/5306/stat : 5306 (java) S 5296 5298 4707 0 -1 4202560 6787 0 0 0 59 1 0 0 15 0 22 0 831292250 10812530688 944642 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5307] ppid=5296 vsize=10559112 CPUtime=0.55 cores=0,2,4,6
/proc/5298/task/5307/stat : 5307 (java) S 5296 5298 4707 0 -1 4202560 5171 0 0 0 54 1 0 0 16 0 22 0 831292250 10812530688 944642 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 4 0 0 0
[pid=5298/tid=5308] ppid=5296 vsize=10559112 CPUtime=0.59 cores=0,2,4,6
/proc/5298/task/5308/stat : 5308 (java) S 5296 5298 4707 0 -1 4202560 6075 0 0 0 58 1 0 0 15 0 22 0 831292250 10812530688 944642 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 4 0 0 0
[pid=5298/tid=5309] ppid=5296 vsize=10559112 CPUtime=20.35 cores=0,2,4,6
/proc/5298/task/5309/stat : 5309 (java) S 5296 5298 4707 0 -1 4202560 39875 0 0 0 2030 5 0 0 15 0 22 0 831292251 10812530688 944642 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650752 0 0 0 16800975 18446604453374518272 0 0 -1 0 0 0 0
[pid=5298/tid=5310] ppid=5296 vsize=10559112 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5310/stat : 5310 (java) S 5296 5298 4707 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831292251 10812530688 944642 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5311] ppid=5296 vsize=10559112 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5311/stat : 5311 (java) S 5296 5298 4707 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831292251 10812530688 944642 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5312] ppid=5296 vsize=10559112 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5312/stat : 5312 (java) S 5296 5298 4707 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292253 10812530688 944642 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528657841 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5313] ppid=5296 vsize=10559112 CPUtime=1.91 cores=0,2,4,6
/proc/5298/task/5313/stat : 5313 (java) S 5296 5298 4707 0 -1 4202560 9874 0 0 0 190 1 0 0 15 0 22 0 831292253 10812530688 944642 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 4 0 0 0
[pid=5298/tid=5314] ppid=5296 vsize=10559112 CPUtime=1.99 cores=0,2,4,6
/proc/5298/task/5314/stat : 5314 (java) S 5296 5298 4707 0 -1 4202560 11517 0 0 0 197 2 0 0 15 0 22 0 831292253 10812530688 944642 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 2 0 0 0
[pid=5298/tid=5315] ppid=5296 vsize=10559112 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5315/stat : 5315 (java) S 5296 5298 4707 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292253 10812530688 944642 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650137 0 4 0 16800975 18446604453374518272 0 0 -1 6 0 0 0
[pid=5298/tid=5316] ppid=5296 vsize=10559112 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5316/stat : 5316 (java) S 5296 5298 4707 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 831292253 10812530688 944642 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650752 0 4 0 16800975 18446604453374518272 0 0 -1 2 0 0 0
[pid=5298/tid=5317] ppid=5296 vsize=10559112 CPUtime=885.16 cores=0,2,4,6
/proc/5298/task/5317/stat : 5317 (java) R 5296 5298 4707 0 -1 4202560 1400 0 0 0 88515 1 0 0 25 0 22 0 831292343 10812530688 944642 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 46912506391997 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5298/tid=5318] ppid=5296 vsize=10559112 CPUtime=885.1 cores=0,2,4,6
/proc/5298/task/5318/stat : 5318 (java) R 5296 5298 4707 0 -1 4202560 791091 0 0 0 88424 86 0 0 25 0 22 0 831292343 10812530688 944642 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 46912506320467 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5298/tid=5321] ppid=5296 vsize=10559112 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5321/stat : 5321 (java) S 5296 5298 4707 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831292353 10812530688 944642 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650752 0 4 0 16800975 18446604453374518272 0 0 -1 4 0 0 0
[pid=5298/tid=5323] ppid=5296 vsize=10559112 CPUtime=0 cores=0,2,4,6
/proc/5298/task/5323/stat : 5323 (java) S 5296 5298 4707 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 831292356 10812530688 944642 33554432000 1073741824 1073778376 140733509135936 18446744073709551615 246528650752 0 4 0 16800975 18446604453374518272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 10559112

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

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

[startup+907.923 s]
/proc/loadavg: 2.15 3.02 3.46 3/440 5389
/proc/meminfo: memFree=22088012/32951124 swapFree=44043516/67111528
[pid=5298] ppid=5296 vsize=0 CPUtime=1800.29 cores=0,2,4,6
/proc/5298/stat : 5298 (java) Z 5296 5298 4707 0 -1 4203548 959542 0 1 0 179906 123 0 0 15 0 2 0 831292247 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5298/statm: 0 0 0 0 0 0 0
[pid=5298/tid=5321] ppid=5296 vsize=0 CPUtime=0.07 cores=0,2,4,6
/proc/5298/task/5321/stat : 5321 (java) R 5296 5298 4707 0 -1 4203588 7 0 0 0 0 7 0 0 18 0 2 0 831292353 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 907.994
CPU time (s): 1800.37
CPU user time (s): 1799.07
CPU system time (s): 1.3008
CPU usage (%): 198.28
Max. virtual memory (cumulated for all children) (KiB): 10559112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.07
system time used= 1.3008
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 959542
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= 23566
involuntary context switches= 19912

runsolver used 4.11237 second user time and 9.12461 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-04 16:15:41
IDJOB=3455460
IDBENCH=73597
IDSOLVER=1950
FILE ID=node134/3455460-1307196940
RUNJOBID= node134-1307196685-4725
PBS_JOBID= 13508901
Free space on /tmp= 74012 MiB

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

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

MD5SUM BENCH= cde880e36ac940ebc706231d93099786
RANDOM SEED=685471984

node134.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.831
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.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.80
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.831
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.83
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22266848 kB
Buffers:        305420 kB
Cached:         664720 kB
SwapCached:       9536 kB
Active:        9759608 kB
Inactive:       624424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22266848 kB
SwapTotal:    67111528 kB
SwapFree:     44043516 kB
Dirty:            2232 kB
Writeback:           0 kB
AnonPages:     9412008 kB
Mapped:          29524 kB
Slab:           137628 kB
PageTables:      96372 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 121130744 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74016 MiB
End job on node134 at 2011-06-04 16:30:50