Trace number 3744189

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 NameAnswerCPU timeWall clock time
PB09: SAT4J Pseudo Resolution 2.1.1? (TO) 1801.28 1724.45

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat50_6_9_5_mh.opb
MD5SUM9a6616929b54875b393b7b8b081c4317
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4357880
Best CPU time to get the best result obtained on this benchmark1800.32
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250200
Total number of constraints605407
Number of constraints which are clauses477850
Number of constraints which are cardinality constraints (but not clauses)57
Number of constraints which are nor clauses,nor cardinality constraints127500
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 129800
Biggest coefficient in the objective function 170953875
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 73955175696
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 170953875
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 73955175696
Number of bits of the biggest sum of numbers37
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.1.1.v20090612
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version	1.6.0_24
0.00/0.07	c os.name	Linux
0.00/0.07	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch	amd64
0.00/0.07	c Free memory 1299577560
0.00/0.07	c Max memory 1306394624
0.00/0.07	c Total memory 1306394624
0.00/0.07	c Number of processors 8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c MiniSAT restarts strategy
0.10/0.10	c Memory based learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3744189-1338809933.opb
0.10/0.10	c reading problem ... 
5.66/3.89	c ... done. Wall clock time 3.792s.
5.66/3.89	c #vars     250200
5.66/3.89	c #constraints  610458
5.66/3.89	c constraints type 
5.66/3.89	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
5.66/3.89	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 367550
5.66/3.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 121375
5.66/3.89	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 121326
1800.04/1724.41	c starts		: 16
1800.04/1724.41	c conflicts		: 120549
1800.04/1724.41	c decisions		: 821300
1800.04/1724.41	c propagations		: 109591381
1800.04/1724.41	c inspects		: 3994254031
1800.04/1724.41	c learnt literals	: 0
1800.04/1724.41	c learnt binary clauses	: 3
1800.04/1724.41	c learnt ternary clauses	: 3
1800.04/1724.41	c learnt clauses	: 120549
1800.04/1724.41	c ignored clauses	: 0
1800.04/1724.41	c root simplifications	: 0
1800.04/1724.41	c removed literals (reason simplification)	: 2629163
1800.04/1724.41	c reason swapping (by a shorter reason)	: 0
1800.04/1724.41	c Calls to reduceDB	: 0
1800.04/1724.41	c speed (assignments/second)	: 63696.81653643442
1800.04/1724.41	c non guided choices	0
1800.04/1724.44	c learnt constraints type 
1800.04/1724.44	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 120547
1800.04/1724.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
1800.04/1724.44	c constraints type 
1800.04/1724.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
1800.04/1724.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 367550
1800.04/1724.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 121375
1800.04/1724.44	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 121326
1800.04/1724.44	s UNKNOWN
1800.04/1724.44	c Total wall clock time (in seconds): 1724.338

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-3744189-1338809933/watcher-3744189-1338809933 -o /tmp/evaluation-result-3744189-1338809933/solver-3744189-1338809933 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744189-1338809933.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.94 2.06 2.08 3/194 2512
/proc/meminfo: memFree=25562076/32873844 swapFree=7116/7116
[pid=2512] ppid=2510 vsize=125564 CPUtime=0 cores=0,2,4,6
/proc/2512/stat : 2512 (java) S 2510 2512 32710 0 -1 4202496 1151 0 0 0 0 0 0 0 20 0 2 0 347121984 128577536 870 33554432000 1073741824 1073778376 140735447369088 140735447360224 240430121021 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2512/statm: 22434 881 667 9 0 16769 0
[pid=2512/tid=2513] ppid=2510 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/2512/task/2513/stat : 2513 (java) R 2510 2512 32710 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 347121984 94019584 902 33554432000 1073741824 1073778376 140735447369088 140735447358152 240446881232 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.012329 s]
/proc/loadavg: 1.94 2.06 2.08 3/194 2512
/proc/meminfo: memFree=25562076/32873844 swapFree=7116/7116
[pid=2512] ppid=2510 vsize=1572256 CPUtime=0 cores=0,2,4,6
/proc/2512/stat : 2512 (java) S 2510 2512 32710 0 -1 4202496 1937 0 1 0 0 0 0 0 20 0 2 0 347121984 1609990144 2128 33554432000 1073741824 1073778376 140735447369088 140735447360224 240430121021 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2512/statm: 393064 2146 942 9 0 384173 0
[pid=2512/tid=2513] ppid=2510 vsize=1572256 CPUtime=0 cores=0,2,4,6
/proc/2512/task/2513/stat : 2513 (java) R 2510 2512 32710 0 -1 4202560 819 0 1 0 0 0 0 0 20 0 2 0 347121984 1609990144 2157 33554432000 1073741824 1073778376 140735447369088 139931481524528 240426431259 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1572256

[startup+0.100256 s]
/proc/loadavg: 1.94 2.06 2.08 3/194 2512
/proc/meminfo: memFree=25562076/32873844 swapFree=7116/7116
[pid=2512] ppid=2510 vsize=2648568 CPUtime=0.1 cores=0,2,4,6
/proc/2512/stat : 2512 (java) S 2510 2512 32710 0 -1 4202496 4686 0 1 0 9 1 0 0 20 0 18 0 347121984 2712133632 6403 33554432000 1073741824 1073778376 140735447369088 140735447360224 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2512/statm: 662142 6403 2109 9 0 652835 0
[pid=2512/tid=2513] ppid=2510 vsize=2648568 CPUtime=0.07 cores=0,2,4,6
/proc/2512/task/2513/stat : 2513 (java) R 2510 2512 32710 0 -1 4202560 2728 0 1 0 6 1 0 0 20 0 18 0 347121984 2712133632 6403 33554432000 1073741824 1073778376 140735447369088 139931481520840 240430146829 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2648568

[startup+0.300246 s]
/proc/loadavg: 1.94 2.06 2.08 3/194 2512
/proc/meminfo: memFree=25562076/32873844 swapFree=7116/7116
[pid=2512] ppid=2510 vsize=2648568 CPUtime=0.45 cores=0,2,4,6
/proc/2512/stat : 2512 (java) S 2510 2512 32710 0 -1 4202496 5765 0 1 0 43 2 0 0 20 0 18 0 347121984 2712133632 15585 33554432000 1073741824 1073778376 140735447369088 140735447360224 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2512/statm: 662142 15585 2215 9 0 652835 0
[pid=2512/tid=2513] ppid=2510 vsize=2648568 CPUtime=0.27 cores=0,2,4,6
/proc/2512/task/2513/stat : 2513 (java) R 2510 2512 32710 0 -1 4202560 2761 0 1 0 26 1 0 0 20 0 18 0 347121984 2712133632 15585 33554432000 1073741824 1073778376 140735447369088 139931481520840 240430146829 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 2648568

