Trace number 3456859

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.0SAT (TO)324 1800.27 1793.11

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_5_40_1.opb
MD5SUM5bf563c7058af01702ea80887f1d43ad
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1320.51
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved NO
Number of variables120
Total number of constraints10
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 constraints10
Minimum length of a constraint55
Maximum length of a constraint56
Number of terms in the objective function 80
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2550
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1086
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3768
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/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-3456859-1307221856.opb
0.10/0.11	c reading problem ... 
0.10/0.14	c ... done. Wall clock time 0.032s.
0.10/0.14	c #vars     120
0.10/0.14	c #constraints  10
0.10/0.14	c constraints type 
0.10/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10
0.51/0.69	c SATISFIABLE
0.51/0.69	c OPTIMIZING...
0.51/0.69	c Got one! Elapsed wall clock time (in seconds):0.546
0.51/0.69	o 1447
1.86/0.88	c Got one! Elapsed wall clock time (in seconds):0.769
1.86/0.88	o 1387
2.27/1.20	c Got one! Elapsed wall clock time (in seconds):1.095
2.27/1.20	o 1256
2.77/1.73	c Got one! Elapsed wall clock time (in seconds):1.624
2.77/1.73	o 1254
3.69/2.67	c Got one! Elapsed wall clock time (in seconds):2.566
3.69/2.67	o 1096
8.92/7.84	c Got one! Elapsed wall clock time (in seconds):7.734
8.92/7.84	o 1009
10.25/9.14	c Got one! Elapsed wall clock time (in seconds):9.028
10.25/9.14	o 800
21.82/20.56	c Got one! Elapsed wall clock time (in seconds):20.456
21.82/20.56	o 790
27.15/25.85	c Got one! Elapsed wall clock time (in seconds):25.74
27.15/25.85	o 733
78.45/76.97	c Got one! Elapsed wall clock time (in seconds):76.864
78.45/76.97	o 688
85.19/83.62	c Got one! Elapsed wall clock time (in seconds):83.517
85.19/83.62	o 566
156.28/154.57	c Got one! Elapsed wall clock time (in seconds):154.459
156.28/154.57	o 455
175.92/174.18	c Got one! Elapsed wall clock time (in seconds):174.077
175.92/174.18	o 454
314.05/312.15	c Got one! Elapsed wall clock time (in seconds):312.045
314.05/312.15	o 446
668.72/666.10	c Got one! Elapsed wall clock time (in seconds):665.988
668.72/666.10	o 444
770.03/767.09	c Got one! Elapsed wall clock time (in seconds):766.982
770.03/767.09	o 425
913.16/909.87	c cleaning 0 clauses out of 12360 with flag 0/12360
955.53/952.06	c Got one! Elapsed wall clock time (in seconds):951.95
955.53/952.06	o 417
1201.35/1196.90	c Got one! Elapsed wall clock time (in seconds):1196.794
1201.35/1196.90	o 414
1248.76/1244.18	c Got one! Elapsed wall clock time (in seconds):1244.069
1248.76/1244.18	o 388
1396.10/1390.85	c Got one! Elapsed wall clock time (in seconds):1390.745
1396.10/1390.85	o 342
1670.01/1663.59	c Got one! Elapsed wall clock time (in seconds):1663.481
1670.01/1663.59	o 324
1800.05/1792.92	c starts		: 65
1800.05/1792.92	c conflicts		: 18707
1800.05/1792.92	c decisions		: 25926
1800.05/1792.92	c propagations		: 162841
1800.05/1792.92	c inspects		: 524881585
1800.05/1792.92	c shortcuts		: 0
1800.05/1792.92	c learnt literals	: 0
1800.05/1792.92	c learnt binary clauses	: 0
1800.05/1792.92	c learnt ternary clauses	: 0
1800.05/1792.92	c learnt constraints	: 18707
1800.05/1792.92	c ignored constraints	: 0
1800.05/1792.92	c root simplifications	: 0
1800.05/1792.92	c removed literals (reason simplification)	: 0
1800.05/1792.92	c reason swapping (by a shorter reason)	: 0
1800.05/1792.92	c Calls to reduceDB	: 1
1800.05/1792.92	c number of reductions to clauses (during analyze)	: 0
1800.05/1792.92	c number of learned constraints concerned by reduction	: 0
1800.05/1792.92	c number of learning phase by resolution	: 0
1800.05/1792.92	c number of learning phase by cutting planes	: 0
1800.05/1792.92	c speed (assignments/second)	: 1259.1123482563983
1800.05/1792.92	c non guided choices	348
1800.05/1792.93	c learnt constraints type 
1800.05/1792.93	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 96
1800.05/1792.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18611
1800.05/1792.93	c constraints type 
1800.05/1792.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11
1800.05/1792.93	s SATISFIABLE
1800.05/1792.94	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 -x109 x110 -x111 -x112 x113 x114 -x115 -x116 x117 -x118 x119 -x120 
1800.05/1792.94	c objective function=324
1800.05/1792.94	c Total wall clock time (in seconds): 1792.828

Verifier Data

OK	324

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

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

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


