Trace number 3454197

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0? (TO) 1800.33 908.671

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos6.opb
MD5SUM2a04555106a68acba17fb5820db41df1
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21720
Total number of constraints1036
Number of constraints which are clauses48
Number of constraints which are cardinality constraints (but not clauses)755
Number of constraints which are nor clauses,nor cardinality constraints233
Minimum length of a constraint6
Maximum length of a constraint840
Number of terms in the objective function 6690
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 239444426529
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 239444426529
Number of bits of the biggest sum of numbers38
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.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3454197-1307190350.opb
0.10/0.11	c reading problem ... 
1.62/1.09	c ... done. Wall clock time 0.982s.
1.62/1.09	c #vars     21720
1.62/1.09	c #constraints  1259
1.62/1.09	c constraints type 
1.62/1.09	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 48
1.62/1.09	c org.sat4j.minisat.constraints.card.MinWatchCard => 755
1.62/1.09	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 456
1.62/1.09	c constraints type 
1.62/1.09	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 48
1.62/1.09	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 755
1.62/1.09	c org.sat4j.pb.constraints.pb.MaxWatchPb => 456
18.06/8.79	c cleaning 2499 clauses out of 5001 with flag 5001/5001
36.14/17.66	c cleaning 4246 clauses out of 8501 with flag 11000/11000
55.03/27.13	c cleaning 5623 clauses out of 11257 with flag 18002/18002
78.54/38.94	c cleaning 6812 clauses out of 13633 with flag 26001/26001
80.97/40.22	c cleaning 0 clauses out of 5003 with flag 0/5003
108.15/53.80	c cleaning 7885 clauses out of 15820 with flag 35000/35000
133.18/66.25	c cleaning 8966 clauses out of 17935 with flag 45000/45000
157.87/78.61	c cleaning 9479 clauses out of 18970 with flag 55001/55001
181.27/90.46	c cleaning 9714 clauses out of 19490 with flag 65000/65000
203.93/101.82	c cleaning 9884 clauses out of 19778 with flag 75002/75002
225.81/112.86	c cleaning 9903 clauses out of 19892 with flag 85000/85000
252.47/126.29	c cleaning 9993 clauses out of 19992 with flag 95003/95003
277.65/138.96	c cleaning 9991 clauses out of 19996 with flag 105000/105000
297.70/149.05	c cleaning 9993 clauses out of 20005 with flag 115000/115000
316.15/158.35	c cleaning 0 clauses out of 11001 with flag 0/11001
321.56/161.16	c cleaning 9998 clauses out of 20012 with flag 125000/125000
345.09/173.09	c cleaning 9994 clauses out of 20016 with flag 135002/135002
374.75/187.91	c cleaning 9997 clauses out of 20021 with flag 145001/145001
405.58/203.49	c cleaning 10008 clauses out of 20024 with flag 155001/155001
437.02/219.29	c cleaning 9992 clauses out of 20015 with flag 165000/165000
466.14/233.97	c cleaning 10008 clauses out of 20024 with flag 175001/175001
488.99/245.44	c cleaning 9968 clauses out of 20017 with flag 185002/185002
511.38/256.78	c cleaning 10009 clauses out of 20047 with flag 195000/195000
535.99/269.11	c cleaning 10006 clauses out of 20038 with flag 205000/205000
562.91/282.72	c cleaning 10008 clauses out of 20033 with flag 215001/215001
594.75/298.74	c cleaning 10000 clauses out of 20024 with flag 225000/225000
624.55/313.71	c cleaning 10010 clauses out of 20025 with flag 235001/235001
649.75/326.45	c cleaning 9983 clauses out of 20014 with flag 245000/245000
676.83/340.10	c cleaning 10001 clauses out of 20031 with flag 255000/255000
702.00/352.81	c cleaning 10000 clauses out of 20032 with flag 265002/265002
731.20/367.54	c cleaning 10005 clauses out of 20031 with flag 275001/275001
757.16/380.62	c cleaning 0 clauses out of 18000 with flag 0/18000
762.35/383.44	c cleaning 10005 clauses out of 20025 with flag 285000/285000
794.34/399.57	c cleaning 10007 clauses out of 20022 with flag 295002/295002
818.90/411.95	c cleaning 9991 clauses out of 20013 with flag 305000/305000
849.70/427.45	c cleaning 9988 clauses out of 20023 with flag 315001/315001
876.93/441.25	c cleaning 10007 clauses out of 20039 with flag 325005/325005
908.09/456.93	c cleaning 10006 clauses out of 20038 with flag 335011/335011
941.26/473.68	c cleaning 10000 clauses out of 20026 with flag 345005/345005
965.01/485.67	c cleaning 10009 clauses out of 20026 with flag 355005/355005
986.22/496.40	c cleaning 10003 clauses out of 20013 with flag 365001/365001
1005.97/506.45	c cleaning 10004 clauses out of 20013 with flag 375004/375004
1024.51/515.87	c cleaning 9984 clauses out of 20007 with flag 385002/385002
1049.08/528.30	c cleaning 10004 clauses out of 20025 with flag 395004/395004
1075.67/541.75	c cleaning 9985 clauses out of 20018 with flag 405001/405001
1101.62/554.84	c cleaning 10007 clauses out of 20032 with flag 415000/415000
1126.15/567.23	c cleaning 9986 clauses out of 20028 with flag 425003/425003
1151.30/579.93	c cleaning 10000 clauses out of 20040 with flag 435001/435001
1177.85/593.49	c cleaning 10007 clauses out of 20040 with flag 445001/445001
1206.37/607.85	c cleaning 10011 clauses out of 20032 with flag 455000/455000
1235.53/622.53	c cleaning 10004 clauses out of 20022 with flag 465001/465001
1262.65/636.20	c cleaning 10003 clauses out of 20017 with flag 475000/475000
1286.01/648.11	c cleaning 9988 clauses out of 20014 with flag 485000/485000
1310.12/660.37	c cleaning 10007 clauses out of 20027 with flag 495001/495001
1330.23/670.54	c cleaning 10002 clauses out of 20019 with flag 505000/505000
1354.74/682.97	c cleaning 10008 clauses out of 20023 with flag 515006/515006
1377.17/694.37	c cleaning 10000 clauses out of 20011 with flag 525002/525002
1399.91/705.83	c cleaning 9989 clauses out of 20009 with flag 535000/535000
1413.64/712.81	c cleaning 0 clauses out of 26000 with flag 0/26000
1422.35/717.36	c cleaning 10005 clauses out of 20020 with flag 545000/545000
1447.13/729.98	c cleaning 10005 clauses out of 20018 with flag 555003/555003
1470.28/741.66	c cleaning 10001 clauses out of 20011 with flag 565001/565001
1494.06/753.66	c cleaning 10002 clauses out of 20012 with flag 575003/575003
1518.35/765.96	c cleaning 10000 clauses out of 20009 with flag 585002/585002
1544.15/779.06	c cleaning 9986 clauses out of 20007 with flag 595000/595000
1570.47/792.37	c cleaning 10008 clauses out of 20021 with flag 605000/605000
1596.22/805.35	c cleaning 9982 clauses out of 20013 with flag 615000/615000
1631.18/822.98	c cleaning 9966 clauses out of 20034 with flag 625003/625003
1657.16/836.15	c cleaning 10009 clauses out of 20067 with flag 635002/635002
1681.86/848.63	c cleaning 10006 clauses out of 20056 with flag 645000/645000
1711.43/863.60	c cleaning 10022 clauses out of 20054 with flag 655004/655004
1737.92/876.99	c cleaning 9999 clauses out of 20029 with flag 665001/665001
1767.30/891.81	c cleaning 10005 clauses out of 20029 with flag 675000/675000
1789.02/902.85	c cleaning 10003 clauses out of 20028 with flag 685004/685004
1800.13/908.52	c starts		: 169
1800.13/908.52	c conflicts		: 690330
1800.13/908.52	c decisions		: 1472021
1800.13/908.52	c propagations		: 84516002
1800.13/908.52	c inspects		: 1963306701
1800.13/908.52	c shortcuts		: 0
1800.13/908.52	c learnt literals	: 0
1800.13/908.52	c learnt binary clauses	: 0
1800.13/908.52	c learnt ternary clauses	: 0
1800.13/908.52	c learnt constraints	: 690329
1800.13/908.52	c ignored constraints	: 0
1800.13/908.52	c root simplifications	: 0
1800.13/908.52	c removed literals (reason simplification)	: 8222649
1800.13/908.52	c reason swapping (by a shorter reason)	: 0
1800.13/908.52	c Calls to reduceDB	: 70
1800.13/908.52	c number of reductions to clauses (during analyze)	: 0
1800.13/908.52	c number of learned constraints concerned by reduction	: 0
1800.13/908.52	c number of learning phase by resolution	: 0
1800.13/908.52	c number of learning phase by cutting planes	: 0
1800.13/908.52	c speed (assignments/second)	: 93138.38073491554
1800.13/908.52	c non guided choices	11221
1800.13/908.53	c learnt constraints type 
1800.13/908.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 15356
1800.13/908.53	c constraints type 
1800.13/908.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 48
1800.13/908.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 755
1800.13/908.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 456
1800.13/908.53	c constraints type 
1800.13/908.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 48
1800.13/908.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 755
1800.13/908.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 456
1800.13/908.53	s UNKNOWN
1800.13/908.53	c Total wall clock time (in seconds): 908.418

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-3454197-1307190350/watcher-3454197-1307190350 -o /tmp/evaluation-result-3454197-1307190350/solver-3454197-1307190350 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454197-1307190350.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.50 3.62 3.39 3/394 21936
/proc/meminfo: memFree=20527996/32951124 swapFree=37148216/67111528
[pid=21936] ppid=21934 vsize=10430980 CPUtime=0 cores=0,2,4,6
/proc/21936/stat : 21936 (java) S 21934 21936 19222 0 -1 4202496 1682 0 1 0 0 0 0 0 25 0 2 0 830635443 10681323520 1385 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820968421 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/21936/statm: 2607745 1398 906 9 0 2598901 0
[pid=21936/tid=21937] ppid=21934 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21937/stat : 21937 (java) R 21934 21936 19222 0 -1 4202560 2284 0 1 0 0 0 0 0 25 0 2 0 830635443 10694979584 3100 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230808859707 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.102119 s]
/proc/loadavg: 3.50 3.62 3.39 3/394 21936
/proc/meminfo: memFree=20527996/32951124 swapFree=37148216/67111528
[pid=21936] ppid=21934 vsize=10539924 CPUtime=0.1 cores=0,2,4,6
/proc/21936/stat : 21936 (java) S 21934 21936 19222 0 -1 4202496 13051 0 1 0 9 1 0 0 25 0 18 0 830635443 10792882176 12748 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21936/statm: 2634981 12749 2092 9 0 2625715 0
[pid=21936/tid=21937] ppid=21934 vsize=10539924 CPUtime=0.08 cores=0,2,4,6
/proc/21936/task/21937/stat : 21937 (java) R 21934 21936 19222 0 -1 4202560 11119 0 1 0 7 1 0 0 25 0 18 0 830635443 10792882176 12749 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230808826565 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539924

