Trace number 3454279

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.32 900.569

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=500-sizeP=251-sizeQ=500-280035866-max.opb
MD5SUM0d68396ddd3adb481a49ce1422ebcaec
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 variables126251
Total number of constraints376501
Number of constraints which are clauses376500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint125500
Number of terms in the objective function 251
Biggest coefficient in the objective function 1809251394333065553493296640760748560207343510400633813116524750123642650624
Number of bits for the biggest coefficient in the objective function 251
Sum of the numbers in the objective function 3618502788666131106986593281521497120414687020801267626233049500247285301247
Number of bits of the sum of numbers in the objective function 251
Biggest number in a constraint 2961193260766427870080908753323559866441509279473679754522422863056280045864824078237301652581494289303756200212728639995902214134435299666298460531313288000496778442422580538845568248046109094286466596972878396512780851085312
Number of bits of the biggest number in a constraint 750
Biggest sum of numbers in a constraint 11844773043065711480323635013294239465766037117894719018089691452225120183456110041724762364928147817377348326880268577133927465386787427201119947336445574431204393880301774478140662910839812661887447658656553291795701871486491
Number of bits of the biggest sum of numbers751
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3454279-1307192797.opb
0.09/0.12	c reading problem ... 
5.00/4.33	c ... done. Wall clock time 4.214s.
5.00/4.33	c #vars     126251
5.00/4.33	c #constraints  409132
5.00/4.33	c constraints type 
5.00/4.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 125500
5.00/4.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 251000
5.00/4.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
5.00/4.33	c constraints type 
5.00/4.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 251000
5.00/4.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 125500
5.00/4.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.11/900.42	c starts		: 7
1800.11/900.42	c conflicts		: 833
1800.11/900.42	c decisions		: 22584
1800.11/900.42	c propagations		: 1216616
1800.11/900.42	c inspects		: 4515594
1800.11/900.42	c shortcuts		: 0
1800.11/900.42	c learnt literals	: 0
1800.11/900.42	c learnt binary clauses	: 0
1800.11/900.42	c learnt ternary clauses	: 0
1800.11/900.42	c learnt constraints	: 833
1800.11/900.42	c ignored constraints	: 0
1800.11/900.42	c root simplifications	: 0
1800.11/900.42	c removed literals (reason simplification)	: 20928494
1800.11/900.42	c reason swapping (by a shorter reason)	: 0
1800.11/900.42	c Calls to reduceDB	: 0
1800.11/900.42	c number of reductions to clauses (during analyze)	: 0
1800.11/900.42	c number of learned constraints concerned by reduction	: 0
1800.11/900.42	c number of learning phase by resolution	: 0
1800.11/900.42	c number of learning phase by cutting planes	: 0
1800.11/900.42	c speed (assignments/second)	: 1357.6954967642723
1800.11/900.42	c non guided choices	215
1800.11/900.42	c learnt constraints type 
1800.11/900.42	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 833
1800.11/900.42	c constraints type 
1800.11/900.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 125500
1800.11/900.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 251000
1800.11/900.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.11/900.42	c constraints type 
1800.11/900.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 251000
1800.11/900.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 125500
1800.11/900.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.11/900.42	s UNKNOWN
1800.11/900.42	c Total wall clock time (in seconds): 900.306

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-3454279-1307192797/watcher-3454279-1307192797 -o /tmp/evaluation-result-3454279-1307192797/solver-3454279-1307192797 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454279-1307192797.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.42 3.46 3.38 3/519 1926
/proc/meminfo: memFree=25208440/32950928 swapFree=34421304/67111528
[pid=1926] ppid=1924 vsize=11796 CPUtime=0 cores=0,2,4,6
/proc/1926/stat : 1926 (runsolver) S 1924 1926 29288 0 -1 4202560 41 0 0 0 0 0 0 0 22 0 1 0 909510448 12079104 50 33554432000 4194304 5432328 140735284946320 18446744073709551615 4881591 0 2147483391 4096 24578 18446744071699960631 0 0 17 0 0 0 0
/proc/1926/statm: 2949 50 31 303 0 2643 0
[pid=1926/tid=1927] ppid=1924 vsize=36924 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1927/stat : 1927 (java) R 1924 1926 29288 0 -1 4202560 255 0 1 0 0 0 0 0 25 0 2 0 909510450 37810176 1072 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 46912504015840 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0196 s]
/proc/loadavg: 3.42 3.46 3.38 3/519 1926
/proc/meminfo: memFree=25208440/32950928 swapFree=34421304/67111528
[pid=1926] ppid=1924 vsize=10430980 CPUtime=0 cores=0,2,4,6
/proc/1926/stat : 1926 (java) S 1924 1926 29288 0 -1 4202496 1967 0 1 0 0 0 0 0 23 0 2 0 909510448 10681323520 1670 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379349477 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/1926/statm: 2607745 1686 906 9 0 2598901 0
[pid=1926/tid=1927] ppid=1924 vsize=10430980 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1927/stat : 1927 (java) R 1924 1926 29288 0 -1 4202560 881 0 1 0 0 0 0 0 25 0 2 0 909510450 10681323520 1697 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251367240763 0 4 0 16784584 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10430980

