Trace number 3454290

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.22 900.172

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=420-sizeP=211-sizeQ=420-802270006-max.opb
MD5SUM9af4cec1a3de729e6d2b359a17678fc7
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 variables89251
Total number of constraints265861
Number of constraints which are clauses265860
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 constraint88620
Number of terms in the objective function 211
Biggest coefficient in the objective function 1645504557321206042154969182557350504982735865633579863348609024
Number of bits for the biggest coefficient in the objective function 211
Sum of the numbers in the objective function 3291009114642412084309938365114701009965471731267159726697218047
Number of bits of the sum of numbers in the objective function 211
Biggest number in a constraint 2227754207823337509102134573095845373483021732054960903603121346630505452738612005129840239901060253798165190221481644194672219102234100585084307285020612396607419274589973120157653414182912
Number of bits of the biggest number in a constraint 630
Biggest sum of numbers in a constraint 8911016831293350036408538292383381493932086928219843614412485386260498644612268667133724011390101656086782377029608255490932025454511314090929376002563120558209056959186693543806592147551031
Number of bits of the biggest sum of numbers631
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.07/0.09	c version 2.3.1.v20110525
0.07/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.09	c java.vm.version	19.1-b02
0.07/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.09	c sun.arch.data.model	64
0.07/0.09	c java.version		1.6.0_24
0.07/0.09	c os.name		Linux
0.07/0.09	c os.version		2.6.18-164.el5
0.07/0.09	c os.arch		amd64
0.07/0.09	c Free memory 		9996466904
0.07/0.09	c Max memory 		10048897024
0.07/0.09	c Total memory 		10048897024
0.07/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@67ee3914
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@1c691f36
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-3454290-1307193065.opb
0.10/0.11	c reading problem ... 
3.91/3.12	c ... done. Wall clock time 3.009s.
3.91/3.12	c #vars     89251
3.91/3.12	c #constraints  288017
3.91/3.12	c constraints type 
3.91/3.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 88620
3.91/3.12	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 177240
3.91/3.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
3.91/3.12	c constraints type 
3.91/3.12	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 177240
3.91/3.12	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 88620
3.91/3.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.01/900.02	c starts		: 8
1800.01/900.02	c conflicts		: 1022
1800.01/900.02	c decisions		: 10549
1800.01/900.02	c propagations		: 2457039
1800.01/900.02	c inspects		: 9181984
1800.01/900.02	c shortcuts		: 0
1800.01/900.02	c learnt literals	: 0
1800.01/900.02	c learnt binary clauses	: 0
1800.01/900.02	c learnt ternary clauses	: 0
1800.01/900.02	c learnt constraints	: 1022
1800.01/900.02	c ignored constraints	: 0
1800.01/900.02	c root simplifications	: 0
1800.01/900.02	c removed literals (reason simplification)	: 18779126
1800.01/900.02	c reason swapping (by a shorter reason)	: 0
1800.01/900.02	c Calls to reduceDB	: 0
1800.01/900.02	c number of reductions to clauses (during analyze)	: 0
1800.01/900.02	c number of learned constraints concerned by reduction	: 0
1800.01/900.02	c number of learning phase by resolution	: 0
1800.01/900.02	c number of learning phase by cutting planes	: 0
1800.01/900.02	c speed (assignments/second)	: 2739.482372039661
1800.01/900.02	c non guided choices	195
1800.01/900.02	c learnt constraints type 
1800.01/900.02	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 1022
1800.01/900.02	c constraints type 
1800.01/900.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 88620
1800.01/900.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 177240
1800.01/900.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.01/900.02	c constraints type 
1800.01/900.02	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 177240
1800.01/900.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 88620
1800.01/900.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.01/900.02	s UNKNOWN
1800.01/900.03	c Total wall clock time (in seconds): 899.911

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-3454290-1307193065/watcher-3454290-1307193065 -o /tmp/evaluation-result-3454290-1307193065/solver-3454290-1307193065 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454290-1307193065.opb 

running on 4 cores: 1,3,5,7

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.59 3.63 3.51 4/542 1399
/proc/meminfo: memFree=17939816/32951124 swapFree=58800704/67111528
[pid=1399] ppid=1397 vsize=9100 CPUtime=0 cores=1,3,5,7
/proc/1399/stat : 1399 (java) S 1397 1399 30263 0 -1 4202496 234 0 0 0 0 0 0 0 23 0 1 0 811722044 9318400 170 33554432000 1073741824 1073778376 140736656472448 18446744073709551615 228095446885 0 2147483391 4096 0 18446744071699207358 0 0 17 5 0 0 0
/proc/1399/statm: 2275 170 130 9 0 67 0
[pid=1399/tid=1400] ppid=1397 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1400/stat : 1400 (java) R 1397 1399 30263 0 -1 4202560 4910 0 1 0 0 0 0 0 25 0 2 0 811722044 10694979584 5726 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228095145019 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.089627 s]
/proc/loadavg: 3.59 3.63 3.51 4/542 1399
/proc/meminfo: memFree=17939816/32951124 swapFree=58800704/67111528
[pid=1399] ppid=1397 vsize=10538944 CPUtime=0.07 cores=1,3,5,7
/proc/1399/stat : 1399 (java) S 1397 1399 30263 0 -1 4202496 12333 0 1 0 6 1 0 0 23 0 18 0 811722044 10791878656 12030 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1399/statm: 2634736 12031 1916 9 0 2625470 0
[pid=1399/tid=1400] ppid=1397 vsize=10538944 CPUtime=0.07 cores=1,3,5,7
/proc/1399/task/1400/stat : 1400 (java) R 1397 1399 30263 0 -1 4202560 10941 0 1 0 6 1 0 0 18 0 18 0 811722044 10791878656 12031 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228095446885 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10538944

