Trace number 4244136

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
R1: sat4j-CSP 2017-07-05? (TO) 2400.22 2327.36

General information on the benchmark

NameBinPacking/
BinPacking-mdd-ft/BinPacking-mdd-ft120-11.xml
MD5SUM7c2bd2aca8e68eed10397cff07eceed9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables145
Number of constraints51
Number of domains2
Minimum domain size49
Maximum domain size87
Distribution of domain sizes[{"size":49,"count":1},{"size":87,"count":144}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":96},{"degree":4,"count":48}]
Minimum constraint arity3
Maximum constraint arity144
Distribution of constraint arities[{"arity":3,"count":48},{"arity":49,"count":1},{"arity":144,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":48},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

73.65/15.86	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
73.65/15.86	c This is free software under the dual EPL/GNU LGPL licenses.
73.65/15.86	c See www.sat4j.org for details.
73.65/15.86	c That software uses the Rhino library from the Mozilla project.
73.65/15.86	c version CUSTOM.v20170705
73.65/15.86	c java.runtime.name	Java(TM) SE Runtime Environment
73.65/15.86	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
73.65/15.86	c java.vm.version	25.131-b11
73.65/15.86	c java.vm.vendor	Oracle Corporation
73.65/15.86	c sun.arch.data.model	64
73.65/15.86	c java.version		1.8.0_131
73.65/15.86	c os.name		Linux
73.65/15.86	c os.version		3.10.0-514.16.1.el7.x86_64
73.65/15.86	c os.arch		amd64
73.65/15.86	c Free memory 		499604488
73.65/15.86	c Max memory 		7247757312
73.65/15.86	c Total memory 		504889344
73.65/15.86	c Number of processors 	8
73.65/15.86	c c --- Begin Solver configuration ---
73.65/15.86	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
73.65/15.86	c Learn all clauses as in MiniSAT
73.65/15.86	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
73.65/15.86	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
73.65/15.86	c No reason simplification
73.65/15.86	c Glucose 2.1 dynamic restart strategy
73.65/15.86	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
73.65/15.86	c timeout=2147483s
73.65/15.86	c DB Simplification allowed=false
73.65/15.86	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
73.65/15.86	c --- End Solver configuration ---
73.65/15.86	c constraints type 
73.65/15.86	c org.sat4j.minisat.constraints.card.MinWatchCard => 290
73.65/15.86	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 12686199
73.65/15.86	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5560287
73.65/15.86	c org.sat4j.specs.Constr$1 => 47520
73.65/15.86	c org.sat4j.minisat.constraints.cnf.UnitClause => 318
73.65/15.86	c 18294614 constraints processed.
2400.15/2327.30	c starts		: 853
2400.15/2327.30	c conflicts		: 355284
2400.15/2327.30	c decisions		: 9436603
2400.15/2327.30	c propagations		: 7001122634
2400.15/2327.30	c inspects		: 39304470630
2400.15/2327.30	c shortcuts		: 0
2400.15/2327.30	c learnt literals	: 213
2400.15/2327.30	c learnt binary clauses	: 2663
2400.15/2327.30	c learnt ternary clauses	: 5955
2400.15/2327.30	c learnt constraints	: 355071
2400.15/2327.30	c ignored constraints	: 0
2400.15/2327.30	c root simplifications	: 0
2400.15/2327.30	c removed literals (reason simplification)	: 0
2400.15/2327.30	c reason swapping (by a shorter reason)	: 0
2400.15/2327.30	c Calls to reduceDB	: 22
2400.15/2327.30	c Number of update (reduction) of LBD	: 229505
2400.15/2327.30	c Imported unit clauses	: 0
2400.15/2327.30	c number of reductions to clauses (during analyze)	: 0
2400.15/2327.30	c number of learned constraints concerned by reduction	: 0
2400.15/2327.30	c number of learning phase by resolution	: 0
2400.15/2327.30	c number of learning phase by cutting planes	: 0
2400.15/2327.30	c number of rounding to 1 operations	: 0
2400.15/2327.30	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.15/2327.30	c number of reductions of the coefficients by power 2 	: 0
2400.15/2327.30	c number of right shift for reduction by power 2 	: 0
2400.15/2327.30	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.15/2327.31	c speed (assignments/second)	: 3029796.13780246
2400.15/2327.31	c non guided choices	675412
2400.15/2327.33	c learnt constraints type 
2400.15/2327.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2663
2400.15/2327.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 37022
2400.15/2327.33	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-4244136-1500680884/watcher-4244136-1500680884 -o /tmp/evaluation-result-4244136-1500680884/solver-4244136-1500680884 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1500673699-14400 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244136-1500680884.xml 

pid=16349
running on 8 cores: 1,3,5,7,9,11,13,15

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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: 1.00 1.02 1.05 2/235 16352
/proc/meminfo: memFree=31988796/32770624 swapFree=5912/232784
[pid=16352] ppid=16349 vsize=8352828 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/stat : 16352 (java) S 16349 16352 9838 0 -1 1077944320 2234 0 0 0 0 0 0 0 20 0 5 0 3358515 8553295872 2508 33554432000 4194304 4196468 140737309679344 140737309661888 140255270551287 0 0 0 16784584 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
/proc/16352/statm: 2088207 2508 1208 1 0 2077118 0
[pid=16352/tid=16353] ppid=16349 vsize=8356940 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16353/stat : 16353 (java) R 16349 16352 9838 0 -1 4202560 944 0 0 0 0 0 0 0 20 0 9 0 3358516 8557506560 2508 33554432000 4194304 4196468 140737309679344 140255274792656 140255262867792 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16354] ppid=16349 vsize=8357968 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16354/stat : 16354 (java) S 16349 16352 9838 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 10 0 3358516 8558559232 2508 33554432000 4194304 4196468 140737309679344 140255196626400 140255270561493 0 4 0 16784584 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16355] ppid=16349 vsize=8636496 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16355/stat : 16355 (java) D 16349 16352 9838 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 3358516 8843771904 2508 33554432000 4194304 4196468 140737309679344 140255195573600 140255263268250 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16356] ppid=16349 vsize=8718416 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16356/stat : 16356 (java) D 16349 16352 9838 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 3358516 8927657984 2508 33554432000 4194304 4196468 140737309679344 140255194519992 140255263268391 0 4 0 16784584 18446744071582151463 0 0 -1 1 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16357] ppid=16349 vsize=8947792 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16357/stat : 16357 (java) R 16349 16352 9838 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 3358516 9162539008 2508 33554432000 4194304 4196468 140737309679344 140255193467192 140255262779107 0 4 0 16784584 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16358] ppid=16349 vsize=8816720 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16358/stat : 16358 (java) R 16349 16352 9838 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 3358516 9028321280 2508 33554432000 4194304 4196468 140737309679344 140255192414488 140255250575152 0 4 0 16784584 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16359] ppid=16349 vsize=8882256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16359/stat : 16359 (java) R 16349 16352 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 3358516 9095430144 2508 33554432000 4194304 4196468 140737309679344 140255191361592 140255270577700 0 4 0 16784584 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16360] ppid=16349 vsize=9147248 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16360/stat : 16360 (java) S 16349 16352 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 10 0 3358516 9366781952 2537 33554432000 4194304 4196468 140737309679344 140255190309264 140255270561493 0 4 0 16784584 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16361] ppid=16349 vsize=10204016 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16361/stat : 16361 (java) S 16349 16352 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 10 0 3358517 10448912384 2537 33554432000 4194304 4196468 140737309679344 140255189256464 140255270561493 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0