[startup+0.101347 s]
/proc/loadavg: 3.42 3.46 3.38 3/519 1926
/proc/meminfo: memFree=25208440/32950928 swapFree=34421304/67111528
[pid=1926] ppid=1924 vsize=10540240 CPUtime=0.09 cores=0,2,4,6
/proc/1926/stat : 1926 (java) S 1924 1926 29288 0 -1 4202496 12961 0 1 0 8 1 0 0 23 0 18 0 909510448 10793205760 12651 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1926/statm: 2635060 12652 2093 9 0 2625794 0
[pid=1926/tid=1927] ppid=1924 vsize=10540240 CPUtime=0.07 cores=0,2,4,6
/proc/1926/task/1927/stat : 1927 (java) R 1924 1926 29288 0 -1 4202560 11054 0 1 0 6 1 0 0 18 0 18 0 909510450 10793205760 12652 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 47315436828691 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10540240

[startup+0.301084 s]
/proc/loadavg: 3.42 3.46 3.38 3/519 1926
/proc/meminfo: memFree=25208440/32950928 swapFree=34421304/67111528
[pid=1926] ppid=1924 vsize=10543828 CPUtime=0.51 cores=0,2,4,6
/proc/1926/stat : 1926 (java) S 1924 1926 29288 0 -1 4202496 17747 0 1 0 49 2 0 0 23 0 18 0 909510448 10796879872 17193 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1926/statm: 2635957 17193 2202 9 0 2626691 0
[pid=1926/tid=1927] ppid=1924 vsize=10543828 CPUtime=0.28 cores=0,2,4,6
/proc/1926/task/1927/stat : 1927 (java) R 1924 1926 29288 0 -1 4202560 14393 0 1 0 27 1 0 0 18 0 18 0 909510450 10796879872 17194 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 46912505556209 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 10543828

[startup+0.700543 s]
/proc/loadavg: 3.42 3.46 3.38 3/519 1926
/proc/meminfo: memFree=25208440/32950928 swapFree=34421304/67111528
[pid=1926] ppid=1924 vsize=10548192 CPUtime=1.23 cores=0,2,4,6
/proc/1926/stat : 1926 (java) S 1924 1926 29288 0 -1 4202496 56632 0 1 0 116 7 0 0 23 0 18 0 909510448 10801348608 54733 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1926/statm: 2637048 54738 2214 9 0 2627782 0
[pid=1926/tid=1927] ppid=1924 vsize=10548192 CPUtime=0.67 cores=0,2,4,6
/proc/1926/task/1927/stat : 1927 (java) R 1924 1926 29288 0 -1 4202560 50063 0 1 0 62 5 0 0 18 0 18 0 909510450 10801348608 54741 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 46912505680384 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 10548192

[startup+1.50139 s]
/proc/loadavg: 3.39 3.45 3.38 4/537 1944
/proc/meminfo: memFree=24845852/32950928 swapFree=34421304/67111528
[pid=1926] ppid=1924 vsize=10548192 CPUtime=2.02 cores=0,2,4,6
/proc/1926/stat : 1926 (java) S 1924 1926 29288 0 -1 4202496 153641 0 1 0 184 18 0 0 23 0 18 0 909510448 10801348608 151743 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1926/statm: 2637048 151748 2214 9 0 2627782 0
[pid=1926/tid=1927] ppid=1924 vsize=10548192 CPUtime=1.47 cores=0,2,4,6
/proc/1926/task/1927/stat : 1927 (java) R 1924 1926 29288 0 -1 4202560 147072 0 1 0 130 17 0 0 19 0 18 0 909510450 10801348608 151750 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 46912505680422 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1926/tid=1929] ppid=1924 vsize=10548192 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1929/stat : 1929 (java) S 1924 1926 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909510452 10801348608 151753 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 6 0 0 0
[pid=1926/tid=1930] ppid=1924 vsize=10548192 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1930/stat : 1930 (java) S 1924 1926 29288 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 909510452 10801348608 151756 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 6 0 0 0
[pid=1926/tid=1931] ppid=1924 vsize=10548192 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1931/stat : 1931 (java) S 1924 1926 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909510452 10801348608 151759 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 6 0 0 0
[pid=1926/tid=1932] ppid=1924 vsize=10548192 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1932/stat : 1932 (java) S 1924 1926 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909510452 10801348608 151761 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 6 0 0 0
[pid=1926/tid=1933] ppid=1924 vsize=10548192 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1933/stat : 1933 (java) S 1924 1926 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909510452 10801348608 151762 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 6 0 0 0
[pid=1926/tid=1934] ppid=1924 vsize=10548192 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1934/stat : 1934 (java) S 1924 1926 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909510452 10801348608 151765 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 6 0 0 0
[pid=1926/tid=1935] ppid=1924 vsize=10548192 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1935/stat : 1935 (java) S 1924 1926 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909510452 10801348608 151768 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 6 0 0 0
[pid=1926/tid=1936] ppid=1924 vsize=10548192 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1936/stat : 1936 (java) S 1924 1926 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909510452 10801348608 151771 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 6 0 0 0
[pid=1926/tid=1937] ppid=1924 vsize=10548192 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1937/stat : 1937 (java) S 1924 1926 29288 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 909510453 10801348608 151774 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379363328 0 0 0 16800975 18446604447743654976 0 0 -1 6 0 0 0
[pid=1926/tid=1938] ppid=1924 vsize=10548192 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1938/stat : 1938 (java) S 1924 1926 29288 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 909510453 10801348608 151777 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 4 0 0 0
[pid=1926/tid=1939] ppid=1924 vsize=10548192 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1939/stat : 1939 (java) S 1924 1926 29288 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 909510453 10801348608 151780 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 4 0 0 0
[pid=1926/tid=1940] ppid=1924 vsize=10548192 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1940/stat : 1940 (java) S 1924 1926 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909510455 10801348608 151783 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379370417 0 4 0 16800975 18446604447743654976 0 0 -1 4 0 0 0
[pid=1926/tid=1941] ppid=1924 vsize=10548192 CPUtime=0.27 cores=0,2,4,6
/proc/1926/task/1941/stat : 1941 (java) S 1924 1926 29288 0 -1 4202560 2674 0 0 0 27 0 0 0 16 0 18 0 909510455 10801348608 151786 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 2 0 0 0
[pid=1926/tid=1942] ppid=1924 vsize=10548192 CPUtime=0.26 cores=0,2,4,6
/proc/1926/task/1942/stat : 1942 (java) S 1924 1926 29288 0 -1 4202560 2753 0 0 0 26 0 0 0 17 0 18 0 909510455 10801348608 151789 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 0 0 0 0
[pid=1926/tid=1943] ppid=1924 vsize=10548192 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1943/stat : 1943 (java) S 1924 1926 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909510455 10801348608 151792 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 4 0 0 0
[pid=1926/tid=1944] ppid=1924 vsize=10548192 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1944/stat : 1944 (java) S 1924 1926 29288 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 909510455 10801348608 151795 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379363328 0 4 0 16800975 18446604447743654976 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 10548192