[startup+0 s]
/proc/loadavg: 2.05 2.03 2.00 3/461 1091
/proc/meminfo: memFree=25637684/32950928 swapFree=52246700/67111528
[pid=1091] ppid=1089 vsize=9100 CPUtime=0 cores=0,2,4,6
/proc/1091/stat : 1091 (java) S 1089 1091 31238 0 -1 4202496 224 0 0 0 0 0 0 0 25 0 1 0 912416265 9318400 162 33554432000 1073741824 1073778376 140734217102032 18446744073709551615 231895490551 0 2147483391 4096 0 18446744071699215550 0 0 17 2 0 0 0
/proc/1091/statm: 2275 162 122 9 0 67 0
[pid=1091/tid=1092] ppid=1089 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1092/stat : 1092 (java) R 1089 1091 31238 0 -1 4202560 3291 0 1 0 0 0 0 0 25 0 2 0 912416265 10694979584 4107 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231895184443 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.097166 s]
/proc/loadavg: 2.05 2.03 2.00 3/461 1091
/proc/meminfo: memFree=25637684/32950928 swapFree=52246700/67111528
[pid=1091] ppid=1089 vsize=10540832 CPUtime=0.1 cores=0,2,4,6
/proc/1091/stat : 1091 (java) S 1089 1091 31238 0 -1 4202496 13001 0 1 0 9 1 0 0 25 0 18 0 912416265 10793811968 12672 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1091/statm: 2635208 12672 2093 9 0 2625942 0
[pid=1091/tid=1092] ppid=1089 vsize=10540832 CPUtime=0.08 cores=0,2,4,6
/proc/1091/task/1092/stat : 1092 (java) R 1089 1091 31238 0 -1 4202560 11065 0 1 0 7 1 0 0 18 0 18 0 912416265 10793811968 12672 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231895148306 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540832

[startup+0.101176 s]
/proc/loadavg: 2.05 2.03 2.00 3/461 1091
/proc/meminfo: memFree=25637684/32950928 swapFree=52246700/67111528
[pid=1091] ppid=1089 vsize=10540832 CPUtime=0.1 cores=0,2,4,6
/proc/1091/stat : 1091 (java) S 1089 1091 31238 0 -1 4202496 13038 0 1 0 9 1 0 0 25 0 18 0 912416265 10793811968 12709 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1091/statm: 2635208 12709 2093 9 0 2625942 0
[pid=1091/tid=1092] ppid=1089 vsize=10540832 CPUtime=0.08 cores=0,2,4,6
/proc/1091/task/1092/stat : 1092 (java) R 1089 1091 31238 0 -1 4202560 11102 0 1 0 7 1 0 0 18 0 18 0 912416265 10793811968 12709 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907317195 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540832

[startup+0.301169 s]
/proc/loadavg: 2.05 2.03 2.00 3/461 1091
/proc/meminfo: memFree=25637684/32950928 swapFree=52246700/67111528
[pid=1091] ppid=1089 vsize=10545956 CPUtime=0.51 cores=0,2,4,6
/proc/1091/stat : 1091 (java) S 1089 1091 31238 0 -1 4202496 18005 0 1 0 49 2 0 0 25 0 19 0 912416265 10799058944 16981 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1091/statm: 2636489 16982 2201 9 0 2627223 0
[pid=1091/tid=1092] ppid=1089 vsize=10545956 CPUtime=0.27 cores=0,2,4,6
/proc/1091/task/1092/stat : 1092 (java) R 1089 1091 31238 0 -1 4202560 13488 0 1 0 26 1 0 0 19 0 19 0 912416265 10799058944 16982 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 47819532073780 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 10545956

[startup+0.737865 s]
/proc/loadavg: 2.05 2.03 2.00 3/461 1091
/proc/meminfo: memFree=25637684/32950928 swapFree=52246700/67111528
[pid=1091] ppid=1089 vsize=10556364 CPUtime=1.78 cores=0,2,4,6
/proc/1091/stat : 1091 (java) S 1089 1091 31238 0 -1 4202496 45909 0 1 0 173 5 0 0 25 0 19 0 912416265 10809716736 40741 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1091/statm: 2639091 40744 2224 9 0 2629825 0
[pid=1091/tid=1092] ppid=1089 vsize=10556364 CPUtime=0.7 cores=0,2,4,6
/proc/1091/task/1092/stat : 1092 (java) R 1089 1091 31238 0 -1 4202560 33272 0 1 0 67 3 0 0 18 0 19 0 912416265 10809716736 40747 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 46912505561424 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.78
Current children cumulated vsize (KiB) 10556364

