Trace number 3455932

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j CuttingPlanes 2.3.0OPT2 246.671 244.417

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=6-P0=41-P1=37-P2=47-P3=2-P4=7-P5=29-P6=53-B.opb
MD5SUMdaba014eb092fb7e1b2012524271e492
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.627903
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables108
Total number of constraints13
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13
Minimum length of a constraint6
Maximum length of a constraint48
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 2048
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 8064
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)216
Sum of products size (including duplicates)432
Number of different products216
Sum of products size432

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		9996466904
0.02/0.09	c Max memory 		10048897024
0.02/0.09	c Total memory 		10048897024
0.02/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3455932-1307225397.opb
0.10/0.11	c reading problem ... 
0.10/0.15	c ... done. Wall clock time 0.042s.
0.10/0.15	c #vars     324
0.10/0.15	c #constraints  451
0.10/0.15	c constraints type 
0.10/0.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 216
0.10/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 235
8.78/7.50	c cleaning 0 clauses out of 5000 with flag 0/5000
22.27/20.98	c SATISFIABLE
22.27/20.98	c OPTIMIZING...
22.27/20.98	c Got one! Elapsed wall clock time (in seconds):20.874
22.27/20.98	o 61
27.71/26.36	c cleaning 0 clauses out of 10517 with flag 0/10517
33.91/32.45	c Got one! Elapsed wall clock time (in seconds):32.339
33.91/32.45	o 19
40.93/39.48	c Got one! Elapsed wall clock time (in seconds):39.374
40.93/39.48	o 17
50.17/48.64	c Got one! Elapsed wall clock time (in seconds):48.528
50.17/48.64	o 15
58.31/56.72	c cleaning 0 clauses out of 16407 with flag 0/16407
84.01/82.30	c Got one! Elapsed wall clock time (in seconds):82.196
84.01/82.30	o 7
99.87/98.17	c cleaning 0 clauses out of 21751 with flag 0/21751
107.01/105.23	c Got one! Elapsed wall clock time (in seconds):105.119
107.01/105.23	o 5
155.16/153.22	c Got one! Elapsed wall clock time (in seconds):153.107
155.16/153.22	o 3
184.85/182.82	c cleaning 0 clauses out of 28106 with flag 0/28106
245.36/243.14	c Got one! Elapsed wall clock time (in seconds):243.036
245.36/243.14	o 2
246.47/244.27	c starts		: 61
246.47/244.27	c conflicts		: 31873
246.47/244.27	c decisions		: 35833
246.47/244.27	c propagations		: 418657
246.47/244.27	c inspects		: 462085787
246.47/244.27	c shortcuts		: 0
246.47/244.27	c learnt literals	: 0
246.47/244.27	c learnt binary clauses	: 0
246.47/244.27	c learnt ternary clauses	: 0
246.47/244.27	c learnt constraints	: 31873
246.47/244.27	c ignored constraints	: 0
246.47/244.27	c root simplifications	: 0
246.47/244.27	c removed literals (reason simplification)	: 0
246.47/244.27	c reason swapping (by a shorter reason)	: 0
246.47/244.27	c Calls to reduceDB	: 5
246.47/244.27	c number of reductions to clauses (during analyze)	: 0
246.47/244.27	c number of learned constraints concerned by reduction	: 0
246.47/244.27	c number of learning phase by resolution	: 0
246.47/244.27	c number of learning phase by cutting planes	: 0
246.47/244.27	c speed (assignments/second)	: 370821.0806023029
246.47/244.27	c non guided choices	1094
246.47/244.27	c learnt constraints type 
246.47/244.27	c constraints type 
246.47/244.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 216
246.47/244.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 235
246.47/244.27	s OPTIMUM FOUND
246.47/244.27	v -x1 x2 -x3 -x4 -x5 -x6 x7 -x8 -x9 x10 x11 -x12 x13 x14 x15 x16 x17 x18 x19 -x20 x21 -x22 x23 x24 x25 x26 -x27 x28 x29 -x30 x31 x32 -x33 x34 -x35 -x36 x37 x38 x39 x40 x41 x42 -x43 x44 -x45 -x46 x47 x48 -x49 x50 x51 x52 -x53 -x54 -x55 x56 x57 -x58 -x59 x60 -x61 x62 -x63 -x64 -x65 -x66 -x67 x68 x69 -x70 x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 x79 -x80 -x81 -x82 x83 x84 x85 x86 -x87 x88 -x89 -x90 -x91 -x92 -x93 -x94 x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 x103 -x104 x105 -x106 x107 -x108 
246.47/244.27	c objective function=2
246.47/244.27	c Total wall clock time (in seconds): 244.166

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3455932-1307225397/watcher-3455932-1307225397 -o /tmp/evaluation-result-3455932-1307225397/solver-3455932-1307225397 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3455932-1307225397.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: 2.10 2.10 2.03 2/526 21746
/proc/meminfo: memFree=19140732/32950940 swapFree=67111364/67111528
[pid=21746] ppid=21741 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/21746/stat : 21746 (java) S 21741 21746 19289 0 -1 4202496 3776 0 1 0 0 0 0 0 21 0 2 0 912770433 10694979584 3478 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000395237 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/21746/statm: 2611079 3490 917 9 0 2602235 0
[pid=21746/tid=21747] ppid=21741 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21747/stat : 21747 (java) R 21741 21746 19289 0 -1 4202560 7961 0 1 0 0 0 0 0 23 0 2 0 912770434 10694979584 8777 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 215988286523 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0434609 s]
/proc/loadavg: 2.10 2.10 2.03 2/526 21746
/proc/meminfo: memFree=19140732/32950940 swapFree=67111364/67111528
[pid=21746] ppid=21741 vsize=10467480 CPUtime=0.02 cores=1,3,5,7
/proc/21746/stat : 21746 (java) S 21741 21746 19289 0 -1 4202496 11193 0 1 0 2 0 0 0 21 0 13 0 912770433 10718699520 10890 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000395237 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/21746/statm: 2616870 10891 1659 9 0 2607618 0
[pid=21746/tid=21747] ppid=21741 vsize=10467480 CPUtime=0.02 cores=1,3,5,7
/proc/21746/task/21747/stat : 21747 (java) R 21741 21746 19289 0 -1 4202560 10047 0 1 0 2 0 0 0 25 0 13 0 912770434 10718699520 10891 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 47506086635032 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10467480

