Trace number 3710446

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
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.43 1786.24

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_8_mh.opb
MD5SUMb6af9d5f38ec6e461eecfded04e11783
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark9289758
Best CPU time to get the best result obtained on this benchmark1801.37
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019800
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 375466374216
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 170953875
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 375466374216
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.01/0.09	c version 2.3.2.v20120418
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		501472288
0.01/0.09	c Max memory 		7480803328
0.01/0.09	c Total memory 		504102912
0.01/0.09	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
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
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=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710446-1338245910.opb
0.09/0.12	c reading problem ... 
41.05/29.37	c ... done. Wall clock time 29.244s.
41.05/29.37	c declared #vars     2000400
41.05/29.37	c #constraints  4940611
41.05/29.37	c constraints type 
41.05/29.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
41.05/29.37	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
41.05/29.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
41.05/29.37	c ignored satisfied constraints => 3
41.05/29.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
41.05/29.37	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
41.05/29.37	c 4940614 constraints processed.
965.76/953.39	c cleaning 2499 clauses out of 5000 with flag 5000/5000
1800.00/1786.21	c starts		: 32
1800.00/1786.21	c conflicts		: 8971
1800.00/1786.21	c decisions		: 453164
1800.00/1786.21	c propagations		: 271627225
1800.00/1786.21	c inspects		: 6741259376
1800.00/1786.21	c shortcuts		: 0
1800.00/1786.21	c learnt literals	: 0
1800.00/1786.21	c learnt binary clauses	: 4
1800.00/1786.21	c learnt ternary clauses	: 12
1800.00/1786.21	c learnt constraints	: 8971
1800.00/1786.21	c ignored constraints	: 0
1800.00/1786.21	c root simplifications	: 32
1800.00/1786.21	c removed literals (reason simplification)	: 411552
1800.00/1786.21	c reason swapping (by a shorter reason)	: 0
1800.00/1786.21	c Calls to reduceDB	: 1
1800.00/1786.21	c number of reductions to clauses (during analyze)	: 0
1800.00/1786.21	c number of learned constraints concerned by reduction	: 0
1800.00/1786.21	c number of learning phase by resolution	: 0
1800.00/1786.21	c number of learning phase by cutting planes	: 0
1800.00/1786.21	c speed (assignments/second)	: 154626.12748773105
1800.00/1786.21	c non guided choices	6484
1800.00/1786.21	c learnt constraints type 
1800.00/1786.21	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
1800.00/1786.21	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 6468
1800.00/1786.21	c constraints type 
1800.00/1786.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
1800.00/1786.21	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.00/1786.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
1800.00/1786.21	c ignored satisfied constraints => 3
1800.00/1786.21	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
1800.00/1786.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
1800.00/1786.21	c 4940614 constraints processed.
1800.00/1786.21	s UNKNOWN
1800.00/1786.21	c Total wall clock time (in seconds): 1786.092

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-3710446-1338245910/watcher-3710446-1338245910 -o /tmp/evaluation-result-3710446-1338245910/solver-3710446-1338245910 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710446-1338245910.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: 1.94 1.99 1.97 2/173 31691
/proc/meminfo: memFree=26554948/32873844 swapFree=6088/6088
[pid=31691] ppid=31689 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/31691/stat : 31691 (java) R 31689 31691 30092 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 290720097 9515008 182 33554432000 1073741824 1073778376 140735675042560 140735675033592 240426761909 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/31691/statm: 2323 182 140 9 0 71 0

[startup+0.042193 s]
/proc/loadavg: 1.94 1.99 1.97 2/173 31691
/proc/meminfo: memFree=26554948/32873844 swapFree=6088/6088
[pid=31691] ppid=31689 vsize=9225560 CPUtime=0.01 cores=1,3,5,7
/proc/31691/stat : 31691 (java) S 31689 31691 30092 0 -1 4202496 2987 0 1 0 1 0 0 0 20 0 13 0 290720097 9446973440 3685 33554432000 1073741824 1073778376 140733790251600 140733790242736 240430121021 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31691/statm: 2306390 3685 1676 9 0 2297091 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9225560

[startup+0.100325 s]
/proc/loadavg: 1.94 1.99 1.97 2/173 31691
/proc/meminfo: memFree=26554948/32873844 swapFree=6088/6088
[pid=31691] ppid=31689 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/31691/stat : 31691 (java) S 31689 31691 30092 0 -1 4202496 4263 0 1 0 8 1 0 0 20 0 18 0 290720097 9787842560 5471 33554432000 1073741824 1073778376 140733790251600 140733790242736 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31691/statm: 2389610 5471 2113 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300305 s]
/proc/loadavg: 1.94 1.99 1.97 2/173 31691
/proc/meminfo: memFree=26554948/32873844 swapFree=6088/6088
[pid=31691] ppid=31689 vsize=9558440 CPUtime=0.45 cores=1,3,5,7
/proc/31691/stat : 31691 (java) S 31689 31691 30092 0 -1 4202496 5254 0 1 0 43 2 0 0 20 0 18 0 290720097 9787842560 22058 33554432000 1073741824 1073778376 140733790251600 140733790242736 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31691/statm: 2389610 22058 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558440

[startup+0.700273 s]
/proc/loadavg: 1.94 1.99 1.97 2/173 31691
/proc/meminfo: memFree=26554948/32873844 swapFree=6088/6088
[pid=31691] ppid=31689 vsize=9558440 CPUtime=1 cores=1,3,5,7
/proc/31691/stat : 31691 (java) S 31689 31691 30092 0 -1 4202496 5430 0 1 0 94 6 0 0 20 0 18 0 290720097 9787842560 52883 33554432000 1073741824 1073778376 140733790251600 140733790242736 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31691/statm: 2389610 52883 2239 9 0 2380296 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 9558440

