Trace number 4244069

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 NameAnswerCPU timeWall clock time
R1: sat4j-CSP 2017-07-05? (TO) 2400.21 2343

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-spng/
Pb-NG-K145.xml
MD5SUM5e6b89adf4cff092dc7bbd8ab430815e
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables17255
Number of constraints17547
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":17255}]
Minimum variable degree3
Maximum variable degree12
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":273},{"degree":5,"count":1771},{"degree":6,"count":7755},{"degree":7,"count":4732},{"degree":8,"count":1862},{"degree":9,"count":574},{"degree":10,"count":143},{"degree":11,"count":1},{"degree":12,"count":143}]
Minimum constraint arity1
Maximum constraint arity145
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":1872},{"arity":3,"count":7776},{"arity":4,"count":4752},{"arity":5,"count":2016},{"arity":6,"count":432},{"arity":7,"count":144},{"arity":9,"count":144},{"arity":119,"count":290},{"arity":145,"count":119}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":17547}]
Optimization problemNO
Type of objective

Solver Data

34.66/8.79	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
34.66/8.79	c This is free software under the dual EPL/GNU LGPL licenses.
34.66/8.79	c See www.sat4j.org for details.
34.66/8.79	c That software uses the Rhino library from the Mozilla project.
34.66/8.79	c version CUSTOM.v20170705
34.66/8.79	c java.runtime.name	Java(TM) SE Runtime Environment
34.66/8.79	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
34.66/8.79	c java.vm.version	25.131-b11
34.66/8.79	c java.vm.vendor	Oracle Corporation
34.66/8.79	c sun.arch.data.model	64
34.66/8.79	c java.version		1.8.0_131
34.66/8.79	c os.name		Linux
34.66/8.79	c os.version		3.10.0-514.16.1.el7.x86_64
34.66/8.79	c os.arch		amd64
34.66/8.79	c Free memory 		499604488
34.66/8.79	c Max memory 		7247757312
34.66/8.79	c Total memory 		504889344
34.66/8.79	c Number of processors 	8
34.66/8.79	c c --- Begin Solver configuration ---
34.66/8.79	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
34.66/8.79	c Learn all clauses as in MiniSAT
34.66/8.79	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
34.66/8.79	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
34.66/8.79	c No reason simplification
34.66/8.79	c Glucose 2.1 dynamic restart strategy
34.66/8.79	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
34.66/8.79	c timeout=2147483s
34.66/8.79	c DB Simplification allowed=false
34.66/8.79	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
34.66/8.79	c --- End Solver configuration ---
34.66/8.79	c constraints type 
34.66/8.79	c org.sat4j.minisat.constraints.card.MinWatchCard => 34510
34.66/8.79	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 199152
34.66/8.79	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6924572
34.66/8.79	c org.sat4j.minisat.constraints.cnf.UnitClause => 35094
34.66/8.79	c 7193328 constraints processed.
2400.10/2342.90	c starts		: 394
2400.10/2342.90	c conflicts		: 5515593
2400.10/2342.90	c decisions		: 9295762
2400.10/2342.90	c propagations		: 5766734230
2400.10/2342.90	c inspects		: 8403925805
2400.10/2342.90	c shortcuts		: 0
2400.10/2342.90	c learnt literals	: 275
2400.10/2342.90	c learnt binary clauses	: 74
2400.10/2342.90	c learnt ternary clauses	: 2295
2400.10/2342.90	c learnt constraints	: 5515318
2400.10/2342.90	c ignored constraints	: 0
2400.10/2342.90	c root simplifications	: 0
2400.10/2342.90	c removed literals (reason simplification)	: 0
2400.10/2342.90	c reason swapping (by a shorter reason)	: 0
2400.10/2342.90	c Calls to reduceDB	: 100
2400.10/2342.90	c Number of update (reduction) of LBD	: 56022
2400.10/2342.90	c Imported unit clauses	: 0
2400.10/2342.90	c number of reductions to clauses (during analyze)	: 0
2400.10/2342.90	c number of learned constraints concerned by reduction	: 0
2400.10/2342.91	c number of learning phase by resolution	: 0
2400.10/2342.91	c number of learning phase by cutting planes	: 0
2400.10/2342.91	c number of rounding to 1 operations	: 0
2400.10/2342.91	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.10/2342.91	c number of reductions of the coefficients by power 2 	: 0
2400.10/2342.91	c number of right shift for reduction by power 2 	: 0
2400.10/2342.91	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.10/2342.91	c speed (assignments/second)	: 2476581.2198894913
2400.10/2342.91	c non guided choices	97376
2400.10/2342.96	c learnt constraints type 
2400.10/2342.96	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 74
2400.10/2342.96	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 168545
2400.10/2342.96	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-4244069-1500679501/watcher-4244069-1500679501 -o /tmp/evaluation-result-4244069-1500679501/solver-4244069-1500679501 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node114-1500673057-14151 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244069-1500679501.xml 

