Trace number 3456016

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)303 1800.32 1792.98

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=449-P1=149-P2=137-P3=137-P4=83-B.opb
MD5SUM854cc656dc0682d745f606d1e6722452
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.12498
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables108
Total number of constraints9
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 constraints9
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)324
Sum of products size (including duplicates)648
Number of different products324
Sum of products size648

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.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3456016-1307661414.opb
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.056s.
0.11/0.16	c #vars     432
0.11/0.16	c #constraints  661
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 324
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 337
20.77/19.14	c cleaning 0 clauses out of 5001 with flag 0/5001
85.45/83.32	c cleaning 0 clauses out of 11000 with flag 0/11000
241.69/239.20	c cleaning 0 clauses out of 18001 with flag 0/18001
518.57/515.32	c cleaning 0 clauses out of 26000 with flag 0/26000
710.69/706.94	c SATISFIABLE
710.69/706.94	c OPTIMIZING...
710.69/706.94	c Got one! Elapsed wall clock time (in seconds):706.833
710.69/706.94	o 411
743.52/739.60	c cleaning 0 clauses out of 31953 with flag 0/31953
992.42/987.77	c cleaning 0 clauses out of 37955 with flag 0/37955
1425.63/1419.62	c cleaning 0 clauses out of 44954 with flag 0/44954
1432.86/1426.86	c Got one! Elapsed wall clock time (in seconds):1426.759
1432.86/1426.86	o 303
1793.94/1786.77	c cleaning 0 clauses out of 50220 with flag 0/50220
1800.09/1792.81	c starts		: 68
1800.09/1792.81	c conflicts		: 50253
1800.09/1792.81	c decisions		: 54130
1800.09/1792.81	c propagations		: 796031
1800.09/1792.81	c inspects		: 2133024984
1800.09/1792.81	c shortcuts		: 0
1800.09/1792.81	c learnt literals	: 0
1800.09/1792.81	c learnt binary clauses	: 0
1800.09/1792.81	c learnt ternary clauses	: 0
1800.09/1792.81	c learnt constraints	: 50253
1800.09/1792.81	c ignored constraints	: 0
1800.09/1792.81	c root simplifications	: 0
1800.09/1792.81	c removed literals (reason simplification)	: 0
1800.09/1792.81	c reason swapping (by a shorter reason)	: 0
1800.09/1792.81	c Calls to reduceDB	: 8
1800.09/1792.81	c number of reductions to clauses (during analyze)	: 0
1800.09/1792.81	c number of learned constraints concerned by reduction	: 0
1800.09/1792.81	c number of learning phase by resolution	: 0
1800.09/1792.81	c number of learning phase by cutting planes	: 0
1800.09/1792.81	c speed (assignments/second)	: 2175.2690287638065
1800.09/1792.81	c non guided choices	876
1800.09/1792.83	c learnt constraints type 
1800.09/1792.83	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 212
1800.09/1792.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 50041
1800.09/1792.84	c constraints type 
1800.09/1792.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 324
1800.09/1792.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 338
1800.09/1792.84	s SATISFIABLE
1800.09/1792.84	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 
1800.09/1792.84	c objective function=303
1800.09/1792.84	c Total wall clock time (in seconds): 1792.732

Verifier Data

OK	303

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.95 1.99 1.99 2/195 27036
/proc/meminfo: memFree=29491764/32950928 swapFree=67055948/67111528
[pid=27036] ppid=27034 vsize=30540 CPUtime=0 cores=1,3,5,7
/proc/27036/stat : 27036 (java) S 27034 27036 26165 0 -1 4202496 1240 0 0 0 0 0 0 0 25 0 2 0 877741031 31272960 960 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092035045 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/27036/statm: 7635 960 732 9 0 386 0
[pid=27036/tid=27037] ppid=27034 vsize=30540 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27037/stat : 27037 (java) R 27034 27036 26165 0 -1 4202560 126 0 0 0 0 0 0 0 25 0 2 0 877741032 31272960 960 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208080232251 0 0 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.092835 s]
/proc/loadavg: 1.95 1.99 1.99 2/195 27036
/proc/meminfo: memFree=29491764/32950928 swapFree=67055948/67111528
[pid=27036] ppid=27034 vsize=10539988 CPUtime=0.09 cores=1,3,5,7
/proc/27036/stat : 27036 (java) S 27034 27036 26165 0 -1 4202496 13012 0 1 0 8 1 0 0 25 0 18 0 877741031 10792947712 12671 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27036/statm: 2634997 12671 2093 9 0 2625731 0
[pid=27036/tid=27037] ppid=27034 vsize=10539988 CPUtime=0.08 cores=1,3,5,7
/proc/27036/task/27037/stat : 27037 (java) R 27034 27036 26165 0 -1 4202560 11063 0 1 0 7 1 0 0 25 0 18 0 877741032 10792947712 12671 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 46912496197833 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10539988