[startup+3.10109 s]
/proc/loadavg: 3.39 3.45 3.38 4/537 1944
/proc/meminfo: memFree=24305212/32950928 swapFree=34421304/67111528
[pid=1926] ppid=1924 vsize=10548192 CPUtime=3.63 cores=0,2,4,6
/proc/1926/stat : 1926 (java) S 1924 1926 29288 0 -1 4202496 262418 0 1 0 333 30 0 0 23 0 18 0 909510448 10801348608 260519 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1926/statm: 2637048 260520 2216 9 0 2627782 0
[pid=1926/tid=1927] ppid=1924 vsize=10548192 CPUtime=3.07 cores=0,2,4,6
/proc/1926/task/1927/stat : 1927 (java) R 1924 1926 29288 0 -1 4202560 255841 0 1 0 279 28 0 0 23 0 18 0 909510450 10801348608 260521 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 46912505593229 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1926/tid=1929] ppid=1924 vsize=10548192 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1929/stat : 1929 (java) S 1924 1926 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909510452 10801348608 260521 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 6 0 0 0
[pid=1926/tid=1930] ppid=1924 vsize=10548192 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1930/stat : 1930 (java) S 1924 1926 29288 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 909510452 10801348608 260522 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 6 0 0 0
[pid=1926/tid=1931] ppid=1924 vsize=10548192 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1931/stat : 1931 (java) S 1924 1926 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909510452 10801348608 260522 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 6 0 0 0
[pid=1926/tid=1932] ppid=1924 vsize=10548192 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1932/stat : 1932 (java) S 1924 1926 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909510452 10801348608 260523 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 6 0 0 0
[pid=1926/tid=1933] ppid=1924 vsize=10548192 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1933/stat : 1933 (java) S 1924 1926 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909510452 10801348608 260524 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 6 0 0 0
[pid=1926/tid=1934] ppid=1924 vsize=10548192 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1934/stat : 1934 (java) S 1924 1926 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909510452 10801348608 260524 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 6 0 0 0
[pid=1926/tid=1935] ppid=1924 vsize=10548192 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1935/stat : 1935 (java) S 1924 1926 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909510452 10801348608 260525 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 6 0 0 0
[pid=1926/tid=1936] ppid=1924 vsize=10548192 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1936/stat : 1936 (java) S 1924 1926 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909510452 10801348608 260525 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 6 0 0 0
[pid=1926/tid=1937] ppid=1924 vsize=10548192 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1937/stat : 1937 (java) S 1924 1926 29288 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 909510453 10801348608 260526 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379363328 0 0 0 16800975 18446604447743654976 0 0 -1 6 0 0 0
[pid=1926/tid=1938] ppid=1924 vsize=10548192 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1938/stat : 1938 (java) S 1924 1926 29288 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 909510453 10801348608 260526 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 4 0 0 0
[pid=1926/tid=1939] ppid=1924 vsize=10548192 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1939/stat : 1939 (java) S 1924 1926 29288 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 909510453 10801348608 260526 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 4 0 0 0
[pid=1926/tid=1940] ppid=1924 vsize=10548192 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1940/stat : 1940 (java) S 1924 1926 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909510455 10801348608 260527 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379370417 0 4 0 16800975 18446604447743654976 0 0 -1 4 0 0 0
[pid=1926/tid=1941] ppid=1924 vsize=10548192 CPUtime=0.27 cores=0,2,4,6
/proc/1926/task/1941/stat : 1941 (java) S 1924 1926 29288 0 -1 4202560 2676 0 0 0 27 0 0 0 15 0 18 0 909510455 10801348608 260528 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 2 0 0 0
[pid=1926/tid=1942] ppid=1924 vsize=10548192 CPUtime=0.26 cores=0,2,4,6
/proc/1926/task/1942/stat : 1942 (java) S 1924 1926 29288 0 -1 4202560 2753 0 0 0 26 0 0 0 17 0 18 0 909510455 10801348608 260528 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 0 0 0 0
[pid=1926/tid=1943] ppid=1924 vsize=10548192 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1943/stat : 1943 (java) S 1924 1926 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909510455 10801348608 260529 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 4 0 0 0
[pid=1926/tid=1944] ppid=1924 vsize=10548192 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1944/stat : 1944 (java) S 1924 1926 29288 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 909510455 10801348608 260529 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379363328 0 4 0 16800975 18446604447743654976 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 10548192

