Trace number 3689954

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
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1802.03 1071.56

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_luby_0null10mast_rapportOE1.0_TMAX300_K192_cod1.opb
MD5SUMeb990cef1e91caace8f4ff76229f500a
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-59392
Best CPU time to get the best result obtained on this benchmark1800.34
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 340553
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 36179984
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 36179984
Number of bits of the biggest sum of numbers26
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.10	c version 2.3.2.v20120418
0.06/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.10	c java.vm.version	19.1-b02
0.06/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version		1.6.0_24
0.06/0.10	c os.name		Linux
0.06/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.10	c os.arch		amd64
0.06/0.10	c Free memory 		501472288
0.06/0.10	c Max memory 		7480803328
0.06/0.10	c Total memory 		504102912
0.06/0.10	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization by upper bound
0.06/0.13	c ManyCore solver with 2 solvers running in parallel
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c Expensive reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c c --- End Solver configuration ---
0.06/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c c --- End Solver configuration ---
0.06/0.13	c solving HOME/instance-3689954-1337886656.opb
0.06/0.13	c reading problem ... 
12.81/9.09	c ... done. Wall clock time 8.958s.
12.81/9.09	c declared #vars     399113
12.81/9.09	c #constraints  400980
12.81/9.09	c constraints type 
12.81/9.09	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
12.81/9.09	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
12.81/9.09	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
12.81/9.09	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
12.81/9.09	c 400980 constraints processed.
12.81/9.09	c constraints type 
12.81/9.09	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
12.81/9.09	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
12.81/9.09	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
12.81/9.09	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
12.81/9.09	c 400980 constraints processed.
12.81/9.09	c objective function length is 340553 literals
113.38/58.84	c  And the winner is solver0
113.25/59.14	c SATISFIABLE
113.25/59.14	c OPTIMIZING...
113.25/59.14	c Got one! Elapsed wall clock time (in seconds):59.013
113.25/59.14	o -1173
129.86/68.49	c  And the winner is solver0
137.09/75.64	c Got one! Elapsed wall clock time (in seconds):75.512
137.09/75.64	o -2285
400.48/208.81	c cleaning 2774 clauses out of 5562 with flag 2001/5574
1536.99/806.50	Exception in thread "Thread-8" java.lang.OutOfMemoryError: Java heap space
1536.99/806.50		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
1536.99/806.50		at org.sat4j.minisat.constraints.cnf.LearntWLClause.<init>(Unknown Source)
1536.99/806.50		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructLearntClause(Unknown Source)
1536.99/806.50		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructLearntClause(Unknown Source)
1536.99/806.50		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createUnregisteredClause(Unknown Source)
1536.99/806.50		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
1536.99/806.50		at org.sat4j.minisat.core.Solver.search(Unknown Source)
1536.99/806.50		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1536.99/806.50		at org.sat4j.tools.RunnableSolver.run(Unknown Source)
1536.99/806.50		at java.lang.Thread.run(Thread.java:662)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3689954-1337886656/watcher-3689954-1337886656 -o /tmp/evaluation-result-3689954-1337886656/solver-3689954-1337886656 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689954-1337886656.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: 3.96 3.94 3.91 4/198 27277
/proc/meminfo: memFree=23609600/32873844 swapFree=7104/7104
[pid=27277] ppid=27275 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/27277/stat : 27277 (java) D 27275 27277 21231 0 -1 4202496 80 0 0 0 0 0 0 0 20 0 1 0 254791409 278528 33 33554432000 1073741824 1073778376 140737303017392 140737303014568 272877317415 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/27277/statm: 68 33 25 9 0 25 0

[startup+0.066445 s]
/proc/loadavg: 3.96 3.94 3.91 4/198 27277
/proc/meminfo: memFree=23609600/32873844 swapFree=7104/7104
[pid=27277] ppid=27275 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/27277/stat : 27277 (java) S 27275 27277 21231 0 -1 4202496 3083 0 1 0 3 0 0 0 20 0 13 0 254791409 9446973440 3781 33554432000 1073741824 1073778376 140734176822608 140734176813744 272889839677 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27277/statm: 2306390 3781 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100305 s]
/proc/loadavg: 3.96 3.94 3.91 4/198 27277
/proc/meminfo: memFree=23609600/32873844 swapFree=7104/7104
[pid=27277] ppid=27275 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/27277/stat : 27277 (java) S 27275 27277 21231 0 -1 4202496 3799 0 1 0 6 0 0 0 20 0 18 0 254791409 9787813888 5006 33554432000 1073741824 1073778376 140734176822608 140734176813744 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27277/statm: 2389603 5014 1998 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.300249 s]
/proc/loadavg: 3.96 3.94 3.91 4/198 27277
/proc/meminfo: memFree=23609600/32873844 swapFree=7104/7104
[pid=27277] ppid=27275 vsize=9558412 CPUtime=0.47 cores=1,3,5,7
/proc/27277/stat : 27277 (java) S 27275 27277 21231 0 -1 4202496 5868 0 1 0 45 2 0 0 20 0 18 0 254791409 9787813888 15008 33554432000 1073741824 1073778376 140734176822608 140734176813744 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27277/statm: 2389603 15008 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558412