[startup+0.100775 s]
/proc/loadavg: 1.95 1.99 1.99 2/195 27036
/proc/meminfo: memFree=29491764/32950928 swapFree=67055948/67111528
[pid=27036] ppid=27034 vsize=10540120 CPUtime=0.11 cores=1,3,5,7
/proc/27036/stat : 27036 (java) S 27034 27036 26165 0 -1 4202496 13119 0 1 0 9 2 0 0 25 0 18 0 877741031 10793082880 12778 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27036/statm: 2635030 12778 2093 9 0 2625764 0
[pid=27036/tid=27037] ppid=27034 vsize=10540120 CPUtime=0.09 cores=1,3,5,7
/proc/27036/task/27037/stat : 27037 (java) R 27034 27036 26165 0 -1 4202560 11170 0 1 0 8 1 0 0 25 0 18 0 877741032 10793082880 12778 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 46912496218752 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540120

[startup+0.30074 s]
/proc/loadavg: 1.95 1.99 1.99 2/195 27036
/proc/meminfo: memFree=29491764/32950928 swapFree=67055948/67111528
[pid=27036] ppid=27034 vsize=10544352 CPUtime=0.53 cores=1,3,5,7
/proc/27036/stat : 27036 (java) S 27034 27036 26165 0 -1 4202496 18658 0 1 0 51 2 0 0 25 0 19 0 877741031 10797416448 17552 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27036/statm: 2636088 17558 2199 9 0 2626822 0
[pid=27036/tid=27037] ppid=27034 vsize=10544352 CPUtime=0.28 cores=1,3,5,7
/proc/27036/task/27037/stat : 27037 (java) R 27034 27036 26165 0 -1 4202560 13542 0 1 0 27 1 0 0 25 0 19 0 877741032 10797416448 17562 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 46912505562740 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 10544352

[startup+0.700666 s]
/proc/loadavg: 1.95 1.99 1.99 2/195 27036
/proc/meminfo: memFree=29491764/32950928 swapFree=67055948/67111528
[pid=27036] ppid=27034 vsize=10559744 CPUtime=1.71 cores=1,3,5,7
/proc/27036/stat : 27036 (java) S 27034 27036 26165 0 -1 4202496 45152 0 1 0 166 5 0 0 25 0 19 0 877741031 10813177856 42660 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27036/statm: 2639936 42662 2222 9 0 2630670 0
[pid=27036/tid=27037] ppid=27034 vsize=10559744 CPUtime=0.68 cores=1,3,5,7
/proc/27036/task/27037/stat : 27037 (java) R 27034 27036 26165 0 -1 4202560 30243 0 1 0 65 3 0 0 25 0 19 0 877741032 10813177856 42663 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 46912505543175 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 10559744

[startup+1.50151 s]
/proc/loadavg: 2.11 2.03 2.01 3/214 27055
/proc/meminfo: memFree=29218696/32950928 swapFree=67055948/67111528
[pid=27036] ppid=27034 vsize=10559744 CPUtime=2.88 cores=1,3,5,7
/proc/27036/stat : 27036 (java) S 27034 27036 26165 0 -1 4202496 126798 0 1 0 274 14 0 0 25 0 19 0 877741031 10813177856 124305 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27036/statm: 2639936 124308 2225 9 0 2630670 0
[pid=27036/tid=27037] ppid=27034 vsize=10559744 CPUtime=1.49 cores=1,3,5,7
/proc/27036/task/27037/stat : 27037 (java) R 27034 27036 26165 0 -1 4202560 111808 0 1 0 136 13 0 0 25 0 19 0 877741032 10813177856 124311 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 46912505600314 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27036/tid=27039] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27039/stat : 27039 (java) S 27034 27036 26165 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877741033 10813177856 124313 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 7 0 0 0
[pid=27036/tid=27040] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27040/stat : 27040 (java) S 27034 27036 26165 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877741033 10813177856 124315 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 1 0 0 0
[pid=27036/tid=27041] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27041/stat : 27041 (java) S 27034 27036 26165 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877741033 10813177856 124317 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 3 0 0 0
[pid=27036/tid=27042] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27042/stat : 27042 (java) S 27034 27036 26165 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 877741033 10813177856 124319 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 3 0 0 0
[pid=27036/tid=27043] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27043/stat : 27043 (java) S 27034 27036 26165 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877741033 10813177856 124320 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 5 0 0 0
[pid=27036/tid=27044] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27044/stat : 27044 (java) S 27034 27036 26165 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877741033 10813177856 124322 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 5 0 0 0
[pid=27036/tid=27045] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27045/stat : 27045 (java) S 27034 27036 26165 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 877741033 10813177856 124324 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 1 0 0 0
[pid=27036/tid=27046] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27046/stat : 27046 (java) S 27034 27036 26165 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877741033 10813177856 124326 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 1 0 0 0
[pid=27036/tid=27047] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27047/stat : 27047 (java) S 27034 27036 26165 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 877741035 10813177856 124327 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048896 0 0 0 16800975 18446604471128848512 0 0 -1 7 0 0 0
[pid=27036/tid=27048] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27048/stat : 27048 (java) S 27034 27036 26165 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 877741035 10813177856 124329 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 7 0 0 0
[pid=27036/tid=27049] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27049/stat : 27049 (java) S 27034 27036 26165 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 877741035 10813177856 124331 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 3 0 0 0
[pid=27036/tid=27050] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27050/stat : 27050 (java) S 27034 27036 26165 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877741037 10813177856 124333 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092055985 0 4 0 16800975 18446604471128848512 0 0 -1 7 0 0 0
[pid=27036/tid=27051] ppid=27034 vsize=10559744 CPUtime=0.74 cores=1,3,5,7
/proc/27036/task/27051/stat : 27051 (java) S 27034 27036 26165 0 -1 4202560 4729 0 0 0 74 0 0 0 21 0 19 0 877741037 10813177856 124336 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 1 0 0 0
[pid=27036/tid=27052] ppid=27034 vsize=10559744 CPUtime=0.63 cores=1,3,5,7
/proc/27036/task/27052/stat : 27052 (java) S 27034 27036 26165 0 -1 4202560 9104 0 0 0 63 0 0 0 22 0 19 0 877741037 10813177856 124337 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 7 0 0 0
[pid=27036/tid=27053] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27053/stat : 27053 (java) S 27034 27036 26165 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877741037 10813177856 124339 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 7 0 0 0
[pid=27036/tid=27054] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27054/stat : 27054 (java) S 27034 27036 26165 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 877741037 10813177856 124343 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048896 0 4 0 16800975 18446604471128848512 0 0 -1 7 0 0 0
[pid=27036/tid=27055] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27055/stat : 27055 (java) S 27034 27036 26165 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 877741048 10813177856 124347 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048896 0 4 0 16800975 18446604471128848512 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 10559744

