Trace number 3688324

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
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.59 897.239

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=200-sizeP=101-sizeQ=200-410184650-max.opb
MD5SUM8dbba4128860c0dcf60d2ae6d42e2446
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 variables20501
Total number of constraints60601
Number of constraints which are clauses60600
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 constraint20200
Number of terms in the objective function 101
Biggest coefficient in the objective function 1267650600228229401496703205376
Number of bits for the biggest coefficient in the objective function 101
Sum of the numbers in the objective function 2535301200456458802993406410751
Number of bits of the sum of numbers in the objective function 101
Biggest number in a constraint 1018517988167243043134222844204689080525734196832968125318070224677190649881668353091698688
Number of bits of the biggest number in a constraint 300
Biggest sum of numbers in a constraint 4074071952668972172536891376818271167362115627974489459407595858486846194981300150535267275
Number of bits of the biggest sum of numbers301
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.2.v20120418
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		501472288
0.02/0.09	c Max memory 		7480803328
0.02/0.09	c Total memory 		504102912
0.02/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3688324-1337876787.opb
0.09/0.12	c reading problem ... 
2.16/1.05	c ... done. Wall clock time 0.929s.
2.16/1.05	c declared #vars     20501
2.16/1.05	c #constraints  60602
2.16/1.05	c constraints type 
2.16/1.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20200
2.16/1.05	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 40400
2.16/1.05	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
2.16/1.05	c 60602 constraints processed.
2.16/1.05	c constraints type 
2.16/1.05	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 40400
2.16/1.05	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 20200
2.16/1.05	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
2.16/1.05	c 60602 constraints processed.
2.16/1.05	c objective function length is 101 literals
413.34/205.19	c cleaning 2500 clauses out of 5000 with flag 5000/5000
775.30/386.69	c cleaning 4247 clauses out of 8502 with flag 11002/11002
1230.72/613.73	c cleaning 5620 clauses out of 11253 with flag 18000/18000
1800.07/897.21	c starts		: 54
1800.07/897.21	c conflicts		: 25875
1800.07/897.21	c decisions		: 55423
1800.07/897.21	c propagations		: 5879664
1800.07/897.21	c inspects		: 35237603
1800.07/897.21	c shortcuts		: 0
1800.07/897.21	c learnt literals	: 0
1800.07/897.21	c learnt binary clauses	: 2
1800.07/897.21	c learnt ternary clauses	: 24
1800.07/897.21	c learnt constraints	: 25875
1800.07/897.21	c ignored constraints	: 0
1800.07/897.21	c root simplifications	: 0
1800.07/897.21	c removed literals (reason simplification)	: 162522784
1800.07/897.21	c reason swapping (by a shorter reason)	: 0
1800.07/897.21	c Calls to reduceDB	: 3
1800.07/897.21	c number of reductions to clauses (during analyze)	: 0
1800.07/897.21	c number of learned constraints concerned by reduction	: 0
1800.07/897.21	c number of learning phase by resolution	: 0
1800.07/897.21	c number of learning phase by cutting planes	: 0
1800.07/897.21	c speed (assignments/second)	: 6561.139783626351
1800.07/897.21	c non guided choices	138
1800.07/897.22	c learnt constraints type 
1800.07/897.22	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.07/897.22	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13506
1800.07/897.22	c constraints type 
1800.07/897.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20200
1800.07/897.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 40400
1800.07/897.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.07/897.22	c 60602 constraints processed.
1800.07/897.22	c constraints type 
1800.07/897.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 40400
1800.07/897.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 20200
1800.07/897.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.07/897.22	c 60602 constraints processed.
1800.07/897.22	s UNKNOWN
1800.07/897.22	c Total wall clock time (in seconds): 897.098

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3688324-1337876787/watcher-3688324-1337876787 -o /tmp/evaluation-result-3688324-1337876787/solver-3688324-1337876787 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688324-1337876787.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.87 3.97 3.81 4/197 25801
/proc/meminfo: memFree=28403236/32873844 swapFree=7900/7900
[pid=25801] ppid=25799 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/25801/stat : 25801 (java) D 25799 25801 23987 0 -1 4202496 92 0 0 0 0 0 0 0 20 0 1 0 253803288 2560000 46 33554432000 1073741824 1073778376 140736164215440 140736164212568 225435544871 0 0 4096 0 18446744072100609316 0 0 17 3 0 0 0 0 0
/proc/25801/statm: 625 46 37 9 0 29 0

[startup+0.047333 s]
/proc/loadavg: 3.87 3.97 3.81 4/197 25801
/proc/meminfo: memFree=28403236/32873844 swapFree=7900/7900
[pid=25801] ppid=25799 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/25801/stat : 25801 (java) S 25799 25801 23987 0 -1 4202496 3012 0 1 0 2 0 0 0 20 0 13 0 253803288 9446973440 3711 33554432000 1073741824 1073778376 140733790848880 140733790840016 225448067133 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25801/statm: 2306390 3711 1692 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100216 s]
/proc/loadavg: 3.87 3.97 3.81 4/197 25801
/proc/meminfo: memFree=28403236/32873844 swapFree=7900/7900
[pid=25801] ppid=25799 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/25801/stat : 25801 (java) S 25799 25801 23987 0 -1 4202496 4273 0 1 0 8 1 0 0 20 0 18 0 253803288 9787813888 5458 33554432000 1073741824 1073778376 140733790848880 140733790840016 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25801/statm: 2389603 5458 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300186 s]
/proc/loadavg: 3.87 3.97 3.81 4/197 25801
/proc/meminfo: memFree=28403236/32873844 swapFree=7900/7900
[pid=25801] ppid=25799 vsize=9558412 CPUtime=0.47 cores=1,3,5,7
/proc/25801/stat : 25801 (java) S 25799 25801 23987 0 -1 4202496 5560 0 1 0 45 2 0 0 20 0 18 0 253803288 9787813888 8424 33554432000 1073741824 1073778376 140733790848880 140733790840016 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25801/statm: 2389603 8424 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558412