[startup+0.700279 s]
/proc/loadavg: 3.96 3.94 3.91 4/198 27277
/proc/meminfo: memFree=23609600/32873844 swapFree=7104/7104
[pid=27277] ppid=27275 vsize=9558412 CPUtime=0.96 cores=1,3,5,7
/proc/27277/stat : 27277 (java) S 27275 27277 21231 0 -1 4202496 6062 0 1 0 90 6 0 0 20 0 18 0 254791409 9787813888 47366 33554432000 1073741824 1073778376 140734176822608 140734176813744 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27277/statm: 2389603 47366 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 9558412

[startup+1.50067 s]
/proc/loadavg: 3.88 3.93 3.90 12/216 27295
/proc/meminfo: memFree=23376240/32873844 swapFree=7104/7104
[pid=27277] ppid=27275 vsize=9558412 CPUtime=2.71 cores=1,3,5,7
/proc/27277/stat : 27277 (java) S 27275 27277 21231 0 -1 4202496 14940 0 1 0 251 20 0 0 20 0 18 0 254791409 9787813888 99555 33554432000 1073741824 1073778376 140734176822608 140734176813744 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27277/statm: 2389603 99555 2248 9 0 2380296 0
[pid=27277/tid=27279] ppid=27275 vsize=9558412 CPUtime=1.27 cores=1,3,5,7
/proc/27277/task/27279/stat : 27279 (java) S 27275 27277 21231 0 -1 4202560 2564 0 1 0 123 4 0 0 20 0 18 0 254791411 9787813888 99555 33554432000 1073741824 1073778376 140734176822608 140562208160312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27277/tid=27280] ppid=27275 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/27277/task/27280/stat : 27280 (java) R 27275 27277 21231 0 -1 4202560 153 0 0 0 9 2 0 0 20 0 18 0 254791412 9787813888 99555 33554432000 1073741824 1073778376 140734176822608 140562052057512 272886434951 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27277/tid=27281] ppid=27275 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/27277/task/27281/stat : 27281 (java) R 27275 27277 21231 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 18 0 254791412 9787813888 99555 33554432000 1073741824 1073778376 140734176822608 140562051004848 140562215059983 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=27277/tid=27282] ppid=27275 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/27277/task/27282/stat : 27282 (java) R 27275 27277 21231 0 -1 4202560 29 0 0 0 4 1 0 0 20 0 18 0 254791412 9787813888 99555 33554432000 1073741824 1073778376 140734176822608 140562049952040 272886434951 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=27277/tid=27283] ppid=27275 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/27277/task/27283/stat : 27283 (java) R 27275 27277 21231 0 -1 4202560 37 0 0 0 5 1 0 0 20 0 18 0 254791412 9787813888 99555 33554432000 1073741824 1073778376 140734176822608 140562048899496 272886434951 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27277/tid=27284] ppid=27275 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/27277/task/27284/stat : 27284 (java) R 27275 27277 21231 0 -1 4202560 88 0 0 0 4 1 0 0 20 0 18 0 254791412 9787813888 99555 33554432000 1073741824 1073778376 140734176822608 140562047847464 140562216207522 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=27277/tid=27285] ppid=27275 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/27277/task/27285/stat : 27285 (java) R 27275 27277 21231 0 -1 4202560 32 0 0 0 7 2 0 0 20 0 18 0 254791412 9787813888 99555 33554432000 1073741824 1073778376 140734176822608 140562046794968 272886434951 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27277/tid=27286] ppid=27275 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/27277/task/27286/stat : 27286 (java) R 27275 27277 21231 0 -1 4202560 176 0 0 0 7 3 0 0 20 0 18 0 254791412 9787813888 99555 33554432000 1073741824 1073778376 140734176822608 140562045741864 272886434951 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27277/tid=27287] ppid=27275 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/27277/task/27287/stat : 27287 (java) R 27275 27277 21231 0 -1 4202560 110 0 0 0 3 2 0 0 20 0 18 0 254791412 9787813888 99555 33554432000 1073741824 1073778376 140734176822608 140562044689320 272886434951 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27277/tid=27288] ppid=27275 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27277/task/27288/stat : 27288 (java) S 27275 27277 21231 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 254791413 9787813888 99555 33554432000 1073741824 1073778376 140734176822608 140562032276744 272889852988 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27277/tid=27289] ppid=27275 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27277/task/27289/stat : 27289 (java) S 27275 27277 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254791414 9787813888 99555 33554432000 1073741824 1073778376 140734176822608 140562031224184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27277/tid=27290] ppid=27275 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27277/task/27290/stat : 27290 (java) S 27275 27277 21231 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 254791414 9787813888 99555 33554432000 1073741824 1073778376 140734176822608 140562030171016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27277/tid=27291] ppid=27275 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27277/task/27291/stat : 27291 (java) S 27275 27277 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254791416 9787813888 99555 33554432000 1073741824 1073778376 140734176822608 140562029119760 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27277/tid=27292] ppid=27275 vsize=9558412 CPUtime=0.34 cores=1,3,5,7
/proc/27277/task/27292/stat : 27292 (java) S 27275 27277 21231 0 -1 4202560 5036 0 0 0 34 0 0 0 20 0 18 0 254791416 9787813888 99555 33554432000 1073741824 1073778376 140734176822608 140562028067640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27277/tid=27293] ppid=27275 vsize=9558412 CPUtime=0.39 cores=1,3,5,7
/proc/27277/task/27293/stat : 27293 (java) S 27275 27277 21231 0 -1 4202560 5441 0 0 0 37 2 0 0 20 0 18 0 254791416 9787813888 99555 33554432000 1073741824 1073778376 140734176822608 140562027015096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27277/tid=27294] ppid=27275 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27277/task/27294/stat : 27294 (java) S 27275 27277 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254791416 9787813888 99555 33554432000 1073741824 1073778376 140734176822608 140562025962232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27277/tid=27295] ppid=27275 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27277/task/27295/stat : 27295 (java) S 27275 27277 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254791416 9787813888 99555 33554432000 1073741824 1073778376 140734176822608 140562024909896 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 9558412