[startup+3.10121 s]
/proc/loadavg: 2.11 2.03 2.01 3/214 27055
/proc/meminfo: memFree=28744892/32950928 swapFree=67055948/67111528
[pid=27036] ppid=27034 vsize=10559744 CPUtime=4.5 cores=1,3,5,7
/proc/27036/stat : 27036 (java) S 27034 27036 26165 0 -1 4202496 295007 0 1 0 418 32 0 0 25 0 19 0 877741031 10813177856 292514 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27036/statm: 2639936 292519 2225 9 0 2630670 0
[pid=27036/tid=27037] ppid=27034 vsize=10559744 CPUtime=3.09 cores=1,3,5,7
/proc/27036/task/27037/stat : 27037 (java) R 27034 27036 26165 0 -1 4202560 280015 0 1 0 279 30 0 0 25 0 19 0 877741032 10813177856 292521 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 46912505562796 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27036/tid=27039] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27039/stat : 27039 (java) S 27034 27036 26165 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877741033 10813177856 292524 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 7 0 0 0
[pid=27036/tid=27040] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27040/stat : 27040 (java) S 27034 27036 26165 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877741033 10813177856 292527 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 1 0 0 0
[pid=27036/tid=27041] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27041/stat : 27041 (java) S 27034 27036 26165 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877741033 10813177856 292529 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 3 0 0 0
[pid=27036/tid=27042] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27042/stat : 27042 (java) S 27034 27036 26165 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 877741033 10813177856 292532 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 3 0 0 0
[pid=27036/tid=27043] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27043/stat : 27043 (java) S 27034 27036 26165 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877741033 10813177856 292534 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 5 0 0 0
[pid=27036/tid=27044] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27044/stat : 27044 (java) S 27034 27036 26165 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877741033 10813177856 292536 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 5 0 0 0
[pid=27036/tid=27045] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27045/stat : 27045 (java) S 27034 27036 26165 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 877741033 10813177856 292540 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 1 0 0 0
[pid=27036/tid=27046] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27046/stat : 27046 (java) S 27034 27036 26165 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877741033 10813177856 292542 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 1 0 0 0
[pid=27036/tid=27047] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27047/stat : 27047 (java) S 27034 27036 26165 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 877741035 10813177856 292544 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048896 0 0 0 16800975 18446604471128848512 0 0 -1 7 0 0 0
[pid=27036/tid=27048] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27048/stat : 27048 (java) S 27034 27036 26165 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 877741035 10813177856 292547 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 7 0 0 0
[pid=27036/tid=27049] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27049/stat : 27049 (java) S 27034 27036 26165 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 877741035 10813177856 292551 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 3 0 0 0
[pid=27036/tid=27050] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27050/stat : 27050 (java) S 27034 27036 26165 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877741037 10813177856 292555 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092055985 0 4 0 16800975 18446604471128848512 0 0 -1 7 0 0 0
[pid=27036/tid=27051] ppid=27034 vsize=10559744 CPUtime=0.74 cores=1,3,5,7
/proc/27036/task/27051/stat : 27051 (java) S 27034 27036 26165 0 -1 4202560 4729 0 0 0 74 0 0 0 20 0 19 0 877741037 10813177856 292559 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 1 0 0 0
[pid=27036/tid=27052] ppid=27034 vsize=10559744 CPUtime=0.64 cores=1,3,5,7
/proc/27036/task/27052/stat : 27052 (java) S 27034 27036 26165 0 -1 4202560 9108 0 0 0 64 0 0 0 15 0 19 0 877741037 10813177856 292562 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 1 0 0 0
[pid=27036/tid=27053] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27053/stat : 27053 (java) S 27034 27036 26165 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877741037 10813177856 292565 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 7 0 0 0
[pid=27036/tid=27054] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27054/stat : 27054 (java) S 27034 27036 26165 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 877741037 10813177856 292569 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048896 0 4 0 16800975 18446604471128848512 0 0 -1 7 0 0 0
[pid=27036/tid=27055] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27055/stat : 27055 (java) S 27034 27036 26165 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 877741048 10813177856 292572 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048896 0 4 0 16800975 18446604471128848512 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.5
Current children cumulated vsize (KiB) 10559744

