Trace number 4243563

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.26 2377.52

General information on the benchmark

NameBibd/Bibd-sum-stab1/
Bibd-sum-12-03-04.xml
MD5SUM4cb414677efb9576d4ff9b4f5d333658
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark6.8545599
Satisfiable
(Un)Satisfiability was proved
Number of variables1056
Number of constraints167
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":1056}]
Minimum variable degree14
Maximum variable degree14
Distribution of variable degrees[{"degree":14,"count":1056}]
Minimum constraint arity12
Maximum constraint arity1056
Distribution of constraint arities[{"arity":12,"count":88},{"arity":88,"count":12},{"arity":176,"count":66},{"arity":1056,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":166}]
Optimization problemNO
Type of objective

Solver Data

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

pid=14373
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: 12.84 10.03 5.63 2/262 14376
/proc/meminfo: memFree=31676616/32770624 swapFree=5824/202116
[pid=14376] ppid=14373 vsize=8349744 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14376/stat : 14376 (java) S 14373 14376 9820 0 -1 1077944320 1926 0 0 0 0 0 0 0 20 0 2 0 2637588 8550137856 1668 33554432000 4194304 4196468 140723633250896 140723633233440 139656062238455 0 0 0 16784584 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
/proc/14376/statm: 2087436 1668 1197 1 0 2076347 0
[pid=14376/tid=14377] ppid=14373 vsize=8349744 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14377/stat : 14377 (java) R 14373 14376 9820 0 -1 4202560 721 0 0 0 0 0 0 0 20 0 2 0 2637588 8550137856 1734 33554432000 4194304 4196468 140723633250896 139656066480544 139656054527904 0 4 0 16784584 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0

[startup+0.10012 s]
/proc/loadavg: 12.84 10.03 5.63 2/262 14376
/proc/meminfo: memFree=31676616/32770624 swapFree=5824/202116
[pid=14376] ppid=14373 vsize=10900556 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/14376/stat : 14376 (java) S 14373 14376 9820 0 -1 1077944320 4882 0 0 0 8 1 0 0 20 0 20 0 2637588 11162169344 5456 33554432000 4194304 4196468 140723633250896 140723633233440 139656062238455 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
/proc/14376/statm: 2725139 5456 2620 1 0 2713552 0
[pid=14376/tid=14377] ppid=14373 vsize=10900556 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14377/stat : 14377 (java) R 14373 14376 9820 0 -1 4202560 2960 0 0 0 7 0 0 0 20 0 20 0 2637588 11162169344 5456 33554432000 4194304 4196468 140723633250896 139656066474496 139656062250390 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900556

[startup+0.200551 s]
/proc/loadavg: 12.84 10.03 5.63 2/262 14376
/proc/meminfo: memFree=31676616/32770624 swapFree=5824/202116
[pid=14376] ppid=14373 vsize=10900556 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/14376/stat : 14376 (java) S 14373 14376 9820 0 -1 1077944320 7109 0 0 0 23 3 0 0 20 0 20 0 2637588 11162169344 7924 33554432000 4194304 4196468 140723633250896 140723633233440 139656062238455 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
/proc/14376/statm: 2725139 7924 2850 1 0 2713552 0
[pid=14376/tid=14377] ppid=14373 vsize=10900556 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14377/stat : 14377 (java) R 14373 14376 9820 0 -1 4202560 4712 0 0 0 16 1 0 0 20 0 20 0 2637588 11162169344 7924 33554432000 4194304 4196468 140723633250896 139656066453680 139656046318942 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.30041 s]
/proc/loadavg: 12.84 10.03 5.63 2/262 14376
/proc/meminfo: memFree=31676616/32770624 swapFree=5824/202116
[pid=14376] ppid=14373 vsize=10900556 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/14376/stat : 14376 (java) S 14373 14376 9820 0 -1 1077944320 8444 0 0 0 40 3 0 0 20 0 20 0 2637588 11162169344 10216 33554432000 4194304 4196468 140723633250896 140723633233440 139656062238455 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
/proc/14376/statm: 2725139 10216 2953 1 0 2713552 0
[pid=14376/tid=14377] ppid=14373 vsize=10900556 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14377/stat : 14377 (java) R 14373 14376 9820 0 -1 4202560 5362 0 0 0 26 1 0 0 20 0 20 0 2637588 11162169344 10216 33554432000 4194304 4196468 140723633250896 139656066463536 139656046318942 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 10900556

[startup+0.700296 s]
/proc/loadavg: 12.84 10.03 5.63 2/262 14376
/proc/meminfo: memFree=31676616/32770624 swapFree=5824/202116
[pid=14376] ppid=14373 vsize=10900632 CPUtime=1.96 cores=1,3,5,7,9,11,13,15
/proc/14376/stat : 14376 (java) S 14373 14376 9820 0 -1 1077944320 13006 0 0 0 187 9 0 0 20 0 20 0 2637588 11162247168 47603 33554432000 4194304 4196468 140723633250896 140723633233440 139656062238455 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
/proc/14376/statm: 2725158 47603 3097 1 0 2713552 0
[pid=14376/tid=14377] ppid=14373 vsize=10900632 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14377/stat : 14377 (java) S 14373 14376 9820 0 -1 1077944384 5897 0 0 0 63 3 0 0 20 0 20 0 2637588 11162247168 48115 33554432000 4194304 4196468 140723633250896 139656066462208 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 10900632

[startup+1.50108 s]
/proc/loadavg: 12.84 10.03 5.63 5/282 14396
/proc/meminfo: memFree=31378444/32770624 swapFree=5824/202108
[pid=14376] ppid=14373 vsize=10900632 CPUtime=5.69 cores=1,3,5,7,9,11,13,15
/proc/14376/stat : 14376 (java) S 14373 14376 9820 0 -1 1077944320 19042 0 0 0 493 76 0 0 20 0 20 0 2637588 11162247168 121552 33554432000 4194304 4196468 140723633250896 140723633233440 139656062238455 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
/proc/14376/statm: 2725158 121552 3139 1 0 2713552 0
[pid=14376/tid=14377] ppid=14373 vsize=10900632 CPUtime=1.23 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14377/stat : 14377 (java) S 14373 14376 9820 0 -1 1077944384 6004 0 0 0 118 5 0 0 20 0 20 0 2637588 11162247168 121552 33554432000 4194304 4196468 140723633250896 139656066477184 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14379] ppid=14373 vsize=10900632 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14379/stat : 14379 (java) R 14373 14376 9820 0 -1 4202560 105 0 0 0 13 8 0 0 20 0 20 0 2637589 11162247168 121552 33554432000 4194304 4196468 140723633250896 139655668755720 139656047997272 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14380] ppid=14373 vsize=10900632 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14380/stat : 14380 (java) R 14373 14376 9820 0 -1 4202560 117 0 0 0 11 8 0 0 20 0 20 0 2637589 11162247168 121552 33554432000 4194304 4196468 140723633250896 139655667702920 139656054866663 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14381] ppid=14373 vsize=10900632 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14381/stat : 14381 (java) R 14373 14376 9820 0 -1 4202560 112 0 0 0 8 5 0 0 20 0 20 0 2637589 11162247168 121552 33554432000 4194304 4196468 140723633250896 139655666650200 139656047266338 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14382] ppid=14373 vsize=10900632 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14382/stat : 14382 (java) R 14373 14376 9820 0 -1 4202560 128 0 0 0 12 9 0 0 20 0 20 0 2637589 11162247168 121552 33554432000 4194304 4196468 140723633250896 139655665597320 139656054866663 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14383] ppid=14373 vsize=10900632 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14383/stat : 14383 (java) R 14373 14376 9820 0 -1 4202560 156 0 0 0 11 9 0 0 20 0 20 0 2637589 11162247168 121552 33554432000 4194304 4196468 140723633250896 139655664544520 139656054866663 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14384] ppid=14373 vsize=10900632 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14384/stat : 14384 (java) R 14373 14376 9820 0 -1 4202560 121 0 0 0 11 6 0 0 20 0 20 0 2637589 11162247168 121552 33554432000 4194304 4196468 140723633250896 139655663491720 139656054866663 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14385] ppid=14373 vsize=10900632 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14385/stat : 14385 (java) R 14373 14376 9820 0 -1 4202560 134 0 0 0 13 9 0 0 20 0 20 0 2637589 11162247168 121552 33554432000 4194304 4196468 140723633250896 139655662438920 139656054866663 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14386] ppid=14373 vsize=10900632 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14386/stat : 14386 (java) R 14373 14376 9820 0 -1 4202560 140 0 0 0 11 8 0 0 20 0 20 0 2637589 11162247168 121552 33554432000 4194304 4196468 140723633250896 139655661386120 139656045621490 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14387] ppid=14373 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14387/stat : 14387 (java) S 14373 14376 9820 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 20 0 2637592 11162247168 121552 33554432000 4194304 4196468 140723633250896 139655537137056 139656062248661 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14388] ppid=14373 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14388/stat : 14388 (java) S 14373 14376 9820 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 2637592 11162247168 121552 33554432000 4194304 4196468 140723633250896 139655536084512 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14389] ppid=14373 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14389/stat : 14389 (java) S 14373 14376 9820 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 2637593 11162247168 121552 33554432000 4194304 4196468 140723633250896 139655535031664 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14390] ppid=14373 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14390/stat : 14390 (java) S 14373 14376 9820 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2637596 11162247168 121552 33554432000 4194304 4196468 140723633250896 139655533979984 139656062257051 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14391] ppid=14373 vsize=10900632 CPUtime=0.64 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14391/stat : 14391 (java) S 14373 14376 9820 0 -1 1077944384 2389 0 0 0 63 1 0 0 20 0 20 0 2637596 11162247168 121552 33554432000 4194304 4196468 140723633250896 139655532927344 139656062249602 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14392] ppid=14373 vsize=10900632 CPUtime=0.96 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14392/stat : 14392 (java) R 14373 14376 9820 0 -1 4202560 3087 0 0 0 96 0 0 0 20 0 20 0 2637596 11162247168 121552 33554432000 4194304 4196468 140723633250896 139655531860568 139656043759364 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14393] ppid=14373 vsize=10900632 CPUtime=0.89 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14393/stat : 14393 (java) S 14373 14376 9820 0 -1 1077944384 2875 0 0 0 89 0 0 0 20 0 20 0 2637596 11162247168 121552 33554432000 4194304 4196468 140723633250896 139655530821744 139656062249602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14394] ppid=14373 vsize=10900632 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14394/stat : 14394 (java) S 14373 14376 9820 0 -1 1077944384 2223 0 0 0 31 0 0 0 20 0 20 0 2637596 11162247168 121552 33554432000 4194304 4196468 140723633250896 139655529768944 139656062249602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14395] ppid=14373 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14395/stat : 14395 (java) S 14373 14376 9820 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2637597 11162247168 121552 33554432000 4194304 4196468 140723633250896 139655528717408 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14396] ppid=14373 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14396/stat : 14396 (java) S 14373 14376 9820 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2637597 11162247168 121552 33554432000 4194304 4196468 140723633250896 139655527664688 139656062249602 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
Current children cumulated CPU time (s) 5.69
Current children cumulated vsize (KiB) 10900632