[startup+1.50079 s]
/proc/loadavg: 2.02 2.01 1.97 3/189 31709
/proc/meminfo: memFree=26268788/32873844 swapFree=6088/6088
[pid=31691] ppid=31689 vsize=9558440 CPUtime=1.92 cores=1,3,5,7
/proc/31691/stat : 31691 (java) S 31689 31691 30092 0 -1 4202496 5848 0 1 0 182 10 0 0 20 0 18 0 290720097 9787842560 68094 33554432000 1073741824 1073778376 140733790251600 140733790242736 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31691/statm: 2389610 68094 2239 9 0 2380296 0
[pid=31691/tid=31693] ppid=31689 vsize=9558440 CPUtime=1.36 cores=1,3,5,7
/proc/31691/task/31693/stat : 31693 (java) R 31689 31691 30092 0 -1 4202560 2567 0 1 0 133 3 0 0 20 0 18 0 290720098 9787842560 68094 33554432000 1073741824 1073778376 140733790251600 140440505154696 140440347350103 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31691/tid=31694] ppid=31689 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/31691/task/31694/stat : 31694 (java) S 31689 31691 30092 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 18 0 290720099 9787842560 68094 33554432000 1073741824 1073778376 140733790251600 140440466647720 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31691/tid=31695] ppid=31689 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/31691/task/31695/stat : 31695 (java) S 31689 31691 30092 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 290720099 9787842560 68094 33554432000 1073741824 1073778376 140733790251600 140440465595176 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31691/tid=31696] ppid=31689 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/31691/task/31696/stat : 31696 (java) S 31689 31691 30092 0 -1 4202560 45 0 0 0 2 0 0 0 20 0 18 0 290720099 9787842560 68606 33554432000 1073741824 1073778376 140733790251600 140440347077544 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31691/tid=31697] ppid=31689 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/31691/task/31697/stat : 31697 (java) S 31689 31691 30092 0 -1 4202560 272 0 0 0 6 2 0 0 20 0 18 0 290720099 9787842560 68606 33554432000 1073741824 1073778376 140733790251600 140440346025000 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31691/tid=31698] ppid=31689 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/31691/task/31698/stat : 31698 (java) S 31689 31691 30092 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 18 0 290720099 9787842560 68606 33554432000 1073741824 1073778376 140733790251600 140440344971432 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31691/tid=31699] ppid=31689 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/31691/task/31699/stat : 31699 (java) S 31689 31691 30092 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 290720099 9787842560 68606 33554432000 1073741824 1073778376 140733790251600 140440343918888 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31691/tid=31700] ppid=31689 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/31691/task/31700/stat : 31700 (java) S 31689 31691 30092 0 -1 4202560 52 0 0 0 3 0 0 0 20 0 18 0 290720099 9787842560 68606 33554432000 1073741824 1073778376 140733790251600 140440342866344 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31691/tid=31701] ppid=31689 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/31691/task/31701/stat : 31701 (java) S 31689 31691 30092 0 -1 4202560 54 0 0 0 3 0 0 0 20 0 18 0 290720099 9787842560 68606 33554432000 1073741824 1073778376 140733790251600 140440341813800 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31691/tid=31702] ppid=31689 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/31691/task/31702/stat : 31702 (java) S 31689 31691 30092 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 290720100 9787842560 68606 33554432000 1073741824 1073778376 140733790251600 140439859485288 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31691/tid=31703] ppid=31689 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/31691/task/31703/stat : 31703 (java) S 31689 31691 30092 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 290720101 9787842560 68606 33554432000 1073741824 1073778376 140733790251600 140439858431608 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31691/tid=31704] ppid=31689 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/31691/task/31704/stat : 31704 (java) S 31689 31691 30092 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 290720101 9787842560 68606 33554432000 1073741824 1073778376 140733790251600 140439857378952 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31691/tid=31705] ppid=31689 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/31691/task/31705/stat : 31705 (java) S 31689 31691 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290720103 9787842560 68606 33554432000 1073741824 1073778376 140733790251600 140439856327696 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31691/tid=31706] ppid=31689 vsize=9558440 CPUtime=0.06 cores=1,3,5,7
/proc/31691/task/31706/stat : 31706 (java) S 31689 31691 30092 0 -1 4202560 520 0 0 0 6 0 0 0 20 0 18 0 290720103 9787842560 68606 33554432000 1073741824 1073778376 140733790251600 140439855274040 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31691/tid=31707] ppid=31689 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/31691/task/31707/stat : 31707 (java) S 31689 31691 30092 0 -1 4202560 1029 0 0 0 9 0 0 0 20 0 18 0 290720103 9787842560 68606 33554432000 1073741824 1073778376 140733790251600 140439854221496 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31691/tid=31708] ppid=31689 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/31691/task/31708/stat : 31708 (java) S 31689 31691 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290720103 9787842560 68606 33554432000 1073741824 1073778376 140733790251600 140439853169144 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31691/tid=31709] ppid=31689 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/31691/task/31709/stat : 31709 (java) S 31689 31691 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290720103 9787842560 68606 33554432000 1073741824 1073778376 140733790251600 140439852116808 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 9558440