[startup+6.3006 s]
/proc/loadavg: 2.11 2.03 2.01 3/214 27055
/proc/meminfo: memFree=27450976/32950928 swapFree=67055948/67111528
[pid=27036] ppid=27034 vsize=10559744 CPUtime=7.82 cores=1,3,5,7
/proc/27036/stat : 27036 (java) S 27034 27036 26165 0 -1 4202496 598984 0 1 0 720 62 0 0 25 0 19 0 877741031 10813177856 596488 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27036/statm: 2639936 596492 2227 9 0 2630670 0
[pid=27036/tid=27037] ppid=27034 vsize=10559744 CPUtime=6.29 cores=1,3,5,7
/proc/27036/task/27037/stat : 27037 (java) R 27034 27036 26165 0 -1 4202560 583956 0 1 0 568 61 0 0 25 0 19 0 877741032 10813177856 596494 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 46912505562603 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27036/tid=27039] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27039/stat : 27039 (java) S 27034 27036 26165 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877741033 10813177856 596496 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 7 0 0 0
[pid=27036/tid=27040] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27040/stat : 27040 (java) S 27034 27036 26165 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877741033 10813177856 596498 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 1 0 0 0
[pid=27036/tid=27041] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27041/stat : 27041 (java) S 27034 27036 26165 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877741033 10813177856 596500 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 3 0 0 0
[pid=27036/tid=27042] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27042/stat : 27042 (java) S 27034 27036 26165 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 877741033 10813177856 596504 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 3 0 0 0
[pid=27036/tid=27043] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27043/stat : 27043 (java) S 27034 27036 26165 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877741033 10813177856 596507 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 5 0 0 0
[pid=27036/tid=27044] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27044/stat : 27044 (java) S 27034 27036 26165 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877741033 10813177856 596509 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 5 0 0 0
[pid=27036/tid=27045] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27045/stat : 27045 (java) S 27034 27036 26165 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 877741033 10813177856 596511 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 1 0 0 0
[pid=27036/tid=27046] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27046/stat : 27046 (java) S 27034 27036 26165 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877741033 10813177856 596513 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 1 0 0 0
[pid=27036/tid=27047] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27047/stat : 27047 (java) S 27034 27036 26165 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 877741035 10813177856 596515 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048896 0 0 0 16800975 18446604471128848512 0 0 -1 7 0 0 0
[pid=27036/tid=27048] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27048/stat : 27048 (java) S 27034 27036 26165 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 877741035 10813177856 596517 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 7 0 0 0
[pid=27036/tid=27049] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27049/stat : 27049 (java) S 27034 27036 26165 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 877741035 10813177856 596519 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 3 0 0 0
[pid=27036/tid=27050] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27050/stat : 27050 (java) S 27034 27036 26165 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877741037 10813177856 596521 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092055985 0 4 0 16800975 18446604471128848512 0 0 -1 7 0 0 0
[pid=27036/tid=27051] ppid=27034 vsize=10559744 CPUtime=0.77 cores=1,3,5,7
/proc/27036/task/27051/stat : 27051 (java) S 27034 27036 26165 0 -1 4202560 4736 0 0 0 77 0 0 0 15 0 19 0 877741037 10813177856 596522 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 7 0 0 0
[pid=27036/tid=27052] ppid=27034 vsize=10559744 CPUtime=0.74 cores=1,3,5,7
/proc/27036/task/27052/stat : 27052 (java) S 27034 27036 26165 0 -1 4202560 9134 0 0 0 74 0 0 0 15 0 19 0 877741037 10813177856 596525 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 1 0 0 0

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