[startup+3.10075 s]
/proc/loadavg: 12.84 10.03 5.63 3/282 14396
/proc/meminfo: memFree=31149632/32770624 swapFree=5824/202108
[pid=14376] ppid=14373 vsize=10967196 CPUtime=9.61 cores=1,3,5,7,9,11,13,15
/proc/14376/stat : 14376 (java) S 14373 14376 9820 0 -1 1077944320 22422 0 0 0 837 124 0 0 20 0 21 0 2637588 11230408704 204271 33554432000 4194304 4196468 140723633250896 140723633233440 139656062238455 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
/proc/14376/statm: 2741799 204271 3139 1 0 2730193 0
[pid=14376/tid=14377] ppid=14373 vsize=10967196 CPUtime=2.67 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14377/stat : 14377 (java) R 14373 14376 9820 0 -1 4202560 6541 0 0 0 259 8 0 0 20 0 21 0 2637588 11230408704 204271 33554432000 4194304 4196468 140723633250896 139656066475128 139655703615598 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14379] ppid=14373 vsize=10967196 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14379/stat : 14379 (java) S 14373 14376 9820 0 -1 1077944384 381 0 0 0 20 13 0 0 20 0 21 0 2637589 11230408704 204271 33554432000 4194304 4196468 140723633250896 139655668755600 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14380] ppid=14373 vsize=10967196 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14380/stat : 14380 (java) S 14373 14376 9820 0 -1 1077944384 215 0 0 0 20 13 0 0 20 0 21 0 2637589 11230408704 204271 33554432000 4194304 4196468 140723633250896 139655667702800 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14381] ppid=14373 vsize=10967196 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14381/stat : 14381 (java) S 14373 14376 9820 0 -1 1077944384 211 0 0 0 15 11 0 0 20 0 21 0 2637589 11230408704 204271 33554432000 4194304 4196468 140723633250896 139655666650000 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14382] ppid=14373 vsize=10967196 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14382/stat : 14382 (java) S 14373 14376 9820 0 -1 1077944384 188 0 0 0 20 15 0 0 20 0 21 0 2637589 11230408704 204271 33554432000 4194304 4196468 140723633250896 139655665597200 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14383] ppid=14373 vsize=10967196 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14383/stat : 14383 (java) S 14373 14376 9820 0 -1 1077944384 262 0 0 0 19 15 0 0 20 0 21 0 2637589 11230408704 204271 33554432000 4194304 4196468 140723633250896 139655664544400 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14384] ppid=14373 vsize=10967196 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14384/stat : 14384 (java) S 14373 14376 9820 0 -1 1077944384 208 0 0 0 20 12 0 0 20 0 21 0 2637589 11230408704 204271 33554432000 4194304 4196468 140723633250896 139655663491600 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14385] ppid=14373 vsize=10967196 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14385/stat : 14385 (java) S 14373 14376 9820 0 -1 1077944384 187 0 0 0 23 15 0 0 20 0 21 0 2637589 11230408704 204271 33554432000 4194304 4196468 140723633250896 139655662438800 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14386] ppid=14373 vsize=10967196 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14386/stat : 14386 (java) S 14373 14376 9820 0 -1 1077944384 248 0 0 0 20 14 0 0 20 0 21 0 2637589 11230408704 204271 33554432000 4194304 4196468 140723633250896 139655661386000 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14387] ppid=14373 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14387/stat : 14387 (java) S 14373 14376 9820 0 -1 1077944384 522 0 0 0 0 0 0 0 20 0 21 0 2637592 11230408704 204271 33554432000 4194304 4196468 140723633250896 139655537138544 139656062249602 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14388] ppid=14373 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14388/stat : 14388 (java) S 14373 14376 9820 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 2637592 11230408704 204271 33554432000 4194304 4196468 140723633250896 139655536084576 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14389] ppid=14373 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14389/stat : 14389 (java) S 14373 14376 9820 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 2637593 11230408704 204271 33554432000 4194304 4196468 140723633250896 139655535031680 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14390] ppid=14373 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14390/stat : 14390 (java) S 14373 14376 9820 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2637596 11230408704 204271 33554432000 4194304 4196468 140723633250896 139655533979984 139656062257051 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14391] ppid=14373 vsize=10967196 CPUtime=1.2 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14391/stat : 14391 (java) S 14373 14376 9820 0 -1 1077944384 3654 0 0 0 119 1 0 0 20 0 21 0 2637596 11230408704 204271 33554432000 4194304 4196468 140723633250896 139655532927344 139656062249602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14392] ppid=14373 vsize=10967196 CPUtime=1.2 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14392/stat : 14392 (java) R 14373 14376 9820 0 -1 4202560 3147 0 0 0 120 0 0 0 20 0 21 0 2637596 11230408704 204271 33554432000 4194304 4196468 140723633250896 139655531874840 139656054527744 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14393] ppid=14373 vsize=10967196 CPUtime=1.37 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14393/stat : 14393 (java) S 14373 14376 9820 0 -1 1077944384 2939 0 0 0 137 0 0 0 20 0 21 0 2637596 11230408704 204271 33554432000 4194304 4196468 140723633250896 139655530821744 139656062249602 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14394] ppid=14373 vsize=10967196 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14394/stat : 14394 (java) S 14373 14376 9820 0 -1 1077944384 2331 0 0 0 38 0 0 0 20 0 21 0 2637596 11230408704 204271 33554432000 4194304 4196468 140723633250896 139655529768944 139656062249602 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14395] ppid=14373 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14395/stat : 14395 (java) S 14373 14376 9820 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2637597 11230408704 204271 33554432000 4194304 4196468 140723633250896 139655528717408 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14396] ppid=14373 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14396/stat : 14396 (java) S 14373 14376 9820 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2637597 11230408704 204271 33554432000 4194304 4196468 140723633250896 139655527664688 139656062249602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
Current children cumulated CPU time (s) 9.61
Current children cumulated vsize (KiB) 10967196