[startup+0.10066 s]
/proc/loadavg: 3.59 3.63 3.51 4/542 1399
/proc/meminfo: memFree=17939816/32951124 swapFree=58800704/67111528
[pid=1399] ppid=1397 vsize=10540100 CPUtime=0.1 cores=1,3,5,7
/proc/1399/stat : 1399 (java) S 1397 1399 30263 0 -1 4202496 13044 0 1 0 9 1 0 0 23 0 18 0 811722044 10793062400 12698 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1399/statm: 2635025 12699 2093 9 0 2625759 0
[pid=1399/tid=1400] ppid=1397 vsize=10540100 CPUtime=0.08 cores=1,3,5,7
/proc/1399/task/1400/stat : 1400 (java) R 1397 1399 30263 0 -1 4202560 11098 0 1 0 7 1 0 0 18 0 18 0 811722044 10793062400 12699 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 47280998028035 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540100

[startup+0.300589 s]
/proc/loadavg: 3.59 3.63 3.51 4/542 1399
/proc/meminfo: memFree=17939816/32951124 swapFree=58800704/67111528
[pid=1399] ppid=1397 vsize=10542064 CPUtime=0.49 cores=1,3,5,7
/proc/1399/stat : 1399 (java) S 1397 1399 30263 0 -1 4202496 17326 0 1 0 47 2 0 0 23 0 18 0 811722044 10795073536 16589 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1399/statm: 2635516 16590 2201 9 0 2626250 0
[pid=1399/tid=1400] ppid=1397 vsize=10542064 CPUtime=0.28 cores=1,3,5,7
/proc/1399/task/1400/stat : 1400 (java) R 1397 1399 30263 0 -1 4202560 14040 0 1 0 26 2 0 0 18 0 18 0 811722044 10795073536 16591 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 46912505554982 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10542064

[startup+0.700552 s]
/proc/loadavg: 3.59 3.63 3.51 4/542 1399
/proc/meminfo: memFree=17939816/32951124 swapFree=58800704/67111528
[pid=1399] ppid=1397 vsize=10545352 CPUtime=1.19 cores=1,3,5,7
/proc/1399/stat : 1399 (java) S 1397 1399 30263 0 -1 4202496 57732 0 1 0 112 7 0 0 23 0 18 0 811722044 10798440448 55175 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1399/statm: 2636338 55180 2214 9 0 2627072 0
[pid=1399/tid=1400] ppid=1397 vsize=10545352 CPUtime=0.68 cores=1,3,5,7
/proc/1399/task/1400/stat : 1400 (java) R 1397 1399 30263 0 -1 4202560 51068 0 1 0 62 6 0 0 18 0 18 0 811722044 10798440448 55183 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 46912505591424 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 10545352

[startup+1.50142 s]
/proc/loadavg: 3.59 3.63 3.51 4/560 1419
/proc/meminfo: memFree=17578780/32951124 swapFree=58800704/67111528
[pid=1399] ppid=1397 vsize=10545352 CPUtime=1.99 cores=1,3,5,7
/proc/1399/stat : 1399 (java) S 1397 1399 30263 0 -1 4202496 154892 0 1 0 180 19 0 0 23 0 18 0 811722044 10798440448 152335 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1399/statm: 2636338 152340 2214 9 0 2627072 0
[pid=1399/tid=1400] ppid=1397 vsize=10545352 CPUtime=1.48 cores=1,3,5,7
/proc/1399/task/1400/stat : 1400 (java) R 1397 1399 30263 0 -1 4202560 148227 0 1 0 129 19 0 0 19 0 18 0 811722044 10798440448 152342 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 46912505649763 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1399/tid=1402] ppid=1397 vsize=10545352 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1402/stat : 1402 (java) S 1397 1399 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811722046 10798440448 152345 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 7 0 0 0
[pid=1399/tid=1403] ppid=1397 vsize=10545352 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1403/stat : 1403 (java) S 1397 1399 30263 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 811722046 10798440448 152348 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 7 0 0 0
[pid=1399/tid=1405] ppid=1397 vsize=10545352 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1405/stat : 1405 (java) S 1397 1399 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811722046 10798440448 152351 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 7 0 0 0
[pid=1399/tid=1406] ppid=1397 vsize=10545352 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1406/stat : 1406 (java) S 1397 1399 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811722046 10798440448 152354 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 7 0 0 0
[pid=1399/tid=1407] ppid=1397 vsize=10545352 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1407/stat : 1407 (java) S 1397 1399 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811722046 10798440448 152357 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 7 0 0 0
[pid=1399/tid=1408] ppid=1397 vsize=10545352 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1408/stat : 1408 (java) S 1397 1399 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811722046 10798440448 152360 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 7 0 0 0
[pid=1399/tid=1409] ppid=1397 vsize=10545352 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1409/stat : 1409 (java) S 1397 1399 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811722046 10798440448 152360 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 7 0 0 0
[pid=1399/tid=1410] ppid=1397 vsize=10545352 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1410/stat : 1410 (java) S 1397 1399 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811722046 10798440448 152362 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 7 0 0 0
[pid=1399/tid=1412] ppid=1397 vsize=10545352 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1412/stat : 1412 (java) S 1397 1399 30263 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 811722047 10798440448 152365 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107267584 0 0 0 16800975 18446604459193402688 0 0 -1 1 0 0 0
[pid=1399/tid=1413] ppid=1397 vsize=10545352 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1413/stat : 1413 (java) S 1397 1399 30263 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 811722048 10798440448 152368 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 1 0 0 0
[pid=1399/tid=1414] ppid=1397 vsize=10545352 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1414/stat : 1414 (java) S 1397 1399 30263 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 811722048 10798440448 152371 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 1 0 0 0
[pid=1399/tid=1415] ppid=1397 vsize=10545352 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1415/stat : 1415 (java) S 1397 1399 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811722050 10798440448 152374 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107274673 0 4 0 16800975 18446604459193402688 0 0 -1 1 0 0 0
[pid=1399/tid=1416] ppid=1397 vsize=10545352 CPUtime=0.26 cores=1,3,5,7
/proc/1399/task/1416/stat : 1416 (java) S 1397 1399 30263 0 -1 4202560 3085 0 0 0 26 0 0 0 25 0 18 0 811722050 10798440448 152377 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 3 0 0 0
[pid=1399/tid=1417] ppid=1397 vsize=10545352 CPUtime=0.24 cores=1,3,5,7
/proc/1399/task/1417/stat : 1417 (java) S 1397 1399 30263 0 -1 4202560 2437 0 0 0 24 0 0 0 16 0 18 0 811722050 10798440448 152380 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 5 0 0 0
[pid=1399/tid=1418] ppid=1397 vsize=10545352 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1418/stat : 1418 (java) S 1397 1399 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811722050 10798440448 152383 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 1 0 0 0
[pid=1399/tid=1419] ppid=1397 vsize=10545352 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1419/stat : 1419 (java) S 1397 1399 30263 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 811722050 10798440448 152386 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107267584 0 4 0 16800975 18446604459193402688 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 10545352

