Trace number 3454167

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.49 934.518

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
plato.asu.edu/pub/lptestset/fome/normalized-mps-v2-20-10-fome11.opb
MD5SUMd5dba1ae5450ecccd67bf40744af7c62
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 variables733406
Total number of constraints12168
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints12168
Minimum length of a constraint13
Maximum length of a constraint6840
Number of terms in the objective function 374066
Biggest coefficient in the objective function 2150851580428025856
Number of bits for the biggest coefficient in the objective function 61
Sum of the numbers in the objective function 1765505311698925020552
Number of bits of the sum of numbers in the objective function 71
Biggest number in a constraint 53687091200000000000
Number of bits of the biggest number in a constraint 66
Biggest sum of numbers in a constraint 4277072243466308763648
Number of bits of the biggest sum of numbers72
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c version 2.3.1.v20110525
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.18-164.el5
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		9996466904
0.04/0.08	c Max memory 		10048897024
0.04/0.08	c Total memory 		10048897024
0.04/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@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-3454167-1307189838.opb
0.10/0.11	c reading problem ... 
10.13/7.95	c ... done. Wall clock time 7.84s.
10.13/7.95	c #vars     733406
10.13/7.95	c #constraints  236656
10.13/7.95	c constraints type 
10.13/7.95	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 24210
10.13/7.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 100
10.13/7.95	c constraints type 
10.13/7.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 24310
108.05/54.78	c cleaning 2499 clauses out of 4997 with flag 5000/5000
139.70/71.12	c cleaning 4247 clauses out of 8494 with flag 11000/11000
167.77/85.75	c cleaning 5619 clauses out of 11247 with flag 18000/18000
199.36/102.17	c cleaning 6814 clauses out of 13629 with flag 26001/26001
236.39/121.58	c cleaning 7892 clauses out of 15815 with flag 35001/35001
263.56/135.75	c cleaning 8960 clauses out of 17919 with flag 45000/45000
291.64/150.39	c cleaning 9966 clauses out of 19945 with flag 56000/56000
307.18/158.72	c cleaning 10969 clauses out of 21975 with flag 68000/68000
326.35/169.24	c cleaning 11969 clauses out of 24000 with flag 81001/81001
362.04/187.62	c cleaning 12991 clauses out of 26015 with flag 95000/95000
375.60/195.04	c cleaning 14009 clauses out of 28019 with flag 110000/110000
388.91/202.31	c cleaning 15002 clauses out of 30008 with flag 126000/126000
410.02/213.86	c cleaning 15974 clauses out of 32002 with flag 143002/143002
435.38/227.14	c cleaning 16981 clauses out of 34015 with flag 161000/161000
455.46/237.83	c cleaning 18007 clauses out of 36034 with flag 180000/180000
477.98/249.79	c cleaning 19007 clauses out of 38024 with flag 200000/200000
515.85/269.63	c cleaning 19979 clauses out of 39996 with flag 221001/221001
549.73/287.20	c cleaning 21001 clauses out of 42012 with flag 243000/243000
574.31/300.29	c cleaning 22003 clauses out of 44011 with flag 266000/266000
608.06/317.85	c cleaning 23000 clauses out of 46009 with flag 290001/290001
653.76/341.76	c cleaning 23986 clauses out of 48006 with flag 315001/315001
673.11/352.10	c cleaning 0 clauses out of 5001 with flag 0/5001
776.17/404.38	c cleaning 24504 clauses out of 49019 with flag 340000/340000
904.74/469.37	c cleaning 24755 clauses out of 49516 with flag 365001/365001
1040.01/538.08	c cleaning 24872 clauses out of 49760 with flag 390000/390000
1163.05/600.39	c cleaning 24939 clauses out of 49888 with flag 415000/415000
1244.55/641.97	c cleaning 24971 clauses out of 49949 with flag 440000/440000
1293.58/667.39	c cleaning 24988 clauses out of 49979 with flag 465002/465002
1341.21/692.44	c cleaning 24993 clauses out of 49989 with flag 490000/490000
1374.99/710.28	c cleaning 24999 clauses out of 49999 with flag 515004/515004
1415.40/731.34	c cleaning 24993 clauses out of 49996 with flag 540001/540001
1486.76/767.97	c cleaning 25002 clauses out of 50003 with flag 565001/565001
1532.80/792.23	c cleaning 24992 clauses out of 50000 with flag 590000/590000
1563.94/808.75	c cleaning 24997 clauses out of 50008 with flag 615000/615000
1588.48/821.93	c cleaning 0 clauses out of 11001 with flag 0/11001
1597.08/827.14	c cleaning 24999 clauses out of 50012 with flag 640001/640001
1636.71/848.27	c cleaning 24995 clauses out of 50004 with flag 665000/665000
1667.07/864.31	c cleaning 24999 clauses out of 50010 with flag 690001/690001
1722.01/892.74	c cleaning 24995 clauses out of 50011 with flag 715001/715001
1776.40/920.91	c cleaning 24999 clauses out of 50014 with flag 740000/740000
1800.20/934.32	c starts		: 168
1800.20/934.32	c conflicts		: 750047
1800.20/934.32	c decisions		: 6141830
1800.20/934.32	c propagations		: 82167656
1800.20/934.32	c inspects		: 788112078
1800.20/934.32	c shortcuts		: 0
1800.20/934.32	c learnt literals	: 118
1800.20/934.32	c learnt binary clauses	: 141
1800.20/934.32	c learnt ternary clauses	: 279
1800.20/934.32	c learnt constraints	: 749928
1800.20/934.32	c ignored constraints	: 0
1800.20/934.32	c root simplifications	: 0
1800.20/934.32	c removed literals (reason simplification)	: 17551728
1800.20/934.32	c reason swapping (by a shorter reason)	: 0
1800.20/934.32	c Calls to reduceDB	: 38
1800.20/934.32	c number of reductions to clauses (during analyze)	: 0
1800.20/934.32	c number of learned constraints concerned by reduction	: 0
1800.20/934.32	c number of learning phase by resolution	: 0
1800.20/934.32	c number of learning phase by cutting planes	: 0
1800.20/934.32	c speed (assignments/second)	: 88699.10316031279
1800.20/934.32	c non guided choices	4415703
1800.20/934.34	c learnt constraints type 
1800.20/934.34	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 141
1800.20/934.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 34939
1800.20/934.34	c constraints type 
1800.20/934.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 24210
1800.20/934.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 100
1800.20/934.34	c constraints type 
1800.20/934.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 24310
1800.20/934.34	s UNKNOWN
1800.20/934.34	c Total wall clock time (in seconds): 934.228

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-3454167-1307189838/watcher-3454167-1307189838 -o /tmp/evaluation-result-3454167-1307189838/solver-3454167-1307189838 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454167-1307189838.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.96 3.80 3.62 3/407 9687
/proc/meminfo: memFree=22714640/32951124 swapFree=49244120/67111528
[pid=9687] ppid=9685 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/9687/stat : 9687 (java) R 9685 9687 6095 0 -1 4202496 955 0 0 0 0 0 0 0 23 0 1 0 830586765 23580672 699 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218365994897 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9687/statm: 5757 699 516 9 0 124 0
[pid=9687/tid=9688] ppid=9685 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9688/stat : 9688 (java) R 9685 9687 6095 0 -1 4202560 2561 0 1 0 0 0 0 0 25 0 2 0 830586765 10694979584 3376 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218370651195 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.053863 s]
/proc/loadavg: 3.96 3.80 3.62 3/407 9687
/proc/meminfo: memFree=22714640/32951124 swapFree=49244120/67111528
[pid=9687] ppid=9685 vsize=10467616 CPUtime=0.04 cores=0,2,4,6
/proc/9687/stat : 9687 (java) S 9685 9687 6095 0 -1 4202496 11455 0 1 0 3 1 0 0 23 0 13 0 830586765 10718838784 11152 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382759909 0 0 0 16800971 18446744073709551615 0 0 17 4 0 0 0
/proc/9687/statm: 2616904 11152 1685 9 0 2607652 0
[pid=9687/tid=9688] ppid=9685 vsize=10467616 CPUtime=0.03 cores=0,2,4,6
/proc/9687/task/9688/stat : 9688 (java) R 9685 9687 6095 0 -1 4202560 10308 0 1 0 3 0 0 0 25 0 13 0 830586765 10718838784 11152 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218370953061 0 4 0 16800971 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10467616