[startup+0.100122 s]
/proc/loadavg: 1.00 1.02 1.05 2/235 16352
/proc/meminfo: memFree=31988796/32770624 swapFree=5912/232784
[pid=16352] ppid=16349 vsize=10900556 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16352/stat : 16352 (java) S 16349 16352 9838 0 -1 1077944320 4933 0 0 0 9 1 0 0 20 0 20 0 3358515 11162169344 6033 33554432000 4194304 4196468 140737309679344 140737309661888 140255270551287 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
/proc/16352/statm: 2725139 6033 2626 1 0 2713552 0
[pid=16352/tid=16353] ppid=16349 vsize=10900556 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16353/stat : 16353 (java) R 16349 16352 9838 0 -1 4202560 3017 0 0 0 8 0 0 0 20 0 20 0 3358516 11162169344 6033 33554432000 4194304 4196468 140737309679344 140255274793568 140255251945021 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16354] ppid=16349 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16354/stat : 16354 (java) S 16349 16352 9838 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3358516 11162169344 6033 33554432000 4194304 4196468 140737309679344 140255196626064 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16355] ppid=16349 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16355/stat : 16355 (java) S 16349 16352 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3358516 11162169344 6033 33554432000 4194304 4196468 140737309679344 140255195573264 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16356] ppid=16349 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16356/stat : 16356 (java) S 16349 16352 9838 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3358516 11162169344 6033 33554432000 4194304 4196468 140737309679344 140255194520464 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16357] ppid=16349 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16357/stat : 16357 (java) S 16349 16352 9838 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3358516 11162169344 6033 33554432000 4194304 4196468 140737309679344 140255193467664 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16358] ppid=16349 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16358/stat : 16358 (java) S 16349 16352 9838 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3358516 11162169344 6033 33554432000 4194304 4196468 140737309679344 140255192414864 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16359] ppid=16349 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16359/stat : 16359 (java) S 16349 16352 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3358516 11162169344 6033 33554432000 4194304 4196468 140737309679344 140255191362064 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16360] ppid=16349 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16360/stat : 16360 (java) S 16349 16352 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3358516 11162169344 6033 33554432000 4194304 4196468 140737309679344 140255190309264 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16361] ppid=16349 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16361/stat : 16361 (java) S 16349 16352 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3358517 11162169344 6033 33554432000 4194304 4196468 140737309679344 140255189256464 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900556

[startup+0.20088 s]
/proc/loadavg: 1.00 1.02 1.05 2/235 16352
/proc/meminfo: memFree=31988796/32770624 swapFree=5912/232784
[pid=16352] ppid=16349 vsize=10900556 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/16352/stat : 16352 (java) S 16349 16352 9838 0 -1 1077944320 7008 0 0 0 25 2 0 0 20 0 20 0 3358515 11162169344 8368 33554432000 4194304 4196468 140737309679344 140737309661888 140255270551287 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
/proc/16352/statm: 2725139 8368 2857 1 0 2713552 0
[pid=16352/tid=16353] ppid=16349 vsize=10900556 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16353/stat : 16353 (java) R 16349 16352 9838 0 -1 4202560 4701 0 0 0 17 1 0 0 20 0 20 0 3358516 11162169344 8368 33554432000 4194304 4196468 140737309679344 140255274772592 140255270573213 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16354] ppid=16349 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16354/stat : 16354 (java) S 16349 16352 9838 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3358516 11162169344 8368 33554432000 4194304 4196468 140737309679344 140255196626064 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16355] ppid=16349 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16355/stat : 16355 (java) S 16349 16352 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3358516 11162169344 8368 33554432000 4194304 4196468 140737309679344 140255195573264 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16356] ppid=16349 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16356/stat : 16356 (java) S 16349 16352 9838 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3358516 11162169344 8368 33554432000 4194304 4196468 140737309679344 140255194520464 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16357] ppid=16349 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16357/stat : 16357 (java) S 16349 16352 9838 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3358516 11162169344 8368 33554432000 4194304 4196468 140737309679344 140255193467664 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16358] ppid=16349 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16358/stat : 16358 (java) S 16349 16352 9838 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3358516 11162169344 8368 33554432000 4194304 4196468 140737309679344 140255192414864 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16359] ppid=16349 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16359/stat : 16359 (java) S 16349 16352 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3358516 11162169344 8368 33554432000 4194304 4196468 140737309679344 140255191362064 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16360] ppid=16349 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16360/stat : 16360 (java) S 16349 16352 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3358516 11162169344 8368 33554432000 4194304 4196468 140737309679344 140255190309264 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16361] ppid=16349 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16361/stat : 16361 (java) S 16349 16352 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3358517 11162169344 8368 33554432000 4194304 4196468 140737309679344 140255189256464 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 10900556