[startup+0.700208 s]
/proc/loadavg: 3.87 3.97 3.81 4/197 25801
/proc/meminfo: memFree=28403236/32873844 swapFree=7900/7900
[pid=25801] ppid=25799 vsize=9558412 CPUtime=1.64 cores=1,3,5,7
/proc/25801/stat : 25801 (java) S 25799 25801 23987 0 -1 4202496 15571 0 1 0 160 4 0 0 20 0 18 0 253803288 9787813888 38149 33554432000 1073741824 1073778376 140733790848880 140733790840016 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25801/statm: 2389603 38149 2233 9 0 2380296 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 9558412

[startup+1.50066 s]
/proc/loadavg: 3.87 3.97 3.81 5/215 25819
/proc/meminfo: memFree=28217596/32873844 swapFree=7900/7900
[pid=25801] ppid=25799 vsize=9824668 CPUtime=3.68 cores=1,3,5,7
/proc/25801/stat : 25801 (java) S 25799 25801 23987 0 -1 4202496 15827 0 1 0 361 7 0 0 20 0 22 0 253803288 10060460032 48588 33554432000 1073741824 1073778376 140733790848880 140733790840016 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25801/statm: 2456167 48588 2267 9 0 2446860 0
[pid=25801/tid=25803] ppid=25799 vsize=9824668 CPUtime=0.98 cores=1,3,5,7
/proc/25801/task/25803/stat : 25803 (java) S 25799 25801 23987 0 -1 4202560 2519 0 1 0 94 4 0 0 20 0 22 0 253803289 10060460032 48588 33554432000 1073741824 1073778376 140733790848880 140328607814648 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25801/tid=25804] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25804/stat : 25804 (java) S 25799 25801 23987 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253803290 10060460032 48588 33554432000 1073741824 1073778376 140733790848880 140328596876200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25801/tid=25805] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25805/stat : 25805 (java) S 25799 25801 23987 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253803290 10060460032 48588 33554432000 1073741824 1073778376 140733790848880 140328595823656 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25801/tid=25806] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25806/stat : 25806 (java) S 25799 25801 23987 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253803290 10060460032 48588 33554432000 1073741824 1073778376 140733790848880 140328449030824 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25801/tid=25807] ppid=25799 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25801/task/25807/stat : 25807 (java) S 25799 25801 23987 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 253803290 10060460032 48588 33554432000 1073741824 1073778376 140733790848880 140328447978280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25808] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25808/stat : 25808 (java) S 25799 25801 23987 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253803290 10060460032 48588 33554432000 1073741824 1073778376 140733790848880 140328446925224 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25801/tid=25809] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25809/stat : 25809 (java) S 25799 25801 23987 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253803290 10060460032 48588 33554432000 1073741824 1073778376 140733790848880 140328445872680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25801/tid=25810] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25810/stat : 25810 (java) S 25799 25801 23987 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253803291 10060460032 48588 33554432000 1073741824 1073778376 140733790848880 140328444819624 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25811] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25811/stat : 25811 (java) S 25799 25801 23987 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253803291 10060460032 48588 33554432000 1073741824 1073778376 140733790848880 140328443767080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25812] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25812/stat : 25812 (java) S 25799 25801 23987 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 253803292 10060460032 48588 33554432000 1073741824 1073778376 140733790848880 140328431569768 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25813] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25813/stat : 25813 (java) S 25799 25801 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253803292 10060460032 48588 33554432000 1073741824 1073778376 140733790848880 140328430516088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25814] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25814/stat : 25814 (java) S 25799 25801 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253803292 10060460032 48588 33554432000 1073741824 1073778376 140733790848880 140328429462920 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25815] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25815/stat : 25815 (java) S 25799 25801 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253803294 10060460032 48588 33554432000 1073741824 1073778376 140733790848880 140328428411664 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25816] ppid=25799 vsize=9824668 CPUtime=0.82 cores=1,3,5,7
/proc/25801/task/25816/stat : 25816 (java) R 25799 25801 23987 0 -1 4202560 5278 0 0 0 82 0 0 0 20 0 22 0 253803294 10060460032 48588 33554432000 1073741824 1073778376 140733790848880 140328427346048 140328611445732 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25817] ppid=25799 vsize=9824668 CPUtime=0.84 cores=1,3,5,7
/proc/25801/task/25817/stat : 25817 (java) R 25799 25801 23987 0 -1 4202560 6631 0 0 0 83 1 0 0 20 0 22 0 253803294 10060460032 48588 33554432000 1073741824 1073778376 140733790848880 140328426305976 140328611914755 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25801/tid=25818] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25818/stat : 25818 (java) S 25799 25801 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253803295 10060460032 48588 33554432000 1073741824 1073778376 140733790848880 140328425253112 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25801/tid=25819] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25819/stat : 25819 (java) S 25799 25801 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253803295 10060460032 48588 33554432000 1073741824 1073778376 140733790848880 140328424200776 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 9824668

