Trace number 4258144

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-CSP 2017-07-05? (TO) 253.354 240.222

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-factor/
Pb-factor-S9-P167-Q347.xml
MD5SUM055772027f3bf668b620351859b542d4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark167
Best CPU time to get the best result obtained on this benchmark0.032331999
Satisfiable
(Un)Satisfiability was proved
Number of variables99
Number of constraints244
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":99}]
Minimum variable degree4
Maximum variable degree19
Distribution of variable degrees[{"degree":4,"count":81},{"degree":18,"count":9},{"degree":19,"count":9}]
Minimum constraint arity2
Maximum constraint arity81
Distribution of constraint arities[{"arity":2,"count":162},{"arity":3,"count":81},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":244}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

17.99/6.92	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
17.99/6.92	c This is free software under the dual EPL/GNU LGPL licenses.
17.99/6.92	c See www.sat4j.org for details.
17.99/6.92	c That software uses the Rhino library from the Mozilla project.
17.99/6.92	c version CUSTOM.v20170705
17.99/6.92	c java.runtime.name	Java(TM) SE Runtime Environment
17.99/6.92	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
17.99/6.92	c java.vm.version	25.131-b11
17.99/6.92	c java.vm.vendor	Oracle Corporation
17.99/6.92	c sun.arch.data.model	64
17.99/6.92	c java.version		1.8.0_131
17.99/6.92	c os.name		Linux
17.99/6.92	c os.version		3.10.0-514.16.1.el7.x86_64
17.99/6.92	c os.arch		amd64
17.99/6.92	c Free memory 		499604488
17.99/6.92	c Max memory 		7247757312
17.99/6.92	c Total memory 		504889344
17.99/6.92	c Number of processors 	4
17.99/6.92	c c --- Begin Solver configuration ---
17.99/6.92	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
17.99/6.92	c Learn all clauses as in MiniSAT
17.99/6.92	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
17.99/6.92	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
17.99/6.92	c No reason simplification
17.99/6.92	c Glucose 2.1 dynamic restart strategy
17.99/6.92	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
17.99/6.92	c timeout=2147483s
17.99/6.92	c DB Simplification allowed=false
17.99/6.92	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
17.99/6.92	c --- End Solver configuration ---
17.99/6.92	c constraints type 
17.99/6.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 198
17.99/6.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 262740
17.99/6.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4648706
17.99/6.92	c org.sat4j.minisat.constraints.cnf.UnitClause => 488
17.99/6.92	c 4912132 constraints processed.
253.32/240.20	c starts		: 24
253.32/240.20	c conflicts		: 4187
253.32/240.20	c decisions		: 43445
253.32/240.20	c propagations		: 1398197688
253.32/240.20	c inspects		: 2488256019
253.32/240.20	c shortcuts		: 0
253.32/240.20	c learnt literals	: 2
253.32/240.20	c learnt binary clauses	: 5
253.32/240.20	c learnt ternary clauses	: 159
253.32/240.20	c learnt constraints	: 4185
253.32/240.20	c ignored constraints	: 0
253.32/240.20	c root simplifications	: 0
253.32/240.20	c removed literals (reason simplification)	: 0
253.32/240.20	c reason swapping (by a shorter reason)	: 0
253.32/240.20	c Calls to reduceDB	: 0
253.32/240.20	c Number of update (reduction) of LBD	: 2180
253.32/240.20	c Imported unit clauses	: 0
253.32/240.20	c number of reductions to clauses (during analyze)	: 0
253.32/240.20	c number of learned constraints concerned by reduction	: 0
253.32/240.20	c number of learning phase by resolution	: 0
253.32/240.20	c number of learning phase by cutting planes	: 0
253.32/240.20	c number of rounding to 1 operations	: 0
253.32/240.20	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
253.32/240.20	c number of reductions of the coefficients by power 2 	: 0
253.32/240.20	c number of right shift for reduction by power 2 	: 0
253.32/240.20	c number of reductions of the coefficients by GCD over coefficients 	: 0
253.32/240.20	c speed (assignments/second)	: 6007061.759158615
253.32/240.20	c non guided choices	0
253.32/240.21	c learnt constraints type 
253.32/240.21	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5
253.32/240.21	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 4180
253.32/240.21	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4258144-1501654044/watcher-4258144-1501654044 -o /tmp/evaluation-result-4258144-1501654044/solver-4258144-1501654044 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501638806-11704 --watchdog 300 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258144-1501654044.xml 

pid=29032
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.08 3.00 2.85 4/198 29035
/proc/meminfo: memFree=30096484/32770624 swapFree=0/265468
[pid=29035] ppid=29032 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/29035/stat : 29035 (runsolver) D 29032 29035 18930 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 65057916 24240128 108 18446744073709551615 4194304 4338465 140733818540176 140733818537816 140601513816791 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 16154624 140733818548358 140733818548805 140733818548805 140733818552266 0
/proc/29035/statm: 5918 108 54 36 0 2156 0

[startup+0.10016 s]
/proc/loadavg: 2.08 3.00 2.85 4/198 29035
/proc/meminfo: memFree=30096484/32770624 swapFree=0/265468
[pid=29035] ppid=29032 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/29035/stat : 29035 (runsolver) D 29032 29035 18930 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 65057916 24240128 108 18446744073709551615 4194304 4338465 140733818540176 140733818537816 140601513816791 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 16154624 140733818548358 140733818548805 140733818548805 140733818552266 0
/proc/29035/statm: 5918 108 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200324 s]
/proc/loadavg: 2.08 3.00 2.85 4/198 29035
/proc/meminfo: memFree=30096484/32770624 swapFree=0/265468
[pid=29035] ppid=29032 vsize=10484492 CPUtime=0.05 cores=1,3,5,7
/proc/29035/stat : 29035 (java) S 29032 29035 18930 0 -1 1077944320 4622 0 0 0 4 1 0 0 20 0 14 0 65057916 10736119808 5953 18446744073709551615 4194304 4196468 140731799222512 140731799205056 139994898685687 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
/proc/29035/statm: 2621123 5953 2547 1 0 2610628 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.300839 s]
/proc/loadavg: 2.08 3.00 2.85 4/198 29035
/proc/meminfo: memFree=30096484/32770624 swapFree=0/265468
[pid=29035] ppid=29032 vsize=10551156 CPUtime=0.2 cores=1,3,5,7
/proc/29035/stat : 29035 (java) S 29032 29035 18930 0 -1 1077944320 8084 0 0 0 17 3 0 0 20 0 15 0 65057916 10804383744 8626 18446744073709551615 4194304 4196468 140731799222512 140731799205056 139994898685687 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
/proc/29035/statm: 2637789 8626 2855 1 0 2627269 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 10551156

