Trace number 3454467

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.3 899.609

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=100-sizeP=51-sizeQ=100-416317114-max.opb
MD5SUM44d5a0b71f17bc4fff0f0dd8401b346c
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -1
Optimality of the best value was proved NO
Number of variables5251
Total number of constraints15301
Number of constraints which are clauses15300
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 constraint5100
Number of terms in the objective function 51
Biggest coefficient in the objective function 1125899906842624
Number of bits for the biggest coefficient in the objective function 51
Sum of the numbers in the objective function 2251799813685247
Number of bits of the sum of numbers in the objective function 51
Biggest number in a constraint 713623846352979940529142984724747568191373312
Number of bits of the biggest number in a constraint 150
Biggest sum of numbers in a constraint 2854495385411919209113085420553158722664919739
Number of bits of the biggest sum of numbers151
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.09	c version 2.3.1.v20110525
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.18-164.el5
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		9996466904
0.06/0.09	c Max memory 		10048897024
0.06/0.09	c Total memory 		10048897024
0.06/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3454467-1307193274.opb
0.10/0.11	c reading problem ... 
0.99/0.51	c ... done. Wall clock time 0.396s.
0.99/0.51	c #vars     5251
0.99/0.51	c #constraints  16577
0.99/0.51	c constraints type 
0.99/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5100
0.99/0.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 10200
0.99/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
0.99/0.51	c constraints type 
0.99/0.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 10200
0.99/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5100
0.99/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
75.57/37.18	c cleaning 2497 clauses out of 5001 with flag 5001/5001
154.87/76.73	c cleaning 4247 clauses out of 8504 with flag 11001/11001
211.67/105.17	c cleaning 5622 clauses out of 11256 with flag 18000/18000
284.70/141.66	c cleaning 6813 clauses out of 13634 with flag 26000/26000
390.10/194.39	c cleaning 7914 clauses out of 15830 with flag 35009/35009
534.52/266.52	c cleaning 8945 clauses out of 17907 with flag 45000/45000
695.15/346.84	c cleaning 9971 clauses out of 19962 with flag 56000/56000
863.01/430.73	c cleaning 10991 clauses out of 21991 with flag 68000/68000
1142.97/570.70	c cleaning 11994 clauses out of 24000 with flag 81000/81000
1314.54/656.52	c cleaning 12997 clauses out of 26007 with flag 95001/95001
1529.26/763.93	c cleaning 13998 clauses out of 28010 with flag 110001/110001
1735.08/866.89	c cleaning 15001 clauses out of 30011 with flag 126000/126000
1800.02/899.42	c starts		: 103
1800.02/899.42	c conflicts		: 131168
1800.02/899.42	c decisions		: 294480
1800.02/899.42	c propagations		: 16739242
1800.02/899.42	c inspects		: 258245104
1800.02/899.42	c shortcuts		: 0
1800.02/899.42	c learnt literals	: 0
1800.02/899.42	c learnt binary clauses	: 79
1800.02/899.42	c learnt ternary clauses	: 199
1800.02/899.42	c learnt constraints	: 131168
1800.02/899.42	c ignored constraints	: 0
1800.02/899.42	c root simplifications	: 0
1800.02/899.42	c removed literals (reason simplification)	: 136311544
1800.02/899.42	c reason swapping (by a shorter reason)	: 0
1800.02/899.42	c Calls to reduceDB	: 12
1800.02/899.42	c number of reductions to clauses (during analyze)	: 0
1800.02/899.42	c number of learned constraints concerned by reduction	: 0
1800.02/899.42	c number of learning phase by resolution	: 0
1800.02/899.42	c number of learning phase by cutting planes	: 0
1800.02/899.42	c speed (assignments/second)	: 18621.609384647047
1800.02/899.42	c non guided choices	45
1800.02/899.43	c learnt constraints type 
1800.02/899.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 79
1800.02/899.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 20100
1800.02/899.43	c constraints type 
1800.02/899.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5100
1800.02/899.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 10200
1800.02/899.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.02/899.43	c constraints type 
1800.02/899.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 10200
1800.02/899.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5100
1800.02/899.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.02/899.43	s UNKNOWN
1800.02/899.43	c Total wall clock time (in seconds): 899.322

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-3454467-1307193274/watcher-3454467-1307193274 -o /tmp/evaluation-result-3454467-1307193274/solver-3454467-1307193274 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454467-1307193274.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.46 3.18 3.23 3/485 18082
/proc/meminfo: memFree=28404864/32950928 swapFree=45617076/67111528
[pid=18082] ppid=18080 vsize=10430980 CPUtime=0 cores=0,2,4,6
/proc/18082/stat : 18082 (java) S 18080 18082 13462 0 -1 4202496 1688 0 1 0 0 0 0 0 25 0 2 0 830927189 10681323520 1390 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101500901 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/18082/statm: 2607745 1402 906 9 0 2598901 0
[pid=18082/tid=18084] ppid=18080 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18084/stat : 18084 (java) R 18080 18082 13462 0 -1 4202560 4917 0 1 0 0 0 0 0 25 0 2 0 830927190 10694979584 5734 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248089392187 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0722971 s]
/proc/loadavg: 3.46 3.18 3.23 3/485 18082
/proc/meminfo: memFree=28404864/32950928 swapFree=45617076/67111528
[pid=18082] ppid=18080 vsize=10473088 CPUtime=0.06 cores=0,2,4,6
/proc/18082/stat : 18082 (java) S 18080 18082 13462 0 -1 4202496 11870 0 1 0 5 1 0 0 25 0 18 0 830927189 10724442112 11567 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18082/statm: 2618272 11568 1754 9 0 2609006 0
[pid=18082/tid=18084] ppid=18080 vsize=10473088 CPUtime=0.06 cores=0,2,4,6
/proc/18082/task/18084/stat : 18084 (java) R 18080 18082 13462 0 -1 4202560 10695 0 1 0 5 1 0 0 25 0 18 0 830927190 10724442112 11568 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 47955855500824 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10473088