[startup+0.201096 s]
/proc/loadavg: 3.50 3.62 3.39 3/394 21936
/proc/meminfo: memFree=20527996/32951124 swapFree=37148216/67111528
[pid=21936] ppid=21934 vsize=10540408 CPUtime=0.29 cores=0,2,4,6
/proc/21936/stat : 21936 (java) S 21934 21936 19222 0 -1 4202496 14737 0 1 0 28 1 0 0 25 0 18 0 830635443 10793377792 14308 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21936/statm: 2635102 14310 2187 9 0 2625836 0
[pid=21936/tid=21937] ppid=21934 vsize=10540408 CPUtime=0.18 cores=0,2,4,6
/proc/21936/task/21937/stat : 21937 (java) R 21934 21936 19222 0 -1 4202560 12105 0 1 0 17 1 0 0 25 0 18 0 830635443 10793377792 14310 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 46912505533723 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10540408

[startup+0.306103 s]
/proc/loadavg: 3.50 3.62 3.39 3/394 21936
/proc/meminfo: memFree=20527996/32951124 swapFree=37148216/67111528
[pid=21936] ppid=21934 vsize=10545044 CPUtime=0.54 cores=0,2,4,6
/proc/21936/stat : 21936 (java) S 21934 21936 19222 0 -1 4202496 21641 0 1 0 51 3 0 0 25 0 18 0 830635443 10798125056 19577 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21936/statm: 2636261 19592 2198 9 0 2626995 0
[pid=21936/tid=21937] ppid=21934 vsize=10545044 CPUtime=0.28 cores=0,2,4,6
/proc/21936/task/21937/stat : 21937 (java) R 21934 21936 19222 0 -1 4202560 14102 0 1 0 27 1 0 0 25 0 18 0 830635443 10798125056 19592 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10545044