[startup+0.700257 s]
/proc/loadavg: 1.94 2.06 2.08 3/194 2512
/proc/meminfo: memFree=25562076/32873844 swapFree=7116/7116
[pid=2512] ppid=2510 vsize=2648568 CPUtime=0.96 cores=0,2,4,6
/proc/2512/stat : 2512 (java) S 2510 2512 32710 0 -1 4202496 7002 0 1 0 90 6 0 0 20 0 18 0 347121984 2712133632 78559 33554432000 1073741824 1073778376 140735447369088 140735447360224 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2512/statm: 662142 78561 2228 9 0 652835 0
[pid=2512/tid=2513] ppid=2510 vsize=2648568 CPUtime=0.67 cores=0,2,4,6
/proc/2512/task/2513/stat : 2513 (java) R 2510 2512 32710 0 -1 4202560 2892 0 1 0 62 5 0 0 20 0 18 0 347121984 2712133632 78562 33554432000 1073741824 1073778376 140735447369088 139931481514176 139931326879967 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 2648568

[startup+1.50068 s]
/proc/loadavg: 1.94 2.06 2.08 5/212 2530
/proc/meminfo: memFree=25147192/32873844 swapFree=7116/7116
[pid=2512] ppid=2510 vsize=2648568 CPUtime=2.47 cores=0,2,4,6
/proc/2512/stat : 2512 (java) S 2510 2512 32710 0 -1 4202496 16325 0 1 0 233 14 0 0 20 0 18 0 347121984 2712133632 106057 33554432000 1073741824 1073778376 140735447369088 140735447360224 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2512/statm: 662142 106057 2258 9 0 652835 0
[pid=2512/tid=2513] ppid=2510 vsize=2648568 CPUtime=1.42 cores=0,2,4,6
/proc/2512/task/2513/stat : 2513 (java) R 2510 2512 32710 0 -1 4202560 2918 0 1 0 135 7 0 0 20 0 18 0 347121984 2712133632 106057 33554432000 1073741824 1073778376 140735447369088 139931481521720 139931326775593 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2512/tid=2515] ppid=2510 vsize=2648568 CPUtime=0.01 cores=0,2,4,6
/proc/2512/task/2515/stat : 2515 (java) S 2510 2512 32710 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 347121985 2712133632 106057 33554432000 1073741824 1073778376 140735447369088 139931465972776 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2512/tid=2516] ppid=2510 vsize=2648568 CPUtime=0.01 cores=0,2,4,6
/proc/2512/task/2516/stat : 2516 (java) S 2510 2512 32710 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 347121985 2712133632 106057 33554432000 1073741824 1073778376 140735447369088 139931464919976 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2517] ppid=2510 vsize=2648568 CPUtime=0.01 cores=0,2,4,6
/proc/2512/task/2517/stat : 2517 (java) S 2510 2512 32710 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 347121985 2712133632 106057 33554432000 1073741824 1073778376 140735447369088 139931463867176 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2518] ppid=2510 vsize=2648568 CPUtime=0.04 cores=0,2,4,6
/proc/2512/task/2518/stat : 2518 (java) S 2510 2512 32710 0 -1 4202560 34 0 0 0 3 1 0 0 20 0 18 0 347121985 2712133632 106057 33554432000 1073741824 1073778376 140735447369088 139931462814376 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2519] ppid=2510 vsize=2648568 CPUtime=0.01 cores=0,2,4,6
/proc/2512/task/2519/stat : 2519 (java) S 2510 2512 32710 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 18 0 347121985 2712133632 106057 33554432000 1073741824 1073778376 140735447369088 139931461761576 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2512/tid=2520] ppid=2510 vsize=2648568 CPUtime=0.01 cores=0,2,4,6
/proc/2512/task/2520/stat : 2520 (java) S 2510 2512 32710 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 18 0 347121985 2712133632 106057 33554432000 1073741824 1073778376 140735447369088 139931460708776 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2512/tid=2521] ppid=2510 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2512/task/2521/stat : 2521 (java) S 2510 2512 32710 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 347121985 2712133632 106057 33554432000 1073741824 1073778376 140735447369088 139931459655976 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2512/tid=2522] ppid=2510 vsize=2648568 CPUtime=0.01 cores=0,2,4,6
/proc/2512/task/2522/stat : 2522 (java) S 2510 2512 32710 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 347121985 2712133632 106057 33554432000 1073741824 1073778376 140735447369088 139931458603176 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2512/tid=2523] ppid=2510 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2512/task/2523/stat : 2523 (java) S 2510 2512 32710 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 347121987 2712133632 106057 33554432000 1073741824 1073778376 140735447369088 139931446193128 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2512/tid=2524] ppid=2510 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2512/task/2524/stat : 2524 (java) S 2510 2512 32710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347121987 2712133632 106057 33554432000 1073741824 1073778376 140735447369088 139931445139192 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2512/tid=2525] ppid=2510 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2512/task/2525/stat : 2525 (java) S 2510 2512 32710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347121987 2712133632 106057 33554432000 1073741824 1073778376 140735447369088 139931326342664 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2526] ppid=2510 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2512/task/2526/stat : 2526 (java) S 2510 2512 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347121989 2712133632 106057 33554432000 1073741824 1073778376 140735447369088 139931325291152 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2527] ppid=2510 vsize=2648568 CPUtime=0.42 cores=0,2,4,6
/proc/2512/task/2527/stat : 2527 (java) S 2510 2512 32710 0 -1 4202560 7561 0 0 0 42 0 0 0 20 0 18 0 347121989 2712133632 106057 33554432000 1073741824 1073778376 140735447369088 139931324238264 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2528] ppid=2510 vsize=2648568 CPUtime=0.37 cores=0,2,4,6
/proc/2512/task/2528/stat : 2528 (java) S 2510 2512 32710 0 -1 4202560 4526 0 0 0 35 2 0 0 20 0 18 0 347121989 2712133632 106057 33554432000 1073741824 1073778376 140735447369088 139931323185464 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2512/tid=2529] ppid=2510 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2512/task/2529/stat : 2529 (java) S 2510 2512 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347121989 2712133632 106057 33554432000 1073741824 1073778376 140735447369088 139931322132856 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2512/tid=2530] ppid=2510 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2512/task/2530/stat : 2530 (java) S 2510 2512 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347121989 2712133632 106057 33554432000 1073741824 1073778376 140735447369088 139931321080264 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 2648568