/proc/27036/task/27049/stat : 27049 (java) S 27034 27036 26165 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 877741035 10813177856 968252 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 3 0 0 0
[pid=27036/tid=27050] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27050/stat : 27050 (java) S 27034 27036 26165 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877741037 10813177856 968252 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092055985 0 4 0 16800975 18446604471128848512 0 0 -1 7 0 0 0
[pid=27036/tid=27051] ppid=27034 vsize=10559744 CPUtime=0.92 cores=1,3,5,7
/proc/27036/task/27051/stat : 27051 (java) S 27034 27036 26165 0 -1 4202560 4756 0 0 0 92 0 0 0 15 0 19 0 877741037 10813177856 968252 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 5 0 0 0
[pid=27036/tid=27052] ppid=27034 vsize=10559744 CPUtime=0.78 cores=1,3,5,7
/proc/27036/task/27052/stat : 27052 (java) S 27034 27036 26165 0 -1 4202560 9139 0 0 0 78 0 0 0 15 0 19 0 877741037 10813177856 968252 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 1 0 0 0
[pid=27036/tid=27053] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27053/stat : 27053 (java) S 27034 27036 26165 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877741037 10813177856 968252 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 7 0 0 0
[pid=27036/tid=27054] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27054/stat : 27054 (java) S 27034 27036 26165 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 877741037 10813177856 968252 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048896 0 4 0 16800975 18446604471128848512 0 0 -1 5 0 0 0
[pid=27036/tid=27055] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27055/stat : 27055 (java) S 27034 27036 26165 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 877741048 10813177856 968252 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048896 0 4 0 16800975 18446604471128848512 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1669.16
Current children cumulated vsize (KiB) 10559744

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/214 27101
/proc/meminfo: memFree=24533412/32950928 swapFree=67055948/67111528
[pid=27036] ppid=27034 vsize=10559744 CPUtime=1729.33 cores=1,3,5,7
/proc/27036/stat : 27036 (java) S 27034 27036 26165 0 -1 4202496 972959 0 1 0 172827 106 0 0 25 0 19 0 877741031 10813177856 968620 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27036/statm: 2639936 968620 2257 9 0 2630670 0
[pid=27036/tid=27037] ppid=27034 vsize=10559744 CPUtime=1718.21 cores=1,3,5,7
/proc/27036/task/27037/stat : 27037 (java) R 27034 27036 26165 0 -1 4202560 824044 0 1 0 171735 86 0 0 25 0 19 0 877741032 10813177856 968620 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 46912505541047 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27036/tid=27039] ppid=27034 vsize=10559744 CPUtime=0.77 cores=1,3,5,7
/proc/27036/task/27039/stat : 27039 (java) S 27034 27036 26165 0 -1 4202560 10002 0 0 0 75 2 0 0 16 0 19 0 877741033 10813177856 968620 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 5 0 0 0
[pid=27036/tid=27040] ppid=27034 vsize=10559744 CPUtime=0.94 cores=1,3,5,7
/proc/27036/task/27040/stat : 27040 (java) S 27034 27036 26165 0 -1 4202560 17206 0 0 0 92 2 0 0 16 0 19 0 877741033 10813177856 968620 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 3 0 0 0
[pid=27036/tid=27041] ppid=27034 vsize=10559744 CPUtime=1.04 cores=1,3,5,7
/proc/27036/task/27041/stat : 27041 (java) S 27034 27036 26165 0 -1 4202560 20026 0 0 0 102 2 0 0 15 0 19 0 877741033 10813177856 968620 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 1 0 0 0
[pid=27036/tid=27042] ppid=27034 vsize=10559744 CPUtime=0.83 cores=1,3,5,7
/proc/27036/task/27042/stat : 27042 (java) S 27034 27036 26165 0 -1 4202560 12639 0 0 0 82 1 0 0 16 0 19 0 877741033 10813177856 968620 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 5 0 0 0
[pid=27036/tid=27043] ppid=27034 vsize=10559744 CPUtime=0.93 cores=1,3,5,7
/proc/27036/task/27043/stat : 27043 (java) S 27034 27036 26165 0 -1 4202560 19044 0 0 0 91 2 0 0 15 0 19 0 877741033 10813177856 968620 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 3 0 0 0
[pid=27036/tid=27044] ppid=27034 vsize=10559744 CPUtime=0.89 cores=1,3,5,7
/proc/27036/task/27044/stat : 27044 (java) S 27034 27036 26165 0 -1 4202560 16093 0 0 0 88 1 0 0 16 0 19 0 877741033 10813177856 968620 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 7 0 0 0
[pid=27036/tid=27045] ppid=27034 vsize=10559744 CPUtime=0.85 cores=1,3,5,7
/proc/27036/task/27045/stat : 27045 (java) S 27034 27036 26165 0 -1 4202560 13555 0 0 0 83 2 0 0 16 0 19 0 877741033 10813177856 968620 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 1 0 0 0
[pid=27036/tid=27046] ppid=27034 vsize=10559744 CPUtime=0.89 cores=1,3,5,7
/proc/27036/task/27046/stat : 27046 (java) S 27034 27036 26165 0 -1 4202560 13295 0 0 0 88 1 0 0 16 0 19 0 877741033 10813177856 968620 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 3 0 0 0
[pid=27036/tid=27047] ppid=27034 vsize=10559744 CPUtime=2.16 cores=1,3,5,7
/proc/27036/task/27047/stat : 27047 (java) S 27034 27036 26165 0 -1 4202560 11907 0 0 0 216 0 0 0 15 0 19 0 877741035 10813177856 968620 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048896 0 0 0 16800975 18446604471128848512 0 0 -1 1 0 0 0
[pid=27036/tid=27048] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27048/stat : 27048 (java) S 27034 27036 26165 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 877741035 10813177856 968620 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 7 0 0 0
[pid=27036/tid=27049] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27049/stat : 27049 (java) S 27034 27036 26165 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 877741035 10813177856 968620 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 3 0 0 0
[pid=27036/tid=27050] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27050/stat : 27050 (java) S 27034 27036 26165 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877741037 10813177856 968620 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092055985 0 4 0 16800975 18446604471128848512 0 0 -1 7 0 0 0
[pid=27036/tid=27051] ppid=27034 vsize=10559744 CPUtime=0.92 cores=1,3,5,7
/proc/27036/task/27051/stat : 27051 (java) S 27034 27036 26165 0 -1 4202560 4756 0 0 0 92 0 0 0 15 0 19 0 877741037 10813177856 968620 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 5 0 0 0
[pid=27036/tid=27052] ppid=27034 vsize=10559744 CPUtime=0.78 cores=1,3,5,7
/proc/27036/task/27052/stat : 27052 (java) S 27034 27036 26165 0 -1 4202560 9139 0 0 0 78 0 0 0 15 0 19 0 877741037 10813177856 968620 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 1 0 0 0
[pid=27036/tid=27053] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27053/stat : 27053 (java) S 27034 27036 26165 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877741037 10813177856 968620 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 7 0 0 0
[pid=27036/tid=27054] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27054/stat : 27054 (java) S 27034 27036 26165 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 877741037 10813177856 968620 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048896 0 4 0 16800975 18446604471128848512 0 0 -1 5 0 0 0
[pid=27036/tid=27055] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27055/stat : 27055 (java) S 27034 27036 26165 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 877741048 10813177856 968620 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048896 0 4 0 16800975 18446604471128848512 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1729.33
Current children cumulated vsize (KiB) 10559744