[startup+6.30114 s]
/proc/loadavg: 11.97 9.89 5.61 4/283 14397
/proc/meminfo: memFree=30864912/32770624 swapFree=5824/202120
[pid=14376] ppid=14373 vsize=10967196 CPUtime=13.73 cores=1,3,5,7,9,11,13,15
/proc/14376/stat : 14376 (java) S 14373 14376 9820 0 -1 1077944320 29656 0 0 0 1248 125 0 0 20 0 21 0 2637588 11230408704 203781 33554432000 4194304 4196468 140723633250896 140723633233440 139656062238455 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
/proc/14376/statm: 2741799 203781 3155 1 0 2730193 0
[pid=14376/tid=14377] ppid=14373 vsize=10967196 CPUtime=5.86 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14377/stat : 14377 (java) R 14373 14376 9820 0 -1 4202560 6996 0 0 0 578 8 0 0 20 0 21 0 2637588 11230408704 203781 33554432000 4194304 4196468 140723633250896 139656066474904 139655699578948 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14379] ppid=14373 vsize=10967196 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14379/stat : 14379 (java) S 14373 14376 9820 0 -1 1077944384 381 0 0 0 20 13 0 0 20 0 21 0 2637589 11230408704 203781 33554432000 4194304 4196468 140723633250896 139655668755600 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14380] ppid=14373 vsize=10967196 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14380/stat : 14380 (java) S 14373 14376 9820 0 -1 1077944384 215 0 0 0 20 13 0 0 20 0 21 0 2637589 11230408704 203781 33554432000 4194304 4196468 140723633250896 139655667702800 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14381] ppid=14373 vsize=10967196 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14381/stat : 14381 (java) S 14373 14376 9820 0 -1 1077944384 211 0 0 0 15 11 0 0 20 0 21 0 2637589 11230408704 203781 33554432000 4194304 4196468 140723633250896 139655666650000 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14382] ppid=14373 vsize=10967196 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14382/stat : 14382 (java) S 14373 14376 9820 0 -1 1077944384 188 0 0 0 20 15 0 0 20 0 21 0 2637589 11230408704 203781 33554432000 4194304 4196468 140723633250896 139655665597200 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14383] ppid=14373 vsize=10967196 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14383/stat : 14383 (java) S 14373 14376 9820 0 -1 1077944384 262 0 0 0 19 15 0 0 20 0 21 0 2637589 11230408704 203781 33554432000 4194304 4196468 140723633250896 139655664544400 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14384] ppid=14373 vsize=10967196 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14384/stat : 14384 (java) S 14373 14376 9820 0 -1 1077944384 208 0 0 0 20 12 0 0 20 0 21 0 2637589 11230408704 203781 33554432000 4194304 4196468 140723633250896 139655663491600 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14385] ppid=14373 vsize=10967196 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14385/stat : 14385 (java) S 14373 14376 9820 0 -1 1077944384 187 0 0 0 23 15 0 0 20 0 21 0 2637589 11230408704 203781 33554432000 4194304 4196468 140723633250896 139655662438800 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14386] ppid=14373 vsize=10967196 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14386/stat : 14386 (java) S 14373 14376 9820 0 -1 1077944384 248 0 0 0 20 14 0 0 20 0 21 0 2637589 11230408704 203781 33554432000 4194304 4196468 140723633250896 139655661386000 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14387] ppid=14373 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14387/stat : 14387 (java) S 14373 14376 9820 0 -1 1077944384 764 0 0 0 0 0 0 0 20 0 21 0 2637592 11230408704 203781 33554432000 4194304 4196468 140723633250896 139655537138544 139656062249602 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14388] ppid=14373 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14388/stat : 14388 (java) S 14373 14376 9820 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 2637592 11230408704 203781 33554432000 4194304 4196468 140723633250896 139655536084576 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14389] ppid=14373 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14389/stat : 14389 (java) S 14373 14376 9820 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 2637593 11230408704 203781 33554432000 4194304 4196468 140723633250896 139655535031680 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14390] ppid=14373 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