[startup+3.10072 s]
/proc/loadavg: 1.94 2.06 2.08 3/212 2530
/proc/meminfo: memFree=25066824/32873844 swapFree=7116/7116
[pid=2512] ppid=2510 vsize=2648568 CPUtime=4.62 cores=0,2,4,6
/proc/2512/stat : 2512 (java) S 2510 2512 32710 0 -1 4202496 16610 0 1 0 437 25 0 0 20 0 18 0 347121984 2712133632 131239 33554432000 1073741824 1073778376 140735447369088 140735447360224 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2512/statm: 662142 131239 2258 9 0 652835 0
[pid=2512/tid=2513] ppid=2510 vsize=2648568 CPUtime=2.84 cores=0,2,4,6
/proc/2512/task/2513/stat : 2513 (java) R 2510 2512 32710 0 -1 4202560 2920 0 1 0 277 7 0 0 20 0 18 0 347121984 2712133632 131239 33554432000 1073741824 1073778376 140735447369088 139931481514112 240430146829 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2512/tid=2515] ppid=2510 vsize=2648568 CPUtime=0.08 cores=0,2,4,6
/proc/2512/task/2515/stat : 2515 (java) S 2510 2512 32710 0 -1 4202560 45 0 0 0 6 2 0 0 20 0 18 0 347121985 2712133632 131239 33554432000 1073741824 1073778376 140735447369088 139931465972776 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2512/tid=2516] ppid=2510 vsize=2648568 CPUtime=0.08 cores=0,2,4,6
/proc/2512/task/2516/stat : 2516 (java) S 2510 2512 32710 0 -1 4202560 44 0 0 0 6 2 0 0 20 0 18 0 347121985 2712133632 131239 33554432000 1073741824 1073778376 140735447369088 139931464919976 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2512/tid=2517] ppid=2510 vsize=2648568 CPUtime=0.06 cores=0,2,4,6
/proc/2512/task/2517/stat : 2517 (java) S 2510 2512 32710 0 -1 4202560 36 0 0 0 5 1 0 0 20 0 18 0 347121985 2712133632 131239 33554432000 1073741824 1073778376 140735447369088 139931463867176 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2512/tid=2518] ppid=2510 vsize=2648568 CPUtime=0.08 cores=0,2,4,6
/proc/2512/task/2518/stat : 2518 (java) S 2510 2512 32710 0 -1 4202560 48 0 0 0 6 2 0 0 20 0 18 0 347121985 2712133632 131239 33554432000 1073741824 1073778376 140735447369088 139931462814376 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2519] ppid=2510 vsize=2648568 CPUtime=0.18 cores=0,2,4,6
/proc/2512/task/2519/stat : 2519 (java) S 2510 2512 32710 0 -1 4202560 86 0 0 0 15 3 0 0 20 0 18 0 347121985 2712133632 131239 33554432000 1073741824 1073778376 140735447369088 139931461761576 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2520] ppid=2510 vsize=2648568 CPUtime=0.09 cores=0,2,4,6
/proc/2512/task/2520/stat : 2520 (java) S 2510 2512 32710 0 -1 4202560 51 0 0 0 7 2 0 0 20 0 18 0 347121985 2712133632 131239 33554432000 1073741824 1073778376 140735447369088 139931460708776 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2512/tid=2521] ppid=2510 vsize=2648568 CPUtime=0.1 cores=0,2,4,6
/proc/2512/task/2521/stat : 2521 (java) S 2510 2512 32710 0 -1 4202560 40 0 0 0 8 2 0 0 20 0 18 0 347121985 2712133632 131239 33554432000 1073741824 1073778376 140735447369088 139931459655976 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2512/tid=2522] ppid=2510 vsize=2648568 CPUtime=0.11 cores=0,2,4,6
/proc/2512/task/2522/stat : 2522 (java) S 2510 2512 32710 0 -1 4202560 61 0 0 0 9 2 0 0 20 0 18 0 347121985 2712133632 131239 33554432000 1073741824 1073778376 140735447369088 139931458603176 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2523] ppid=2510 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2512/task/2523/stat : 2523 (java) S 2510 2512 32710 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 347121987 2712133632 131239 33554432000 1073741824 1073778376 140735447369088 139931446193128 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2524] ppid=2510 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2512/task/2524/stat : 2524 (java) S 2510 2512 32710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347121987 2712133632 131239 33554432000 1073741824 1073778376 140735447369088 139931445139192 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2512/tid=2525] ppid=2510 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2512/task/2525/stat : 2525 (java) S 2510 2512 32710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347121987 2712133632 131239 33554432000 1073741824 1073778376 140735447369088 139931326342664 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2526] ppid=2510 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2512/task/2526/stat : 2526 (java) S 2510 2512 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347121989 2712133632 131239 33554432000 1073741824 1073778376 140735447369088 139931325291152 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2527] ppid=2510 vsize=2648568 CPUtime=0.44 cores=0,2,4,6
/proc/2512/task/2527/stat : 2527 (java) S 2510 2512 32710 0 -1 4202560 7561 0 0 0 44 0 0 0 20 0 18 0 347121989 2712133632 131239 33554432000 1073741824 1073778376 140735447369088 139931324238264 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2528] ppid=2510 vsize=2648568 CPUtime=0.4 cores=0,2,4,6
/proc/2512/task/2528/stat : 2528 (java) S 2510 2512 32710 0 -1 4202560 4533 0 0 0 38 2 0 0 20 0 18 0 347121989 2712133632 131239 33554432000 1073741824 1073778376 140735447369088 139931323185464 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2512/tid=2529] ppid=2510 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2512/task/2529/stat : 2529 (java) S 2510 2512 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347121989 2712133632 131239 33554432000 1073741824 1073778376 140735447369088 139931322132856 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2512/tid=2530] ppid=2510 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2512/task/2530/stat : 2530 (java) S 2510 2512 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347121989 2712133632 131239 33554432000 1073741824 1073778376 140735447369088 139931321080264 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 2648568