[startup+0.700271 s]
/proc/loadavg: 2.08 3.00 2.85 4/198 29035
/proc/meminfo: memFree=30096484/32770624 swapFree=0/265468
[pid=29035] ppid=29032 vsize=10551232 CPUtime=1.2 cores=1,3,5,7
/proc/29035/stat : 29035 (java) S 29032 29035 18930 0 -1 1077944320 12413 0 0 0 114 6 0 0 20 0 15 0 65057916 10804461568 27217 18446744073709551615 4194304 4196468 140731799222512 140731799205056 139994898685687 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
/proc/29035/statm: 2637808 27217 3046 1 0 2627269 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 10551232

[startup+1.50084 s]
/proc/loadavg: 2.08 2.98 2.84 3/213 29050
/proc/meminfo: memFree=29766444/32770624 swapFree=0/265472
[pid=29035] ppid=29032 vsize=10551232 CPUtime=3.48 cores=1,3,5,7
/proc/29035/stat : 29035 (java) S 29032 29035 18930 0 -1 1077944320 14344 0 0 0 298 50 0 0 20 0 15 0 65057916 10804461568 164090 18446744073709551615 4194304 4196468 140731799222512 140731799205056 139994898685687 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
/proc/29035/statm: 2637808 164090 3081 1 0 2627269 0
[pid=29035/tid=29037] ppid=29032 vsize=10551232 CPUtime=0.91 cores=1,3,5,7
/proc/29035/task/29037/stat : 29037 (java) S 29032 29035 18930 0 -1 1077944384 7907 0 0 0 84 7 0 0 20 0 15 0 65057926 10804461568 164090 18446744073709551615 4194304 4196468 140731799222512 139994902909696 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29038] ppid=29032 vsize=10551232 CPUtime=0.41 cores=1,3,5,7
/proc/29035/task/29038/stat : 29038 (java) R 29032 29035 18930 0 -1 4202560 356 0 0 0 31 10 0 0 20 0 15 0 65057927 10804461568 164090 18446744073709551615 4194304 4196468 140731799222512 139994510207760 139994883636853 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29039] ppid=29032 vsize=10551232 CPUtime=0.42 cores=1,3,5,7
/proc/29035/task/29039/stat : 29039 (java) R 29032 29035 18930 0 -1 4202560 512 0 0 0 31 11 0 0 20 0 15 0 65057927 10804461568 164090 18446744073709551615 4194304 4196468 140731799222512 139994509155216 139994880282369 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29040] ppid=29032 vsize=10551232 CPUtime=0.42 cores=1,3,5,7
/proc/29035/task/29040/stat : 29040 (java) R 29032 29035 18930 0 -1 4202560 259 0 0 0 32 10 0 0 20 0 15 0 65057927 10804461568 164090 18446744073709551615 4194304 4196468 140731799222512 139994508102672 139994883383512 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29041] ppid=29032 vsize=10551232 CPUtime=0.4 cores=1,3,5,7
/proc/29035/task/29041/stat : 29041 (java) R 29032 29035 18930 0 -1 4202560 262 0 0 0 31 9 0 0 20 0 15 0 65057927 10804461568 164090 18446744073709551615 4194304 4196468 140731799222512 139994507050328 139994883670983 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29042] ppid=29032 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29035/task/29042/stat : 29042 (java) S 29032 29035 18930 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 15 0 65057928 10804461568 164090 18446744073709551615 4194304 4196468 140731799222512 139994462773600 139994898695893 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29043] ppid=29032 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29035/task/29043/stat : 29043 (java) S 29032 29035 18930 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 65057929 10804461568 164090 18446744073709551615 4194304 4196468 140731799222512 139994461721504 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29044] ppid=29032 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29035/task/29044/stat : 29044 (java) S 29032 29035 18930 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 65057929 10804461568 164090 18446744073709551615 4194304 4196468 140731799222512 139994460668912 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29045] ppid=29032 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29035/task/29045/stat : 29045 (java) S 29032 29035 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65057931 10804461568 164090 18446744073709551615 4194304 4196468 140731799222512 139993935767760 139994898704283 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29046] ppid=29032 vsize=10551232 CPUtime=0.3 cores=1,3,5,7
/proc/29035/task/29046/stat : 29046 (java) S 29032 29035 18930 0 -1 1077944384 904 0 0 0 30 0 0 0 20 0 15 0 65057931 10804461568 164090 18446744073709551615 4194304 4196468 140731799222512 139993934715376 139994898696834 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29047] ppid=29032 vsize=10551232 CPUtime=0.31 cores=1,3,5,7
/proc/29035/task/29047/stat : 29047 (java) S 29032 29035 18930 0 -1 1077944384 1226 0 0 0 31 0 0 0 20 0 15 0 65057931 10804461568 164090 18446744073709551615 4194304 4196468 140731799222512 139993933662832 139994898696834 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29048] ppid=29032 vsize=10551232 CPUtime=0.25 cores=1,3,5,7
/proc/29035/task/29048/stat : 29048 (java) S 29032 29035 18930 0 -1 1077944384 1348 0 0 0 25 0 0 0 20 0 15 0 65057932 10804461568 164090 18446744073709551615 4194304 4196468 140731799222512 139993932610288 139994898696834 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29049] ppid=29032 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29035/task/29049/stat : 29049 (java) S 29032 29035 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65057932 10804461568 164090 18446744073709551615 4194304 4196468 140731799222512 139993931557984 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29050] ppid=29032 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29035/task/29050/stat : 29050 (java) S 29032 29035 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65057936 10804461568 164090 18446744073709551615 4194304 4196468 140731799222512 139993930504496 139994898696834 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 10551232