[startup+0.300716 s]
/proc/loadavg: 1.00 1.02 1.05 2/235 16352
/proc/meminfo: memFree=31988796/32770624 swapFree=5912/232784
[pid=16352] ppid=16349 vsize=10900556 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/16352/stat : 16352 (java) S 16349 16352 9838 0 -1 1077944320 7899 0 0 0 38 2 0 0 20 0 20 0 3358515 11162169344 10149 33554432000 4194304 4196468 140737309679344 140737309661888 140255270551287 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
/proc/16352/statm: 2725139 10149 2921 1 0 2713552 0
[pid=16352/tid=16353] ppid=16349 vsize=10900556 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16353/stat : 16353 (java) R 16349 16352 9838 0 -1 4202560 5433 0 0 0 26 2 0 0 20 0 20 0 3358516 11162169344 10149 33554432000 4194304 4196468 140737309679344 140255274781040 140255270563222 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16354] ppid=16349 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16354/stat : 16354 (java) S 16349 16352 9838 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3358516 11162169344 10149 33554432000 4194304 4196468 140737309679344 140255196626064 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16355] ppid=16349 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16355/stat : 16355 (java) S 16349 16352 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3358516 11162169344 10149 33554432000 4194304 4196468 140737309679344 140255195573264 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16356] ppid=16349 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16356/stat : 16356 (java) S 16349 16352 9838 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3358516 11162169344 10149 33554432000 4194304 4196468 140737309679344 140255194520464 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16357] ppid=16349 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16357/stat : 16357 (java) S 16349 16352 9838 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3358516 11162169344 10149 33554432000 4194304 4196468 140737309679344 140255193467664 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16358] ppid=16349 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16358/stat : 16358 (java) S 16349 16352 9838 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3358516 11162169344 10149 33554432000 4194304 4196468 140737309679344 140255192414864 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16359] ppid=16349 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16359/stat : 16359 (java) S 16349 16352 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3358516 11162169344 10149 33554432000 4194304 4196468 140737309679344 140255191362064 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16360] ppid=16349 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16360/stat : 16360 (java) S 16349 16352 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3358516 11162169344 10149 33554432000 4194304 4196468 140737309679344 140255190309264 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16361] ppid=16349 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16361/stat : 16361 (java) S 16349 16352 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3358517 11162169344 10149 33554432000 4194304 4196468 140737309679344 140255189256464 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 10900556

[startup+0.700667 s]
/proc/loadavg: 1.00 1.02 1.05 2/235 16352
/proc/meminfo: memFree=31988796/32770624 swapFree=5912/232784
[pid=16352] ppid=16349 vsize=10900632 CPUtime=1.81 cores=1,3,5,7,9,11,13,15
/proc/16352/stat : 16352 (java) S 16349 16352 9838 0 -1 1077944320 13442 0 0 0 176 5 0 0 20 0 20 0 3358515 11162247168 35056 33554432000 4194304 4196468 140737309679344 140737309661888 140255270551287 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
/proc/16352/statm: 2725158 35056 3085 1 0 2713552 0
[pid=16352/tid=16353] ppid=16349 vsize=10900632 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16353/stat : 16353 (java) R 16349 16352 9838 0 -1 4202560 5919 0 0 0 65 3 0 0 20 0 20 0 3358516 11162247168 35056 33554432000 4194304 4196468 140737309679344 140255274785592 140254861450678 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16354] ppid=16349 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16354/stat : 16354 (java) S 16349 16352 9838 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3358516 11162247168 35056 33554432000 4194304 4196468 140737309679344 140255196626064 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16355] ppid=16349 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16355/stat : 16355 (java) S 16349 16352 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3358516 11162247168 35056 33554432000 4194304 4196468 140737309679344 140255195573264 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16356] ppid=16349 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16356/stat : 16356 (java) S 16349 16352 9838 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3358516 11162247168 35568 33554432000 4194304 4196468 140737309679344 140255194520464 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16357] ppid=16349 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16357/stat : 16357 (java) S 16349 16352 9838 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3358516 11162247168 35568 33554432000 4194304 4196468 140737309679344 140255193467664 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16358] ppid=16349 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16358/stat : 16358 (java) S 16349 16352 9838 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3358516 11162247168 35568 33554432000 4194304 4196468 140737309679344 140255192414864 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16359] ppid=16349 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16359/stat : 16359 (java) S 16349 16352 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3358516 11162247168 35568 33554432000 4194304 4196468 140737309679344 140255191362064 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16360] ppid=16349 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16360/stat : 16360 (java) S 16349 16352 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3358516 11162247168 35568 33554432000 4194304 4196468 140737309679344 140255190309264 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16361] ppid=16349 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16361/stat : 16361 (java) S 16349 16352 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3358517 11162247168 35568 33554432000 4194304 4196468 140737309679344 140255189256464 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 10900632