[startup+0.100452 s]
/proc/loadavg: 2.10 2.10 2.03 2/526 21746
/proc/meminfo: memFree=19140732/32950940 swapFree=67111364/67111528
[pid=21746] ppid=21741 vsize=10539728 CPUtime=0.1 cores=1,3,5,7
/proc/21746/stat : 21746 (java) S 21741 21746 19289 0 -1 4202496 13052 0 1 0 9 1 0 0 21 0 18 0 912770433 10792681472 12716 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21746/statm: 2634932 12717 2092 9 0 2625666 0
[pid=21746/tid=21747] ppid=21741 vsize=10539728 CPUtime=0.08 cores=1,3,5,7
/proc/21746/task/21747/stat : 21747 (java) R 21741 21746 19289 0 -1 4202560 11098 0 1 0 8 0 0 0 25 0 18 0 912770434 10792681472 12718 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 47506088069971 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539728

[startup+0.300419 s]
/proc/loadavg: 2.10 2.10 2.03 2/526 21746
/proc/meminfo: memFree=19140732/32950940 swapFree=67111364/67111528
[pid=21746] ppid=21741 vsize=10543960 CPUtime=0.5 cores=1,3,5,7
/proc/21746/stat : 21746 (java) S 21741 21746 19289 0 -1 4202496 17594 0 1 0 49 1 0 0 21 0 19 0 912770433 10797015040 16386 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21746/statm: 2635990 16388 2187 9 0 2626724 0
[pid=21746/tid=21747] ppid=21741 vsize=10543960 CPUtime=0.27 cores=1,3,5,7
/proc/21746/task/21747/stat : 21747 (java) R 21741 21746 19289 0 -1 4202560 13148 0 1 0 27 0 0 0 25 0 19 0 912770434 10797015040 16388 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 46912505593989 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10543960

[startup+0.70035 s]
/proc/loadavg: 2.10 2.10 2.03 2/526 21746
/proc/meminfo: memFree=19140732/32950940 swapFree=67111364/67111528
[pid=21746] ppid=21741 vsize=10550284 CPUtime=1.7 cores=1,3,5,7
/proc/21746/stat : 21746 (java) S 21741 21746 19289 0 -1 4202496 45168 0 1 0 165 5 0 0 21 0 19 0 912770433 10803490816 39404 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21746/statm: 2637571 39410 2207 9 0 2628305 0
[pid=21746/tid=21747] ppid=21741 vsize=10550284 CPUtime=0.68 cores=1,3,5,7
/proc/21746/task/21747/stat : 21747 (java) R 21741 21746 19289 0 -1 4202560 31505 0 1 0 65 3 0 0 25 0 19 0 912770434 10803490816 39413 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 46912505537164 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 10550284