[startup+1782.3 s]
/proc/loadavg: 2.34 2.09 2.03 3/214 27103
/proc/meminfo: memFree=24528144/32950928 swapFree=67055948/67111528
[pid=27036] ppid=27034 vsize=10559744 CPUtime=1789.5 cores=1,3,5,7
/proc/27036/stat : 27036 (java) S 27034 27036 26165 0 -1 4202496 973500 0 1 0 178844 106 0 0 25 0 19 0 877741031 10813177856 969144 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27036/statm: 2639936 969144 2257 9 0 2630670 0
[pid=27036/tid=27037] ppid=27034 vsize=10559744 CPUtime=1778.14 cores=1,3,5,7
/proc/27036/task/27037/stat : 27037 (java) R 27034 27036 26165 0 -1 4202560 824048 0 1 0 177728 86 0 0 25 0 19 0 877741032 10813177856 969144 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 46912505588848 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27036/tid=27039] ppid=27034 vsize=10559744 CPUtime=0.78 cores=1,3,5,7
/proc/27036/task/27039/stat : 27039 (java) S 27034 27036 26165 0 -1 4202560 10074 0 0 0 76 2 0 0 15 0 19 0 877741033 10813177856 969144 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 5 0 0 0
[pid=27036/tid=27040] ppid=27034 vsize=10559744 CPUtime=0.97 cores=1,3,5,7
/proc/27036/task/27040/stat : 27040 (java) S 27034 27036 26165 0 -1 4202560 17215 0 0 0 95 2 0 0 15 0 19 0 877741033 10813177856 969144 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 5 0 0 0
[pid=27036/tid=27041] ppid=27034 vsize=10559744 CPUtime=1.07 cores=1,3,5,7
/proc/27036/task/27041/stat : 27041 (java) S 27034 27036 26165 0 -1 4202560 20071 0 0 0 105 2 0 0 16 0 19 0 877741033 10813177856 969144 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 3 0 0 0
[pid=27036/tid=27042] ppid=27034 vsize=10559744 CPUtime=0.89 cores=1,3,5,7
/proc/27036/task/27042/stat : 27042 (java) S 27034 27036 26165 0 -1 4202560 12695 0 0 0 88 1 0 0 16 0 19 0 877741033 10813177856 969144 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 1 0 0 0
[pid=27036/tid=27043] ppid=27034 vsize=10559744 CPUtime=0.97 cores=1,3,5,7
/proc/27036/task/27043/stat : 27043 (java) S 27034 27036 26165 0 -1 4202560 19109 0 0 0 95 2 0 0 16 0 19 0 877741033 10813177856 969144 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 5 0 0 0
[pid=27036/tid=27044] ppid=27034 vsize=10559744 CPUtime=0.92 cores=1,3,5,7
/proc/27036/task/27044/stat : 27044 (java) S 27034 27036 26165 0 -1 4202560 16226 0 0 0 91 1 0 0 16 0 19 0 877741033 10813177856 969144 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 7 0 0 0
[pid=27036/tid=27045] ppid=27034 vsize=10559744 CPUtime=0.86 cores=1,3,5,7
/proc/27036/task/27045/stat : 27045 (java) S 27034 27036 26165 0 -1 4202560 13664 0 0 0 84 2 0 0 15 0 19 0 877741033 10813177856 969144 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 1 0 0 0
[pid=27036/tid=27046] ppid=27034 vsize=10559744 CPUtime=0.91 cores=1,3,5,7
/proc/27036/task/27046/stat : 27046 (java) S 27034 27036 26165 0 -1 4202560 13337 0 0 0 90 1 0 0 15 0 19 0 877741033 10813177856 969144 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 3 0 0 0
[pid=27036/tid=27047] ppid=27034 vsize=10559744 CPUtime=2.16 cores=1,3,5,7
/proc/27036/task/27047/stat : 27047 (java) S 27034 27036 26165 0 -1 4202560 11911 0 0 0 216 0 0 0 15 0 19 0 877741035 10813177856 969144 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048896 0 0 0 16800975 18446604471128848512 0 0 -1 1 0 0 0
[pid=27036/tid=27048] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27048/stat : 27048 (java) S 27034 27036 26165 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 877741035 10813177856 969144 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 7 0 0 0
[pid=27036/tid=27049] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27049/stat : 27049 (java) S 27034 27036 26165 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 877741035 10813177856 969144 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 3 0 0 0
[pid=27036/tid=27050] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27050/stat : 27050 (java) S 27034 27036 26165 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877741037 10813177856 969144 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092055985 0 4 0 16800975 18446604471128848512 0 0 -1 7 0 0 0
[pid=27036/tid=27051] ppid=27034 vsize=10559744 CPUtime=0.92 cores=1,3,5,7
/proc/27036/task/27051/stat : 27051 (java) S 27034 27036 26165 0 -1 4202560 4756 0 0 0 92 0 0 0 15 0 19 0 877741037 10813177856 969144 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 5 0 0 0
[pid=27036/tid=27052] ppid=27034 vsize=10559744 CPUtime=0.78 cores=1,3,5,7
/proc/27036/task/27052/stat : 27052 (java) S 27034 27036 26165 0 -1 4202560 9139 0 0 0 78 0 0 0 15 0 19 0 877741037 10813177856 969144 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 1 0 0 0
[pid=27036/tid=27053] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27053/stat : 27053 (java) S 27034 27036 26165 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877741037 10813177856 969144 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 7 0 0 0
[pid=27036/tid=27054] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27054/stat : 27054 (java) S 27034 27036 26165 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 877741037 10813177856 969144 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048896 0 4 0 16800975 18446604471128848512 0 0 -1 5 0 0 0
[pid=27036/tid=27055] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27055/stat : 27055 (java) S 27034 27036 26165 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 877741048 10813177856 969144 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048896 0 4 0 16800975 18446604471128848512 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1789.5
Current children cumulated vsize (KiB) 10559744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.8 s]
/proc/loadavg: 2.29 2.08 2.02 3/214 27162
/proc/meminfo: memFree=26556624/32950928 swapFree=67055948/67111528
[pid=27036] ppid=27034 vsize=10559744 CPUtime=1800.09 cores=1,3,5,7
/proc/27036/stat : 27036 (java) S 27034 27036 26165 0 -1 4202496 973851 0 1 0 179903 106 0 0 25 0 19 0 877741031 10813177856 969486 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27036/statm: 2639936 969486 2257 9 0 2630670 0
[pid=27036/tid=27037] ppid=27034 vsize=10559744 CPUtime=1787.76 cores=1,3,5,7
/proc/27036/task/27037/stat : 27037 (java) R 27034 27036 26165 0 -1 4202560 824050 0 1 0 178690 86 0 0 25 0 19 0 877741032 10813177856 969486 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 46912505944092 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27036/tid=27039] ppid=27034 vsize=10559744 CPUtime=0.81 cores=1,3,5,7
/proc/27036/task/27039/stat : 27039 (java) S 27034 27036 26165 0 -1 4202560 10109 0 0 0 79 2 0 0 16 0 19 0 877741033 10813177856 969486 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 7 0 0 0
[pid=27036/tid=27040] ppid=27034 vsize=10559744 CPUtime=1 cores=1,3,5,7
/proc/27036/task/27040/stat : 27040 (java) S 27034 27036 26165 0 -1 4202560 17287 0 0 0 98 2 0 0 16 0 19 0 877741033 10813177856 969486 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 5 0 0 0
[pid=27036/tid=27041] ppid=27034 vsize=10559744 CPUtime=1.09 cores=1,3,5,7
/proc/27036/task/27041/stat : 27041 (java) S 27034 27036 26165 0 -1 4202560 20117 0 0 0 107 2 0 0 16 0 19 0 877741033 10813177856 969486 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 3 0 0 0
[pid=27036/tid=27042] ppid=27034 vsize=10559744 CPUtime=0.89 cores=1,3,5,7
/proc/27036/task/27042/stat : 27042 (java) S 27034 27036 26165 0 -1 4202560 12695 0 0 0 88 1 0 0 15 0 19 0 877741033 10813177856 969486 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 7 0 0 0
[pid=27036/tid=27043] ppid=27034 vsize=10559744 CPUtime=0.98 cores=1,3,5,7
/proc/27036/task/27043/stat : 27043 (java) S 27034 27036 26165 0 -1 4202560 19112 0 0 0 96 2 0 0 15 0 19 0 877741033 10813177856 969486 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 5 0 0 0
[pid=27036/tid=27044] ppid=27034 vsize=10559744 CPUtime=0.95 cores=1,3,5,7
/proc/27036/task/27044/stat : 27044 (java) S 27034 27036 26165 0 -1 4202560 16273 0 0 0 93 2 0 0 15 0 19 0 877741033 10813177856 969486 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 7 0 0 0
[pid=27036/tid=27045] ppid=27034 vsize=10559744 CPUtime=0.87 cores=1,3,5,7
/proc/27036/task/27045/stat : 27045 (java) S 27034 27036 26165 0 -1 4202560 13738 0 0 0 85 2 0 0 16 0 19 0 877741033 10813177856 969486 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 5 0 0 0
[pid=27036/tid=27046] ppid=27034 vsize=10559744 CPUtime=0.91 cores=1,3,5,7
/proc/27036/task/27046/stat : 27046 (java) S 27034 27036 26165 0 -1 4202560 13337 0 0 0 90 1 0 0 16 0 19 0 877741033 10813177856 969486 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 5 0 0 0
[pid=27036/tid=27047] ppid=27034 vsize=10559744 CPUtime=3.02 cores=1,3,5,7
/proc/27036/task/27047/stat : 27047 (java) S 27034 27036 26165 0 -1 4202560 11981 0 0 0 302 0 0 0 15 0 19 0 877741035 10813177856 969486 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048896 0 0 0 16800975 18446604471128848512 0 0 -1 1 0 0 0
[pid=27036/tid=27048] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27048/stat : 27048 (java) S 27034 27036 26165 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 877741035 10813177856 969486 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 7 0 0 0
[pid=27036/tid=27049] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27049/stat : 27049 (java) S 27034 27036 26165 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 877741035 10813177856 969486 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 3 0 0 0
[pid=27036/tid=27050] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27050/stat : 27050 (java) S 27034 27036 26165 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877741037 10813177856 969486 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092055985 0 4 0 16800975 18446604471128848512 0 0 -1 7 0 0 0
[pid=27036/tid=27051] ppid=27034 vsize=10559744 CPUtime=0.92 cores=1,3,5,7
/proc/27036/task/27051/stat : 27051 (java) S 27034 27036 26165 0 -1 4202560 4756 0 0 0 92 0 0 0 15 0 19 0 877741037 10813177856 969486 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 5 0 0 0
[pid=27036/tid=27052] ppid=27034 vsize=10559744 CPUtime=0.78 cores=1,3,5,7
/proc/27036/task/27052/stat : 27052 (java) S 27034 27036 26165 0 -1 4202560 9139 0 0 0 78 0 0 0 15 0 19 0 877741037 10813177856 969486 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 1 0 0 0
[pid=27036/tid=27053] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27053/stat : 27053 (java) S 27034 27036 26165 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 877741037 10813177856 969486 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048281 0 4 0 16800975 18446604471128848512 0 0 -1 7 0 0 0
[pid=27036/tid=27054] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27054/stat : 27054 (java) S 27034 27036 26165 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 877741037 10813177856 969486 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048896 0 4 0 16800975 18446604471128848512 0 0 -1 5 0 0 0
[pid=27036/tid=27055] ppid=27034 vsize=10559744 CPUtime=0 cores=1,3,5,7
/proc/27036/task/27055/stat : 27055 (java) S 27034 27036 26165 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 877741048 10813177856 969486 33554432000 1073741824 1073778376 140736532573344 18446744073709551615 208092048896 0 4 0 16800975 18446604471128848512 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 10559744

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

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