[startup+1.50081 s]
/proc/loadavg: 1.00 1.02 1.05 10/255 16372
/proc/meminfo: memFree=31699088/32770624 swapFree=5912/232836
[pid=16352] ppid=16349 vsize=10900632 CPUtime=5.11 cores=1,3,5,7,9,11,13,15
/proc/16352/stat : 16352 (java) S 16349 16352 9838 0 -1 1077944320 23807 0 0 0 455 56 0 0 20 0 20 0 3358515 11162247168 112177 33554432000 4194304 4196468 140737309679344 140737309661888 140255270551287 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
/proc/16352/statm: 2725158 112177 3115 1 0 2713552 0
[pid=16352/tid=16353] ppid=16349 vsize=10900632 CPUtime=1.27 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16353/stat : 16353 (java) S 16349 16352 9838 0 -1 1077944384 5999 0 0 0 122 5 0 0 20 0 20 0 3358516 11162247168 112177 33554432000 4194304 4196468 140737309679344 140255274787936 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16354] ppid=16349 vsize=10900632 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16354/stat : 16354 (java) R 16349 16352 9838 0 -1 4202560 130 0 0 0 12 7 0 0 20 0 20 0 3358516 11162247168 112689 33554432000 4194304 4196468 140737309679344 140255196626264 140255255579161 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16355] ppid=16349 vsize=10900632 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16355/stat : 16355 (java) R 16349 16352 9838 0 -1 4202560 48 0 0 0 7 4 0 0 20 0 20 0 3358516 11162247168 112689 33554432000 4194304 4196468 140737309679344 140255195573464 140255263647988 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16356] ppid=16349 vsize=10900632 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16356/stat : 16356 (java) R 16349 16352 9838 0 -1 4202560 227 0 0 0 11 8 0 0 20 0 20 0 3358516 11162247168 112689 33554432000 4194304 4196468 140737309679344 140255194520664 140255254999502 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16357] ppid=16349 vsize=10900632 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16357/stat : 16357 (java) R 16349 16352 9838 0 -1 4202560 85 0 0 0 15 4 0 0 20 0 20 0 3358516 11162247168 112689 33554432000 4194304 4196468 140737309679344 140255193467864 140255255578706 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16358] ppid=16349 vsize=10900632 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16358/stat : 16358 (java) R 16349 16352 9838 0 -1 4202560 162 0 0 0 12 6 0 0 20 0 20 0 3358516 11162247168 112689 33554432000 4194304 4196468 140737309679344 140255192414752 140255255579161 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16359] ppid=16349 vsize=10900632 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16359/stat : 16359 (java) R 16349 16352 9838 0 -1 4202560 70 0 0 0 9 6 0 0 20 0 20 0 3358516 11162247168 112689 33554432000 4194304 4196468 140737309679344 140255191362264 140255255579161 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16360] ppid=16349 vsize=10900632 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16360/stat : 16360 (java) R 16349 16352 9838 0 -1 4202560 55 0 0 0 7 4 0 0 20 0 20 0 3358516 11162247168 112689 33554432000 4194304 4196468 140737309679344 140255190309464 140255255579161 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16361] ppid=16349 vsize=10900632 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16361/stat : 16361 (java) R 16349 16352 9838 0 -1 4202560 74 0 0 0 10 6 0 0 20 0 20 0 3358517 11162247168 112689 33554432000 4194304 4196468 140737309679344 140255189256664 140255255579161 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16363] ppid=16349 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16363/stat : 16363 (java) S 16349 16352 9838 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 3358519 11162247168 112689 33554432000 4194304 4196468 140737309679344 140254745867680 140255270561493 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16364] ppid=16349 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16364/stat : 16364 (java) S 16349 16352 9838 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3358520 11162247168 112689 33554432000 4194304 4196468 140737309679344 140254744815200 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16365] ppid=16349 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16365/stat : 16365 (java) S 16349 16352 9838 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 3358520 11162247168 112689 33554432000 4194304 4196468 140737309679344 140254743762304 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16366] ppid=16349 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16366/stat : 16366 (java) S 16349 16352 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3358524 11162247168 112689 33554432000 4194304 4196468 140737309679344 140254742710608 140255270569883 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16367] ppid=16349 vsize=10900632 CPUtime=0.51 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16367/stat : 16367 (java) S 16349 16352 9838 0 -1 1077944384 2342 0 0 0 51 0 0 0 20 0 20 0 3358524 11162247168 112689 33554432000 4194304 4196468 140737309679344 140254741657968 140255270562434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16368] ppid=16349 vsize=10900632 CPUtime=0.62 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16368/stat : 16368 (java) S 16349 16352 9838 0 -1 1077944384 2510 0 0 0 62 0 0 0 20 0 20 0 3358524 11162247168 112689 33554432000 4194304 4196468 140737309679344 140254740605168 140255270562434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16369] ppid=16349 vsize=10900632 CPUtime=1.04 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16369/stat : 16369 (java) S 16349 16352 9838 0 -1 1077944384 9311 0 0 0 103 1 0 0 20 0 20 0 3358524 11162247168 112689 33554432000 4194304 4196468 140737309679344 140254739543648 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16370] ppid=16349 vsize=10900632 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16370/stat : 16370 (java) S 16349 16352 9838 0 -1 1077944384 1345 0 0 0 28 0 0 0 20 0 20 0 3358524 11162247168 112689 33554432000 4194304 4196468 140737309679344 140254738499568 140255270562434 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16371] ppid=16349 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16371/stat : 16371 (java) S 16349 16352 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3358524 11162247168 112689 33554432000 4194304 4196468 140737309679344 140254737448032 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16372] ppid=16349 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16372/stat : 16372 (java) S 16349 16352 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3358524 11162247168 112689 33554432000 4194304 4196468 140737309679344 140254736395312 140255270562434 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
Current children cumulated CPU time (s) 5.11

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