[startup+0.701036 s]
/proc/loadavg: 3.50 3.62 3.39 3/394 21936
/proc/meminfo: memFree=20527996/32951124 swapFree=37148216/67111528
[pid=21936] ppid=21934 vsize=10543860 CPUtime=1.32 cores=0,2,4,6
/proc/21936/stat : 21936 (java) S 21934 21936 19222 0 -1 4202496 58073 0 1 0 125 7 0 0 25 0 18 0 830635443 10796912640 52831 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21936/statm: 2635965 52831 2204 9 0 2626699 0
[pid=21936/tid=21937] ppid=21934 vsize=10543860 CPUtime=0.68 cores=0,2,4,6
/proc/21936/task/21937/stat : 21937 (java) R 21934 21936 19222 0 -1 4202560 47518 0 1 0 63 5 0 0 25 0 18 0 830635443 10796912640 52831 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 46912505589745 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 10543860

[startup+1.50085 s]
/proc/loadavg: 3.50 3.62 3.39 6/414 21956
/proc/meminfo: memFree=20099668/32951124 swapFree=37148216/67111528
[pid=21936] ppid=21934 vsize=10549924 CPUtime=3.1 cores=0,2,4,6
/proc/21936/stat : 21936 (java) S 21934 21936 19222 0 -1 4202496 123324 0 1 0 293 17 0 0 25 0 22 0 830635443 10803122176 118082 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21936/statm: 2637481 118082 2225 9 0 2628215 0
[pid=21936/tid=21937] ppid=21934 vsize=10549924 CPUtime=1.07 cores=0,2,4,6
/proc/21936/task/21937/stat : 21937 (java) S 21934 21936 19222 0 -1 4202560 103197 0 1 0 93 14 0 0 25 0 22 0 830635443 10803122176 118082 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820982272 0 4 0 16800975 18446604445696817920 0 0 -1 4 0 0 0
[pid=21936/tid=21939] ppid=21934 vsize=10549924 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21939/stat : 21939 (java) S 21934 21936 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830635445 10803122176 118082 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 0 0 0 0
[pid=21936/tid=21940] ppid=21934 vsize=10549924 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21940/stat : 21940 (java) S 21934 21936 19222 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830635445 10803122176 118082 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 6 0 0 0
[pid=21936/tid=21941] ppid=21934 vsize=10549924 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21941/stat : 21941 (java) S 21934 21936 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830635445 10803122176 118082 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 6 0 0 0
[pid=21936/tid=21942] ppid=21934 vsize=10549924 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21942/stat : 21942 (java) S 21934 21936 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830635445 10803122176 118082 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 6 0 0 0
[pid=21936/tid=21943] ppid=21934 vsize=10549924 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21943/stat : 21943 (java) S 21934 21936 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830635445 10803122176 118082 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 0 0 0 0
[pid=21936/tid=21944] ppid=21934 vsize=10549924 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21944/stat : 21944 (java) S 21934 21936 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830635445 10803122176 118082 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 6 0 0 0
[pid=21936/tid=21945] ppid=21934 vsize=10549924 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21945/stat : 21945 (java) S 21934 21936 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830635445 10803122176 118082 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 6 0 0 0
[pid=21936/tid=21946] ppid=21934 vsize=10549924 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21946/stat : 21946 (java) S 21934 21936 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830635445 10803122176 118082 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 6 0 0 0
[pid=21936/tid=21947] ppid=21934 vsize=10549924 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21947/stat : 21947 (java) S 21934 21936 19222 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 830635446 10803122176 118082 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820982272 0 0 0 16800975 18446604445696817920 0 0 -1 4 0 0 0
[pid=21936/tid=21948] ppid=21934 vsize=10549924 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21948/stat : 21948 (java) S 21934 21936 19222 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830635446 10803122176 118082 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 4 0 0 0
[pid=21936/tid=21949] ppid=21934 vsize=10549924 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21949/stat : 21949 (java) S 21934 21936 19222 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830635447 10803122176 118082 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 4 0 0 0
[pid=21936/tid=21950] ppid=21934 vsize=10549924 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21950/stat : 21950 (java) S 21934 21936 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830635449 10803122176 118082 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820989361 0 4 0 16800975 18446604445696817920 0 0 -1 4 0 0 0
[pid=21936/tid=21951] ppid=21934 vsize=10549924 CPUtime=0.63 cores=0,2,4,6
/proc/21936/task/21951/stat : 21951 (java) R 21934 21936 19222 0 -1 4202560 3302 0 0 0 63 0 0 0 15 0 22 0 830635449 10803122176 118082 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 47908383901303 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21936/tid=21952] ppid=21934 vsize=10549924 CPUtime=0.58 cores=0,2,4,6
/proc/21936/task/21952/stat : 21952 (java) R 21934 21936 19222 0 -1 4202560 6649 0 0 0 57 1 0 0 15 0 22 0 830635449 10803122176 118082 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820991669 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21936/tid=21953] ppid=21934 vsize=10549924 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21953/stat : 21953 (java) S 21934 21936 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830635449 10803122176 118082 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 6 0 0 0
[pid=21936/tid=21954] ppid=21934 vsize=10549924 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21954/stat : 21954 (java) S 21934 21936 19222 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830635449 10803122176 118082 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820982272 0 4 0 16800975 18446604445696817920 0 0 -1 6 0 0 0
[pid=21936/tid=21955] ppid=21934 vsize=10549924 CPUtime=0.4 cores=0,2,4,6
/proc/21936/task/21955/stat : 21955 (java) R 21934 21936 19222 0 -1 4202560 671 0 0 0 40 0 0 0 25 0 22 0 830635553 10803122176 118082 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 46912505795823 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21936/tid=21956] ppid=21934 vsize=10549924 CPUtime=0.38 cores=0,2,4,6
/proc/21936/task/21956/stat : 21956 (java) R 21934 21936 19222 0 -1 4202560 8340 0 0 0 38 0 0 0 25 0 22 0 830635553 10803122176 118082 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 46912505219646 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 10549924