[startup+1.50097 s]
/proc/loadavg: 2.04 2.03 2.00 3/480 1110
/proc/meminfo: memFree=25276036/32950928 swapFree=52246700/67111528
[pid=1091] ppid=1089 vsize=10556364 CPUtime=2.57 cores=0,2,4,6
/proc/1091/stat : 1091 (java) S 1089 1091 31238 0 -1 4202496 113556 0 1 0 245 12 0 0 25 0 19 0 912416265 10809716736 108387 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1091/statm: 2639091 108390 2226 9 0 2629825 0
[pid=1091/tid=1092] ppid=1089 vsize=10556364 CPUtime=1.47 cores=0,2,4,6
/proc/1091/task/1092/stat : 1092 (java) R 1089 1091 31238 0 -1 4202560 100911 0 1 0 137 10 0 0 18 0 19 0 912416265 10809716736 108390 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 46912505530588 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1091/tid=1094] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1094/stat : 1094 (java) S 1089 1091 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912416267 10809716736 108390 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
[pid=1091/tid=1095] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1095/stat : 1095 (java) S 1089 1091 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912416267 10809716736 108391 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
[pid=1091/tid=1096] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1096/stat : 1096 (java) S 1089 1091 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912416267 10809716736 108391 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
[pid=1091/tid=1097] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1097/stat : 1097 (java) S 1089 1091 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912416267 10809716736 108391 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
[pid=1091/tid=1098] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1098/stat : 1098 (java) S 1089 1091 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912416267 10809716736 108392 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
[pid=1091/tid=1099] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1099/stat : 1099 (java) S 1089 1091 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912416267 10809716736 108396 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
[pid=1091/tid=1100] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1100/stat : 1100 (java) S 1089 1091 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912416267 10809716736 108397 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
[pid=1091/tid=1101] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1101/stat : 1101 (java) S 1089 1091 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912416267 10809716736 108398 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
[pid=1091/tid=1102] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1102/stat : 1102 (java) S 1089 1091 31238 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 912416268 10809716736 108400 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907307008 0 0 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
[pid=1091/tid=1103] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1103/stat : 1103 (java) S 1089 1091 31238 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 912416269 10809716736 108402 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 2 0 0 0
[pid=1091/tid=1104] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1104/stat : 1104 (java) S 1089 1091 31238 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912416269 10809716736 108403 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 2 0 0 0
[pid=1091/tid=1105] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1105/stat : 1105 (java) S 1089 1091 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912416271 10809716736 108406 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907314097 0 4 0 16800975 18446604445921305792 0 0 -1 2 0 0 0
[pid=1091/tid=1106] ppid=1089 vsize=10556364 CPUtime=0.54 cores=0,2,4,6
/proc/1091/task/1106/stat : 1106 (java) S 1089 1091 31238 0 -1 4202560 5350 0 0 0 54 0 0 0 16 0 19 0 912416271 10809716736 108409 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 4 0 0 0
[pid=1091/tid=1107] ppid=1089 vsize=10556364 CPUtime=0.53 cores=0,2,4,6
/proc/1091/task/1107/stat : 1107 (java) S 1089 1091 31238 0 -1 4202560 6138 0 0 0 52 1 0 0 15 0 19 0 912416271 10809716736 108411 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
[pid=1091/tid=1108] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1108/stat : 1108 (java) S 1089 1091 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912416271 10809716736 108413 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 2 0 0 0
[pid=1091/tid=1109] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1109/stat : 1109 (java) S 1089 1091 31238 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 912416271 10809716736 108416 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907307008 0 4 0 16800975 18446604445921305792 0 0 -1 0 0 0 0
[pid=1091/tid=1110] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1110/stat : 1110 (java) S 1089 1091 31238 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 912416279 10809716736 108418 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907307008 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 10556364

[startup+3.10167 s]
/proc/loadavg: 2.04 2.03 2.00 3/480 1110
/proc/meminfo: memFree=24921396/32950928 swapFree=52246700/67111528
[pid=1091] ppid=1089 vsize=10556364 CPUtime=4.22 cores=0,2,4,6
/proc/1091/stat : 1091 (java) S 1089 1091 31238 0 -1 4202496 240661 0 1 0 395 27 0 0 25 0 19 0 912416265 10809716736 235491 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1091/statm: 2639091 235496 2227 9 0 2629825 0
[pid=1091/tid=1092] ppid=1089 vsize=10556364 CPUtime=3.08 cores=0,2,4,6
/proc/1091/task/1092/stat : 1092 (java) R 1089 1091 31238 0 -1 4202560 228014 0 1 0 283 25 0 0 18 0 19 0 912416265 10809716736 235499 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 46912505542254 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1091/tid=1094] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1094/stat : 1094 (java) S 1089 1091 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912416267 10809716736 235502 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
[pid=1091/tid=1095] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1095/stat : 1095 (java) S 1089 1091 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912416267 10809716736 235505 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
[pid=1091/tid=1096] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1096/stat : 1096 (java) S 1089 1091 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912416267 10809716736 235508 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
[pid=1091/tid=1097] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1097/stat : 1097 (java) S 1089 1091 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912416267 10809716736 235510 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
[pid=1091/tid=1098] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1098/stat : 1098 (java) S 1089 1091 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912416267 10809716736 235513 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
[pid=1091/tid=1099] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1099/stat : 1099 (java) S 1089 1091 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912416267 10809716736 235516 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
[pid=1091/tid=1100] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1100/stat : 1100 (java) S 1089 1091 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912416267 10809716736 235520 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
[pid=1091/tid=1101] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1101/stat : 1101 (java) S 1089 1091 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912416267 10809716736 235523 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
[pid=1091/tid=1102] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1102/stat : 1102 (java) S 1089 1091 31238 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 912416268 10809716736 235525 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907307008 0 0 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
[pid=1091/tid=1103] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1103/stat : 1103 (java) S 1089 1091 31238 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 912416269 10809716736 235527 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 2 0 0 0
[pid=1091/tid=1104] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1104/stat : 1104 (java) S 1089 1091 31238 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912416269 10809716736 235530 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 2 0 0 0
[pid=1091/tid=1105] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1105/stat : 1105 (java) S 1089 1091 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912416271 10809716736 235533 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907314097 0 4 0 16800975 18446604445921305792 0 0 -1 2 0 0 0
[pid=1091/tid=1106] ppid=1089 vsize=10556364 CPUtime=0.54 cores=0,2,4,6
/proc/1091/task/1106/stat : 1106 (java) S 1089 1091 31238 0 -1 4202560 5350 0 0 0 54 0 0 0 15 0 19 0 912416271 10809716736 235536 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 4 0 0 0
[pid=1091/tid=1107] ppid=1089 vsize=10556364 CPUtime=0.58 cores=0,2,4,6
/proc/1091/task/1107/stat : 1107 (java) S 1089 1091 31238 0 -1 4202560 6145 0 0 0 57 1 0 0 15 0 19 0 912416271 10809716736 235538 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
[pid=1091/tid=1108] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1108/stat : 1108 (java) S 1089 1091 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912416271 10809716736 235541 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 2 0 0 0
[pid=1091/tid=1109] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1109/stat : 1109 (java) S 1089 1091 31238 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 912416271 10809716736 235543 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907307008 0 4 0 16800975 18446604445921305792 0 0 -1 0 0 0 0
[pid=1091/tid=1110] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1110/stat : 1110 (java) S 1089 1091 31238 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 912416279 10809716736 235546 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907307008 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 10556364