[pid=16352/tid=16370] ppid=16349 vsize=10967196 CPUtime=0.5 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16370/stat : 16370 (java) S 16349 16352 9838 0 -1 1077944384 7734 0 0 0 49 1 0 0 20 0 21 0 3358524 11230408704 994830 33554432000 4194304 4196468 140737309679344 140254738499568 140255270562434 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16371] ppid=16349 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16371/stat : 16371 (java) S 16349 16352 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3358524 11230408704 994830 33554432000 4194304 4196468 140737309679344 140254737448032 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16372] ppid=16349 vsize=10967196 CPUtime=1.44 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16372/stat : 16372 (java) S 16349 16352 9838 0 -1 1077944384 3399 0 0 0 64 80 0 0 20 0 21 0 3358524 11230408704 994830 33554432000 4194304 4196468 140737309679344 140254736395312 140255270562434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16373] ppid=16349 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16373/stat : 16373 (java) S 16349 16352 9838 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3360170 11230408704 994830 33554432000 4194304 4196468 140737309679344 140254735340848 140255270562434 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
Current children cumulated CPU time (s) 2395.27
Current children cumulated vsize (KiB) 10967196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2327.1 s]
/proc/loadavg: 1.03 1.04 1.05 2/256 16470
/proc/meminfo: memFree=28007640/32770624 swapFree=5912/234476
[pid=16352] ppid=16349 vsize=10967196 CPUtime=2400.06 cores=1,3,5,7,9,11,13,15
/proc/16352/stat : 16352 (java) S 16349 16352 9838 0 -1 1077944320 229873 0 0 0 238861 1145 0 0 20 0 21 0 3358515 11230408704 994830 33554432000 4194304 4196468 140737309679344 140737309661888 140255270551287 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
/proc/16352/statm: 2741799 994830 3172 1 0 2730193 0
[pid=16352/tid=16353] ppid=16349 vsize=10967196 CPUtime=2313.07 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16353/stat : 16353 (java) R 16349 16352 9838 0 -1 4202560 114000 0 0 0 231280 27 0 0 20 0 21 0 3358516 11230408704 994830 33554432000 4194304 4196468 140737309679344 140255274787344 140254858522697 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16354] ppid=16349 vsize=10967196 CPUtime=9 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16354/stat : 16354 (java) S 16349 16352 9838 0 -1 1077944384 5318 0 0 0 769 131 0 0 20 0 21 0 3358516 11230408704 994830 33554432000 4194304 4196468 140737309679344 140255196626064 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16355] ppid=16349 vsize=10967196 CPUtime=8.98 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16355/stat : 16355 (java) S 16349 16352 9838 0 -1 1077944384 4573 0 0 0 781 117 0 0 20 0 21 0 3358516 11230408704 994830 33554432000 4194304 4196468 140737309679344 140255195573264 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16356] ppid=16349 vsize=10967196 CPUtime=8.93 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16356/stat : 16356 (java) S 16349 16352 9838 0 -1 1077944384 3682 0 0 0 765 128 0 0 20 0 21 0 3358516 11230408704 994830 33554432000 4194304 4196468 140737309679344 140255194520464 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16357] ppid=16349 vsize=10967196 CPUtime=9.13 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16357/stat : 16357 (java) S 16349 16352 9838 0 -1 1077944384 3823 0 0 0 777 136 0 0 20 0 21 0 3358516 11230408704 994830 33554432000 4194304 4196468 140737309679344 140255193467664 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16358] ppid=16349 vsize=10967196 CPUtime=9.12 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16358/stat : 16358 (java) S 16349 16352 9838 0 -1 1077944384 3483 0 0 0 789 123 0 0 20 0 21 0 3358516 11230408704 994830 33554432000 4194304 4196468 140737309679344 140255192414864 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16359] ppid=16349 vsize=10967196 CPUtime=8.88 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16359/stat : 16359 (java) S 16349 16352 9838 0 -1 1077944384 2644 0 0 0 757 131 0 0 20 0 21 0 3358516 11230408704 994830 33554432000 4194304 4196468 140737309679344 140255191362064 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16360] ppid=16349 vsize=10967196 CPUtime=8.95 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16360/stat : 16360 (java) S 16349 16352 9838 0 -1 1077944384 3009 0 0 0 768 127 0 0 20 0 21 0 3358516 11230408704 994830 33554432000 4194304 4196468 140737309679344 140255190309264 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16361] ppid=16349 vsize=10967196 CPUtime=9.02 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16361/stat : 16361 (java) S 16349 16352 9838 0 -1 1077944384 3982 0 0 0 769 133 0 0 20 0 21 0 3358517 11230408704 994830 33554432000 4194304 4196468 140737309679344 140255189256464 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16363] ppid=16349 vsize=10967196 CPUtime=3.27 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16363/stat : 16363 (java) S 16349 16352 9838 0 -1 1077944384 7070 0 0 0 323 4 0 0 20 0 21 0 3358519 11230408704 994830 33554432000 4194304 4196468 140737309679344 140254745869168 140255270562434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16364] ppid=16349 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16364/stat : 16364 (java) S 16349 16352 9838 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 21 0 3358520 11230408704 994830 33554432000 4194304 4196468 140737309679344 140254744815200 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16365] ppid=16349 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16365/stat : 16365 (java) S 16349 16352 9838 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 21 0 3358520 11230408704 994830 33554432000 4194304 4196468 140737309679344 140254743762304 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16366] ppid=16349 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16366/stat : 16366 (java) S 16349 16352 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3358524 11230408704 994830 33554432000 4194304 4196468 140737309679344 140254742710608 140255270569883 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16367] ppid=16349 vsize=10967196 CPUtime=2.5 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16367/stat : 16367 (java) S 16349 16352 9838 0 -1 1077944384 15950 0 0 0 247 3 0 0 20 0 21 0 3358524 11230408704 994830 33554432000 4194304 4196468 140737309679344 140254741657968 140255270562434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16368] ppid=16349 vsize=10967196 CPUtime=3.54 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16368/stat : 16368 (java) S 16349 16352 9838 0 -1 1077944384 24098 0 0 0 351 3 0 0 20 0 21 0 3358524 11230408704 994830 33554432000 4194304 4196468 140737309679344 140254740605168 140255270562434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16369] ppid=16349 vsize=10967196 CPUtime=3.57 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16369/stat : 16369 (java) S 16349 16352 9838 0 -1 1077944384 25624 0 0 0 354 3 0 0 20 0 21 0 3358524 11230408704 994830 33554432000 4194304 4196468 140737309679344 140254739552368 140255270562434 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16370] ppid=16349 vsize=10967196 CPUtime=0.5 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16370/stat : 16370 (java) S 16349 16352 9838 0 -1 1077944384 7734 0 0 0 49 1 0 0 20 0 21 0 3358524 11230408704 994830 33554432000 4194304 4196468 140737309679344 140254738499568 140255270562434 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16371] ppid=16349 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16371/stat : 16371 (java) S 16349 16352 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3358524 11230408704 994830 33554432000 4194304 4196468 140737309679344 140254737448032 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16372] ppid=16349 vsize=10967196 CPUtime=1.45 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16372/stat : 16372 (java) S 16349 16352 9838 0 -1 1077944384 3401 0 0 0 64 81 0 0 20 0 21 0 3358524 11230408704 994830 33554432000 4194304 4196468 140737309679344 140254736395312 140255270562434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16373] ppid=16349 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16373/stat : 16373 (java) S 16349 16352 9838 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3360170 11230408704 994830 33554432000 4194304 4196468 140737309679344 140254735340848 140255270562434 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 10967196

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 16352 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2327.21 s]
/proc/loadavg: 1.03 1.04 1.05 2/256 16470
/proc/meminfo: memFree=28007640/32770624 swapFree=5912/234476
[pid=16352] ppid=16349 vsize=11166888 CPUtime=2400.15 cores=1,3,5,7,9,11,13,15
/proc/16352/stat : 16352 (java) S 16349 16352 9838 0 -1 1077944320 230827 0 0 0 238870 1145 0 0 20 0 22 0 3358515 11434893312 994884 33554432000 4194304 4196468 140737309679344 140737309661888 140255270551287 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
/proc/16352/statm: 2791722 994884 3174 1 0 2780116 0
[pid=16352/tid=16353] ppid=16349 vsize=11166888 CPUtime=2313.15 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16353/stat : 16353 (java) S 16349 16352 9838 0 -1 1077944384 114080 0 0 0 231288 27 0 0 20 0 22 0 3358516 11434893312 994884 33554432000 4194304 4196468 140737309679344 140255274794160 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16354] ppid=16349 vsize=11166888 CPUtime=9 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16354/stat : 16354 (java) S 16349 16352 9838 0 -1 1077944384 5318 0 0 0 769 131 0 0 20 0 22 0 3358516 11434893312 994884 33554432000 4194304 4196468 140737309679344 140255196626064 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16355] ppid=16349 vsize=11166888 CPUtime=8.98 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16355/stat : 16355 (java) S 16349 16352 9838 0 -1 1077944384 4573 0 0 0 781 117 0 0 20 0 22 0 3358516 11434893312 994884 33554432000 4194304 4196468 140737309679344 140255195573264 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16356] ppid=16349 vsize=11166888 CPUtime=8.93 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16356/stat : 16356 (java) S 16349 16352 9838 0 -1 1077944384 3682 0 0 0 765 128 0 0 20 0 22 0 3358516 11434893312 994884 33554432000 4194304 4196468 140737309679344 140255194520464 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16357] ppid=16349 vsize=11166888 CPUtime=9.13 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16357/stat : 16357 (java) S 16349 16352 9838 0 -1 1077944384 3823 0 0 0 777 136 0 0 20 0 22 0 3358516 11434893312 994884 33554432000 4194304 4196468 140737309679344 140255193467664 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16358] ppid=16349 vsize=11166888 CPUtime=9.12 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16358/stat : 16358 (java) S 16349 16352 9838 0 -1 1077944384 3483 0 0 0 789 123 0 0 20 0 22 0 3358516 11434893312 994884 33554432000 4194304 4196468 140737309679344 140255192414864 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16359] ppid=16349 vsize=11166888 CPUtime=8.88 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16359/stat : 16359 (java) S 16349 16352 9838 0 -1 1077944384 2644 0 0 0 757 131 0 0 20 0 22 0 3358516 11434893312 994884 33554432000 4194304 4196468 140737309679344 140255191362064 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16360] ppid=16349 vsize=11166888 CPUtime=8.95 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16360/stat : 16360 (java) S 16349 16352 9838 0 -1 1077944384 3009 0 0 0 768 127 0 0 20 0 22 0 3358516 11434893312 994884 33554432000 4194304 4196468 140737309679344 140255190309264 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16361] ppid=16349 vsize=11166888 CPUtime=9.02 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16361/stat : 16361 (java) S 16349 16352 9838 0 -1 1077944384 3982 0 0 0 769 133 0 0 20 0 22 0 3358517 11434893312 994884 33554432000 4194304 4196468 140737309679344 140255189256464 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16363] ppid=16349 vsize=11166888 CPUtime=3.27 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16363/stat : 16363 (java) S 16349 16352 9838 0 -1 1077944384 7101 0 0 0 323 4 0 0 20 0 22 0 3358519 11434893312 994884 33554432000 4194304 4196468 140737309679344 140254745869168 140255270562434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16364] ppid=16349 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16364/stat : 16364 (java) S 16349 16352 9838 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 22 0 3358520 11434893312 994884 33554432000 4194304 4196468 140737309679344 140254744815200 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16365] ppid=16349 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16365/stat : 16365 (java) S 16349 16352 9838 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 22 0 3358520 11434893312 994884 33554432000 4194304 4196468 140737309679344 140254743762304 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16366] ppid=16349 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16366/stat : 16366 (java) S 16349 16352 9838 0 -1 1077944384 214 0 0 0 0 0 0 0 20 0 22 0 3358524 11434893312 994884 33554432000 4194304 4196468 140737309679344 140254742710608 140255270569883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16367] ppid=16349 vsize=11166888 CPUtime=2.5 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16367/stat : 16367 (java) S 16349 16352 9838 0 -1 1077944384 15950 0 0 0 247 3 0 0 20 0 22 0 3358524 11434893312 994884 33554432000 4194304 4196468 140737309679344 140254741657968 140255270562434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16368] ppid=16349 vsize=11166888 CPUtime=3.54 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16368/stat : 16368 (java) S 16349 16352 9838 0 -1 1077944384 24098 0 0 0 351 3 0 0 20 0 22 0 3358524 11434893312 994884 33554432000 4194304 4196468 140737309679344 140254740605168 140255270562434 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16369] ppid=16349 vsize=11166888 CPUtime=3.57 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16369/stat : 16369 (java) S 16349 16352 9838 0 -1 1077944384 25624 0 0 0 354 3 0 0 20 0 22 0 3358524 11434893312 994884 33554432000 4194304 4196468 140737309679344 140254739552368 140255270562434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16370] ppid=16349 vsize=11166888 CPUtime=0.5 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16370/stat : 16370 (java) S 16349 16352 9838 0 -1 1077944384 8003 0 0 0 49 1 0 0 20 0 22 0 3358524 11434893312 994884 33554432000 4194304 4196468 140737309679344 140254738499568 140255270562434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16371] ppid=16349 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16371/stat : 16371 (java) S 16349 16352 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3358524 11434893312 994884 33554432000 4194304 4196468 140737309679344 140254737448032 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16372] ppid=16349 vsize=11166888 CPUtime=1.45 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16372/stat : 16372 (java) S 16349 16352 9838 0 -1 1077944384 3401 0 0 0 64 81 0 0 20 0 22 0 3358524 11434893312 994884 33554432000 4194304 4196468 140737309679344 140254736395312 140255270562434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
Current children cumulated CPU time (s) 2400.15
Current children cumulated vsize (KiB) 11166888