[startup+6.3015 s]
/proc/loadavg: 3.44 3.46 3.38 5/541 1948
/proc/meminfo: memFree=23940380/32950928 swapFree=34421304/67111528
[pid=1926] ppid=1924 vsize=10552304 CPUtime=9.12 cores=0,2,4,6
/proc/1926/stat : 1926 (java) S 1924 1926 29288 0 -1 4202496 315070 0 1 0 876 36 0 0 23 0 22 0 909510448 10805559296 312933 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1926/statm: 2638076 312933 2233 9 0 2628810 0
[pid=1926/tid=1927] ppid=1924 vsize=10552304 CPUtime=4.31 cores=0,2,4,6
/proc/1926/task/1927/stat : 1927 (java) S 1924 1926 29288 0 -1 4202560 300120 0 1 0 397 34 0 0 15 0 22 0 909510450 10805559296 312933 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379363328 0 4 0 16800975 18446604447743654976 0 0 -1 6 0 0 0
[pid=1926/tid=1929] ppid=1924 vsize=10552304 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1929/stat : 1929 (java) S 1924 1926 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909510452 10805559296 312933 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 6 0 0 0
[pid=1926/tid=1930] ppid=1924 vsize=10552304 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1930/stat : 1930 (java) S 1924 1926 29288 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 909510452 10805559296 312933 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 6 0 0 0
[pid=1926/tid=1931] ppid=1924 vsize=10552304 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1931/stat : 1931 (java) S 1924 1926 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909510452 10805559296 312933 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 6 0 0 0
[pid=1926/tid=1932] ppid=1924 vsize=10552304 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1932/stat : 1932 (java) S 1924 1926 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909510452 10805559296 312933 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 6 0 0 0
[pid=1926/tid=1933] ppid=1924 vsize=10552304 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1933/stat : 1933 (java) S 1924 1926 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909510452 10805559296 312933 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 6 0 0 0
[pid=1926/tid=1934] ppid=1924 vsize=10552304 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1934/stat : 1934 (java) S 1924 1926 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909510452 10805559296 312933 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 6 0 0 0
[pid=1926/tid=1935] ppid=1924 vsize=10552304 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1935/stat : 1935 (java) S 1924 1926 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909510452 10805559296 312933 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 6 0 0 0
[pid=1926/tid=1936] ppid=1924 vsize=10552304 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1936/stat : 1936 (java) S 1924 1926 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909510452 10805559296 312933 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 6 0 0 0
[pid=1926/tid=1937] ppid=1924 vsize=10552304 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1937/stat : 1937 (java) S 1924 1926 29288 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 909510453 10805559296 312933 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379363328 0 0 0 16800975 18446604447743654976 0 0 -1 4 0 0 0
[pid=1926/tid=1938] ppid=1924 vsize=10552304 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1938/stat : 1938 (java) S 1924 1926 29288 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 909510453 10805559296 312933 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 4 0 0 0
[pid=1926/tid=1939] ppid=1924 vsize=10552304 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1939/stat : 1939 (java) S 1924 1926 29288 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909510453 10805559296 312933 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 4 0 0 0
[pid=1926/tid=1940] ppid=1924 vsize=10552304 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1940/stat : 1940 (java) S 1924 1926 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909510455 10805559296 312933 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379370417 0 4 0 16800975 18446604447743654976 0 0 -1 4 0 0 0
[pid=1926/tid=1941] ppid=1924 vsize=10552304 CPUtime=0.43 cores=0,2,4,6
/proc/1926/task/1941/stat : 1941 (java) S 1924 1926 29288 0 -1 4202560 2724 0 0 0 43 0 0 0 15 0 22 0 909510455 10805559296 312933 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 2 0 0 0
[pid=1926/tid=1942] ppid=1924 vsize=10552304 CPUtime=0.44 cores=0,2,4,6
/proc/1926/task/1942/stat : 1942 (java) S 1924 1926 29288 0 -1 4202560 2802 0 0 0 44 0 0 0 15 0 22 0 909510455 10805559296 312933 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 0 0 0 0
[pid=1926/tid=1943] ppid=1924 vsize=10552304 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1943/stat : 1943 (java) S 1924 1926 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909510455 10805559296 312933 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 4 0 0 0
[pid=1926/tid=1944] ppid=1924 vsize=10552304 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1944/stat : 1944 (java) S 1924 1926 29288 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 909510455 10805559296 312933 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379363328 0 4 0 16800975 18446604447743654976 0 0 -1 2 0 0 0

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