[startup+1.50121 s]
/proc/loadavg: 2.10 2.10 2.03 4/551 21776
/proc/meminfo: memFree=18606784/32950940 swapFree=67111364/67111528
[pid=21746] ppid=21741 vsize=10550284 CPUtime=2.71 cores=1,3,5,7
/proc/21746/stat : 21746 (java) S 21741 21746 19289 0 -1 4202496 132519 0 1 0 256 15 0 0 21 0 19 0 912770433 10803490816 126754 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21746/statm: 2637571 126759 2218 9 0 2628305 0
[pid=21746/tid=21747] ppid=21741 vsize=10550284 CPUtime=1.48 cores=1,3,5,7
/proc/21746/task/21747/stat : 21747 (java) R 21741 21746 19289 0 -1 4202560 118814 0 1 0 135 13 0 0 25 0 19 0 912770434 10803490816 126763 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 46912505594008 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21746/tid=21749] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21749/stat : 21749 (java) S 21741 21746 19289 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 912770435 10803490816 126766 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
[pid=21746/tid=21750] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21750/stat : 21750 (java) S 21741 21746 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912770435 10803490816 126768 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 7 0 0 0
[pid=21746/tid=21751] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21751/stat : 21751 (java) S 21741 21746 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912770435 10803490816 126772 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 7 0 0 0
[pid=21746/tid=21753] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21753/stat : 21753 (java) S 21741 21746 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912770435 10803490816 126775 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 7 0 0 0
[pid=21746/tid=21754] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21754/stat : 21754 (java) S 21741 21746 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912770435 10803490816 126778 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 7 0 0 0
[pid=21746/tid=21755] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21755/stat : 21755 (java) S 21741 21746 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912770435 10803490816 126781 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 7 0 0 0
[pid=21746/tid=21756] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21756/stat : 21756 (java) S 21741 21746 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912770435 10803490816 126784 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 7 0 0 0
[pid=21746/tid=21757] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21757/stat : 21757 (java) S 21741 21746 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912770435 10803490816 126787 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 7 0 0 0
[pid=21746/tid=21764] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21764/stat : 21764 (java) S 21741 21746 19289 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 912770436 10803490816 126790 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000409088 0 0 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
[pid=21746/tid=21766] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21766/stat : 21766 (java) S 21741 21746 19289 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 912770437 10803490816 126793 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
[pid=21746/tid=21767] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21767/stat : 21767 (java) S 21741 21746 19289 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912770437 10803490816 126795 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
[pid=21746/tid=21768] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21768/stat : 21768 (java) S 21741 21746 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912770439 10803490816 126796 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000416177 0 4 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
[pid=21746/tid=21769] ppid=21741 vsize=10550284 CPUtime=0.64 cores=1,3,5,7
/proc/21746/task/21769/stat : 21769 (java) S 21741 21746 19289 0 -1 4202560 5946 0 0 0 63 1 0 0 24 0 19 0 912770439 10803490816 126797 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 7 0 0 0
[pid=21746/tid=21771] ppid=21741 vsize=10550284 CPUtime=0.56 cores=1,3,5,7
/proc/21746/task/21771/stat : 21771 (java) S 21741 21746 19289 0 -1 4202560 6608 0 0 0 56 0 0 0 22 0 19 0 912770439 10803490816 126800 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 1 0 0 0
[pid=21746/tid=21772] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21772/stat : 21772 (java) S 21741 21746 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912770439 10803490816 126803 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
[pid=21746/tid=21774] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21774/stat : 21774 (java) S 21741 21746 19289 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 912770439 10803490816 126806 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000409088 0 4 0 16800975 18446604468330824832 0 0 -1 1 0 0 0
[pid=21746/tid=21776] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21776/stat : 21776 (java) S 21741 21746 19289 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912770449 10803490816 126808 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000409088 0 4 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 10550284

[startup+3.10093 s]
/proc/loadavg: 2.09 2.10 2.03 3/551 21776
/proc/meminfo: memFree=17666912/32950940 swapFree=67111364/67111528
[pid=21746] ppid=21741 vsize=10550284 CPUtime=4.31 cores=1,3,5,7
/proc/21746/stat : 21746 (java) S 21741 21746 19289 0 -1 4202496 302069 0 1 0 396 35 0 0 21 0 19 0 912770433 10803490816 296303 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21746/statm: 2637571 296306 2218 9 0 2628305 0
[pid=21746/tid=21747] ppid=21741 vsize=10550284 CPUtime=3.08 cores=1,3,5,7
/proc/21746/task/21747/stat : 21747 (java) R 21741 21746 19289 0 -1 4202560 288360 0 1 0 275 33 0 0 25 0 19 0 912770434 10803490816 296308 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 46912505527088 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21746/tid=21749] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21749/stat : 21749 (java) S 21741 21746 19289 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 912770435 10803490816 296310 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
[pid=21746/tid=21750] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21750/stat : 21750 (java) S 21741 21746 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912770435 10803490816 296312 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 7 0 0 0
[pid=21746/tid=21751] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21751/stat : 21751 (java) S 21741 21746 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912770435 10803490816 296314 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 7 0 0 0
[pid=21746/tid=21753] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21753/stat : 21753 (java) S 21741 21746 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912770435 10803490816 296315 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 7 0 0 0
[pid=21746/tid=21754] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21754/stat : 21754 (java) S 21741 21746 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912770435 10803490816 296317 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 7 0 0 0
[pid=21746/tid=21755] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21755/stat : 21755 (java) S 21741 21746 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912770435 10803490816 296319 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 7 0 0 0
[pid=21746/tid=21756] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21756/stat : 21756 (java) S 21741 21746 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912770435 10803490816 296321 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 7 0 0 0
[pid=21746/tid=21757] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21757/stat : 21757 (java) S 21741 21746 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912770435 10803490816 296323 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 7 0 0 0
[pid=21746/tid=21764] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21764/stat : 21764 (java) S 21741 21746 19289 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 912770436 10803490816 296325 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000409088 0 0 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
[pid=21746/tid=21766] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21766/stat : 21766 (java) S 21741 21746 19289 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 912770437 10803490816 296326 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
[pid=21746/tid=21767] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21767/stat : 21767 (java) S 21741 21746 19289 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912770437 10803490816 296328 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
[pid=21746/tid=21768] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21768/stat : 21768 (java) S 21741 21746 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912770439 10803490816 296330 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000416177 0 4 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
[pid=21746/tid=21769] ppid=21741 vsize=10550284 CPUtime=0.64 cores=1,3,5,7
/proc/21746/task/21769/stat : 21769 (java) S 21741 21746 19289 0 -1 4202560 5946 0 0 0 63 1 0 0 24 0 19 0 912770439 10803490816 296332 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 7 0 0 0
[pid=21746/tid=21771] ppid=21741 vsize=10550284 CPUtime=0.56 cores=1,3,5,7
/proc/21746/task/21771/stat : 21771 (java) S 21741 21746 19289 0 -1 4202560 6608 0 0 0 56 0 0 0 18 0 19 0 912770439 10803490816 296333 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 1 0 0 0
[pid=21746/tid=21772] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21772/stat : 21772 (java) S 21741 21746 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912770439 10803490816 296335 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
[pid=21746/tid=21774] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21774/stat : 21774 (java) S 21741 21746 19289 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 912770439 10803490816 296336 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000409088 0 4 0 16800975 18446604468330824832 0 0 -1 1 0 0 0
[pid=21746/tid=21776] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21776/stat : 21776 (java) S 21741 21746 19289 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912770449 10803490816 296338 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000409088 0 4 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 10550284

