Trace number 4243548

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-05UNSAT 14.6864 4.57628

General information on the benchmark

NameSat/Sat-xcsp2-bmc/
bmc-ibm-7-02_X2.xml
MD5SUM69e4f2d1840ee6c3ffd4a60a6361deb1
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark7.70718
Satisfiable
(Un)Satisfiability was proved
Number of variables8710
Number of constraints48484
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":8710}]
Minimum variable degree1
Maximum variable degree351
Distribution of variable degrees[{"degree":1,"count":80},{"degree":3,"count":130},{"degree":5,"count":38},{"degree":6,"count":1113},{"degree":7,"count":845},{"degree":8,"count":2310},{"degree":9,"count":982},{"degree":10,"count":398},{"degree":11,"count":355},{"degree":12,"count":309},{"degree":13,"count":256},{"degree":14,"count":153},{"degree":15,"count":50},{"degree":16,"count":123},{"degree":17,"count":53},{"degree":18,"count":29},{"degree":19,"count":97},{"degree":20,"count":271},{"degree":21,"count":131},{"degree":22,"count":230},{"degree":23,"count":114},{"degree":24,"count":12},{"degree":25,"count":9},{"degree":26,"count":6},{"degree":27,"count":9},{"degree":28,"count":16},{"degree":29,"count":80},{"degree":32,"count":16},{"degree":33,"count":80},{"degree":36,"count":26},{"degree":37,"count":125},{"degree":38,"count":61},{"degree":41,"count":5},{"degree":42,"count":48},{"degree":43,"count":40},{"degree":54,"count":12},{"degree":70,"count":6},{"degree":72,"count":6},{"degree":74,"count":6},{"degree":82,"count":4},{"degree":83,"count":16},{"degree":86,"count":6},{"degree":88,"count":6},{"degree":103,"count":12},{"degree":104,"count":6},{"degree":141,"count":6},{"degree":146,"count":12},{"degree":179,"count":6},{"degree":350,"count":1},{"degree":351,"count":5}]
Minimum constraint arity1
Maximum constraint arity33
Distribution of constraint arities[{"arity":1,"count":8912},{"arity":2,"count":32425},{"arity":3,"count":2423},{"arity":4,"count":885},{"arity":5,"count":1429},{"arity":6,"count":1209},{"arity":7,"count":251},{"arity":8,"count":411},{"arity":9,"count":201},{"arity":10,"count":18},{"arity":11,"count":129},{"arity":12,"count":9},{"arity":13,"count":109},{"arity":16,"count":9},{"arity":17,"count":50},{"arity":33,"count":14}]
Number of extensional constraints0
Number of intensional constraints8912
Distribution of constraint types[{"type":"intension","count":8912},{"type":"sum","count":39572}]
Optimization problemNO
Type of objective

Solver Data

13.89/4.21	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
13.89/4.21	c This is free software under the dual EPL/GNU LGPL licenses.
13.89/4.21	c See www.sat4j.org for details.
13.89/4.21	c That software uses the Rhino library from the Mozilla project.
13.89/4.21	c version CUSTOM.v20170705
13.89/4.21	c java.runtime.name	Java(TM) SE Runtime Environment
13.89/4.21	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
13.89/4.21	c java.vm.version	25.131-b11
13.89/4.21	c java.vm.vendor	Oracle Corporation
13.89/4.21	c sun.arch.data.model	64
13.89/4.21	c java.version		1.8.0_131
13.89/4.21	c os.name		Linux
13.89/4.21	c os.version		3.10.0-514.16.1.el7.x86_64
13.89/4.21	c os.arch		amd64
13.89/4.21	c Free memory 		499604488
13.89/4.21	c Max memory 		7247757312
13.89/4.21	c Total memory 		504889344
13.89/4.21	c Number of processors 	8
13.89/4.21	c c --- Begin Solver configuration ---
13.89/4.21	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
13.89/4.21	c Learn all clauses as in MiniSAT
13.89/4.21	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
13.89/4.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
13.89/4.21	c No reason simplification
13.89/4.21	c Glucose 2.1 dynamic restart strategy
13.89/4.21	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
13.89/4.21	c timeout=2147483s
13.89/4.21	c DB Simplification allowed=false
13.89/4.21	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
13.89/4.21	c --- End Solver configuration ---
13.89/4.21	c constraints type 
13.89/4.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 17420
13.89/4.21	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 262608
13.89/4.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 391274
13.89/4.21	c org.sat4j.minisat.constraints.cnf.UnitClause => 88213
13.89/4.21	c 759515 constraints processed.
14.66/4.56	c starts		: 0
14.66/4.56	c conflicts		: 0
14.66/4.56	c decisions		: 0
14.66/4.56	c propagations		: 134868
14.66/4.56	c inspects		: 75982
14.66/4.56	c shortcuts		: 0
14.66/4.56	c learnt literals	: 0
14.66/4.56	c learnt binary clauses	: 0
14.66/4.56	c learnt ternary clauses	: 0
14.66/4.56	c learnt constraints	: 0
14.66/4.56	c ignored constraints	: 0
14.66/4.56	c root simplifications	: 0
14.66/4.56	c removed literals (reason simplification)	: 0
14.66/4.56	c reason swapping (by a shorter reason)	: 0
14.66/4.56	c Calls to reduceDB	: 0
14.66/4.56	c Number of update (reduction) of LBD	: 0
14.66/4.56	c Imported unit clauses	: 0
14.66/4.56	c number of reductions to clauses (during analyze)	: 0
14.66/4.56	c number of learned constraints concerned by reduction	: 0
14.66/4.56	c number of learning phase by resolution	: 0
14.66/4.56	c number of learning phase by cutting planes	: 0
14.66/4.56	c number of rounding to 1 operations	: 0
14.66/4.56	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
14.66/4.56	c number of reductions of the coefficients by power 2 	: 0
14.66/4.56	c number of right shift for reduction by power 2 	: 0
14.66/4.56	c number of reductions of the coefficients by GCD over coefficients 	: 0
14.66/4.56	c speed (assignments/second)	: 8.987163540549147E-5
14.66/4.56	c non guided choices	0
14.66/4.56	c learnt constraints type 
14.66/4.56	s UNSATISFIABLE

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-4243548-1500673699/watcher-4243548-1500673699 -o /tmp/evaluation-result-4243548-1500673699/solver-4243548-1500673699 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1500673699-14399 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243548-1500673699.xml 