[pid=14376/tid=14393] ppid=14373 vsize=10967196 CPUtime=1.73 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14393/stat : 14393 (java) S 14373 14376 9820 0 -1 1077944384 7181 0 0 0 172 1 0 0 20 0 21 0 2637596 11230408704 522639 33554432000 4194304 4196468 140723633250896 139655530821744 139656062249602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14394] ppid=14373 vsize=10967196 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14394/stat : 14394 (java) S 14373 14376 9820 0 -1 1077944384 4371 0 0 0 42 1 0 0 20 0 21 0 2637596 11230408704 522639 33554432000 4194304 4196468 140723633250896 139655529768944 139656062249602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14395] ppid=14373 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14395/stat : 14395 (java) S 14373 14376 9820 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2637597 11230408704 522639 33554432000 4194304 4196468 140723633250896 139655528717408 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14396] ppid=14373 vsize=10967196 CPUtime=1.22 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14396/stat : 14396 (java) S 14373 14376 9820 0 -1 1077944384 2342 0 0 0 55 67 0 0 20 0 21 0 2637597 11230408704 522639 33554432000 4194304 4196468 140723633250896 139655527664688 139656062249602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14397] ppid=14373 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14397/stat : 14397 (java) S 14373 14376 9820 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2637862 11230408704 522639 33554432000 4194304 4196468 140723633250896 139655526610224 139656062249602 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
Current children cumulated CPU time (s) 2345.17
Current children cumulated vsize (KiB) 10967196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2377.21 s]
/proc/loadavg: 2.01 2.05 2.36 3/283 14598
/proc/meminfo: memFree=23101240/32770624 swapFree=5824/205044
[pid=14376] ppid=14373 vsize=10967196 CPUtime=2400.08 cores=1,3,5,7,9,11,13,15
/proc/14376/stat : 14376 (java) S 14373 14376 9820 0 -1 1077944320 108580 0 0 0 239383 625 0 0 20 0 21 0 2637588 11230408704 522639 33554432000 4194304 4196468 140723633250896 140723633233440 139656062238455 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
/proc/14376/statm: 2741799 522639 3171 1 0 2730193 0
[pid=14376/tid=14377] ppid=14373 vsize=10967196 CPUtime=2372.89 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14377/stat : 14377 (java) R 14373 14376 9820 0 -1 4202560 53518 0 0 0 237269 20 0 0 20 0 21 0 2637588 11230408704 522639 33554432000 4194304 4196468 140723633250896 139656066477392 139655704107414 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14379] ppid=14373 vsize=10967196 CPUtime=2.49 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14379/stat : 14379 (java) S 14373 14376 9820 0 -1 1077944384 2248 0 0 0 185 64 0 0 20 0 21 0 2637589 11230408704 522639 33554432000 4194304 4196468 140723633250896 139655668755600 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14380] ppid=14373 vsize=10967196 CPUtime=2.49 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14380/stat : 14380 (java) S 14373 14376 9820 0 -1 1077944384 1465 0 0 0 182 67 0 0 20 0 21 0 2637589 11230408704 522639 33554432000 4194304 4196468 140723633250896 139655667702800 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14381] ppid=14373 vsize=10967196 CPUtime=2.39 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14381/stat : 14381 (java) S 14373 14376 9820 0 -1 1077944384 2050 0 0 0 174 65 0 0 20 0 21 0 2637589 11230408704 522639 33554432000 4194304 4196468 140723633250896 139655666650000 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14382] ppid=14373 vsize=10967196 CPUtime=2.5 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14382/stat : 14382 (java) S 14373 14376 9820 0 -1 1077944384 1841 0 0 0 181 69 0 0 20 0 21 0 2637589 11230408704 522639 33554432000 4194304 4196468 140723633250896 139655665597200 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14383] ppid=14373 vsize=10967196 CPUtime=2.49 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14383/stat : 14383 (java) S 14373 14376 9820 0 -1 1077944384 1988 0 0 0 181 68 0 0 20 0 21 0 2637589 11230408704 522639 33554432000 4194304 4196468 140723633250896 139655664544400 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14384] ppid=14373 vsize=10967196 CPUtime=2.48 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14384/stat : 14384 (java) S 14373 14376 9820 0 -1 1077944384 1555 0 0 0 181 67 0 0 20 0 21 0 2637589 11230408704 522639 33554432000 4194304 4196468 140723633250896 139655663491600 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14385] ppid=14373 vsize=10967196 CPUtime=2.53 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14385/stat : 14385 (java) S 14373 14376 9820 0 -1 1077944384 1753 0 0 0 183 70 0 0 20 0 21 0 2637589 11230408704 522639 33554432000 4194304 4196468 140723633250896 139655662438800 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14386] ppid=14373 vsize=10967196 CPUtime=2.45 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14386/stat : 14386 (java) S 14373 14376 9820 0 -1 1077944384 1722 0 0 0 177 68 0 0 20 0 21 0 2637589 11230408704 522639 33554432000 4194304 4196468 140723633250896 139655661386000 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14387] ppid=14373 vsize=10967196 CPUtime=0.58 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14387/stat : 14387 (java) S 14373 14376 9820 0 -1 1077944384 11512 0 0 0 55 3 0 0 20 0 21 0 2637592 11230408704 522639 33554432000 4194304 4196468 140723633250896 139655537138544 139656062249602 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14388] ppid=14373 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14388/stat : 14388 (java) S 14373 14376 9820 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 21 0 2637592 11230408704 522639 33554432000 4194304 4196468 140723633250896 139655536084576 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14389] ppid=14373 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14389/stat : 14389 (java) S 14373 14376 9820 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 21 0 2637593 11230408704 522639 33554432000 4194304 4196468 140723633250896 139655535031680 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14390] ppid=14373 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14390/stat : 14390 (java) S 14373 14376 9820 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2637596 11230408704 522639 33554432000 4194304 4196468 140723633250896 139655533979984 139656062257051 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14391] ppid=14373 vsize=10967196 CPUtime=1.53 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14391/stat : 14391 (java) S 14373 14376 9820 0 -1 1077944384 7035 0 0 0 151 2 0 0 20 0 21 0 2637596 11230408704 522639 33554432000 4194304 4196468 140723633250896 139655532927344 139656062249602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14392] ppid=14373 vsize=10967196 CPUtime=1.71 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14392/stat : 14392 (java) S 14373 14376 9820 0 -1 1077944384 6520 0 0 0 170 1 0 0 20 0 21 0 2637596 11230408704 522639 33554432000 4194304 4196468 140723633250896 139655531874544 139656062249602 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14393] ppid=14373 vsize=10967196 CPUtime=1.73 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14393/stat : 14393 (java) S 14373 14376 9820 0 -1 1077944384 7195 0 0 0 172 1 0 0 20 0 21 0 2637596 11230408704 522639 33554432000 4194304 4196468 140723633250896 139655530821744 139656062249602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14394] ppid=14373 vsize=10967196 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14394/stat : 14394 (java) S 14373 14376 9820 0 -1 1077944384 4376 0 0 0 42 1 0 0 20 0 21 0 2637596 11230408704 522639 33554432000 4194304 4196468 140723633250896 139655529768944 139656062249602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14395] ppid=14373 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14395/stat : 14395 (java) S 14373 14376 9820 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2637597 11230408704 522639 33554432000 4194304 4196468 140723633250896 139655528717408 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14396] ppid=14373 vsize=10967196 CPUtime=1.25 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14396/stat : 14396 (java) S 14373 14376 9820 0 -1 1077944384 2382 0 0 0 56 69 0 0 20 0 21 0 2637597 11230408704 522639 33554432000 4194304 4196468 140723633250896 139655527664688 139656062249602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14397] ppid=14373 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14397/stat : 14397 (java) S 14373 14376 9820 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2637862 11230408704 522639 33554432000 4194304 4196468 140723633250896 139655526610224 139656062249602 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 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 14376 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2377.4 s]
/proc/loadavg: 2.01 2.05 2.36 3/283 14598
/proc/meminfo: memFree=23101240/32770624 swapFree=5824/205044
[pid=14376] ppid=14373 vsize=11166888 CPUtime=2400.12 cores=1,3,5,7,9,11,13,15
/proc/14376/stat : 14376 (java) S 14373 14376 9820 0 -1 1077944320 109973 0 0 0 239387 625 0 0 20 0 22 0 2637588 11434893312 523238 33554432000 4194304 4196468 140723633250896 140723633233440 139656062238455 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
/proc/14376/statm: 2791722 523238 3174 1 0 2780116 0
[pid=14376/tid=14377] ppid=14373 vsize=11166888 CPUtime=2372.92 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14377/stat : 14377 (java) S 14373 14376 9820 0 -1 1077944384 53639 0 0 0 237272 20 0 0 20 0 22 0 2637588 11434893312 523238 33554432000 4194304 4196468 140723633250896 139656066481328 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14379] ppid=14373 vsize=11166888 CPUtime=2.49 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14379/stat : 14379 (java) S 14373 14376 9820 0 -1 1077944384 2248 0 0 0 185 64 0 0 20 0 22 0 2637589 11434893312 523238 33554432000 4194304 4196468 140723633250896 139655668755600 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14380] ppid=14373 vsize=11166888 CPUtime=2.49 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14380/stat : 14380 (java) S 14373 14376 9820 0 -1 1077944384 1465 0 0 0 182 67 0 0 20 0 22 0 2637589 11434893312 523238 33554432000 4194304 4196468 140723633250896 139655667702800 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14381] ppid=14373 vsize=11166888 CPUtime=2.39 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14381/stat : 14381 (java) S 14373 14376 9820 0 -1 1077944384 2050 0 0 0 174 65 0 0 20 0 22 0 2637589 11434893312 523238 33554432000 4194304 4196468 140723633250896 139655666650000 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14382] ppid=14373 vsize=11166888 CPUtime=2.5 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14382/stat : 14382 (java) S 14373 14376 9820 0 -1 1077944384 1841 0 0 0 181 69 0 0 20 0 22 0 2637589 11434893312 523238 33554432000 4194304 4196468 140723633250896 139655665597200 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14383] ppid=14373 vsize=11166888 CPUtime=2.49 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14383/stat : 14383 (java) S 14373 14376 9820 0 -1 1077944384 1988 0 0 0 181 68 0 0 20 0 22 0 2637589 11434893312 523238 33554432000 4194304 4196468 140723633250896 139655664544400 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14384] ppid=14373 vsize=11166888 CPUtime=2.48 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14384/stat : 14384 (java) S 14373 14376 9820 0 -1 1077944384 1555 0 0 0 181 67 0 0 20 0 22 0 2637589 11434893312 523238 33554432000 4194304 4196468 140723633250896 139655663491600 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14385] ppid=14373 vsize=11166888 CPUtime=2.53 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14385/stat : 14385 (java) S 14373 14376 9820 0 -1 1077944384 1753 0 0 0 183 70 0 0 20 0 22 0 2637589 11434893312 523238 33554432000 4194304 4196468 140723633250896 139655662438800 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14386] ppid=14373 vsize=11166888 CPUtime=2.45 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14386/stat : 14386 (java) S 14373 14376 9820 0 -1 1077944384 1722 0 0 0 177 68 0 0 20 0 22 0 2637589 11434893312 523238 33554432000 4194304 4196468 140723633250896 139655661386000 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14387] ppid=14373 vsize=11166888 CPUtime=0.58 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14387/stat : 14387 (java) S 14373 14376 9820 0 -1 1077944384 11512 0 0 0 55 3 0 0 20 0 22 0 2637592 11434893312 523238 33554432000 4194304 4196468 140723633250896 139655537138544 139656062249602 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14388] ppid=14373 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14388/stat : 14388 (java) S 14373 14376 9820 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 22 0 2637592 11434893312 523238 33554432000 4194304 4196468 140723633250896 139655536084576 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14389] ppid=14373 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14389/stat : 14389 (java) S 14373 14376 9820 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 22 0 2637593 11434893312 523238 33554432000 4194304 4196468 140723633250896 139655535031680 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14390] ppid=14373 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14390/stat : 14390 (java) S 14373 14376 9820 0 -1 1077944384 241 0 0 0 0 0 0 0 20 0 22 0 2637596 11434893312 523238 33554432000 4194304 4196468 140723633250896 139655533979984 139656062257051 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14391] ppid=14373 vsize=11166888 CPUtime=1.53 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14391/stat : 14391 (java) S 14373 14376 9820 0 -1 1077944384 7035 0 0 0 151 2 0 0 20 0 22 0 2637596 11434893312 523238 33554432000 4194304 4196468 140723633250896 139655532927344 139656062249602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14392] ppid=14373 vsize=11166888 CPUtime=1.71 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14392/stat : 14392 (java) S 14373 14376 9820 0 -1 1077944384 6520 0 0 0 170 1 0 0 20 0 22 0 2637596 11434893312 523238 33554432000 4194304 4196468 140723633250896 139655531874544 139656062249602 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14393] ppid=14373 vsize=11166888 CPUtime=1.73 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14393/stat : 14393 (java) S 14373 14376 9820 0 -1 1077944384 7195 0 0 0 172 1 0 0 20 0 22 0 2637596 11434893312 523238 33554432000 4194304 4196468 140723633250896 139655530821744 139656062249602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14394] ppid=14373 vsize=11166888 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14394/stat : 14394 (java) S 14373 14376 9820 0 -1 1077944384 5008 0 0 0 42 1 0 0 20 0 22 0 2637596 11434893312 523238 33554432000 4194304 4196468 140723633250896 139655529768944 139656062249602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14395] ppid=14373 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14395/stat : 14395 (java) S 14373 14376 9820 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 2637597 11434893312 523238 33554432000 4194304 4196468 140723633250896 139655528717408 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14396] ppid=14373 vsize=11166888 CPUtime=1.25 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14396/stat : 14396 (java) S 14373 14376 9820 0 -1 1077944384 2382 0 0 0 56 69 0 0 20 0 22 0 2637597 11434893312 523238 33554432000 4194304 4196468 140723633250896 139655527664688 139656062249602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
Current children cumulated CPU time (s) 2400.12
Current children cumulated vsize (KiB) 11166888