[startup+3.10077 s]
/proc/loadavg: 3.87 3.97 3.81 5/219 25823
/proc/meminfo: memFree=28188644/32873844 swapFree=7900/7900
[pid=25801] ppid=25799 vsize=9824668 CPUtime=7.43 cores=1,3,5,7
/proc/25801/stat : 25801 (java) S 25799 25801 23987 0 -1 4202496 16261 0 1 0 729 14 0 0 20 0 22 0 253803288 10060460032 68385 33554432000 1073741824 1073778376 140733790848880 140733790840016 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25801/statm: 2456167 68385 2268 9 0 2446860 0
[pid=25801/tid=25803] ppid=25799 vsize=9824668 CPUtime=0.98 cores=1,3,5,7
/proc/25801/task/25803/stat : 25803 (java) S 25799 25801 23987 0 -1 4202560 2519 0 1 0 94 4 0 0 20 0 22 0 253803289 10060460032 68385 33554432000 1073741824 1073778376 140733790848880 140328607814648 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25804] ppid=25799 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/25801/task/25804/stat : 25804 (java) S 25799 25801 23987 0 -1 4202560 58 0 0 0 4 1 0 0 20 0 22 0 253803290 10060460032 68385 33554432000 1073741824 1073778376 140733790848880 140328596876200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25805] ppid=25799 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/25801/task/25805/stat : 25805 (java) S 25799 25801 23987 0 -1 4202560 157 0 0 0 3 0 0 0 20 0 22 0 253803290 10060460032 68385 33554432000 1073741824 1073778376 140733790848880 140328595823656 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25801/tid=25806] ppid=25799 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/25801/task/25806/stat : 25806 (java) S 25799 25801 23987 0 -1 4202560 13 0 0 0 2 1 0 0 20 0 22 0 253803290 10060460032 68385 33554432000 1073741824 1073778376 140733790848880 140328449030824 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25801/tid=25807] ppid=25799 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/25801/task/25807/stat : 25807 (java) S 25799 25801 23987 0 -1 4202560 104 0 0 0 2 2 0 0 20 0 22 0 253803290 10060460032 68385 33554432000 1073741824 1073778376 140733790848880 140328447978280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25801/tid=25808] ppid=25799 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/25801/task/25808/stat : 25808 (java) S 25799 25801 23987 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 22 0 253803290 10060460032 68385 33554432000 1073741824 1073778376 140733790848880 140328446925224 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25801/tid=25809] ppid=25799 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/25801/task/25809/stat : 25809 (java) S 25799 25801 23987 0 -1 4202560 88 0 0 0 1 2 0 0 20 0 22 0 253803290 10060460032 68385 33554432000 1073741824 1073778376 140733790848880 140328445872680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25801/tid=25810] ppid=25799 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25801/task/25810/stat : 25810 (java) S 25799 25801 23987 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 253803291 10060460032 68385 33554432000 1073741824 1073778376 140733790848880 140328444819624 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25801/tid=25811] ppid=25799 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25801/task/25811/stat : 25811 (java) S 25799 25801 23987 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 253803291 10060460032 68385 33554432000 1073741824 1073778376 140733790848880 140328443767080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25801/tid=25812] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25812/stat : 25812 (java) S 25799 25801 23987 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 253803292 10060460032 68385 33554432000 1073741824 1073778376 140733790848880 140328431569768 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25801/tid=25813] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25813/stat : 25813 (java) S 25799 25801 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253803292 10060460032 68385 33554432000 1073741824 1073778376 140733790848880 140328430516088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25814] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25814/stat : 25814 (java) S 25799 25801 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253803292 10060460032 68385 33554432000 1073741824 1073778376 140733790848880 140328429462920 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25815] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25815/stat : 25815 (java) S 25799 25801 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253803294 10060460032 68385 33554432000 1073741824 1073778376 140733790848880 140328428411664 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25816] ppid=25799 vsize=9824668 CPUtime=1.05 cores=1,3,5,7
/proc/25801/task/25816/stat : 25816 (java) S 25799 25801 23987 0 -1 4202560 5279 0 0 0 105 0 0 0 20 0 22 0 253803294 10060460032 68385 33554432000 1073741824 1073778376 140733790848880 140328427358520 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25817] ppid=25799 vsize=9824668 CPUtime=1.06 cores=1,3,5,7
/proc/25801/task/25817/stat : 25817 (java) S 25799 25801 23987 0 -1 4202560 6632 0 0 0 105 1 0 0 20 0 22 0 253803294 10060460032 68385 33554432000 1073741824 1073778376 140733790848880 140328426305976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25801/tid=25818] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25818/stat : 25818 (java) S 25799 25801 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253803295 10060460032 68385 33554432000 1073741824 1073778376 140733790848880 140328425253112 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25801/tid=25819] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25819/stat : 25819 (java) S 25799 25801 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253803295 10060460032 68385 33554432000 1073741824 1073778376 140733790848880 140328424200776 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25820] ppid=25799 vsize=9824668 CPUtime=1.96 cores=1,3,5,7
/proc/25801/task/25820/stat : 25820 (java) R 25799 25801 23987 0 -1 4202560 40 0 0 0 196 0 0 0 20 0 22 0 253803393 10060460032 68385 33554432000 1073741824 1073778376 140733790848880 140328423146472 140328477654982 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25801/tid=25821] ppid=25799 vsize=9824668 CPUtime=1.96 cores=1,3,5,7
/proc/25801/task/25821/stat : 25821 (java) R 25799 25801 23987 0 -1 4202560 75 0 0 0 196 0 0 0 20 0 22 0 253803393 10060460032 68385 33554432000 1073741824 1073778376 140733790848880 140328422092088 140328477655299 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25801/tid=25822] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25822/stat : 25822 (java) S 25799 25801 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253803396 10060460032 68385 33554432000 1073741824 1073778376 140733790848880 140328421041448 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25801/tid=25823] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25823/stat : 25823 (java) S 25799 25801 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253803396 10060460032 68385 33554432000 1073741824 1073778376 140733790848880 140328419988904 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.43
Current children cumulated vsize (KiB) 9824668