[startup+0.100291 s]
/proc/loadavg: 3.46 3.18 3.23 3/485 18082
/proc/meminfo: memFree=28404864/32950928 swapFree=45617076/67111528
[pid=18082] ppid=18080 vsize=10539668 CPUtime=0.1 cores=0,2,4,6
/proc/18082/stat : 18082 (java) S 18080 18082 13462 0 -1 4202496 13022 0 1 0 9 1 0 0 25 0 18 0 830927189 10792620032 12719 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18082/statm: 2634917 12722 2093 9 0 2625651 0
[pid=18082/tid=18084] ppid=18080 vsize=10539668 CPUtime=0.08 cores=0,2,4,6
/proc/18082/task/18084/stat : 18084 (java) R 18080 18082 13462 0 -1 4202560 11102 0 1 0 7 1 0 0 25 0 18 0 830927190 10792620032 12722 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248089358657 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539668

[startup+0.300262 s]
/proc/loadavg: 3.46 3.18 3.23 3/485 18082
/proc/meminfo: memFree=28404864/32950928 swapFree=45617076/67111528
[pid=18082] ppid=18080 vsize=10541260 CPUtime=0.48 cores=0,2,4,6
/proc/18082/stat : 18082 (java) S 18080 18082 13462 0 -1 4202496 15936 0 1 0 46 2 0 0 25 0 18 0 830927189 10794250240 15330 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18082/statm: 2635315 15330 2201 9 0 2626049 0
[pid=18082/tid=18084] ppid=18080 vsize=10541260 CPUtime=0.28 cores=0,2,4,6
/proc/18082/task/18084/stat : 18084 (java) R 18080 18082 13462 0 -1 4202560 12950 0 1 0 27 1 0 0 25 0 18 0 830927190 10794250240 15331 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10541260

[startup+0.700138 s]
/proc/loadavg: 3.46 3.18 3.23 3/485 18082
/proc/meminfo: memFree=28404864/32950928 swapFree=45617076/67111528
[pid=18082] ppid=18080 vsize=10549160 CPUtime=1.67 cores=0,2,4,6
/proc/18082/stat : 18082 (java) S 18080 18082 13462 0 -1 4202496 30784 0 1 0 163 4 0 0 25 0 22 0 830927189 10802339840 28085 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18082/statm: 2637290 28085 2236 9 0 2628024 0
[pid=18082/tid=18084] ppid=18080 vsize=10549160 CPUtime=0.48 cores=0,2,4,6
/proc/18082/task/18084/stat : 18084 (java) S 18080 18082 13462 0 -1 4202560 22049 0 1 0 46 2 0 0 19 0 22 0 830927190 10802339840 28085 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514752 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 10549160