pid=14421
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: 1.00 1.18 1.60 3/240 14424
/proc/meminfo: memFree=31982304/32770624 swapFree=5912/226220
[pid=14424] ppid=14421 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/stat : 14424 (java) S 14421 14424 9838 0 -1 1077944320 2213 0 0 0 0 0 0 0 20 0 2 0 2639974 8550137856 2442 33554432000 4194304 4196468 140737117132816 140737117115360 139922675085047 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
/proc/14424/statm: 2087436 2442 1197 1 0 2076347 0
[pid=14424/tid=14425] ppid=14421 vsize=8350772 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14425/stat : 14425 (java) R 14421 14424 9838 0 -1 1077944384 921 0 0 0 0 0 0 0 20 0 3 0 2639974 8551190528 2442 33554432000 4194304 4196468 140737117132816 139922679326416 139922675095253 0 4 0 16784584 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14431] ppid=14421 vsize=8351800 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14431/stat : 14431 (java) S 14421 14424 9838 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 3 0 2639975 8552243200 2442 33554432000 4194304 4196468 140737117132816 139922601160160 139922675095253 0 4 0 16784584 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14432] ppid=14421 vsize=8351800 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14432/stat : 14432 (java) R 14421 14424 9838 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 4 0 2639975 8552243200 2442 33554432000 4194304 4196468 140737117132816 139922679326416 139922667824897 0 4 0 16784584 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0

[startup+0.100062 s]
/proc/loadavg: 1.00 1.18 1.60 3/240 14424
/proc/meminfo: memFree=31982304/32770624 swapFree=5912/226220
[pid=14424] ppid=14421 vsize=10900556 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/14424/stat : 14424 (java) S 14421 14424 9838 0 -1 1077944320 4626 0 0 0 8 1 0 0 20 0 20 0 2639974 11162169344 6221 33554432000 4194304 4196468 140737117132816 140737117115360 139922675085047 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
/proc/14424/statm: 2725139 6221 2620 1 0 2713552 0
[pid=14424/tid=14425] ppid=14421 vsize=10900556 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14425/stat : 14425 (java) R 14421 14424 9838 0 -1 4202560 2707 0 0 0 7 1 0 0 20 0 20 0 2639974 11162169344 6221 33554432000 4194304 4196468 140737117132816 139922679321360 139922659165505 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14431] ppid=14421 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14431/stat : 14431 (java) S 14421 14424 9838 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2639975 11162169344 6221 33554432000 4194304 4196468 140737117132816 139922601159824 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14432] ppid=14421 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14432/stat : 14432 (java) S 14421 14424 9838 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2639975 11162169344 6221 33554432000 4194304 4196468 140737117132816 139922600107024 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900556

[startup+0.200482 s]
/proc/loadavg: 1.00 1.18 1.60 3/240 14424
/proc/meminfo: memFree=31982304/32770624 swapFree=5912/226220
[pid=14424] ppid=14421 vsize=10900556 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/14424/stat : 14424 (java) S 14421 14424 9838 0 -1 1077944320 6830 0 0 0 23 2 0 0 20 0 20 0 2639974 11162169344 8488 33554432000 4194304 4196468 140737117132816 140737117115360 139922675085047 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
/proc/14424/statm: 2725139 8488 2849 1 0 2713552 0
[pid=14424/tid=14425] ppid=14421 vsize=10900556 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14425/stat : 14425 (java) R 14421 14424 9838 0 -1 4202560 4536 0 0 0 15 2 0 0 20 0 20 0 2639974 11162169344 8488 33554432000 4194304 4196468 140737117132816 139922679301136 139922675096982 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14431] ppid=14421 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14431/stat : 14431 (java) S 14421 14424 9838 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2639975 11162169344 8488 33554432000 4194304 4196468 140737117132816 139922601159824 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14432] ppid=14421 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14432/stat : 14432 (java) S 14421 14424 9838 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2639975 11162169344 8488 33554432000 4194304 4196468 140737117132816 139922600107024 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10900556

[startup+0.300332 s]
/proc/loadavg: 1.00 1.18 1.60 3/240 14424
/proc/meminfo: memFree=31982304/32770624 swapFree=5912/226220
[pid=14424] ppid=14421 vsize=10900556 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/14424/stat : 14424 (java) S 14421 14424 9838 0 -1 1077944320 8611 0 0 0 48 3 0 0 20 0 20 0 2639974 11162169344 11321 33554432000 4194304 4196468 140737117132816 140737117115360 139922675085047 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
/proc/14424/statm: 2725139 11321 3011 1 0 2713552 0
[pid=14424/tid=14425] ppid=14421 vsize=10900556 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14425/stat : 14425 (java) R 14421 14424 9838 0 -1 4202560 4715 0 0 0 25 2 0 0 20 0 20 0 2639974 11162169344 11321 33554432000 4194304 4196468 140737117132816 139922679315632 139922266685504 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14431] ppid=14421 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14431/stat : 14431 (java) S 14421 14424 9838 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2639975 11162169344 11321 33554432000 4194304 4196468 140737117132816 139922601159824 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14432] ppid=14421 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14432/stat : 14432 (java) S 14421 14424 9838 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2639975 11162169344 11321 33554432000 4194304 4196468 140737117132816 139922600107024 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 10900556