pid=15527
running on 8 cores: 0,2,4,6,8,10,12,14

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: 7.91 6.27 4.03 4/263 15530
/proc/meminfo: memFree=31844112/32770624 swapFree=5648/217160
[pid=15530] ppid=15527 vsize=8816720 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/stat : 15530 (java) S 15527 15530 9838 0 -1 1077944320 2269 0 0 0 0 0 0 0 20 0 10 0 3219254 9028321280 1998 33554432000 4194304 4196468 140731995719776 140731995702320 139799550988023 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
/proc/15530/statm: 2204180 1998 1208 1 0 2193091 0
[pid=15530/tid=15531] ppid=15527 vsize=10204016 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15531/stat : 15531 (java) R 15527 15530 9838 0 -1 4202560 1000 0 0 0 0 0 0 0 20 0 10 0 3219254 10448912384 2027 33554432000 4194304 4196468 140731995719776 139799555229016 139799537068999 0 4 0 16784584 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15532] ppid=15527 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15532/stat : 15532 (java) S 15527 15530 9838 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 3219255 10449768448 2027 33554432000 4194304 4196468 140731995719776 139799509748624 139799550998229 0 4 0 16784584 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15533] ppid=15527 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15533/stat : 15533 (java) S 15527 15530 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 3219255 10449768448 2092 33554432000 4194304 4196468 140731995719776 139799156304656 139799550998229 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15534] ppid=15527 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15534/stat : 15534 (java) S 15527 15530 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 3219255 10449768448 2092 33554432000 4194304 4196468 140731995719776 139799155252368 139799550998229 0 4 0 16784584 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15535] ppid=15527 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15535/stat : 15535 (java) S 15527 15530 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 3219255 10449768448 2092 33554432000 4194304 4196468 140731995719776 139799154199568 139799550998229 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15536] ppid=15527 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15536/stat : 15536 (java) S 15527 15530 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 3219255 10449768448 2092 33554432000 4194304 4196468 140731995719776 139799153146256 139799550998229 0 4 0 16784584 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15537] ppid=15527 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15537/stat : 15537 (java) S 15527 15530 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 3219255 10449768448 2158 33554432000 4194304 4196468 140731995719776 139799152093456 139799550998229 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15538] ppid=15527 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15538/stat : 15538 (java) S 15527 15530 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 3219255 10449768448 2158 33554432000 4194304 4196468 140731995719776 139799151041168 139799550998229 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15539] ppid=15527 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15539/stat : 15539 (java) S 15527 15530 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 10 0 3219255 10449768448 2158 33554432000 4194304 4196468 140731995719776 139799149988368 139799550998229 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0

[startup+0.100073 s]
/proc/loadavg: 7.91 6.27 4.03 4/263 15530
/proc/meminfo: memFree=31844112/32770624 swapFree=5648/217160
[pid=15530] ppid=15527 vsize=10900556 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15530/stat : 15530 (java) S 15527 15530 9838 0 -1 1077944320 4975 0 0 0 8 1 0 0 20 0 20 0 3219254 11162169344 6089 33554432000 4194304 4196468 140731995719776 140731995702320 139799550988023 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
/proc/15530/statm: 2725139 6089 2637 1 0 2713552 0
[pid=15530/tid=15531] ppid=15527 vsize=10900556 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15531/stat : 15531 (java) R 15527 15530 9838 0 -1 4202560 3058 0 0 0 7 1 0 0 20 0 20 0 3219254 11162169344 6089 33554432000 4194304 4196468 140731995719776 139799555230304 139799551009949 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15532] ppid=15527 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15532/stat : 15532 (java) S 15527 15530 9838 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3219255 11162169344 6089 33554432000 4194304 4196468 140731995719776 139799509748624 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15533] ppid=15527 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15533/stat : 15533 (java) S 15527 15530 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3219255 11162169344 6089 33554432000 4194304 4196468 140731995719776 139799156304656 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15534] ppid=15527 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15534/stat : 15534 (java) S 15527 15530 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3219255 11162169344 6089 33554432000 4194304 4196468 140731995719776 139799155252368 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15535] ppid=15527 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15535/stat : 15535 (java) S 15527 15530 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3219255 11162169344 6089 33554432000 4194304 4196468 140731995719776 139799154199568 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15536] ppid=15527 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15536/stat : 15536 (java) S 15527 15530 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3219255 11162169344 6089 33554432000 4194304 4196468 140731995719776 139799153146256 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15537] ppid=15527 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15537/stat : 15537 (java) S 15527 15530 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3219255 11162169344 6089 33554432000 4194304 4196468 140731995719776 139799152093456 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15538] ppid=15527 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15538/stat : 15538 (java) S 15527 15530 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3219255 11162169344 6089 33554432000 4194304 4196468 140731995719776 139799151041168 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15539] ppid=15527 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15539/stat : 15539 (java) S 15527 15530 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3219255 11162169344 6089 33554432000 4194304 4196468 140731995719776 139799149988368 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900556

[startup+0.201236 s]
/proc/loadavg: 7.91 6.27 4.03 4/263 15530
/proc/meminfo: memFree=31844112/32770624 swapFree=5648/217160
[pid=15530] ppid=15527 vsize=10900556 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/15530/stat : 15530 (java) S 15527 15530 9838 0 -1 1077944320 7112 0 0 0 23 2 0 0 20 0 20 0 3219254 11162169344 8476 33554432000 4194304 4196468 140731995719776 140731995702320 139799550988023 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
/proc/15530/statm: 2725139 8476 2855 1 0 2713552 0
[pid=15530/tid=15531] ppid=15527 vsize=10900556 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15531/stat : 15531 (java) R 15527 15530 9838 0 -1 4202560 4783 0 0 0 16 1 0 0 20 0 20 0 3219254 11162169344 8476 33554432000 4194304 4196468 140731995719776 139799555213008 139799551009949 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15532] ppid=15527 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15532/stat : 15532 (java) S 15527 15530 9838 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3219255 11162169344 8476 33554432000 4194304 4196468 140731995719776 139799509748624 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15533] ppid=15527 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15533/stat : 15533 (java) S 15527 15530 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3219255 11162169344 8476 33554432000 4194304 4196468 140731995719776 139799156304656 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15534] ppid=15527 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15534/stat : 15534 (java) S 15527 15530 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3219255 11162169344 8476 33554432000 4194304 4196468 140731995719776 139799155252368 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15535] ppid=15527 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15535/stat : 15535 (java) S 15527 15530 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3219255 11162169344 8476 33554432000 4194304 4196468 140731995719776 139799154199568 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15536] ppid=15527 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15536/stat : 15536 (java) S 15527 15530 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3219255 11162169344 8476 33554432000 4194304 4196468 140731995719776 139799153146256 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15537] ppid=15527 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15537/stat : 15537 (java) S 15527 15530 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3219255 11162169344 8476 33554432000 4194304 4196468 140731995719776 139799152093456 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15538] ppid=15527 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15538/stat : 15538 (java) S 15527 15530 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3219255 11162169344 8476 33554432000 4194304 4196468 140731995719776 139799151041168 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15539] ppid=15527 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15539/stat : 15539 (java) S 15527 15530 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3219255 11162169344 8476 33554432000 4194304 4196468 140731995719776 139799149988368 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10900556