[startup+1.50106 s]
/proc/loadavg: 3.46 3.18 3.23 5/507 18109
/proc/meminfo: memFree=28235944/32950928 swapFree=45617076/67111528
[pid=18082] ppid=18080 vsize=10549160 CPUtime=3.64 cores=0,2,4,6
/proc/18082/stat : 18082 (java) S 18080 18082 13462 0 -1 4202496 78060 0 1 0 355 9 0 0 25 0 22 0 830927189 10802339840 73495 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18082/statm: 2637290 73501 2237 9 0 2628024 0
[pid=18082/tid=18084] ppid=18080 vsize=10549160 CPUtime=0.48 cores=0,2,4,6
/proc/18082/task/18084/stat : 18084 (java) S 18080 18082 13462 0 -1 4202560 22049 0 1 0 46 2 0 0 15 0 22 0 830927190 10802339840 73506 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514752 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18086] ppid=18080 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18086/stat : 18086 (java) S 18080 18082 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830927191 10802339840 73512 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18087] ppid=18080 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18087/stat : 18087 (java) S 18080 18082 13462 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830927191 10802339840 73517 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18088] ppid=18080 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18088/stat : 18088 (java) S 18080 18082 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830927191 10802339840 73522 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18090] ppid=18080 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18090/stat : 18090 (java) S 18080 18082 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830927191 10802339840 73528 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18091] ppid=18080 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18091/stat : 18091 (java) S 18080 18082 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830927191 10802339840 73534 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18093] ppid=18080 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18093/stat : 18093 (java) S 18080 18082 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830927191 10802339840 73539 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18094] ppid=18080 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18094/stat : 18094 (java) S 18080 18082 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830927191 10802339840 73545 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18096] ppid=18080 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18096/stat : 18096 (java) S 18080 18082 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830927191 10802339840 73550 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18097] ppid=18080 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18097/stat : 18097 (java) S 18080 18082 13462 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 830927192 10802339840 73555 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514752 0 0 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18098] ppid=18080 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18098/stat : 18098 (java) S 18080 18082 13462 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830927193 10802339840 73561 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18099] ppid=18080 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18099/stat : 18099 (java) S 18080 18082 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830927193 10802339840 73567 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18100] ppid=18080 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18100/stat : 18100 (java) S 18080 18082 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830927195 10802339840 73572 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101521841 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18101] ppid=18080 vsize=10549160 CPUtime=0.54 cores=0,2,4,6
/proc/18082/task/18101/stat : 18101 (java) S 18080 18082 13462 0 -1 4202560 4446 0 0 0 54 0 0 0 20 0 22 0 830927195 10802339840 73578 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18102] ppid=18080 vsize=10549160 CPUtime=0.62 cores=0,2,4,6
/proc/18082/task/18102/stat : 18102 (java) S 18080 18082 13462 0 -1 4202560 3438 0 0 0 62 0 0 0 18 0 22 0 830927195 10802339840 73583 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 4 0 0 0
[pid=18082/tid=18103] ppid=18080 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18103/stat : 18103 (java) S 18080 18082 13462 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830927195 10802339840 73587 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18104] ppid=18080 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18104/stat : 18104 (java) S 18080 18082 13462 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830927195 10802339840 73587 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514752 0 4 0 16800975 18446604445802358016 0 0 -1 0 0 0 0
[pid=18082/tid=18106] ppid=18080 vsize=10549160 CPUtime=0.98 cores=0,2,4,6
/proc/18082/task/18106/stat : 18106 (java) R 18080 18082 13462 0 -1 4202560 1953 0 0 0 98 0 0 0 23 0 22 0 830927240 10802339840 73587 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 46912505841533 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=18082/tid=18107] ppid=18080 vsize=10549160 CPUtime=0.97 cores=0,2,4,6
/proc/18082/task/18107/stat : 18107 (java) R 18080 18082 13462 0 -1 4202560 45098 0 0 0 93 4 0 0 25 0 22 0 830927240 10802339840 73587 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 46912505774645 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18082/tid=18108] ppid=18080 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18108/stat : 18108 (java) S 18080 18082 13462 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830927241 10802339840 73587 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514752 0 4 0 16800975 18446604445802358016 0 0 -1 0 0 0 0
[pid=18082/tid=18109] ppid=18080 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18109/stat : 18109 (java) S 18080 18082 13462 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830927241 10802339840 73587 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514752 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 10549160

[startup+3.10072 s]
/proc/loadavg: 3.46 3.18 3.23 5/507 18109
/proc/meminfo: memFree=27765860/32950928 swapFree=45617076/67111528
[pid=18082] ppid=18080 vsize=10549160 CPUtime=6.91 cores=0,2,4,6
/proc/18082/stat : 18082 (java) S 18080 18082 13462 0 -1 4202496 303602 0 1 0 653 38 0 0 25 0 22 0 830927189 10802339840 298818 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18082/statm: 2637290 298825 2237 9 0 2628024 0
[pid=18082/tid=18084] ppid=18080 vsize=10549160 CPUtime=0.48 cores=0,2,4,6
/proc/18082/task/18084/stat : 18084 (java) S 18080 18082 13462 0 -1 4202560 22049 0 1 0 46 2 0 0 15 0 22 0 830927190 10802339840 298829 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514752 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18086] ppid=18080 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18086/stat : 18086 (java) S 18080 18082 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830927191 10802339840 298835 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18087] ppid=18080 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18087/stat : 18087 (java) S 18080 18082 13462 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830927191 10802339840 298840 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18088] ppid=18080 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18088/stat : 18088 (java) S 18080 18082 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830927191 10802339840 298845 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18090] ppid=18080 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18090/stat : 18090 (java) S 18080 18082 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830927191 10802339840 298851 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18091] ppid=18080 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18091/stat : 18091 (java) S 18080 18082 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830927191 10802339840 298855 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18093] ppid=18080 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18093/stat : 18093 (java) S 18080 18082 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830927191 10802339840 298858 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18094] ppid=18080 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18094/stat : 18094 (java) S 18080 18082 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830927191 10802339840 298858 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18096] ppid=18080 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18096/stat : 18096 (java) S 18080 18082 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830927191 10802339840 298858 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18097] ppid=18080 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18097/stat : 18097 (java) S 18080 18082 13462 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 22 0 830927192 10802339840 298859 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514752 0 0 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18098] ppid=18080 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18098/stat : 18098 (java) S 18080 18082 13462 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830927193 10802339840 298859 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18099] ppid=18080 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18099/stat : 18099 (java) S 18080 18082 13462 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830927193 10802339840 298859 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18100] ppid=18080 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18100/stat : 18100 (java) S 18080 18082 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830927195 10802339840 298862 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101521841 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18101] ppid=18080 vsize=10549160 CPUtime=0.57 cores=0,2,4,6
/proc/18082/task/18101/stat : 18101 (java) S 18080 18082 13462 0 -1 4202560 4667 0 0 0 57 0 0 0 15 0 22 0 830927195 10802339840 298867 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18102] ppid=18080 vsize=10549160 CPUtime=0.65 cores=0,2,4,6
/proc/18082/task/18102/stat : 18102 (java) S 18080 18082 13462 0 -1 4202560 3440 0 0 0 65 0 0 0 15 0 22 0 830927195 10802339840 298872 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 4 0 0 0
[pid=18082/tid=18103] ppid=18080 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18103/stat : 18103 (java) S 18080 18082 13462 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830927195 10802339840 298878 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18104] ppid=18080 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18104/stat : 18104 (java) S 18080 18082 13462 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830927195 10802339840 298883 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514752 0 4 0 16800975 18446604445802358016 0 0 -1 0 0 0 0
[pid=18082/tid=18106] ppid=18080 vsize=10549160 CPUtime=2.58 cores=0,2,4,6
/proc/18082/task/18106/stat : 18106 (java) R 18080 18082 13462 0 -1 4202560 3709 0 0 0 258 0 0 0 25 0 22 0 830927240 10802339840 298887 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 46912505778258 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=18082/tid=18107] ppid=18080 vsize=10549160 CPUtime=2.58 cores=0,2,4,6
/proc/18082/task/18107/stat : 18107 (java) R 18080 18082 13462 0 -1 4202560 268642 0 0 0 225 33 0 0 19 0 22 0 830927240 10802339840 298892 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 46912505947911 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18082/tid=18108] ppid=18080 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18108/stat : 18108 (java) S 18080 18082 13462 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830927241 10802339840 298897 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514752 0 4 0 16800975 18446604445802358016 0 0 -1 0 0 0 0
[pid=18082/tid=18109] ppid=18080 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18109/stat : 18109 (java) S 18080 18082 13462 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830927241 10802339840 298903 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514752 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.91
Current children cumulated vsize (KiB) 10549160