[startup+3.10068 s]
/proc/loadavg: 2.02 2.01 1.97 4/211 31736
/proc/meminfo: memFree=25894476/32873844 swapFree=6088/6088
[pid=31691] ppid=31689 vsize=9558440 CPUtime=4.59 cores=1,3,5,7
/proc/31691/stat : 31691 (java) S 31689 31691 30092 0 -1 4202496 8457 0 1 0 424 35 0 0 20 0 18 0 290720097 9787842560 186914 33554432000 1073741824 1073778376 140733790251600 140733790242736 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31691/statm: 2389610 186914 2244 9 0 2380296 0
[pid=31691/tid=31693] ppid=31689 vsize=9558440 CPUtime=2.62 cores=1,3,5,7
/proc/31691/task/31693/stat : 31693 (java) R 31689 31691 30092 0 -1 4202560 2888 0 1 0 252 10 0 0 20 0 18 0 290720098 9787842560 186914 33554432000 1073741824 1073778376 140733790251600 140440505147232 140440347639844 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=31691/tid=31694] ppid=31689 vsize=9558440 CPUtime=0.15 cores=1,3,5,7
/proc/31691/task/31694/stat : 31694 (java) S 31689 31691 30092 0 -1 4202560 356 0 0 0 12 3 0 0 20 0 18 0 290720099 9787842560 186914 33554432000 1073741824 1073778376 140733790251600 140440466647720 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31691/tid=31695] ppid=31689 vsize=9558440 CPUtime=0.18 cores=1,3,5,7
/proc/31691/task/31695/stat : 31695 (java) S 31689 31691 30092 0 -1 4202560 73 0 0 0 15 3 0 0 20 0 18 0 290720099 9787842560 186914 33554432000 1073741824 1073778376 140733790251600 140440465595176 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31691/tid=31696] ppid=31689 vsize=9558440 CPUtime=0.19 cores=1,3,5,7
/proc/31691/task/31696/stat : 31696 (java) S 31689 31691 30092 0 -1 4202560 96 0 0 0 16 3 0 0 20 0 18 0 290720099 9787842560 186914 33554432000 1073741824 1073778376 140733790251600 140440347077544 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31691/tid=31697] ppid=31689 vsize=9558440 CPUtime=0.23 cores=1,3,5,7
/proc/31691/task/31697/stat : 31697 (java) S 31689 31691 30092 0 -1 4202560 549 0 0 0 19 4 0 0 20 0 18 0 290720099 9787842560 186914 33554432000 1073741824 1073778376 140733790251600 140440346025000 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31691/tid=31698] ppid=31689 vsize=9558440 CPUtime=0.17 cores=1,3,5,7
/proc/31691/task/31698/stat : 31698 (java) S 31689 31691 30092 0 -1 4202560 391 0 0 0 14 3 0 0 20 0 18 0 290720099 9787842560 186914 33554432000 1073741824 1073778376 140733790251600 140440344971432 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31691/tid=31699] ppid=31689 vsize=9558440 CPUtime=0.26 cores=1,3,5,7
/proc/31691/task/31699/stat : 31699 (java) S 31689 31691 30092 0 -1 4202560 209 0 0 0 21 5 0 0 20 0 18 0 290720099 9787842560 186914 33554432000 1073741824 1073778376 140733790251600 140440343918888 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31691/tid=31700] ppid=31689 vsize=9558440 CPUtime=0.22 cores=1,3,5,7
/proc/31691/task/31700/stat : 31700 (java) S 31689 31691 30092 0 -1 4202560 368 0 0 0 18 4 0 0 20 0 18 0 290720099 9787842560 186914 33554432000 1073741824 1073778376 140733790251600 140440342866344 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31691/tid=31701] ppid=31689 vsize=9558440 CPUtime=0.16 cores=1,3,5,7
/proc/31691/task/31701/stat : 31701 (java) S 31689 31691 30092 0 -1 4202560 109 0 0 0 13 3 0 0 20 0 18 0 290720099 9787842560 186914 33554432000 1073741824 1073778376 140733790251600 140440341813800 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31691/tid=31702] ppid=31689 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/31691/task/31702/stat : 31702 (java) S 31689 31691 30092 0 -1 4202560 494 0 0 0 0 0 0 0 20 0 18 0 290720100 9787842560 186914 33554432000 1073741824 1073778376 140733790251600 140439859485288 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31691/tid=31703] ppid=31689 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/31691/task/31703/stat : 31703 (java) S 31689 31691 30092 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 290720101 9787842560 186914 33554432000 1073741824 1073778376 140733790251600 140439858431608 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31691/tid=31704] ppid=31689 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/31691/task/31704/stat : 31704 (java) S 31689 31691 30092 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 290720101 9787842560 186914 33554432000 1073741824 1073778376 140733790251600 140439857378952 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31691/tid=31705] ppid=31689 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/31691/task/31705/stat : 31705 (java) S 31689 31691 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290720103 9787842560 186914 33554432000 1073741824 1073778376 140733790251600 140439856327696 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31691/tid=31706] ppid=31689 vsize=9558440 CPUtime=0.13 cores=1,3,5,7
/proc/31691/task/31706/stat : 31706 (java) S 31689 31691 30092 0 -1 4202560 717 0 0 0 13 0 0 0 20 0 18 0 290720103 9787842560 186914 33554432000 1073741824 1073778376 140733790251600 140439855274040 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31691/tid=31707] ppid=31689 vsize=9558440 CPUtime=0.14 cores=1,3,5,7
/proc/31691/task/31707/stat : 31707 (java) S 31689 31691 30092 0 -1 4202560 1033 0 0 0 14 0 0 0 20 0 18 0 290720103 9787842560 186914 33554432000 1073741824 1073778376 140733790251600 140439854221496 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31691/tid=31708] ppid=31689 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/31691/task/31708/stat : 31708 (java) S 31689 31691 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290720103 9787842560 186914 33554432000 1073741824 1073778376 140733790251600 140439853169144 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31691/tid=31709] ppid=31689 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/31691/task/31709/stat : 31709 (java) S 31689 31691 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290720103 9787842560 186914 33554432000 1073741824 1073778376 140733790251600 140439852116808 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.59
Current children cumulated vsize (KiB) 9558440