[startup+0.300879 s]
/proc/loadavg: 7.91 6.27 4.03 4/263 15530
/proc/meminfo: memFree=31844112/32770624 swapFree=5648/217160
[pid=15530] ppid=15527 vsize=10900556 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/15530/stat : 15530 (java) S 15527 15530 9838 0 -1 1077944320 9809 0 0 0 51 3 0 0 20 0 20 0 3219254 11162169344 12674 33554432000 4194304 4196468 140731995719776 140731995702320 139799550988023 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
/proc/15530/statm: 2725139 12674 3010 1 0 2713552 0
[pid=15530/tid=15531] ppid=15527 vsize=10900556 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15531/stat : 15531 (java) R 15527 15530 9838 0 -1 4202560 5081 0 0 0 26 2 0 0 20 0 20 0 3219254 11162169344 12674 33554432000 4194304 4196468 140731995719776 139799555224064 139799188379797 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15532] ppid=15527 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15532/stat : 15532 (java) S 15527 15530 9838 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3219255 11162169344 12674 33554432000 4194304 4196468 140731995719776 139799509748624 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15533] ppid=15527 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15533/stat : 15533 (java) S 15527 15530 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3219255 11162169344 12674 33554432000 4194304 4196468 140731995719776 139799156304656 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15534] ppid=15527 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15534/stat : 15534 (java) S 15527 15530 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3219255 11162169344 12674 33554432000 4194304 4196468 140731995719776 139799155252368 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15535] ppid=15527 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15535/stat : 15535 (java) S 15527 15530 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3219255 11162169344 12674 33554432000 4194304 4196468 140731995719776 139799154199568 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15536] ppid=15527 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15536/stat : 15536 (java) S 15527 15530 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3219255 11162169344 12674 33554432000 4194304 4196468 140731995719776 139799153146256 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15537] ppid=15527 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15537/stat : 15537 (java) S 15527 15530 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3219255 11162169344 12674 33554432000 4194304 4196468 140731995719776 139799152093456 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15538] ppid=15527 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15538/stat : 15538 (java) S 15527 15530 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3219255 11162169344 12674 33554432000 4194304 4196468 140731995719776 139799151041168 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15539] ppid=15527 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15539/stat : 15539 (java) S 15527 15530 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3219255 11162169344 12674 33554432000 4194304 4196468 140731995719776 139799149988368 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10900556

[startup+0.700655 s]
/proc/loadavg: 7.91 6.27 4.03 4/263 15530
/proc/meminfo: memFree=31844112/32770624 swapFree=5648/217160
[pid=15530] ppid=15527 vsize=10900632 CPUtime=2.2 cores=0,2,4,6,8,10,12,14
/proc/15530/stat : 15530 (java) S 15527 15530 9838 0 -1 1077944320 12200 0 0 0 214 6 0 0 20 0 20 0 3219254 11162247168 36956 33554432000 4194304 4196468 140731995719776 140731995702320 139799550988023 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
/proc/15530/statm: 2725158 36956 3093 1 0 2713552 0
[pid=15530/tid=15531] ppid=15527 vsize=10900632 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15531/stat : 15531 (java) R 15527 15530 9838 0 -1 4202560 5837 0 0 0 64 4 0 0 20 0 20 0 3219254 11162247168 36956 33554432000 4194304 4196468 140731995719776 139799555220432 139799189833805 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15532] ppid=15527 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15532/stat : 15532 (java) S 15527 15530 9838 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3219255 11162247168 36956 33554432000 4194304 4196468 140731995719776 139799509748624 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15533] ppid=15527 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15533/stat : 15533 (java) S 15527 15530 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3219255 11162247168 36956 33554432000 4194304 4196468 140731995719776 139799156304656 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15534] ppid=15527 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15534/stat : 15534 (java) S 15527 15530 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3219255 11162247168 36956 33554432000 4194304 4196468 140731995719776 139799155252368 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15535] ppid=15527 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15535/stat : 15535 (java) S 15527 15530 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3219255 11162247168 36956 33554432000 4194304 4196468 140731995719776 139799154199568 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15536] ppid=15527 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15536/stat : 15536 (java) S 15527 15530 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3219255 11162247168 36956 33554432000 4194304 4196468 140731995719776 139799153146256 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15537] ppid=15527 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15537/stat : 15537 (java) S 15527 15530 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3219255 11162247168 36956 33554432000 4194304 4196468 140731995719776 139799152093456 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15538] ppid=15527 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15538/stat : 15538 (java) S 15527 15530 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3219255 11162247168 36956 33554432000 4194304 4196468 140731995719776 139799151041168 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15539] ppid=15527 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15539/stat : 15539 (java) S 15527 15530 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3219255 11162247168 36956 33554432000 4194304 4196468 140731995719776 139799149988368 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 10900632