[startup+3.10153 s]
/proc/loadavg: 3.50 3.62 3.39 5/416 21958
/proc/meminfo: memFree=19788164/32951124 swapFree=37148216/67111528
[pid=21936] ppid=21934 vsize=10550056 CPUtime=6.68 cores=0,2,4,6
/proc/21936/stat : 21936 (java) S 21934 21936 19222 0 -1 4202496 304325 0 1 0 630 38 0 0 25 0 22 0 830635443 10803257344 298439 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21936/statm: 2637514 298439 2228 9 0 2628248 0
[pid=21936/tid=21937] ppid=21934 vsize=10550056 CPUtime=1.07 cores=0,2,4,6
/proc/21936/task/21937/stat : 21937 (java) S 21934 21936 19222 0 -1 4202560 103197 0 1 0 93 14 0 0 15 0 22 0 830635443 10803257344 298439 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820982272 0 4 0 16800975 18446604445696817920 0 0 -1 4 0 0 0
[pid=21936/tid=21939] ppid=21934 vsize=10550056 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21939/stat : 21939 (java) S 21934 21936 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830635445 10803257344 298439 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 0 0 0 0
[pid=21936/tid=21940] ppid=21934 vsize=10550056 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21940/stat : 21940 (java) S 21934 21936 19222 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830635445 10803257344 298439 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 6 0 0 0
[pid=21936/tid=21941] ppid=21934 vsize=10550056 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21941/stat : 21941 (java) S 21934 21936 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830635445 10803257344 298439 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 6 0 0 0
[pid=21936/tid=21942] ppid=21934 vsize=10550056 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21942/stat : 21942 (java) S 21934 21936 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830635445 10803257344 298439 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 6 0 0 0
[pid=21936/tid=21943] ppid=21934 vsize=10550056 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21943/stat : 21943 (java) S 21934 21936 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830635445 10803257344 298439 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 0 0 0 0
[pid=21936/tid=21944] ppid=21934 vsize=10550056 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21944/stat : 21944 (java) S 21934 21936 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830635445 10803257344 298439 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 6 0 0 0
[pid=21936/tid=21945] ppid=21934 vsize=10550056 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21945/stat : 21945 (java) S 21934 21936 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830635445 10803257344 298439 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 6 0 0 0
[pid=21936/tid=21946] ppid=21934 vsize=10550056 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21946/stat : 21946 (java) S 21934 21936 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830635445 10803257344 298439 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 6 0 0 0
[pid=21936/tid=21947] ppid=21934 vsize=10550056 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21947/stat : 21947 (java) S 21934 21936 19222 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 22 0 830635446 10803257344 298439 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820982272 0 0 0 16800975 18446604445696817920 0 0 -1 4 0 0 0
[pid=21936/tid=21948] ppid=21934 vsize=10550056 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21948/stat : 21948 (java) S 21934 21936 19222 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830635446 10803257344 298439 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 4 0 0 0
[pid=21936/tid=21949] ppid=21934 vsize=10550056 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21949/stat : 21949 (java) S 21934 21936 19222 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830635447 10803257344 298439 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 4 0 0 0
[pid=21936/tid=21950] ppid=21934 vsize=10550056 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21950/stat : 21950 (java) S 21934 21936 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830635449 10803257344 298439 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820989361 0 4 0 16800975 18446604445696817920 0 0 -1 4 0 0 0
[pid=21936/tid=21951] ppid=21934 vsize=10550056 CPUtime=0.81 cores=0,2,4,6
/proc/21936/task/21951/stat : 21951 (java) S 21934 21936 19222 0 -1 4202560 3958 0 0 0 81 0 0 0 15 0 22 0 830635449 10803257344 298439 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 4 0 0 0
[pid=21936/tid=21952] ppid=21934 vsize=10550056 CPUtime=0.78 cores=0,2,4,6
/proc/21936/task/21952/stat : 21952 (java) S 21934 21936 19222 0 -1 4202560 6758 0 0 0 77 1 0 0 15 0 22 0 830635449 10803257344 298439 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 2 0 0 0
[pid=21936/tid=21953] ppid=21934 vsize=10550056 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21953/stat : 21953 (java) S 21934 21936 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830635449 10803257344 298439 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 6 0 0 0
[pid=21936/tid=21954] ppid=21934 vsize=10550056 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21954/stat : 21954 (java) S 21934 21936 19222 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830635449 10803257344 298439 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820982272 0 4 0 16800975 18446604445696817920 0 0 -1 4 0 0 0
[pid=21936/tid=21955] ppid=21934 vsize=10550056 CPUtime=2 cores=0,2,4,6
/proc/21936/task/21955/stat : 21955 (java) R 21934 21936 19222 0 -1 4202560 970 0 0 0 200 0 0 0 18 0 22 0 830635553 10803257344 298439 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 46912505947356 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21936/tid=21956] ppid=21934 vsize=10550056 CPUtime=1.97 cores=0,2,4,6
/proc/21936/task/21956/stat : 21956 (java) R 21934 21936 19222 0 -1 4202560 188274 0 0 0 177 20 0 0 18 0 22 0 830635553 10803257344 298439 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 46912506074147 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=21936/tid=21957] ppid=21934 vsize=10550056 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21957/stat : 21957 (java) S 21934 21936 19222 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830635556 10803257344 298439 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820982272 0 4 0 16800975 18446604445696817920 0 0 -1 0 0 0 0
[pid=21936/tid=21958] ppid=21934 vsize=10550056 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21958/stat : 21958 (java) S 21934 21936 19222 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830635556 10803257344 298439 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820982272 0 4 0 16800975 18446604445696817920 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.68
Current children cumulated vsize (KiB) 10550056