[startup+3.10064 s]
/proc/loadavg: 2.08 2.98 2.84 3/213 29050
/proc/meminfo: memFree=29441312/32770624 swapFree=0/265472
[pid=29035] ppid=29032 vsize=10551232 CPUtime=8.03 cores=1,3,5,7
/proc/29035/stat : 29035 (java) S 29032 29035 18930 0 -1 1077944320 17133 0 0 0 735 68 0 0 20 0 15 0 65057916 10804461568 221660 18446744073709551615 4194304 4196468 140731799222512 140731799205056 139994898685687 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
/proc/29035/statm: 2637808 221660 3096 1 0 2627269 0
[pid=29035/tid=29037] ppid=29032 vsize=10551232 CPUtime=1.08 cores=1,3,5,7
/proc/29035/task/29037/stat : 29037 (java) S 29032 29035 18930 0 -1 1077944384 7929 0 0 0 101 7 0 0 20 0 15 0 65057926 10804461568 221660 18446744073709551615 4194304 4196468 140731799222512 139994902914480 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29038] ppid=29032 vsize=10551232 CPUtime=1.4 cores=1,3,5,7
/proc/29035/task/29038/stat : 29038 (java) R 29032 29035 18930 0 -1 4202560 574 0 0 0 125 15 0 0 20 0 15 0 65057927 10804461568 221660 18446744073709551615 4194304 4196468 140731799222512 139994510207656 139994891313895 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29039] ppid=29032 vsize=10551232 CPUtime=1.41 cores=1,3,5,7
/proc/29035/task/29039/stat : 29039 (java) R 29032 29035 18930 0 -1 4202560 984 0 0 0 126 15 0 0 20 0 15 0 65057927 10804461568 221660 18446744073709551615 4194304 4196468 140731799222512 139994509155416 139994880282209 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29040] ppid=29032 vsize=10551232 CPUtime=1.39 cores=1,3,5,7
/proc/29035/task/29040/stat : 29040 (java) R 29032 29035 18930 0 -1 4202560 861 0 0 0 125 14 0 0 20 0 15 0 65057927 10804461568 221660 18446744073709551615 4194304 4196468 140731799222512 139994508102256 139994891313895 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29041] ppid=29032 vsize=10551232 CPUtime=1.38 cores=1,3,5,7
/proc/29035/task/29041/stat : 29041 (java) R 29032 29035 18930 0 -1 4202560 1374 0 0 0 125 13 0 0 20 0 15 0 65057927 10804461568 221660 18446744073709551615 4194304 4196468 140731799222512 139994507049712 139994891313895 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29042] ppid=29032 vsize=10551232 CPUtime=0.43 cores=1,3,5,7
/proc/29035/task/29042/stat : 29042 (java) S 29032 29035 18930 0 -1 1077944384 575 0 0 0 43 0 0 0 20 0 15 0 65057928 10804461568 221660 18446744073709551615 4194304 4196468 140731799222512 139994462773600 139994898695893 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29043] ppid=29032 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29035/task/29043/stat : 29043 (java) S 29032 29035 18930 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 65057929 10804461568 221660 18446744073709551615 4194304 4196468 140731799222512 139994461721504 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29044] ppid=29032 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29035/task/29044/stat : 29044 (java) S 29032 29035 18930 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 65057929 10804461568 221660 18446744073709551615 4194304 4196468 140731799222512 139994460668912 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29045] ppid=29032 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29035/task/29045/stat : 29045 (java) S 29032 29035 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65057931 10804461568 221660 18446744073709551615 4194304 4196468 140731799222512 139993935767760 139994898704283 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29046] ppid=29032 vsize=10551232 CPUtime=0.3 cores=1,3,5,7
/proc/29035/task/29046/stat : 29046 (java) S 29032 29035 18930 0 -1 1077944384 904 0 0 0 30 0 0 0 20 0 15 0 65057931 10804461568 221660 18446744073709551615 4194304 4196468 140731799222512 139993934715376 139994898696834 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29047] ppid=29032 vsize=10551232 CPUtime=0.31 cores=1,3,5,7
/proc/29035/task/29047/stat : 29047 (java) S 29032 29035 18930 0 -1 1077944384 1226 0 0 0 31 0 0 0 20 0 15 0 65057931 10804461568 221660 18446744073709551615 4194304 4196468 140731799222512 139993933662832 139994898696834 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29048] ppid=29032 vsize=10551232 CPUtime=0.25 cores=1,3,5,7
/proc/29035/task/29048/stat : 29048 (java) S 29032 29035 18930 0 -1 1077944384 1348 0 0 0 25 0 0 0 20 0 15 0 65057932 10804461568 221660 18446744073709551615 4194304 4196468 140731799222512 139993932610288 139994898696834 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29049] ppid=29032 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29035/task/29049/stat : 29049 (java) S 29032 29035 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65057932 10804461568 221660 18446744073709551615 4194304 4196468 140731799222512 139993931557984 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29050] ppid=29032 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29035/task/29050/stat : 29050 (java) S 29032 29035 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65057936 10804461568 221660 18446744073709551615 4194304 4196468 140731799222512 139993930504496 139994898696834 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
Current children cumulated CPU time (s) 8.03
Current children cumulated vsize (KiB) 10551232