[startup+6.30121 s]
/proc/loadavg: 3.50 3.19 3.23 5/507 18109
/proc/meminfo: memFree=26032684/32950928 swapFree=45617076/67111528
[pid=18082] ppid=18080 vsize=10551172 CPUtime=13.51 cores=0,2,4,6
/proc/18082/stat : 18082 (java) S 18080 18082 13462 0 -1 4202496 608990 0 1 0 1277 74 0 0 25 0 22 0 830927189 10804400128 603230 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18082/statm: 2637793 603230 2241 9 0 2628527 0
[pid=18082/tid=18084] ppid=18080 vsize=10551172 CPUtime=0.48 cores=0,2,4,6
/proc/18082/task/18084/stat : 18084 (java) S 18080 18082 13462 0 -1 4202560 22049 0 1 0 46 2 0 0 15 0 22 0 830927190 10804400128 603230 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514752 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18086] ppid=18080 vsize=10551172 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18086/stat : 18086 (java) S 18080 18082 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830927191 10804400128 603230 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18087] ppid=18080 vsize=10551172 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18087/stat : 18087 (java) S 18080 18082 13462 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830927191 10804400128 603234 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18088] ppid=18080 vsize=10551172 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18088/stat : 18088 (java) S 18080 18082 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830927191 10804400128 603238 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18090] ppid=18080 vsize=10551172 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18090/stat : 18090 (java) S 18080 18082 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830927191 10804400128 603238 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18091] ppid=18080 vsize=10551172 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18091/stat : 18091 (java) S 18080 18082 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830927191 10804400128 603238 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18093] ppid=18080 vsize=10551172 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18093/stat : 18093 (java) S 18080 18082 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830927191 10804400128 603238 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18094] ppid=18080 vsize=10551172 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18094/stat : 18094 (java) S 18080 18082 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830927191 10804400128 603238 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18096] ppid=18080 vsize=10551172 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18096/stat : 18096 (java) S 18080 18082 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830927191 10804400128 603238 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0

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