[startup+6.30086 s]
/proc/loadavg: 3.88 3.97 3.81 5/219 25823
/proc/meminfo: memFree=28055460/32873844 swapFree=7900/7900
[pid=25801] ppid=25799 vsize=9824668 CPUtime=13.92 cores=1,3,5,7
/proc/25801/stat : 25801 (java) S 25799 25801 23987 0 -1 4202496 16508 0 1 0 1372 20 0 0 20 0 22 0 253803288 10060460032 92964 33554432000 1073741824 1073778376 140733790848880 140733790840016 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25801/statm: 2456167 92964 2268 9 0 2446860 0
[pid=25801/tid=25803] ppid=25799 vsize=9824668 CPUtime=0.98 cores=1,3,5,7
/proc/25801/task/25803/stat : 25803 (java) S 25799 25801 23987 0 -1 4202560 2520 0 1 0 94 4 0 0 20 0 22 0 253803289 10060460032 92964 33554432000 1073741824 1073778376 140733790848880 140328607814648 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25804] ppid=25799 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/25801/task/25804/stat : 25804 (java) S 25799 25801 23987 0 -1 4202560 73 0 0 0 7 2 0 0 20 0 22 0 253803290 10060460032 92964 33554432000 1073741824 1073778376 140733790848880 140328596876200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25801/tid=25805] ppid=25799 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/25801/task/25805/stat : 25805 (java) S 25799 25801 23987 0 -1 4202560 165 0 0 0 3 1 0 0 20 0 22 0 253803290 10060460032 92964 33554432000 1073741824 1073778376 140733790848880 140328595823656 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25801/tid=25806] ppid=25799 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/25801/task/25806/stat : 25806 (java) S 25799 25801 23987 0 -1 4202560 24 0 0 0 2 2 0 0 20 0 22 0 253803290 10060460032 92964 33554432000 1073741824 1073778376 140733790848880 140328449030824 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25807] ppid=25799 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/25801/task/25807/stat : 25807 (java) S 25799 25801 23987 0 -1 4202560 120 0 0 0 6 3 0 0 20 0 22 0 253803290 10060460032 92964 33554432000 1073741824 1073778376 140733790848880 140328447978280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25801/tid=25808] ppid=25799 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/25801/task/25808/stat : 25808 (java) S 25799 25801 23987 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 22 0 253803290 10060460032 92964 33554432000 1073741824 1073778376 140733790848880 140328446925224 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25801/tid=25809] ppid=25799 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/25801/task/25809/stat : 25809 (java) S 25799 25801 23987 0 -1 4202560 95 0 0 0 2 2 0 0 20 0 22 0 253803290 10060460032 92964 33554432000 1073741824 1073778376 140733790848880 140328445872680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25801/tid=25810] ppid=25799 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/25801/task/25810/stat : 25810 (java) S 25799 25801 23987 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 22 0 253803291 10060460032 92964 33554432000 1073741824 1073778376 140733790848880 140328444819624 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25801/tid=25811] ppid=25799 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/25801/task/25811/stat : 25811 (java) S 25799 25801 23987 0 -1 4202560 28 0 0 0 4 2 0 0 20 0 22 0 253803291 10060460032 92964 33554432000 1073741824 1073778376 140733790848880 140328443767080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25801/tid=25812] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25812/stat : 25812 (java) S 25799 25801 23987 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 253803292 10060460032 92964 33554432000 1073741824 1073778376 140733790848880 140328431569768 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25801/tid=25813] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25813/stat : 25813 (java) S 25799 25801 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253803292 10060460032 92964 33554432000 1073741824 1073778376 140733790848880 140328430516088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25814] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25814/stat : 25814 (java) S 25799 25801 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253803292 10060460032 92964 33554432000 1073741824 1073778376 140733790848880 140328429462920 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25815] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25815/stat : 25815 (java) S 25799 25801 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253803294 10060460032 92964 33554432000 1073741824 1073778376 140733790848880 140328428411664 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25816] ppid=25799 vsize=9824668 CPUtime=1.05 cores=1,3,5,7
/proc/25801/task/25816/stat : 25816 (java) S 25799 25801 23987 0 -1 4202560 5279 0 0 0 105 0 0 0 20 0 22 0 253803294 10060460032 92964 33554432000 1073741824 1073778376 140733790848880 140328427358520 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25817] ppid=25799 vsize=9824668 CPUtime=1.06 cores=1,3,5,7
/proc/25801/task/25817/stat : 25817 (java) S 25799 25801 23987 0 -1 4202560 6632 0 0 0 105 1 0 0 20 0 22 0 253803294 10060460032 92964 33554432000 1073741824 1073778376 140733790848880 140328426305976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25801/tid=25818] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25818/stat : 25818 (java) S 25799 25801 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253803295 10060460032 92964 33554432000 1073741824 1073778376 140733790848880 140328425253112 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25801/tid=25819] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25819/stat : 25819 (java) S 25799 25801 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253803295 10060460032 92964 33554432000 1073741824 1073778376 140733790848880 140328424200776 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25820] ppid=25799 vsize=9824668 CPUtime=5.11 cores=1,3,5,7
/proc/25801/task/25820/stat : 25820 (java) R 25799 25801 23987 0 -1 4202560 74 0 0 0 509 2 0 0 20 0 22 0 253803393 10060460032 92964 33554432000 1073741824 1073778376 140733790848880 140328423145216 140328477655264 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0

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

[pid=25801/tid=25821] ppid=25799 vsize=9824668 CPUtime=754.02 cores=1,3,5,7
/proc/25801/task/25821/stat : 25821 (java) R 25799 25801 23987 0 -1 4202560 317 0 0 0 75383 19 0 0 20 0 22 0 253803393 10060460032 833681 33554432000 1073741824 1073778376 140733790848880 140328422091552 140328478007789 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25801/tid=25822] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25822/stat : 25822 (java) S 25799 25801 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253803396 10060460032 833681 33554432000 1073741824 1073778376 140733790848880 140328421041448 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25801/tid=25823] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25823/stat : 25823 (java) S 25799 25801 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253803396 10060460032 833681 33554432000 1073741824 1073778376 140733790848880 140328419988904 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1529.11
Current children cumulated vsize (KiB) 9824668