[startup+2377.5 s]
/proc/loadavg: 2.01 2.05 2.36 3/283 14598
/proc/meminfo: memFree=23101240/32770624 swapFree=5824/205044
[pid=14376] ppid=14373 vsize=11166888 CPUtime=2400.24 cores=1,3,5,7,9,11,13,15
/proc/14376/stat : 14376 (java) S 14373 14376 9820 0 -1 1077944320 111584 0 0 0 239399 625 0 0 20 0 20 0 2637588 11434893312 523747 33554432000 4194304 4196468 140723633250896 140723633233440 139656062238455 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
/proc/14376/statm: 2791722 523747 3174 1 0 2780116 0
[pid=14376/tid=14377] ppid=14373 vsize=11166888 CPUtime=2372.92 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14377/stat : 14377 (java) S 14373 14376 9820 0 -1 1077944384 53639 0 0 0 237272 20 0 0 20 0 20 0 2637588 11434893312 523747 33554432000 4194304 4196468 140723633250896 139656066479856 139656062249602 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14379] ppid=14373 vsize=11166888 CPUtime=2.49 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14379/stat : 14379 (java) S 14373 14376 9820 0 -1 1077944384 2248 0 0 0 185 64 0 0 20 0 20 0 2637589 11434893312 523747 33554432000 4194304 4196468 140723633250896 139655668755600 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14380] ppid=14373 vsize=11166888 CPUtime=2.49 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14380/stat : 14380 (java) S 14373 14376 9820 0 -1 1077944384 1465 0 0 0 182 67 0 0 20 0 20 0 2637589 11434893312 523747 33554432000 4194304 4196468 140723633250896 139655667702800 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14381] ppid=14373 vsize=11166888 CPUtime=2.39 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14381/stat : 14381 (java) S 14373 14376 9820 0 -1 1077944384 2050 0 0 0 174 65 0 0 20 0 20 0 2637589 11434893312 523747 33554432000 4194304 4196468 140723633250896 139655666650000 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14382] ppid=14373 vsize=11166888 CPUtime=2.5 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14382/stat : 14382 (java) S 14373 14376 9820 0 -1 1077944384 1841 0 0 0 181 69 0 0 20 0 20 0 2637589 11434893312 523747 33554432000 4194304 4196468 140723633250896 139655665597200 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14383] ppid=14373 vsize=11166888 CPUtime=2.49 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14383/stat : 14383 (java) S 14373 14376 9820 0 -1 1077944384 1988 0 0 0 181 68 0 0 20 0 20 0 2637589 11434893312 523747 33554432000 4194304 4196468 140723633250896 139655664544400 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14384] ppid=14373 vsize=11166888 CPUtime=2.48 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14384/stat : 14384 (java) S 14373 14376 9820 0 -1 1077944384 1555 0 0 0 181 67 0 0 20 0 20 0 2637589 11434893312 523747 33554432000 4194304 4196468 140723633250896 139655663491600 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14385] ppid=14373 vsize=11166888 CPUtime=2.53 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14385/stat : 14385 (java) S 14373 14376 9820 0 -1 1077944384 1753 0 0 0 183 70 0 0 20 0 20 0 2637589 11434893312 523747 33554432000 4194304 4196468 140723633250896 139655662438800 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14386] ppid=14373 vsize=11166888 CPUtime=2.45 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14386/stat : 14386 (java) S 14373 14376 9820 0 -1 1077944384 1722 0 0 0 177 68 0 0 20 0 20 0 2637589 11434893312 523747 33554432000 4194304 4196468 140723633250896 139655661386000 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14387] ppid=14373 vsize=11166888 CPUtime=0.58 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14387/stat : 14387 (java) S 14373 14376 9820 0 -1 1077944384 11537 0 0 0 55 3 0 0 20 0 20 0 2637592 11434893312 523747 33554432000 4194304 4196468 140723633250896 139655537138048 139656062249602 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14388] ppid=14373 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14388/stat : 14388 (java) S 14373 14376 9820 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 20 0 2637592 11434893312 523747 33554432000 4194304 4196468 140723633250896 139655536084576 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14389] ppid=14373 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14389/stat : 14389 (java) S 14373 14376 9820 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 20 0 2637593 11434893312 523747 33554432000 4194304 4196468 140723633250896 139655535031680 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14390] ppid=14373 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14390/stat : 14390 (java) S 14373 14376 9820 0 -1 1077944384 241 0 0 0 0 0 0 0 20 0 20 0 2637596 11434893312 523747 33554432000 4194304 4196468 140723633250896 139655533979696 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14391] ppid=14373 vsize=11166888 CPUtime=1.53 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14391/stat : 14391 (java) S 14373 14376 9820 0 -1 1077944384 7122 0 0 0 151 2 0 0 20 0 20 0 2637596 11434893312 523747 33554432000 4194304 4196468 140723633250896 139655532927344 139656062249602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14392] ppid=14373 vsize=11166888 CPUtime=1.72 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14392/stat : 14392 (java) S 14373 14376 9820 0 -1 1077944384 6774 0 0 0 171 1 0 0 20 0 20 0 2637596 11434893312 523747 33554432000 4194304 4196468 140723633250896 139655531859056 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14393] ppid=14373 vsize=11166888 CPUtime=1.76 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14393/stat : 14393 (java) S 14373 14376 9820 0 -1 1077944384 7595 0 0 0 175 1 0 0 20 0 20 0 2637596 11434893312 523747 33554432000 4194304 4196468 140723633250896 139655530821744 139656062249602 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14394] ppid=14373 vsize=11166888 CPUtime=0.44 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14394/stat : 14394 (java) S 14373 14376 9820 0 -1 1077944384 5612 0 0 0 43 1 0 0 20 0 20 0 2637596 11434893312 523747 33554432000 4194304 4196468 140723633250896 139655529768944 139656062249602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
[pid=14376/tid=14395] ppid=14373 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14376/task/14395/stat : 14395 (java) S 14373 14376 9820 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2637597 11434893312 523747 33554432000 4194304 4196468 140723633250896 139655528717408 139656062248661 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37462016 140723633259691 140723633259844 140723633259844 140723633262543 0
Current children cumulated CPU time (s) 2400.24
Current children cumulated vsize (KiB) 11166888