[startup+6.30092 s]
/proc/loadavg: 2.18 2.04 1.98 8/211 31736
/proc/meminfo: memFree=23798040/32873844 swapFree=6088/6088
[pid=31691] ppid=31689 vsize=9558440 CPUtime=10.55 cores=1,3,5,7
/proc/31691/stat : 31691 (java) S 31689 31691 30092 0 -1 4202496 17753 0 1 0 974 81 0 0 20 0 18 0 290720097 9787842560 385941 33554432000 1073741824 1073778376 140733790251600 140733790242736 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31691/statm: 2389610 385941 2272 9 0 2380296 0
[pid=31691/tid=31693] ppid=31689 vsize=9558440 CPUtime=5.02 cores=1,3,5,7
/proc/31691/task/31693/stat : 31693 (java) S 31689 31691 30092 0 -1 4202560 3598 0 1 0 481 21 0 0 20 0 18 0 290720098 9787842560 385941 33554432000 1073741824 1073778376 140733790251600 140440505155032 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31691/tid=31694] ppid=31689 vsize=9558440 CPUtime=0.56 cores=1,3,5,7
/proc/31691/task/31694/stat : 31694 (java) R 31689 31691 30092 0 -1 4202560 443 0 0 0 49 7 0 0 20 0 18 0 290720099 9787842560 385941 33554432000 1073741824 1073778376 140733790251600 140440466647896 140440507627209 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31691/tid=31695] ppid=31689 vsize=9558440 CPUtime=0.45 cores=1,3,5,7
/proc/31691/task/31695/stat : 31695 (java) D 31689 31691 30092 0 -1 4202560 739 0 0 0 40 5 0 0 20 0 18 0 290720099 9787842560 385941 33554432000 1073741824 1073778376 140733790251600 140440465594936 240426804199 0 4 0 16800975 18446744071581355491 0 0 -1 7 0 0 0 0 0
[pid=31691/tid=31696] ppid=31689 vsize=9558440 CPUtime=0.63 cores=1,3,5,7
/proc/31691/task/31696/stat : 31696 (java) R 31689 31691 30092 0 -1 4202560 434 0 0 0 56 7 0 0 20 0 18 0 290720099 9787842560 385941 33554432000 1073741824 1073778376 140733790251600 140440347077720 140440508912780 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31691/tid=31697] ppid=31689 vsize=9558440 CPUtime=0.67 cores=1,3,5,7
/proc/31691/task/31697/stat : 31697 (java) R 31689 31691 30092 0 -1 4202560 632 0 0 0 58 9 0 0 20 0 18 0 290720099 9787842560 385941 33554432000 1073741824 1073778376 140733790251600 140440346025176 140440507627193 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=31691/tid=31698] ppid=31689 vsize=9558440 CPUtime=0.65 cores=1,3,5,7
/proc/31691/task/31698/stat : 31698 (java) R 31689 31691 30092 0 -1 4202560 485 0 0 0 56 9 0 0 20 0 18 0 290720099 9787842560 385941 33554432000 1073741824 1073778376 140733790251600 140440344971608 140440512052140 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31691/tid=31699] ppid=31689 vsize=9558440 CPUtime=0.54 cores=1,3,5,7
/proc/31691/task/31699/stat : 31699 (java) R 31689 31691 30092 0 -1 4202560 464 0 0 0 47 7 0 0 20 0 18 0 290720099 9787842560 385941 33554432000 1073741824 1073778376 140733790251600 140440343919064 140440512051634 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31691/tid=31700] ppid=31689 vsize=9558440 CPUtime=0.63 cores=1,3,5,7
/proc/31691/task/31700/stat : 31700 (java) R 31689 31691 30092 0 -1 4202560 453 0 0 0 55 8 0 0 20 0 18 0 290720099 9787842560 385941 33554432000 1073741824 1073778376 140733790251600 140440342866224 140440507627209 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31691/tid=31701] ppid=31689 vsize=9558440 CPUtime=0.52 cores=1,3,5,7
/proc/31691/task/31701/stat : 31701 (java) D 31689 31691 30092 0 -1 4202560 713 0 0 0 44 8 0 0 20 0 18 0 290720099 9787842560 385941 33554432000 1073741824 1073778376 140733790251600 140440341813560 240426804199 0 4 0 16800975 18446744071581355491 0 0 -1 1 0 0 0 0 0
[pid=31691/tid=31702] ppid=31689 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/31691/task/31702/stat : 31702 (java) S 31689 31691 30092 0 -1 4202560 1038 0 0 0 0 0 0 0 20 0 18 0 290720100 9787842560 385941 33554432000 1073741824 1073778376 140733790251600 140439859484168 240430134332 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31691/tid=31703] ppid=31689 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/31691/task/31703/stat : 31703 (java) S 31689 31691 30092 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 290720101 9787842560 385941 33554432000 1073741824 1073778376 140733790251600 140439858431608 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31691/tid=31704] ppid=31689 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/31691/task/31704/stat : 31704 (java) S 31689 31691 30092 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 290720101 9787842560 385941 33554432000 1073741824 1073778376 140733790251600 140439857378952 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31691/tid=31705] ppid=31689 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/31691/task/31705/stat : 31705 (java) S 31689 31691 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290720103 9787842560 385941 33554432000 1073741824 1073778376 140733790251600 140439856327696 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31691/tid=31706] ppid=31689 vsize=9558440 CPUtime=0.36 cores=1,3,5,7
/proc/31691/task/31706/stat : 31706 (java) S 31689 31691 30092 0 -1 4202560 3305 0 0 0 36 0 0 0 20 0 18 0 290720103 9787842560 385941 33554432000 1073741824 1073778376 140733790251600 140439855274040 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31691/tid=31707] ppid=31689 vsize=9558440 CPUtime=0.37 cores=1,3,5,7
/proc/31691/task/31707/stat : 31707 (java) S 31689 31691 30092 0 -1 4202560 4275 0 0 0 37 0 0 0 20 0 18 0 290720103 9787842560 385941 33554432000 1073741824 1073778376 140733790251600 140439854221496 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31691/tid=31708] ppid=31689 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/31691/task/31708/stat : 31708 (java) S 31689 31691 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290720103 9787842560 385941 33554432000 1073741824 1073778376 140733790251600 140439853169144 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31691/tid=31709] ppid=31689 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/31691/task/31709/stat : 31709 (java) S 31689 31691 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290720103 9787842560 385941 33554432000 1073741824 1073778376 140733790251600 140439852116808 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 10.55
Current children cumulated vsize (KiB) 9558440