[startup+6.30095 s]
/proc/loadavg: 3.46 3.61 3.39 5/416 21958
/proc/meminfo: memFree=18249080/32951124 swapFree=37148216/67111528
[pid=21936] ppid=21934 vsize=10550056 CPUtime=13.23 cores=0,2,4,6
/proc/21936/stat : 21936 (java) S 21934 21936 19222 0 -1 4202496 653475 0 1 0 1249 74 0 0 25 0 22 0 830635443 10803257344 645818 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21936/statm: 2637514 645823 2236 9 0 2628248 0
[pid=21936/tid=21937] ppid=21934 vsize=10550056 CPUtime=1.07 cores=0,2,4,6
/proc/21936/task/21937/stat : 21937 (java) S 21934 21936 19222 0 -1 4202560 103197 0 1 0 93 14 0 0 15 0 22 0 830635443 10803257344 645827 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820982272 0 4 0 16800975 18446604445696817920 0 0 -1 4 0 0 0
[pid=21936/tid=21939] ppid=21934 vsize=10550056 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21939/stat : 21939 (java) S 21934 21936 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830635445 10803257344 645834 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 0 0 0 0
[pid=21936/tid=21940] ppid=21934 vsize=10550056 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21940/stat : 21940 (java) S 21934 21936 19222 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830635445 10803257344 645838 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 6 0 0 0
[pid=21936/tid=21941] ppid=21934 vsize=10550056 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21941/stat : 21941 (java) R 21934 21936 19222 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830635445 10803257344 645844 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=21936/tid=21942] ppid=21934 vsize=10550056 CPUtime=0.01 cores=0,2,4,6
/proc/21936/task/21942/stat : 21942 (java) R 21934 21936 19222 0 -1 4202560 1868 0 0 0 1 0 0 0 18 0 22 0 830635445 10803257344 645848 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 47908379989689 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21936/tid=21943] ppid=21934 vsize=10550056 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21943/stat : 21943 (java) S 21934 21936 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830635445 10803257344 645853 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 0 0 0 0
[pid=21936/tid=21944] ppid=21934 vsize=10550056 CPUtime=0.02 cores=0,2,4,6
/proc/21936/task/21944/stat : 21944 (java) R 21934 21936 19222 0 -1 4202560 1686 0 0 0 2 0 0 0 18 0 22 0 830635445 10803257344 645857 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 47908379989689 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21936/tid=21945] ppid=21934 vsize=10550056 CPUtime=0.01 cores=0,2,4,6
/proc/21936/task/21945/stat : 21945 (java) R 21934 21936 19222 0 -1 4202560 3103 0 0 0 1 0 0 0 18 0 22 0 830635445 10803257344 645863 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 47908379989747 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21936/tid=21946] ppid=21934 vsize=10550056 CPUtime=0.02 cores=0,2,4,6
/proc/21936/task/21946/stat : 21946 (java) R 21934 21936 19222 0 -1 4202560 2888 0 0 0 2 0 0 0 18 0 22 0 830635445 10803257344 645868 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 47908384414811 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=21936/tid=21947] ppid=21934 vsize=10550056 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21947/stat : 21947 (java) S 21934 21936 19222 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 22 0 830635446 10803257344 645871 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 0 0 16800975 18446604445696817920 0 0 -1 4 0 0 0
[pid=21936/tid=21948] ppid=21934 vsize=10550056 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21948/stat : 21948 (java) S 21934 21936 19222 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830635446 10803257344 645878 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 4 0 0 0

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

/proc/meminfo: memFree=16190696/32951124 swapFree=37148216/67111528
[pid=21936] ppid=21934 vsize=10550056 CPUtime=1629.95 cores=0,2,4,6
/proc/21936/stat : 21936 (java) S 21934 21936 19222 0 -1 4202496 962629 0 1 0 162875 120 0 0 25 0 22 0 830635443 10803257344 948049 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21936/statm: 2637514 948049 2257 9 0 2628248 0
[pid=21936/tid=21937] ppid=21934 vsize=10550056 CPUtime=1.08 cores=0,2,4,6
/proc/21936/task/21937/stat : 21937 (java) S 21934 21936 19222 0 -1 4202560 103208 0 1 0 94 14 0 0 15 0 22 0 830635443 10803257344 948049 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820982272 0 4 0 16800975 18446604445696817920 0 0 -1 6 0 0 0
[pid=21936/tid=21939] ppid=21934 vsize=10550056 CPUtime=0.73 cores=0,2,4,6
/proc/21936/task/21939/stat : 21939 (java) S 21934 21936 19222 0 -1 4202560 14895 0 0 0 72 1 0 0 16 0 22 0 830635445 10803257344 948049 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 2 0 0 0
[pid=21936/tid=21940] ppid=21934 vsize=10550056 CPUtime=0.73 cores=0,2,4,6
/proc/21936/task/21940/stat : 21940 (java) S 21934 21936 19222 0 -1 4202560 8968 0 0 0 72 1 0 0 16 0 22 0 830635445 10803257344 948049 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 4 0 0 0
[pid=21936/tid=21941] ppid=21934 vsize=10550056 CPUtime=0.74 cores=0,2,4,6
/proc/21936/task/21941/stat : 21941 (java) S 21934 21936 19222 0 -1 4202560 8604 0 0 0 73 1 0 0 15 0 22 0 830635445 10803257344 948049 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 6 0 0 0
[pid=21936/tid=21942] ppid=21934 vsize=10550056 CPUtime=0.91 cores=0,2,4,6
/proc/21936/task/21942/stat : 21942 (java) S 21934 21936 19222 0 -1 4202560 14351 0 0 0 89 2 0 0 16 0 22 0 830635445 10803257344 948049 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 0 0 0 0
[pid=21936/tid=21943] ppid=21934 vsize=10550056 CPUtime=0.78 cores=0,2,4,6
/proc/21936/task/21943/stat : 21943 (java) S 21934 21936 19222 0 -1 4202560 11936 0 0 0 76 2 0 0 16 0 22 0 830635445 10803257344 948049 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 6 0 0 0
[pid=21936/tid=21944] ppid=21934 vsize=10550056 CPUtime=0.96 cores=0,2,4,6
/proc/21936/task/21944/stat : 21944 (java) S 21934 21936 19222 0 -1 4202560 14552 0 0 0 94 2 0 0 16 0 22 0 830635445 10803257344 948049 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 4 0 0 0
[pid=21936/tid=21945] ppid=21934 vsize=10550056 CPUtime=0.92 cores=0,2,4,6
/proc/21936/task/21945/stat : 21945 (java) S 21934 21936 19222 0 -1 4202560 10939 0 0 0 91 1 0 0 16 0 22 0 830635445 10803257344 948049 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 0 0 0 0
[pid=21936/tid=21946] ppid=21934 vsize=10550056 CPUtime=0.72 cores=0,2,4,6
/proc/21936/task/21946/stat : 21946 (java) S 21934 21936 19222 0 -1 4202560 13088 0 0 0 71 1 0 0 15 0 22 0 830635445 10803257344 948049 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 4 0 0 0
[pid=21936/tid=21947] ppid=21934 vsize=10550056 CPUtime=18.93 cores=0,2,4,6
/proc/21936/task/21947/stat : 21947 (java) S 21934 21936 19222 0 -1 4202560 38087 0 0 0 1888 5 0 0 15 0 22 0 830635446 10803257344 948049 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820982272 0 0 0 16800975 18446604445696817920 0 0 -1 4 0 0 0
[pid=21936/tid=21948] ppid=21934 vsize=10550056 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21948/stat : 21948 (java) S 21934 21936 19222 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830635446 10803257344 948049 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 4 0 0 0
[pid=21936/tid=21949] ppid=21934 vsize=10550056 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21949/stat : 21949 (java) S 21934 21936 19222 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830635447 10803257344 948049 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 4 0 0 0
[pid=21936/tid=21950] ppid=21934 vsize=10550056 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21950/stat : 21950 (java) S 21934 21936 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830635449 10803257344 948049 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820989361 0 4 0 16800975 18446604445696817920 0 0 -1 4 0 0 0
[pid=21936/tid=21951] ppid=21934 vsize=10550056 CPUtime=1.24 cores=0,2,4,6
/proc/21936/task/21951/stat : 21951 (java) S 21934 21936 19222 0 -1 4202560 5040 0 0 0 123 1 0 0 15 0 22 0 830635449 10803257344 948049 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 0 0 0 0
[pid=21936/tid=21952] ppid=21934 vsize=10550056 CPUtime=1.44 cores=0,2,4,6
/proc/21936/task/21952/stat : 21952 (java) S 21934 21936 19222 0 -1 4202560 12318 0 0 0 143 1 0 0 16 0 22 0 830635449 10803257344 948049 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 2 0 0 0
[pid=21936/tid=21953] ppid=21934 vsize=10550056 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21953/stat : 21953 (java) S 21934 21936 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830635449 10803257344 948049 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 6 0 0 0
[pid=21936/tid=21954] ppid=21934 vsize=10550056 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21954/stat : 21954 (java) S 21934 21936 19222 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 22 0 830635449 10803257344 948049 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820982272 0 4 0 16800975 18446604445696817920 0 0 -1 0 0 0 0
[pid=21936/tid=21955] ppid=21934 vsize=10550056 CPUtime=800.34 cores=0,2,4,6
/proc/21936/task/21955/stat : 21955 (java) R 21934 21936 19222 0 -1 4202560 2590 0 0 0 80032 2 0 0 25 0 22 0 830635553 10803257344 948049 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 46912505947848 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21936/tid=21956] ppid=21934 vsize=10550056 CPUtime=800.28 cores=0,2,4,6
/proc/21936/task/21956/stat : 21956 (java) R 21934 21936 19222 0 -1 4202560 702849 0 0 0 79951 77 0 0 25 0 22 0 830635553 10803257344 948049 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 46912505806819 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21936/tid=21957] ppid=21934 vsize=10550056 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21957/stat : 21957 (java) S 21934 21936 19222 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830635556 10803257344 948049 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820982272 0 4 0 16800975 18446604445696817920 0 0 -1 0 0 0 0
[pid=21936/tid=21958] ppid=21934 vsize=10550056 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21958/stat : 21958 (java) S 21934 21936 19222 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830635556 10803257344 948049 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820982272 0 4 0 16800975 18446604445696817920 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1629.95
Current children cumulated vsize (KiB) 10550056