[startup+6.30074 s]
/proc/loadavg: 1.94 2.06 2.08 3/213 2531
/proc/meminfo: memFree=24974656/32873844 swapFree=7116/7116
[pid=2512] ppid=2510 vsize=2715132 CPUtime=9.16 cores=0,2,4,6
/proc/2512/stat : 2512 (java) S 2510 2512 32710 0 -1 4202496 17803 0 1 0 884 32 0 0 20 0 19 0 347121984 2780295168 149096 33554432000 1073741824 1073778376 140735447369088 140735447360224 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2512/statm: 678783 149096 2273 9 0 669476 0
[pid=2512/tid=2513] ppid=2510 vsize=2715132 CPUtime=5.75 cores=0,2,4,6
/proc/2512/task/2513/stat : 2513 (java) R 2510 2512 32710 0 -1 4202560 2930 0 1 0 567 8 0 0 20 0 19 0 347121984 2780295168 149096 33554432000 1073741824 1073778376 140735447369088 139931481521440 139931327148848 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2515] ppid=2510 vsize=2715132 CPUtime=0.16 cores=0,2,4,6
/proc/2512/task/2515/stat : 2515 (java) S 2510 2512 32710 0 -1 4202560 66 0 0 0 13 3 0 0 20 0 19 0 347121985 2780295168 149096 33554432000 1073741824 1073778376 140735447369088 139931465972776 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2512/tid=2516] ppid=2510 vsize=2715132 CPUtime=0.2 cores=0,2,4,6
/proc/2512/task/2516/stat : 2516 (java) S 2510 2512 32710 0 -1 4202560 82 0 0 0 17 3 0 0 20 0 19 0 347121985 2780295168 149096 33554432000 1073741824 1073778376 140735447369088 139931464919976 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2512/tid=2517] ppid=2510 vsize=2715132 CPUtime=0.17 cores=0,2,4,6
/proc/2512/task/2517/stat : 2517 (java) S 2510 2512 32710 0 -1 4202560 64 0 0 0 15 2 0 0 20 0 19 0 347121985 2780295168 149096 33554432000 1073741824 1073778376 140735447369088 139931463867176 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2512/tid=2518] ppid=2510 vsize=2715132 CPUtime=0.23 cores=0,2,4,6
/proc/2512/task/2518/stat : 2518 (java) S 2510 2512 32710 0 -1 4202560 81 0 0 0 20 3 0 0 20 0 19 0 347121985 2780295168 149096 33554432000 1073741824 1073778376 140735447369088 139931462814376 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2512/tid=2519] ppid=2510 vsize=2715132 CPUtime=0.41 cores=0,2,4,6
/proc/2512/task/2519/stat : 2519 (java) S 2510 2512 32710 0 -1 4202560 130 0 0 0 36 5 0 0 20 0 19 0 347121985 2780295168 149096 33554432000 1073741824 1073778376 140735447369088 139931461761576 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2512/tid=2520] ppid=2510 vsize=2715132 CPUtime=0.2 cores=0,2,4,6
/proc/2512/task/2520/stat : 2520 (java) S 2510 2512 32710 0 -1 4202560 80 0 0 0 18 2 0 0 20 0 19 0 347121985 2780295168 149096 33554432000 1073741824 1073778376 140735447369088 139931460708776 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2521] ppid=2510 vsize=2715132 CPUtime=0.29 cores=0,2,4,6
/proc/2512/task/2521/stat : 2521 (java) S 2510 2512 32710 0 -1 4202560 62 0 0 0 27 2 0 0 20 0 19 0 347121985 2780295168 149096 33554432000 1073741824 1073778376 140735447369088 139931459655976 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2512/tid=2522] ppid=2510 vsize=2715132 CPUtime=0.28 cores=0,2,4,6
/proc/2512/task/2522/stat : 2522 (java) S 2510 2512 32710 0 -1 4202560 264 0 0 0 24 4 0 0 20 0 19 0 347121985 2780295168 149096 33554432000 1073741824 1073778376 140735447369088 139931458603176 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2512/tid=2523] ppid=2510 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2512/task/2523/stat : 2523 (java) S 2510 2512 32710 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 347121987 2780295168 149096 33554432000 1073741824 1073778376 140735447369088 139931446193128 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2512/tid=2524] ppid=2510 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2512/task/2524/stat : 2524 (java) S 2510 2512 32710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347121987 2780295168 149096 33554432000 1073741824 1073778376 140735447369088 139931445139192 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2512/tid=2525] ppid=2510 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2512/task/2525/stat : 2525 (java) S 2510 2512 32710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347121987 2780295168 149096 33554432000 1073741824 1073778376 140735447369088 139931326342664 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2526] ppid=2510 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2512/task/2526/stat : 2526 (java) S 2510 2512 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347121989 2780295168 149096 33554432000 1073741824 1073778376 140735447369088 139931325291152 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2527] ppid=2510 vsize=2715132 CPUtime=0.71 cores=0,2,4,6
/proc/2512/task/2527/stat : 2527 (java) S 2510 2512 32710 0 -1 4202560 7692 0 0 0 71 0 0 0 20 0 19 0 347121989 2780295168 149096 33554432000 1073741824 1073778376 140735447369088 139931324238264 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2528] ppid=2510 vsize=2715132 CPUtime=0.68 cores=0,2,4,6
/proc/2512/task/2528/stat : 2528 (java) S 2510 2512 32710 0 -1 4202560 5158 0 0 0 66 2 0 0 20 0 19 0 347121989 2780295168 149096 33554432000 1073741824 1073778376 140735447369088 139931323185464 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2512/tid=2529] ppid=2510 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2512/task/2529/stat : 2529 (java) S 2510 2512 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347121989 2780295168 149096 33554432000 1073741824 1073778376 140735447369088 139931322132856 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2512/tid=2530] ppid=2510 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2512/task/2530/stat : 2530 (java) S 2510 2512 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347121989 2780295168 149096 33554432000 1073741824 1073778376 140735447369088 139931321080264 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=2512/tid=2520] ppid=2510 vsize=2715132 CPUtime=11.97 cores=0,2,4,6
/proc/2512/task/2520/stat : 2520 (java) S 2510 2512 32710 0 -1 4202560 401 0 0 0 1184 13 0 0 20 0 19 0 347121985 2780295168 291545 33554432000 1073741824 1073778376 140735447369088 139931460708776 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2521] ppid=2510 vsize=2715132 CPUtime=12.17 cores=0,2,4,6
/proc/2512/task/2521/stat : 2521 (java) S 2510 2512 32710 0 -1 4202560 416 0 0 0 1206 11 0 0 20 0 19 0 347121985 2780295168 291545 33554432000 1073741824 1073778376 140735447369088 139931459655976 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2522] ppid=2510 vsize=2715132 CPUtime=11.92 cores=0,2,4,6
/proc/2512/task/2522/stat : 2522 (java) S 2510 2512 32710 0 -1 4202560 419 0 0 0 1178 14 0 0 20 0 19 0 347121985 2780295168 291545 33554432000 1073741824 1073778376 140735447369088 139931458603176 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2512/tid=2523] ppid=2510 vsize=2715132 CPUtime=0.16 cores=0,2,4,6
/proc/2512/task/2523/stat : 2523 (java) S 2510 2512 32710 0 -1 4202560 102 0 0 0 10 6 0 0 20 0 19 0 347121987 2780295168 291545 33554432000 1073741824 1073778376 140735447369088 139931446193128 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2524] ppid=2510 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2512/task/2524/stat : 2524 (java) S 2510 2512 32710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347121987 2780295168 291545 33554432000 1073741824 1073778376 140735447369088 139931445139192 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2512/tid=2525] ppid=2510 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2512/task/2525/stat : 2525 (java) S 2510 2512 32710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347121987 2780295168 291545 33554432000 1073741824 1073778376 140735447369088 139931326342664 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2526] ppid=2510 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2512/task/2526/stat : 2526 (java) S 2510 2512 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347121989 2780295168 291545 33554432000 1073741824 1073778376 140735447369088 139931325291152 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2527] ppid=2510 vsize=2715132 CPUtime=0.76 cores=0,2,4,6
/proc/2512/task/2527/stat : 2527 (java) S 2510 2512 32710 0 -1 4202560 7699 0 0 0 76 0 0 0 20 0 19 0 347121989 2780295168 291545 33554432000 1073741824 1073778376 140735447369088 139931324238264 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2528] ppid=2510 vsize=2715132 CPUtime=0.7 cores=0,2,4,6
/proc/2512/task/2528/stat : 2528 (java) S 2510 2512 32710 0 -1 4202560 5158 0 0 0 68 2 0 0 20 0 19 0 347121989 2780295168 291545 33554432000 1073741824 1073778376 140735447369088 139931323185464 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2512/tid=2529] ppid=2510 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2512/task/2529/stat : 2529 (java) S 2510 2512 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347121989 2780295168 291545 33554432000 1073741824 1073778376 140735447369088 139931322132856 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2512/tid=2530] ppid=2510 vsize=2715132 CPUtime=0.6 cores=0,2,4,6
/proc/2512/task/2530/stat : 2530 (java) S 2510 2512 32710 0 -1 4202560 93 0 0 0 30 30 0 0 20 0 19 0 347121989 2780295168 291545 33554432000 1073741824 1073778376 140735447369088 139931321080264 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2531] ppid=2510 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2512/task/2531/stat : 2531 (java) S 2510 2512 32710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347122398 2780295168 291545 33554432000 1073741824 1073778376 140735447369088 139931320026792 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1672.22
Current children cumulated vsize (KiB) 2715132