[startup+6.3007 s]
/proc/loadavg: 2.08 2.98 2.84 5/213 29050
/proc/meminfo: memFree=28879444/32770624 swapFree=0/265480
[pid=29035] ppid=29032 vsize=10551232 CPUtime=17.34 cores=1,3,5,7
/proc/29035/stat : 29035 (java) S 29032 29035 18930 0 -1 1077944320 27582 0 0 0 1633 101 0 0 20 0 15 0 65057916 10804461568 306515 18446744073709551615 4194304 4196468 140731799222512 140731799205056 139994898685687 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
/proc/29035/statm: 2637808 306515 3096 1 0 2627269 0
[pid=29035/tid=29037] ppid=29032 vsize=10551232 CPUtime=1.38 cores=1,3,5,7
/proc/29035/task/29037/stat : 29037 (java) S 29032 29035 18930 0 -1 1077944384 8644 0 0 0 129 9 0 0 20 0 15 0 65057926 10804461568 306515 18446744073709551615 4194304 4196468 140731799222512 139994902918608 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29038] ppid=29032 vsize=10551232 CPUtime=3.45 cores=1,3,5,7
/proc/29035/task/29038/stat : 29038 (java) S 29032 29035 18930 0 -1 1077944384 1440 0 0 0 322 23 0 0 20 0 15 0 65057927 10804461568 306515 18446744073709551615 4194304 4196468 140731799222512 139994510207760 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29039] ppid=29032 vsize=10551232 CPUtime=3.46 cores=1,3,5,7
/proc/29035/task/29039/stat : 29039 (java) S 29032 29035 18930 0 -1 1077944384 1678 0 0 0 324 22 0 0 20 0 15 0 65057927 10804461568 306515 18446744073709551615 4194304 4196468 140731799222512 139994509155216 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29040] ppid=29032 vsize=10551232 CPUtime=3.44 cores=1,3,5,7
/proc/29035/task/29040/stat : 29040 (java) S 29032 29035 18930 0 -1 1077944384 2636 0 0 0 322 22 0 0 20 0 15 0 65057927 10804461568 306515 18446744073709551615 4194304 4196468 140731799222512 139994508102672 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29041] ppid=29032 vsize=10551232 CPUtime=3.42 cores=1,3,5,7
/proc/29035/task/29041/stat : 29041 (java) S 29032 29035 18930 0 -1 1077944384 4066 0 0 0 321 21 0 0 20 0 15 0 65057927 10804461568 306515 18446744073709551615 4194304 4196468 140731799222512 139994507050128 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29042] ppid=29032 vsize=10551232 CPUtime=1.25 cores=1,3,5,7
/proc/29035/task/29042/stat : 29042 (java) R 29032 29035 18930 0 -1 4202560 4002 0 0 0 125 0 0 0 20 0 15 0 65057928 10804461568 306515 18446744073709551615 4194304 4196468 140731799222512 139994462773824 139994883143309 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29043] ppid=29032 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29035/task/29043/stat : 29043 (java) S 29032 29035 18930 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 65057929 10804461568 306515 18446744073709551615 4194304 4196468 140731799222512 139994461721504 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29044] ppid=29032 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29035/task/29044/stat : 29044 (java) S 29032 29035 18930 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 65057929 10804461568 306515 18446744073709551615 4194304 4196468 140731799222512 139994460668912 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29045] ppid=29032 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29035/task/29045/stat : 29045 (java) S 29032 29035 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65057931 10804461568 306515 18446744073709551615 4194304 4196468 140731799222512 139993935767760 139994898704283 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29046] ppid=29032 vsize=10551232 CPUtime=0.3 cores=1,3,5,7
/proc/29035/task/29046/stat : 29046 (java) S 29032 29035 18930 0 -1 1077944384 906 0 0 0 30 0 0 0 20 0 15 0 65057931 10804461568 306515 18446744073709551615 4194304 4196468 140731799222512 139993934715376 139994898696834 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29047] ppid=29032 vsize=10551232 CPUtime=0.31 cores=1,3,5,7
/proc/29035/task/29047/stat : 29047 (java) S 29032 29035 18930 0 -1 1077944384 1228 0 0 0 31 0 0 0 20 0 15 0 65057931 10804461568 306515 18446744073709551615 4194304 4196468 140731799222512 139993933662832 139994898696834 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29048] ppid=29032 vsize=10551232 CPUtime=0.25 cores=1,3,5,7
/proc/29035/task/29048/stat : 29048 (java) S 29032 29035 18930 0 -1 1077944384 1415 0 0 0 25 0 0 0 20 0 15 0 65057932 10804461568 306515 18446744073709551615 4194304 4196468 140731799222512 139993932610288 139994898696834 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29049] ppid=29032 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29035/task/29049/stat : 29049 (java) S 29032 29035 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65057932 10804461568 306515 18446744073709551615 4194304 4196468 140731799222512 139993931557984 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29050] ppid=29032 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29035/task/29050/stat : 29050 (java) S 29032 29035 18930 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 65057936 10804461568 306515 18446744073709551615 4194304 4196468 140731799222512 139993930504496 139994898696834 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
Current children cumulated CPU time (s) 17.34
Current children cumulated vsize (KiB) 10551232