[startup+3.10111 s]
/proc/loadavg: 3.59 3.63 3.51 4/560 1419
/proc/meminfo: memFree=17206524/32951124 swapFree=58800704/67111528
[pid=1399] ppid=1397 vsize=10545352 CPUtime=3.91 cores=1,3,5,7
/proc/1399/stat : 1399 (java) S 1397 1399 30263 0 -1 4202496 220717 0 1 0 364 27 0 0 23 0 18 0 811722044 10798440448 216504 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1399/statm: 2636338 216507 2225 9 0 2627072 0
[pid=1399/tid=1400] ppid=1397 vsize=10545352 CPUtime=3.08 cores=1,3,5,7
/proc/1399/task/1400/stat : 1400 (java) R 1397 1399 30263 0 -1 4202560 210223 0 1 0 282 26 0 0 25 0 18 0 811722044 10798440448 216508 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 46912505781353 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1399/tid=1402] ppid=1397 vsize=10545352 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1402/stat : 1402 (java) S 1397 1399 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811722046 10798440448 216510 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 7 0 0 0
[pid=1399/tid=1403] ppid=1397 vsize=10545352 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1403/stat : 1403 (java) S 1397 1399 30263 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 811722046 10798440448 216511 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 7 0 0 0
[pid=1399/tid=1405] ppid=1397 vsize=10545352 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1405/stat : 1405 (java) S 1397 1399 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811722046 10798440448 216513 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 7 0 0 0
[pid=1399/tid=1406] ppid=1397 vsize=10545352 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1406/stat : 1406 (java) S 1397 1399 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811722046 10798440448 216514 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 7 0 0 0
[pid=1399/tid=1407] ppid=1397 vsize=10545352 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1407/stat : 1407 (java) S 1397 1399 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811722046 10798440448 216516 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 7 0 0 0
[pid=1399/tid=1408] ppid=1397 vsize=10545352 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1408/stat : 1408 (java) S 1397 1399 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811722046 10798440448 216518 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 7 0 0 0
[pid=1399/tid=1409] ppid=1397 vsize=10545352 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1409/stat : 1409 (java) S 1397 1399 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811722046 10798440448 216519 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 7 0 0 0
[pid=1399/tid=1410] ppid=1397 vsize=10545352 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1410/stat : 1410 (java) S 1397 1399 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811722046 10798440448 216521 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 7 0 0 0
[pid=1399/tid=1412] ppid=1397 vsize=10545352 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1412/stat : 1412 (java) S 1397 1399 30263 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 811722047 10798440448 216522 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107267584 0 0 0 16800975 18446604459193402688 0 0 -1 1 0 0 0
[pid=1399/tid=1413] ppid=1397 vsize=10545352 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1413/stat : 1413 (java) S 1397 1399 30263 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 811722048 10798440448 216523 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 1 0 0 0
[pid=1399/tid=1414] ppid=1397 vsize=10545352 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1414/stat : 1414 (java) S 1397 1399 30263 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 811722048 10798440448 216525 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 1 0 0 0
[pid=1399/tid=1415] ppid=1397 vsize=10545352 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1415/stat : 1415 (java) S 1397 1399 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811722050 10798440448 216526 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107274673 0 4 0 16800975 18446604459193402688 0 0 -1 1 0 0 0
[pid=1399/tid=1416] ppid=1397 vsize=10545352 CPUtime=0.55 cores=1,3,5,7
/proc/1399/task/1416/stat : 1416 (java) S 1397 1399 30263 0 -1 4202560 6905 0 0 0 55 0 0 0 16 0 18 0 811722050 10798440448 216528 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 3 0 0 0
[pid=1399/tid=1417] ppid=1397 vsize=10545352 CPUtime=0.26 cores=1,3,5,7
/proc/1399/task/1417/stat : 1417 (java) S 1397 1399 30263 0 -1 4202560 2442 0 0 0 26 0 0 0 15 0 18 0 811722050 10798440448 216530 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 5 0 0 0
[pid=1399/tid=1418] ppid=1397 vsize=10545352 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1418/stat : 1418 (java) S 1397 1399 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811722050 10798440448 216531 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 1 0 0 0
[pid=1399/tid=1419] ppid=1397 vsize=10545352 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1419/stat : 1419 (java) S 1397 1399 30263 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 811722050 10798440448 216533 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107267584 0 4 0 16800975 18446604459193402688 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 10545352