[startup+1662.3 s]
/proc/loadavg: 2.47 2.12 2.06 3/213 2627
/proc/meminfo: memFree=24647248/32873844 swapFree=7116/7116
[pid=2512] ppid=2510 vsize=2715132 CPUtime=1734.99 cores=0,2,4,6
/proc/2512/stat : 2512 (java) S 2510 2512 32710 0 -1 4202496 21445 0 1 0 173361 138 0 0 20 0 19 0 347121984 2780295168 294464 33554432000 1073741824 1073778376 140735447369088 140735447360224 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2512/statm: 678783 294464 2273 9 0 669476 0
[pid=2512/tid=2513] ppid=2510 vsize=2715132 CPUtime=1634.77 cores=0,2,4,6
/proc/2512/task/2513/stat : 2513 (java) R 2510 2512 32710 0 -1 4202560 3949 0 1 0 163441 36 0 0 20 0 19 0 347121984 2780295168 294464 33554432000 1073741824 1073778376 140735447369088 139931481521376 139931326989008 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2512/tid=2515] ppid=2510 vsize=2715132 CPUtime=12.15 cores=0,2,4,6
/proc/2512/task/2515/stat : 2515 (java) S 2510 2512 32710 0 -1 4202560 374 0 0 0 1204 11 0 0 20 0 19 0 347121985 2780295168 294464 33554432000 1073741824 1073778376 140735447369088 139931465972776 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2512/tid=2516] ppid=2510 vsize=2715132 CPUtime=11.93 cores=0,2,4,6
/proc/2512/task/2516/stat : 2516 (java) S 2510 2512 32710 0 -1 4202560 395 0 0 0 1182 11 0 0 20 0 19 0 347121985 2780295168 294464 33554432000 1073741824 1073778376 140735447369088 139931464919976 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2512/tid=2517] ppid=2510 vsize=2715132 CPUtime=12.58 cores=0,2,4,6
/proc/2512/task/2517/stat : 2517 (java) S 2510 2512 32710 0 -1 4202560 393 0 0 0 1245 13 0 0 20 0 19 0 347121985 2780295168 294464 33554432000 1073741824 1073778376 140735447369088 139931463867176 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2512/tid=2518] ppid=2510 vsize=2715132 CPUtime=12.13 cores=0,2,4,6
/proc/2512/task/2518/stat : 2518 (java) S 2510 2512 32710 0 -1 4202560 406 0 0 0 1200 13 0 0 20 0 19 0 347121985 2780295168 294464 33554432000 1073741824 1073778376 140735447369088 139931462814376 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2519] ppid=2510 vsize=2715132 CPUtime=12.65 cores=0,2,4,6
/proc/2512/task/2519/stat : 2519 (java) S 2510 2512 32710 0 -1 4202560 443 0 0 0 1251 14 0 0 20 0 19 0 347121985 2780295168 294464 33554432000 1073741824 1073778376 140735447369088 139931461761576 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2520] ppid=2510 vsize=2715132 CPUtime=12.43 cores=0,2,4,6
/proc/2512/task/2520/stat : 2520 (java) S 2510 2512 32710 0 -1 4202560 402 0 0 0 1230 13 0 0 20 0 19 0 347121985 2780295168 294464 33554432000 1073741824 1073778376 140735447369088 139931460708776 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2521] ppid=2510 vsize=2715132 CPUtime=12.59 cores=0,2,4,6
/proc/2512/task/2521/stat : 2521 (java) S 2510 2512 32710 0 -1 4202560 418 0 0 0 1248 11 0 0 20 0 19 0 347121985 2780295168 294464 33554432000 1073741824 1073778376 140735447369088 139931459655976 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2522] ppid=2510 vsize=2715132 CPUtime=12.39 cores=0,2,4,6
/proc/2512/task/2522/stat : 2522 (java) S 2510 2512 32710 0 -1 4202560 422 0 0 0 1224 15 0 0 20 0 19 0 347121985 2780295168 294464 33554432000 1073741824 1073778376 140735447369088 139931458603176 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2512/tid=2523] ppid=2510 vsize=2715132 CPUtime=0.17 cores=0,2,4,6
/proc/2512/task/2523/stat : 2523 (java) S 2510 2512 32710 0 -1 4202560 106 0 0 0 11 6 0 0 20 0 19 0 347121987 2780295168 294464 33554432000 1073741824 1073778376 140735447369088 139931446193128 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2524] ppid=2510 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2512/task/2524/stat : 2524 (java) S 2510 2512 32710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347121987 2780295168 294464 33554432000 1073741824 1073778376 140735447369088 139931445139192 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2512/tid=2525] ppid=2510 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2512/task/2525/stat : 2525 (java) S 2510 2512 32710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347121987 2780295168 294464 33554432000 1073741824 1073778376 140735447369088 139931326342664 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2526] ppid=2510 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2512/task/2526/stat : 2526 (java) S 2510 2512 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347121989 2780295168 294464 33554432000 1073741824 1073778376 140735447369088 139931325291152 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2527] ppid=2510 vsize=2715132 CPUtime=0.76 cores=0,2,4,6
/proc/2512/task/2527/stat : 2527 (java) S 2510 2512 32710 0 -1 4202560 7699 0 0 0 76 0 0 0 20 0 19 0 347121989 2780295168 294464 33554432000 1073741824 1073778376 140735447369088 139931324238264 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2528] ppid=2510 vsize=2715132 CPUtime=0.7 cores=0,2,4,6
/proc/2512/task/2528/stat : 2528 (java) S 2510 2512 32710 0 -1 4202560 5158 0 0 0 68 2 0 0 20 0 19 0 347121989 2780295168 294464 33554432000 1073741824 1073778376 140735447369088 139931323185464 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2512/tid=2529] ppid=2510 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2512/task/2529/stat : 2529 (java) S 2510 2512 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347121989 2780295168 294464 33554432000 1073741824 1073778376 140735447369088 139931322132856 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2512/tid=2530] ppid=2510 vsize=2715132 CPUtime=0.62 cores=0,2,4,6
/proc/2512/task/2530/stat : 2530 (java) S 2510 2512 32710 0 -1 4202560 97 0 0 0 30 32 0 0 20 0 19 0 347121989 2780295168 294464 33554432000 1073741824 1073778376 140735447369088 139931321080264 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2531] ppid=2510 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2512/task/2531/stat : 2531 (java) S 2510 2512 32710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347122398 2780295168 294464 33554432000 1073741824 1073778376 140735447369088 139931320026792 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1734.99
Current children cumulated vsize (KiB) 2715132