/proc/meminfo: memFree=25968092/32950928 swapFree=45617076/67111528
[pid=18082] ppid=18080 vsize=10548920 CPUtime=1645.96 cores=0,2,4,6
/proc/18082/stat : 18082 (java) S 18080 18082 13462 0 -1 4202496 1024842 0 1 0 164465 131 0 0 25 0 22 0 830927189 10802094080 1010147 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18082/statm: 2637230 1010147 2268 9 0 2627964 0
[pid=18082/tid=18084] ppid=18080 vsize=10548920 CPUtime=0.48 cores=0,2,4,6
/proc/18082/task/18084/stat : 18084 (java) S 18080 18082 13462 0 -1 4202560 22053 0 1 0 46 2 0 0 15 0 22 0 830927190 10802094080 1010147 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514752 0 4 0 16800975 18446604445802358016 0 0 -1 4 0 0 0
[pid=18082/tid=18086] ppid=18080 vsize=10548920 CPUtime=0.39 cores=0,2,4,6
/proc/18082/task/18086/stat : 18086 (java) S 18080 18082 13462 0 -1 4202560 21112 0 0 0 36 3 0 0 15 0 22 0 830927191 10802094080 1010147 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 0 0 0 0
[pid=18082/tid=18087] ppid=18080 vsize=10548920 CPUtime=0.38 cores=0,2,4,6
/proc/18082/task/18087/stat : 18087 (java) S 18080 18082 13462 0 -1 4202560 24802 0 0 0 34 4 0 0 15 0 22 0 830927191 10802094080 1010147 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 2 0 0 0
[pid=18082/tid=18088] ppid=18080 vsize=10548920 CPUtime=0.37 cores=0,2,4,6
/proc/18082/task/18088/stat : 18088 (java) S 18080 18082 13462 0 -1 4202560 26018 0 0 0 33 4 0 0 16 0 22 0 830927191 10802094080 1010147 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 2 0 0 0
[pid=18082/tid=18090] ppid=18080 vsize=10548920 CPUtime=0.38 cores=0,2,4,6
/proc/18082/task/18090/stat : 18090 (java) S 18080 18082 13462 0 -1 4202560 28122 0 0 0 35 3 0 0 16 0 22 0 830927191 10802094080 1010147 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18091] ppid=18080 vsize=10548920 CPUtime=0.34 cores=0,2,4,6
/proc/18082/task/18091/stat : 18091 (java) S 18080 18082 13462 0 -1 4202560 17438 0 0 0 32 2 0 0 16 0 22 0 830927191 10802094080 1010147 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 4 0 0 0
[pid=18082/tid=18093] ppid=18080 vsize=10548920 CPUtime=0.52 cores=0,2,4,6
/proc/18082/task/18093/stat : 18093 (java) S 18080 18082 13462 0 -1 4202560 35781 0 0 0 46 6 0 0 15 0 22 0 830927191 10802094080 1010147 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 2 0 0 0
[pid=18082/tid=18094] ppid=18080 vsize=10548920 CPUtime=0.45 cores=0,2,4,6
/proc/18082/task/18094/stat : 18094 (java) S 18080 18082 13462 0 -1 4202560 26631 0 0 0 41 4 0 0 15 0 22 0 830927191 10802094080 1010147 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 4 0 0 0
[pid=18082/tid=18096] ppid=18080 vsize=10548920 CPUtime=0.41 cores=0,2,4,6
/proc/18082/task/18096/stat : 18096 (java) S 18080 18082 13462 0 -1 4202560 22399 0 0 0 38 3 0 0 16 0 22 0 830927191 10802094080 1010147 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 0 0 0 0
[pid=18082/tid=18097] ppid=18080 vsize=10548920 CPUtime=1.26 cores=0,2,4,6
/proc/18082/task/18097/stat : 18097 (java) S 18080 18082 13462 0 -1 4202560 2435 0 0 0 125 1 0 0 15 0 22 0 830927192 10802094080 1010147 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514752 0 0 0 16800975 18446604445802358016 0 0 -1 4 0 0 0
[pid=18082/tid=18098] ppid=18080 vsize=10548920 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18098/stat : 18098 (java) S 18080 18082 13462 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830927193 10802094080 1010147 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18099] ppid=18080 vsize=10548920 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18099/stat : 18099 (java) S 18080 18082 13462 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830927193 10802094080 1010147 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18100] ppid=18080 vsize=10548920 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18100/stat : 18100 (java) S 18080 18082 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830927195 10802094080 1010147 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101521841 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18101] ppid=18080 vsize=10548920 CPUtime=1.01 cores=0,2,4,6
/proc/18082/task/18101/stat : 18101 (java) S 18080 18082 13462 0 -1 4202560 7157 0 0 0 101 0 0 0 15 0 22 0 830927195 10802094080 1010147 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18102] ppid=18080 vsize=10548920 CPUtime=0.89 cores=0,2,4,6
/proc/18082/task/18102/stat : 18102 (java) S 18080 18082 13462 0 -1 4202560 3824 0 0 0 89 0 0 0 15 0 22 0 830927195 10802094080 1010147 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 4 0 0 0
[pid=18082/tid=18103] ppid=18080 vsize=10548920 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18103/stat : 18103 (java) S 18080 18082 13462 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830927195 10802094080 1010147 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18104] ppid=18080 vsize=10548920 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18104/stat : 18104 (java) S 18080 18082 13462 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 22 0 830927195 10802094080 1010147 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514752 0 4 0 16800975 18446604445802358016 0 0 -1 2 0 0 0
[pid=18082/tid=18106] ppid=18080 vsize=10548920 CPUtime=819.48 cores=0,2,4,6
/proc/18082/task/18106/stat : 18106 (java) R 18080 18082 13462 0 -1 4202560 7443 0 0 0 81946 2 0 0 25 0 22 0 830927240 10802094080 1010147 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 46912505909600 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18082/tid=18107] ppid=18080 vsize=10548920 CPUtime=819.46 cores=0,2,4,6
/proc/18082/task/18107/stat : 18107 (java) R 18080 18082 13462 0 -1 4202560 778423 0 0 0 81856 90 0 0 25 0 22 0 830927240 10802094080 1010147 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 46912505774712 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=18082/tid=18108] ppid=18080 vsize=10548920 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18108/stat : 18108 (java) S 18080 18082 13462 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830927241 10802094080 1010147 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514752 0 4 0 16800975 18446604445802358016 0 0 -1 0 0 0 0
[pid=18082/tid=18109] ppid=18080 vsize=10548920 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18109/stat : 18109 (java) S 18080 18082 13462 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830927241 10802094080 1010147 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514752 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1645.96
Current children cumulated vsize (KiB) 10548920