[startup+1.50124 s]
/proc/loadavg: 7.91 6.27 4.03 5/282 15550
/proc/meminfo: memFree=31505628/32770624 swapFree=5648/217220
[pid=15530] ppid=15527 vsize=10900632 CPUtime=5.59 cores=0,2,4,6,8,10,12,14
/proc/15530/stat : 15530 (java) S 15527 15530 9838 0 -1 1077944320 15764 0 0 0 492 67 0 0 20 0 20 0 3219254 11162247168 216811 33554432000 4194304 4196468 140731995719776 140731995702320 139799550988023 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
/proc/15530/statm: 2725158 216811 3131 1 0 2713552 0
[pid=15530/tid=15531] ppid=15527 vsize=10900632 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15531/stat : 15531 (java) R 15527 15530 9838 0 -1 4202560 6428 0 0 0 117 13 0 0 20 0 20 0 3219254 11162247168 216811 33554432000 4194304 4196468 140731995719776 139799555224296 139799191062820 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15532] ppid=15527 vsize=10900632 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15532/stat : 15532 (java) S 15527 15530 9838 0 -1 1077944384 99 0 0 0 8 6 0 0 20 0 20 0 3219255 11162247168 216811 33554432000 4194304 4196468 140731995719776 139799509748624 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15533] ppid=15527 vsize=10900632 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15533/stat : 15533 (java) S 15527 15530 9838 0 -1 1077944384 101 0 0 0 6 7 0 0 20 0 20 0 3219255 11162247168 216811 33554432000 4194304 4196468 140731995719776 139799156304656 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15534] ppid=15527 vsize=10900632 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15534/stat : 15534 (java) S 15527 15530 9838 0 -1 1077944384 93 0 0 0 5 5 0 0 20 0 20 0 3219255 11162247168 216811 33554432000 4194304 4196468 140731995719776 139799155252368 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15535] ppid=15527 vsize=10900632 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15535/stat : 15535 (java) S 15527 15530 9838 0 -1 1077944384 96 0 0 0 6 6 0 0 20 0 20 0 3219255 11162247168 216811 33554432000 4194304 4196468 140731995719776 139799154199568 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15536] ppid=15527 vsize=10900632 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15536/stat : 15536 (java) S 15527 15530 9838 0 -1 1077944384 97 0 0 0 6 7 0 0 20 0 20 0 3219255 11162247168 216811 33554432000 4194304 4196468 140731995719776 139799153146256 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15537] ppid=15527 vsize=10900632 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15537/stat : 15537 (java) S 15527 15530 9838 0 -1 1077944384 99 0 0 0 5 5 0 0 20 0 20 0 3219255 11162247168 216811 33554432000 4194304 4196468 140731995719776 139799152093456 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15538] ppid=15527 vsize=10900632 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15538/stat : 15538 (java) S 15527 15530 9838 0 -1 1077944384 89 0 0 0 8 5 0 0 20 0 20 0 3219255 11162247168 216811 33554432000 4194304 4196468 140731995719776 139799151041168 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15539] ppid=15527 vsize=10900632 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15539/stat : 15539 (java) S 15527 15530 9838 0 -1 1077944384 87 0 0 0 6 6 0 0 20 0 20 0 3219255 11162247168 216811 33554432000 4194304 4196468 140731995719776 139799149988368 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15541] ppid=15527 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15541/stat : 15541 (java) S 15527 15530 9838 0 -1 1077944384 465 0 0 0 0 0 0 0 20 0 20 0 3219258 11162247168 216811 33554432000 4194304 4196468 140731995719776 139798892198512 139799550999170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15542] ppid=15527 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15542/stat : 15542 (java) S 15527 15530 9838 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3219258 11162247168 216811 33554432000 4194304 4196468 140731995719776 139798891144544 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15543] ppid=15527 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15543/stat : 15543 (java) S 15527 15530 9838 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3219259 11162247168 216811 33554432000 4194304 4196468 140731995719776 139798890092160 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15544] ppid=15527 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15544/stat : 15544 (java) S 15527 15530 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3219263 11162247168 216811 33554432000 4194304 4196468 140731995719776 139798889040464 139799551006619 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15545] ppid=15527 vsize=10900632 CPUtime=0.92 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15545/stat : 15545 (java) S 15527 15530 9838 0 -1 1077944384 1877 0 0 0 92 0 0 0 20 0 20 0 3219263 11162247168 216811 33554432000 4194304 4196468 140731995719776 139798887987312 139799550999170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15546] ppid=15527 vsize=10900632 CPUtime=0.83 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15546/stat : 15546 (java) S 15527 15530 9838 0 -1 1077944384 1414 0 0 0 83 0 0 0 20 0 20 0 3219263 11162247168 216811 33554432000 4194304 4196468 140731995719776 139798886934512 139799550999170 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15547] ppid=15527 vsize=10900632 CPUtime=1.1 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15547/stat : 15547 (java) S 15527 15530 9838 0 -1 1077944384 1545 0 0 0 110 0 0 0 20 0 20 0 3219263 11162247168 216811 33554432000 4194304 4196468 140731995719776 139798885882224 139799550999170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15548] ppid=15527 vsize=10900632 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15548/stat : 15548 (java) S 15527 15530 9838 0 -1 1077944384 1907 0 0 0 34 1 0 0 20 0 20 0 3219263 11162247168 216811 33554432000 4194304 4196468 140731995719776 139798884829424 139799550999170 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15549] ppid=15527 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15549/stat : 15549 (java) S 15527 15530 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3219263 11162247168 216811 33554432000 4194304 4196468 140731995719776 139798883777376 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15550] ppid=15527 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15550/stat : 15550 (java) S 15527 15530 9838 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3219263 11162247168 216811 33554432000 4194304 4196468 140731995719776 139798882724656 139799550999170 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
Current children cumulated CPU time (s) 5.59

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