[startup+3.10078 s]
/proc/loadavg: 3.88 3.93 3.90 4/216 27295
/proc/meminfo: memFree=22932696/32873844 swapFree=7104/7104
[pid=27277] ppid=27275 vsize=9558412 CPUtime=5.03 cores=1,3,5,7
/proc/27277/stat : 27277 (java) S 27275 27277 21231 0 -1 4202496 18197 0 1 0 446 57 0 0 20 0 18 0 254791409 9787813888 359675 33554432000 1073741824 1073778376 140734176822608 140734176813744 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27277/statm: 2389603 359675 2248 9 0 2380296 0
[pid=27277/tid=27279] ppid=27275 vsize=9558412 CPUtime=2.62 cores=1,3,5,7
/proc/27277/task/27279/stat : 27279 (java) R 27275 27277 21231 0 -1 4202560 3649 0 1 0 240 22 0 0 20 0 18 0 254791411 9787813888 359675 33554432000 1073741824 1073778376 140734176822608 140562208153472 140562215926874 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27277/tid=27280] ppid=27275 vsize=9558412 CPUtime=0.22 cores=1,3,5,7
/proc/27277/task/27280/stat : 27280 (java) S 27275 27277 21231 0 -1 4202560 491 0 0 0 17 5 0 0 20 0 18 0 254791412 9787813888 359675 33554432000 1073741824 1073778376 140734176822608 140562052057512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27277/tid=27281] ppid=27275 vsize=9558412 CPUtime=0.13 cores=1,3,5,7
/proc/27277/task/27281/stat : 27281 (java) S 27275 27277 21231 0 -1 4202560 133 0 0 0 10 3 0 0 20 0 18 0 254791412 9787813888 359675 33554432000 1073741824 1073778376 140734176822608 140562051004968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27277/tid=27282] ppid=27275 vsize=9558412 CPUtime=0.2 cores=1,3,5,7
/proc/27277/task/27282/stat : 27282 (java) S 27275 27277 21231 0 -1 4202560 271 0 0 0 15 5 0 0 20 0 18 0 254791412 9787813888 360187 33554432000 1073741824 1073778376 140734176822608 140562049951912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27277/tid=27283] ppid=27275 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/27277/task/27283/stat : 27283 (java) S 27275 27277 21231 0 -1 4202560 85 0 0 0 11 4 0 0 20 0 18 0 254791412 9787813888 360187 33554432000 1073741824 1073778376 140734176822608 140562048899368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27277/tid=27284] ppid=27275 vsize=9558412 CPUtime=0.17 cores=1,3,5,7
/proc/27277/task/27284/stat : 27284 (java) S 27275 27277 21231 0 -1 4202560 275 0 0 0 13 4 0 0 20 0 18 0 254791412 9787813888 360187 33554432000 1073741824 1073778376 140734176822608 140562047847336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27277/tid=27285] ppid=27275 vsize=9558412 CPUtime=0.17 cores=1,3,5,7
/proc/27277/task/27285/stat : 27285 (java) S 27275 27277 21231 0 -1 4202560 67 0 0 0 13 4 0 0 20 0 18 0 254791412 9787813888 360187 33554432000 1073741824 1073778376 140734176822608 140562046794792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27277/tid=27286] ppid=27275 vsize=9558412 CPUtime=0.22 cores=1,3,5,7
/proc/27277/task/27286/stat : 27286 (java) S 27275 27277 21231 0 -1 4202560 221 0 0 0 18 4 0 0 20 0 18 0 254791412 9787813888 360187 33554432000 1073741824 1073778376 140734176822608 140562045741736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27277/tid=27287] ppid=27275 vsize=9558412 CPUtime=0.25 cores=1,3,5,7
/proc/27277/task/27287/stat : 27287 (java) S 27275 27277 21231 0 -1 4202560 377 0 0 0 20 5 0 0 20 0 18 0 254791412 9787813888 360187 33554432000 1073741824 1073778376 140734176822608 140562044689192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27277/tid=27288] ppid=27275 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27277/task/27288/stat : 27288 (java) S 27275 27277 21231 0 -1 4202560 976 0 0 0 0 0 0 0 20 0 18 0 254791413 9787813888 360187 33554432000 1073741824 1073778376 140734176822608 140562032277864 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27277/tid=27289] ppid=27275 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27277/task/27289/stat : 27289 (java) S 27275 27277 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254791414 9787813888 360187 33554432000 1073741824 1073778376 140734176822608 140562031224184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27277/tid=27290] ppid=27275 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27277/task/27290/stat : 27290 (java) S 27275 27277 21231 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 254791414 9787813888 360187 33554432000 1073741824 1073778376 140734176822608 140562030171016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27277/tid=27291] ppid=27275 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27277/task/27291/stat : 27291 (java) S 27275 27277 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254791416 9787813888 360187 33554432000 1073741824 1073778376 140734176822608 140562029119760 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27277/tid=27292] ppid=27275 vsize=9558412 CPUtime=0.36 cores=1,3,5,7
/proc/27277/task/27292/stat : 27292 (java) S 27275 27277 21231 0 -1 4202560 5036 0 0 0 36 0 0 0 20 0 18 0 254791416 9787813888 360187 33554432000 1073741824 1073778376 140734176822608 140562028067640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27277/tid=27293] ppid=27275 vsize=9558412 CPUtime=0.39 cores=1,3,5,7
/proc/27277/task/27293/stat : 27293 (java) S 27275 27277 21231 0 -1 4202560 5441 0 0 0 37 2 0 0 20 0 18 0 254791416 9787813888 360187 33554432000 1073741824 1073778376 140734176822608 140562027015096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27277/tid=27294] ppid=27275 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27277/task/27294/stat : 27294 (java) S 27275 27277 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254791416 9787813888 360187 33554432000 1073741824 1073778376 140734176822608 140562025962232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27277/tid=27295] ppid=27275 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27277/task/27295/stat : 27295 (java) S 27275 27277 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254791416 9787813888 360187 33554432000 1073741824 1073778376 140734176822608 140562024909896 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 5.03
Current children cumulated vsize (KiB) 9558412