[startup+0.700276 s]
/proc/loadavg: 1.00 1.18 1.60 3/240 14424
/proc/meminfo: memFree=31982304/32770624 swapFree=5912/226220
[pid=14424] ppid=14421 vsize=10900632 CPUtime=1.91 cores=0,2,4,6,8,10,12,14
/proc/14424/stat : 14424 (java) S 14421 14424 9838 0 -1 1077944320 11166 0 0 0 185 6 0 0 20 0 20 0 2639974 11162247168 25182 33554432000 4194304 4196468 140737117132816 140737117115360 139922675085047 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
/proc/14424/statm: 2725158 25182 3089 1 0 2713552 0
[pid=14424/tid=14425] ppid=14421 vsize=10900632 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14425/stat : 14425 (java) R 14421 14424 9838 0 -1 4202560 5330 0 0 0 63 4 0 0 20 0 20 0 2639974 11162247168 25182 33554432000 4194304 4196468 140737117132816 139922679319320 139922675106394 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14431] ppid=14421 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14431/stat : 14431 (java) S 14421 14424 9838 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2639975 11162247168 25182 33554432000 4194304 4196468 140737117132816 139922601159824 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14432] ppid=14421 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14432/stat : 14432 (java) S 14421 14424 9838 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2639975 11162247168 25182 33554432000 4194304 4196468 140737117132816 139922600107024 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 10900632

[startup+1.50101 s]
/proc/loadavg: 1.24 1.23 1.61 9/282 14469
/proc/meminfo: memFree=31543104/32770624 swapFree=5912/226332
[pid=14424] ppid=14421 vsize=10900632 CPUtime=5.53 cores=0,2,4,6,8,10,12,14
/proc/14424/stat : 14424 (java) S 14421 14424 9838 0 -1 1077944320 18427 0 0 0 509 44 0 0 20 0 20 0 2639974 11162247168 71465 33554432000 4194304 4196468 140737117132816 140737117115360 139922675085047 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
/proc/14424/statm: 2725158 71465 3122 1 0 2713552 0
[pid=14424/tid=14425] ppid=14421 vsize=10900632 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14425/stat : 14425 (java) R 14421 14424 9838 0 -1 4202560 5405 0 0 0 132 5 0 0 20 0 20 0 2639974 11162247168 71465 33554432000 4194304 4196468 140737117132816 139922679321832 139922269296256 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14431] ppid=14421 vsize=10900632 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14431/stat : 14431 (java) S 14421 14424 9838 0 -1 1077944384 86 0 0 0 2 4 0 0 20 0 20 0 2639975 11162247168 71465 33554432000 4194304 4196468 140737117132816 139922601159824 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14432] ppid=14421 vsize=10900632 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14432/stat : 14432 (java) S 14421 14424 9838 0 -1 1077944384 30 0 0 0 3 3 0 0 20 0 20 0 2639975 11162247168 71465 33554432000 4194304 4196468 140737117132816 139922600107024 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14433] ppid=14421 vsize=10900632 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14433/stat : 14433 (java) S 14421 14424 9838 0 -1 1077944384 79 0 0 0 3 5 0 0 20 0 20 0 2639975 11162247168 71465 33554432000 4194304 4196468 140737117132816 139922599054224 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14434] ppid=14421 vsize=10900632 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14434/stat : 14434 (java) S 14421 14424 9838 0 -1 1077944384 80 0 0 0 4 4 0 0 20 0 20 0 2639975 11162247168 71465 33554432000 4194304 4196468 140737117132816 139922598001424 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14436] ppid=14421 vsize=10900632 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14436/stat : 14436 (java) S 14421 14424 9838 0 -1 1077944384 80 0 0 0 4 4 0 0 20 0 20 0 2639975 11162247168 71465 33554432000 4194304 4196468 140737117132816 139922596948624 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14437] ppid=14421 vsize=10900632 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14437/stat : 14437 (java) S 14421 14424 9838 0 -1 1077944384 77 0 0 0 4 4 0 0 20 0 20 0 2639975 11162247168 71465 33554432000 4194304 4196468 140737117132816 139922595895824 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14438] ppid=14421 vsize=10900632 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14438/stat : 14438 (java) S 14421 14424 9838 0 -1 1077944384 96 0 0 0 4 5 0 0 20 0 20 0 2639975 11162247168 71465 33554432000 4194304 4196468 140737117132816 139922594843024 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14439] ppid=14421 vsize=10900632 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14439/stat : 14439 (java) S 14421 14424 9838 0 -1 1077944384 97 0 0 0 5 3 0 0 20 0 20 0 2639975 11162247168 71465 33554432000 4194304 4196468 140737117132816 139922593790224 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14450] ppid=14421 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14450/stat : 14450 (java) S 14421 14424 9838 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 2639978 11162247168 71465 33554432000 4194304 4196468 140737117132816 139922014890864 139922675096194 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14451] ppid=14421 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14451/stat : 14451 (java) S 14421 14424 9838 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 2639978 11162247168 71465 33554432000 4194304 4196468 140737117132816 139922013836832 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14453] ppid=14421 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14453/stat : 14453 (java) S 14421 14424 9838 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 2639979 11162247168 71465 33554432000 4194304 4196468 140737117132816 139922012783984 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14456] ppid=14421 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14456/stat : 14456 (java) S 14421 14424 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2639982 11162247168 71465 33554432000 4194304 4196468 140737117132816 139922011732304 139922675103643 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14457] ppid=14421 vsize=10900632 CPUtime=0.96 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14457/stat : 14457 (java) S 14421 14424 9838 0 -1 1077944384 3147 0 0 0 95 1 0 0 20 0 20 0 2639982 11162247168 71465 33554432000 4194304 4196468 140737117132816 139922010679664 139922675096194 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14458] ppid=14421 vsize=10900632 CPUtime=0.98 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14458/stat : 14458 (java) R 14421 14424 9838 0 -1 4202560 3540 0 0 0 98 0 0 0 20 0 20 0 2639982 11162247168 71465 33554432000 4194304 4196468 140737117132816 139922009612744 139922656629274 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14459] ppid=14421 vsize=10900632 CPUtime=1.04 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14459/stat : 14459 (java) R 14421 14424 9838 0 -1 4202560 1978 0 0 0 104 0 0 0 20 0 20 0 2639982 11162247168 71465 33554432000 4194304 4196468 140737117132816 139922008560704 139922652680017 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14460] ppid=14421 vsize=10900632 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14460/stat : 14460 (java) S 14421 14424 9838 0 -1 1077944384 2283 0 0 0 44 0 0 0 20 0 20 0 2639982 11162247168 71465 33554432000 4194304 4196468 140737117132816 139922007521264 139922675096194 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14461] ppid=14421 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14461/stat : 14461 (java) S 14421 14424 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2639983 11162247168 71465 33554432000 4194304 4196468 140737117132816 139922006469728 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14462] ppid=14421 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14462/stat : 14462 (java) S 14421 14424 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2639983 11162247168 71465 33554432000 4194304 4196468 140737117132816 139922005417008 139922675096194 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
Current children cumulated CPU time (s) 5.53
Current children cumulated vsize (KiB) 10900632