[startup+0.100889 s]
/proc/loadavg: 3.96 3.80 3.62 3/407 9687
/proc/meminfo: memFree=22714640/32951124 swapFree=49244120/67111528
[pid=9687] ppid=9685 vsize=10540280 CPUtime=0.1 cores=0,2,4,6
/proc/9687/stat : 9687 (java) S 9685 9687 6095 0 -1 4202496 13074 0 1 0 9 1 0 0 23 0 18 0 830586765 10793246720 12771 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/9687/statm: 2635070 12772 2092 9 0 2625804 0
[pid=9687/tid=9688] ppid=9685 vsize=10540280 CPUtime=0.08 cores=0,2,4,6
/proc/9687/task/9688/stat : 9688 (java) R 9685 9687 6095 0 -1 4202560 11153 0 1 0 7 1 0 0 18 0 18 0 830586765 10793246720 12772 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218370618401 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540280

[startup+0.30088 s]
/proc/loadavg: 3.96 3.80 3.62 3/407 9687
/proc/meminfo: memFree=22714640/32951124 swapFree=49244120/67111528
[pid=9687] ppid=9685 vsize=10542120 CPUtime=0.46 cores=0,2,4,6
/proc/9687/stat : 9687 (java) S 9685 9687 6095 0 -1 4202496 27050 0 1 0 44 2 0 0 23 0 18 0 830586765 10795130880 26243 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/9687/statm: 2635530 26246 2199 9 0 2626264 0
[pid=9687/tid=9688] ppid=9685 vsize=10542120 CPUtime=0.28 cores=0,2,4,6
/proc/9687/task/9688/stat : 9688 (java) R 9685 9687 6095 0 -1 4202560 23868 0 1 0 26 2 0 0 18 0 18 0 830586765 10795130880 26248 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 46912505562651 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10542120

[startup+0.700795 s]
/proc/loadavg: 3.96 3.80 3.62 3/407 9687
/proc/meminfo: memFree=22714640/32951124 swapFree=49244120/67111528
[pid=9687] ppid=9685 vsize=10542120 CPUtime=0.86 cores=0,2,4,6
/proc/9687/stat : 9687 (java) S 9685 9687 6095 0 -1 4202496 53770 0 1 0 80 6 0 0 23 0 18 0 830586765 10795130880 52963 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/9687/statm: 2635530 52966 2199 9 0 2626264 0
[pid=9687/tid=9688] ppid=9685 vsize=10542120 CPUtime=0.68 cores=0,2,4,6
/proc/9687/task/9688/stat : 9688 (java) R 9685 9687 6095 0 -1 4202560 50587 0 1 0 62 6 0 0 18 0 18 0 830586765 10795130880 52967 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 46912505574734 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 10542120