[startup+6.30137 s]
/proc/loadavg: 2.09 2.10 2.03 3/551 21776
/proc/meminfo: memFree=14984516/32950940 swapFree=67111364/67111528
[pid=21746] ppid=21741 vsize=10550284 CPUtime=7.54 cores=1,3,5,7
/proc/21746/stat : 21746 (java) S 21741 21746 19289 0 -1 4202496 622076 0 1 0 683 71 0 0 21 0 19 0 912770433 10803490816 616276 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21746/statm: 2637571 616280 2219 9 0 2628305 0
[pid=21746/tid=21747] ppid=21741 vsize=10550284 CPUtime=6.28 cores=1,3,5,7
/proc/21746/task/21747/stat : 21747 (java) R 21741 21746 19289 0 -1 4202560 608367 0 1 0 560 68 0 0 25 0 19 0 912770434 10803490816 616282 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 46912505559230 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21746/tid=21749] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21749/stat : 21749 (java) S 21741 21746 19289 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 912770435 10803490816 616284 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
[pid=21746/tid=21750] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21750/stat : 21750 (java) S 21741 21746 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912770435 10803490816 616286 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 7 0 0 0
[pid=21746/tid=21751] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21751/stat : 21751 (java) S 21741 21746 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912770435 10803490816 616288 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 7 0 0 0
[pid=21746/tid=21753] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21753/stat : 21753 (java) S 21741 21746 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912770435 10803490816 616290 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 7 0 0 0
[pid=21746/tid=21754] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21754/stat : 21754 (java) S 21741 21746 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912770435 10803490816 616293 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 7 0 0 0
[pid=21746/tid=21755] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21755/stat : 21755 (java) S 21741 21746 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912770435 10803490816 616297 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 7 0 0 0
[pid=21746/tid=21756] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21756/stat : 21756 (java) S 21741 21746 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912770435 10803490816 616300 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 7 0 0 0
[pid=21746/tid=21757] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21757/stat : 21757 (java) S 21741 21746 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912770435 10803490816 616302 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 7 0 0 0
[pid=21746/tid=21764] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21764/stat : 21764 (java) S 21741 21746 19289 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 912770436 10803490816 616306 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000409088 0 0 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
[pid=21746/tid=21766] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21766/stat : 21766 (java) S 21741 21746 19289 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 912770437 10803490816 616310 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
[pid=21746/tid=21767] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21767/stat : 21767 (java) S 21741 21746 19289 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912770437 10803490816 616313 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
[pid=21746/tid=21768] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21768/stat : 21768 (java) S 21741 21746 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912770439 10803490816 616316 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000416177 0 4 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
[pid=21746/tid=21769] ppid=21741 vsize=10550284 CPUtime=0.66 cores=1,3,5,7
/proc/21746/task/21769/stat : 21769 (java) S 21741 21746 19289 0 -1 4202560 5946 0 0 0 65 1 0 0 15 0 19 0 912770439 10803490816 616319 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 7 0 0 0
[pid=21746/tid=21771] ppid=21741 vsize=10550284 CPUtime=0.57 cores=1,3,5,7
/proc/21746/task/21771/stat : 21771 (java) S 21741 21746 19289 0 -1 4202560 6608 0 0 0 57 0 0 0 15 0 19 0 912770439 10803490816 616322 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 1 0 0 0

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