[startup+3.10076 s]
/proc/loadavg: 1.24 1.23 1.61 10/282 14469
/proc/meminfo: memFree=30585700/32770624 swapFree=5912/226360
[pid=14424] ppid=14421 vsize=10900632 CPUtime=12.05 cores=0,2,4,6,8,10,12,14
/proc/14424/stat : 14424 (java) S 14421 14424 9838 0 -1 1077944320 22694 0 0 0 1102 103 0 0 20 0 20 0 2639974 11162247168 186361 33554432000 4194304 4196468 140737117132816 140737117115360 139922675085047 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
/proc/14424/statm: 2725158 186361 3142 1 0 2713552 0
[pid=14424/tid=14425] ppid=14421 vsize=10900632 CPUtime=2.77 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14425/stat : 14425 (java) R 14421 14424 9838 0 -1 4202560 6062 0 0 0 266 11 0 0 20 0 20 0 2639974 11162247168 186361 33554432000 4194304 4196468 140737117132816 139922679323640 139922273203453 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14431] ppid=14421 vsize=10900632 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14431/stat : 14431 (java) S 14421 14424 9838 0 -1 1077944384 142 0 0 0 10 10 0 0 20 0 20 0 2639975 11162247168 186361 33554432000 4194304 4196468 140737117132816 139922601159824 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14432] ppid=14421 vsize=10900632 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14432/stat : 14432 (java) S 14421 14424 9838 0 -1 1077944384 83 0 0 0 11 9 0 0 20 0 20 0 2639975 11162247168 186361 33554432000 4194304 4196468 140737117132816 139922600107024 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14433] ppid=14421 vsize=10900632 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14433/stat : 14433 (java) S 14421 14424 9838 0 -1 1077944384 208 0 0 0 15 12 0 0 20 0 20 0 2639975 11162247168 186361 33554432000 4194304 4196468 140737117132816 139922599054224 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14434] ppid=14421 vsize=10900632 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14434/stat : 14434 (java) S 14421 14424 9838 0 -1 1077944384 210 0 0 0 16 10 0 0 20 0 20 0 2639975 11162247168 186361 33554432000 4194304 4196468 140737117132816 139922598001424 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14436] ppid=14421 vsize=10900632 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14436/stat : 14436 (java) S 14421 14424 9838 0 -1 1077944384 144 0 0 0 13 12 0 0 20 0 20 0 2639975 11162247168 186361 33554432000 4194304 4196468 140737117132816 139922596948624 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14437] ppid=14421 vsize=10900632 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14437/stat : 14437 (java) S 14421 14424 9838 0 -1 1077944384 179 0 0 0 14 11 0 0 20 0 20 0 2639975 11162247168 186361 33554432000 4194304 4196468 140737117132816 139922595895824 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14438] ppid=14421 vsize=10900632 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14438/stat : 14438 (java) S 14421 14424 9838 0 -1 1077944384 181 0 0 0 14 12 0 0 20 0 20 0 2639975 11162247168 186361 33554432000 4194304 4196468 140737117132816 139922594843024 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14439] ppid=14421 vsize=10900632 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14439/stat : 14439 (java) S 14421 14424 9838 0 -1 1077944384 245 0 0 0 17 8 0 0 20 0 20 0 2639975 11162247168 186361 33554432000 4194304 4196468 140737117132816 139922593790224 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14450] ppid=14421 vsize=10900632 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14450/stat : 14450 (java) S 14421 14424 9838 0 -1 1077944384 493 0 0 0 1 0 0 0 20 0 20 0 2639978 11162247168 186361 33554432000 4194304 4196468 140737117132816 139922014890864 139922675096194 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14451] ppid=14421 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14451/stat : 14451 (java) S 14421 14424 9838 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 2639978 11162247168 186361 33554432000 4194304 4196468 140737117132816 139922013836896 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14453] ppid=14421 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14453/stat : 14453 (java) S 14421 14424 9838 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 2639979 11162247168 186361 33554432000 4194304 4196468 140737117132816 139922012784000 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14456] ppid=14421 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14456/stat : 14456 (java) S 14421 14424 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2639982 11162247168 186361 33554432000 4194304 4196468 140737117132816 139922011732304 139922675103643 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14457] ppid=14421 vsize=10900632 CPUtime=2.14 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14457/stat : 14457 (java) S 14421 14424 9838 0 -1 1077944384 3472 0 0 0 213 1 0 0 20 0 20 0 2639982 11162247168 186361 33554432000 4194304 4196468 140737117132816 139922010679664 139922675096194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14458] ppid=14421 vsize=10900632 CPUtime=2.2 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14458/stat : 14458 (java) S 14421 14424 9838 0 -1 1077944384 3744 0 0 0 220 0 0 0 20 0 20 0 2639982 11162247168 186361 33554432000 4194304 4196468 140737117132816 139922009626864 139922675096194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14459] ppid=14421 vsize=10900632 CPUtime=2.13 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14459/stat : 14459 (java) R 14421 14424 9838 0 -1 4202560 3513 0 0 0 213 0 0 0 20 0 20 0 2639982 11162247168 186361 33554432000 4194304 4196468 140737117132816 139922008574360 139922658585161 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14460] ppid=14421 vsize=10900632 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14460/stat : 14460 (java) S 14421 14424 9838 0 -1 1077944384 2652 0 0 0 72 1 0 0 20 0 20 0 2639982 11162247168 186361 33554432000 4194304 4196468 140737117132816 139922007521264 139922675096194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14461] ppid=14421 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14461/stat : 14461 (java) S 14421 14424 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2639983 11162247168 186361 33554432000 4194304 4196468 140737117132816 139922006469728 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14462] ppid=14421 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14462/stat : 14462 (java) S 14421 14424 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2639983 11162247168 186361 33554432000 4194304 4196468 140737117132816 139922005417008 139922675096194 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
Current children cumulated CPU time (s) 12.05
Current children cumulated vsize (KiB) 10900632

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