[startup+882.315 s]
/proc/loadavg: 3.81 3.82 3.64 4/416 22032
/proc/meminfo: memFree=16182988/32951124 swapFree=37148216/67111528
[pid=21936] ppid=21934 vsize=10550056 CPUtime=1748.26 cores=0,2,4,6
/proc/21936/stat : 21936 (java) S 21934 21936 19222 0 -1 4202496 962678 0 1 0 174706 120 0 0 25 0 22 0 830635443 10803257344 948080 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21936/statm: 2637514 948080 2257 9 0 2628248 0
[pid=21936/tid=21937] ppid=21934 vsize=10550056 CPUtime=1.08 cores=0,2,4,6
/proc/21936/task/21937/stat : 21937 (java) S 21934 21936 19222 0 -1 4202560 103208 0 1 0 94 14 0 0 15 0 22 0 830635443 10803257344 948080 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820982272 0 4 0 16800975 18446604445696817920 0 0 -1 0 0 0 0
[pid=21936/tid=21939] ppid=21934 vsize=10550056 CPUtime=0.81 cores=0,2,4,6
/proc/21936/task/21939/stat : 21939 (java) S 21934 21936 19222 0 -1 4202560 14895 0 0 0 80 1 0 0 16 0 22 0 830635445 10803257344 948080 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 0 0 0 0
[pid=21936/tid=21940] ppid=21934 vsize=10550056 CPUtime=0.83 cores=0,2,4,6
/proc/21936/task/21940/stat : 21940 (java) S 21934 21936 19222 0 -1 4202560 8972 0 0 0 82 1 0 0 16 0 22 0 830635445 10803257344 948080 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 6 0 0 0
[pid=21936/tid=21941] ppid=21934 vsize=10550056 CPUtime=0.82 cores=0,2,4,6
/proc/21936/task/21941/stat : 21941 (java) S 21934 21936 19222 0 -1 4202560 8604 0 0 0 81 1 0 0 16 0 22 0 830635445 10803257344 948080 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 2 0 0 0
[pid=21936/tid=21942] ppid=21934 vsize=10550056 CPUtime=0.98 cores=0,2,4,6
/proc/21936/task/21942/stat : 21942 (java) S 21934 21936 19222 0 -1 4202560 14368 0 0 0 96 2 0 0 15 0 22 0 830635445 10803257344 948080 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 6 0 0 0
[pid=21936/tid=21943] ppid=21934 vsize=10550056 CPUtime=0.84 cores=0,2,4,6
/proc/21936/task/21943/stat : 21943 (java) S 21934 21936 19222 0 -1 4202560 11936 0 0 0 82 2 0 0 16 0 22 0 830635445 10803257344 948080 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 0 0 0 0
[pid=21936/tid=21944] ppid=21934 vsize=10550056 CPUtime=1.04 cores=0,2,4,6
/proc/21936/task/21944/stat : 21944 (java) S 21934 21936 19222 0 -1 4202560 14556 0 0 0 102 2 0 0 15 0 22 0 830635445 10803257344 948080 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 6 0 0 0
[pid=21936/tid=21945] ppid=21934 vsize=10550056 CPUtime=0.99 cores=0,2,4,6
/proc/21936/task/21945/stat : 21945 (java) S 21934 21936 19222 0 -1 4202560 10945 0 0 0 98 1 0 0 15 0 22 0 830635445 10803257344 948080 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 0 0 0 0
[pid=21936/tid=21946] ppid=21934 vsize=10550056 CPUtime=0.75 cores=0,2,4,6
/proc/21936/task/21946/stat : 21946 (java) S 21934 21936 19222 0 -1 4202560 13088 0 0 0 74 1 0 0 15 0 22 0 830635445 10803257344 948080 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 0 0 0 0
[pid=21936/tid=21947] ppid=21934 vsize=10550056 CPUtime=20.9 cores=0,2,4,6
/proc/21936/task/21947/stat : 21947 (java) S 21934 21936 19222 0 -1 4202560 38092 0 0 0 2085 5 0 0 15 0 22 0 830635446 10803257344 948080 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820982272 0 0 0 16800975 18446604445696817920 0 0 -1 4 0 0 0
[pid=21936/tid=21948] ppid=21934 vsize=10550056 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21948/stat : 21948 (java) S 21934 21936 19222 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830635446 10803257344 948080 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 4 0 0 0
[pid=21936/tid=21949] ppid=21934 vsize=10550056 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21949/stat : 21949 (java) S 21934 21936 19222 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830635447 10803257344 948080 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 4 0 0 0
[pid=21936/tid=21950] ppid=21934 vsize=10550056 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21950/stat : 21950 (java) S 21934 21936 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830635449 10803257344 948080 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820989361 0 4 0 16800975 18446604445696817920 0 0 -1 4 0 0 0
[pid=21936/tid=21951] ppid=21934 vsize=10550056 CPUtime=1.24 cores=0,2,4,6
/proc/21936/task/21951/stat : 21951 (java) S 21934 21936 19222 0 -1 4202560 5040 0 0 0 123 1 0 0 15 0 22 0 830635449 10803257344 948080 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 0 0 0 0
[pid=21936/tid=21952] ppid=21934 vsize=10550056 CPUtime=1.44 cores=0,2,4,6
/proc/21936/task/21952/stat : 21952 (java) S 21934 21936 19222 0 -1 4202560 12318 0 0 0 143 1 0 0 16 0 22 0 830635449 10803257344 948080 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 2 0 0 0
[pid=21936/tid=21953] ppid=21934 vsize=10550056 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21953/stat : 21953 (java) S 21934 21936 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830635449 10803257344 948080 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 6 0 0 0
[pid=21936/tid=21954] ppid=21934 vsize=10550056 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21954/stat : 21954 (java) S 21934 21936 19222 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 830635449 10803257344 948080 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820982272 0 4 0 16800975 18446604445696817920 0 0 -1 0 0 0 0
[pid=21936/tid=21955] ppid=21934 vsize=10550056 CPUtime=858.23 cores=0,2,4,6
/proc/21936/task/21955/stat : 21955 (java) R 21934 21936 19222 0 -1 4202560 2600 0 0 0 85820 3 0 0 25 0 22 0 830635553 10803257344 948080 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 46912505947725 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21936/tid=21956] ppid=21934 vsize=10550056 CPUtime=858.16 cores=0,2,4,6
/proc/21936/task/21956/stat : 21956 (java) R 21934 21936 19222 0 -1 4202560 702849 0 0 0 85739 77 0 0 25 0 22 0 830635553 10803257344 948080 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 46912505806854 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21936/tid=21957] ppid=21934 vsize=10550056 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21957/stat : 21957 (java) S 21934 21936 19222 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830635556 10803257344 948080 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820982272 0 4 0 16800975 18446604445696817920 0 0 -1 0 0 0 0
[pid=21936/tid=21958] ppid=21934 vsize=10550056 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21958/stat : 21958 (java) S 21934 21936 19222 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830635556 10803257344 948080 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820982272 0 4 0 16800975 18446604445696817920 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1748.26
Current children cumulated vsize (KiB) 10550056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+908.501 s]
/proc/loadavg: 3.88 3.83 3.65 5/416 22033
/proc/meminfo: memFree=16177884/32951124 swapFree=37148216/67111528
[pid=21936] ppid=21934 vsize=10550056 CPUtime=1800.13 cores=0,2,4,6
/proc/21936/stat : 21936 (java) S 21934 21936 19222 0 -1 4202496 962746 0 1 0 179892 121 0 0 25 0 22 0 830635443 10803257344 948139 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21936/statm: 2637514 948139 2257 9 0 2628248 0
[pid=21936/tid=21937] ppid=21934 vsize=10550056 CPUtime=1.08 cores=0,2,4,6
/proc/21936/task/21937/stat : 21937 (java) S 21934 21936 19222 0 -1 4202560 103208 0 1 0 94 14 0 0 15 0 22 0 830635443 10803257344 948139 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820982272 0 4 0 16800975 18446604445696817920 0 0 -1 0 0 0 0
[pid=21936/tid=21939] ppid=21934 vsize=10550056 CPUtime=0.86 cores=0,2,4,6
/proc/21936/task/21939/stat : 21939 (java) S 21934 21936 19222 0 -1 4202560 14910 0 0 0 85 1 0 0 16 0 22 0 830635445 10803257344 948139 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 2 0 0 0
[pid=21936/tid=21940] ppid=21934 vsize=10550056 CPUtime=0.87 cores=0,2,4,6
/proc/21936/task/21940/stat : 21940 (java) S 21934 21936 19222 0 -1 4202560 8988 0 0 0 86 1 0 0 15 0 22 0 830635445 10803257344 948139 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 6 0 0 0
[pid=21936/tid=21941] ppid=21934 vsize=10550056 CPUtime=0.85 cores=0,2,4,6
/proc/21936/task/21941/stat : 21941 (java) S 21934 21936 19222 0 -1 4202560 8619 0 0 0 84 1 0 0 15 0 22 0 830635445 10803257344 948139 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 2 0 0 0
[pid=21936/tid=21942] ppid=21934 vsize=10550056 CPUtime=1 cores=0,2,4,6
/proc/21936/task/21942/stat : 21942 (java) S 21934 21936 19222 0 -1 4202560 14368 0 0 0 98 2 0 0 15 0 22 0 830635445 10803257344 948139 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 2 0 0 0
[pid=21936/tid=21943] ppid=21934 vsize=10550056 CPUtime=0.92 cores=0,2,4,6
/proc/21936/task/21943/stat : 21943 (java) S 21934 21936 19222 0 -1 4202560 11938 0 0 0 90 2 0 0 16 0 22 0 830635445 10803257344 948139 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 6 0 0 0
[pid=21936/tid=21944] ppid=21934 vsize=10550056 CPUtime=1.09 cores=0,2,4,6
/proc/21936/task/21944/stat : 21944 (java) S 21934 21936 19222 0 -1 4202560 14564 0 0 0 107 2 0 0 16 0 22 0 830635445 10803257344 948139 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 2 0 0 0
[pid=21936/tid=21945] ppid=21934 vsize=10550056 CPUtime=0.99 cores=0,2,4,6
/proc/21936/task/21945/stat : 21945 (java) S 21934 21936 19222 0 -1 4202560 10945 0 0 0 98 1 0 0 15 0 22 0 830635445 10803257344 948139 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 0 0 0 0
[pid=21936/tid=21946] ppid=21934 vsize=10550056 CPUtime=0.8 cores=0,2,4,6
/proc/21936/task/21946/stat : 21946 (java) S 21934 21936 19222 0 -1 4202560 13091 0 0 0 79 1 0 0 16 0 22 0 830635445 10803257344 948139 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 0 0 0 0
[pid=21936/tid=21947] ppid=21934 vsize=10550056 CPUtime=21.57 cores=0,2,4,6
/proc/21936/task/21947/stat : 21947 (java) S 21934 21936 19222 0 -1 4202560 38094 0 0 0 2152 5 0 0 15 0 22 0 830635446 10803257344 948139 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820982272 0 0 0 16800975 18446604445696817920 0 0 -1 4 0 0 0
[pid=21936/tid=21948] ppid=21934 vsize=10550056 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21948/stat : 21948 (java) S 21934 21936 19222 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830635446 10803257344 948139 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 4 0 0 0
[pid=21936/tid=21949] ppid=21934 vsize=10550056 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21949/stat : 21949 (java) S 21934 21936 19222 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830635447 10803257344 948139 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 4 0 0 0
[pid=21936/tid=21950] ppid=21934 vsize=10550056 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21950/stat : 21950 (java) S 21934 21936 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830635449 10803257344 948139 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820989361 0 4 0 16800975 18446604445696817920 0 0 -1 4 0 0 0
[pid=21936/tid=21951] ppid=21934 vsize=10550056 CPUtime=1.24 cores=0,2,4,6
/proc/21936/task/21951/stat : 21951 (java) S 21934 21936 19222 0 -1 4202560 5040 0 0 0 123 1 0 0 15 0 22 0 830635449 10803257344 948139 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 0 0 0 0
[pid=21936/tid=21952] ppid=21934 vsize=10550056 CPUtime=1.44 cores=0,2,4,6
/proc/21936/task/21952/stat : 21952 (java) S 21934 21936 19222 0 -1 4202560 12318 0 0 0 143 1 0 0 16 0 22 0 830635449 10803257344 948139 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 2 0 0 0
[pid=21936/tid=21953] ppid=21934 vsize=10550056 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21953/stat : 21953 (java) S 21934 21936 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830635449 10803257344 948139 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820981657 0 4 0 16800975 18446604445696817920 0 0 -1 6 0 0 0
[pid=21936/tid=21954] ppid=21934 vsize=10550056 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21954/stat : 21954 (java) S 21934 21936 19222 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 830635449 10803257344 948139 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820982272 0 4 0 16800975 18446604445696817920 0 0 -1 0 0 0 0
[pid=21936/tid=21955] ppid=21934 vsize=10550056 CPUtime=883.67 cores=0,2,4,6
/proc/21936/task/21955/stat : 21955 (java) R 21934 21936 19222 0 -1 4202560 2605 0 0 0 88364 3 0 0 25 0 22 0 830635553 10803257344 948139 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 46912505864944 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21936/tid=21956] ppid=21934 vsize=10550056 CPUtime=883.6 cores=0,2,4,6
/proc/21936/task/21956/stat : 21956 (java) R 21934 21936 19222 0 -1 4202560 702849 0 0 0 88283 77 0 0 25 0 22 0 830635553 10803257344 948139 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 46912505889097 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21936/tid=21957] ppid=21934 vsize=10550056 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21957/stat : 21957 (java) S 21934 21936 19222 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830635556 10803257344 948139 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820982272 0 4 0 16800975 18446604445696817920 0 0 -1 0 0 0 0
[pid=21936/tid=21958] ppid=21934 vsize=10550056 CPUtime=0 cores=0,2,4,6
/proc/21936/task/21958/stat : 21958 (java) S 21934 21936 19222 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830635556 10803257344 948139 33554432000 1073741824 1073778376 140735329974928 18446744073709551615 230820982272 0 4 0 16800975 18446604445696817920 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 10550056

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

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