/proc/21746/task/21768/stat : 21768 (java) S 21741 21746 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912770439 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000416177 0 4 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
[pid=21746/tid=21769] ppid=21741 vsize=10550284 CPUtime=0.81 cores=1,3,5,7
/proc/21746/task/21769/stat : 21769 (java) S 21741 21746 19289 0 -1 4202560 5987 0 0 0 80 1 0 0 15 0 19 0 912770439 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 7 0 0 0
[pid=21746/tid=21771] ppid=21741 vsize=10550284 CPUtime=0.66 cores=1,3,5,7
/proc/21746/task/21771/stat : 21771 (java) S 21741 21746 19289 0 -1 4202560 6630 0 0 0 66 0 0 0 15 0 19 0 912770439 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 1 0 0 0
[pid=21746/tid=21772] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21772/stat : 21772 (java) S 21741 21746 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912770439 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
[pid=21746/tid=21774] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21774/stat : 21774 (java) S 21741 21746 19289 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 912770439 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000409088 0 4 0 16800975 18446604468330824832 0 0 -1 1 0 0 0
[pid=21746/tid=21776] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21776/stat : 21776 (java) S 21741 21746 19289 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912770449 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000409088 0 4 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 242.14
Current children cumulated vsize (KiB) 10550284

[startup+241.501 s]
/proc/loadavg: 2.01 2.06 2.02 3/551 21783
/proc/meminfo: memFree=12018756/32950940 swapFree=67111364/67111528
[pid=21746] ppid=21741 vsize=10550284 CPUtime=243.74 cores=1,3,5,7
/proc/21746/stat : 21746 (java) S 21741 21746 19289 0 -1 4202496 903616 0 1 0 24271 103 0 0 21 0 19 0 912770433 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21746/statm: 2637571 897417 2256 9 0 2628305 0
[pid=21746/tid=21747] ppid=21741 vsize=10550284 CPUtime=240.33 cores=1,3,5,7
/proc/21746/task/21747/stat : 21747 (java) R 21741 21746 19289 0 -1 4202560 846393 0 1 0 23938 95 0 0 25 0 19 0 912770434 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 46912505527004 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21746/tid=21749] ppid=21741 vsize=10550284 CPUtime=0.18 cores=1,3,5,7
/proc/21746/task/21749/stat : 21749 (java) S 21741 21746 19289 0 -1 4202560 4767 0 0 0 18 0 0 0 15 0 19 0 912770435 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
[pid=21746/tid=21750] ppid=21741 vsize=10550284 CPUtime=0.13 cores=1,3,5,7
/proc/21746/task/21750/stat : 21750 (java) S 21741 21746 19289 0 -1 4202560 4778 0 0 0 13 0 0 0 15 0 19 0 912770435 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 7 0 0 0
[pid=21746/tid=21751] ppid=21741 vsize=10550284 CPUtime=0.15 cores=1,3,5,7
/proc/21746/task/21751/stat : 21751 (java) S 21741 21746 19289 0 -1 4202560 3262 0 0 0 15 0 0 0 16 0 19 0 912770435 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
[pid=21746/tid=21753] ppid=21741 vsize=10550284 CPUtime=0.18 cores=1,3,5,7
/proc/21746/task/21753/stat : 21753 (java) S 21741 21746 19289 0 -1 4202560 5273 0 0 0 18 0 0 0 16 0 19 0 912770435 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 1 0 0 0
[pid=21746/tid=21754] ppid=21741 vsize=10550284 CPUtime=0.16 cores=1,3,5,7
/proc/21746/task/21754/stat : 21754 (java) S 21741 21746 19289 0 -1 4202560 2666 0 0 0 16 0 0 0 16 0 19 0 912770435 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 1 0 0 0
[pid=21746/tid=21755] ppid=21741 vsize=10550284 CPUtime=0.12 cores=1,3,5,7
/proc/21746/task/21755/stat : 21755 (java) S 21741 21746 19289 0 -1 4202560 3298 0 0 0 12 0 0 0 15 0 19 0 912770435 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 5 0 0 0
[pid=21746/tid=21756] ppid=21741 vsize=10550284 CPUtime=0.17 cores=1,3,5,7
/proc/21746/task/21756/stat : 21756 (java) S 21741 21746 19289 0 -1 4202560 4843 0 0 0 17 0 0 0 15 0 19 0 912770435 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 7 0 0 0
[pid=21746/tid=21757] ppid=21741 vsize=10550284 CPUtime=0.12 cores=1,3,5,7
/proc/21746/task/21757/stat : 21757 (java) S 21741 21746 19289 0 -1 4202560 3186 0 0 0 12 0 0 0 15 0 19 0 912770435 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 7 0 0 0
[pid=21746/tid=21764] ppid=21741 vsize=10550284 CPUtime=0.61 cores=1,3,5,7
/proc/21746/task/21764/stat : 21764 (java) S 21741 21746 19289 0 -1 4202560 11368 0 0 0 60 1 0 0 15 0 19 0 912770436 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000409088 0 0 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
[pid=21746/tid=21766] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21766/stat : 21766 (java) S 21741 21746 19289 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 912770437 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
[pid=21746/tid=21767] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21767/stat : 21767 (java) S 21741 21746 19289 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 912770437 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
[pid=21746/tid=21768] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21768/stat : 21768 (java) S 21741 21746 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912770439 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000416177 0 4 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
[pid=21746/tid=21769] ppid=21741 vsize=10550284 CPUtime=0.81 cores=1,3,5,7
/proc/21746/task/21769/stat : 21769 (java) S 21741 21746 19289 0 -1 4202560 5987 0 0 0 80 1 0 0 15 0 19 0 912770439 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 7 0 0 0
[pid=21746/tid=21771] ppid=21741 vsize=10550284 CPUtime=0.66 cores=1,3,5,7
/proc/21746/task/21771/stat : 21771 (java) S 21741 21746 19289 0 -1 4202560 6630 0 0 0 66 0 0 0 15 0 19 0 912770439 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 1 0 0 0
[pid=21746/tid=21772] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21772/stat : 21772 (java) S 21741 21746 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912770439 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
[pid=21746/tid=21774] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21774/stat : 21774 (java) S 21741 21746 19289 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 912770439 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000409088 0 4 0 16800975 18446604468330824832 0 0 -1 1 0 0 0
[pid=21746/tid=21776] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21776/stat : 21776 (java) S 21741 21746 19289 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912770449 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000409088 0 4 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 243.74
Current children cumulated vsize (KiB) 10550284