[startup+3.20114 s]
/proc/loadavg: 1.24 1.23 1.61 10/282 14469
/proc/meminfo: memFree=30585700/32770624 swapFree=5912/226360
[pid=14424] ppid=14421 vsize=10900632 CPUtime=12.16 cores=0,2,4,6,8,10,12,14

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

[pid=14424/tid=14450] ppid=14421 vsize=10900632 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14450/stat : 14450 (java) S 14421 14424 9838 0 -1 1077944384 493 0 0 0 1 0 0 0 20 0 20 0 2639978 11162247168 186361 33554432000 4194304 4196468 140737117132816 139922014890864 139922675096194 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14451] ppid=14421 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14451/stat : 14451 (java) S 14421 14424 9838 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 2639978 11162247168 186361 33554432000 4194304 4196468 140737117132816 139922013836896 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14453] ppid=14421 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14453/stat : 14453 (java) S 14421 14424 9838 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 2639979 11162247168 186361 33554432000 4194304 4196468 140737117132816 139922012784000 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14456] ppid=14421 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14456/stat : 14456 (java) S 14421 14424 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2639982 11162247168 186361 33554432000 4194304 4196468 140737117132816 139922011732304 139922675103643 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14457] ppid=14421 vsize=10900632 CPUtime=2.14 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14457/stat : 14457 (java) S 14421 14424 9838 0 -1 1077944384 3472 0 0 0 213 1 0 0 20 0 20 0 2639982 11162247168 186361 33554432000 4194304 4196468 140737117132816 139922010679664 139922675096194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14458] ppid=14421 vsize=10900632 CPUtime=2.2 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14458/stat : 14458 (java) S 14421 14424 9838 0 -1 1077944384 3744 0 0 0 220 0 0 0 20 0 20 0 2639982 11162247168 186361 33554432000 4194304 4196468 140737117132816 139922009626864 139922675096194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14459] ppid=14421 vsize=10900632 CPUtime=2.14 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14459/stat : 14459 (java) S 14421 14424 9838 0 -1 1077944384 3513 0 0 0 214 0 0 0 20 0 20 0 2639982 11162247168 186361 33554432000 4194304 4196468 140737117132816 139922008574064 139922675096194 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14460] ppid=14421 vsize=10900632 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14460/stat : 14460 (java) S 14421 14424 9838 0 -1 1077944384 2652 0 0 0 72 1 0 0 20 0 20 0 2639982 11162247168 186361 33554432000 4194304 4196468 140737117132816 139922007521264 139922675096194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14461] ppid=14421 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14461/stat : 14461 (java) S 14421 14424 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2639983 11162247168 186361 33554432000 4194304 4196468 140737117132816 139922006469728 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14462] ppid=14421 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14462/stat : 14462 (java) S 14421 14424 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2639983 11162247168 186361 33554432000 4194304 4196468 140737117132816 139922005417008 139922675096194 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 10900632