[startup+6.30073 s]
/proc/loadavg: 3.81 3.91 3.90 4/215 27295
/proc/meminfo: memFree=20700712/32873844 swapFree=7104/7104
[pid=27277] ppid=27275 vsize=9558412 CPUtime=9.95 cores=1,3,5,7
/proc/27277/stat : 27277 (java) S 27275 27277 21231 0 -1 4202496 21193 0 1 0 886 109 0 0 20 0 18 0 254791409 9787813888 736248 33554432000 1073741824 1073778376 140734176822608 140734176813744 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27277/statm: 2389603 736248 2248 9 0 2380296 0
[pid=27277/tid=27279] ppid=27275 vsize=9558412 CPUtime=5.22 cores=1,3,5,7
/proc/27277/task/27279/stat : 27279 (java) R 27275 27277 21231 0 -1 4202560 4272 0 1 0 476 46 0 0 20 0 18 0 254791411 9787813888 736248 33554432000 1073741824 1073778376 140734176822608 140562208160312 272889865485 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27277/tid=27280] ppid=27275 vsize=9558412 CPUtime=0.53 cores=1,3,5,7
/proc/27277/task/27280/stat : 27280 (java) S 27275 27277 21231 0 -1 4202560 564 0 0 0 45 8 0 0 20 0 18 0 254791412 9787813888 736248 33554432000 1073741824 1073778376 140734176822608 140562052057512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27277/tid=27281] ppid=27275 vsize=9558412 CPUtime=0.42 cores=1,3,5,7
/proc/27277/task/27281/stat : 27281 (java) S 27275 27277 21231 0 -1 4202560 443 0 0 0 36 6 0 0 20 0 18 0 254791412 9787813888 736248 33554432000 1073741824 1073778376 140734176822608 140562051004968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27277/tid=27282] ppid=27275 vsize=9558412 CPUtime=0.49 cores=1,3,5,7
/proc/27277/task/27282/stat : 27282 (java) S 27275 27277 21231 0 -1 4202560 717 0 0 0 42 7 0 0 20 0 18 0 254791412 9787813888 736248 33554432000 1073741824 1073778376 140734176822608 140562049951912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27277/tid=27283] ppid=27275 vsize=9558412 CPUtime=0.45 cores=1,3,5,7
/proc/27277/task/27283/stat : 27283 (java) S 27275 27277 21231 0 -1 4202560 156 0 0 0 37 8 0 0 20 0 18 0 254791412 9787813888 736248 33554432000 1073741824 1073778376 140734176822608 140562048899368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27277/tid=27284] ppid=27275 vsize=9558412 CPUtime=0.43 cores=1,3,5,7
/proc/27277/task/27284/stat : 27284 (java) S 27275 27277 21231 0 -1 4202560 721 0 0 0 36 7 0 0 20 0 18 0 254791412 9787813888 736248 33554432000 1073741824 1073778376 140734176822608 140562047847336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27277/tid=27285] ppid=27275 vsize=9558412 CPUtime=0.41 cores=1,3,5,7
/proc/27277/task/27285/stat : 27285 (java) S 27275 27277 21231 0 -1 4202560 528 0 0 0 35 6 0 0 20 0 18 0 254791412 9787813888 736248 33554432000 1073741824 1073778376 140734176822608 140562046794792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27277/tid=27286] ppid=27275 vsize=9558412 CPUtime=0.54 cores=1,3,5,7
/proc/27277/task/27286/stat : 27286 (java) S 27275 27277 21231 0 -1 4202560 294 0 0 0 44 10 0 0 20 0 18 0 254791412 9787813888 736248 33554432000 1073741824 1073778376 140734176822608 140562045741736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27277/tid=27287] ppid=27275 vsize=9558412 CPUtime=0.54 cores=1,3,5,7
/proc/27277/task/27287/stat : 27287 (java) S 27275 27277 21231 0 -1 4202560 583 0 0 0 45 9 0 0 20 0 18 0 254791412 9787813888 736248 33554432000 1073741824 1073778376 140734176822608 140562044689192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27277/tid=27288] ppid=27275 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27277/task/27288/stat : 27288 (java) S 27275 27277 21231 0 -1 4202560 1263 0 0 0 0 0 0 0 20 0 18 0 254791413 9787813888 736248 33554432000 1073741824 1073778376 140734176822608 140562032277864 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27277/tid=27289] ppid=27275 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27277/task/27289/stat : 27289 (java) S 27275 27277 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254791414 9787813888 736248 33554432000 1073741824 1073778376 140734176822608 140562031224184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27277/tid=27290] ppid=27275 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27277/task/27290/stat : 27290 (java) S 27275 27277 21231 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 254791414 9787813888 736248 33554432000 1073741824 1073778376 140734176822608 140562030171016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27277/tid=27291] ppid=27275 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27277/task/27291/stat : 27291 (java) S 27275 27277 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254791416 9787813888 736248 33554432000 1073741824 1073778376 140734176822608 140562029119760 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27277/tid=27292] ppid=27275 vsize=9558412 CPUtime=0.36 cores=1,3,5,7
/proc/27277/task/27292/stat : 27292 (java) S 27275 27277 21231 0 -1 4202560 5036 0 0 0 36 0 0 0 20 0 18 0 254791416 9787813888 736248 33554432000 1073741824 1073778376 140734176822608 140562028067640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27277/tid=27293] ppid=27275 vsize=9558412 CPUtime=0.39 cores=1,3,5,7
/proc/27277/task/27293/stat : 27293 (java) S 27275 27277 21231 0 -1 4202560 5441 0 0 0 37 2 0 0 20 0 18 0 254791416 9787813888 736248 33554432000 1073741824 1073778376 140734176822608 140562027015096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27277/tid=27294] ppid=27275 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27277/task/27294/stat : 27294 (java) S 27275 27277 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254791416 9787813888 736248 33554432000 1073741824 1073778376 140734176822608 140562025962232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27277/tid=27295] ppid=27275 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27277/task/27295/stat : 27295 (java) S 27275 27277 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254791416 9787813888 736248 33554432000 1073741824 1073778376 140734176822608 140562024909896 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 9.95
Current children cumulated vsize (KiB) 9558412