[startup+243.12 s]
/proc/loadavg: 2.01 2.06 2.02 3/551 21783
/proc/meminfo: memFree=12016152/32950940 swapFree=67111364/67111528
[pid=21746] ppid=21741 vsize=10550284 CPUtime=245.36 cores=1,3,5,7
/proc/21746/stat : 21746 (java) S 21741 21746 19289 0 -1 4202496 903616 0 1 0 24433 103 0 0 21 0 19 0 912770433 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21746/statm: 2637571 897417 2256 9 0 2628305 0
[pid=21746/tid=21747] ppid=21741 vsize=10550284 CPUtime=241.95 cores=1,3,5,7
/proc/21746/task/21747/stat : 21747 (java) R 21741 21746 19289 0 -1 4202560 846393 0 1 0 24100 95 0 0 25 0 19 0 912770434 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 46912505629868 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21746/tid=21749] ppid=21741 vsize=10550284 CPUtime=0.18 cores=1,3,5,7
/proc/21746/task/21749/stat : 21749 (java) S 21741 21746 19289 0 -1 4202560 4767 0 0 0 18 0 0 0 15 0 19 0 912770435 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
[pid=21746/tid=21750] ppid=21741 vsize=10550284 CPUtime=0.13 cores=1,3,5,7
/proc/21746/task/21750/stat : 21750 (java) S 21741 21746 19289 0 -1 4202560 4778 0 0 0 13 0 0 0 15 0 19 0 912770435 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 7 0 0 0
[pid=21746/tid=21751] ppid=21741 vsize=10550284 CPUtime=0.15 cores=1,3,5,7
/proc/21746/task/21751/stat : 21751 (java) S 21741 21746 19289 0 -1 4202560 3262 0 0 0 15 0 0 0 16 0 19 0 912770435 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
[pid=21746/tid=21753] ppid=21741 vsize=10550284 CPUtime=0.18 cores=1,3,5,7
/proc/21746/task/21753/stat : 21753 (java) S 21741 21746 19289 0 -1 4202560 5273 0 0 0 18 0 0 0 16 0 19 0 912770435 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 1 0 0 0
[pid=21746/tid=21754] ppid=21741 vsize=10550284 CPUtime=0.16 cores=1,3,5,7
/proc/21746/task/21754/stat : 21754 (java) S 21741 21746 19289 0 -1 4202560 2666 0 0 0 16 0 0 0 16 0 19 0 912770435 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 1 0 0 0
[pid=21746/tid=21755] ppid=21741 vsize=10550284 CPUtime=0.12 cores=1,3,5,7
/proc/21746/task/21755/stat : 21755 (java) S 21741 21746 19289 0 -1 4202560 3298 0 0 0 12 0 0 0 15 0 19 0 912770435 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 5 0 0 0
[pid=21746/tid=21756] ppid=21741 vsize=10550284 CPUtime=0.17 cores=1,3,5,7
/proc/21746/task/21756/stat : 21756 (java) S 21741 21746 19289 0 -1 4202560 4843 0 0 0 17 0 0 0 15 0 19 0 912770435 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 7 0 0 0
[pid=21746/tid=21757] ppid=21741 vsize=10550284 CPUtime=0.12 cores=1,3,5,7
/proc/21746/task/21757/stat : 21757 (java) S 21741 21746 19289 0 -1 4202560 3186 0 0 0 12 0 0 0 15 0 19 0 912770435 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 7 0 0 0
[pid=21746/tid=21764] ppid=21741 vsize=10550284 CPUtime=0.61 cores=1,3,5,7
/proc/21746/task/21764/stat : 21764 (java) S 21741 21746 19289 0 -1 4202560 11368 0 0 0 60 1 0 0 15 0 19 0 912770436 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000409088 0 0 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
[pid=21746/tid=21766] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21766/stat : 21766 (java) S 21741 21746 19289 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 912770437 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
[pid=21746/tid=21767] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21767/stat : 21767 (java) S 21741 21746 19289 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 912770437 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
[pid=21746/tid=21768] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21768/stat : 21768 (java) S 21741 21746 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912770439 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000416177 0 4 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
[pid=21746/tid=21769] ppid=21741 vsize=10550284 CPUtime=0.81 cores=1,3,5,7
/proc/21746/task/21769/stat : 21769 (java) S 21741 21746 19289 0 -1 4202560 5987 0 0 0 80 1 0 0 15 0 19 0 912770439 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 7 0 0 0
[pid=21746/tid=21771] ppid=21741 vsize=10550284 CPUtime=0.66 cores=1,3,5,7
/proc/21746/task/21771/stat : 21771 (java) S 21741 21746 19289 0 -1 4202560 6630 0 0 0 66 0 0 0 15 0 19 0 912770439 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 1 0 0 0
[pid=21746/tid=21772] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21772/stat : 21772 (java) S 21741 21746 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912770439 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
[pid=21746/tid=21774] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21774/stat : 21774 (java) S 21741 21746 19289 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 912770439 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000409088 0 4 0 16800975 18446604468330824832 0 0 -1 1 0 0 0
[pid=21746/tid=21776] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21776/stat : 21776 (java) S 21741 21746 19289 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912770449 10803490816 897417 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000409088 0 4 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 245.36
Current children cumulated vsize (KiB) 10550284