[startup+4.00073 s]
/proc/loadavg: 1.24 1.23 1.61 3/282 14469
/proc/meminfo: memFree=30025304/32770624 swapFree=5912/226360
[pid=14424] ppid=14421 vsize=10900632 CPUtime=13.16 cores=0,2,4,6,8,10,12,14
/proc/14424/stat : 14424 (java) S 14421 14424 9838 0 -1 1077944320 24184 0 0 0 1208 108 0 0 20 0 20 0 2639974 11162247168 235999 33554432000 4194304 4196468 140737117132816 140737117115360 139922675085047 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
/proc/14424/statm: 2725158 235999 3142 1 0 2713552 0
[pid=14424/tid=14425] ppid=14421 vsize=10900632 CPUtime=3.67 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14425/stat : 14425 (java) R 14421 14424 9838 0 -1 4202560 7344 0 0 0 352 15 0 0 20 0 20 0 2639974 11162247168 235999 33554432000 4194304 4196468 140737117132816 139922679321176 139922675096982 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14431] ppid=14421 vsize=10900632 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14431/stat : 14431 (java) S 14421 14424 9838 0 -1 1077944384 142 0 0 0 10 10 0 0 20 0 20 0 2639975 11162247168 235999 33554432000 4194304 4196468 140737117132816 139922601159824 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14432] ppid=14421 vsize=10900632 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14432/stat : 14432 (java) S 14421 14424 9838 0 -1 1077944384 83 0 0 0 11 9 0 0 20 0 20 0 2639975 11162247168 235999 33554432000 4194304 4196468 140737117132816 139922600107024 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14433] ppid=14421 vsize=10900632 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14433/stat : 14433 (java) S 14421 14424 9838 0 -1 1077944384 208 0 0 0 15 12 0 0 20 0 20 0 2639975 11162247168 235999 33554432000 4194304 4196468 140737117132816 139922599054224 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14434] ppid=14421 vsize=10900632 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14434/stat : 14434 (java) S 14421 14424 9838 0 -1 1077944384 210 0 0 0 16 10 0 0 20 0 20 0 2639975 11162247168 235999 33554432000 4194304 4196468 140737117132816 139922598001424 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14436] ppid=14421 vsize=10900632 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14436/stat : 14436 (java) S 14421 14424 9838 0 -1 1077944384 144 0 0 0 13 12 0 0 20 0 20 0 2639975 11162247168 235999 33554432000 4194304 4196468 140737117132816 139922596948624 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14437] ppid=14421 vsize=10900632 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14437/stat : 14437 (java) S 14421 14424 9838 0 -1 1077944384 179 0 0 0 14 11 0 0 20 0 20 0 2639975 11162247168 235999 33554432000 4194304 4196468 140737117132816 139922595895824 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14438] ppid=14421 vsize=10900632 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14438/stat : 14438 (java) S 14421 14424 9838 0 -1 1077944384 181 0 0 0 14 12 0 0 20 0 20 0 2639975 11162247168 235999 33554432000 4194304 4196468 140737117132816 139922594843024 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14439] ppid=14421 vsize=10900632 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14439/stat : 14439 (java) S 14421 14424 9838 0 -1 1077944384 245 0 0 0 17 8 0 0 20 0 20 0 2639975 11162247168 235999 33554432000 4194304 4196468 140737117132816 139922593790224 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14450] ppid=14421 vsize=10900632 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14450/stat : 14450 (java) S 14421 14424 9838 0 -1 1077944384 493 0 0 0 1 0 0 0 20 0 20 0 2639978 11162247168 235999 33554432000 4194304 4196468 140737117132816 139922014890864 139922675096194 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14451] ppid=14421 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14451/stat : 14451 (java) S 14421 14424 9838 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 2639978 11162247168 235999 33554432000 4194304 4196468 140737117132816 139922013836896 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14453] ppid=14421 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14453/stat : 14453 (java) S 14421 14424 9838 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 2639979 11162247168 235999 33554432000 4194304 4196468 140737117132816 139922012784000 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14456] ppid=14421 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14456/stat : 14456 (java) S 14421 14424 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2639982 11162247168 235999 33554432000 4194304 4196468 140737117132816 139922011732304 139922675103643 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14457] ppid=14421 vsize=10900632 CPUtime=2.19 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14457/stat : 14457 (java) R 14421 14424 9838 0 -1 4202560 3479 0 0 0 218 1 0 0 20 0 20 0 2639982 11162247168 235999 33554432000 4194304 4196468 140737117132816 139922010679960 139922659471411 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14458] ppid=14421 vsize=10900632 CPUtime=2.25 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14458/stat : 14458 (java) S 14421 14424 9838 0 -1 1077944384 3754 0 0 0 225 0 0 0 20 0 20 0 2639982 11162247168 235999 33554432000 4194304 4196468 140737117132816 139922009626864 139922675096194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14459] ppid=14421 vsize=10900632 CPUtime=2.17 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14459/stat : 14459 (java) R 14421 14424 9838 0 -1 4202560 3521 0 0 0 217 0 0 0 20 0 20 0 2639982 11162247168 235999 33554432000 4194304 4196468 140737117132816 139922008574360 139922659397183 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14460] ppid=14421 vsize=10900632 CPUtime=0.8 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14460/stat : 14460 (java) S 14421 14424 9838 0 -1 1077944384 2835 0 0 0 79 1 0 0 20 0 20 0 2639982 11162247168 235999 33554432000 4194304 4196468 140737117132816 139922007521264 139922675096194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14461] ppid=14421 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14461/stat : 14461 (java) S 14421 14424 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2639983 11162247168 235999 33554432000 4194304 4196468 140737117132816 139922006469728 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14462] ppid=14421 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14462/stat : 14462 (java) S 14421 14424 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2639983 11162247168 235999 33554432000 4194304 4196468 140737117132816 139922005417008 139922675096194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
Current children cumulated CPU time (s) 13.16
Current children cumulated vsize (KiB) 10900632