[startup+12.7009 s]
/proc/loadavg: 3.82 3.91 3.90 5/219 27299
/proc/meminfo: memFree=20663840/32873844 swapFree=7104/7104
[pid=27277] ppid=27275 vsize=9824668 CPUtime=21.09 cores=1,3,5,7
/proc/27277/stat : 27277 (java) S 27275 27277 21231 0 -1 4202496 21453 0 1 0 1999 110 0 0 20 0 22 0 254791409 10060460032 736964 33554432000 1073741824 1073778376 140734176822608 140734176813744 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27277/statm: 2456167 736964 2269 9 0 2446860 0
[pid=27277/tid=27279] ppid=27275 vsize=9824668 CPUtime=8 cores=1,3,5,7

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

/proc/27277/statm: 2456167 2074469 2283 9 0 2446860 0
[pid=27277/tid=27279] ppid=27275 vsize=9824668 CPUtime=8.92 cores=1,3,5,7
/proc/27277/task/27279/stat : 27279 (java) S 27275 27277 21231 0 -1 4202560 4365 0 1 0 844 48 0 0 20 0 22 0 254791411 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562208162520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27277/tid=27280] ppid=27275 vsize=9824668 CPUtime=2.44 cores=1,3,5,7
/proc/27277/task/27280/stat : 27280 (java) S 27275 27277 21231 0 -1 4202560 30897 0 0 0 197 47 0 0 20 0 22 0 254791412 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562052057512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27277/tid=27281] ppid=27275 vsize=9824668 CPUtime=2.61 cores=1,3,5,7
/proc/27277/task/27281/stat : 27281 (java) S 27275 27277 21231 0 -1 4202560 23444 0 0 0 214 47 0 0 20 0 22 0 254791412 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562051004968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27277/tid=27282] ppid=27275 vsize=9824668 CPUtime=2.37 cores=1,3,5,7
/proc/27277/task/27282/stat : 27282 (java) S 27275 27277 21231 0 -1 4202560 21594 0 0 0 199 38 0 0 20 0 22 0 254791412 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562049951912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27277/tid=27283] ppid=27275 vsize=9824668 CPUtime=2.33 cores=1,3,5,7
/proc/27277/task/27283/stat : 27283 (java) S 27275 27277 21231 0 -1 4202560 23748 0 0 0 187 46 0 0 20 0 22 0 254791412 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562048899368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27277/tid=27284] ppid=27275 vsize=9824668 CPUtime=2.38 cores=1,3,5,7
/proc/27277/task/27284/stat : 27284 (java) S 27275 27277 21231 0 -1 4202560 53021 0 0 0 191 47 0 0 20 0 22 0 254791412 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562047847336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27277/tid=27285] ppid=27275 vsize=9824668 CPUtime=2.33 cores=1,3,5,7
/proc/27277/task/27285/stat : 27285 (java) S 27275 27277 21231 0 -1 4202560 24687 0 0 0 190 43 0 0 20 0 22 0 254791412 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562046794792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27277/tid=27286] ppid=27275 vsize=9824668 CPUtime=2.28 cores=1,3,5,7
/proc/27277/task/27286/stat : 27286 (java) S 27275 27277 21231 0 -1 4202560 24354 0 0 0 187 41 0 0 20 0 22 0 254791412 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562045741736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27277/tid=27287] ppid=27275 vsize=9824668 CPUtime=2.57 cores=1,3,5,7
/proc/27277/task/27287/stat : 27287 (java) S 27275 27277 21231 0 -1 4202560 39525 0 0 0 200 57 0 0 20 0 22 0 254791412 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562044689192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27277/tid=27288] ppid=27275 vsize=9824668 CPUtime=154.65 cores=1,3,5,7
/proc/27277/task/27288/stat : 27288 (java) R 27275 27277 21231 0 -1 4202560 94794 0 0 0 15444 21 0 0 20 0 22 0 254791413 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562032277680 140562214670402 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27277/tid=27289] ppid=27275 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27277/task/27289/stat : 27289 (java) S 27275 27277 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254791414 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562031224184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27277/tid=27290] ppid=27275 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27277/task/27290/stat : 27290 (java) S 27275 27277 21231 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 254791414 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562030171016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27277/tid=27291] ppid=27275 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27277/task/27291/stat : 27291 (java) S 27275 27277 21231 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254791416 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562029119760 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27277/tid=27292] ppid=27275 vsize=9824668 CPUtime=1.22 cores=1,3,5,7
/proc/27277/task/27292/stat : 27292 (java) S 27275 27277 21231 0 -1 4202560 5083 0 0 0 122 0 0 0 20 0 22 0 254791416 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562028067640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27277/tid=27293] ppid=27275 vsize=9824668 CPUtime=1.17 cores=1,3,5,7
/proc/27277/task/27293/stat : 27293 (java) S 27275 27277 21231 0 -1 4202560 5542 0 0 0 115 2 0 0 20 0 22 0 254791416 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562027015096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27277/tid=27294] ppid=27275 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27277/task/27294/stat : 27294 (java) S 27275 27277 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254791416 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562025962232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27277/tid=27295] ppid=27275 vsize=9824668 CPUtime=0.6 cores=1,3,5,7
/proc/27277/task/27295/stat : 27295 (java) S 27275 27277 21231 0 -1 4202560 63 0 0 0 30 30 0 0 20 0 22 0 254791416 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562024909896 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27277/tid=27299] ppid=27275 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27277/task/27299/stat : 27299 (java) S 27275 27277 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254792335 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562020697000 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27277/tid=27304] ppid=27275 vsize=9824668 CPUtime=836.78 cores=1,3,5,7
/proc/27277/task/27304/stat : 27304 (java) S 27275 27277 21231 0 -1 4202560 4 0 0 0 83665 13 0 0 20 0 22 0 254799014 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562022799928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27277/tid=27305] ppid=27275 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27277/task/27305/stat : 27305 (java) S 27275 27277 21231 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254799023 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562021749928 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27277/tid=27377] ppid=27275 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27277/task/27377/stat : 27377 (java) S 27275 27277 21231 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254898361 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562023853864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.89
Current children cumulated vsize (KiB) 9824668