[startup+1.50067 s]
/proc/loadavg: 3.88 3.79 3.61 4/425 9705
/proc/meminfo: memFree=22432528/32951124 swapFree=49244120/67111528
[pid=9687] ppid=9685 vsize=10549620 CPUtime=2.18 cores=0,2,4,6
/proc/9687/stat : 9687 (java) S 9685 9687 6095 0 -1 4202496 116770 0 1 0 205 13 0 0 23 0 18 0 830586765 10802810880 112800 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/9687/statm: 2637405 112809 2205 9 0 2628139 0
[pid=9687/tid=9688] ppid=9685 vsize=10549620 CPUtime=1.48 cores=0,2,4,6
/proc/9687/task/9688/stat : 9688 (java) R 9685 9687 6095 0 -1 4202560 106202 0 1 0 136 12 0 0 18 0 18 0 830586765 10802810880 112812 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 46912505620716 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=9687/tid=9690] ppid=9685 vsize=10549620 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9690/stat : 9690 (java) S 9685 9687 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830586767 10802810880 112819 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9691] ppid=9685 vsize=10549620 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9691/stat : 9691 (java) S 9685 9687 6095 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830586767 10802810880 112824 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9692] ppid=9685 vsize=10549620 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9692/stat : 9692 (java) S 9685 9687 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830586767 10802810880 112830 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9693] ppid=9685 vsize=10549620 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9693/stat : 9693 (java) S 9685 9687 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830586767 10802810880 112836 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9694] ppid=9685 vsize=10549620 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9694/stat : 9694 (java) S 9685 9687 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830586767 10802810880 112842 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9695] ppid=9685 vsize=10549620 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9695/stat : 9695 (java) S 9685 9687 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830586767 10802810880 112848 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9696] ppid=9685 vsize=10549620 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9696/stat : 9696 (java) S 9685 9687 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830586767 10802810880 112854 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9697] ppid=9685 vsize=10549620 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9697/stat : 9697 (java) S 9685 9687 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830586767 10802810880 112854 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9698] ppid=9685 vsize=10549620 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9698/stat : 9698 (java) S 9685 9687 6095 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 830586768 10802810880 112854 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773760 0 0 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9699] ppid=9685 vsize=10549620 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9699/stat : 9699 (java) S 9685 9687 6095 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 830586769 10802810880 112854 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9700] ppid=9685 vsize=10549620 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9700/stat : 9700 (java) S 9685 9687 6095 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 830586769 10802810880 112854 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9701] ppid=9685 vsize=10549620 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9701/stat : 9701 (java) S 9685 9687 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830586771 10802810880 112854 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382780849 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9702] ppid=9685 vsize=10549620 CPUtime=0.34 cores=0,2,4,6
/proc/9687/task/9702/stat : 9702 (java) S 9685 9687 6095 0 -1 4202560 5761 0 0 0 34 0 0 0 16 0 18 0 830586771 10802810880 112854 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 0 0 0 0
[pid=9687/tid=9703] ppid=9685 vsize=10549620 CPUtime=0.34 cores=0,2,4,6
/proc/9687/task/9703/stat : 9703 (java) S 9685 9687 6095 0 -1 4202560 3670 0 0 0 34 0 0 0 15 0 18 0 830586771 10802810880 112854 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 6 0 0 0
[pid=9687/tid=9704] ppid=9685 vsize=10549620 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9704/stat : 9704 (java) S 9685 9687 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830586771 10802810880 112854 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9705] ppid=9685 vsize=10549620 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9705/stat : 9705 (java) S 9685 9687 6095 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 830586771 10802810880 112854 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773760 0 4 0 16800975 18446604441288928000 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 10549620

[startup+3.10139 s]
/proc/loadavg: 3.88 3.79 3.61 4/425 9705
/proc/meminfo: memFree=22022708/32951124 swapFree=49244120/67111528
[pid=9687] ppid=9685 vsize=10549620 CPUtime=3.83 cores=0,2,4,6
/proc/9687/stat : 9687 (java) S 9685 9687 6095 0 -1 4202496 277555 0 1 0 355 28 0 0 23 0 18 0 830586765 10802810880 273584 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/9687/statm: 2637405 273587 2212 9 0 2628139 0
[pid=9687/tid=9688] ppid=9685 vsize=10549620 CPUtime=3.08 cores=0,2,4,6
/proc/9687/task/9688/stat : 9688 (java) R 9685 9687 6095 0 -1 4202560 266857 0 1 0 281 27 0 0 20 0 18 0 830586765 10802810880 273591 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 46912505620731 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=9687/tid=9690] ppid=9685 vsize=10549620 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9690/stat : 9690 (java) S 9685 9687 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830586767 10802810880 273593 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9691] ppid=9685 vsize=10549620 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9691/stat : 9691 (java) S 9685 9687 6095 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830586767 10802810880 273595 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9692] ppid=9685 vsize=10549620 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9692/stat : 9692 (java) S 9685 9687 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830586767 10802810880 273597 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9693] ppid=9685 vsize=10549620 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9693/stat : 9693 (java) S 9685 9687 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830586767 10802810880 273599 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9694] ppid=9685 vsize=10549620 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9694/stat : 9694 (java) S 9685 9687 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830586767 10802810880 273601 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9695] ppid=9685 vsize=10549620 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9695/stat : 9695 (java) S 9685 9687 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830586767 10802810880 273604 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9696] ppid=9685 vsize=10549620 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9696/stat : 9696 (java) S 9685 9687 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830586767 10802810880 273606 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9697] ppid=9685 vsize=10549620 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9697/stat : 9697 (java) S 9685 9687 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830586767 10802810880 273609 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9698] ppid=9685 vsize=10549620 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9698/stat : 9698 (java) S 9685 9687 6095 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 830586768 10802810880 273611 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773760 0 0 0 16800975 18446604441288928000 0 0 -1 6 0 0 0
[pid=9687/tid=9699] ppid=9685 vsize=10549620 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9699/stat : 9699 (java) S 9685 9687 6095 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 830586769 10802810880 273613 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9700] ppid=9685 vsize=10549620 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9700/stat : 9700 (java) S 9685 9687 6095 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 830586769 10802810880 273615 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9701] ppid=9685 vsize=10549620 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9701/stat : 9701 (java) S 9685 9687 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830586771 10802810880 273617 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382780849 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9702] ppid=9685 vsize=10549620 CPUtime=0.34 cores=0,2,4,6
/proc/9687/task/9702/stat : 9702 (java) S 9685 9687 6095 0 -1 4202560 5761 0 0 0 34 0 0 0 15 0 18 0 830586771 10802810880 273619 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 0 0 0 0
[pid=9687/tid=9703] ppid=9685 vsize=10549620 CPUtime=0.39 cores=0,2,4,6
/proc/9687/task/9703/stat : 9703 (java) S 9685 9687 6095 0 -1 4202560 3794 0 0 0 39 0 0 0 15 0 18 0 830586771 10802810880 273621 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 2 0 0 0
[pid=9687/tid=9704] ppid=9685 vsize=10549620 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9704/stat : 9704 (java) S 9685 9687 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830586771 10802810880 273623 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9705] ppid=9685 vsize=10549620 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9705/stat : 9705 (java) S 9685 9687 6095 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 830586771 10802810880 273625 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773760 0 4 0 16800975 18446604441288928000 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 10549620