[startup+12.7008 s]
/proc/loadavg: 1.99 2.93 2.83 3/214 29052
/proc/meminfo: memFree=28376748/32770624 swapFree=0/265488
[pid=29035] ppid=29032 vsize=10617796 CPUtime=25.53 cores=1,3,5,7
/proc/29035/stat : 29035 (java) S 29032 29035 18930 0 -1 1077944320 35782 0 0 0 2421 132 0 0 20 0 16 0 65057916 10872623104 431902 18446744073709551615 4194304 4196468 140731799222512 140731799205056 139994898685687 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
/proc/29035/statm: 2654449 431902 3100 1 0 2643910 0
[pid=29035/tid=29037] ppid=29032 vsize=10617796 CPUtime=7.21 cores=1,3,5,7
/proc/29035/task/29037/stat : 29037 (java) R 29032 29035 18930 0 -1 4202560 9193 0 0 0 710 11 0 0 20 0 16 0 65057926 10872623104 431902 18446744073709551615 4194304 4196468 140731799222512 139994902921760 139994544570536 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29038] ppid=29032 vsize=10617796 CPUtime=3.81 cores=1,3,5,7
/proc/29035/task/29038/stat : 29038 (java) S 29032 29035 18930 0 -1 1077944384 2653 0 0 0 352 29 0 0 20 0 16 0 65057927 10872623104 431902 18446744073709551615 4194304 4196468 140731799222512 139994510207760 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29039] ppid=29032 vsize=10617796 CPUtime=3.81 cores=1,3,5,7
/proc/29035/task/29039/stat : 29039 (java) S 29032 29035 18930 0 -1 1077944384 4347 0 0 0 353 28 0 0 20 0 16 0 65057927 10872623104 431902 18446744073709551615 4194304 4196468 140731799222512 139994509155216 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29040] ppid=29032 vsize=10617796 CPUtime=3.81 cores=1,3,5,7
/proc/29035/task/29040/stat : 29040 (java) S 29032 29035 18930 0 -1 1077944384 2843 0 0 0 352 29 0 0 20 0 16 0 65057927 10872623104 431902 18446744073709551615 4194304 4196468 140731799222512 139994508102672 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29041] ppid=29032 vsize=10617796 CPUtime=3.8 cores=1,3,5,7
/proc/29035/task/29041/stat : 29041 (java) S 29032 29035 18930 0 -1 1077944384 4252 0 0 0 352 28 0 0 20 0 16 0 65057927 10872623104 431902 18446744073709551615 4194304 4196468 140731799222512 139994507050128 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29042] ppid=29032 vsize=10617796 CPUtime=1.42 cores=1,3,5,7
/proc/29035/task/29042/stat : 29042 (java) S 29032 29035 18930 0 -1 1077944384 5162 0 0 0 142 0 0 0 20 0 16 0 65057928 10872623104 431902 18446744073709551615 4194304 4196468 140731799222512 139994462775280 139994898696834 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29043] ppid=29032 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29035/task/29043/stat : 29043 (java) S 29032 29035 18930 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 65057929 10872623104 431902 18446744073709551615 4194304 4196468 140731799222512 139994461721568 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29044] ppid=29032 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29035/task/29044/stat : 29044 (java) S 29032 29035 18930 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 65057929 10872623104 431902 18446744073709551615 4194304 4196468 140731799222512 139994460668928 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29045] ppid=29032 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29035/task/29045/stat : 29045 (java) S 29032 29035 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65057931 10872623104 431902 18446744073709551615 4194304 4196468 140731799222512 139993935767760 139994898704283 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0

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

[startup+162.301 s]
/proc/loadavg: 1.93 2.53 2.69 3/215 29137
/proc/meminfo: memFree=28046524/32770624 swapFree=0/265640
[pid=29035] ppid=29032 vsize=10617796 CPUtime=175.45 cores=1,3,5,7
/proc/29035/stat : 29035 (java) S 29032 29035 18930 0 -1 1077944320 48005 0 0 0 17403 142 0 0 20 0 16 0 65057916 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 140731799205056 139994898685687 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
/proc/29035/statm: 2654449 432009 3102 1 0 2643910 0
[pid=29035/tid=29037] ppid=29032 vsize=10617796 CPUtime=156.81 cores=1,3,5,7
/proc/29035/task/29037/stat : 29037 (java) R 29032 29035 18930 0 -1 4202560 15195 0 0 0 15668 13 0 0 20 0 16 0 65057926 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139994902922376 139994541028423 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29038] ppid=29032 vsize=10617796 CPUtime=3.81 cores=1,3,5,7
/proc/29035/task/29038/stat : 29038 (java) S 29032 29035 18930 0 -1 1077944384 2653 0 0 0 352 29 0 0 20 0 16 0 65057927 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139994510207760 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29039] ppid=29032 vsize=10617796 CPUtime=3.81 cores=1,3,5,7
/proc/29035/task/29039/stat : 29039 (java) S 29032 29035 18930 0 -1 1077944384 4347 0 0 0 353 28 0 0 20 0 16 0 65057927 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139994509155216 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29040] ppid=29032 vsize=10617796 CPUtime=3.81 cores=1,3,5,7
/proc/29035/task/29040/stat : 29040 (java) S 29032 29035 18930 0 -1 1077944384 2843 0 0 0 352 29 0 0 20 0 16 0 65057927 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139994508102672 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29041] ppid=29032 vsize=10617796 CPUtime=3.8 cores=1,3,5,7
/proc/29035/task/29041/stat : 29041 (java) S 29032 29035 18930 0 -1 1077944384 4252 0 0 0 352 28 0 0 20 0 16 0 65057927 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139994507050128 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29042] ppid=29032 vsize=10617796 CPUtime=1.46 cores=1,3,5,7
/proc/29035/task/29042/stat : 29042 (java) S 29032 29035 18930 0 -1 1077944384 5353 0 0 0 143 3 0 0 20 0 16 0 65057928 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139994462775280 139994898696834 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29043] ppid=29032 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29035/task/29043/stat : 29043 (java) S 29032 29035 18930 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 65057929 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139994461721568 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29044] ppid=29032 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29035/task/29044/stat : 29044 (java) S 29032 29035 18930 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 65057929 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139994460668928 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29045] ppid=29032 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29035/task/29045/stat : 29045 (java) S 29032 29035 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65057931 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139993935767760 139994898704283 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29046] ppid=29032 vsize=10617796 CPUtime=0.72 cores=1,3,5,7
/proc/29035/task/29046/stat : 29046 (java) S 29032 29035 18930 0 -1 1077944384 4427 0 0 0 72 0 0 0 20 0 16 0 65057931 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139993934715376 139994898696834 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29047] ppid=29032 vsize=10617796 CPUtime=0.68 cores=1,3,5,7
/proc/29035/task/29047/stat : 29047 (java) S 29032 29035 18930 0 -1 1077944384 3868 0 0 0 68 0 0 0 20 0 16 0 65057931 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139993933662832 139994898696834 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29048] ppid=29032 vsize=10617796 CPUtime=0.34 cores=1,3,5,7
/proc/29035/task/29048/stat : 29048 (java) S 29032 29035 18930 0 -1 1077944384 2925 0 0 0 33 1 0 0 20 0 16 0 65057932 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139993932610288 139994898696834 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29049] ppid=29032 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29035/task/29049/stat : 29049 (java) S 29032 29035 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65057932 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139993931557984 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29050] ppid=29032 vsize=10617796 CPUtime=0.1 cores=1,3,5,7
/proc/29035/task/29050/stat : 29050 (java) S 29032 29035 18930 0 -1 1077944384 739 0 0 0 4 6 0 0 20 0 16 0 65057936 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139993930504496 139994898696834 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29052] ppid=29032 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29035/task/29052/stat : 29052 (java) S 29032 29035 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65058660 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139993929450288 139994898696834 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
Current children cumulated CPU time (s) 175.45
Current children cumulated vsize (KiB) 10617796