[pid=15530/tid=15548] ppid=15527 vsize=10967196 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15548/stat : 15548 (java) S 15527 15530 9838 0 -1 1077944384 6818 0 0 0 56 1 0 0 20 0 21 0 3219263 11230408704 970523 33554432000 4194304 4196468 140731995719776 139798884829424 139799550999170 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15549] ppid=15527 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15549/stat : 15549 (java) S 15527 15530 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3219263 11230408704 970523 33554432000 4194304 4196468 140731995719776 139798883777376 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15550] ppid=15527 vsize=10967196 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15550/stat : 15550 (java) S 15527 15530 9838 0 -1 1077944384 3215 0 0 0 31 33 0 0 20 0 21 0 3219263 11230408704 970523 33554432000 4194304 4196468 140731995719776 139798882724656 139799550999170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15551] ppid=15527 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15551/stat : 15551 (java) S 15527 15530 9838 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3220694 11230408704 970523 33554432000 4194304 4196468 140731995719776 139798881670704 139799550999170 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
Current children cumulated CPU time (s) 2379.68
Current children cumulated vsize (KiB) 10967196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2342.7 s]
/proc/loadavg: 1.00 2.36 3.54 2/257 15871
/proc/meminfo: memFree=28123452/32770624 swapFree=5648/219548
[pid=15530] ppid=15527 vsize=10967196 CPUtime=2400.08 cores=0,2,4,6,8,10,12,14
/proc/15530/stat : 15530 (java) S 15527 15530 9838 0 -1 1077944320 321403 0 0 0 239385 623 0 0 20 0 21 0 3219254 11230408704 970523 33554432000 4194304 4196468 140731995719776 140731995702320 139799550988023 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
/proc/15530/statm: 2741799 970523 3182 1 0 2730193 0
[pid=15530/tid=15531] ppid=15527 vsize=10967196 CPUtime=2332.57 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15531/stat : 15531 (java) R 15527 15530 9838 0 -1 4202560 65895 0 0 0 233214 43 0 0 20 0 21 0 3219254 11230408704 970523 33554432000 4194304 4196468 140731995719776 139799555224872 139799187128388 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15532] ppid=15527 vsize=10967196 CPUtime=7.03 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15532/stat : 15532 (java) S 15527 15530 9838 0 -1 1077944384 14821 0 0 0 632 71 0 0 20 0 21 0 3219255 11230408704 970523 33554432000 4194304 4196468 140731995719776 139799509748624 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15533] ppid=15527 vsize=10967196 CPUtime=7.05 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15533/stat : 15533 (java) S 15527 15530 9838 0 -1 1077944384 15216 0 0 0 637 68 0 0 20 0 21 0 3219255 11230408704 970523 33554432000 4194304 4196468 140731995719776 139799156304656 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15534] ppid=15527 vsize=10967196 CPUtime=7.05 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15534/stat : 15534 (java) S 15527 15530 9838 0 -1 1077944384 38784 0 0 0 639 66 0 0 20 0 21 0 3219255 11230408704 970523 33554432000 4194304 4196468 140731995719776 139799155252368 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15535] ppid=15527 vsize=10967196 CPUtime=7.04 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15535/stat : 15535 (java) S 15527 15530 9838 0 -1 1077944384 13697 0 0 0 636 68 0 0 20 0 21 0 3219255 11230408704 970523 33554432000 4194304 4196468 140731995719776 139799154199568 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15536] ppid=15527 vsize=10967196 CPUtime=7.06 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15536/stat : 15536 (java) S 15527 15530 9838 0 -1 1077944384 33911 0 0 0 636 70 0 0 20 0 21 0 3219255 11230408704 970523 33554432000 4194304 4196468 140731995719776 139799153146256 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15537] ppid=15527 vsize=10967196 CPUtime=7.04 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15537/stat : 15537 (java) S 15527 15530 9838 0 -1 1077944384 42655 0 0 0 637 67 0 0 20 0 21 0 3219255 11230408704 970523 33554432000 4194304 4196468 140731995719776 139799152093456 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15538] ppid=15527 vsize=10967196 CPUtime=6.87 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15538/stat : 15538 (java) S 15527 15530 9838 0 -1 1077944384 14401 0 0 0 624 63 0 0 20 0 21 0 3219255 11230408704 970523 33554432000 4194304 4196468 140731995719776 139799151041168 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15539] ppid=15527 vsize=10967196 CPUtime=6.99 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15539/stat : 15539 (java) S 15527 15530 9838 0 -1 1077944384 24309 0 0 0 635 64 0 0 20 0 21 0 3219255 11230408704 970523 33554432000 4194304 4196468 140731995719776 139799149988368 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15541] ppid=15527 vsize=10967196 CPUtime=2.16 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15541/stat : 15541 (java) S 15527 15530 9838 0 -1 1077944384 16210 0 0 0 214 2 0 0 20 0 21 0 3219258 11230408704 970523 33554432000 4194304 4196468 140731995719776 139798892198512 139799550999170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15542] ppid=15527 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15542/stat : 15542 (java) S 15527 15530 9838 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 21 0 3219258 11230408704 970523 33554432000 4194304 4196468 140731995719776 139798891144544 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15543] ppid=15527 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15543/stat : 15543 (java) S 15527 15530 9838 0 -1 1077944384 182 0 0 0 0 0 0 0 20 0 21 0 3219259 11230408704 970523 33554432000 4194304 4196468 140731995719776 139798890092160 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15544] ppid=15527 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15544/stat : 15544 (java) S 15527 15530 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3219263 11230408704 970523 33554432000 4194304 4196468 140731995719776 139798889040464 139799551006619 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15545] ppid=15527 vsize=10967196 CPUtime=2.89 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15545/stat : 15545 (java) S 15527 15530 9838 0 -1 1077944384 11268 0 0 0 287 2 0 0 20 0 21 0 3219263 11230408704 970523 33554432000 4194304 4196468 140731995719776 139798887987312 139799550999170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15546] ppid=15527 vsize=10967196 CPUtime=2.24 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15546/stat : 15546 (java) S 15527 15530 9838 0 -1 1077944384 9608 0 0 0 222 2 0 0 20 0 21 0 3219263 11230408704 970523 33554432000 4194304 4196468 140731995719776 139798886934512 139799550999170 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15547] ppid=15527 vsize=10967196 CPUtime=2.72 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15547/stat : 15547 (java) S 15527 15530 9838 0 -1 1077944384 8995 0 0 0 271 1 0 0 20 0 21 0 3219263 11230408704 970523 33554432000 4194304 4196468 140731995719776 139798885882224 139799550999170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15548] ppid=15527 vsize=10967196 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15548/stat : 15548 (java) S 15527 15530 9838 0 -1 1077944384 6818 0 0 0 56 1 0 0 20 0 21 0 3219263 11230408704 970523 33554432000 4194304 4196468 140731995719776 139798884829424 139799550999170 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15549] ppid=15527 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15549/stat : 15549 (java) S 15527 15530 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3219263 11230408704 970523 33554432000 4194304 4196468 140731995719776 139798883777376 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15550] ppid=15527 vsize=10967196 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15550/stat : 15550 (java) S 15527 15530 9838 0 -1 1077944384 3215 0 0 0 32 33 0 0 20 0 21 0 3219263 11230408704 970523 33554432000 4194304 4196468 140731995719776 139798882724656 139799550999170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15551] ppid=15527 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15551/stat : 15551 (java) S 15527 15530 9838 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3220694 11230408704 970523 33554432000 4194304 4196468 140731995719776 139798881670704 139799550999170 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
Current children cumulated CPU time (s) 2400.08
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 15530 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2342.81 s]
/proc/loadavg: 1.00 2.36 3.54 2/257 15871
/proc/meminfo: memFree=28123452/32770624 swapFree=5648/219548
[pid=15530] ppid=15527 vsize=11166888 CPUtime=2400.1 cores=0,2,4,6,8,10,12,14
/proc/15530/stat : 15530 (java) S 15527 15530 9838 0 -1 1077944320 322677 0 0 0 239387 623 0 0 20 0 22 0 3219254 11434893312 970583 33554432000 4194304 4196468 140731995719776 140731995702320 139799550988023 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
/proc/15530/statm: 2791722 970583 3185 1 0 2780116 0
[pid=15530/tid=15531] ppid=15527 vsize=11166888 CPUtime=2332.59 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15531/stat : 15531 (java) S 15527 15530 9838 0 -1 1077944384 66270 0 0 0 233216 43 0 0 20 0 22 0 3219254 11434893312 970583 33554432000 4194304 4196468 140731995719776 139799555230896 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15532] ppid=15527 vsize=11166888 CPUtime=7.03 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15532/stat : 15532 (java) S 15527 15530 9838 0 -1 1077944384 14821 0 0 0 632 71 0 0 20 0 22 0 3219255 11434893312 970583 33554432000 4194304 4196468 140731995719776 139799509748624 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15533] ppid=15527 vsize=11166888 CPUtime=7.05 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15533/stat : 15533 (java) S 15527 15530 9838 0 -1 1077944384 15216 0 0 0 637 68 0 0 20 0 22 0 3219255 11434893312 970583 33554432000 4194304 4196468 140731995719776 139799156304656 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15534] ppid=15527 vsize=11166888 CPUtime=7.05 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15534/stat : 15534 (java) S 15527 15530 9838 0 -1 1077944384 38784 0 0 0 639 66 0 0 20 0 22 0 3219255 11434893312 970583 33554432000 4194304 4196468 140731995719776 139799155252368 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15535] ppid=15527 vsize=11166888 CPUtime=7.04 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15535/stat : 15535 (java) S 15527 15530 9838 0 -1 1077944384 13697 0 0 0 636 68 0 0 20 0 22 0 3219255 11434893312 970583 33554432000 4194304 4196468 140731995719776 139799154199568 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15536] ppid=15527 vsize=11166888 CPUtime=7.06 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15536/stat : 15536 (java) S 15527 15530 9838 0 -1 1077944384 33911 0 0 0 636 70 0 0 20 0 22 0 3219255 11434893312 970583 33554432000 4194304 4196468 140731995719776 139799153146256 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15537] ppid=15527 vsize=11166888 CPUtime=7.04 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15537/stat : 15537 (java) S 15527 15530 9838 0 -1 1077944384 42655 0 0 0 637 67 0 0 20 0 22 0 3219255 11434893312 970583 33554432000 4194304 4196468 140731995719776 139799152093456 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15538] ppid=15527 vsize=11166888 CPUtime=6.87 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15538/stat : 15538 (java) S 15527 15530 9838 0 -1 1077944384 14401 0 0 0 624 63 0 0 20 0 22 0 3219255 11434893312 970583 33554432000 4194304 4196468 140731995719776 139799151041168 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15539] ppid=15527 vsize=11166888 CPUtime=6.99 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15539/stat : 15539 (java) S 15527 15530 9838 0 -1 1077944384 24309 0 0 0 635 64 0 0 20 0 22 0 3219255 11434893312 970583 33554432000 4194304 4196468 140731995719776 139799149988368 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15541] ppid=15527 vsize=11166888 CPUtime=2.16 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15541/stat : 15541 (java) S 15527 15530 9838 0 -1 1077944384 16241 0 0 0 214 2 0 0 20 0 22 0 3219258 11434893312 970583 33554432000 4194304 4196468 140731995719776 139798892198512 139799550999170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15542] ppid=15527 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15542/stat : 15542 (java) S 15527 15530 9838 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 22 0 3219258 11434893312 970583 33554432000 4194304 4196468 140731995719776 139798891144544 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15543] ppid=15527 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15543/stat : 15543 (java) S 15527 15530 9838 0 -1 1077944384 182 0 0 0 0 0 0 0 20 0 22 0 3219259 11434893312 970583 33554432000 4194304 4196468 140731995719776 139798890092160 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15544] ppid=15527 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15544/stat : 15544 (java) S 15527 15530 9838 0 -1 1077944384 217 0 0 0 0 0 0 0 20 0 22 0 3219263 11434893312 970583 33554432000 4194304 4196468 140731995719776 139798889040464 139799551006619 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15545] ppid=15527 vsize=11166888 CPUtime=2.89 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15545/stat : 15545 (java) S 15527 15530 9838 0 -1 1077944384 11268 0 0 0 287 2 0 0 20 0 22 0 3219263 11434893312 970583 33554432000 4194304 4196468 140731995719776 139798887987312 139799550999170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15546] ppid=15527 vsize=11166888 CPUtime=2.24 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15546/stat : 15546 (java) S 15527 15530 9838 0 -1 1077944384 9608 0 0 0 222 2 0 0 20 0 22 0 3219263 11434893312 970583 33554432000 4194304 4196468 140731995719776 139798886934512 139799550999170 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15547] ppid=15527 vsize=11166888 CPUtime=2.72 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15547/stat : 15547 (java) S 15527 15530 9838 0 -1 1077944384 8995 0 0 0 271 1 0 0 20 0 22 0 3219263 11434893312 970583 33554432000 4194304 4196468 140731995719776 139798885882224 139799550999170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15548] ppid=15527 vsize=11166888 CPUtime=0.58 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15548/stat : 15548 (java) S 15527 15530 9838 0 -1 1077944384 7099 0 0 0 57 1 0 0 20 0 22 0 3219263 11434893312 970583 33554432000 4194304 4196468 140731995719776 139798884829424 139799550999170 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15549] ppid=15527 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15549/stat : 15549 (java) S 15527 15530 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3219263 11434893312 970583 33554432000 4194304 4196468 140731995719776 139798883777376 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15550] ppid=15527 vsize=11166888 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15550/stat : 15550 (java) S 15527 15530 9838 0 -1 1077944384 3215 0 0 0 32 33 0 0 20 0 22 0 3219263 11434893312 970583 33554432000 4194304 4196468 140731995719776 139798882724656 139799550999170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
Current children cumulated CPU time (s) 2400.1
Current children cumulated vsize (KiB) 11166888