[startup+6.30107 s]
/proc/loadavg: 2.04 2.03 2.00 3/480 1110
/proc/meminfo: memFree=24302376/32950928 swapFree=52246700/67111528
[pid=1091] ppid=1089 vsize=10556364 CPUtime=7.42 cores=0,2,4,6
/proc/1091/stat : 1091 (java) S 1089 1091 31238 0 -1 4202496 365797 0 1 0 702 40 0 0 25 0 19 0 912416265 10809716736 360396 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1091/statm: 2639091 360397 2228 9 0 2629825 0
[pid=1091/tid=1092] ppid=1089 vsize=10556364 CPUtime=6.27 cores=0,2,4,6
/proc/1091/task/1092/stat : 1092 (java) R 1089 1091 31238 0 -1 4202560 353145 0 1 0 589 38 0 0 21 0 19 0 912416265 10809716736 360401 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 46912505522988 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1091/tid=1094] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1094/stat : 1094 (java) S 1089 1091 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912416267 10809716736 360405 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
[pid=1091/tid=1095] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1095/stat : 1095 (java) S 1089 1091 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912416267 10809716736 360406 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
[pid=1091/tid=1096] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1096/stat : 1096 (java) S 1089 1091 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912416267 10809716736 360406 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
[pid=1091/tid=1097] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1097/stat : 1097 (java) S 1089 1091 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912416267 10809716736 360407 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
[pid=1091/tid=1098] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1098/stat : 1098 (java) S 1089 1091 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912416267 10809716736 360408 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
[pid=1091/tid=1099] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1099/stat : 1099 (java) S 1089 1091 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912416267 10809716736 360409 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
[pid=1091/tid=1100] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1100/stat : 1100 (java) S 1089 1091 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912416267 10809716736 360410 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
[pid=1091/tid=1101] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1101/stat : 1101 (java) S 1089 1091 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912416267 10809716736 360411 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
[pid=1091/tid=1102] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1102/stat : 1102 (java) S 1089 1091 31238 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 912416268 10809716736 360415 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907307008 0 0 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
[pid=1091/tid=1103] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1103/stat : 1103 (java) S 1089 1091 31238 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 912416269 10809716736 360417 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 2 0 0 0
[pid=1091/tid=1104] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1104/stat : 1104 (java) S 1089 1091 31238 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912416269 10809716736 360418 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 2 0 0 0
[pid=1091/tid=1105] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1105/stat : 1105 (java) S 1089 1091 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912416271 10809716736 360420 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907314097 0 4 0 16800975 18446604445921305792 0 0 -1 2 0 0 0
[pid=1091/tid=1106] ppid=1089 vsize=10556364 CPUtime=0.55 cores=0,2,4,6
/proc/1091/task/1106/stat : 1106 (java) S 1089 1091 31238 0 -1 4202560 5351 0 0 0 55 0 0 0 15 0 19 0 912416271 10809716736 360422 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 4 0 0 0
[pid=1091/tid=1107] ppid=1089 vsize=10556364 CPUtime=0.58 cores=0,2,4,6
/proc/1091/task/1107/stat : 1107 (java) S 1089 1091 31238 0 -1 4202560 6145 0 0 0 57 1 0 0 15 0 19 0 912416271 10809716736 360425 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0

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