[startup+222.307 s]
/proc/loadavg: 2.03 2.43 2.65 3/215 29139
/proc/meminfo: memFree=27900604/32770624 swapFree=0/265676
[pid=29035] ppid=29032 vsize=10617796 CPUtime=235.5 cores=1,3,5,7
/proc/29035/stat : 29035 (java) S 29032 29035 18930 0 -1 1077944320 49316 0 0 0 23406 144 0 0 20 0 16 0 65057916 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 140731799205056 139994898685687 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
/proc/29035/statm: 2654449 432009 3102 1 0 2643910 0
[pid=29035/tid=29037] ppid=29032 vsize=10617796 CPUtime=216.81 cores=1,3,5,7
/proc/29035/task/29037/stat : 29037 (java) R 29032 29035 18930 0 -1 4202560 16449 0 0 0 21668 13 0 0 20 0 16 0 65057926 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139994902922376 139994544770987 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29038] ppid=29032 vsize=10617796 CPUtime=3.81 cores=1,3,5,7
/proc/29035/task/29038/stat : 29038 (java) S 29032 29035 18930 0 -1 1077944384 2653 0 0 0 352 29 0 0 20 0 16 0 65057927 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139994510207760 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29039] ppid=29032 vsize=10617796 CPUtime=3.81 cores=1,3,5,7
/proc/29035/task/29039/stat : 29039 (java) S 29032 29035 18930 0 -1 1077944384 4347 0 0 0 353 28 0 0 20 0 16 0 65057927 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139994509155216 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29040] ppid=29032 vsize=10617796 CPUtime=3.81 cores=1,3,5,7
/proc/29035/task/29040/stat : 29040 (java) S 29032 29035 18930 0 -1 1077944384 2843 0 0 0 352 29 0 0 20 0 16 0 65057927 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139994508102672 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29041] ppid=29032 vsize=10617796 CPUtime=3.8 cores=1,3,5,7
/proc/29035/task/29041/stat : 29041 (java) S 29032 29035 18930 0 -1 1077944384 4252 0 0 0 352 28 0 0 20 0 16 0 65057927 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139994507050128 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29042] ppid=29032 vsize=10617796 CPUtime=1.46 cores=1,3,5,7
/proc/29035/task/29042/stat : 29042 (java) S 29032 29035 18930 0 -1 1077944384 5362 0 0 0 143 3 0 0 20 0 16 0 65057928 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139994462775280 139994898696834 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29043] ppid=29032 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29035/task/29043/stat : 29043 (java) S 29032 29035 18930 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 65057929 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139994461721568 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29044] ppid=29032 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29035/task/29044/stat : 29044 (java) S 29032 29035 18930 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 65057929 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139994460668928 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29045] ppid=29032 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29035/task/29045/stat : 29045 (java) S 29032 29035 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65057931 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139993935767760 139994898704283 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29046] ppid=29032 vsize=10617796 CPUtime=0.72 cores=1,3,5,7
/proc/29035/task/29046/stat : 29046 (java) S 29032 29035 18930 0 -1 1077944384 4430 0 0 0 72 0 0 0 20 0 16 0 65057931 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139993934715376 139994898696834 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29047] ppid=29032 vsize=10617796 CPUtime=0.68 cores=1,3,5,7
/proc/29035/task/29047/stat : 29047 (java) S 29032 29035 18930 0 -1 1077944384 3871 0 0 0 68 0 0 0 20 0 16 0 65057931 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139993933662832 139994898696834 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29048] ppid=29032 vsize=10617796 CPUtime=0.34 cores=1,3,5,7
/proc/29035/task/29048/stat : 29048 (java) S 29032 29035 18930 0 -1 1077944384 2932 0 0 0 33 1 0 0 20 0 16 0 65057932 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139993932610288 139994898696834 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29049] ppid=29032 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29035/task/29049/stat : 29049 (java) S 29032 29035 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65057932 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139993931557984 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29050] ppid=29032 vsize=10617796 CPUtime=0.14 cores=1,3,5,7
/proc/29035/task/29050/stat : 29050 (java) S 29032 29035 18930 0 -1 1077944384 774 0 0 0 6 8 0 0 20 0 16 0 65057936 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139993930504496 139994898696834 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29052] ppid=29032 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29035/task/29052/stat : 29052 (java) S 29032 29035 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65058660 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139993929450288 139994898696834 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
Current children cumulated CPU time (s) 235.5
Current children cumulated vsize (KiB) 10617796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.11 2.43 2.64 3/216 29140
/proc/meminfo: memFree=27455432/32770624 swapFree=0/265684
[pid=29035] ppid=29032 vsize=10617796 CPUtime=253.2 cores=1,3,5,7
/proc/29035/stat : 29035 (java) S 29032 29035 18930 0 -1 1077944320 49476 0 0 0 25176 144 0 0 20 0 16 0 65057916 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 140731799205056 139994898685687 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
/proc/29035/statm: 2654449 432009 3102 1 0 2643910 0
[pid=29035/tid=29037] ppid=29032 vsize=10617796 CPUtime=234.5 cores=1,3,5,7
/proc/29035/task/29037/stat : 29037 (java) R 29032 29035 18930 0 -1 4202560 16609 0 0 0 23437 13 0 0 20 0 16 0 65057926 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139994902922376 139994544738729 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29038] ppid=29032 vsize=10617796 CPUtime=3.81 cores=1,3,5,7
/proc/29035/task/29038/stat : 29038 (java) S 29032 29035 18930 0 -1 1077944384 2653 0 0 0 352 29 0 0 20 0 16 0 65057927 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139994510207760 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29039] ppid=29032 vsize=10617796 CPUtime=3.81 cores=1,3,5,7
/proc/29035/task/29039/stat : 29039 (java) S 29032 29035 18930 0 -1 1077944384 4347 0 0 0 353 28 0 0 20 0 16 0 65057927 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139994509155216 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29040] ppid=29032 vsize=10617796 CPUtime=3.81 cores=1,3,5,7
/proc/29035/task/29040/stat : 29040 (java) S 29032 29035 18930 0 -1 1077944384 2843 0 0 0 352 29 0 0 20 0 16 0 65057927 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139994508102672 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29041] ppid=29032 vsize=10617796 CPUtime=3.8 cores=1,3,5,7
/proc/29035/task/29041/stat : 29041 (java) S 29032 29035 18930 0 -1 1077944384 4252 0 0 0 352 28 0 0 20 0 16 0 65057927 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139994507050128 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29042] ppid=29032 vsize=10617796 CPUtime=1.46 cores=1,3,5,7
/proc/29035/task/29042/stat : 29042 (java) S 29032 29035 18930 0 -1 1077944384 5362 0 0 0 143 3 0 0 20 0 16 0 65057928 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139994462775280 139994898696834 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29043] ppid=29032 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29035/task/29043/stat : 29043 (java) S 29032 29035 18930 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 65057929 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139994461721568 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29044] ppid=29032 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29035/task/29044/stat : 29044 (java) S 29032 29035 18930 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 65057929 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139994460668928 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29045] ppid=29032 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29035/task/29045/stat : 29045 (java) S 29032 29035 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65057931 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139993935767760 139994898704283 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29046] ppid=29032 vsize=10617796 CPUtime=0.72 cores=1,3,5,7
/proc/29035/task/29046/stat : 29046 (java) S 29032 29035 18930 0 -1 1077944384 4430 0 0 0 72 0 0 0 20 0 16 0 65057931 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139993934715376 139994898696834 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29047] ppid=29032 vsize=10617796 CPUtime=0.68 cores=1,3,5,7
/proc/29035/task/29047/stat : 29047 (java) S 29032 29035 18930 0 -1 1077944384 3871 0 0 0 68 0 0 0 20 0 16 0 65057931 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139993933662832 139994898696834 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29048] ppid=29032 vsize=10617796 CPUtime=0.34 cores=1,3,5,7
/proc/29035/task/29048/stat : 29048 (java) S 29032 29035 18930 0 -1 1077944384 2932 0 0 0 33 1 0 0 20 0 16 0 65057932 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139993932610288 139994898696834 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29049] ppid=29032 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29035/task/29049/stat : 29049 (java) S 29032 29035 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65057932 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139993931557984 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29050] ppid=29032 vsize=10617796 CPUtime=0.14 cores=1,3,5,7
/proc/29035/task/29050/stat : 29050 (java) S 29032 29035 18930 0 -1 1077944384 774 0 0 0 6 8 0 0 20 0 16 0 65057936 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139993930504496 139994898696834 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29052] ppid=29032 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/29035/task/29052/stat : 29052 (java) S 29032 29035 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65058660 10872623104 432009 18446744073709551615 4194304 4196468 140731799222512 139993929450288 139994898696834 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
Current children cumulated CPU time (s) 253.2
Current children cumulated vsize (KiB) 10617796

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 29035 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.201 s]
/proc/loadavg: 2.11 2.43 2.64 3/216 29140
/proc/meminfo: memFree=27455432/32770624 swapFree=0/265684
[pid=29035] ppid=29032 vsize=10817488 CPUtime=253.32 cores=1,3,5,7
/proc/29035/stat : 29035 (java) S 29032 29035 18930 0 -1 1077944320 50918 0 0 0 25188 144 0 0 20 0 17 0 65057916 11077107712 432070 18446744073709551615 4194304 4196468 140731799222512 140731799205056 139994898685687 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
/proc/29035/statm: 2704372 432070 3104 1 0 2693833 0
[pid=29035/tid=29037] ppid=29032 vsize=10817488 CPUtime=234.62 cores=1,3,5,7
/proc/29035/task/29037/stat : 29037 (java) S 29032 29035 18930 0 -1 1077944384 16702 0 0 0 23448 14 0 0 20 0 17 0 65057926 11077107712 432070 18446744073709551615 4194304 4196468 140731799222512 139994902928560 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29038] ppid=29032 vsize=10817488 CPUtime=3.81 cores=1,3,5,7
/proc/29035/task/29038/stat : 29038 (java) S 29032 29035 18930 0 -1 1077944384 2653 0 0 0 352 29 0 0 20 0 17 0 65057927 11077107712 432070 18446744073709551615 4194304 4196468 140731799222512 139994510207760 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29039] ppid=29032 vsize=10817488 CPUtime=3.81 cores=1,3,5,7
/proc/29035/task/29039/stat : 29039 (java) S 29032 29035 18930 0 -1 1077944384 4347 0 0 0 353 28 0 0 20 0 17 0 65057927 11077107712 432070 18446744073709551615 4194304 4196468 140731799222512 139994509155216 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29040] ppid=29032 vsize=10817488 CPUtime=3.81 cores=1,3,5,7
/proc/29035/task/29040/stat : 29040 (java) S 29032 29035 18930 0 -1 1077944384 2843 0 0 0 352 29 0 0 20 0 17 0 65057927 11077107712 432070 18446744073709551615 4194304 4196468 140731799222512 139994508102672 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29041] ppid=29032 vsize=10817488 CPUtime=3.8 cores=1,3,5,7
/proc/29035/task/29041/stat : 29041 (java) S 29032 29035 18930 0 -1 1077944384 4252 0 0 0 352 28 0 0 20 0 17 0 65057927 11077107712 432070 18446744073709551615 4194304 4196468 140731799222512 139994507050128 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29042] ppid=29032 vsize=10817488 CPUtime=1.46 cores=1,3,5,7
/proc/29035/task/29042/stat : 29042 (java) S 29032 29035 18930 0 -1 1077944384 5392 0 0 0 143 3 0 0 20 0 17 0 65057928 11077107712 432070 18446744073709551615 4194304 4196468 140731799222512 139994462775280 139994898696834 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29043] ppid=29032 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/29035/task/29043/stat : 29043 (java) S 29032 29035 18930 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 65057929 11077107712 432070 18446744073709551615 4194304 4196468 140731799222512 139994461721568 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29044] ppid=29032 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/29035/task/29044/stat : 29044 (java) S 29032 29035 18930 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 65057929 11077107712 432070 18446744073709551615 4194304 4196468 140731799222512 139994460668928 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29045] ppid=29032 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/29035/task/29045/stat : 29045 (java) S 29032 29035 18930 0 -1 1077944384 206 0 0 0 0 0 0 0 20 0 17 0 65057931 11077107712 432070 18446744073709551615 4194304 4196468 140731799222512 139993935767760 139994898704283 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29046] ppid=29032 vsize=10817488 CPUtime=0.72 cores=1,3,5,7
/proc/29035/task/29046/stat : 29046 (java) S 29032 29035 18930 0 -1 1077944384 4430 0 0 0 72 0 0 0 20 0 17 0 65057931 11077107712 432070 18446744073709551615 4194304 4196468 140731799222512 139993934715376 139994898696834 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29047] ppid=29032 vsize=10817488 CPUtime=0.7 cores=1,3,5,7
/proc/29035/task/29047/stat : 29047 (java) S 29032 29035 18930 0 -1 1077944384 4395 0 0 0 70 0 0 0 20 0 17 0 65057931 11077107712 432070 18446744073709551615 4194304 4196468 140731799222512 139993933662832 139994898696834 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29048] ppid=29032 vsize=10817488 CPUtime=0.34 cores=1,3,5,7
/proc/29035/task/29048/stat : 29048 (java) S 29032 29035 18930 0 -1 1077944384 3142 0 0 0 33 1 0 0 20 0 17 0 65057932 11077107712 432070 18446744073709551615 4194304 4196468 140731799222512 139993932610288 139994898696834 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29049] ppid=29032 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/29035/task/29049/stat : 29049 (java) S 29032 29035 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65057932 11077107712 432070 18446744073709551615 4194304 4196468 140731799222512 139993931557984 139994898695893 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
[pid=29035/tid=29050] ppid=29032 vsize=10817488 CPUtime=0.14 cores=1,3,5,7
/proc/29035/task/29050/stat : 29050 (java) S 29032 29035 18930 0 -1 1077944384 774 0 0 0 6 8 0 0 20 0 17 0 65057936 11077107712 432070 18446744073709551615 4194304 4196468 140731799222512 139993930504496 139994898696834 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7634944 140731799228849 140731799229002 140731799229002 140731799232463 0
Current children cumulated CPU time (s) 253.32
Current children cumulated vsize (KiB) 10817488