[startup+4.40112 s]
/proc/loadavg: 1.24 1.23 1.61 4/283 14471
/proc/meminfo: memFree=29551368/32770624 swapFree=5912/226360
[pid=14424] ppid=14421 vsize=11033760 CPUtime=14.58 cores=0,2,4,6,8,10,12,14
/proc/14424/stat : 14424 (java) S 14421 14424 9838 0 -1 1077944320 24449 0 0 0 1348 110 0 0 20 0 21 0 2639974 11298570240 258696 33554432000 4194304 4196468 140737117132816 140737117115360 139922675085047 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
/proc/14424/statm: 2758440 258696 3144 1 0 2746834 0
[pid=14424/tid=14425] ppid=14421 vsize=11033760 CPUtime=4.02 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14425/stat : 14425 (java) S 14421 14424 9838 0 -1 1077944384 7421 0 0 0 386 16 0 0 20 0 21 0 2639974 11298570240 258696 33554432000 4194304 4196468 140737117132816 139922679325728 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14431] ppid=14421 vsize=11033760 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14431/stat : 14431 (java) S 14421 14424 9838 0 -1 1077944384 142 0 0 0 10 10 0 0 20 0 21 0 2639975 11298570240 258696 33554432000 4194304 4196468 140737117132816 139922601159824 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14432] ppid=14421 vsize=11033760 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14432/stat : 14432 (java) S 14421 14424 9838 0 -1 1077944384 83 0 0 0 11 9 0 0 20 0 21 0 2639975 11298570240 258696 33554432000 4194304 4196468 140737117132816 139922600107024 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14433] ppid=14421 vsize=11033760 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14433/stat : 14433 (java) S 14421 14424 9838 0 -1 1077944384 208 0 0 0 15 12 0 0 20 0 21 0 2639975 11298570240 258696 33554432000 4194304 4196468 140737117132816 139922599054224 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14434] ppid=14421 vsize=11033760 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14434/stat : 14434 (java) S 14421 14424 9838 0 -1 1077944384 210 0 0 0 16 10 0 0 20 0 21 0 2639975 11298570240 258696 33554432000 4194304 4196468 140737117132816 139922598001424 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14436] ppid=14421 vsize=11033760 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14436/stat : 14436 (java) S 14421 14424 9838 0 -1 1077944384 144 0 0 0 13 12 0 0 20 0 21 0 2639975 11298570240 258696 33554432000 4194304 4196468 140737117132816 139922596948624 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14437] ppid=14421 vsize=11033760 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14437/stat : 14437 (java) S 14421 14424 9838 0 -1 1077944384 179 0 0 0 14 11 0 0 20 0 21 0 2639975 11298570240 258696 33554432000 4194304 4196468 140737117132816 139922595895824 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14438] ppid=14421 vsize=11033760 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14438/stat : 14438 (java) S 14421 14424 9838 0 -1 1077944384 181 0 0 0 14 12 0 0 20 0 21 0 2639975 11298570240 258696 33554432000 4194304 4196468 140737117132816 139922594843024 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14439] ppid=14421 vsize=11033760 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14439/stat : 14439 (java) S 14421 14424 9838 0 -1 1077944384 245 0 0 0 17 8 0 0 20 0 21 0 2639975 11298570240 258696 33554432000 4194304 4196468 140737117132816 139922593790224 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14450] ppid=14421 vsize=11033760 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14450/stat : 14450 (java) S 14421 14424 9838 0 -1 1077944384 494 0 0 0 1 0 0 0 20 0 21 0 2639978 11298570240 258696 33554432000 4194304 4196468 140737117132816 139922014890864 139922675096194 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14451] ppid=14421 vsize=11033760 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14451/stat : 14451 (java) S 14421 14424 9838 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 2639978 11298570240 258696 33554432000 4194304 4196468 140737117132816 139922013836896 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14453] ppid=14421 vsize=11033760 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14453/stat : 14453 (java) S 14421 14424 9838 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 2639979 11298570240 258696 33554432000 4194304 4196468 140737117132816 139922012784000 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14456] ppid=14421 vsize=11033760 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14456/stat : 14456 (java) S 14421 14424 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2639982 11298570240 258696 33554432000 4194304 4196468 140737117132816 139922011732304 139922675103643 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14457] ppid=14421 vsize=11033760 CPUtime=2.53 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14457/stat : 14457 (java) S 14421 14424 9838 0 -1 1077944384 3536 0 0 0 252 1 0 0 20 0 21 0 2639982 11298570240 258696 33554432000 4194304 4196468 140737117132816 139922010679664 139922675096194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14458] ppid=14421 vsize=11033760 CPUtime=2.59 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14458/stat : 14458 (java) R 14421 14424 9838 0 -1 4202560 3767 0 0 0 259 0 0 0 20 0 21 0 2639982 11298570240 258696 33554432000 4194304 4196468 140737117132816 139922009611824 139922660200102 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14459] ppid=14421 vsize=11033760 CPUtime=2.52 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14459/stat : 14459 (java) S 14421 14424 9838 0 -1 1077944384 3563 0 0 0 251 1 0 0 20 0 21 0 2639982 11298570240 258696 33554432000 4194304 4196468 140737117132816 139922008574064 139922675096194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14460] ppid=14421 vsize=11033760 CPUtime=0.83 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14460/stat : 14460 (java) S 14421 14424 9838 0 -1 1077944384 2863 0 0 0 82 1 0 0 20 0 21 0 2639982 11298570240 258696 33554432000 4194304 4196468 140737117132816 139922007521264 139922675096194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14461] ppid=14421 vsize=11033760 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14461/stat : 14461 (java) S 14421 14424 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2639983 11298570240 258696 33554432000 4194304 4196468 140737117132816 139922006469728 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14462] ppid=14421 vsize=11033760 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14462/stat : 14462 (java) S 14421 14424 9838 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 2639983 11298570240 258696 33554432000 4194304 4196468 140737117132816 139922005417008 139922675096194 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14470] ppid=14421 vsize=11033760 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14470/stat : 14470 (java) S 14421 14424 9838 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2640410 11298570240 258696 33554432000 4194304 4196468 140737117132816 139922004362768 139922675096194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
Current children cumulated CPU time (s) 14.58
Current children cumulated vsize (KiB) 11033760