[startup+2342.9 s]
/proc/loadavg: 1.00 2.36 3.54 2/257 15871
/proc/meminfo: memFree=28123452/32770624 swapFree=5648/219548
[pid=15530] ppid=15527 vsize=11166888 CPUtime=2400.1 cores=0,2,4,6,8,10,12,14
/proc/15530/stat : 15530 (java) S 15527 15530 9838 0 -1 1077944320 322677 0 0 0 239387 623 0 0 20 0 22 0 3219254 11434893312 970583 33554432000 4194304 4196468 140731995719776 140731995702320 139799550988023 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
/proc/15530/statm: 2791722 970583 3185 1 0 2780116 0
[pid=15530/tid=15531] ppid=15527 vsize=11166888 CPUtime=2332.59 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15531/stat : 15531 (java) S 15527 15530 9838 0 -1 1077944384 66270 0 0 0 233216 43 0 0 20 0 22 0 3219254 11434893312 970583 33554432000 4194304 4196468 140731995719776 139799555230896 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15532] ppid=15527 vsize=11166888 CPUtime=7.03 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15532/stat : 15532 (java) S 15527 15530 9838 0 -1 1077944384 14821 0 0 0 632 71 0 0 20 0 22 0 3219255 11434893312 970583 33554432000 4194304 4196468 140731995719776 139799509748624 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15533] ppid=15527 vsize=11166888 CPUtime=7.05 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15533/stat : 15533 (java) S 15527 15530 9838 0 -1 1077944384 15216 0 0 0 637 68 0 0 20 0 22 0 3219255 11434893312 970583 33554432000 4194304 4196468 140731995719776 139799156304656 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15534] ppid=15527 vsize=11166888 CPUtime=7.05 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15534/stat : 15534 (java) S 15527 15530 9838 0 -1 1077944384 38784 0 0 0 639 66 0 0 20 0 22 0 3219255 11434893312 970583 33554432000 4194304 4196468 140731995719776 139799155252368 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15535] ppid=15527 vsize=11166888 CPUtime=7.04 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15535/stat : 15535 (java) S 15527 15530 9838 0 -1 1077944384 13697 0 0 0 636 68 0 0 20 0 22 0 3219255 11434893312 970583 33554432000 4194304 4196468 140731995719776 139799154199568 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15536] ppid=15527 vsize=11166888 CPUtime=7.06 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15536/stat : 15536 (java) S 15527 15530 9838 0 -1 1077944384 33911 0 0 0 636 70 0 0 20 0 22 0 3219255 11434893312 970583 33554432000 4194304 4196468 140731995719776 139799153146256 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15537] ppid=15527 vsize=11166888 CPUtime=7.04 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15537/stat : 15537 (java) S 15527 15530 9838 0 -1 1077944384 42655 0 0 0 637 67 0 0 20 0 22 0 3219255 11434893312 970583 33554432000 4194304 4196468 140731995719776 139799152093456 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15538] ppid=15527 vsize=11166888 CPUtime=6.87 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15538/stat : 15538 (java) S 15527 15530 9838 0 -1 1077944384 14401 0 0 0 624 63 0 0 20 0 22 0 3219255 11434893312 970583 33554432000 4194304 4196468 140731995719776 139799151041168 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15539] ppid=15527 vsize=11166888 CPUtime=6.99 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15539/stat : 15539 (java) S 15527 15530 9838 0 -1 1077944384 24309 0 0 0 635 64 0 0 20 0 22 0 3219255 11434893312 970583 33554432000 4194304 4196468 140731995719776 139799149988368 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15541] ppid=15527 vsize=11166888 CPUtime=2.16 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15541/stat : 15541 (java) S 15527 15530 9838 0 -1 1077944384 16241 0 0 0 214 2 0 0 20 0 22 0 3219258 11434893312 970583 33554432000 4194304 4196468 140731995719776 139798892198512 139799550999170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15542] ppid=15527 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15542/stat : 15542 (java) S 15527 15530 9838 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 22 0 3219258 11434893312 970583 33554432000 4194304 4196468 140731995719776 139798891144544 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15543] ppid=15527 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15543/stat : 15543 (java) S 15527 15530 9838 0 -1 1077944384 182 0 0 0 0 0 0 0 20 0 22 0 3219259 11434893312 970583 33554432000 4194304 4196468 140731995719776 139798890092160 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15544] ppid=15527 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15544/stat : 15544 (java) S 15527 15530 9838 0 -1 1077944384 217 0 0 0 0 0 0 0 20 0 22 0 3219263 11434893312 970583 33554432000 4194304 4196468 140731995719776 139798889040464 139799551006619 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15545] ppid=15527 vsize=11166888 CPUtime=2.89 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15545/stat : 15545 (java) S 15527 15530 9838 0 -1 1077944384 11268 0 0 0 287 2 0 0 20 0 22 0 3219263 11434893312 970583 33554432000 4194304 4196468 140731995719776 139798887987312 139799550999170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15546] ppid=15527 vsize=11166888 CPUtime=2.24 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15546/stat : 15546 (java) S 15527 15530 9838 0 -1 1077944384 9608 0 0 0 222 2 0 0 20 0 22 0 3219263 11434893312 970583 33554432000 4194304 4196468 140731995719776 139798886934512 139799550999170 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15547] ppid=15527 vsize=11166888 CPUtime=2.72 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15547/stat : 15547 (java) S 15527 15530 9838 0 -1 1077944384 8995 0 0 0 271 1 0 0 20 0 22 0 3219263 11434893312 970583 33554432000 4194304 4196468 140731995719776 139798885882224 139799550999170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15548] ppid=15527 vsize=11166888 CPUtime=0.58 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15548/stat : 15548 (java) S 15527 15530 9838 0 -1 1077944384 7099 0 0 0 57 1 0 0 20 0 22 0 3219263 11434893312 970583 33554432000 4194304 4196468 140731995719776 139798884829424 139799550999170 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15549] ppid=15527 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15549/stat : 15549 (java) S 15527 15530 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3219263 11434893312 970583 33554432000 4194304 4196468 140731995719776 139798883777376 139799550998229 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
[pid=15530/tid=15550] ppid=15527 vsize=11166888 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/15530/task/15550/stat : 15550 (java) S 15527 15530 9838 0 -1 1077944384 3215 0 0 0 32 33 0 0 20 0 22 0 3219263 11434893312 970583 33554432000 4194304 4196468 140731995719776 139798882724656 139799550999170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11264000 140731995727019 140731995727172 140731995727172 140731995729871 0
Current children cumulated CPU time (s) 2400.1
Current children cumulated vsize (KiB) 11166888