[startup+2327.3 s]
/proc/loadavg: 1.03 1.04 1.05 2/256 16470
/proc/meminfo: memFree=28007640/32770624 swapFree=5912/234476
[pid=16352] ppid=16349 vsize=11166888 CPUtime=2400.15 cores=1,3,5,7,9,11,13,15
/proc/16352/stat : 16352 (java) S 16349 16352 9838 0 -1 1077944320 230827 0 0 0 238870 1145 0 0 20 0 22 0 3358515 11434893312 994884 33554432000 4194304 4196468 140737309679344 140737309661888 140255270551287 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
/proc/16352/statm: 2791722 994884 3174 1 0 2780116 0
[pid=16352/tid=16353] ppid=16349 vsize=11166888 CPUtime=2313.15 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16353/stat : 16353 (java) S 16349 16352 9838 0 -1 1077944384 114080 0 0 0 231288 27 0 0 20 0 22 0 3358516 11434893312 994884 33554432000 4194304 4196468 140737309679344 140255274794160 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16354] ppid=16349 vsize=11166888 CPUtime=9 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16354/stat : 16354 (java) S 16349 16352 9838 0 -1 1077944384 5318 0 0 0 769 131 0 0 20 0 22 0 3358516 11434893312 994884 33554432000 4194304 4196468 140737309679344 140255196626064 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16355] ppid=16349 vsize=11166888 CPUtime=8.98 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16355/stat : 16355 (java) S 16349 16352 9838 0 -1 1077944384 4573 0 0 0 781 117 0 0 20 0 22 0 3358516 11434893312 994884 33554432000 4194304 4196468 140737309679344 140255195573264 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16356] ppid=16349 vsize=11166888 CPUtime=8.93 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16356/stat : 16356 (java) S 16349 16352 9838 0 -1 1077944384 3682 0 0 0 765 128 0 0 20 0 22 0 3358516 11434893312 994884 33554432000 4194304 4196468 140737309679344 140255194520464 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16357] ppid=16349 vsize=11166888 CPUtime=9.13 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16357/stat : 16357 (java) S 16349 16352 9838 0 -1 1077944384 3823 0 0 0 777 136 0 0 20 0 22 0 3358516 11434893312 994884 33554432000 4194304 4196468 140737309679344 140255193467664 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16358] ppid=16349 vsize=11166888 CPUtime=9.12 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16358/stat : 16358 (java) S 16349 16352 9838 0 -1 1077944384 3483 0 0 0 789 123 0 0 20 0 22 0 3358516 11434893312 994884 33554432000 4194304 4196468 140737309679344 140255192414864 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16359] ppid=16349 vsize=11166888 CPUtime=8.88 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16359/stat : 16359 (java) S 16349 16352 9838 0 -1 1077944384 2644 0 0 0 757 131 0 0 20 0 22 0 3358516 11434893312 994884 33554432000 4194304 4196468 140737309679344 140255191362064 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16360] ppid=16349 vsize=11166888 CPUtime=8.95 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16360/stat : 16360 (java) S 16349 16352 9838 0 -1 1077944384 3009 0 0 0 768 127 0 0 20 0 22 0 3358516 11434893312 994884 33554432000 4194304 4196468 140737309679344 140255190309264 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16361] ppid=16349 vsize=11166888 CPUtime=9.02 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16361/stat : 16361 (java) S 16349 16352 9838 0 -1 1077944384 3982 0 0 0 769 133 0 0 20 0 22 0 3358517 11434893312 994884 33554432000 4194304 4196468 140737309679344 140255189256464 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16363] ppid=16349 vsize=11166888 CPUtime=3.27 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16363/stat : 16363 (java) S 16349 16352 9838 0 -1 1077944384 7101 0 0 0 323 4 0 0 20 0 22 0 3358519 11434893312 994884 33554432000 4194304 4196468 140737309679344 140254745869168 140255270562434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16364] ppid=16349 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16364/stat : 16364 (java) S 16349 16352 9838 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 22 0 3358520 11434893312 994884 33554432000 4194304 4196468 140737309679344 140254744815200 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16365] ppid=16349 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16365/stat : 16365 (java) S 16349 16352 9838 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 22 0 3358520 11434893312 994884 33554432000 4194304 4196468 140737309679344 140254743762304 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16366] ppid=16349 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16366/stat : 16366 (java) S 16349 16352 9838 0 -1 1077944384 214 0 0 0 0 0 0 0 20 0 22 0 3358524 11434893312 994884 33554432000 4194304 4196468 140737309679344 140254742710608 140255270569883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16367] ppid=16349 vsize=11166888 CPUtime=2.5 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16367/stat : 16367 (java) S 16349 16352 9838 0 -1 1077944384 15950 0 0 0 247 3 0 0 20 0 22 0 3358524 11434893312 994884 33554432000 4194304 4196468 140737309679344 140254741657968 140255270562434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16368] ppid=16349 vsize=11166888 CPUtime=3.54 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16368/stat : 16368 (java) S 16349 16352 9838 0 -1 1077944384 24098 0 0 0 351 3 0 0 20 0 22 0 3358524 11434893312 994884 33554432000 4194304 4196468 140737309679344 140254740605168 140255270562434 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16369] ppid=16349 vsize=11166888 CPUtime=3.57 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16369/stat : 16369 (java) S 16349 16352 9838 0 -1 1077944384 25624 0 0 0 354 3 0 0 20 0 22 0 3358524 11434893312 994884 33554432000 4194304 4196468 140737309679344 140254739552368 140255270562434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16370] ppid=16349 vsize=11166888 CPUtime=0.5 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16370/stat : 16370 (java) S 16349 16352 9838 0 -1 1077944384 8003 0 0 0 49 1 0 0 20 0 22 0 3358524 11434893312 994884 33554432000 4194304 4196468 140737309679344 140254738499568 140255270562434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16371] ppid=16349 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16371/stat : 16371 (java) S 16349 16352 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3358524 11434893312 994884 33554432000 4194304 4196468 140737309679344 140254737448032 140255270561493 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
[pid=16352/tid=16372] ppid=16349 vsize=11166888 CPUtime=1.45 cores=1,3,5,7,9,11,13,15
/proc/16352/task/16372/stat : 16372 (java) S 16349 16352 9838 0 -1 1077944384 3401 0 0 0 64 81 0 0 20 0 22 0 3358524 11434893312 994884 33554432000 4194304 4196468 140737309679344 140254736395312 140255270562434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23257088 140737309684907 140737309685060 140737309685060 140737309687759 0
Current children cumulated CPU time (s) 2400.15
Current children cumulated vsize (KiB) 11166888