[startup+1722.3 s]
/proc/loadavg: 2.21 2.11 2.06 3/213 2628
/proc/meminfo: memFree=24571776/32873844 swapFree=7116/7116
[pid=2512] ppid=2510 vsize=2715132 CPUtime=1797.84 cores=0,2,4,6
/proc/2512/stat : 2512 (java) S 2510 2512 32710 0 -1 4202496 21506 0 1 0 179643 141 0 0 20 0 19 0 347121984 2780295168 297865 33554432000 1073741824 1073778376 140735447369088 140735447360224 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2512/statm: 678783 297865 2273 9 0 669476 0
[pid=2512/tid=2513] ppid=2510 vsize=2715132 CPUtime=1693.68 cores=0,2,4,6
/proc/2512/task/2513/stat : 2513 (java) R 2510 2512 32710 0 -1 4202560 3987 0 1 0 169331 37 0 0 20 0 19 0 347121984 2780295168 297865 33554432000 1073741824 1073778376 140735447369088 139931481521456 139931327305948 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2512/tid=2515] ppid=2510 vsize=2715132 CPUtime=12.58 cores=0,2,4,6
/proc/2512/task/2515/stat : 2515 (java) S 2510 2512 32710 0 -1 4202560 376 0 0 0 1247 11 0 0 20 0 19 0 347121985 2780295168 297865 33554432000 1073741824 1073778376 140735447369088 139931465972776 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2516] ppid=2510 vsize=2715132 CPUtime=12.52 cores=0,2,4,6
/proc/2512/task/2516/stat : 2516 (java) S 2510 2512 32710 0 -1 4202560 396 0 0 0 1241 11 0 0 20 0 19 0 347121985 2780295168 297865 33554432000 1073741824 1073778376 140735447369088 139931464919976 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2512/tid=2517] ppid=2510 vsize=2715132 CPUtime=13.11 cores=0,2,4,6
/proc/2512/task/2517/stat : 2517 (java) S 2510 2512 32710 0 -1 4202560 395 0 0 0 1298 13 0 0 20 0 19 0 347121985 2780295168 297865 33554432000 1073741824 1073778376 140735447369088 139931463867176 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2512/tid=2518] ppid=2510 vsize=2715132 CPUtime=12.63 cores=0,2,4,6
/proc/2512/task/2518/stat : 2518 (java) S 2510 2512 32710 0 -1 4202560 410 0 0 0 1249 14 0 0 20 0 19 0 347121985 2780295168 297865 33554432000 1073741824 1073778376 140735447369088 139931462814376 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2512/tid=2519] ppid=2510 vsize=2715132 CPUtime=13.15 cores=0,2,4,6
/proc/2512/task/2519/stat : 2519 (java) S 2510 2512 32710 0 -1 4202560 445 0 0 0 1300 15 0 0 20 0 19 0 347121985 2780295168 297865 33554432000 1073741824 1073778376 140735447369088 139931461761576 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2512/tid=2520] ppid=2510 vsize=2715132 CPUtime=12.89 cores=0,2,4,6
/proc/2512/task/2520/stat : 2520 (java) S 2510 2512 32710 0 -1 4202560 403 0 0 0 1276 13 0 0 20 0 19 0 347121985 2780295168 297865 33554432000 1073741824 1073778376 140735447369088 139931460708776 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2521] ppid=2510 vsize=2715132 CPUtime=13 cores=0,2,4,6
/proc/2512/task/2521/stat : 2521 (java) S 2510 2512 32710 0 -1 4202560 421 0 0 0 1289 11 0 0 20 0 19 0 347121985 2780295168 297865 33554432000 1073741824 1073778376 140735447369088 139931459655976 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2522] ppid=2510 vsize=2715132 CPUtime=12.93 cores=0,2,4,6
/proc/2512/task/2522/stat : 2522 (java) S 2510 2512 32710 0 -1 4202560 426 0 0 0 1278 15 0 0 20 0 19 0 347121985 2780295168 297865 33554432000 1073741824 1073778376 140735447369088 139931458603176 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2512/tid=2523] ppid=2510 vsize=2715132 CPUtime=0.17 cores=0,2,4,6
/proc/2512/task/2523/stat : 2523 (java) S 2510 2512 32710 0 -1 4202560 108 0 0 0 11 6 0 0 20 0 19 0 347121987 2780295168 297865 33554432000 1073741824 1073778376 140735447369088 139931446193128 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2512/tid=2524] ppid=2510 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2512/task/2524/stat : 2524 (java) S 2510 2512 32710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347121987 2780295168 297865 33554432000 1073741824 1073778376 140735447369088 139931445139192 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2512/tid=2525] ppid=2510 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2512/task/2525/stat : 2525 (java) S 2510 2512 32710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347121987 2780295168 297865 33554432000 1073741824 1073778376 140735447369088 139931326342664 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2526] ppid=2510 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2512/task/2526/stat : 2526 (java) S 2510 2512 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347121989 2780295168 297865 33554432000 1073741824 1073778376 140735447369088 139931325291152 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2527] ppid=2510 vsize=2715132 CPUtime=0.76 cores=0,2,4,6
/proc/2512/task/2527/stat : 2527 (java) S 2510 2512 32710 0 -1 4202560 7699 0 0 0 76 0 0 0 20 0 19 0 347121989 2780295168 297865 33554432000 1073741824 1073778376 140735447369088 139931324238264 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2528] ppid=2510 vsize=2715132 CPUtime=0.7 cores=0,2,4,6
/proc/2512/task/2528/stat : 2528 (java) S 2510 2512 32710 0 -1 4202560 5158 0 0 0 68 2 0 0 20 0 19 0 347121989 2780295168 297865 33554432000 1073741824 1073778376 140735447369088 139931323185464 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2512/tid=2529] ppid=2510 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2512/task/2529/stat : 2529 (java) S 2510 2512 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347121989 2780295168 297865 33554432000 1073741824 1073778376 140735447369088 139931322132856 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2512/tid=2530] ppid=2510 vsize=2715132 CPUtime=0.65 cores=0,2,4,6
/proc/2512/task/2530/stat : 2530 (java) S 2510 2512 32710 0 -1 4202560 99 0 0 0 32 33 0 0 20 0 19 0 347121989 2780295168 297865 33554432000 1073741824 1073778376 140735447369088 139931321080264 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2531] ppid=2510 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2512/task/2531/stat : 2531 (java) S 2510 2512 32710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347122398 2780295168 297865 33554432000 1073741824 1073778376 140735447369088 139931320026792 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.84
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1724.4 s]
/proc/loadavg: 2.21 2.11 2.06 3/213 2628
/proc/meminfo: memFree=24563584/32873844 swapFree=7116/7116
[pid=2512] ppid=2510 vsize=2715132 CPUtime=1800.04 cores=0,2,4,6
/proc/2512/stat : 2512 (java) S 2510 2512 32710 0 -1 4202496 21507 0 1 0 179863 141 0 0 20 0 19 0 347121984 2780295168 297865 33554432000 1073741824 1073778376 140735447369088 140735447360224 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2512/statm: 678783 297865 2273 9 0 669476 0
[pid=2512/tid=2513] ppid=2510 vsize=2715132 CPUtime=1695.76 cores=0,2,4,6
/proc/2512/task/2513/stat : 2513 (java) R 2510 2512 32710 0 -1 4202560 3988 0 1 0 169539 37 0 0 20 0 19 0 347121984 2780295168 297865 33554432000 1073741824 1073778376 140735447369088 139931481521472 139931327318036 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2512/tid=2515] ppid=2510 vsize=2715132 CPUtime=12.59 cores=0,2,4,6
/proc/2512/task/2515/stat : 2515 (java) S 2510 2512 32710 0 -1 4202560 376 0 0 0 1248 11 0 0 20 0 19 0 347121985 2780295168 297865 33554432000 1073741824 1073778376 140735447369088 139931465972776 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2512/tid=2516] ppid=2510 vsize=2715132 CPUtime=12.53 cores=0,2,4,6
/proc/2512/task/2516/stat : 2516 (java) S 2510 2512 32710 0 -1 4202560 396 0 0 0 1242 11 0 0 20 0 19 0 347121985 2780295168 297865 33554432000 1073741824 1073778376 140735447369088 139931464919976 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2512/tid=2517] ppid=2510 vsize=2715132 CPUtime=13.12 cores=0,2,4,6
/proc/2512/task/2517/stat : 2517 (java) S 2510 2512 32710 0 -1 4202560 395 0 0 0 1299 13 0 0 20 0 19 0 347121985 2780295168 297865 33554432000 1073741824 1073778376 140735447369088 139931463867176 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2512/tid=2518] ppid=2510 vsize=2715132 CPUtime=12.65 cores=0,2,4,6
/proc/2512/task/2518/stat : 2518 (java) S 2510 2512 32710 0 -1 4202560 410 0 0 0 1251 14 0 0 20 0 19 0 347121985 2780295168 297865 33554432000 1073741824 1073778376 140735447369088 139931462814376 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2512/tid=2519] ppid=2510 vsize=2715132 CPUtime=13.17 cores=0,2,4,6
/proc/2512/task/2519/stat : 2519 (java) S 2510 2512 32710 0 -1 4202560 445 0 0 0 1302 15 0 0 20 0 19 0 347121985 2780295168 297865 33554432000 1073741824 1073778376 140735447369088 139931461761576 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2512/tid=2520] ppid=2510 vsize=2715132 CPUtime=12.91 cores=0,2,4,6
/proc/2512/task/2520/stat : 2520 (java) S 2510 2512 32710 0 -1 4202560 403 0 0 0 1278 13 0 0 20 0 19 0 347121985 2780295168 297865 33554432000 1073741824 1073778376 140735447369088 139931460708776 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2512/tid=2521] ppid=2510 vsize=2715132 CPUtime=13.01 cores=0,2,4,6
/proc/2512/task/2521/stat : 2521 (java) S 2510 2512 32710 0 -1 4202560 421 0 0 0 1290 11 0 0 20 0 19 0 347121985 2780295168 297865 33554432000 1073741824 1073778376 140735447369088 139931459655976 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2522] ppid=2510 vsize=2715132 CPUtime=12.94 cores=0,2,4,6
/proc/2512/task/2522/stat : 2522 (java) S 2510 2512 32710 0 -1 4202560 426 0 0 0 1279 15 0 0 20 0 19 0 347121985 2780295168 297865 33554432000 1073741824 1073778376 140735447369088 139931458603176 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2523] ppid=2510 vsize=2715132 CPUtime=0.17 cores=0,2,4,6
/proc/2512/task/2523/stat : 2523 (java) S 2510 2512 32710 0 -1 4202560 108 0 0 0 11 6 0 0 20 0 19 0 347121987 2780295168 297865 33554432000 1073741824 1073778376 140735447369088 139931446193128 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2512/tid=2524] ppid=2510 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2512/task/2524/stat : 2524 (java) S 2510 2512 32710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347121987 2780295168 297865 33554432000 1073741824 1073778376 140735447369088 139931445139192 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2512/tid=2525] ppid=2510 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2512/task/2525/stat : 2525 (java) S 2510 2512 32710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347121987 2780295168 297865 33554432000 1073741824 1073778376 140735447369088 139931326342664 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2526] ppid=2510 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2512/task/2526/stat : 2526 (java) S 2510 2512 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347121989 2780295168 297865 33554432000 1073741824 1073778376 140735447369088 139931325291152 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2527] ppid=2510 vsize=2715132 CPUtime=0.76 cores=0,2,4,6
/proc/2512/task/2527/stat : 2527 (java) S 2510 2512 32710 0 -1 4202560 7699 0 0 0 76 0 0 0 20 0 19 0 347121989 2780295168 297865 33554432000 1073741824 1073778376 140735447369088 139931324238264 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2528] ppid=2510 vsize=2715132 CPUtime=0.7 cores=0,2,4,6
/proc/2512/task/2528/stat : 2528 (java) S 2510 2512 32710 0 -1 4202560 5158 0 0 0 68 2 0 0 20 0 19 0 347121989 2780295168 297865 33554432000 1073741824 1073778376 140735447369088 139931323185464 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2512/tid=2529] ppid=2510 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2512/task/2529/stat : 2529 (java) S 2510 2512 32710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347121989 2780295168 297865 33554432000 1073741824 1073778376 140735447369088 139931322132856 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2512/tid=2530] ppid=2510 vsize=2715132 CPUtime=0.65 cores=0,2,4,6
/proc/2512/task/2530/stat : 2530 (java) S 2510 2512 32710 0 -1 4202560 99 0 0 0 32 33 0 0 20 0 19 0 347121989 2780295168 297865 33554432000 1073741824 1073778376 140735447369088 139931321080264 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2512/tid=2531] ppid=2510 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2512/task/2531/stat : 2531 (java) S 2510 2512 32710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347122398 2780295168 297865 33554432000 1073741824 1073778376 140735447369088 139931320026792 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 2715132

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): 1724.45
CPU time (s): 1801.28
CPU user time (s): 1799.33
CPU system time (s): 1.9527
CPU usage (%): 104.455
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.33
system time used= 1.9527
maximum resident set size= 1191604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21545
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 69689
involuntary context switches= 148114