/proc/1091/task/1104/stat : 1104 (java) S 1089 1091 31238 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 912416269 10809716736 1029850 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 2 0 0 0
[pid=1091/tid=1105] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1105/stat : 1105 (java) S 1089 1091 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912416271 10809716736 1029850 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907314097 0 4 0 16800975 18446604445921305792 0 0 -1 2 0 0 0
[pid=1091/tid=1106] ppid=1089 vsize=10556364 CPUtime=0.77 cores=0,2,4,6
/proc/1091/task/1106/stat : 1106 (java) S 1089 1091 31238 0 -1 4202560 5435 0 0 0 77 0 0 0 16 0 19 0 912416271 10809716736 1029850 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 4 0 0 0
[pid=1091/tid=1107] ppid=1089 vsize=10556364 CPUtime=0.62 cores=0,2,4,6
/proc/1091/task/1107/stat : 1107 (java) S 1089 1091 31238 0 -1 4202560 6151 0 0 0 61 1 0 0 15 0 19 0 912416271 10809716736 1029850 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
[pid=1091/tid=1108] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1108/stat : 1108 (java) S 1089 1091 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912416271 10809716736 1029850 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 2 0 0 0
[pid=1091/tid=1109] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1109/stat : 1109 (java) S 1089 1091 31238 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 912416271 10809716736 1029850 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907307008 0 4 0 16800975 18446604445921305792 0 0 -1 0 0 0 0
[pid=1091/tid=1110] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1110/stat : 1110 (java) S 1089 1091 31238 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 912416279 10809716736 1029850 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907307008 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1668.8
Current children cumulated vsize (KiB) 10556364

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/480 1207
/proc/meminfo: memFree=21483268/32950928 swapFree=52246700/67111528
[pid=1091] ppid=1089 vsize=10556364 CPUtime=1729.11 cores=0,2,4,6
/proc/1091/stat : 1091 (java) S 1089 1091 31238 0 -1 4202496 1048387 0 1 0 172775 136 0 0 25 0 19 0 912416265 10809716736 1034031 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1091/statm: 2639091 1034031 2257 9 0 2629825 0
[pid=1091/tid=1092] ppid=1089 vsize=10556364 CPUtime=1719.43 cores=0,2,4,6
/proc/1091/task/1092/stat : 1092 (java) R 1089 1091 31238 0 -1 4202560 807345 0 1 0 171854 89 0 0 25 0 19 0 912416265 10809716736 1034031 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 46912505561845 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1091/tid=1094] ppid=1089 vsize=10556364 CPUtime=1 cores=0,2,4,6
/proc/1091/task/1094/stat : 1094 (java) S 1089 1091 31238 0 -1 4202560 25040 0 0 0 97 3 0 0 16 0 19 0 912416267 10809716736 1034031 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 0 0 0 0
[pid=1091/tid=1095] ppid=1089 vsize=10556364 CPUtime=1.01 cores=0,2,4,6
/proc/1091/task/1095/stat : 1095 (java) S 1089 1091 31238 0 -1 4202560 24479 0 0 0 97 4 0 0 16 0 19 0 912416267 10809716736 1034031 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 2 0 0 0
[pid=1091/tid=1096] ppid=1089 vsize=10556364 CPUtime=0.94 cores=0,2,4,6
/proc/1091/task/1096/stat : 1096 (java) S 1089 1091 31238 0 -1 4202560 32676 0 0 0 89 5 0 0 15 0 19 0 912416267 10809716736 1034031 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 2 0 0 0
[pid=1091/tid=1097] ppid=1089 vsize=10556364 CPUtime=1.08 cores=0,2,4,6
/proc/1091/task/1097/stat : 1097 (java) S 1089 1091 31238 0 -1 4202560 34319 0 0 0 102 6 0 0 16 0 19 0 912416267 10809716736 1034031 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
[pid=1091/tid=1098] ppid=1089 vsize=10556364 CPUtime=1.04 cores=0,2,4,6
/proc/1091/task/1098/stat : 1098 (java) S 1089 1091 31238 0 -1 4202560 32468 0 0 0 100 4 0 0 15 0 19 0 912416267 10809716736 1034031 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 4 0 0 0
[pid=1091/tid=1099] ppid=1089 vsize=10556364 CPUtime=0.93 cores=0,2,4,6
/proc/1091/task/1099/stat : 1099 (java) S 1089 1091 31238 0 -1 4202560 24609 0 0 0 87 6 0 0 15 0 19 0 912416267 10809716736 1034031 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 0 0 0 0
[pid=1091/tid=1100] ppid=1089 vsize=10556364 CPUtime=0.84 cores=0,2,4,6
/proc/1091/task/1100/stat : 1100 (java) S 1089 1091 31238 0 -1 4202560 20912 0 0 0 80 4 0 0 15 0 19 0 912416267 10809716736 1034031 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 2 0 0 0
[pid=1091/tid=1101] ppid=1089 vsize=10556364 CPUtime=1.02 cores=0,2,4,6
/proc/1091/task/1101/stat : 1101 (java) S 1089 1091 31238 0 -1 4202560 31294 0 0 0 97 5 0 0 15 0 19 0 912416267 10809716736 1034031 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 2 0 0 0
[pid=1091/tid=1102] ppid=1089 vsize=10556364 CPUtime=0.29 cores=0,2,4,6
/proc/1091/task/1102/stat : 1102 (java) S 1089 1091 31238 0 -1 4202560 2409 0 0 0 27 2 0 0 15 0 19 0 912416268 10809716736 1034031 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907307008 0 0 0 16800975 18446604445921305792 0 0 -1 4 0 0 0
[pid=1091/tid=1103] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1103/stat : 1103 (java) S 1089 1091 31238 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 912416269 10809716736 1034031 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 2 0 0 0
[pid=1091/tid=1104] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1104/stat : 1104 (java) S 1089 1091 31238 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 912416269 10809716736 1034031 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 2 0 0 0
[pid=1091/tid=1105] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1105/stat : 1105 (java) S 1089 1091 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912416271 10809716736 1034031 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907314097 0 4 0 16800975 18446604445921305792 0 0 -1 2 0 0 0
[pid=1091/tid=1106] ppid=1089 vsize=10556364 CPUtime=0.77 cores=0,2,4,6
/proc/1091/task/1106/stat : 1106 (java) S 1089 1091 31238 0 -1 4202560 5435 0 0 0 77 0 0 0 16 0 19 0 912416271 10809716736 1034031 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 4 0 0 0
[pid=1091/tid=1107] ppid=1089 vsize=10556364 CPUtime=0.62 cores=0,2,4,6
/proc/1091/task/1107/stat : 1107 (java) S 1089 1091 31238 0 -1 4202560 6151 0 0 0 61 1 0 0 15 0 19 0 912416271 10809716736 1034031 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
[pid=1091/tid=1108] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1108/stat : 1108 (java) S 1089 1091 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912416271 10809716736 1034031 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 2 0 0 0
[pid=1091/tid=1109] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1109/stat : 1109 (java) S 1089 1091 31238 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 912416271 10809716736 1034031 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907307008 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
[pid=1091/tid=1110] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1110/stat : 1110 (java) S 1089 1091 31238 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 912416279 10809716736 1034031 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907307008 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1729.11
Current children cumulated vsize (KiB) 10556364