[startup+243.901 s]
/proc/loadavg: 2.01 2.06 2.02 3/551 21783
/proc/meminfo: memFree=12016152/32950940 swapFree=67111364/67111528
[pid=21746] ppid=21741 vsize=10550284 CPUtime=246.15 cores=1,3,5,7
/proc/21746/stat : 21746 (java) S 21741 21746 19289 0 -1 4202496 903617 0 1 0 24512 103 0 0 21 0 19 0 912770433 10803490816 897418 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/21746/statm: 2637571 897418 2256 9 0 2628305 0
[pid=21746/tid=21747] ppid=21741 vsize=10550284 CPUtime=242.73 cores=1,3,5,7
/proc/21746/task/21747/stat : 21747 (java) R 21741 21746 19289 0 -1 4202560 846394 0 1 0 24178 95 0 0 25 0 19 0 912770434 10803490816 897418 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 46912506109586 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21746/tid=21749] ppid=21741 vsize=10550284 CPUtime=0.18 cores=1,3,5,7
/proc/21746/task/21749/stat : 21749 (java) S 21741 21746 19289 0 -1 4202560 4767 0 0 0 18 0 0 0 15 0 19 0 912770435 10803490816 897418 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
[pid=21746/tid=21750] ppid=21741 vsize=10550284 CPUtime=0.13 cores=1,3,5,7
/proc/21746/task/21750/stat : 21750 (java) S 21741 21746 19289 0 -1 4202560 4778 0 0 0 13 0 0 0 15 0 19 0 912770435 10803490816 897418 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 7 0 0 0
[pid=21746/tid=21751] ppid=21741 vsize=10550284 CPUtime=0.15 cores=1,3,5,7
/proc/21746/task/21751/stat : 21751 (java) S 21741 21746 19289 0 -1 4202560 3262 0 0 0 15 0 0 0 16 0 19 0 912770435 10803490816 897418 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
[pid=21746/tid=21753] ppid=21741 vsize=10550284 CPUtime=0.18 cores=1,3,5,7
/proc/21746/task/21753/stat : 21753 (java) S 21741 21746 19289 0 -1 4202560 5273 0 0 0 18 0 0 0 16 0 19 0 912770435 10803490816 897418 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 1 0 0 0
[pid=21746/tid=21754] ppid=21741 vsize=10550284 CPUtime=0.16 cores=1,3,5,7
/proc/21746/task/21754/stat : 21754 (java) S 21741 21746 19289 0 -1 4202560 2666 0 0 0 16 0 0 0 16 0 19 0 912770435 10803490816 897418 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 1 0 0 0
[pid=21746/tid=21755] ppid=21741 vsize=10550284 CPUtime=0.12 cores=1,3,5,7
/proc/21746/task/21755/stat : 21755 (java) S 21741 21746 19289 0 -1 4202560 3298 0 0 0 12 0 0 0 15 0 19 0 912770435 10803490816 897418 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 5 0 0 0
[pid=21746/tid=21756] ppid=21741 vsize=10550284 CPUtime=0.17 cores=1,3,5,7
/proc/21746/task/21756/stat : 21756 (java) S 21741 21746 19289 0 -1 4202560 4843 0 0 0 17 0 0 0 15 0 19 0 912770435 10803490816 897418 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 7 0 0 0
[pid=21746/tid=21757] ppid=21741 vsize=10550284 CPUtime=0.12 cores=1,3,5,7
/proc/21746/task/21757/stat : 21757 (java) S 21741 21746 19289 0 -1 4202560 3186 0 0 0 12 0 0 0 15 0 19 0 912770435 10803490816 897418 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 7 0 0 0
[pid=21746/tid=21764] ppid=21741 vsize=10550284 CPUtime=0.61 cores=1,3,5,7
/proc/21746/task/21764/stat : 21764 (java) S 21741 21746 19289 0 -1 4202560 11368 0 0 0 60 1 0 0 15 0 19 0 912770436 10803490816 897418 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000409088 0 0 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
[pid=21746/tid=21766] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21766/stat : 21766 (java) S 21741 21746 19289 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 912770437 10803490816 897418 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
[pid=21746/tid=21767] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21767/stat : 21767 (java) S 21741 21746 19289 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 912770437 10803490816 897418 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
[pid=21746/tid=21768] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21768/stat : 21768 (java) S 21741 21746 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912770439 10803490816 897418 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000416177 0 4 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
[pid=21746/tid=21769] ppid=21741 vsize=10550284 CPUtime=0.83 cores=1,3,5,7
/proc/21746/task/21769/stat : 21769 (java) S 21741 21746 19289 0 -1 4202560 5987 0 0 0 82 1 0 0 15 0 19 0 912770439 10803490816 897418 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 7 0 0 0
[pid=21746/tid=21771] ppid=21741 vsize=10550284 CPUtime=0.66 cores=1,3,5,7
/proc/21746/task/21771/stat : 21771 (java) S 21741 21746 19289 0 -1 4202560 6630 0 0 0 66 0 0 0 15 0 19 0 912770439 10803490816 897418 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 1 0 0 0
[pid=21746/tid=21772] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21772/stat : 21772 (java) S 21741 21746 19289 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912770439 10803490816 897418 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000408473 0 4 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
[pid=21746/tid=21774] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21774/stat : 21774 (java) S 21741 21746 19289 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 912770439 10803490816 897418 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000409088 0 4 0 16800975 18446604468330824832 0 0 -1 1 0 0 0
[pid=21746/tid=21776] ppid=21741 vsize=10550284 CPUtime=0 cores=1,3,5,7
/proc/21746/task/21776/stat : 21776 (java) S 21741 21746 19289 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912770449 10803490816 897418 33554432000 1073741824 1073778376 140735976385936 18446744073709551615 216000409088 0 4 0 16800975 18446604468330824832 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 246.15
Current children cumulated vsize (KiB) 10550284