Child status: 143
Real time (s): 2343
CPU time (s): 2400.21
CPU user time (s): 2393.94
CPU system time (s): 6.2624
CPU usage (%): 102.442
Max. virtual memory (cumulated for all children) (KiB): 11166888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2393.94
system time used= 6.2624
maximum resident set size= 3882876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 324607
page faults= 0
swaps= 0
block input operations= 8
block output operations= 1480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58890
involuntary context switches= 123841

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.0294 second user time and 18.2237 second system time

The end

Launcher Data

Begin job on node114 at 2017-07-22 01:25:01
IDJOB=4244069
IDBENCH=134763
IDSOLVER=2623
FILE ID=node114/4244069-1500679501
RUNJOBID= node114-1500673057-14151
PBS_JOBID= 20623304
Free space on /tmp= 62008 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-spng/Pb-NG-K145.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244069-1500679501/watcher-4244069-1500679501 -o /tmp/evaluation-result-4244069-1500679501/solver-4244069-1500679501 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node114-1500673057-14151 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244069-1500679501.xml

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

MD5SUM BENCH= 5e6b89adf4cff092dc7bbd8ab430815e
RANDOM SEED=431363504

node114.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.60
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.60
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	: 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.60
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		: 1600.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		: 1867.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.60
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		: 1733.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.60
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.60
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.60
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		: 1600.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		: 1600.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.60
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:        31843868 kB
MemAvailable:   31868880 kB
Buffers:           47828 kB
Cached:           285868 kB
SwapCached:            0 kB
Active:           325024 kB
Inactive:         226012 kB
Active(anon):     219632 kB
Inactive(anon):     8852 kB
Active(file):     105392 kB
Inactive(file):   217160 kB
Unevictable:        5648 kB
Mlocked:            5648 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2728 kB
Writeback:             0 kB
AnonPages:        332320 kB
Mapped:            41980 kB
Shmem:              8848 kB
Slab:              69576 kB
SReclaimable:      36592 kB
SUnreclaim:        32984 kB
KernelStack:        4896 kB
PageTables:         6120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1174396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    262144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 62008 MiB
End job on node114 at 2017-07-22 02:04:04