[startup+6.30083 s]
/proc/loadavg: 3.81 3.78 3.61 4/425 9705
/proc/meminfo: memFree=20652640/32951124 swapFree=49244120/67111528
[pid=9687] ppid=9685 vsize=10549620 CPUtime=7.06 cores=0,2,4,6
/proc/9687/stat : 9687 (java) S 9685 9687 6095 0 -1 4202496 621993 0 1 0 642 64 0 0 23 0 18 0 830586765 10802810880 617167 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/9687/statm: 2637405 617173 2215 9 0 2628139 0
[pid=9687/tid=9688] ppid=9685 vsize=10549620 CPUtime=6.27 cores=0,2,4,6
/proc/9687/task/9688/stat : 9688 (java) R 9685 9687 6095 0 -1 4202560 611289 0 1 0 564 63 0 0 25 0 18 0 830586765 10802810880 617176 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 46912505639826 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=9687/tid=9690] ppid=9685 vsize=10549620 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9690/stat : 9690 (java) S 9685 9687 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830586767 10802810880 617177 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9691] ppid=9685 vsize=10549620 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9691/stat : 9691 (java) S 9685 9687 6095 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830586767 10802810880 617182 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9692] ppid=9685 vsize=10549620 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9692/stat : 9692 (java) S 9685 9687 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830586767 10802810880 617184 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9693] ppid=9685 vsize=10549620 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9693/stat : 9693 (java) S 9685 9687 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830586767 10802810880 617187 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9694] ppid=9685 vsize=10549620 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9694/stat : 9694 (java) S 9685 9687 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830586767 10802810880 617189 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9695] ppid=9685 vsize=10549620 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9695/stat : 9695 (java) S 9685 9687 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830586767 10802810880 617191 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9696] ppid=9685 vsize=10549620 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9696/stat : 9696 (java) S 9685 9687 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830586767 10802810880 617193 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9697] ppid=9685 vsize=10549620 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9697/stat : 9697 (java) S 9685 9687 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830586767 10802810880 617196 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9698] ppid=9685 vsize=10549620 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9698/stat : 9698 (java) S 9685 9687 6095 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 18 0 830586768 10802810880 617198 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773760 0 0 0 16800975 18446604441288928000 0 0 -1 6 0 0 0
[pid=9687/tid=9699] ppid=9685 vsize=10549620 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9699/stat : 9699 (java) S 9685 9687 6095 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 830586769 10802810880 617201 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9700] ppid=9685 vsize=10549620 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9700/stat : 9700 (java) S 9685 9687 6095 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 830586769 10802810880 617205 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9701] ppid=9685 vsize=10549620 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9701/stat : 9701 (java) S 9685 9687 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830586771 10802810880 617208 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382780849 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9702] ppid=9685 vsize=10549620 CPUtime=0.36 cores=0,2,4,6
/proc/9687/task/9702/stat : 9702 (java) S 9685 9687 6095 0 -1 4202560 5767 0 0 0 36 0 0 0 15 0 18 0 830586771 10802810880 617212 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 0 0 0 0
[pid=9687/tid=9703] ppid=9685 vsize=10549620 CPUtime=0.41 cores=0,2,4,6
/proc/9687/task/9703/stat : 9703 (java) S 9685 9687 6095 0 -1 4202560 3795 0 0 0 41 0 0 0 15 0 18 0 830586771 10802810880 617214 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 2 0 0 0
[pid=9687/tid=9704] ppid=9685 vsize=10549620 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9704/stat : 9704 (java) S 9685 9687 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830586771 10802810880 617216 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9705] ppid=9685 vsize=10549620 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9705/stat : 9705 (java) S 9685 9687 6095 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 830586771 10802810880 617219 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773760 0 4 0 16800975 18446604441288928000 0 0 -1 2 0 0 0

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