[startup+1071.41 s]
/proc/loadavg: 2.83 3.28 3.62 2/197 27380
/proc/meminfo: memFree=20687244/32873844 swapFree=7104/7104
[pid=27277] ppid=27275 vsize=9824668 CPUtime=1800.3 cores=1,3,5,7
/proc/27277/stat : 27277 (java) S 27275 27277 21231 0 -1 4202496 352451 0 1 0 179547 483 0 0 20 0 22 0 254791409 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140734176813744 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27277/statm: 2456167 2074469 2283 9 0 2446860 0
[pid=27277/tid=27279] ppid=27275 vsize=9824668 CPUtime=8.92 cores=1,3,5,7
/proc/27277/task/27279/stat : 27279 (java) S 27275 27277 21231 0 -1 4202560 4365 0 1 0 844 48 0 0 20 0 22 0 254791411 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562208162808 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27277/tid=27280] ppid=27275 vsize=9824668 CPUtime=2.44 cores=1,3,5,7
/proc/27277/task/27280/stat : 27280 (java) S 27275 27277 21231 0 -1 4202560 30897 0 0 0 197 47 0 0 20 0 22 0 254791412 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562052057512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27277/tid=27281] ppid=27275 vsize=9824668 CPUtime=2.61 cores=1,3,5,7
/proc/27277/task/27281/stat : 27281 (java) S 27275 27277 21231 0 -1 4202560 23444 0 0 0 214 47 0 0 20 0 22 0 254791412 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562051004968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27277/tid=27282] ppid=27275 vsize=9824668 CPUtime=2.37 cores=1,3,5,7
/proc/27277/task/27282/stat : 27282 (java) S 27275 27277 21231 0 -1 4202560 21594 0 0 0 199 38 0 0 20 0 22 0 254791412 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562049951912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27277/tid=27283] ppid=27275 vsize=9824668 CPUtime=2.33 cores=1,3,5,7
/proc/27277/task/27283/stat : 27283 (java) S 27275 27277 21231 0 -1 4202560 23748 0 0 0 187 46 0 0 20 0 22 0 254791412 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562048899368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27277/tid=27284] ppid=27275 vsize=9824668 CPUtime=2.38 cores=1,3,5,7
/proc/27277/task/27284/stat : 27284 (java) S 27275 27277 21231 0 -1 4202560 53021 0 0 0 191 47 0 0 20 0 22 0 254791412 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562047847336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27277/tid=27285] ppid=27275 vsize=9824668 CPUtime=2.33 cores=1,3,5,7
/proc/27277/task/27285/stat : 27285 (java) S 27275 27277 21231 0 -1 4202560 24687 0 0 0 190 43 0 0 20 0 22 0 254791412 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562046794792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27277/tid=27286] ppid=27275 vsize=9824668 CPUtime=2.28 cores=1,3,5,7
/proc/27277/task/27286/stat : 27286 (java) S 27275 27277 21231 0 -1 4202560 24354 0 0 0 187 41 0 0 20 0 22 0 254791412 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562045741736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27277/tid=27287] ppid=27275 vsize=9824668 CPUtime=2.57 cores=1,3,5,7
/proc/27277/task/27287/stat : 27287 (java) S 27275 27277 21231 0 -1 4202560 39525 0 0 0 200 57 0 0 20 0 22 0 254791412 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562044689192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27277/tid=27288] ppid=27275 vsize=9824668 CPUtime=155.06 cores=1,3,5,7
/proc/27277/task/27288/stat : 27288 (java) R 27275 27277 21231 0 -1 4202560 94794 0 0 0 15485 21 0 0 20 0 22 0 254791413 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562032277776 140562214288527 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27277/tid=27289] ppid=27275 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27277/task/27289/stat : 27289 (java) S 27275 27277 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254791414 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562031224184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27277/tid=27290] ppid=27275 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27277/task/27290/stat : 27290 (java) S 27275 27277 21231 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 254791414 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562030171016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27277/tid=27291] ppid=27275 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27277/task/27291/stat : 27291 (java) S 27275 27277 21231 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254791416 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562029119760 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27277/tid=27292] ppid=27275 vsize=9824668 CPUtime=1.22 cores=1,3,5,7
/proc/27277/task/27292/stat : 27292 (java) S 27275 27277 21231 0 -1 4202560 5083 0 0 0 122 0 0 0 20 0 22 0 254791416 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562028067640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27277/tid=27293] ppid=27275 vsize=9824668 CPUtime=1.17 cores=1,3,5,7
/proc/27277/task/27293/stat : 27293 (java) S 27275 27277 21231 0 -1 4202560 5542 0 0 0 115 2 0 0 20 0 22 0 254791416 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562027015096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27277/tid=27294] ppid=27275 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27277/task/27294/stat : 27294 (java) S 27275 27277 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254791416 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562025962232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27277/tid=27295] ppid=27275 vsize=9824668 CPUtime=0.6 cores=1,3,5,7
/proc/27277/task/27295/stat : 27295 (java) S 27275 27277 21231 0 -1 4202560 63 0 0 0 30 30 0 0 20 0 22 0 254791416 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562024909896 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27277/tid=27299] ppid=27275 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27277/task/27299/stat : 27299 (java) S 27275 27277 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254792335 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562020697000 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27277/tid=27304] ppid=27275 vsize=9824668 CPUtime=836.78 cores=1,3,5,7
/proc/27277/task/27304/stat : 27304 (java) S 27275 27277 21231 0 -1 4202560 4 0 0 0 83665 13 0 0 20 0 22 0 254799014 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562022799928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27277/tid=27305] ppid=27275 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27277/task/27305/stat : 27305 (java) S 27275 27277 21231 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254799023 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562021749928 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27277/tid=27377] ppid=27275 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27277/task/27377/stat : 27377 (java) S 27275 27277 21231 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254898361 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562023853880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.3
Current children cumulated vsize (KiB) 9824668