runsolver used 5.66214 second user time and 14.7018 second system time

The end

Launcher Data

Begin job on node108 at 2012-06-04 13:38:54
IDJOB=3744189
IDBENCH=92703
IDSOLVER=2322
FILE ID=node108/3744189-1338809933
RUNJOBID= node108-1338800720-1553
PBS_JOBID= 14636848
Free space on /tmp= 71444 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Multihop/normalized-minisat50_6_9_5_mh.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744189-1338809933/watcher-3744189-1338809933 -o /tmp/evaluation-result-3744189-1338809933/solver-3744189-1338809933 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744189-1338809933.opb

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

MD5SUM BENCH= 9a6616929b54875b393b7b8b081c4317
RANDOM SEED=385037898

node108.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.273
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	: 5332.54
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.273
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.273
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.91
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.273
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.273
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.273
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	: 5438.55
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.273
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.90
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.273
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:        25562448 kB
Buffers:         1782988 kB
Cached:          3752860 kB
SwapCached:          112 kB
Active:          4319488 kB
Inactive:        2130248 kB
Active(anon):     897344 kB
Inactive(anon):    13072 kB
Active(file):    3422144 kB
Inactive(file):  2117176 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108548 kB
Dirty:             26092 kB
Writeback:             0 kB
AnonPages:        921172 kB
Mapped:            22492 kB
Shmem:               172 kB
Slab:             719072 kB
SReclaimable:     159056 kB
SUnreclaim:       560016 kB
KernelStack:        1592 kB
PageTables:         6056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1518148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    872448 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= 71448 MiB
End job on node108 at 2012-06-04 14:07:41