[startup+908.62 s]
/proc/loadavg: 3.88 3.83 3.65 4/397 22036
/proc/meminfo: memFree=18564172/32951124 swapFree=37148216/67111528
[pid=21936] ppid=21934 vsize=0 CPUtime=1800.28 cores=0,2,4,6
/proc/21936/stat : 21936 (java) Z 21934 21936 19222 0 -1 4203548 962786 0 1 0 179898 130 0 0 17 0 2 0 830635443 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21936/statm: 0 0 0 0 0 0 0
[pid=21936/tid=21956] ppid=21934 vsize=0 CPUtime=883.71 cores=0,2,4,6
/proc/21936/task/21956/stat : 21956 (java) R 21934 21936 19222 0 -1 4203588 702849 0 0 0 88284 87 0 0 25 0 2 0 830635553 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 908.671
CPU time (s): 1800.33
CPU user time (s): 1798.99
CPU system time (s): 1.3478
CPU usage (%): 198.128
Max. virtual memory (cumulated for all children) (KiB): 10554852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.99
system time used= 1.3478
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 962786
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= 25351
involuntary context switches= 24032

runsolver used 3.65044 second user time and 7.72483 second system time

The end

Launcher Data

Begin job on node104 at 2011-06-04 14:25:50
IDJOB=3454197
IDBENCH=2331
IDSOLVER=1950
FILE ID=node104/3454197-1307190350
RUNJOBID= node104-1307188383-21489
PBS_JOBID= 13508864
Free space on /tmp= 73952 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos6.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454197-1307190350/watcher-3454197-1307190350 -o /tmp/evaluation-result-3454197-1307190350/solver-3454197-1307190350 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454197-1307190350.opb

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

MD5SUM BENCH= 2a04555106a68acba17fb5820db41df1
RANDOM SEED=394867159

node104.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.855
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.71
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.855
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.83
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20528168 kB
Buffers:        420520 kB
Cached:        7649224 kB
SwapCached:     163904 kB
Active:        6010084 kB
Inactive:      6070020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20528168 kB
SwapTotal:    67111528 kB
SwapFree:     37148216 kB
Dirty:            3176 kB
Writeback:           0 kB
AnonPages:     3869700 kB
Mapped:          19236 kB
Slab:           182520 kB
PageTables:      93604 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 98079304 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= 73948 MiB
End job on node104 at 2011-06-04 14:41:01