[startup+6.30149 s]
/proc/loadavg: 3.62 3.64 3.52 5/564 1424
/proc/meminfo: memFree=17015940/32951124 swapFree=58800704/67111528
[pid=1399] ppid=1397 vsize=10549464 CPUtime=10.77 cores=1,3,5,7
/proc/1399/stat : 1399 (java) S 1397 1399 30263 0 -1 4202496 240798 0 1 0 1048 29 0 0 23 0 22 0 811722044 10802651136 235932 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1399/statm: 2637366 235932 2237 9 0 2628100 0
[pid=1399/tid=1400] ppid=1397 vsize=10549464 CPUtime=3.1 cores=1,3,5,7
/proc/1399/task/1400/stat : 1400 (java) S 1397 1399 30263 0 -1 4202560 211898 0 1 0 284 26 0 0 15 0 22 0 811722044 10802651136 235932 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107267584 0 4 0 16800975 18446604459193402688 0 0 -1 5 0 0 0
[pid=1399/tid=1402] ppid=1397 vsize=10549464 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1402/stat : 1402 (java) S 1397 1399 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811722046 10802651136 235932 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 7 0 0 0
[pid=1399/tid=1403] ppid=1397 vsize=10549464 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1403/stat : 1403 (java) S 1397 1399 30263 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 811722046 10802651136 235932 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 7 0 0 0
[pid=1399/tid=1405] ppid=1397 vsize=10549464 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1405/stat : 1405 (java) S 1397 1399 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811722046 10802651136 235932 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 7 0 0 0
[pid=1399/tid=1406] ppid=1397 vsize=10549464 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1406/stat : 1406 (java) S 1397 1399 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811722046 10802651136 235932 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 7 0 0 0
[pid=1399/tid=1407] ppid=1397 vsize=10549464 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1407/stat : 1407 (java) S 1397 1399 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811722046 10802651136 235932 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 7 0 0 0
[pid=1399/tid=1408] ppid=1397 vsize=10549464 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1408/stat : 1408 (java) S 1397 1399 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811722046 10802651136 235932 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 7 0 0 0
[pid=1399/tid=1409] ppid=1397 vsize=10549464 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1409/stat : 1409 (java) S 1397 1399 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811722046 10802651136 235932 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 7 0 0 0
[pid=1399/tid=1410] ppid=1397 vsize=10549464 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1410/stat : 1410 (java) S 1397 1399 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811722046 10802651136 235932 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 7 0 0 0
[pid=1399/tid=1412] ppid=1397 vsize=10549464 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1412/stat : 1412 (java) S 1397 1399 30263 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 811722047 10802651136 235932 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107267584 0 0 0 16800975 18446604459193402688 0 0 -1 1 0 0 0
[pid=1399/tid=1413] ppid=1397 vsize=10549464 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1413/stat : 1413 (java) S 1397 1399 30263 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 811722048 10802651136 235932 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 1 0 0 0
[pid=1399/tid=1414] ppid=1397 vsize=10549464 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1414/stat : 1414 (java) S 1397 1399 30263 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811722048 10802651136 235932 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 1 0 0 0
[pid=1399/tid=1415] ppid=1397 vsize=10549464 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1415/stat : 1415 (java) S 1397 1399 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811722050 10802651136 235932 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107274673 0 4 0 16800975 18446604459193402688 0 0 -1 1 0 0 0
[pid=1399/tid=1416] ppid=1397 vsize=10549464 CPUtime=0.82 cores=1,3,5,7
/proc/1399/task/1416/stat : 1416 (java) S 1397 1399 30263 0 -1 4202560 6952 0 0 0 82 0 0 0 15 0 22 0 811722050 10802651136 235932 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 3 0 0 0
[pid=1399/tid=1417] ppid=1397 vsize=10549464 CPUtime=0.5 cores=1,3,5,7
/proc/1399/task/1417/stat : 1417 (java) S 1397 1399 30263 0 -1 4202560 2479 0 0 0 50 0 0 0 16 0 22 0 811722050 10802651136 235932 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 5 0 0 0
[pid=1399/tid=1418] ppid=1397 vsize=10549464 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1418/stat : 1418 (java) S 1397 1399 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811722050 10802651136 235932 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 1 0 0 0
[pid=1399/tid=1419] ppid=1397 vsize=10549464 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1419/stat : 1419 (java) S 1397 1399 30263 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 811722050 10802651136 235932 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107267584 0 4 0 16800975 18446604459193402688 0 0 -1 5 0 0 0

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