Child status: 143
Real time (s): 2377.52
CPU time (s): 2400.26
CPU user time (s): 2394
CPU system time (s): 6.26885
CPU usage (%): 100.957
Max. virtual memory (cumulated for all children) (KiB): 11166888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2394
system time used= 6.26886
maximum resident set size= 2095444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111624
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55302
involuntary context switches= 121810

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.832 second user time and 18.8431 second system time

The end

Launcher Data

Begin job on node147 at 2017-07-21 23:48:44
IDJOB=4243563
IDBENCH=123864
IDSOLVER=2623
FILE ID=node147/4243563-1500673724
RUNJOBID= node147-1500673363-13448
PBS_JOBID= 20623274
Free space on /tmp= 61932 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Bibd/Bibd-sum-stab1/Bibd-sum-12-03-04.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243563-1500673724/watcher-4243563-1500673724 -o /tmp/evaluation-result-4243563-1500673724/solver-4243563-1500673724 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node147-1500673363-13448 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243563-1500673724.xml

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

MD5SUM BENCH= 4cb414677efb9576d4ff9b4f5d333658
RANDOM SEED=742802638

node147.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.47
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		: 2400.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.47
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.47
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		: 2533.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.47
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		: 2133.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		: 2668.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.47
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		: 2668.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.47
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		: 2668.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.47
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.47
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:        31676792 kB
MemAvailable:   31681716 kB
Buffers:           40296 kB
Cached:           274696 kB
SwapCached:            0 kB
Active:           507240 kB
Inactive:         210472 kB
Active(anon):     405744 kB
Inactive(anon):     8680 kB
Active(file):     101496 kB
Inactive(file):   201792 kB
Unevictable:        5824 kB
Mlocked:            5824 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1916 kB
Writeback:             0 kB
AnonPages:        420320 kB
Mapped:            42280 kB
Shmem:              8852 kB
Slab:              68136 kB
SReclaimable:      34940 kB
SUnreclaim:        33196 kB
KernelStack:        4880 kB
PageTables:         5524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1302752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    307200 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61932 MiB
End job on node147 at 2017-07-22 00:28:22