[startup+822.301 s]
/proc/loadavg: 3.99 3.97 3.87 6/220 25906
/proc/meminfo: memFree=25580840/32873844 swapFree=7900/7900
[pid=25801] ppid=25799 vsize=9824668 CPUtime=1649.59 cores=1,3,5,7
/proc/25801/stat : 25801 (java) S 25799 25801 23987 0 -1 4202496 26743 0 1 0 164647 312 0 0 20 0 22 0 253803288 10060460032 839324 33554432000 1073741824 1073778376 140733790848880 140733790840016 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25801/statm: 2456167 839324 2284 9 0 2446860 0
[pid=25801/tid=25803] ppid=25799 vsize=9824668 CPUtime=1.02 cores=1,3,5,7
/proc/25801/task/25803/stat : 25803 (java) S 25799 25801 23987 0 -1 4202560 2531 0 1 0 97 5 0 0 20 0 22 0 253803289 10060460032 839324 33554432000 1073741824 1073778376 140733790848880 140328607814648 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25801/tid=25804] ppid=25799 vsize=9824668 CPUtime=1.9 cores=1,3,5,7
/proc/25801/task/25804/stat : 25804 (java) S 25799 25801 23987 0 -1 4202560 747 0 0 0 158 32 0 0 20 0 22 0 253803290 10060460032 839324 33554432000 1073741824 1073778376 140733790848880 140328596876200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25801/tid=25805] ppid=25799 vsize=9824668 CPUtime=1.96 cores=1,3,5,7
/proc/25801/task/25805/stat : 25805 (java) S 25799 25801 23987 0 -1 4202560 1134 0 0 0 162 34 0 0 20 0 22 0 253803290 10060460032 839324 33554432000 1073741824 1073778376 140733790848880 140328595823656 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25801/tid=25806] ppid=25799 vsize=9824668 CPUtime=1.87 cores=1,3,5,7
/proc/25801/task/25806/stat : 25806 (java) S 25799 25801 23987 0 -1 4202560 629 0 0 0 161 26 0 0 20 0 22 0 253803290 10060460032 839324 33554432000 1073741824 1073778376 140733790848880 140328449030824 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25801/tid=25807] ppid=25799 vsize=9824668 CPUtime=1.95 cores=1,3,5,7
/proc/25801/task/25807/stat : 25807 (java) S 25799 25801 23987 0 -1 4202560 888 0 0 0 163 32 0 0 20 0 22 0 253803290 10060460032 839324 33554432000 1073741824 1073778376 140733790848880 140328447978280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25801/tid=25808] ppid=25799 vsize=9824668 CPUtime=1.94 cores=1,3,5,7
/proc/25801/task/25808/stat : 25808 (java) S 25799 25801 23987 0 -1 4202560 888 0 0 0 164 30 0 0 20 0 22 0 253803290 10060460032 839324 33554432000 1073741824 1073778376 140733790848880 140328446925224 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25801/tid=25809] ppid=25799 vsize=9824668 CPUtime=1.8 cores=1,3,5,7
/proc/25801/task/25809/stat : 25809 (java) S 25799 25801 23987 0 -1 4202560 824 0 0 0 149 31 0 0 20 0 22 0 253803290 10060460032 839324 33554432000 1073741824 1073778376 140733790848880 140328445872680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25801/tid=25810] ppid=25799 vsize=9824668 CPUtime=1.8 cores=1,3,5,7
/proc/25801/task/25810/stat : 25810 (java) S 25799 25801 23987 0 -1 4202560 714 0 0 0 153 27 0 0 20 0 22 0 253803291 10060460032 839324 33554432000 1073741824 1073778376 140733790848880 140328444819624 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25801/tid=25811] ppid=25799 vsize=9824668 CPUtime=1.81 cores=1,3,5,7
/proc/25801/task/25811/stat : 25811 (java) S 25799 25801 23987 0 -1 4202560 581 0 0 0 153 28 0 0 20 0 22 0 253803291 10060460032 839324 33554432000 1073741824 1073778376 140733790848880 140328443767080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25801/tid=25812] ppid=25799 vsize=9824668 CPUtime=3.46 cores=1,3,5,7
/proc/25801/task/25812/stat : 25812 (java) S 25799 25801 23987 0 -1 4202560 2499 0 0 0 335 11 0 0 20 0 22 0 253803292 10060460032 839324 33554432000 1073741824 1073778376 140733790848880 140328431569768 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25801/tid=25813] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25813/stat : 25813 (java) S 25799 25801 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253803292 10060460032 839324 33554432000 1073741824 1073778376 140733790848880 140328430516088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25814] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25814/stat : 25814 (java) S 25799 25801 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253803292 10060460032 839324 33554432000 1073741824 1073778376 140733790848880 140328429462920 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25815] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25815/stat : 25815 (java) S 25799 25801 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253803294 10060460032 839324 33554432000 1073741824 1073778376 140733790848880 140328428411664 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25816] ppid=25799 vsize=9824668 CPUtime=1.27 cores=1,3,5,7
/proc/25801/task/25816/stat : 25816 (java) S 25799 25801 23987 0 -1 4202560 5299 0 0 0 127 0 0 0 20 0 22 0 253803294 10060460032 839324 33554432000 1073741824 1073778376 140733790848880 140328427358520 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25817] ppid=25799 vsize=9824668 CPUtime=1.3 cores=1,3,5,7
/proc/25801/task/25817/stat : 25817 (java) S 25799 25801 23987 0 -1 4202560 6653 0 0 0 129 1 0 0 20 0 22 0 253803294 10060460032 839324 33554432000 1073741824 1073778376 140733790848880 140328426305976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25801/tid=25818] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25818/stat : 25818 (java) S 25799 25801 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253803295 10060460032 839324 33554432000 1073741824 1073778376 140733790848880 140328425253112 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25801/tid=25819] ppid=25799 vsize=9824668 CPUtime=0.31 cores=1,3,5,7
/proc/25801/task/25819/stat : 25819 (java) S 25799 25801 23987 0 -1 4202560 46 0 0 0 13 18 0 0 20 0 22 0 253803295 10060460032 839324 33554432000 1073741824 1073778376 140733790848880 140328424200776 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25820] ppid=25799 vsize=9824668 CPUtime=813.62 cores=1,3,5,7
/proc/25801/task/25820/stat : 25820 (java) R 25799 25801 23987 0 -1 4202560 1805 0 0 0 81316 46 0 0 20 0 22 0 253803393 10060460032 839324 33554432000 1073741824 1073778376 140733790848880 140328423145248 140328477524335 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25821] ppid=25799 vsize=9824668 CPUtime=813.73 cores=1,3,5,7
/proc/25801/task/25821/stat : 25821 (java) R 25799 25801 23987 0 -1 4202560 319 0 0 0 81353 20 0 0 20 0 22 0 253803393 10060460032 839324 33554432000 1073741824 1073778376 140733790848880 140328422091552 140328478007709 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25801/tid=25822] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25822/stat : 25822 (java) S 25799 25801 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253803396 10060460032 839324 33554432000 1073741824 1073778376 140733790848880 140328421041448 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25801/tid=25823] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25823/stat : 25823 (java) S 25799 25801 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253803396 10060460032 839324 33554432000 1073741824 1073778376 140733790848880 140328419988904 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1649.59
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 4.04 3.99 3.88 6/219 25906
/proc/meminfo: memFree=25478340/32873844 swapFree=7900/7900
[pid=25801] ppid=25799 vsize=9824668 CPUtime=1770.09 cores=1,3,5,7
/proc/25801/stat : 25801 (java) S 25799 25801 23987 0 -1 4202496 26891 0 1 0 176688 321 0 0 20 0 22 0 253803288 10060460032 864939 33554432000 1073741824 1073778376 140733790848880 140733790840016 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25801/statm: 2456167 864939 2284 9 0 2446860 0
[pid=25801/tid=25803] ppid=25799 vsize=9824668 CPUtime=1.02 cores=1,3,5,7
/proc/25801/task/25803/stat : 25803 (java) S 25799 25801 23987 0 -1 4202560 2532 0 1 0 97 5 0 0 20 0 22 0 253803289 10060460032 864939 33554432000 1073741824 1073778376 140733790848880 140328607814648 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25801/tid=25804] ppid=25799 vsize=9824668 CPUtime=2.01 cores=1,3,5,7
/proc/25801/task/25804/stat : 25804 (java) S 25799 25801 23987 0 -1 4202560 766 0 0 0 169 32 0 0 20 0 22 0 253803290 10060460032 864939 33554432000 1073741824 1073778376 140733790848880 140328596876200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25801/tid=25805] ppid=25799 vsize=9824668 CPUtime=2.11 cores=1,3,5,7
/proc/25801/task/25805/stat : 25805 (java) S 25799 25801 23987 0 -1 4202560 1139 0 0 0 176 35 0 0 20 0 22 0 253803290 10060460032 864939 33554432000 1073741824 1073778376 140733790848880 140328595823656 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25801/tid=25806] ppid=25799 vsize=9824668 CPUtime=1.94 cores=1,3,5,7
/proc/25801/task/25806/stat : 25806 (java) S 25799 25801 23987 0 -1 4202560 656 0 0 0 167 27 0 0 20 0 22 0 253803290 10060460032 864939 33554432000 1073741824 1073778376 140733790848880 140328449030824 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25807] ppid=25799 vsize=9824668 CPUtime=2.14 cores=1,3,5,7
/proc/25801/task/25807/stat : 25807 (java) S 25799 25801 23987 0 -1 4202560 904 0 0 0 181 33 0 0 20 0 22 0 253803290 10060460032 864939 33554432000 1073741824 1073778376 140733790848880 140328447978280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25801/tid=25808] ppid=25799 vsize=9824668 CPUtime=2.1 cores=1,3,5,7
/proc/25801/task/25808/stat : 25808 (java) S 25799 25801 23987 0 -1 4202560 903 0 0 0 179 31 0 0 20 0 22 0 253803290 10060460032 864939 33554432000 1073741824 1073778376 140733790848880 140328446925224 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25809] ppid=25799 vsize=9824668 CPUtime=1.92 cores=1,3,5,7
/proc/25801/task/25809/stat : 25809 (java) S 25799 25801 23987 0 -1 4202560 842 0 0 0 160 32 0 0 20 0 22 0 253803290 10060460032 864939 33554432000 1073741824 1073778376 140733790848880 140328445872680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25801/tid=25810] ppid=25799 vsize=9824668 CPUtime=1.92 cores=1,3,5,7
/proc/25801/task/25810/stat : 25810 (java) S 25799 25801 23987 0 -1 4202560 729 0 0 0 164 28 0 0 20 0 22 0 253803291 10060460032 864939 33554432000 1073741824 1073778376 140733790848880 140328444819624 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25801/tid=25811] ppid=25799 vsize=9824668 CPUtime=1.93 cores=1,3,5,7
/proc/25801/task/25811/stat : 25811 (java) S 25799 25801 23987 0 -1 4202560 594 0 0 0 164 29 0 0 20 0 22 0 253803291 10060460032 864939 33554432000 1073741824 1073778376 140733790848880 140328443767080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25801/tid=25812] ppid=25799 vsize=9824668 CPUtime=3.46 cores=1,3,5,7
/proc/25801/task/25812/stat : 25812 (java) S 25799 25801 23987 0 -1 4202560 2512 0 0 0 335 11 0 0 20 0 22 0 253803292 10060460032 864939 33554432000 1073741824 1073778376 140733790848880 140328431569768 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25801/tid=25813] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25813/stat : 25813 (java) S 25799 25801 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253803292 10060460032 864939 33554432000 1073741824 1073778376 140733790848880 140328430516088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25814] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25814/stat : 25814 (java) S 25799 25801 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253803292 10060460032 864939 33554432000 1073741824 1073778376 140733790848880 140328429462920 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25815] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25815/stat : 25815 (java) S 25799 25801 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253803294 10060460032 864939 33554432000 1073741824 1073778376 140733790848880 140328428411664 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25816] ppid=25799 vsize=9824668 CPUtime=1.27 cores=1,3,5,7
/proc/25801/task/25816/stat : 25816 (java) S 25799 25801 23987 0 -1 4202560 5299 0 0 0 127 0 0 0 20 0 22 0 253803294 10060460032 864939 33554432000 1073741824 1073778376 140733790848880 140328427358520 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25817] ppid=25799 vsize=9824668 CPUtime=1.3 cores=1,3,5,7
/proc/25801/task/25817/stat : 25817 (java) S 25799 25801 23987 0 -1 4202560 6653 0 0 0 129 1 0 0 20 0 22 0 253803294 10060460032 864939 33554432000 1073741824 1073778376 140733790848880 140328426305976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25801/tid=25818] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25818/stat : 25818 (java) S 25799 25801 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253803295 10060460032 864939 33554432000 1073741824 1073778376 140733790848880 140328425253112 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25801/tid=25819] ppid=25799 vsize=9824668 CPUtime=0.34 cores=1,3,5,7
/proc/25801/task/25819/stat : 25819 (java) S 25799 25801 23987 0 -1 4202560 50 0 0 0 15 19 0 0 20 0 22 0 253803295 10060460032 864939 33554432000 1073741824 1073778376 140733790848880 140328424200776 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25801/tid=25820] ppid=25799 vsize=9824668 CPUtime=873.34 cores=1,3,5,7
/proc/25801/task/25820/stat : 25820 (java) R 25799 25801 23987 0 -1 4202560 1806 0 0 0 87287 47 0 0 20 0 22 0 253803393 10060460032 864939 33554432000 1073741824 1073778376 140733790848880 140328423144416 140328477759701 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25801/tid=25821] ppid=25799 vsize=9824668 CPUtime=873.46 cores=1,3,5,7
/proc/25801/task/25821/stat : 25821 (java) R 25799 25801 23987 0 -1 4202560 320 0 0 0 87325 21 0 0 20 0 22 0 253803393 10060460032 864939 33554432000 1073741824 1073778376 140733790848880 140328422092080 140328477867311 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25822] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25822/stat : 25822 (java) S 25799 25801 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253803396 10060460032 864939 33554432000 1073741824 1073778376 140733790848880 140328421041448 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25801/tid=25823] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25823/stat : 25823 (java) S 25799 25801 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253803396 10060460032 864939 33554432000 1073741824 1073778376 140733790848880 140328419988904 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1770.09
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.201 s]
/proc/loadavg: 4.11 4.00 3.89 5/219 25907
/proc/meminfo: memFree=25474120/32873844 swapFree=7900/7900
[pid=25801] ppid=25799 vsize=9824668 CPUtime=1800.07 cores=1,3,5,7
/proc/25801/stat : 25801 (java) S 25799 25801 23987 0 -1 4202496 26897 0 1 0 179685 322 0 0 20 0 22 0 253803288 10060460032 865964 33554432000 1073741824 1073778376 140733790848880 140733790840016 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25801/statm: 2456167 865964 2284 9 0 2446860 0
[pid=25801/tid=25803] ppid=25799 vsize=9824668 CPUtime=1.03 cores=1,3,5,7
/proc/25801/task/25803/stat : 25803 (java) S 25799 25801 23987 0 -1 4202560 2532 0 1 0 98 5 0 0 20 0 22 0 253803289 10060460032 865964 33554432000 1073741824 1073778376 140733790848880 140328607814648 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25801/tid=25804] ppid=25799 vsize=9824668 CPUtime=2.04 cores=1,3,5,7
/proc/25801/task/25804/stat : 25804 (java) S 25799 25801 23987 0 -1 4202560 766 0 0 0 172 32 0 0 20 0 22 0 253803290 10060460032 865964 33554432000 1073741824 1073778376 140733790848880 140328596876200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25801/tid=25805] ppid=25799 vsize=9824668 CPUtime=2.12 cores=1,3,5,7
/proc/25801/task/25805/stat : 25805 (java) S 25799 25801 23987 0 -1 4202560 1139 0 0 0 177 35 0 0 20 0 22 0 253803290 10060460032 865964 33554432000 1073741824 1073778376 140733790848880 140328595823656 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25806] ppid=25799 vsize=9824668 CPUtime=2.03 cores=1,3,5,7
/proc/25801/task/25806/stat : 25806 (java) S 25799 25801 23987 0 -1 4202560 658 0 0 0 175 28 0 0 20 0 22 0 253803290 10060460032 865964 33554432000 1073741824 1073778376 140733790848880 140328449030824 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25807] ppid=25799 vsize=9824668 CPUtime=2.21 cores=1,3,5,7
/proc/25801/task/25807/stat : 25807 (java) S 25799 25801 23987 0 -1 4202560 905 0 0 0 188 33 0 0 20 0 22 0 253803290 10060460032 865964 33554432000 1073741824 1073778376 140733790848880 140328447978280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25801/tid=25808] ppid=25799 vsize=9824668 CPUtime=2.17 cores=1,3,5,7
/proc/25801/task/25808/stat : 25808 (java) S 25799 25801 23987 0 -1 4202560 904 0 0 0 186 31 0 0 20 0 22 0 253803290 10060460032 865964 33554432000 1073741824 1073778376 140733790848880 140328446925224 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25801/tid=25809] ppid=25799 vsize=9824668 CPUtime=1.94 cores=1,3,5,7
/proc/25801/task/25809/stat : 25809 (java) S 25799 25801 23987 0 -1 4202560 842 0 0 0 162 32 0 0 20 0 22 0 253803290 10060460032 865964 33554432000 1073741824 1073778376 140733790848880 140328445872680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25801/tid=25810] ppid=25799 vsize=9824668 CPUtime=1.94 cores=1,3,5,7
/proc/25801/task/25810/stat : 25810 (java) S 25799 25801 23987 0 -1 4202560 729 0 0 0 166 28 0 0 20 0 22 0 253803291 10060460032 865964 33554432000 1073741824 1073778376 140733790848880 140328444819624 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25811] ppid=25799 vsize=9824668 CPUtime=1.97 cores=1,3,5,7
/proc/25801/task/25811/stat : 25811 (java) S 25799 25801 23987 0 -1 4202560 595 0 0 0 168 29 0 0 20 0 22 0 253803291 10060460032 865964 33554432000 1073741824 1073778376 140733790848880 140328443767080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25801/tid=25812] ppid=25799 vsize=9824668 CPUtime=3.46 cores=1,3,5,7
/proc/25801/task/25812/stat : 25812 (java) S 25799 25801 23987 0 -1 4202560 2512 0 0 0 335 11 0 0 20 0 22 0 253803292 10060460032 865964 33554432000 1073741824 1073778376 140733790848880 140328431569768 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25813] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25813/stat : 25813 (java) S 25799 25801 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253803292 10060460032 865964 33554432000 1073741824 1073778376 140733790848880 140328430516088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25814] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25814/stat : 25814 (java) S 25799 25801 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253803292 10060460032 865964 33554432000 1073741824 1073778376 140733790848880 140328429462920 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25815] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25815/stat : 25815 (java) S 25799 25801 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253803294 10060460032 865964 33554432000 1073741824 1073778376 140733790848880 140328428411664 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25816] ppid=25799 vsize=9824668 CPUtime=1.27 cores=1,3,5,7
/proc/25801/task/25816/stat : 25816 (java) S 25799 25801 23987 0 -1 4202560 5299 0 0 0 127 0 0 0 20 0 22 0 253803294 10060460032 865964 33554432000 1073741824 1073778376 140733790848880 140328427358520 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25817] ppid=25799 vsize=9824668 CPUtime=1.3 cores=1,3,5,7
/proc/25801/task/25817/stat : 25817 (java) S 25799 25801 23987 0 -1 4202560 6653 0 0 0 129 1 0 0 20 0 22 0 253803294 10060460032 865964 33554432000 1073741824 1073778376 140733790848880 140328426305976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25801/tid=25818] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25818/stat : 25818 (java) S 25799 25801 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253803295 10060460032 865964 33554432000 1073741824 1073778376 140733790848880 140328425253112 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25801/tid=25819] ppid=25799 vsize=9824668 CPUtime=0.35 cores=1,3,5,7
/proc/25801/task/25819/stat : 25819 (java) S 25799 25801 23987 0 -1 4202560 50 0 0 0 16 19 0 0 20 0 22 0 253803295 10060460032 865964 33554432000 1073741824 1073778376 140733790848880 140328424200776 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25801/tid=25820] ppid=25799 vsize=9824668 CPUtime=888.15 cores=1,3,5,7
/proc/25801/task/25820/stat : 25820 (java) R 25799 25801 23987 0 -1 4202560 1806 0 0 0 88768 47 0 0 20 0 22 0 253803393 10060460032 865964 33554432000 1073741824 1073778376 140733790848880 140328423144448 140328477655037 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25801/tid=25821] ppid=25799 vsize=9824668 CPUtime=888.27 cores=1,3,5,7
/proc/25801/task/25821/stat : 25821 (java) R 25799 25801 23987 0 -1 4202560 321 0 0 0 88806 21 0 0 20 0 22 0 253803393 10060460032 865964 33554432000 1073741824 1073778376 140733790848880 140328422092736 140328477654982 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25801/tid=25822] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25822/stat : 25822 (java) S 25799 25801 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253803396 10060460032 865964 33554432000 1073741824 1073778376 140733790848880 140328421041448 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25801/tid=25823] ppid=25799 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25801/task/25823/stat : 25823 (java) S 25799 25801 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253803396 10060460032 865964 33554432000 1073741824 1073778376 140733790848880 140328419988904 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9824668

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

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