[startup+12.7008 s]
/proc/loadavg: 2.17 2.04 1.98 9/211 31736
/proc/meminfo: memFree=21327600/32873844 swapFree=6088/6088
[pid=31691] ppid=31689 vsize=9558440 CPUtime=20.46 cores=1,3,5,7
/proc/31691/stat : 31691 (java) S 31689 31691 30092 0 -1 4202496 22597 0 1 0 1926 120 0 0 20 0 18 0 290720097 9787842560 693728 33554432000 1073741824 1073778376 140733790251600 140733790242736 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31691/statm: 2389610 693728 2280 9 0 2380296 0
[pid=31691/tid=31693] ppid=31689 vsize=9558440 CPUtime=9 cores=1,3,5,7

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

[pid=31691/tid=31699] ppid=31689 vsize=9625004 CPUtime=1.9 cores=1,3,5,7
/proc/31691/task/31699/stat : 31699 (java) S 31689 31691 30092 0 -1 4202560 2961 0 0 0 175 15 0 0 20 0 19 0 290720099 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140440343918888 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31691/tid=31700] ppid=31689 vsize=9625004 CPUtime=2.12 cores=1,3,5,7
/proc/31691/task/31700/stat : 31700 (java) S 31689 31691 30092 0 -1 4202560 1872 0 0 0 195 17 0 0 20 0 19 0 290720099 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140440342866344 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31691/tid=31701] ppid=31689 vsize=9625004 CPUtime=2.1 cores=1,3,5,7
/proc/31691/task/31701/stat : 31701 (java) S 31689 31691 30092 0 -1 4202560 2260 0 0 0 190 20 0 0 20 0 19 0 290720099 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140440341813800 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31691/tid=31702] ppid=31689 vsize=9625004 CPUtime=5.34 cores=1,3,5,7
/proc/31691/task/31702/stat : 31702 (java) S 31689 31691 30092 0 -1 4202560 2181 0 0 0 525 9 0 0 20 0 19 0 290720100 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140439859485288 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31691/tid=31703] ppid=31689 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31691/task/31703/stat : 31703 (java) S 31689 31691 30092 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 290720101 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140439858431608 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31691/tid=31704] ppid=31689 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31691/task/31704/stat : 31704 (java) S 31689 31691 30092 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290720101 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140439857378952 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31691/tid=31705] ppid=31689 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31691/task/31705/stat : 31705 (java) S 31689 31691 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290720103 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140439856327696 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31691/tid=31706] ppid=31689 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/31691/task/31706/stat : 31706 (java) S 31689 31691 30092 0 -1 4202560 3318 0 0 0 69 0 0 0 20 0 19 0 290720103 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140439855274040 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31691/tid=31707] ppid=31689 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/31691/task/31707/stat : 31707 (java) S 31689 31691 30092 0 -1 4202560 4311 0 0 0 82 0 0 0 20 0 19 0 290720103 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140439854221496 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31691/tid=31708] ppid=31689 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31691/task/31708/stat : 31708 (java) S 31689 31691 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290720103 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140439853169144 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31691/tid=31709] ppid=31689 vsize=9625004 CPUtime=0.79 cores=1,3,5,7
/proc/31691/task/31709/stat : 31709 (java) S 31689 31691 30092 0 -1 4202560 95 0 0 0 37 42 0 0 20 0 19 0 290720103 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140439852116808 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31691/tid=31737] ppid=31689 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31691/task/31737/stat : 31737 (java) S 31689 31691 30092 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 290723051 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140439851062568 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1676.08
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 31775
/proc/meminfo: memFree=19039888/32873844 swapFree=6088/6088
[pid=31691] ppid=31689 vsize=9625004 CPUtime=1736.09 cores=1,3,5,7
/proc/31691/stat : 31691 (java) S 31689 31691 30092 0 -1 4202496 35253 0 1 0 173384 225 0 0 20 0 19 0 290720097 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140733790242736 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31691/statm: 2406251 925421 2291 9 0 2396937 0
[pid=31691/tid=31693] ppid=31689 vsize=9625004 CPUtime=1712.32 cores=1,3,5,7
/proc/31691/task/31693/stat : 31693 (java) R 31689 31691 30092 0 -1 4202560 4036 0 1 0 171167 65 0 0 20 0 19 0 290720098 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140440505156168 140440347716670 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31691/tid=31694] ppid=31689 vsize=9625004 CPUtime=2.09 cores=1,3,5,7
/proc/31691/task/31694/stat : 31694 (java) S 31689 31691 30092 0 -1 4202560 1760 0 0 0 194 15 0 0 20 0 19 0 290720099 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140440466647720 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31691/tid=31695] ppid=31689 vsize=9625004 CPUtime=1.92 cores=1,3,5,7
/proc/31691/task/31695/stat : 31695 (java) S 31689 31691 30092 0 -1 4202560 2289 0 0 0 177 15 0 0 20 0 19 0 290720099 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140440465595176 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31691/tid=31696] ppid=31689 vsize=9625004 CPUtime=2.1 cores=1,3,5,7
/proc/31691/task/31696/stat : 31696 (java) S 31689 31691 30092 0 -1 4202560 2631 0 0 0 193 17 0 0 20 0 19 0 290720099 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140440347077544 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31691/tid=31697] ppid=31689 vsize=9625004 CPUtime=2.03 cores=1,3,5,7
/proc/31691/task/31697/stat : 31697 (java) S 31689 31691 30092 0 -1 4202560 1815 0 0 0 183 20 0 0 20 0 19 0 290720099 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140440346025000 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31691/tid=31698] ppid=31689 vsize=9625004 CPUtime=1.96 cores=1,3,5,7
/proc/31691/task/31698/stat : 31698 (java) S 31689 31691 30092 0 -1 4202560 4540 0 0 0 177 19 0 0 20 0 19 0 290720099 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140440344971432 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31691/tid=31699] ppid=31689 vsize=9625004 CPUtime=1.9 cores=1,3,5,7
/proc/31691/task/31699/stat : 31699 (java) S 31689 31691 30092 0 -1 4202560 2961 0 0 0 175 15 0 0 20 0 19 0 290720099 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140440343918888 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31691/tid=31700] ppid=31689 vsize=9625004 CPUtime=2.12 cores=1,3,5,7
/proc/31691/task/31700/stat : 31700 (java) S 31689 31691 30092 0 -1 4202560 1872 0 0 0 195 17 0 0 20 0 19 0 290720099 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140440342866344 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31691/tid=31701] ppid=31689 vsize=9625004 CPUtime=2.1 cores=1,3,5,7
/proc/31691/task/31701/stat : 31701 (java) S 31689 31691 30092 0 -1 4202560 2260 0 0 0 190 20 0 0 20 0 19 0 290720099 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140440341813800 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31691/tid=31702] ppid=31689 vsize=9625004 CPUtime=5.34 cores=1,3,5,7
/proc/31691/task/31702/stat : 31702 (java) S 31689 31691 30092 0 -1 4202560 2181 0 0 0 525 9 0 0 20 0 19 0 290720100 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140439859485288 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31691/tid=31703] ppid=31689 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31691/task/31703/stat : 31703 (java) S 31689 31691 30092 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 290720101 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140439858431608 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31691/tid=31704] ppid=31689 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31691/task/31704/stat : 31704 (java) S 31689 31691 30092 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290720101 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140439857378952 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31691/tid=31705] ppid=31689 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31691/task/31705/stat : 31705 (java) S 31689 31691 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290720103 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140439856327696 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31691/tid=31706] ppid=31689 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/31691/task/31706/stat : 31706 (java) S 31689 31691 30092 0 -1 4202560 3318 0 0 0 69 0 0 0 20 0 19 0 290720103 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140439855274040 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31691/tid=31707] ppid=31689 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/31691/task/31707/stat : 31707 (java) S 31689 31691 30092 0 -1 4202560 4311 0 0 0 82 0 0 0 20 0 19 0 290720103 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140439854221496 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31691/tid=31708] ppid=31689 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31691/task/31708/stat : 31708 (java) S 31689 31691 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290720103 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140439853169144 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31691/tid=31709] ppid=31689 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/31691/task/31709/stat : 31709 (java) S 31689 31691 30092 0 -1 4202560 99 0 0 0 39 43 0 0 20 0 19 0 290720103 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140439852116808 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31691/tid=31737] ppid=31689 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31691/task/31737/stat : 31737 (java) S 31689 31691 30092 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 290723051 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140439851062568 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1736.09
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/213 31776
/proc/meminfo: memFree=19039640/32873844 swapFree=6088/6088
[pid=31691] ppid=31689 vsize=9625004 CPUtime=1796.1 cores=1,3,5,7
/proc/31691/stat : 31691 (java) S 31689 31691 30092 0 -1 4202496 35260 0 1 0 179384 226 0 0 20 0 19 0 290720097 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140733790242736 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31691/statm: 2406251 925421 2291 9 0 2396937 0
[pid=31691/tid=31693] ppid=31689 vsize=9625004 CPUtime=1772.29 cores=1,3,5,7
/proc/31691/task/31693/stat : 31693 (java) R 31689 31691 30092 0 -1 4202560 4036 0 1 0 177163 66 0 0 20 0 19 0 290720098 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140440505156072 140440348110898 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31691/tid=31694] ppid=31689 vsize=9625004 CPUtime=2.09 cores=1,3,5,7
/proc/31691/task/31694/stat : 31694 (java) S 31689 31691 30092 0 -1 4202560 1760 0 0 0 194 15 0 0 20 0 19 0 290720099 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140440466647720 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31691/tid=31695] ppid=31689 vsize=9625004 CPUtime=1.92 cores=1,3,5,7
/proc/31691/task/31695/stat : 31695 (java) S 31689 31691 30092 0 -1 4202560 2289 0 0 0 177 15 0 0 20 0 19 0 290720099 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140440465595176 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31691/tid=31696] ppid=31689 vsize=9625004 CPUtime=2.1 cores=1,3,5,7
/proc/31691/task/31696/stat : 31696 (java) S 31689 31691 30092 0 -1 4202560 2631 0 0 0 193 17 0 0 20 0 19 0 290720099 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140440347077544 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31691/tid=31697] ppid=31689 vsize=9625004 CPUtime=2.03 cores=1,3,5,7
/proc/31691/task/31697/stat : 31697 (java) S 31689 31691 30092 0 -1 4202560 1815 0 0 0 183 20 0 0 20 0 19 0 290720099 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140440346025000 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31691/tid=31698] ppid=31689 vsize=9625004 CPUtime=1.96 cores=1,3,5,7
/proc/31691/task/31698/stat : 31698 (java) S 31689 31691 30092 0 -1 4202560 4540 0 0 0 177 19 0 0 20 0 19 0 290720099 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140440344971432 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31691/tid=31699] ppid=31689 vsize=9625004 CPUtime=1.9 cores=1,3,5,7
/proc/31691/task/31699/stat : 31699 (java) S 31689 31691 30092 0 -1 4202560 2961 0 0 0 175 15 0 0 20 0 19 0 290720099 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140440343918888 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31691/tid=31700] ppid=31689 vsize=9625004 CPUtime=2.12 cores=1,3,5,7
/proc/31691/task/31700/stat : 31700 (java) S 31689 31691 30092 0 -1 4202560 1872 0 0 0 195 17 0 0 20 0 19 0 290720099 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140440342866344 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31691/tid=31701] ppid=31689 vsize=9625004 CPUtime=2.1 cores=1,3,5,7
/proc/31691/task/31701/stat : 31701 (java) S 31689 31691 30092 0 -1 4202560 2260 0 0 0 190 20 0 0 20 0 19 0 290720099 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140440341813800 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31691/tid=31702] ppid=31689 vsize=9625004 CPUtime=5.34 cores=1,3,5,7
/proc/31691/task/31702/stat : 31702 (java) S 31689 31691 30092 0 -1 4202560 2181 0 0 0 525 9 0 0 20 0 19 0 290720100 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140439859485288 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31691/tid=31703] ppid=31689 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31691/task/31703/stat : 31703 (java) S 31689 31691 30092 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 290720101 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140439858431608 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31691/tid=31704] ppid=31689 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31691/task/31704/stat : 31704 (java) S 31689 31691 30092 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290720101 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140439857378952 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31691/tid=31705] ppid=31689 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31691/task/31705/stat : 31705 (java) S 31689 31691 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290720103 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140439856327696 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31691/tid=31706] ppid=31689 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/31691/task/31706/stat : 31706 (java) S 31689 31691 30092 0 -1 4202560 3320 0 0 0 70 0 0 0 20 0 19 0 290720103 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140439855274040 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31691/tid=31707] ppid=31689 vsize=9625004 CPUtime=0.84 cores=1,3,5,7
/proc/31691/task/31707/stat : 31707 (java) S 31689 31691 30092 0 -1 4202560 4312 0 0 0 84 0 0 0 20 0 19 0 290720103 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140439854221496 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31691/tid=31708] ppid=31689 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31691/task/31708/stat : 31708 (java) S 31689 31691 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290720103 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140439853169144 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31691/tid=31709] ppid=31689 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/31691/task/31709/stat : 31709 (java) S 31689 31691 30092 0 -1 4202560 103 0 0 0 41 44 0 0 20 0 19 0 290720103 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140439852116808 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31691/tid=31737] ppid=31689 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31691/task/31737/stat : 31737 (java) S 31689 31691 30092 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 290723051 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140439851062568 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1796.1
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.2 s]
/proc/loadavg: 2.09 2.03 2.01 3/213 31776
/proc/meminfo: memFree=19039888/32873844 swapFree=6088/6088
[pid=31691] ppid=31689 vsize=9625004 CPUtime=1800 cores=1,3,5,7
/proc/31691/stat : 31691 (java) S 31689 31691 30092 0 -1 4202496 35260 0 1 0 179774 226 0 0 20 0 19 0 290720097 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140733790242736 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31691/statm: 2406251 925421 2291 9 0 2396937 0
[pid=31691/tid=31693] ppid=31689 vsize=9625004 CPUtime=1776.2 cores=1,3,5,7
/proc/31691/task/31693/stat : 31693 (java) R 31689 31691 30092 0 -1 4202560 4036 0 1 0 177554 66 0 0 20 0 19 0 290720098 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140440505156072 140440348208405 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31691/tid=31694] ppid=31689 vsize=9625004 CPUtime=2.09 cores=1,3,5,7
/proc/31691/task/31694/stat : 31694 (java) S 31689 31691 30092 0 -1 4202560 1760 0 0 0 194 15 0 0 20 0 19 0 290720099 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140440466647720 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31691/tid=31695] ppid=31689 vsize=9625004 CPUtime=1.92 cores=1,3,5,7
/proc/31691/task/31695/stat : 31695 (java) S 31689 31691 30092 0 -1 4202560 2289 0 0 0 177 15 0 0 20 0 19 0 290720099 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140440465595176 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31691/tid=31696] ppid=31689 vsize=9625004 CPUtime=2.1 cores=1,3,5,7
/proc/31691/task/31696/stat : 31696 (java) S 31689 31691 30092 0 -1 4202560 2631 0 0 0 193 17 0 0 20 0 19 0 290720099 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140440347077544 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31691/tid=31697] ppid=31689 vsize=9625004 CPUtime=2.03 cores=1,3,5,7
/proc/31691/task/31697/stat : 31697 (java) S 31689 31691 30092 0 -1 4202560 1815 0 0 0 183 20 0 0 20 0 19 0 290720099 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140440346025000 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31691/tid=31698] ppid=31689 vsize=9625004 CPUtime=1.96 cores=1,3,5,7
/proc/31691/task/31698/stat : 31698 (java) S 31689 31691 30092 0 -1 4202560 4540 0 0 0 177 19 0 0 20 0 19 0 290720099 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140440344971432 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31691/tid=31699] ppid=31689 vsize=9625004 CPUtime=1.9 cores=1,3,5,7
/proc/31691/task/31699/stat : 31699 (java) S 31689 31691 30092 0 -1 4202560 2961 0 0 0 175 15 0 0 20 0 19 0 290720099 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140440343918888 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31691/tid=31700] ppid=31689 vsize=9625004 CPUtime=2.12 cores=1,3,5,7
/proc/31691/task/31700/stat : 31700 (java) S 31689 31691 30092 0 -1 4202560 1872 0 0 0 195 17 0 0 20 0 19 0 290720099 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140440342866344 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31691/tid=31701] ppid=31689 vsize=9625004 CPUtime=2.1 cores=1,3,5,7
/proc/31691/task/31701/stat : 31701 (java) S 31689 31691 30092 0 -1 4202560 2260 0 0 0 190 20 0 0 20 0 19 0 290720099 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140440341813800 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31691/tid=31702] ppid=31689 vsize=9625004 CPUtime=5.34 cores=1,3,5,7
/proc/31691/task/31702/stat : 31702 (java) S 31689 31691 30092 0 -1 4202560 2181 0 0 0 525 9 0 0 20 0 19 0 290720100 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140439859485288 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31691/tid=31703] ppid=31689 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31691/task/31703/stat : 31703 (java) S 31689 31691 30092 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 290720101 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140439858431608 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31691/tid=31704] ppid=31689 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31691/task/31704/stat : 31704 (java) S 31689 31691 30092 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290720101 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140439857378952 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31691/tid=31705] ppid=31689 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31691/task/31705/stat : 31705 (java) S 31689 31691 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290720103 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140439856327696 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31691/tid=31706] ppid=31689 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/31691/task/31706/stat : 31706 (java) S 31689 31691 30092 0 -1 4202560 3320 0 0 0 70 0 0 0 20 0 19 0 290720103 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140439855274040 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31691/tid=31707] ppid=31689 vsize=9625004 CPUtime=0.84 cores=1,3,5,7
/proc/31691/task/31707/stat : 31707 (java) S 31689 31691 30092 0 -1 4202560 4312 0 0 0 84 0 0 0 20 0 19 0 290720103 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140439854221496 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31691/tid=31708] ppid=31689 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31691/task/31708/stat : 31708 (java) S 31689 31691 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290720103 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140439853169144 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31691/tid=31709] ppid=31689 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/31691/task/31709/stat : 31709 (java) S 31689 31691 30092 0 -1 4202560 103 0 0 0 41 44 0 0 20 0 19 0 290720103 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140439852116808 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31691/tid=31737] ppid=31689 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/31691/task/31737/stat : 31737 (java) S 31689 31691 30092 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 290723051 9856004096 925421 33554432000 1073741824 1073778376 140733790251600 140439851062568 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625004

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): 1786.24
CPU time (s): 1800.43
CPU user time (s): 1797.72
CPU system time (s): 2.71259
CPU usage (%): 100.794
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.72
system time used= 2.71259
maximum resident set size= 3701800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35291
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41959
involuntary context switches= 32001