Child status: 143
Real time (s): 2327.36
CPU time (s): 2400.22
CPU user time (s): 2388.73
CPU system time (s): 11.4882
CPU usage (%): 103.13
Max. virtual memory (cumulated for all children) (KiB): 11166888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2388.73
system time used= 11.4882
maximum resident set size= 3979796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 231249
page faults= 0
swaps= 0
block input operations= 48
block output operations= 1624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55328
involuntary context switches= 123851

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.8751 second user time and 17.4406 second system time

The end

Launcher Data

Begin job on node102 at 2017-07-22 01:48:04
IDJOB=4244136
IDBENCH=136072
IDSOLVER=2623
FILE ID=node102/4244136-1500680884
RUNJOBID= node102-1500673699-14400
PBS_JOBID= 20623312
Free space on /tmp= 61888 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-ft/BinPacking-mdd-ft120-11.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244136-1500680884/watcher-4244136-1500680884 -o /tmp/evaluation-result-4244136-1500680884/solver-4244136-1500680884 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1500673699-14400 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244136-1500680884.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 7c2bd2aca8e68eed10397cff07eceed9
RANDOM SEED=1471756556

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

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.40
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.40
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.40
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		: 1867.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.40
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2400.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        31989124 kB
MemAvailable:   32034536 kB
Buffers:           46548 kB
Cached:           306900 kB
SwapCached:            0 kB
Active:           164556 kB
Inactive:         241372 kB
Active(anon):      55600 kB
Inactive(anon):     8588 kB
Active(file):     108956 kB
Inactive(file):   232784 kB
Unevictable:        5912 kB
Mlocked:            5912 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1516 kB
Writeback:             0 kB
AnonPages:         58204 kB
Mapped:            29112 kB
Shmem:              8852 kB
Slab:              71096 kB
SReclaimable:      39016 kB
SUnreclaim:        32080 kB
KernelStack:        4160 kB
PageTables:         4168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     307644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 61884 MiB
End job on node102 at 2017-07-22 02:26:52