[startup+822.301 s]
/proc/loadavg: 4.00 3.99 3.75 5/541 1970
/proc/meminfo: memFree=19056612/32950928 swapFree=34421304/67111528
[pid=1926] ppid=1924 vsize=10550784 CPUtime=1643.85 cores=0,2,4,6
/proc/1926/stat : 1926 (java) S 1924 1926 29288 0 -1 4202496 931029 0 1 0 164256 129 0 0 23 0 22 0 909510448 10804002816 927196 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1926/statm: 2637696 927196 2253 9 0 2628430 0
[pid=1926/tid=1927] ppid=1924 vsize=10550784 CPUtime=4.31 cores=0,2,4,6
/proc/1926/task/1927/stat : 1927 (java) S 1924 1926 29288 0 -1 4202560 300130 0 1 0 397 34 0 0 15 0 22 0 909510450 10804002816 927196 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379363328 0 4 0 16800975 18446604447743654976 0 0 -1 4 0 0 0
[pid=1926/tid=1929] ppid=1924 vsize=10550784 CPUtime=0.56 cores=0,2,4,6
/proc/1926/task/1929/stat : 1929 (java) S 1924 1926 29288 0 -1 4202560 17641 0 0 0 54 2 0 0 15 0 22 0 909510452 10804002816 927196 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 0 0 0 0
[pid=1926/tid=1930] ppid=1924 vsize=10550784 CPUtime=0.56 cores=0,2,4,6
/proc/1926/task/1930/stat : 1930 (java) S 1924 1926 29288 0 -1 4202560 13843 0 0 0 54 2 0 0 16 0 22 0 909510452 10804002816 927196 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 4 0 0 0
[pid=1926/tid=1931] ppid=1924 vsize=10550784 CPUtime=0.45 cores=0,2,4,6
/proc/1926/task/1931/stat : 1931 (java) S 1924 1926 29288 0 -1 4202560 19485 0 0 0 42 3 0 0 16 0 22 0 909510452 10804002816 927196 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 0 0 0 0
[pid=1926/tid=1932] ppid=1924 vsize=10550784 CPUtime=0.35 cores=0,2,4,6
/proc/1926/task/1932/stat : 1932 (java) S 1924 1926 29288 0 -1 4202560 2597 0 0 0 35 0 0 0 16 0 22 0 909510452 10804002816 927196 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 6 0 0 0
[pid=1926/tid=1933] ppid=1924 vsize=10550784 CPUtime=0.59 cores=0,2,4,6
/proc/1926/task/1933/stat : 1933 (java) S 1924 1926 29288 0 -1 4202560 21637 0 0 0 56 3 0 0 15 0 22 0 909510452 10804002816 927196 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 4 0 0 0
[pid=1926/tid=1934] ppid=1924 vsize=10550784 CPUtime=0.79 cores=0,2,4,6
/proc/1926/task/1934/stat : 1934 (java) S 1924 1926 29288 0 -1 4202560 50781 0 0 0 73 6 0 0 15 0 22 0 909510452 10804002816 927196 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 6 0 0 0
[pid=1926/tid=1935] ppid=1924 vsize=10550784 CPUtime=0.77 cores=0,2,4,6
/proc/1926/task/1935/stat : 1935 (java) S 1924 1926 29288 0 -1 4202560 46002 0 0 0 71 6 0 0 15 0 22 0 909510452 10804002816 927196 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 4 0 0 0
[pid=1926/tid=1936] ppid=1924 vsize=10550784 CPUtime=0.58 cores=0,2,4,6
/proc/1926/task/1936/stat : 1936 (java) S 1924 1926 29288 0 -1 4202560 28752 0 0 0 55 3 0 0 16 0 22 0 909510452 10804002816 927196 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 2 0 0 0
[pid=1926/tid=1937] ppid=1924 vsize=10550784 CPUtime=0.13 cores=0,2,4,6
/proc/1926/task/1937/stat : 1937 (java) S 1924 1926 29288 0 -1 4202560 51 0 0 0 6 7 0 0 15 0 22 0 909510453 10804002816 927196 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379363328 0 0 0 16800975 18446604447743654976 0 0 -1 2 0 0 0
[pid=1926/tid=1938] ppid=1924 vsize=10550784 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1938/stat : 1938 (java) S 1924 1926 29288 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909510453 10804002816 927196 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 4 0 0 0
[pid=1926/tid=1939] ppid=1924 vsize=10550784 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1939/stat : 1939 (java) S 1924 1926 29288 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 909510453 10804002816 927196 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 4 0 0 0
[pid=1926/tid=1940] ppid=1924 vsize=10550784 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1940/stat : 1940 (java) S 1924 1926 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909510455 10804002816 927196 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379370417 0 4 0 16800975 18446604447743654976 0 0 -1 4 0 0 0
[pid=1926/tid=1941] ppid=1924 vsize=10550784 CPUtime=0.77 cores=0,2,4,6
/proc/1926/task/1941/stat : 1941 (java) S 1924 1926 29288 0 -1 4202560 2763 0 0 0 77 0 0 0 16 0 22 0 909510455 10804002816 927196 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 2 0 0 0
[pid=1926/tid=1942] ppid=1924 vsize=10550784 CPUtime=0.97 cores=0,2,4,6
/proc/1926/task/1942/stat : 1942 (java) S 1924 1926 29288 0 -1 4202560 3293 0 0 0 97 0 0 0 15 0 22 0 909510455 10804002816 927196 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 0 0 0 0
[pid=1926/tid=1943] ppid=1924 vsize=10550784 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1943/stat : 1943 (java) S 1924 1926 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909510455 10804002816 927196 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 4 0 0 0
[pid=1926/tid=1944] ppid=1924 vsize=10550784 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1944/stat : 1944 (java) S 1924 1926 29288 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 909510455 10804002816 927196 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379363328 0 4 0 16800975 18446604447743654976 0 0 -1 0 0 0 0
[pid=1926/tid=1945] ppid=1924 vsize=10550784 CPUtime=816.42 cores=0,2,4,6
/proc/1926/task/1945/stat : 1945 (java) R 1924 1926 29288 0 -1 4202560 30676 0 0 0 81636 6 0 0 25 0 22 0 909510882 10804002816 927196 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 46912506071375 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1926/tid=1946] ppid=1924 vsize=10550784 CPUtime=816.45 cores=0,2,4,6
/proc/1926/task/1946/stat : 1946 (java) R 1924 1926 29288 0 -1 4202560 392172 0 0 0 81595 50 0 0 25 0 22 0 909510882 10804002816 927196 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 46912505776207 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1926/tid=1947] ppid=1924 vsize=10550784 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1947/stat : 1947 (java) S 1924 1926 29288 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 909510889 10804002816 927196 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379363328 0 4 0 16800975 18446604447743654976 0 0 -1 6 0 0 0
[pid=1926/tid=1948] ppid=1924 vsize=10550784 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1948/stat : 1948 (java) S 1924 1926 29288 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909510890 10804002816 927196 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379363328 0 4 0 16800975 18446604447743654976 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1643.85
Current children cumulated vsize (KiB) 10550784