[startup+1792.91 s]
/proc/loadavg: 2.29 2.08 2.02 4/198 27165
/proc/meminfo: memFree=28484748/32950928 swapFree=67055948/67111528
[pid=27036] ppid=27034 vsize=0 CPUtime=1800.25 cores=1,3,5,7
/proc/27036/stat : 27036 (java) Z 27034 27036 26165 0 -1 4203548 973891 0 1 0 179911 114 0 0 17 0 2 0 877741031 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27036/statm: 0 0 0 0 0 0 0
[pid=27036/tid=27164] ppid=27034 vsize=0 CPUtime=0.07 cores=1,3,5,7
/proc/27036/task/27164/stat : 27164 (java) R 27034 27036 26165 0 -1 4203588 11 0 0 0 0 7 0 0 19 0 2 0 877920313 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) 1800.25
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1792.98
CPU time (s): 1800.32
CPU user time (s): 1799.11
CPU system time (s): 1.20482
CPU usage (%): 100.409
Max. virtual memory (cumulated for all children) (KiB): 10559744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.11
system time used= 1.20482
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 973891
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= 40483
involuntary context switches= 7623

runsolver used 2.82657 second user time and 6.97794 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-10 01:16:54
IDJOB=3456016
IDBENCH=48028
IDSOLVER=1951
FILE ID=node127/3456016-1307661414
RUNJOBID= node127-1307657814-26421
PBS_JOBID= 13549419
Free space on /tmp= 74196 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=449-P1=149-P2=137-P3=137-P4=83-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456016-1307661414/watcher-3456016-1307661414 -o /tmp/evaluation-result-3456016-1307661414/solver-3456016-1307661414 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456016-1307661414.opb

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

MD5SUM BENCH= 854cc656dc0682d745f606d1e6722452
RANDOM SEED=2037779032

node127.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.823
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.64
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.823
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.83
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.823
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.823
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.86
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.823
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.823
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.823
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.60
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.823
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29492044 kB
Buffers:        229856 kB
Cached:         366276 kB
SwapCached:       9340 kB
Active:        2983868 kB
Inactive:       280036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29492044 kB
SwapTotal:    67111528 kB
SwapFree:     67055948 kB
Dirty:            1156 kB
Writeback:           0 kB
AnonPages:     2665640 kB
Mapped:          21328 kB
Slab:           126244 kB
PageTables:       9756 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 10571928 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= 74196 MiB
End job on node127 at 2011-06-10 01:46:48