[startup+822.301 s]
/proc/loadavg: 2.58 3.49 3.61 3/537 1468
/proc/meminfo: memFree=17865292/32951124 swapFree=58800704/67111528
[pid=1399] ppid=1397 vsize=10549464 CPUtime=1644.57 cores=1,3,5,7
/proc/1399/stat : 1399 (java) S 1397 1399 30263 0 -1 4202496 919247 0 1 0 164345 112 0 0 23 0 22 0 811722044 10802651136 912392 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1399/statm: 2637366 912392 2252 9 0 2628100 0
[pid=1399/tid=1400] ppid=1397 vsize=10549464 CPUtime=3.1 cores=1,3,5,7
/proc/1399/task/1400/stat : 1400 (java) S 1397 1399 30263 0 -1 4202560 211901 0 1 0 284 26 0 0 15 0 22 0 811722044 10802651136 912392 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107267584 0 4 0 16800975 18446604459193402688 0 0 -1 5 0 0 0
[pid=1399/tid=1402] ppid=1397 vsize=10549464 CPUtime=0.37 cores=1,3,5,7
/proc/1399/task/1402/stat : 1402 (java) S 1397 1399 30263 0 -1 4202560 17929 0 0 0 35 2 0 0 15 0 22 0 811722046 10802651136 912392 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 5 0 0 0
[pid=1399/tid=1403] ppid=1397 vsize=10549464 CPUtime=0.47 cores=1,3,5,7
/proc/1399/task/1403/stat : 1403 (java) S 1397 1399 30263 0 -1 4202560 15771 0 0 0 45 2 0 0 16 0 22 0 811722046 10802651136 912392 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 5 0 0 0
[pid=1399/tid=1405] ppid=1397 vsize=10549464 CPUtime=0.39 cores=1,3,5,7
/proc/1399/task/1405/stat : 1405 (java) S 1397 1399 30263 0 -1 4202560 10741 0 0 0 37 2 0 0 15 0 22 0 811722046 10802651136 912392 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 3 0 0 0
[pid=1399/tid=1406] ppid=1397 vsize=10549464 CPUtime=0.35 cores=1,3,5,7
/proc/1399/task/1406/stat : 1406 (java) S 1397 1399 30263 0 -1 4202560 10579 0 0 0 33 2 0 0 15 0 22 0 811722046 10802651136 912392 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 7 0 0 0
[pid=1399/tid=1407] ppid=1397 vsize=10549464 CPUtime=0.38 cores=1,3,5,7
/proc/1399/task/1407/stat : 1407 (java) S 1397 1399 30263 0 -1 4202560 13685 0 0 0 37 1 0 0 15 0 22 0 811722046 10802651136 912392 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 1 0 0 0
[pid=1399/tid=1408] ppid=1397 vsize=10549464 CPUtime=0.4 cores=1,3,5,7
/proc/1399/task/1408/stat : 1408 (java) S 1397 1399 30263 0 -1 4202560 13279 0 0 0 39 1 0 0 16 0 22 0 811722046 10802651136 912392 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 1 0 0 0
[pid=1399/tid=1409] ppid=1397 vsize=10549464 CPUtime=0.63 cores=1,3,5,7
/proc/1399/task/1409/stat : 1409 (java) S 1397 1399 30263 0 -1 4202560 26861 0 0 0 60 3 0 0 15 0 22 0 811722046 10802651136 912392 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 5 0 0 0
[pid=1399/tid=1410] ppid=1397 vsize=10549464 CPUtime=0.62 cores=1,3,5,7
/proc/1399/task/1410/stat : 1410 (java) S 1397 1399 30263 0 -1 4202560 19455 0 0 0 60 2 0 0 16 0 22 0 811722046 10802651136 912392 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 3 0 0 0
[pid=1399/tid=1412] ppid=1397 vsize=10549464 CPUtime=0.09 cores=1,3,5,7
/proc/1399/task/1412/stat : 1412 (java) S 1397 1399 30263 0 -1 4202560 54 0 0 0 3 6 0 0 15 0 22 0 811722047 10802651136 912392 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107267584 0 0 0 16800975 18446604459193402688 0 0 -1 5 0 0 0
[pid=1399/tid=1413] ppid=1397 vsize=10549464 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1413/stat : 1413 (java) S 1397 1399 30263 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811722048 10802651136 912392 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 5 0 0 0
[pid=1399/tid=1414] ppid=1397 vsize=10549464 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1414/stat : 1414 (java) S 1397 1399 30263 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811722048 10802651136 912392 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 1 0 0 0
[pid=1399/tid=1415] ppid=1397 vsize=10549464 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1415/stat : 1415 (java) S 1397 1399 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811722050 10802651136 912392 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107274673 0 4 0 16800975 18446604459193402688 0 0 -1 1 0 0 0
[pid=1399/tid=1416] ppid=1397 vsize=10549464 CPUtime=0.99 cores=1,3,5,7
/proc/1399/task/1416/stat : 1416 (java) S 1397 1399 30263 0 -1 4202560 6965 0 0 0 99 0 0 0 15 0 22 0 811722050 10802651136 912392 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 3 0 0 0
[pid=1399/tid=1417] ppid=1397 vsize=10549464 CPUtime=0.71 cores=1,3,5,7
/proc/1399/task/1417/stat : 1417 (java) S 1397 1399 30263 0 -1 4202560 2494 0 0 0 71 0 0 0 16 0 22 0 811722050 10802651136 912392 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 5 0 0 0
[pid=1399/tid=1418] ppid=1397 vsize=10549464 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1418/stat : 1418 (java) S 1397 1399 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811722050 10802651136 912392 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 1 0 0 0
[pid=1399/tid=1419] ppid=1397 vsize=10549464 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1419/stat : 1419 (java) S 1397 1399 30263 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 22 0 811722050 10802651136 912392 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107267584 0 4 0 16800975 18446604459193402688 0 0 -1 5 0 0 0
[pid=1399/tid=1420] ppid=1397 vsize=10549464 CPUtime=817.97 cores=1,3,5,7
/proc/1399/task/1420/stat : 1420 (java) R 1397 1399 30263 0 -1 4202560 14872 0 0 0 81794 3 0 0 25 0 22 0 811722356 10802651136 912392 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 46912505990062 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1399/tid=1421] ppid=1397 vsize=10549464 CPUtime=817.96 cores=1,3,5,7
/proc/1399/task/1421/stat : 1421 (java) R 1397 1399 30263 0 -1 4202560 553457 0 0 0 81741 55 0 0 25 0 22 0 811722356 10802651136 912392 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 46912506200750 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=1399/tid=1422] ppid=1397 vsize=10549464 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1422/stat : 1422 (java) S 1397 1399 30263 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811722362 10802651136 912392 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107267584 0 4 0 16800975 18446604459193402688 0 0 -1 1 0 0 0
[pid=1399/tid=1424] ppid=1397 vsize=10549464 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1424/stat : 1424 (java) S 1397 1399 30263 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811722363 10802651136 912392 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107267584 0 4 0 16800975 18446604459193402688 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1644.57
Current children cumulated vsize (KiB) 10549464