[startup+882.301 s]
/proc/loadavg: 2.67 3.57 3.55 3/480 18158
/proc/meminfo: memFree=25851568/32950928 swapFree=45617076/67111528
[pid=18082] ppid=18080 vsize=10548920 CPUtime=1765.76 cores=0,2,4,6
/proc/18082/stat : 18082 (java) S 18080 18082 13462 0 -1 4202496 1054952 0 1 0 176438 138 0 0 25 0 22 0 830927189 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18082/statm: 2637230 1039398 2268 9 0 2627964 0
[pid=18082/tid=18084] ppid=18080 vsize=10548920 CPUtime=0.48 cores=0,2,4,6
/proc/18082/task/18084/stat : 18084 (java) S 18080 18082 13462 0 -1 4202560 22054 0 1 0 46 2 0 0 15 0 22 0 830927190 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514752 0 4 0 16800975 18446604445802358016 0 0 -1 4 0 0 0
[pid=18082/tid=18086] ppid=18080 vsize=10548920 CPUtime=0.42 cores=0,2,4,6
/proc/18082/task/18086/stat : 18086 (java) S 18080 18082 13462 0 -1 4202560 22971 0 0 0 39 3 0 0 16 0 22 0 830927191 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 0 0 0 0
[pid=18082/tid=18087] ppid=18080 vsize=10548920 CPUtime=0.42 cores=0,2,4,6
/proc/18082/task/18087/stat : 18087 (java) S 18080 18082 13462 0 -1 4202560 28626 0 0 0 37 5 0 0 15 0 22 0 830927191 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 2 0 0 0
[pid=18082/tid=18088] ppid=18080 vsize=10548920 CPUtime=0.41 cores=0,2,4,6
/proc/18082/task/18088/stat : 18088 (java) S 18080 18082 13462 0 -1 4202560 30221 0 0 0 36 5 0 0 15 0 22 0 830927191 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 2 0 0 0
[pid=18082/tid=18090] ppid=18080 vsize=10548920 CPUtime=0.46 cores=0,2,4,6
/proc/18082/task/18090/stat : 18090 (java) S 18080 18082 13462 0 -1 4202560 33708 0 0 0 41 5 0 0 16 0 22 0 830927191 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18091] ppid=18080 vsize=10548920 CPUtime=0.37 cores=0,2,4,6
/proc/18082/task/18091/stat : 18091 (java) S 18080 18082 13462 0 -1 4202560 18161 0 0 0 34 3 0 0 16 0 22 0 830927191 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 2 0 0 0
[pid=18082/tid=18093] ppid=18080 vsize=10548920 CPUtime=0.57 cores=0,2,4,6
/proc/18082/task/18093/stat : 18093 (java) S 18080 18082 13462 0 -1 4202560 41365 0 0 0 50 7 0 0 15 0 22 0 830927191 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18094] ppid=18080 vsize=10548920 CPUtime=0.49 cores=0,2,4,6
/proc/18082/task/18094/stat : 18094 (java) S 18080 18082 13462 0 -1 4202560 30664 0 0 0 44 5 0 0 15 0 22 0 830927191 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 0 0 0 0
[pid=18082/tid=18096] ppid=18080 vsize=10548920 CPUtime=0.44 cores=0,2,4,6
/proc/18082/task/18096/stat : 18096 (java) S 18080 18082 13462 0 -1 4202560 26684 0 0 0 40 4 0 0 15 0 22 0 830927191 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 0 0 0 0
[pid=18082/tid=18097] ppid=18080 vsize=10548920 CPUtime=1.59 cores=0,2,4,6
/proc/18082/task/18097/stat : 18097 (java) S 18080 18082 13462 0 -1 4202560 2439 0 0 0 158 1 0 0 15 0 22 0 830927192 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514752 0 0 0 16800975 18446604445802358016 0 0 -1 4 0 0 0
[pid=18082/tid=18098] ppid=18080 vsize=10548920 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18098/stat : 18098 (java) S 18080 18082 13462 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830927193 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18099] ppid=18080 vsize=10548920 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18099/stat : 18099 (java) S 18080 18082 13462 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830927193 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18100] ppid=18080 vsize=10548920 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18100/stat : 18100 (java) S 18080 18082 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830927195 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101521841 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18101] ppid=18080 vsize=10548920 CPUtime=1.01 cores=0,2,4,6
/proc/18082/task/18101/stat : 18101 (java) S 18080 18082 13462 0 -1 4202560 7157 0 0 0 101 0 0 0 15 0 22 0 830927195 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18102] ppid=18080 vsize=10548920 CPUtime=0.89 cores=0,2,4,6
/proc/18082/task/18102/stat : 18102 (java) S 18080 18082 13462 0 -1 4202560 3824 0 0 0 89 0 0 0 15 0 22 0 830927195 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 4 0 0 0
[pid=18082/tid=18103] ppid=18080 vsize=10548920 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18103/stat : 18103 (java) S 18080 18082 13462 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830927195 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18104] ppid=18080 vsize=10548920 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18104/stat : 18104 (java) S 18080 18082 13462 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 830927195 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514752 0 4 0 16800975 18446604445802358016 0 0 -1 0 0 0 0
[pid=18082/tid=18106] ppid=18080 vsize=10548920 CPUtime=879.06 cores=0,2,4,6
/proc/18082/task/18106/stat : 18106 (java) R 18080 18082 13462 0 -1 4202560 7444 0 0 0 87904 2 0 0 25 0 22 0 830927240 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 46912505816347 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18082/tid=18107] ppid=18080 vsize=10548920 CPUtime=879.03 cores=0,2,4,6
/proc/18082/task/18107/stat : 18107 (java) R 18080 18082 13462 0 -1 4202560 778426 0 0 0 87813 90 0 0 25 0 22 0 830927240 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 46912505800634 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=18082/tid=18108] ppid=18080 vsize=10548920 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18108/stat : 18108 (java) S 18080 18082 13462 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830927241 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514752 0 4 0 16800975 18446604445802358016 0 0 -1 0 0 0 0
[pid=18082/tid=18109] ppid=18080 vsize=10548920 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18109/stat : 18109 (java) S 18080 18082 13462 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830927241 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514752 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1765.76
Current children cumulated vsize (KiB) 10548920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.402 s]
/proc/loadavg: 2.48 3.46 3.52 3/480 18158
/proc/meminfo: memFree=25851436/32950928 swapFree=45617076/67111528
[pid=18082] ppid=18080 vsize=10548920 CPUtime=1800.02 cores=0,2,4,6
/proc/18082/stat : 18082 (java) S 18080 18082 13462 0 -1 4202496 1054957 0 1 0 179864 138 0 0 25 0 22 0 830927189 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18082/statm: 2637230 1039398 2268 9 0 2627964 0
[pid=18082/tid=18084] ppid=18080 vsize=10548920 CPUtime=0.48 cores=0,2,4,6
/proc/18082/task/18084/stat : 18084 (java) S 18080 18082 13462 0 -1 4202560 22054 0 1 0 46 2 0 0 15 0 22 0 830927190 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514752 0 4 0 16800975 18446604445802358016 0 0 -1 4 0 0 0
[pid=18082/tid=18086] ppid=18080 vsize=10548920 CPUtime=0.43 cores=0,2,4,6
/proc/18082/task/18086/stat : 18086 (java) S 18080 18082 13462 0 -1 4202560 22971 0 0 0 40 3 0 0 15 0 22 0 830927191 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 2 0 0 0
[pid=18082/tid=18087] ppid=18080 vsize=10548920 CPUtime=0.45 cores=0,2,4,6
/proc/18082/task/18087/stat : 18087 (java) S 18080 18082 13462 0 -1 4202560 28626 0 0 0 40 5 0 0 16 0 22 0 830927191 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 4 0 0 0
[pid=18082/tid=18088] ppid=18080 vsize=10548920 CPUtime=0.42 cores=0,2,4,6
/proc/18082/task/18088/stat : 18088 (java) S 18080 18082 13462 0 -1 4202560 30221 0 0 0 37 5 0 0 15 0 22 0 830927191 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 4 0 0 0
[pid=18082/tid=18090] ppid=18080 vsize=10548920 CPUtime=0.48 cores=0,2,4,6
/proc/18082/task/18090/stat : 18090 (java) S 18080 18082 13462 0 -1 4202560 33708 0 0 0 43 5 0 0 15 0 22 0 830927191 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 0 0 0 0
[pid=18082/tid=18091] ppid=18080 vsize=10548920 CPUtime=0.37 cores=0,2,4,6
/proc/18082/task/18091/stat : 18091 (java) S 18080 18082 13462 0 -1 4202560 18161 0 0 0 34 3 0 0 16 0 22 0 830927191 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 2 0 0 0
[pid=18082/tid=18093] ppid=18080 vsize=10548920 CPUtime=0.58 cores=0,2,4,6
/proc/18082/task/18093/stat : 18093 (java) S 18080 18082 13462 0 -1 4202560 41365 0 0 0 51 7 0 0 16 0 22 0 830927191 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18094] ppid=18080 vsize=10548920 CPUtime=0.5 cores=0,2,4,6
/proc/18082/task/18094/stat : 18094 (java) S 18080 18082 13462 0 -1 4202560 30664 0 0 0 45 5 0 0 16 0 22 0 830927191 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 0 0 0 0
[pid=18082/tid=18096] ppid=18080 vsize=10548920 CPUtime=0.45 cores=0,2,4,6
/proc/18082/task/18096/stat : 18096 (java) S 18080 18082 13462 0 -1 4202560 26684 0 0 0 41 4 0 0 15 0 22 0 830927191 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 0 0 0 0
[pid=18082/tid=18097] ppid=18080 vsize=10548920 CPUtime=1.59 cores=0,2,4,6
/proc/18082/task/18097/stat : 18097 (java) S 18080 18082 13462 0 -1 4202560 2439 0 0 0 158 1 0 0 15 0 22 0 830927192 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514752 0 0 0 16800975 18446604445802358016 0 0 -1 4 0 0 0
[pid=18082/tid=18098] ppid=18080 vsize=10548920 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18098/stat : 18098 (java) S 18080 18082 13462 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830927193 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18099] ppid=18080 vsize=10548920 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18099/stat : 18099 (java) S 18080 18082 13462 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830927193 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18100] ppid=18080 vsize=10548920 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18100/stat : 18100 (java) S 18080 18082 13462 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830927195 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101521841 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18101] ppid=18080 vsize=10548920 CPUtime=1.01 cores=0,2,4,6
/proc/18082/task/18101/stat : 18101 (java) S 18080 18082 13462 0 -1 4202560 7157 0 0 0 101 0 0 0 15 0 22 0 830927195 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18102] ppid=18080 vsize=10548920 CPUtime=0.89 cores=0,2,4,6
/proc/18082/task/18102/stat : 18102 (java) S 18080 18082 13462 0 -1 4202560 3824 0 0 0 89 0 0 0 15 0 22 0 830927195 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 4 0 0 0
[pid=18082/tid=18103] ppid=18080 vsize=10548920 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18103/stat : 18103 (java) S 18080 18082 13462 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830927195 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514137 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
[pid=18082/tid=18104] ppid=18080 vsize=10548920 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18104/stat : 18104 (java) S 18080 18082 13462 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 830927195 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514752 0 4 0 16800975 18446604445802358016 0 0 -1 0 0 0 0
[pid=18082/tid=18106] ppid=18080 vsize=10548920 CPUtime=896.14 cores=0,2,4,6
/proc/18082/task/18106/stat : 18106 (java) R 18080 18082 13462 0 -1 4202560 7446 0 0 0 89612 2 0 0 25 0 22 0 830927240 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 46912506257755 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18082/tid=18107] ppid=18080 vsize=10548920 CPUtime=896.12 cores=0,2,4,6
/proc/18082/task/18107/stat : 18107 (java) R 18080 18082 13462 0 -1 4202560 778427 0 0 0 89522 90 0 0 25 0 22 0 830927240 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 46912505947923 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=18082/tid=18108] ppid=18080 vsize=10548920 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18108/stat : 18108 (java) S 18080 18082 13462 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830927241 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514752 0 4 0 16800975 18446604445802358016 0 0 -1 0 0 0 0
[pid=18082/tid=18109] ppid=18080 vsize=10548920 CPUtime=0 cores=0,2,4,6
/proc/18082/task/18109/stat : 18109 (java) S 18080 18082 13462 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830927241 10802094080 1039398 33554432000 1073741824 1073778376 140733652261936 18446744073709551615 248101514752 0 4 0 16800975 18446604445802358016 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 10548920

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

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