runsolver used 6.30104 second user time and 16.7125 second system time

The end

Launcher Data

Begin job on node108 at 2012-05-29 00:58:35
IDJOB=3710446
IDBENCH=92646
IDSOLVER=2289
FILE ID=node108/3710446-1338245910
RUNJOBID= node108-1338240509-31238
PBS_JOBID= 14624630
Free space on /tmp= 71332 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_8_mh.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710446-1338245910/watcher-3710446-1338245910 -o /tmp/evaluation-result-3710446-1338245910/solver-3710446-1338245910 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710446-1338245910.opb

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

MD5SUM BENCH= b6af9d5f38ec6e461eecfded04e11783
RANDOM SEED=1398862536

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:        26556328 kB
Buffers:          336856 kB
Cached:          5148272 kB
SwapCached:            0 kB
Active:           912788 kB
Inactive:        4592576 kB
Active(anon):      20060 kB
Inactive(anon):        0 kB
Active(file):     892728 kB
Inactive(file):  4592576 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            405204 kB
Writeback:             0 kB
AnonPages:         23628 kB
Mapped:            13800 kB
Shmem:               200 kB
Slab:             673904 kB
SReclaimable:     111720 kB
SUnreclaim:       562184 kB
KernelStack:        1416 kB
PageTables:         4012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     108596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71292 MiB
End job on node108 at 2012-05-29 01:28:23