[startup+1782.32 s]
/proc/loadavg: 2.03 2.03 2.00 3/480 1209
/proc/meminfo: memFree=21441588/32950928 swapFree=52246700/67111528
[pid=1091] ppid=1089 vsize=10556364 CPUtime=1789.4 cores=0,2,4,6
/proc/1091/stat : 1091 (java) S 1089 1091 31238 0 -1 4202496 1053372 0 1 0 178802 138 0 0 25 0 19 0 912416265 10809716736 1038747 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1091/statm: 2639091 1038747 2257 9 0 2629825 0
[pid=1091/tid=1092] ppid=1089 vsize=10556364 CPUtime=1779.33 cores=0,2,4,6
/proc/1091/task/1092/stat : 1092 (java) R 1089 1091 31238 0 -1 4202560 807353 0 1 0 177844 89 0 0 25 0 19 0 912416265 10809716736 1038747 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 46912505561910 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1091/tid=1094] ppid=1089 vsize=10556364 CPUtime=1.05 cores=0,2,4,6
/proc/1091/task/1094/stat : 1094 (java) S 1089 1091 31238 0 -1 4202560 25750 0 0 0 102 3 0 0 15 0 19 0 912416267 10809716736 1038747 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 0 0 0 0
[pid=1091/tid=1095] ppid=1089 vsize=10556364 CPUtime=1.07 cores=0,2,4,6
/proc/1091/task/1095/stat : 1095 (java) S 1089 1091 31238 0 -1 4202560 25433 0 0 0 103 4 0 0 16 0 19 0 912416267 10809716736 1038747 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 2 0 0 0
[pid=1091/tid=1096] ppid=1089 vsize=10556364 CPUtime=0.99 cores=0,2,4,6
/proc/1091/task/1096/stat : 1096 (java) S 1089 1091 31238 0 -1 4202560 33066 0 0 0 93 6 0 0 15 0 19 0 912416267 10809716736 1038747 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
[pid=1091/tid=1097] ppid=1089 vsize=10556364 CPUtime=1.11 cores=0,2,4,6
/proc/1091/task/1097/stat : 1097 (java) S 1089 1091 31238 0 -1 4202560 34685 0 0 0 105 6 0 0 15 0 19 0 912416267 10809716736 1038747 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
[pid=1091/tid=1098] ppid=1089 vsize=10556364 CPUtime=1.13 cores=0,2,4,6
/proc/1091/task/1098/stat : 1098 (java) S 1089 1091 31238 0 -1 4202560 33718 0 0 0 109 4 0 0 16 0 19 0 912416267 10809716736 1038747 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 4 0 0 0
[pid=1091/tid=1099] ppid=1089 vsize=10556364 CPUtime=0.98 cores=0,2,4,6
/proc/1091/task/1099/stat : 1099 (java) S 1089 1091 31238 0 -1 4202560 25244 0 0 0 92 6 0 0 15 0 19 0 912416267 10809716736 1038747 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
[pid=1091/tid=1100] ppid=1089 vsize=10556364 CPUtime=0.86 cores=0,2,4,6
/proc/1091/task/1100/stat : 1100 (java) S 1089 1091 31238 0 -1 4202560 21296 0 0 0 82 4 0 0 15 0 19 0 912416267 10809716736 1038747 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 4 0 0 0
[pid=1091/tid=1101] ppid=1089 vsize=10556364 CPUtime=1.07 cores=0,2,4,6
/proc/1091/task/1101/stat : 1101 (java) S 1089 1091 31238 0 -1 4202560 31574 0 0 0 101 6 0 0 16 0 19 0 912416267 10809716736 1038747 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
[pid=1091/tid=1102] ppid=1089 vsize=10556364 CPUtime=0.29 cores=0,2,4,6
/proc/1091/task/1102/stat : 1102 (java) S 1089 1091 31238 0 -1 4202560 2413 0 0 0 27 2 0 0 15 0 19 0 912416268 10809716736 1038747 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907307008 0 0 0 16800975 18446604445921305792 0 0 -1 4 0 0 0
[pid=1091/tid=1103] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1103/stat : 1103 (java) S 1089 1091 31238 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 912416269 10809716736 1038747 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 2 0 0 0
[pid=1091/tid=1104] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1104/stat : 1104 (java) S 1089 1091 31238 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 912416269 10809716736 1038747 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 2 0 0 0
[pid=1091/tid=1105] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1105/stat : 1105 (java) S 1089 1091 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912416271 10809716736 1038747 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907314097 0 4 0 16800975 18446604445921305792 0 0 -1 2 0 0 0
[pid=1091/tid=1106] ppid=1089 vsize=10556364 CPUtime=0.77 cores=0,2,4,6
/proc/1091/task/1106/stat : 1106 (java) S 1089 1091 31238 0 -1 4202560 5435 0 0 0 77 0 0 0 16 0 19 0 912416271 10809716736 1038747 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 4 0 0 0
[pid=1091/tid=1107] ppid=1089 vsize=10556364 CPUtime=0.62 cores=0,2,4,6
/proc/1091/task/1107/stat : 1107 (java) S 1089 1091 31238 0 -1 4202560 6151 0 0 0 61 1 0 0 15 0 19 0 912416271 10809716736 1038747 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
[pid=1091/tid=1108] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1108/stat : 1108 (java) S 1089 1091 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912416271 10809716736 1038747 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 2 0 0 0
[pid=1091/tid=1109] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1109/stat : 1109 (java) S 1089 1091 31238 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 912416271 10809716736 1038747 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907307008 0 4 0 16800975 18446604445921305792 0 0 -1 0 0 0 0
[pid=1091/tid=1110] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1110/stat : 1110 (java) S 1089 1091 31238 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 912416279 10809716736 1038747 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907307008 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1789.4
Current children cumulated vsize (KiB) 10556364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.9 s]
/proc/loadavg: 2.03 2.03 2.00 3/480 1209
/proc/meminfo: memFree=21435508/32950928 swapFree=52246700/67111528
[pid=1091] ppid=1089 vsize=10556364 CPUtime=1800.05 cores=0,2,4,6
/proc/1091/stat : 1091 (java) S 1089 1091 31238 0 -1 4202496 1054518 0 1 0 179867 138 0 0 25 0 19 0 912416265 10809716736 1039836 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1091/statm: 2639091 1039836 2257 9 0 2629825 0
[pid=1091/tid=1092] ppid=1089 vsize=10556364 CPUtime=1789.89 cores=0,2,4,6
/proc/1091/task/1092/stat : 1092 (java) R 1089 1091 31238 0 -1 4202560 807355 0 1 0 178900 89 0 0 25 0 19 0 912416265 10809716736 1039836 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 46912505522893 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1091/tid=1094] ppid=1089 vsize=10556364 CPUtime=1.07 cores=0,2,4,6
/proc/1091/task/1094/stat : 1094 (java) S 1089 1091 31238 0 -1 4202560 25867 0 0 0 104 3 0 0 15 0 19 0 912416267 10809716736 1039836 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 0 0 0 0
[pid=1091/tid=1095] ppid=1089 vsize=10556364 CPUtime=1.1 cores=0,2,4,6
/proc/1091/task/1095/stat : 1095 (java) S 1089 1091 31238 0 -1 4202560 25679 0 0 0 106 4 0 0 16 0 19 0 912416267 10809716736 1039836 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 2 0 0 0
[pid=1091/tid=1096] ppid=1089 vsize=10556364 CPUtime=0.99 cores=0,2,4,6
/proc/1091/task/1096/stat : 1096 (java) S 1089 1091 31238 0 -1 4202560 33070 0 0 0 93 6 0 0 16 0 19 0 912416267 10809716736 1039836 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 4 0 0 0
[pid=1091/tid=1097] ppid=1089 vsize=10556364 CPUtime=1.14 cores=0,2,4,6
/proc/1091/task/1097/stat : 1097 (java) S 1089 1091 31238 0 -1 4202560 35290 0 0 0 108 6 0 0 16 0 19 0 912416267 10809716736 1039836 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
[pid=1091/tid=1098] ppid=1089 vsize=10556364 CPUtime=1.13 cores=0,2,4,6
/proc/1091/task/1098/stat : 1098 (java) S 1089 1091 31238 0 -1 4202560 33718 0 0 0 109 4 0 0 15 0 19 0 912416267 10809716736 1039836 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 4 0 0 0
[pid=1091/tid=1099] ppid=1089 vsize=10556364 CPUtime=0.99 cores=0,2,4,6
/proc/1091/task/1099/stat : 1099 (java) S 1089 1091 31238 0 -1 4202560 25416 0 0 0 93 6 0 0 16 0 19 0 912416267 10809716736 1039836 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 2 0 0 0
[pid=1091/tid=1100] ppid=1089 vsize=10556364 CPUtime=0.86 cores=0,2,4,6
/proc/1091/task/1100/stat : 1100 (java) S 1089 1091 31238 0 -1 4202560 21296 0 0 0 82 4 0 0 15 0 19 0 912416267 10809716736 1039836 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 4 0 0 0
[pid=1091/tid=1101] ppid=1089 vsize=10556364 CPUtime=1.08 cores=0,2,4,6
/proc/1091/task/1101/stat : 1101 (java) S 1089 1091 31238 0 -1 4202560 31574 0 0 0 102 6 0 0 15 0 19 0 912416267 10809716736 1039836 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
[pid=1091/tid=1102] ppid=1089 vsize=10556364 CPUtime=0.29 cores=0,2,4,6
/proc/1091/task/1102/stat : 1102 (java) S 1089 1091 31238 0 -1 4202560 2413 0 0 0 27 2 0 0 15 0 19 0 912416268 10809716736 1039836 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907307008 0 0 0 16800975 18446604445921305792 0 0 -1 4 0 0 0
[pid=1091/tid=1103] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1103/stat : 1103 (java) S 1089 1091 31238 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 912416269 10809716736 1039836 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 2 0 0 0
[pid=1091/tid=1104] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1104/stat : 1104 (java) S 1089 1091 31238 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 912416269 10809716736 1039836 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 2 0 0 0
[pid=1091/tid=1105] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1105/stat : 1105 (java) S 1089 1091 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912416271 10809716736 1039836 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907314097 0 4 0 16800975 18446604445921305792 0 0 -1 2 0 0 0
[pid=1091/tid=1106] ppid=1089 vsize=10556364 CPUtime=0.77 cores=0,2,4,6
/proc/1091/task/1106/stat : 1106 (java) S 1089 1091 31238 0 -1 4202560 5435 0 0 0 77 0 0 0 16 0 19 0 912416271 10809716736 1039836 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 4 0 0 0
[pid=1091/tid=1107] ppid=1089 vsize=10556364 CPUtime=0.62 cores=0,2,4,6
/proc/1091/task/1107/stat : 1107 (java) S 1089 1091 31238 0 -1 4202560 6151 0 0 0 61 1 0 0 15 0 19 0 912416271 10809716736 1039836 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
[pid=1091/tid=1108] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1108/stat : 1108 (java) S 1089 1091 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912416271 10809716736 1039836 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907306393 0 4 0 16800975 18446604445921305792 0 0 -1 2 0 0 0
[pid=1091/tid=1109] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1109/stat : 1109 (java) S 1089 1091 31238 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 912416271 10809716736 1039836 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907307008 0 4 0 16800975 18446604445921305792 0 0 -1 0 0 0 0
[pid=1091/tid=1110] ppid=1089 vsize=10556364 CPUtime=0 cores=0,2,4,6
/proc/1091/task/1110/stat : 1110 (java) S 1089 1091 31238 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 912416279 10809716736 1039836 33554432000 1073741824 1073778376 140735383402528 18446744073709551615 231907307008 0 4 0 16800975 18446604445921305792 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 10556364

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

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