[startup+899.601 s]
/proc/loadavg: 2.48 3.46 3.52 3/480 18158
/proc/meminfo: memFree=25851436/32950928 swapFree=45617076/67111528
[pid=18082] ppid=18080 vsize=0 CPUtime=1800.28 cores=0,2,4,6
/proc/18082/stat : 18082 (java) Z 18080 18082 13462 0 -1 4203548 1054990 0 1 0 179874 154 0 0 17 0 2 0 830927189 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18082/statm: 0 0 0 0 0 0 0
[pid=18082/tid=18107] ppid=18080 vsize=0 CPUtime=896.29 cores=0,2,4,6
/proc/18082/task/18107/stat : 18107 (java) R 18080 18082 13462 0 -1 4203588 778427 0 0 0 89524 105 0 0 25 0 2 0 830927240 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.28
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 899.609
CPU time (s): 1800.3
CPU user time (s): 1798.75
CPU system time (s): 1.54976
CPU usage (%): 200.12
Max. virtual memory (cumulated for all children) (KiB): 10551172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.75
system time used= 1.54976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1054990
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= 24048
involuntary context switches= 23759

runsolver used 4.32334 second user time and 9.64253 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-04 15:14:34
IDJOB=3454467
IDBENCH=3043
IDSOLVER=1950
FILE ID=node123/3454467-1307193274
RUNJOBID= node123-1307192050-17510
PBS_JOBID= 13508855
Free space on /tmp= 73840 MiB

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

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

MD5SUM BENCH= 44d5a0b71f17bc4fff0f0dd8401b346c
RANDOM SEED=887258206

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.82
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.838
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.838
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.80
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.838
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.74
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.838
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:     32950928 kB
MemFree:      28406020 kB
Buffers:        313396 kB
Cached:         424060 kB
SwapCached:       9456 kB
Active:        3915912 kB
Inactive:       345012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28406020 kB
SwapTotal:    67111528 kB
SwapFree:     45617076 kB
Dirty:           11312 kB
Writeback:           0 kB
AnonPages:     3521520 kB
Mapped:          31744 kB
Slab:           135292 kB
PageTables:      81108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 143726892 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= 73860 MiB
End job on node123 at 2011-06-04 15:29:35