Child status: 143
Real time (s): 240.222
CPU time (s): 253.354
CPU user time (s): 251.895
CPU system time (s): 1.45866
CPU usage (%): 105.467
Max. virtual memory (cumulated for all children) (KiB): 10817488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.895
system time used= 1.45866
maximum resident set size= 1728816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51181
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8070
involuntary context switches= 359

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.790984 second user time and 1.87443 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-02 07:53:06
IDJOB=4258144
IDBENCH=135233
IDSOLVER=2643
FILE ID=node132/4258144-1501654044
RUNJOBID= node132-1501638806-11704
PBS_JOBID= 
Free space on /tmp= 61876 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-factor/Pb-factor-S9-P167-Q347.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258144-1501654044/watcher-4258144-1501654044 -o /tmp/evaluation-result-4258144-1501654044/solver-4258144-1501654044 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501638806-11704 --watchdog 300  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258144-1501654044.xml

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

MD5SUM BENCH= 055772027f3bf668b620351859b542d4
RANDOM SEED=311413414

node132.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30096828 kB
MemAvailable:   30301108 kB
Buffers:          150612 kB
Cached:           349504 kB
SwapCached:            0 kB
Active:          1969004 kB
Inactive:         289912 kB
Active(anon):    1759756 kB
Inactive(anon):    24444 kB
Active(file):     209248 kB
Inactive(file):   265468 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1644 kB
Writeback:             4 kB
AnonPages:       1758592 kB
Mapped:            50748 kB
Shmem:             25276 kB
Slab:             116504 kB
SReclaimable:      90800 kB
SUnreclaim:        25704 kB
KernelStack:        3504 kB
PageTables:         8420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3552632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1642496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61876 MiB
End job on node132 at 2017-08-02 07:57:07