/proc/9687/task/9692/stat : 9692 (java) S 9685 9687 6095 0 -1 4202560 46624 0 0 0 214 6 0 0 15 0 22 0 830586767 10805653504 1133497 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9693] ppid=9685 vsize=10552396 CPUtime=2.32 cores=0,2,4,6
/proc/9687/task/9693/stat : 9693 (java) S 9685 9687 6095 0 -1 4202560 67112 0 0 0 223 9 0 0 15 0 22 0 830586767 10805653504 1133497 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9694] ppid=9685 vsize=10552396 CPUtime=2.11 cores=0,2,4,6
/proc/9687/task/9694/stat : 9694 (java) S 9685 9687 6095 0 -1 4202560 64530 0 0 0 200 11 0 0 16 0 22 0 830586767 10805653504 1133497 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 0 0 0 0
[pid=9687/tid=9695] ppid=9685 vsize=10552396 CPUtime=1.84 cores=0,2,4,6
/proc/9687/task/9695/stat : 9695 (java) S 9685 9687 6095 0 -1 4202560 53792 0 0 0 176 8 0 0 15 0 22 0 830586767 10805653504 1133497 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 0 0 0 0
[pid=9687/tid=9696] ppid=9685 vsize=10552396 CPUtime=1.24 cores=0,2,4,6
/proc/9687/task/9696/stat : 9696 (java) S 9685 9687 6095 0 -1 4202560 25549 0 0 0 120 4 0 0 15 0 22 0 830586767 10805653504 1133497 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 0 0 0 0
[pid=9687/tid=9697] ppid=9685 vsize=10552396 CPUtime=1.57 cores=0,2,4,6
/proc/9687/task/9697/stat : 9697 (java) S 9685 9687 6095 0 -1 4202560 40511 0 0 0 152 5 0 0 16 0 22 0 830586767 10805653504 1133497 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9698] ppid=9685 vsize=10552396 CPUtime=57.9 cores=0,2,4,6
/proc/9687/task/9698/stat : 9698 (java) R 9685 9687 6095 0 -1 4202560 168429 0 0 0 5769 21 0 0 16 0 22 0 830586768 10805653504 1133497 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 47529961014688 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=9687/tid=9699] ppid=9685 vsize=10552396 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9699/stat : 9699 (java) S 9685 9687 6095 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830586769 10805653504 1133497 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9700] ppid=9685 vsize=10552396 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9700/stat : 9700 (java) S 9685 9687 6095 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830586769 10805653504 1133497 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9701] ppid=9685 vsize=10552396 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9701/stat : 9701 (java) S 9685 9687 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830586771 10805653504 1133497 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382780849 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9702] ppid=9685 vsize=10552396 CPUtime=1.24 cores=0,2,4,6
/proc/9687/task/9702/stat : 9702 (java) S 9685 9687 6095 0 -1 4202560 8669 0 0 0 124 0 0 0 15 0 22 0 830586771 10805653504 1133497 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 0 0 0 0
[pid=9687/tid=9703] ppid=9685 vsize=10552396 CPUtime=1.29 cores=0,2,4,6
/proc/9687/task/9703/stat : 9703 (java) S 9685 9687 6095 0 -1 4202560 3997 0 0 0 129 0 0 0 15 0 22 0 830586771 10805653504 1133497 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 2 0 0 0
[pid=9687/tid=9704] ppid=9685 vsize=10552396 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9704/stat : 9704 (java) S 9685 9687 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830586771 10805653504 1133497 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9705] ppid=9685 vsize=10552396 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9705/stat : 9705 (java) S 9685 9687 6095 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 830586771 10805653504 1133497 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773760 0 4 0 16800975 18446604441288928000 0 0 -1 0 0 0 0
[pid=9687/tid=9706] ppid=9685 vsize=10552396 CPUtime=752.68 cores=0,2,4,6
/proc/9687/task/9706/stat : 9706 (java) S 9685 9687 6095 0 -1 4202560 87 0 0 0 75267 1 0 0 25 0 22 0 830587560 10805653504 1133497 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9707] ppid=9685 vsize=10552396 CPUtime=752.53 cores=0,2,4,6
/proc/9687/task/9707/stat : 9707 (java) S 9685 9687 6095 0 -1 4202560 87 0 0 0 75253 0 0 0 18 0 22 0 830587560 10805653504 1133497 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 0 0 0 0
[pid=9687/tid=9708] ppid=9685 vsize=10552396 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9708/stat : 9708 (java) S 9685 9687 6095 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 22 0 830587600 10805653504 1133497 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773760 0 4 0 16800975 18446604441288928000 0 0 -1 6 0 0 0
[pid=9687/tid=9709] ppid=9685 vsize=10552396 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9709/stat : 9709 (java) S 9685 9687 6095 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830587617 10805653504 1133497 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773760 0 4 0 16800975 18446604441288928000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1588.95
Current children cumulated vsize (KiB) 10552396