Child status: 143
Real time (s): 897.239
CPU time (s): 1800.59
CPU user time (s): 1796.9
CPU system time (s): 3.69144
CPU usage (%): 200.681
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.9
system time used= 3.69144
maximum resident set size= 3463980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26929
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23602
involuntary context switches= 24380

runsolver used 3.38049 second user time and 8.60469 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-24 18:26:28
IDJOB=3688324
IDBENCH=2987
IDSOLVER=2268
FILE ID=node137/3688324-1337876787
RUNJOBID= node137-1337871881-24004
PBS_JOBID= 14620067
Free space on /tmp= 71516 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=200-sizeP=101-sizeQ=200-410184650-max.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688324-1337876787/watcher-3688324-1337876787 -o /tmp/evaluation-result-3688324-1337876787/solver-3688324-1337876787 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688324-1337876787.opb

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

MD5SUM BENCH= 8dbba4128860c0dcf60d2ae6d42e2446
RANDOM SEED=2031815144

node137.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.600
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.600
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.600
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.600
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.600
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.600
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.600
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.600
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28403756 kB
Buffers:          214176 kB
Cached:          2168960 kB
SwapCached:        22060 kB
Active:          2010892 kB
Inactive:        1676344 kB
Active(anon):    1283804 kB
Inactive(anon):    22680 kB
Active(file):     727088 kB
Inactive(file):  1653664 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67081504 kB
Dirty:              3144 kB
Writeback:            16 kB
AnonPages:       1291600 kB
Mapped:            17820 kB
Shmem:                 0 kB
Slab:             639196 kB
SReclaimable:      80676 kB
SUnreclaim:       558520 kB
KernelStack:        1600 kB
PageTables:         6808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1496404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1202176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71508 MiB
End job on node137 at 2012-05-24 18:41:27