[startup+244.301 s]
/proc/loadavg: 2.01 2.06 2.02 3/551 21783
/proc/meminfo: memFree=12016028/32950940 swapFree=67111364/67111528
[pid=21746] ppid=21741 vsize=0 CPUtime=246.55 cores=1,3,5,7
/proc/21746/stat : 21746 (java) Z 21741 21746 19289 0 -1 4203548 903637 0 1 0 24550 105 0 0 18 0 2 0 912770433 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21746/statm: 0 0 0 0 0 0 0
[pid=21746/tid=21747] ppid=21741 vsize=0 CPUtime=243.13 cores=1,3,5,7
/proc/21746/task/21747/stat : 21747 (java) R 21741 21746 19289 0 -1 4203588 846398 0 1 0 24216 97 0 0 25 0 2 0 912770434 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 246.55
Current children cumulated vsize (KiB) 0

[startup+244.401 s]
/proc/loadavg: 2.01 2.06 2.02 3/551 21783
/proc/meminfo: memFree=12016028/32950940 swapFree=67111364/67111528
[pid=21746] ppid=21741 vsize=0 CPUtime=246.65 cores=1,3,5,7
/proc/21746/stat : 21746 (java) Z 21741 21746 19289 0 -1 4203548 903637 0 1 0 24550 115 0 0 18 0 2 0 912770433 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21746/statm: 0 0 0 0 0 0 0
[pid=21746/tid=21747] ppid=21741 vsize=0 CPUtime=243.23 cores=1,3,5,7
/proc/21746/task/21747/stat : 21747 (java) R 21741 21746 19289 0 -1 4203588 846398 0 1 0 24216 107 0 0 25 0 2 0 912770434 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 246.65
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 244.417
CPU time (s): 246.671
CPU user time (s): 245.502
CPU system time (s): 1.16882
CPU usage (%): 100.922
Max. virtual memory (cumulated for all children) (KiB): 10554272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 245.502
system time used= 1.16882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 903637
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6044
involuntary context switches= 1255

runsolver used 1.18282 second user time and 3.05754 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-05 00:09:57
IDJOB=3455932
IDBENCH=47944
IDSOLVER=1951
FILE ID=node117/3455932-1307225397
RUNJOBID= node117-1307225397-21708
PBS_JOBID= 13509044
Free space on /tmp= 73632 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=6-P0=41-P1=37-P2=47-P3=2-P4=7-P5=29-P6=53-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455932-1307225397/watcher-3455932-1307225397 -o /tmp/evaluation-result-3455932-1307225397/solver-3455932-1307225397 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3455932-1307225397.opb

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

MD5SUM BENCH= daba014eb092fb7e1b2012524271e492
RANDOM SEED=1513077817

node117.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      19141004 kB
Buffers:        380264 kB
Cached:        3208260 kB
SwapCached:          0 kB
Active:       10312968 kB
Inactive:      3098804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      19141004 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:             644 kB
Writeback:           0 kB
AnonPages:     9823840 kB
Mapped:          47288 kB
Slab:           270596 kB
PageTables:      58476 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 159811252 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73628 MiB
End job on node117 at 2011-06-05 00:14:01