[startup+882.301 s]
/proc/loadavg: 4.10 4.02 3.78 5/541 1972
/proc/meminfo: memFree=19023860/32950928 swapFree=34421304/67111528
[pid=1926] ppid=1924 vsize=10550784 CPUtime=1763.88 cores=0,2,4,6
/proc/1926/stat : 1926 (java) S 1924 1926 29288 0 -1 4202496 933082 0 1 0 176257 131 0 0 23 0 22 0 909510448 10804002816 929218 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1926/statm: 2637696 929218 2253 9 0 2628430 0
[pid=1926/tid=1927] ppid=1924 vsize=10550784 CPUtime=4.31 cores=0,2,4,6
/proc/1926/task/1927/stat : 1927 (java) S 1924 1926 29288 0 -1 4202560 300130 0 1 0 397 34 0 0 15 0 22 0 909510450 10804002816 929218 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379363328 0 4 0 16800975 18446604447743654976 0 0 -1 4 0 0 0
[pid=1926/tid=1929] ppid=1924 vsize=10550784 CPUtime=0.58 cores=0,2,4,6
/proc/1926/task/1929/stat : 1929 (java) S 1924 1926 29288 0 -1 4202560 18061 0 0 0 56 2 0 0 15 0 22 0 909510452 10804002816 929218 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 2 0 0 0
[pid=1926/tid=1930] ppid=1924 vsize=10550784 CPUtime=0.57 cores=0,2,4,6
/proc/1926/task/1930/stat : 1930 (java) S 1924 1926 29288 0 -1 4202560 14023 0 0 0 55 2 0 0 15 0 22 0 909510452 10804002816 929218 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 6 0 0 0
[pid=1926/tid=1931] ppid=1924 vsize=10550784 CPUtime=0.47 cores=0,2,4,6
/proc/1926/task/1931/stat : 1931 (java) S 1924 1926 29288 0 -1 4202560 19899 0 0 0 44 3 0 0 16 0 22 0 909510452 10804002816 929218 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 0 0 0 0
[pid=1926/tid=1932] ppid=1924 vsize=10550784 CPUtime=0.36 cores=0,2,4,6
/proc/1926/task/1932/stat : 1932 (java) S 1924 1926 29288 0 -1 4202560 2720 0 0 0 36 0 0 0 15 0 22 0 909510452 10804002816 929218 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 4 0 0 0
[pid=1926/tid=1933] ppid=1924 vsize=10550784 CPUtime=0.61 cores=0,2,4,6
/proc/1926/task/1933/stat : 1933 (java) S 1924 1926 29288 0 -1 4202560 21919 0 0 0 58 3 0 0 15 0 22 0 909510452 10804002816 929218 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 4 0 0 0
[pid=1926/tid=1934] ppid=1924 vsize=10550784 CPUtime=0.81 cores=0,2,4,6
/proc/1926/task/1934/stat : 1934 (java) S 1924 1926 29288 0 -1 4202560 51003 0 0 0 75 6 0 0 15 0 22 0 909510452 10804002816 929218 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 4 0 0 0
[pid=1926/tid=1935] ppid=1924 vsize=10550784 CPUtime=0.78 cores=0,2,4,6
/proc/1926/task/1935/stat : 1935 (java) S 1924 1926 29288 0 -1 4202560 46147 0 0 0 72 6 0 0 16 0 22 0 909510452 10804002816 929218 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 6 0 0 0
[pid=1926/tid=1936] ppid=1924 vsize=10550784 CPUtime=0.62 cores=0,2,4,6
/proc/1926/task/1936/stat : 1936 (java) S 1924 1926 29288 0 -1 4202560 28993 0 0 0 58 4 0 0 15 0 22 0 909510452 10804002816 929218 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 4 0 0 0
[pid=1926/tid=1937] ppid=1924 vsize=10550784 CPUtime=0.13 cores=0,2,4,6
/proc/1926/task/1937/stat : 1937 (java) S 1924 1926 29288 0 -1 4202560 55 0 0 0 6 7 0 0 15 0 22 0 909510453 10804002816 929218 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379363328 0 0 0 16800975 18446604447743654976 0 0 -1 2 0 0 0
[pid=1926/tid=1938] ppid=1924 vsize=10550784 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1938/stat : 1938 (java) S 1924 1926 29288 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909510453 10804002816 929218 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 4 0 0 0
[pid=1926/tid=1939] ppid=1924 vsize=10550784 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1939/stat : 1939 (java) S 1924 1926 29288 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 909510453 10804002816 929218 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 4 0 0 0
[pid=1926/tid=1940] ppid=1924 vsize=10550784 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1940/stat : 1940 (java) S 1924 1926 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909510455 10804002816 929218 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379370417 0 4 0 16800975 18446604447743654976 0 0 -1 4 0 0 0
[pid=1926/tid=1941] ppid=1924 vsize=10550784 CPUtime=0.77 cores=0,2,4,6
/proc/1926/task/1941/stat : 1941 (java) S 1924 1926 29288 0 -1 4202560 2763 0 0 0 77 0 0 0 16 0 22 0 909510455 10804002816 929218 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 2 0 0 0
[pid=1926/tid=1942] ppid=1924 vsize=10550784 CPUtime=0.97 cores=0,2,4,6
/proc/1926/task/1942/stat : 1942 (java) S 1924 1926 29288 0 -1 4202560 3293 0 0 0 97 0 0 0 15 0 22 0 909510455 10804002816 929218 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 0 0 0 0
[pid=1926/tid=1943] ppid=1924 vsize=10550784 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1943/stat : 1943 (java) S 1924 1926 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909510455 10804002816 929218 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 4 0 0 0
[pid=1926/tid=1944] ppid=1924 vsize=10550784 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1944/stat : 1944 (java) S 1924 1926 29288 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 909510455 10804002816 929218 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379363328 0 4 0 16800975 18446604447743654976 0 0 -1 0 0 0 0
[pid=1926/tid=1945] ppid=1924 vsize=10550784 CPUtime=876.35 cores=0,2,4,6
/proc/1926/task/1945/stat : 1945 (java) R 1924 1926 29288 0 -1 4202560 30684 0 0 0 87629 6 0 0 25 0 22 0 909510882 10804002816 929218 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 46912505824646 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1926/tid=1946] ppid=1924 vsize=10550784 CPUtime=876.41 cores=0,2,4,6
/proc/1926/task/1946/stat : 1946 (java) R 1924 1926 29288 0 -1 4202560 392182 0 0 0 87591 50 0 0 25 0 22 0 909510882 10804002816 929218 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 46912506174879 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1926/tid=1947] ppid=1924 vsize=10550784 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1947/stat : 1947 (java) S 1924 1926 29288 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 909510889 10804002816 929218 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379363328 0 4 0 16800975 18446604447743654976 0 0 -1 6 0 0 0
[pid=1926/tid=1948] ppid=1924 vsize=10550784 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1948/stat : 1948 (java) S 1924 1926 29288 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909510890 10804002816 929218 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379363328 0 4 0 16800975 18446604447743654976 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1763.88
Current children cumulated vsize (KiB) 10550784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.401 s]
/proc/loadavg: 3.62 3.92 3.75 3/514 1992
/proc/meminfo: memFree=22695348/32950928 swapFree=34421304/67111528
[pid=1926] ppid=1924 vsize=10550784 CPUtime=1800.11 cores=0,2,4,6
/proc/1926/stat : 1926 (java) S 1924 1926 29288 0 -1 4202496 933377 0 1 0 179880 131 0 0 23 0 22 0 909510448 10804002816 929506 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1926/statm: 2637696 929506 2255 9 0 2628430 0
[pid=1926/tid=1927] ppid=1924 vsize=10550784 CPUtime=4.31 cores=0,2,4,6
/proc/1926/task/1927/stat : 1927 (java) S 1924 1926 29288 0 -1 4202560 300130 0 1 0 397 34 0 0 15 0 22 0 909510450 10804002816 929506 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379363328 0 4 0 16800975 18446604447743654976 0 0 -1 4 0 0 0
[pid=1926/tid=1929] ppid=1924 vsize=10550784 CPUtime=0.58 cores=0,2,4,6
/proc/1926/task/1929/stat : 1929 (java) S 1924 1926 29288 0 -1 4202560 18104 0 0 0 56 2 0 0 15 0 22 0 909510452 10804002816 929506 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 6 0 0 0
[pid=1926/tid=1930] ppid=1924 vsize=10550784 CPUtime=0.57 cores=0,2,4,6
/proc/1926/task/1930/stat : 1930 (java) S 1924 1926 29288 0 -1 4202560 14038 0 0 0 55 2 0 0 15 0 22 0 909510452 10804002816 929506 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 6 0 0 0
[pid=1926/tid=1931] ppid=1924 vsize=10550784 CPUtime=0.47 cores=0,2,4,6
/proc/1926/task/1931/stat : 1931 (java) S 1924 1926 29288 0 -1 4202560 19899 0 0 0 44 3 0 0 15 0 22 0 909510452 10804002816 929506 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 0 0 0 0
[pid=1926/tid=1932] ppid=1924 vsize=10550784 CPUtime=0.37 cores=0,2,4,6
/proc/1926/task/1932/stat : 1932 (java) S 1924 1926 29288 0 -1 4202560 2815 0 0 0 37 0 0 0 15 0 22 0 909510452 10804002816 929506 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 0 0 0 0
[pid=1926/tid=1933] ppid=1924 vsize=10550784 CPUtime=0.62 cores=0,2,4,6
/proc/1926/task/1933/stat : 1933 (java) S 1924 1926 29288 0 -1 4202560 21920 0 0 0 59 3 0 0 15 0 22 0 909510452 10804002816 929506 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 4 0 0 0
[pid=1926/tid=1934] ppid=1924 vsize=10550784 CPUtime=0.81 cores=0,2,4,6
/proc/1926/task/1934/stat : 1934 (java) S 1924 1926 29288 0 -1 4202560 51036 0 0 0 75 6 0 0 15 0 22 0 909510452 10804002816 929506 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 6 0 0 0
[pid=1926/tid=1935] ppid=1924 vsize=10550784 CPUtime=0.78 cores=0,2,4,6
/proc/1926/task/1935/stat : 1935 (java) S 1924 1926 29288 0 -1 4202560 46205 0 0 0 72 6 0 0 15 0 22 0 909510452 10804002816 929506 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 2 0 0 0
[pid=1926/tid=1936] ppid=1924 vsize=10550784 CPUtime=0.62 cores=0,2,4,6
/proc/1926/task/1936/stat : 1936 (java) S 1924 1926 29288 0 -1 4202560 29035 0 0 0 58 4 0 0 16 0 22 0 909510452 10804002816 929506 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 4 0 0 0
[pid=1926/tid=1937] ppid=1924 vsize=10550784 CPUtime=0.14 cores=0,2,4,6
/proc/1926/task/1937/stat : 1937 (java) S 1924 1926 29288 0 -1 4202560 55 0 0 0 7 7 0 0 15 0 22 0 909510453 10804002816 929506 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379363328 0 0 0 16800975 18446604447743654976 0 0 -1 2 0 0 0
[pid=1926/tid=1938] ppid=1924 vsize=10550784 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1938/stat : 1938 (java) S 1924 1926 29288 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909510453 10804002816 929506 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 4 0 0 0
[pid=1926/tid=1939] ppid=1924 vsize=10550784 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1939/stat : 1939 (java) S 1924 1926 29288 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 909510453 10804002816 929506 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 4 0 0 0
[pid=1926/tid=1940] ppid=1924 vsize=10550784 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1940/stat : 1940 (java) S 1924 1926 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909510455 10804002816 929506 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379370417 0 4 0 16800975 18446604447743654976 0 0 -1 4 0 0 0
[pid=1926/tid=1941] ppid=1924 vsize=10550784 CPUtime=0.8 cores=0,2,4,6
/proc/1926/task/1941/stat : 1941 (java) S 1924 1926 29288 0 -1 4202560 2765 0 0 0 80 0 0 0 15 0 22 0 909510455 10804002816 929506 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 2 0 0 0
[pid=1926/tid=1942] ppid=1924 vsize=10550784 CPUtime=0.98 cores=0,2,4,6
/proc/1926/task/1942/stat : 1942 (java) S 1924 1926 29288 0 -1 4202560 3294 0 0 0 98 0 0 0 15 0 22 0 909510455 10804002816 929506 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 0 0 0 0
[pid=1926/tid=1943] ppid=1924 vsize=10550784 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1943/stat : 1943 (java) S 1924 1926 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909510455 10804002816 929506 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379362713 0 4 0 16800975 18446604447743654976 0 0 -1 4 0 0 0
[pid=1926/tid=1944] ppid=1924 vsize=10550784 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1944/stat : 1944 (java) S 1924 1926 29288 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 909510455 10804002816 929506 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379363328 0 4 0 16800975 18446604447743654976 0 0 -1 0 0 0 0
[pid=1926/tid=1945] ppid=1924 vsize=10550784 CPUtime=894.45 cores=0,2,4,6
/proc/1926/task/1945/stat : 1945 (java) R 1924 1926 29288 0 -1 4202560 30686 0 0 0 89439 6 0 0 25 0 22 0 909510882 10804002816 929506 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 46912505940794 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1926/tid=1946] ppid=1924 vsize=10550784 CPUtime=894.51 cores=0,2,4,6
/proc/1926/task/1946/stat : 1946 (java) R 1924 1926 29288 0 -1 4202560 392185 0 0 0 89401 50 0 0 25 0 22 0 909510882 10804002816 929506 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 46912505775616 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1926/tid=1947] ppid=1924 vsize=10550784 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1947/stat : 1947 (java) S 1924 1926 29288 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 909510889 10804002816 929506 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379363328 0 4 0 16800975 18446604447743654976 0 0 -1 6 0 0 0
[pid=1926/tid=1948] ppid=1924 vsize=10550784 CPUtime=0 cores=0,2,4,6
/proc/1926/task/1948/stat : 1948 (java) S 1924 1926 29288 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909510890 10804002816 929506 33554432000 1073741824 1073778376 140737182136880 18446744073709551615 251379363328 0 4 0 16800975 18446604447743654976 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 10550784

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

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