[startup+882.301 s]
/proc/loadavg: 1.85 2.35 3.01 3/402 9752
/proc/meminfo: memFree=19027520/32951124 swapFree=49244120/67111528
[pid=9687] ppid=9685 vsize=10552396 CPUtime=1701.21 cores=0,2,4,6
/proc/9687/stat : 9687 (java) S 9685 9687 6095 0 -1 4202496 1334179 0 1 0 169953 168 0 0 23 0 22 0 830586765 10805653504 1136110 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/9687/statm: 2638099 1136110 2263 9 0 2628833 0
[pid=9687/tid=9688] ppid=9685 vsize=10552396 CPUtime=7.42 cores=0,2,4,6
/proc/9687/task/9688/stat : 9688 (java) S 9685 9687 6095 0 -1 4202560 651066 0 1 0 674 68 0 0 15 0 22 0 830586765 10805653504 1136110 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773760 0 4 0 16800975 18446604441288928000 0 0 -1 2 0 0 0
[pid=9687/tid=9690] ppid=9685 vsize=10552396 CPUtime=2.51 cores=0,2,4,6
/proc/9687/task/9690/stat : 9690 (java) S 9685 9687 6095 0 -1 4202560 78559 0 0 0 239 12 0 0 16 0 22 0 830586767 10805653504 1136110 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 0 0 0 0
[pid=9687/tid=9691] ppid=9685 vsize=10552396 CPUtime=2.02 cores=0,2,4,6
/proc/9687/task/9691/stat : 9691 (java) S 9685 9687 6095 0 -1 4202560 82532 0 0 0 191 11 0 0 16 0 22 0 830586767 10805653504 1136110 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 0 0 0 0
[pid=9687/tid=9692] ppid=9685 vsize=10552396 CPUtime=2.24 cores=0,2,4,6
/proc/9687/task/9692/stat : 9692 (java) S 9685 9687 6095 0 -1 4202560 46626 0 0 0 218 6 0 0 15 0 22 0 830586767 10805653504 1136110 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 6 0 0 0
[pid=9687/tid=9693] ppid=9685 vsize=10552396 CPUtime=2.34 cores=0,2,4,6
/proc/9687/task/9693/stat : 9693 (java) S 9685 9687 6095 0 -1 4202560 67112 0 0 0 225 9 0 0 16 0 22 0 830586767 10805653504 1136110 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 6 0 0 0
[pid=9687/tid=9694] ppid=9685 vsize=10552396 CPUtime=2.11 cores=0,2,4,6
/proc/9687/task/9694/stat : 9694 (java) S 9685 9687 6095 0 -1 4202560 64530 0 0 0 200 11 0 0 15 0 22 0 830586767 10805653504 1136110 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 0 0 0 0
[pid=9687/tid=9695] ppid=9685 vsize=10552396 CPUtime=1.89 cores=0,2,4,6
/proc/9687/task/9695/stat : 9695 (java) S 9685 9687 6095 0 -1 4202560 53792 0 0 0 181 8 0 0 16 0 22 0 830586767 10805653504 1136110 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 2 0 0 0
[pid=9687/tid=9696] ppid=9685 vsize=10552396 CPUtime=1.26 cores=0,2,4,6
/proc/9687/task/9696/stat : 9696 (java) S 9685 9687 6095 0 -1 4202560 25549 0 0 0 122 4 0 0 15 0 22 0 830586767 10805653504 1136110 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 2 0 0 0
[pid=9687/tid=9697] ppid=9685 vsize=10552396 CPUtime=1.58 cores=0,2,4,6
/proc/9687/task/9697/stat : 9697 (java) S 9685 9687 6095 0 -1 4202560 40511 0 0 0 153 5 0 0 16 0 22 0 830586767 10805653504 1136110 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 6 0 0 0
[pid=9687/tid=9698] ppid=9685 vsize=10552396 CPUtime=65.77 cores=0,2,4,6
/proc/9687/task/9698/stat : 9698 (java) S 9685 9687 6095 0 -1 4202560 209849 0 0 0 6551 26 0 0 18 0 22 0 830586768 10805653504 1136110 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773760 0 0 0 16800975 18446604441288928000 0 0 -1 6 0 0 0
[pid=9687/tid=9699] ppid=9685 vsize=10552396 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9699/stat : 9699 (java) S 9685 9687 6095 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830586769 10805653504 1136110 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9700] ppid=9685 vsize=10552396 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9700/stat : 9700 (java) S 9685 9687 6095 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830586769 10805653504 1136110 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9701] ppid=9685 vsize=10552396 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9701/stat : 9701 (java) S 9685 9687 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830586771 10805653504 1136110 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382780849 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9702] ppid=9685 vsize=10552396 CPUtime=1.24 cores=0,2,4,6
/proc/9687/task/9702/stat : 9702 (java) S 9685 9687 6095 0 -1 4202560 8669 0 0 0 124 0 0 0 15 0 22 0 830586771 10805653504 1136110 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 0 0 0 0
[pid=9687/tid=9703] ppid=9685 vsize=10552396 CPUtime=1.32 cores=0,2,4,6
/proc/9687/task/9703/stat : 9703 (java) S 9685 9687 6095 0 -1 4202560 3997 0 0 0 132 0 0 0 15 0 22 0 830586771 10805653504 1136110 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 2 0 0 0
[pid=9687/tid=9704] ppid=9685 vsize=10552396 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9704/stat : 9704 (java) S 9685 9687 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830586771 10805653504 1136110 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9705] ppid=9685 vsize=10552396 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9705/stat : 9705 (java) S 9685 9687 6095 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 830586771 10805653504 1136110 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773760 0 4 0 16800975 18446604441288928000 0 0 -1 2 0 0 0
[pid=9687/tid=9706] ppid=9685 vsize=10552396 CPUtime=804.74 cores=0,2,4,6
/proc/9687/task/9706/stat : 9706 (java) R 9685 9687 6095 0 -1 4202560 90 0 0 0 80473 1 0 0 25 0 22 0 830587560 10805653504 1136110 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 46912506092480 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=9687/tid=9707] ppid=9685 vsize=10552396 CPUtime=804.6 cores=0,2,4,6
/proc/9687/task/9707/stat : 9707 (java) R 9685 9687 6095 0 -1 4202560 87 0 0 0 80460 0 0 0 25 0 22 0 830587560 10805653504 1136110 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 46912505616112 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9687/tid=9708] ppid=9685 vsize=10552396 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9708/stat : 9708 (java) S 9685 9687 6095 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 22 0 830587600 10805653504 1136110 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773760 0 4 0 16800975 18446604441288928000 0 0 -1 6 0 0 0
[pid=9687/tid=9709] ppid=9685 vsize=10552396 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9709/stat : 9709 (java) S 9685 9687 6095 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830587617 10805653504 1136110 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773760 0 4 0 16800975 18446604441288928000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1701.21
Current children cumulated vsize (KiB) 10552396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+934.301 s]
/proc/loadavg: 2.05 2.33 2.97 3/402 9754
/proc/meminfo: memFree=19018072/32951124 swapFree=49244120/67111528
[pid=9687] ppid=9685 vsize=10552396 CPUtime=1800.2 cores=0,2,4,6
/proc/9687/stat : 9687 (java) S 9685 9687 6095 0 -1 4202496 1356607 0 1 0 179849 171 0 0 23 0 22 0 830586765 10805653504 1138784 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/9687/statm: 2638099 1138784 2263 9 0 2628833 0
[pid=9687/tid=9688] ppid=9685 vsize=10552396 CPUtime=7.42 cores=0,2,4,6
/proc/9687/task/9688/stat : 9688 (java) S 9685 9687 6095 0 -1 4202560 651068 0 1 0 674 68 0 0 15 0 22 0 830586765 10805653504 1138784 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773760 0 4 0 16800975 18446604441288928000 0 0 -1 2 0 0 0
[pid=9687/tid=9690] ppid=9685 vsize=10552396 CPUtime=2.56 cores=0,2,4,6
/proc/9687/task/9690/stat : 9690 (java) S 9685 9687 6095 0 -1 4202560 79279 0 0 0 244 12 0 0 16 0 22 0 830586767 10805653504 1138784 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9691] ppid=9685 vsize=10552396 CPUtime=2.02 cores=0,2,4,6
/proc/9687/task/9691/stat : 9691 (java) S 9685 9687 6095 0 -1 4202560 82532 0 0 0 191 11 0 0 15 0 22 0 830586767 10805653504 1138784 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 6 0 0 0
[pid=9687/tid=9692] ppid=9685 vsize=10552396 CPUtime=2.28 cores=0,2,4,6
/proc/9687/task/9692/stat : 9692 (java) S 9685 9687 6095 0 -1 4202560 47383 0 0 0 222 6 0 0 16 0 22 0 830586767 10805653504 1138784 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 6 0 0 0
[pid=9687/tid=9693] ppid=9685 vsize=10552396 CPUtime=2.37 cores=0,2,4,6
/proc/9687/task/9693/stat : 9693 (java) S 9685 9687 6095 0 -1 4202560 67112 0 0 0 228 9 0 0 15 0 22 0 830586767 10805653504 1138784 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 6 0 0 0
[pid=9687/tid=9694] ppid=9685 vsize=10552396 CPUtime=2.11 cores=0,2,4,6
/proc/9687/task/9694/stat : 9694 (java) S 9685 9687 6095 0 -1 4202560 64530 0 0 0 200 11 0 0 15 0 22 0 830586767 10805653504 1138784 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 0 0 0 0
[pid=9687/tid=9695] ppid=9685 vsize=10552396 CPUtime=1.94 cores=0,2,4,6
/proc/9687/task/9695/stat : 9695 (java) S 9685 9687 6095 0 -1 4202560 53792 0 0 0 186 8 0 0 15 0 22 0 830586767 10805653504 1138784 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9696] ppid=9685 vsize=10552396 CPUtime=1.33 cores=0,2,4,6
/proc/9687/task/9696/stat : 9696 (java) S 9685 9687 6095 0 -1 4202560 26124 0 0 0 129 4 0 0 16 0 22 0 830586767 10805653504 1138784 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 2 0 0 0
[pid=9687/tid=9697] ppid=9685 vsize=10552396 CPUtime=1.62 cores=0,2,4,6
/proc/9687/task/9697/stat : 9697 (java) S 9685 9687 6095 0 -1 4202560 41184 0 0 0 156 6 0 0 16 0 22 0 830586767 10805653504 1138784 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 6 0 0 0
[pid=9687/tid=9698] ppid=9685 vsize=10552396 CPUtime=70.93 cores=0,2,4,6
/proc/9687/task/9698/stat : 9698 (java) S 9685 9687 6095 0 -1 4202560 229545 0 0 0 7064 29 0 0 18 0 22 0 830586768 10805653504 1138784 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773760 0 0 0 16800975 18446604441288928000 0 0 -1 6 0 0 0
[pid=9687/tid=9699] ppid=9685 vsize=10552396 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9699/stat : 9699 (java) S 9685 9687 6095 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830586769 10805653504 1138784 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9700] ppid=9685 vsize=10552396 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9700/stat : 9700 (java) S 9685 9687 6095 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830586769 10805653504 1138784 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9701] ppid=9685 vsize=10552396 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9701/stat : 9701 (java) S 9685 9687 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830586771 10805653504 1138784 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382780849 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9702] ppid=9685 vsize=10552396 CPUtime=1.25 cores=0,2,4,6
/proc/9687/task/9702/stat : 9702 (java) S 9685 9687 6095 0 -1 4202560 8670 0 0 0 125 0 0 0 16 0 22 0 830586771 10805653504 1138784 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 0 0 0 0
[pid=9687/tid=9703] ppid=9685 vsize=10552396 CPUtime=1.33 cores=0,2,4,6
/proc/9687/task/9703/stat : 9703 (java) S 9685 9687 6095 0 -1 4202560 3998 0 0 0 133 0 0 0 15 0 22 0 830586771 10805653504 1138784 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 2 0 0 0
[pid=9687/tid=9704] ppid=9685 vsize=10552396 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9704/stat : 9704 (java) S 9685 9687 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830586771 10805653504 1138784 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773145 0 4 0 16800975 18446604441288928000 0 0 -1 4 0 0 0
[pid=9687/tid=9705] ppid=9685 vsize=10552396 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9705/stat : 9705 (java) S 9685 9687 6095 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 22 0 830586771 10805653504 1138784 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773760 0 4 0 16800975 18446604441288928000 0 0 -1 2 0 0 0
[pid=9687/tid=9706] ppid=9685 vsize=10552396 CPUtime=851.54 cores=0,2,4,6
/proc/9687/task/9706/stat : 9706 (java) R 9685 9687 6095 0 -1 4202560 90 0 0 0 85153 1 0 0 25 0 22 0 830587560 10805653504 1138784 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 46912505702375 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=9687/tid=9707] ppid=9685 vsize=10552396 CPUtime=851.39 cores=0,2,4,6
/proc/9687/task/9707/stat : 9707 (java) R 9685 9687 6095 0 -1 4202560 88 0 0 0 85139 0 0 0 25 0 22 0 830587560 10805653504 1138784 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 46912506105156 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9687/tid=9708] ppid=9685 vsize=10552396 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9708/stat : 9708 (java) S 9685 9687 6095 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 22 0 830587600 10805653504 1138784 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773760 0 4 0 16800975 18446604441288928000 0 0 -1 6 0 0 0
[pid=9687/tid=9709] ppid=9685 vsize=10552396 CPUtime=0 cores=0,2,4,6
/proc/9687/task/9709/stat : 9709 (java) S 9685 9687 6095 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830587617 10805653504 1138784 33554432000 1073741824 1073778376 140736363573824 18446744073709551615 218382773760 0 4 0 16800975 18446604441288928000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 10552396

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

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