[startup+1793.1 s]
/proc/loadavg: 2.03 2.03 2.00 3/480 1209
/proc/meminfo: memFree=21435508/32950928 swapFree=52246700/67111528
[pid=1091] ppid=1089 vsize=0 CPUtime=1800.26 cores=0,2,4,6
/proc/1091/stat : 1091 (java) Z 1089 1091 31238 0 -1 4203548 1054556 0 1 0 179873 153 0 0 17 0 2 0 912416265 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1091/statm: 0 0 0 0 0 0 0
[pid=1091/tid=1092] ppid=1089 vsize=0 CPUtime=1790.07 cores=0,2,4,6
/proc/1091/task/1092/stat : 1092 (java) R 1089 1091 31238 0 -1 4203588 807355 0 1 0 178903 104 0 0 25 0 2 0 912416265 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1793.11
CPU time (s): 1800.27
CPU user time (s): 1798.73
CPU system time (s): 1.54377
CPU usage (%): 100.399
Max. virtual memory (cumulated for all children) (KiB): 10556364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.73
system time used= 1.54377
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1054556
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= 42805
involuntary context switches= 18253

runsolver used 8.68668 second user time and 17.3714 second system time

The end

Launcher Data

Begin job on node114 at 2011-06-04 23:10:56
IDJOB=3456859
IDBENCH=2923
IDSOLVER=1951
FILE ID=node114/3456859-1307221856
RUNJOBID= node114-1307216461-480
PBS_JOBID= 13509047
Free space on /tmp= 73936 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_5_40_1.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456859-1307221856/watcher-3456859-1307221856 -o /tmp/evaluation-result-3456859-1307221856/solver-3456859-1307221856 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456859-1307221856.opb

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

MD5SUM BENCH= 5bf563c7058af01702ea80887f1d43ad
RANDOM SEED=1551255191

node114.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.848
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.848
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	: 5226.15
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.848
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.848
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.73
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.848
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.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      25637840 kB
Buffers:        337700 kB
Cached:         524416 kB
SwapCached:      10712 kB
Active:        6510288 kB
Inactive:       522596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25637840 kB
SwapTotal:    67111528 kB
SwapFree:     52246700 kB
Dirty:             484 kB
Writeback:           0 kB
AnonPages:     6167872 kB
Mapped:          29464 kB
Slab:           142992 kB
PageTables:      70140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 118522640 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= 73940 MiB
End job on node114 at 2011-06-04 23:40:51