[startup+900.526 s]
/proc/loadavg: 3.62 3.92 3.75 3/514 1992
/proc/meminfo: memFree=22695348/32950928 swapFree=34421304/67111528
[pid=1926] ppid=1924 vsize=0 CPUtime=1800.27 cores=0,2,4,6
/proc/1926/stat : 1926 (java) Z 1924 1926 29288 0 -1 4203548 933404 0 1 0 179886 141 0 0 17 0 2 0 909510448 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1926/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 900.569
CPU time (s): 1800.32
CPU user time (s): 1798.86
CPU system time (s): 1.45678
CPU usage (%): 199.909
Max. virtual memory (cumulated for all children) (KiB): 10552304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.86
system time used= 1.45678
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 933404
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= 26205
involuntary context switches= 19996

runsolver used 4.94725 second user time and 10.5384 second system time

The end

Launcher Data

Begin job on node113 at 2011-06-04 15:06:38
IDJOB=3454279
IDBENCH=2965
IDSOLVER=1950
FILE ID=node113/3454279-1307192797
RUNJOBID= node113-1307191756-1409
PBS_JOBID= 13508847
Free space on /tmp= 73752 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=500-sizeP=251-sizeQ=500-280035866-max.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454279-1307192797/watcher-3454279-1307192797 -o /tmp/evaluation-result-3454279-1307192797/solver-3454279-1307192797 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454279-1307192797.opb

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

MD5SUM BENCH= 0d68396ddd3adb481a49ce1422ebcaec
RANDOM SEED=27632939

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.846
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.75
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.846
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.83
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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      25208472 kB
Buffers:        287200 kB
Cached:         919292 kB
SwapCached:      13476 kB
Active:        6630264 kB
Inactive:       786916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25208472 kB
SwapTotal:    67111528 kB
SwapFree:     34421304 kB
Dirty:           46632 kB
Writeback:           0 kB
AnonPages:     6209148 kB
Mapped:          29200 kB
Slab:           138196 kB
PageTables:     118948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 165132328 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= 73772 MiB
End job on node113 at 2011-06-04 15:21:40