[startup+1071.5 s]
/proc/loadavg: 2.83 3.28 3.62 2/197 27380
/proc/meminfo: memFree=20687244/32873844 swapFree=7104/7104
[pid=27277] ppid=27275 vsize=9824668 CPUtime=1800.39 cores=1,3,5,7
/proc/27277/stat : 27277 (java) S 27275 27277 21231 0 -1 4202496 352451 0 1 0 179556 483 0 0 20 0 22 0 254791409 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140734176813744 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27277/statm: 2456167 2074469 2283 9 0 2446860 0
[pid=27277/tid=27279] ppid=27275 vsize=9824668 CPUtime=8.92 cores=1,3,5,7
/proc/27277/task/27279/stat : 27279 (java) S 27275 27277 21231 0 -1 4202560 4365 0 1 0 844 48 0 0 20 0 22 0 254791411 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562208162808 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27277/tid=27280] ppid=27275 vsize=9824668 CPUtime=2.44 cores=1,3,5,7
/proc/27277/task/27280/stat : 27280 (java) S 27275 27277 21231 0 -1 4202560 30897 0 0 0 197 47 0 0 20 0 22 0 254791412 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562052057512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27277/tid=27281] ppid=27275 vsize=9824668 CPUtime=2.61 cores=1,3,5,7
/proc/27277/task/27281/stat : 27281 (java) S 27275 27277 21231 0 -1 4202560 23444 0 0 0 214 47 0 0 20 0 22 0 254791412 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562051004968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27277/tid=27282] ppid=27275 vsize=9824668 CPUtime=2.37 cores=1,3,5,7
/proc/27277/task/27282/stat : 27282 (java) S 27275 27277 21231 0 -1 4202560 21594 0 0 0 199 38 0 0 20 0 22 0 254791412 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562049951912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27277/tid=27283] ppid=27275 vsize=9824668 CPUtime=2.33 cores=1,3,5,7
/proc/27277/task/27283/stat : 27283 (java) S 27275 27277 21231 0 -1 4202560 23748 0 0 0 187 46 0 0 20 0 22 0 254791412 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562048899368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27277/tid=27284] ppid=27275 vsize=9824668 CPUtime=2.38 cores=1,3,5,7
/proc/27277/task/27284/stat : 27284 (java) S 27275 27277 21231 0 -1 4202560 53021 0 0 0 191 47 0 0 20 0 22 0 254791412 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562047847336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27277/tid=27285] ppid=27275 vsize=9824668 CPUtime=2.33 cores=1,3,5,7
/proc/27277/task/27285/stat : 27285 (java) S 27275 27277 21231 0 -1 4202560 24687 0 0 0 190 43 0 0 20 0 22 0 254791412 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562046794792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27277/tid=27286] ppid=27275 vsize=9824668 CPUtime=2.28 cores=1,3,5,7
/proc/27277/task/27286/stat : 27286 (java) S 27275 27277 21231 0 -1 4202560 24354 0 0 0 187 41 0 0 20 0 22 0 254791412 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562045741736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27277/tid=27287] ppid=27275 vsize=9824668 CPUtime=2.57 cores=1,3,5,7
/proc/27277/task/27287/stat : 27287 (java) S 27275 27277 21231 0 -1 4202560 39525 0 0 0 200 57 0 0 20 0 22 0 254791412 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562044689192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27277/tid=27288] ppid=27275 vsize=9824668 CPUtime=155.15 cores=1,3,5,7
/proc/27277/task/27288/stat : 27288 (java) R 27275 27277 21231 0 -1 4202560 94794 0 0 0 15494 21 0 0 20 0 22 0 254791413 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562032277776 140562212299101 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27277/tid=27289] ppid=27275 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27277/task/27289/stat : 27289 (java) S 27275 27277 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254791414 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562031224184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27277/tid=27290] ppid=27275 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27277/task/27290/stat : 27290 (java) S 27275 27277 21231 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 254791414 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562030171016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27277/tid=27291] ppid=27275 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27277/task/27291/stat : 27291 (java) S 27275 27277 21231 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254791416 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562029119760 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27277/tid=27292] ppid=27275 vsize=9824668 CPUtime=1.22 cores=1,3,5,7
/proc/27277/task/27292/stat : 27292 (java) S 27275 27277 21231 0 -1 4202560 5083 0 0 0 122 0 0 0 20 0 22 0 254791416 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562028067640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27277/tid=27293] ppid=27275 vsize=9824668 CPUtime=1.17 cores=1,3,5,7
/proc/27277/task/27293/stat : 27293 (java) S 27275 27277 21231 0 -1 4202560 5542 0 0 0 115 2 0 0 20 0 22 0 254791416 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562027015096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27277/tid=27294] ppid=27275 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27277/task/27294/stat : 27294 (java) S 27275 27277 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254791416 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562025962232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27277/tid=27295] ppid=27275 vsize=9824668 CPUtime=0.6 cores=1,3,5,7
/proc/27277/task/27295/stat : 27295 (java) S 27275 27277 21231 0 -1 4202560 63 0 0 0 30 30 0 0 20 0 22 0 254791416 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562024909896 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27277/tid=27299] ppid=27275 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27277/task/27299/stat : 27299 (java) S 27275 27277 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254792335 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562020697000 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27277/tid=27304] ppid=27275 vsize=9824668 CPUtime=836.78 cores=1,3,5,7
/proc/27277/task/27304/stat : 27304 (java) S 27275 27277 21231 0 -1 4202560 4 0 0 0 83665 13 0 0 20 0 22 0 254799014 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562022799928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27277/tid=27305] ppid=27275 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27277/task/27305/stat : 27305 (java) S 27275 27277 21231 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254799023 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562021749928 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27277/tid=27377] ppid=27275 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27277/task/27377/stat : 27377 (java) S 27275 27277 21231 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254898361 10060460032 2074469 33554432000 1073741824 1073778376 140734176822608 140562023853880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.39
Current children cumulated vsize (KiB) 9824668