[startup+882.301 s]
/proc/loadavg: 2.32 3.24 3.52 3/537 1473
/proc/meminfo: memFree=17865412/32951124 swapFree=58800704/67111528
[pid=1399] ppid=1397 vsize=10549464 CPUtime=1764.6 cores=1,3,5,7
/proc/1399/stat : 1399 (java) S 1397 1399 30263 0 -1 4202496 919425 0 1 0 176347 113 0 0 23 0 22 0 811722044 10802651136 912548 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1399/statm: 2637366 912548 2252 9 0 2628100 0
[pid=1399/tid=1400] ppid=1397 vsize=10549464 CPUtime=3.1 cores=1,3,5,7
/proc/1399/task/1400/stat : 1400 (java) S 1397 1399 30263 0 -1 4202560 211901 0 1 0 284 26 0 0 15 0 22 0 811722044 10802651136 912548 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107267584 0 4 0 16800975 18446604459193402688 0 0 -1 5 0 0 0
[pid=1399/tid=1402] ppid=1397 vsize=10549464 CPUtime=0.38 cores=1,3,5,7
/proc/1399/task/1402/stat : 1402 (java) S 1397 1399 30263 0 -1 4202560 17940 0 0 0 36 2 0 0 15 0 22 0 811722046 10802651136 912548 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 7 0 0 0
[pid=1399/tid=1403] ppid=1397 vsize=10549464 CPUtime=0.48 cores=1,3,5,7
/proc/1399/task/1403/stat : 1403 (java) S 1397 1399 30263 0 -1 4202560 15786 0 0 0 46 2 0 0 15 0 22 0 811722046 10802651136 912548 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 3 0 0 0
[pid=1399/tid=1405] ppid=1397 vsize=10549464 CPUtime=0.4 cores=1,3,5,7
/proc/1399/task/1405/stat : 1405 (java) S 1397 1399 30263 0 -1 4202560 10774 0 0 0 38 2 0 0 16 0 22 0 811722046 10802651136 912548 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 3 0 0 0
[pid=1399/tid=1406] ppid=1397 vsize=10549464 CPUtime=0.36 cores=1,3,5,7
/proc/1399/task/1406/stat : 1406 (java) S 1397 1399 30263 0 -1 4202560 10633 0 0 0 34 2 0 0 15 0 22 0 811722046 10802651136 912548 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 3 0 0 0
[pid=1399/tid=1407] ppid=1397 vsize=10549464 CPUtime=0.4 cores=1,3,5,7
/proc/1399/task/1407/stat : 1407 (java) S 1397 1399 30263 0 -1 4202560 13685 0 0 0 39 1 0 0 16 0 22 0 811722046 10802651136 912548 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 1 0 0 0
[pid=1399/tid=1408] ppid=1397 vsize=10549464 CPUtime=0.41 cores=1,3,5,7
/proc/1399/task/1408/stat : 1408 (java) S 1397 1399 30263 0 -1 4202560 13305 0 0 0 40 1 0 0 15 0 22 0 811722046 10802651136 912548 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 5 0 0 0
[pid=1399/tid=1409] ppid=1397 vsize=10549464 CPUtime=0.65 cores=1,3,5,7
/proc/1399/task/1409/stat : 1409 (java) S 1397 1399 30263 0 -1 4202560 26878 0 0 0 62 3 0 0 16 0 22 0 811722046 10802651136 912548 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 5 0 0 0
[pid=1399/tid=1410] ppid=1397 vsize=10549464 CPUtime=0.63 cores=1,3,5,7
/proc/1399/task/1410/stat : 1410 (java) S 1397 1399 30263 0 -1 4202560 19455 0 0 0 61 2 0 0 16 0 22 0 811722046 10802651136 912548 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 7 0 0 0
[pid=1399/tid=1412] ppid=1397 vsize=10549464 CPUtime=0.1 cores=1,3,5,7
/proc/1399/task/1412/stat : 1412 (java) S 1397 1399 30263 0 -1 4202560 58 0 0 0 3 7 0 0 15 0 22 0 811722047 10802651136 912548 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107267584 0 0 0 16800975 18446604459193402688 0 0 -1 5 0 0 0
[pid=1399/tid=1413] ppid=1397 vsize=10549464 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1413/stat : 1413 (java) S 1397 1399 30263 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811722048 10802651136 912548 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 5 0 0 0
[pid=1399/tid=1414] ppid=1397 vsize=10549464 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1414/stat : 1414 (java) S 1397 1399 30263 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811722048 10802651136 912548 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 1 0 0 0
[pid=1399/tid=1415] ppid=1397 vsize=10549464 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1415/stat : 1415 (java) S 1397 1399 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811722050 10802651136 912548 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107274673 0 4 0 16800975 18446604459193402688 0 0 -1 1 0 0 0
[pid=1399/tid=1416] ppid=1397 vsize=10549464 CPUtime=0.99 cores=1,3,5,7
/proc/1399/task/1416/stat : 1416 (java) S 1397 1399 30263 0 -1 4202560 6965 0 0 0 99 0 0 0 15 0 22 0 811722050 10802651136 912548 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 3 0 0 0
[pid=1399/tid=1417] ppid=1397 vsize=10549464 CPUtime=0.71 cores=1,3,5,7
/proc/1399/task/1417/stat : 1417 (java) S 1397 1399 30263 0 -1 4202560 2494 0 0 0 71 0 0 0 16 0 22 0 811722050 10802651136 912548 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 5 0 0 0
[pid=1399/tid=1418] ppid=1397 vsize=10549464 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1418/stat : 1418 (java) S 1397 1399 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811722050 10802651136 912548 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 1 0 0 0
[pid=1399/tid=1419] ppid=1397 vsize=10549464 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1419/stat : 1419 (java) S 1397 1399 30263 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 811722050 10802651136 912548 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107267584 0 4 0 16800975 18446604459193402688 0 0 -1 5 0 0 0
[pid=1399/tid=1420] ppid=1397 vsize=10549464 CPUtime=877.92 cores=1,3,5,7
/proc/1399/task/1420/stat : 1420 (java) R 1397 1399 30263 0 -1 4202560 14882 0 0 0 87789 3 0 0 25 0 22 0 811722356 10802651136 912548 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 46912506050844 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1399/tid=1421] ppid=1397 vsize=10549464 CPUtime=877.92 cores=1,3,5,7
/proc/1399/task/1421/stat : 1421 (java) R 1397 1399 30263 0 -1 4202560 553461 0 0 0 87737 55 0 0 25 0 22 0 811722356 10802651136 912548 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 46912505695463 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=1399/tid=1422] ppid=1397 vsize=10549464 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1422/stat : 1422 (java) S 1397 1399 30263 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811722362 10802651136 912548 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107267584 0 4 0 16800975 18446604459193402688 0 0 -1 1 0 0 0
[pid=1399/tid=1424] ppid=1397 vsize=10549464 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1424/stat : 1424 (java) S 1397 1399 30263 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811722363 10802651136 912548 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107267584 0 4 0 16800975 18446604459193402688 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1764.6
Current children cumulated vsize (KiB) 10549464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.001 s]
/proc/loadavg: 2.23 3.16 3.49 3/537 1473
/proc/meminfo: memFree=17865276/32951124 swapFree=58800704/67111528
[pid=1399] ppid=1397 vsize=10549464 CPUtime=1800.01 cores=1,3,5,7
/proc/1399/stat : 1399 (java) S 1397 1399 30263 0 -1 4202496 919479 0 1 0 179888 113 0 0 23 0 22 0 811722044 10802651136 912598 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1399/statm: 2637366 912598 2252 9 0 2628100 0
[pid=1399/tid=1400] ppid=1397 vsize=10549464 CPUtime=3.1 cores=1,3,5,7
/proc/1399/task/1400/stat : 1400 (java) S 1397 1399 30263 0 -1 4202560 211901 0 1 0 284 26 0 0 15 0 22 0 811722044 10802651136 912598 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107267584 0 4 0 16800975 18446604459193402688 0 0 -1 5 0 0 0
[pid=1399/tid=1402] ppid=1397 vsize=10549464 CPUtime=0.39 cores=1,3,5,7
/proc/1399/task/1402/stat : 1402 (java) S 1397 1399 30263 0 -1 4202560 17945 0 0 0 37 2 0 0 16 0 22 0 811722046 10802651136 912598 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 3 0 0 0
[pid=1399/tid=1403] ppid=1397 vsize=10549464 CPUtime=0.48 cores=1,3,5,7
/proc/1399/task/1403/stat : 1403 (java) S 1397 1399 30263 0 -1 4202560 15815 0 0 0 46 2 0 0 16 0 22 0 811722046 10802651136 912598 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 7 0 0 0
[pid=1399/tid=1405] ppid=1397 vsize=10549464 CPUtime=0.4 cores=1,3,5,7
/proc/1399/task/1405/stat : 1405 (java) S 1397 1399 30263 0 -1 4202560 10784 0 0 0 38 2 0 0 15 0 22 0 811722046 10802651136 912598 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 1 0 0 0
[pid=1399/tid=1406] ppid=1397 vsize=10549464 CPUtime=0.37 cores=1,3,5,7
/proc/1399/task/1406/stat : 1406 (java) S 1397 1399 30263 0 -1 4202560 10633 0 0 0 35 2 0 0 15 0 22 0 811722046 10802651136 912598 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 3 0 0 0
[pid=1399/tid=1407] ppid=1397 vsize=10549464 CPUtime=0.41 cores=1,3,5,7
/proc/1399/task/1407/stat : 1407 (java) S 1397 1399 30263 0 -1 4202560 13691 0 0 0 40 1 0 0 15 0 22 0 811722046 10802651136 912598 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 1 0 0 0
[pid=1399/tid=1408] ppid=1397 vsize=10549464 CPUtime=0.42 cores=1,3,5,7
/proc/1399/task/1408/stat : 1408 (java) S 1397 1399 30263 0 -1 4202560 13305 0 0 0 41 1 0 0 15 0 22 0 811722046 10802651136 912598 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 3 0 0 0
[pid=1399/tid=1409] ppid=1397 vsize=10549464 CPUtime=0.65 cores=1,3,5,7
/proc/1399/task/1409/stat : 1409 (java) S 1397 1399 30263 0 -1 4202560 26878 0 0 0 62 3 0 0 16 0 22 0 811722046 10802651136 912598 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 5 0 0 0
[pid=1399/tid=1410] ppid=1397 vsize=10549464 CPUtime=0.63 cores=1,3,5,7
/proc/1399/task/1410/stat : 1410 (java) S 1397 1399 30263 0 -1 4202560 19455 0 0 0 61 2 0 0 15 0 22 0 811722046 10802651136 912598 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 1 0 0 0
[pid=1399/tid=1412] ppid=1397 vsize=10549464 CPUtime=0.1 cores=1,3,5,7
/proc/1399/task/1412/stat : 1412 (java) S 1397 1399 30263 0 -1 4202560 58 0 0 0 3 7 0 0 15 0 22 0 811722047 10802651136 912598 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107267584 0 0 0 16800975 18446604459193402688 0 0 -1 5 0 0 0
[pid=1399/tid=1413] ppid=1397 vsize=10549464 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1413/stat : 1413 (java) S 1397 1399 30263 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811722048 10802651136 912598 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 5 0 0 0
[pid=1399/tid=1414] ppid=1397 vsize=10549464 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1414/stat : 1414 (java) S 1397 1399 30263 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811722048 10802651136 912598 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 1 0 0 0
[pid=1399/tid=1415] ppid=1397 vsize=10549464 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1415/stat : 1415 (java) S 1397 1399 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811722050 10802651136 912598 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107274673 0 4 0 16800975 18446604459193402688 0 0 -1 1 0 0 0
[pid=1399/tid=1416] ppid=1397 vsize=10549464 CPUtime=0.99 cores=1,3,5,7
/proc/1399/task/1416/stat : 1416 (java) S 1397 1399 30263 0 -1 4202560 6965 0 0 0 99 0 0 0 15 0 22 0 811722050 10802651136 912598 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 3 0 0 0
[pid=1399/tid=1417] ppid=1397 vsize=10549464 CPUtime=0.71 cores=1,3,5,7
/proc/1399/task/1417/stat : 1417 (java) S 1397 1399 30263 0 -1 4202560 2494 0 0 0 71 0 0 0 16 0 22 0 811722050 10802651136 912598 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 5 0 0 0
[pid=1399/tid=1418] ppid=1397 vsize=10549464 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1418/stat : 1418 (java) S 1397 1399 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811722050 10802651136 912598 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107266969 0 4 0 16800975 18446604459193402688 0 0 -1 1 0 0 0
[pid=1399/tid=1419] ppid=1397 vsize=10549464 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1419/stat : 1419 (java) S 1397 1399 30263 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 811722050 10802651136 912598 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107267584 0 4 0 16800975 18446604459193402688 0 0 -1 5 0 0 0
[pid=1399/tid=1420] ppid=1397 vsize=10549464 CPUtime=895.62 cores=1,3,5,7
/proc/1399/task/1420/stat : 1420 (java) R 1397 1399 30263 0 -1 4202560 14886 0 0 0 89559 3 0 0 25 0 22 0 811722356 10802651136 912598 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 46912505989720 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1399/tid=1421] ppid=1397 vsize=10549464 CPUtime=895.62 cores=1,3,5,7
/proc/1399/task/1421/stat : 1421 (java) R 1397 1399 30263 0 -1 4202560 553461 0 0 0 89507 55 0 0 25 0 22 0 811722356 10802651136 912598 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 46912505816433 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=1399/tid=1422] ppid=1397 vsize=10549464 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1422/stat : 1422 (java) S 1397 1399 30263 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811722362 10802651136 912598 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107267584 0 4 0 16800975 18446604459193402688 0 0 -1 1 0 0 0
[pid=1399/tid=1424] ppid=1397 vsize=10549464 CPUtime=0 cores=1,3,5,7
/proc/1399/task/1424/stat : 1424 (java) S 1397 1399 30263 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811722363 10802651136 912598 33554432000 1073741824 1073778376 140736714892720 18446744073709551615 228107267584 0 4 0 16800975 18446604459193402688 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 10549464

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

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