[startup+934.421 s]
/proc/loadavg: 2.05 2.33 2.97 3/402 9754
/proc/meminfo: memFree=19018072/32951124 swapFree=49244120/67111528
[pid=9687] ppid=9685 vsize=0 CPUtime=1800.38 cores=0,2,4,6
/proc/9687/stat : 9687 (java) Z 9685 9687 6095 0 -1 4203548 1356640 0 1 0 179859 179 0 0 17 0 2 0 830586765 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/9687/statm: 0 0 0 0 0 0 0
[pid=9687/tid=9707] ppid=9685 vsize=0 CPUtime=851.49 cores=0,2,4,6
/proc/9687/task/9707/stat : 9707 (java) R 9685 9687 6095 0 -1 4203588 88 0 0 0 85141 8 0 0 25 0 2 0 830587560 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.38
Current children cumulated vsize (KiB) 0

[startup+934.501 s]
/proc/loadavg: 2.05 2.33 2.97 3/402 9754
/proc/meminfo: memFree=19018072/32951124 swapFree=49244120/67111528
[pid=9687] ppid=9685 vsize=0 CPUtime=1800.46 cores=0,2,4,6
/proc/9687/stat : 9687 (java) Z 9685 9687 6095 0 -1 4203548 1356640 0 1 0 179859 187 0 0 17 0 2 0 830586765 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/9687/statm: 0 0 0 0 0 0 0
[pid=9687/tid=9707] ppid=9685 vsize=0 CPUtime=851.57 cores=0,2,4,6
/proc/9687/task/9707/stat : 9707 (java) R 9685 9687 6095 0 -1 4203588 88 0 0 0 85141 16 0 0 25 0 2 0 830587560 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.46
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 934.518
CPU time (s): 1800.49
CPU user time (s): 1798.59
CPU system time (s): 1.89471
CPU usage (%): 192.665
Max. virtual memory (cumulated for all children) (KiB): 10592524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.59
system time used= 1.89471
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1356640
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= 24475
involuntary context switches= 18601

runsolver used 3.9114 second user time and 8.03978 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-04 14:17:20
IDJOB=3454167
IDBENCH=2277
IDSOLVER=1950
FILE ID=node101/3454167-1307189838
RUNJOBID= node101-1307186801-8335
PBS_JOBID= 13508816
Free space on /tmp= 73968 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/lptestset/fome/normalized-mps-v2-20-10-fome11.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454167-1307189838/watcher-3454167-1307189838 -o /tmp/evaluation-result-3454167-1307189838/solver-3454167-1307189838 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454167-1307189838.opb

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

MD5SUM BENCH= d5dba1ae5450ecccd67bf40744af7c62
RANDOM SEED=1812150404

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
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.77
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.841
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.83
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.841
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.74
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.841
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.841
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.841
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22714796 kB
Buffers:        288868 kB
Cached:         673120 kB
SwapCached:      27120 kB
Active:        9392688 kB
Inactive:       564404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22714796 kB
SwapTotal:    67111528 kB
SwapFree:     49244120 kB
Dirty:           39352 kB
Writeback:           0 kB
AnonPages:     8990424 kB
Mapped:          26208 kB
Slab:           137868 kB
PageTables:      76508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 88948708 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= 73968 MiB
End job on node101 at 2011-06-04 14:32:56