Child ended because it received signal 9 (SIGKILL)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27277 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=30417
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=122221
# CPU time returned by wait4() is 1798.15
# while last known CPU time is 1800.39
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1.64001
#  lost CPU user time (s): 1.74998
#  lost CPU system time (s): -0.11

Real time (s): 1071.56
CPU time (s): 1802.03
CPU user time (s): 1797.31
CPU system time (s): 4.72
CPU usage (%): 168.168
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.03
system time used= 5.12222
maximum resident set size= 8327924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 352451
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47219
involuntary context switches= 28748

runsolver used 4.72228 second user time and 12.1112 second system time

The end

Launcher Data

Begin job on node119 at 2012-05-24 21:10:57
IDJOB=3689954
IDBENCH=92274
IDSOLVER=2268
FILE ID=node119/3689954-1337886656
RUNJOBID= node119-1337871880-21248
PBS_JOBID= 14620085
Free space on /tmp= 71668 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/NG/normalized-NG.dot_luby_0null10mast_rapportOE1.0_TMAX300_K192_cod1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689954-1337886656/watcher-3689954-1337886656 -o /tmp/evaluation-result-3689954-1337886656/solver-3689954-1337886656 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689954-1337886656.opb

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

MD5SUM BENCH= eb990cef1e91caace8f4ff76229f500a
RANDOM SEED=1106433462

node119.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.943
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.88
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.943
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.943
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.943
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.943
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.943
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.943
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.943
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        23609980 kB
Buffers:          216608 kB
Cached:          2848512 kB
SwapCached:            0 kB
Active:          5798912 kB
Inactive:        2666824 kB
Active(anon):    5403488 kB
Inactive(anon):        0 kB
Active(file):     395424 kB
Inactive(file):  2666824 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             31580 kB
Writeback:             0 kB
AnonPages:       5432600 kB
Mapped:            21688 kB
Shmem:               200 kB
Slab:             628040 kB
SReclaimable:      70156 kB
SUnreclaim:       557884 kB
KernelStack:        1624 kB
PageTables:        14924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    6323904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5228544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71640 MiB
End job on node119 at 2012-05-24 21:28:49