[startup+900.126 s]
/proc/loadavg: 2.23 3.16 3.49 3/537 1473
/proc/meminfo: memFree=17865276/32951124 swapFree=58800704/67111528
[pid=1399] ppid=1397 vsize=0 CPUtime=1800.16 cores=1,3,5,7
/proc/1399/stat : 1399 (java) Z 1397 1399 30263 0 -1 4203548 919507 0 1 0 179893 123 0 0 17 0 2 0 811722044 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1399/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 900.172
CPU time (s): 1800.22
CPU user time (s): 1798.94
CPU system time (s): 1.28081
CPU usage (%): 199.986
Max. virtual memory (cumulated for all children) (KiB): 10549464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.94
system time used= 1.2808
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 919507
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= 27416
involuntary context switches= 16759

runsolver used 4.73928 second user time and 11.4743 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-04 15:11:06
IDJOB=3454290
IDBENCH=2988
IDSOLVER=1950
FILE ID=node142/3454290-1307193065
RUNJOBID= node142-1307191934-1005
PBS_JOBID= 13508862
Free space on /tmp= 73912 MiB

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

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

MD5SUM BENCH= 9af4cec1a3de729e6d2b359a17678fc7
RANDOM SEED=2115204114

node142.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	: 5131.95
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.82
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.67
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.81
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.82
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17940096 kB
Buffers:        285352 kB
Cached:         485152 kB
SwapCached:      11452 kB
Active:       12923596 kB
Inactive:      1818140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17940096 kB
SwapTotal:    67111528 kB
SwapFree:     58800704 kB
Dirty:           16784 kB
Writeback:           0 kB
AnonPages:    13968008 kB
Mapped:          39904 kB
Slab:           117476 kB
PageTables:      81848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 155761400 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= 73924 MiB
End job on node142 at 2011-06-04 15:26:08