[startup+4.50898 s]
/proc/loadavg: 1.24 1.23 1.61 4/283 14471
/proc/meminfo: memFree=29551368/32770624 swapFree=5912/226360
[pid=14424] ppid=14421 vsize=11033760 CPUtime=14.66 cores=0,2,4,6,8,10,12,14
/proc/14424/stat : 14424 (java) S 14421 14424 9838 0 -1 1077944320 24700 0 0 0 1356 110 0 0 20 0 21 0 2639974 11298570240 258156 33554432000 4194304 4196468 140737117132816 140737117115360 139922675085047 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
/proc/14424/statm: 2758440 258156 3144 1 0 2746834 0
[pid=14424/tid=14425] ppid=14421 vsize=11033760 CPUtime=4.02 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14425/stat : 14425 (java) S 14421 14424 9838 0 -1 1077944384 7421 0 0 0 386 16 0 0 20 0 21 0 2639974 11298570240 258156 33554432000 4194304 4196468 140737117132816 139922679325728 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14431] ppid=14421 vsize=11033760 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14431/stat : 14431 (java) S 14421 14424 9838 0 -1 1077944384 142 0 0 0 10 10 0 0 20 0 21 0 2639975 11298570240 258156 33554432000 4194304 4196468 140737117132816 139922601159824 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14432] ppid=14421 vsize=11033760 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14432/stat : 14432 (java) S 14421 14424 9838 0 -1 1077944384 83 0 0 0 11 9 0 0 20 0 21 0 2639975 11298570240 258156 33554432000 4194304 4196468 140737117132816 139922600107024 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14433] ppid=14421 vsize=11033760 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14433/stat : 14433 (java) S 14421 14424 9838 0 -1 1077944384 208 0 0 0 15 12 0 0 20 0 21 0 2639975 11298570240 258156 33554432000 4194304 4196468 140737117132816 139922599054224 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14434] ppid=14421 vsize=11033760 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14434/stat : 14434 (java) S 14421 14424 9838 0 -1 1077944384 210 0 0 0 16 10 0 0 20 0 21 0 2639975 11298570240 258156 33554432000 4194304 4196468 140737117132816 139922598001424 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14436] ppid=14421 vsize=11033760 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14436/stat : 14436 (java) S 14421 14424 9838 0 -1 1077944384 144 0 0 0 13 12 0 0 20 0 21 0 2639975 11298570240 258156 33554432000 4194304 4196468 140737117132816 139922596948624 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14437] ppid=14421 vsize=11033760 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14437/stat : 14437 (java) S 14421 14424 9838 0 -1 1077944384 179 0 0 0 14 11 0 0 20 0 21 0 2639975 11298570240 258156 33554432000 4194304 4196468 140737117132816 139922595895824 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14438] ppid=14421 vsize=11033760 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14438/stat : 14438 (java) S 14421 14424 9838 0 -1 1077944384 181 0 0 0 14 12 0 0 20 0 21 0 2639975 11298570240 258156 33554432000 4194304 4196468 140737117132816 139922594843024 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14439] ppid=14421 vsize=11033760 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14439/stat : 14439 (java) S 14421 14424 9838 0 -1 1077944384 245 0 0 0 17 8 0 0 20 0 21 0 2639975 11298570240 258156 33554432000 4194304 4196468 140737117132816 139922593790224 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14450] ppid=14421 vsize=11033760 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14450/stat : 14450 (java) S 14421 14424 9838 0 -1 1077944384 494 0 0 0 1 0 0 0 20 0 21 0 2639978 11298570240 258156 33554432000 4194304 4196468 140737117132816 139922014890864 139922675096194 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14451] ppid=14421 vsize=11033760 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14451/stat : 14451 (java) S 14421 14424 9838 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 2639978 11298570240 258156 33554432000 4194304 4196468 140737117132816 139922013836896 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14453] ppid=14421 vsize=11033760 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14453/stat : 14453 (java) S 14421 14424 9838 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 2639979 11298570240 258156 33554432000 4194304 4196468 140737117132816 139922012784000 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14456] ppid=14421 vsize=11033760 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14456/stat : 14456 (java) S 14421 14424 9838 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2639982 11298570240 258156 33554432000 4194304 4196468 140737117132816 139922011732304 139922675103643 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14457] ppid=14421 vsize=11033760 CPUtime=2.53 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14457/stat : 14457 (java) S 14421 14424 9838 0 -1 1077944384 3536 0 0 0 252 1 0 0 20 0 21 0 2639982 11298570240 258156 33554432000 4194304 4196468 140737117132816 139922010679664 139922675096194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14458] ppid=14421 vsize=11033760 CPUtime=2.67 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14458/stat : 14458 (java) S 14421 14424 9838 0 -1 1077944384 4018 0 0 0 267 0 0 0 20 0 21 0 2639982 11298570240 258156 33554432000 4194304 4196468 140737117132816 139922009626864 139922675096194 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14459] ppid=14421 vsize=11033760 CPUtime=2.52 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14459/stat : 14459 (java) S 14421 14424 9838 0 -1 1077944384 3563 0 0 0 251 1 0 0 20 0 21 0 2639982 11298570240 258156 33554432000 4194304 4196468 140737117132816 139922008574064 139922675096194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14460] ppid=14421 vsize=11033760 CPUtime=0.83 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14460/stat : 14460 (java) S 14421 14424 9838 0 -1 1077944384 2863 0 0 0 82 1 0 0 20 0 21 0 2639982 11298570240 258156 33554432000 4194304 4196468 140737117132816 139922007521264 139922675096194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14461] ppid=14421 vsize=11033760 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14461/stat : 14461 (java) S 14421 14424 9838 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2639983 11298570240 258156 33554432000 4194304 4196468 140737117132816 139922006469728 139922675095253 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14462] ppid=14421 vsize=11033760 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14462/stat : 14462 (java) S 14421 14424 9838 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 2639983 11298570240 258156 33554432000 4194304 4196468 140737117132816 139922005417008 139922675096194 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
[pid=14424/tid=14470] ppid=14421 vsize=11033760 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14424/task/14470/stat : 14470 (java) S 14421 14424 9838 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2640410 11298570240 258156 33554432000 4194304 4196468 140737117132816 139922004362768 139922675096194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36196352 140737117140139 140737117140292 140737117140292 140737117142991 0
Current children cumulated CPU time (s) 14.66
Current children cumulated vsize (KiB) 11033760

Child status: 0
Real time (s): 4.57628
CPU time (s): 14.6864
CPU user time (s): 13.5714
CPU system time (s): 1.11507
CPU usage (%): 320.925
Max. virtual memory (cumulated for all children) (KiB): 11033760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.5714
system time used= 1.11507
maximum resident set size= 1035764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24712
page faults= 0
swaps= 0
block input operations= 872
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2927
involuntary context switches= 1157

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.035757 second user time and 0.057399 second system time

The end

Launcher Data

Begin job on node102 at 2017-07-21 23:48:19
IDJOB=4243548
IDBENCH=123440
IDSOLVER=2623
FILE ID=node102/4243548-1500673699
RUNJOBID= node102-1500673699-14399
PBS_JOBID= 20623312
Free space on /tmp= 61880 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Sat/Sat-xcsp2-bmc/bmc-ibm-7-02_X2.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243548-1500673699/watcher-4243548-1500673699 -o /tmp/evaluation-result-4243548-1500673699/solver-4243548-1500673699 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1500673699-14399 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243548-1500673699.xml

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

MD5SUM BENCH= 69e4f2d1840ee6c3ffd4a60a6361deb1
RANDOM SEED=806481014

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31984888 kB
MemAvailable:   32029392 kB
Buffers:           42356 kB
Cached:           310376 kB
SwapCached:            0 kB
Active:           168232 kB
Inactive:         236448 kB
Active(anon):      54932 kB
Inactive(anon):     8588 kB
Active(file):     113300 kB
Inactive(file):   227860 kB
Unevictable:        5912 kB
Mlocked:            5912 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              9488 kB
Writeback:             0 kB
AnonPages:         60136 kB
Mapped:            30212 kB
Shmem:              8852 kB
Slab:              70548 kB
SReclaimable:      38356 kB
SUnreclaim:        32192 kB
KernelStack:        3984 kB
PageTables:         4448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     309152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 61876 MiB
End job on node102 at 2017-07-21 23:48:24