Trace number 4263383

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
sat4j-CSP 2017-07-05SAT 15.5758 13.9247

General information on the benchmark

NameMagicSequence/MagicSequence-card-s1/
MagicSequence-013-ca.xml
MD5SUM0642ef06dc474e1b40bfeca7cc0e1db6
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 benchmark0.0041700001
Satisfiable
(Un)Satisfiability was proved
Number of variables13
Number of constraints3
Number of domains1
Minimum domain size13
Maximum domain size13
Distribution of domain sizes[{"size":13,"count":13}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":13}]
Minimum constraint arity13
Maximum constraint arity13
Distribution of constraint arities[{"arity":13,"count":3}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":2},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14360 MiB free)
  memory of node 1: 16384 MiB (15581 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263383-1502621680/watcher-4263383-1502621680 -o /tmp/evaluation-result-4263383-1502621680/solver-4263383-1502621680 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14325 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263383-1502621680.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=15004, runsolver pid=15001

[startup+0.100057 s]*
/proc/loadavg: 1.98 2.04 1.91 3/204 15006
/proc/meminfo: memFree=30657312/32770624 swapFree=67108764/67108860
[pid=15004] ppid=15001 vsize=9934352 memory=11000 CPUtime=0 cores=1,3,5,7
/proc/15004/stat : 15004 (java) S 15001 15004 4674 0 -1 1077944320 2558 0 0 0 0 0 0 0 20 0 6 0 109674386 10172776448 2750 18446744073709551615 4194304 4196468 140729188657568 140729188640112 140148209188599 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
/proc/15004/statm: 2483588 2750 1281 1 0 2473558 0
[pid=15004/tid=15006] ppid=15001 vsize=9934352 memory=7077796292425249400 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15006/stat : 15006 (java) R 15001 15004 4674 0 -1 1077944384 1340 0 0 0 0 0 0 0 20 0 6 0 109674396 10172776448 3331 18446744073709551615 4194304 4196468 140729188657568 140148213424720 140148209212477 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15007] ppid=15001 vsize=9934352 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15007/stat : 15007 (java) S 15001 15004 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 109674397 10172776448 3331 18446744073709551615 4194304 4196468 140729188657568 140148139608720 140148209198805 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15008] ppid=15001 vsize=9936560 memory=140379998787200 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15008/stat : 15008 (java) S 15001 15004 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 109674397 10175037440 3331 18446744073709551615 4194304 4196468 140729188657568 140147819538960 140148209198805 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15009] ppid=15001 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15009/stat : 15009 (java) S 15001 15004 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 109674397 10175037440 3331 18446744073709551615 4194304 4196468 140729188657568 140147818486160 140148209198805 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15010] ppid=15001 vsize=9936560 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15010/stat : 15010 (java) S 15001 15004 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 109674397 10175037440 3331 18446744073709551615 4194304 4196468 140729188657568 140147817433360 140148209198805 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9934352 KiB
Current children cumulated memory: 11000 KiB

[startup+0.210133 s]*
/proc/loadavg: 1.98 2.04 1.91 4/217 15019
/proc/meminfo: memFree=30642588/32770624 swapFree=67108764/67108860
[pid=15004] ppid=15001 vsize=10551156 memory=27060 CPUtime=0.09 cores=1,3,5,7
/proc/15004/stat : 15004 (java) S 15001 15004 4674 0 -1 1077944320 5189 0 0 0 8 1 0 0 20 0 15 0 109674386 10804383744 6765 18446744073709551615 4194304 4196468 140729188657568 140729188640112 140148209188599 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
/proc/15004/statm: 2637789 6765 2788 1 0 2627261 0
[pid=15004/tid=15006] ppid=15001 vsize=10551156 memory=8316850467074736180 CPUtime=0.07 cores=1,3,5,7
/proc/15004/task/15006/stat : 15006 (java) R 15001 15004 4674 0 -1 4202560 3123 0 0 0 6 1 0 0 20 0 15 0 109674396 10804383744 6765 18446744073709551615 4194304 4196468 140729188657568 140148213426352 140148209210525 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15007] ppid=15001 vsize=10551156 memory=12958 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15007/stat : 15007 (java) S 15001 15004 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109674397 10804383744 6765 18446744073709551615 4194304 4196468 140729188657568 140148139608720 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15008] ppid=15001 vsize=10551156 memory=140379998802182 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15008/stat : 15008 (java) S 15001 15004 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109674397 10804383744 6765 18446744073709551615 4194304 4196468 140729188657568 140147819538960 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15009] ppid=15001 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15009/stat : 15009 (java) S 15001 15004 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109674397 10804383744 6765 18446744073709551615 4194304 4196468 140729188657568 140147818486160 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15010] ppid=15001 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15010/stat : 15010 (java) S 15001 15004 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109674397 10804383744 6765 18446744073709551615 4194304 4196468 140729188657568 140147817433360 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15011] ppid=15001 vsize=10551156 memory=140379998787200 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15011/stat : 15011 (java) S 15001 15004 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109674398 10804383744 6765 18446744073709551615 4194304 4196468 140729188657568 140147706043248 140148209199746 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15012] ppid=15001 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15012/stat : 15012 (java) S 15001 15004 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 109674399 10804383744 6765 18446744073709551615 4194304 4196468 140729188657568 140147704989216 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15013] ppid=15001 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15013/stat : 15013 (java) S 15001 15004 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 109674399 10804383744 6765 18446744073709551615 4194304 4196468 140729188657568 140147703936368 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15014] ppid=15001 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15014/stat : 15014 (java) S 15001 15004 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109674401 10804383744 6765 18446744073709551615 4194304 4196468 140729188657568 140147702884688 140148209207195 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15015] ppid=15001 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15015/stat : 15015 (java) S 15001 15004 4674 0 -1 1077944384 425 0 0 0 0 0 0 0 20 0 15 0 109674401 10804383744 6765 18446744073709551615 4194304 4196468 140729188657568 140147701832048 140148209199746 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15016] ppid=15001 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15016/stat : 15016 (java) S 15001 15004 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109674401 10804383744 6765 18446744073709551615 4194304 4196468 140729188657568 140147700779248 140148209199746 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15017] ppid=15001 vsize=10551156 memory=140379998787200 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15017/stat : 15017 (java) S 15001 15004 4674 0 -1 1077944384 281 0 0 0 0 0 0 0 20 0 15 0 109674401 10804383744 6765 18446744073709551615 4194304 4196468 140729188657568 140147699726448 140148209199746 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15018] ppid=15001 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15018/stat : 15018 (java) S 15001 15004 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109674402 10804383744 6765 18446744073709551615 4194304 4196468 140729188657568 140147698673888 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15019] ppid=15001 vsize=10551156 memory=140379998787200 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15019/stat : 15019 (java) S 15001 15004 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109674405 10804383744 6765 18446744073709551615 4194304 4196468 140729188657568 140147697622192 140148209199746 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 27060 KiB

[startup+0.310554 s]*
/proc/loadavg: 1.98 2.04 1.91 3/217 15019
/proc/meminfo: memFree=30632720/32770624 swapFree=67108764/67108860
[pid=15004] ppid=15001 vsize=10551156 memory=36460 CPUtime=0.24 cores=1,3,5,7
/proc/15004/stat : 15004 (java) S 15001 15004 4674 0 -1 1077944320 8433 0 0 0 21 3 0 0 20 0 15 0 109674386 10804383744 9115 18446744073709551615 4194304 4196468 140729188657568 140729188640112 140148209188599 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
/proc/15004/statm: 2637789 9115 2860 1 0 2627261 0
[pid=15004/tid=15006] ppid=15001 vsize=10551156 memory=8316850467074736180 CPUtime=0.17 cores=1,3,5,7
/proc/15004/task/15006/stat : 15006 (java) R 15001 15004 4674 0 -1 4202560 6120 0 0 0 15 2 0 0 20 0 15 0 109674396 10804383744 9180 18446744073709551615 4194304 4196468 140729188657568 140148213420000 140148193269116 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15007] ppid=15001 vsize=10551156 memory=12958 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15007/stat : 15007 (java) S 15001 15004 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109674397 10804383744 9180 18446744073709551615 4194304 4196468 140729188657568 140148139608720 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15008] ppid=15001 vsize=10551156 memory=140379998802182 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15008/stat : 15008 (java) S 15001 15004 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109674397 10804383744 9180 18446744073709551615 4194304 4196468 140729188657568 140147819538960 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15009] ppid=15001 vsize=10551156 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15009/stat : 15009 (java) S 15001 15004 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109674397 10804383744 9180 18446744073709551615 4194304 4196468 140729188657568 140147818486160 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15010] ppid=15001 vsize=10551156 memory=3472328296227679279 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15010/stat : 15010 (java) S 15001 15004 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109674397 10804383744 9180 18446744073709551615 4194304 4196468 140729188657568 140147817433360 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15011] ppid=15001 vsize=10551156 memory=3472468676159358640 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15011/stat : 15011 (java) S 15001 15004 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109674398 10804383744 9180 18446744073709551615 4194304 4196468 140729188657568 140147706043248 140148209199746 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15012] ppid=15001 vsize=10551156 memory=8461260354371939849 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15012/stat : 15012 (java) S 15001 15004 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 109674399 10804383744 9180 18446744073709551615 4194304 4196468 140729188657568 140147704989216 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15013] ppid=15001 vsize=10551156 memory=8475934422144423578 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15013/stat : 15013 (java) S 15001 15004 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 109674399 10804383744 9180 18446744073709551615 4194304 4196468 140729188657568 140147703936368 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15014] ppid=15001 vsize=10551156 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15014/stat : 15014 (java) S 15001 15004 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109674401 10804383744 9180 18446744073709551615 4194304 4196468 140729188657568 140147702884688 140148209207195 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15015] ppid=15001 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/15004/task/15015/stat : 15015 (java) S 15001 15004 4674 0 -1 1077944384 504 0 0 0 1 0 0 0 20 0 15 0 109674401 10804383744 9180 18446744073709551615 4194304 4196468 140729188657568 140147701832048 140148209199746 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15016] ppid=15001 vsize=10551156 memory=3472328296227679279 CPUtime=0.01 cores=1,3,5,7
/proc/15004/task/15016/stat : 15016 (java) S 15001 15004 4674 0 -1 1077944384 77 0 0 0 1 0 0 0 20 0 15 0 109674401 10804383744 9180 18446744073709551615 4194304 4196468 140729188657568 140147700779248 140148209199746 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15017] ppid=15001 vsize=10551156 memory=8386792286307453678 CPUtime=0.03 cores=1,3,5,7
/proc/15004/task/15017/stat : 15017 (java) S 15001 15004 4674 0 -1 1077944384 386 0 0 0 3 0 0 0 20 0 15 0 109674401 10804383744 9180 18446744073709551615 4194304 4196468 140729188657568 140147699726448 140148209199746 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15018] ppid=15001 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15018/stat : 15018 (java) S 15001 15004 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109674402 10804383744 9180 18446744073709551615 4194304 4196468 140729188657568 140147698673888 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15019] ppid=15001 vsize=10551156 memory=140379998787200 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15019/stat : 15019 (java) S 15001 15004 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109674405 10804383744 9180 18446744073709551615 4194304 4196468 140729188657568 140147697622192 140148209199746 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36460 KiB

[startup+0.700824 s]
/proc/loadavg: 1.98 2.04 1.91 5/217 15019
/proc/meminfo: memFree=30612880/32770624 swapFree=67108764/67108860
[pid=15004] ppid=15001 vsize=10617796 memory=81192 CPUtime=1.31 cores=1,3,5,7
/proc/15004/stat : 15004 (java) S 15001 15004 4674 0 -1 1077944320 13930 0 0 0 126 5 0 0 20 0 16 0 109674386 10872623104 20298 18446744073709551615 4194304 4196468 140729188657568 140729188640112 140148209188599 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
/proc/15004/statm: 2654449 20298 3058 1 0 2643902 0
[pid=15004/tid=15006] ppid=15001 vsize=10617796 memory=18983755451683 CPUtime=0.55 cores=1,3,5,7
/proc/15004/task/15006/stat : 15006 (java) R 15001 15004 4674 0 -1 4202560 7796 0 0 0 52 3 0 0 20 0 16 0 109674396 10872623104 20298 18446744073709551615 4194304 4196468 140729188657568 140148213424160 140147822246055 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15007] ppid=15001 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15007/stat : 15007 (java) S 15001 15004 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 109674397 10872623104 20298 18446744073709551615 4194304 4196468 140729188657568 140148139608720 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15008] ppid=15001 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15008/stat : 15008 (java) S 15001 15004 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 109674397 10872623104 20298 18446744073709551615 4194304 4196468 140729188657568 140147819538960 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15009] ppid=15001 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15009/stat : 15009 (java) S 15001 15004 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 109674397 10872623104 20298 18446744073709551615 4194304 4196468 140729188657568 140147818486160 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15010] ppid=15001 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15010/stat : 15010 (java) S 15001 15004 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 109674397 10872623104 20298 18446744073709551615 4194304 4196468 140729188657568 140147817433360 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15011] ppid=15001 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15011/stat : 15011 (java) S 15001 15004 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 109674398 10872623104 20298 18446744073709551615 4194304 4196468 140729188657568 140147706043248 140148209199746 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15012] ppid=15001 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15012/stat : 15012 (java) S 15001 15004 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 109674399 10872623104 20298 18446744073709551615 4194304 4196468 140729188657568 140147704989216 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15013] ppid=15001 vsize=10617796 memory=5712 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15013/stat : 15013 (java) S 15001 15004 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 109674399 10872623104 20298 18446744073709551615 4194304 4196468 140729188657568 140147703936368 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15014] ppid=15001 vsize=10617796 memory=796 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15014/stat : 15014 (java) S 15001 15004 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109674401 10872623104 20298 18446744073709551615 4194304 4196468 140729188657568 140147702884688 140148209207195 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15015] ppid=15001 vsize=10617796 memory=984 CPUtime=0.27 cores=1,3,5,7
/proc/15004/task/15015/stat : 15015 (java) R 15001 15004 4674 0 -1 4202560 1719 0 0 0 27 0 0 0 20 0 16 0 109674401 10872623104 20298 18446744073709551615 4194304 4196468 140729188657568 140147701824536 140148188637783 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15016] ppid=15001 vsize=10617796 memory=1728 CPUtime=0.27 cores=1,3,5,7
/proc/15004/task/15016/stat : 15016 (java) R 15001 15004 4674 0 -1 4202560 1875 0 0 0 27 0 0 0 20 0 16 0 109674401 10872623104 20298 18446744073709551615 4194304 4196468 140729188657568 140147700765128 140148188435204 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15017] ppid=15001 vsize=10617796 memory=33 CPUtime=0.19 cores=1,3,5,7
/proc/15004/task/15017/stat : 15017 (java) S 15001 15004 4674 0 -1 1077944384 1146 0 0 0 19 0 0 0 20 0 16 0 109674401 10872623104 20298 18446744073709551615 4194304 4196468 140729188657568 140147699726448 140148209199746 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15018] ppid=15001 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15018/stat : 15018 (java) S 15001 15004 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109674402 10872623104 20298 18446744073709551615 4194304 4196468 140729188657568 140147698673888 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15019] ppid=15001 vsize=10617796 memory=737 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15019/stat : 15019 (java) S 15001 15004 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 109674405 10872623104 20298 18446744073709551615 4194304 4196468 140729188657568 140147697622192 140148209199746 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
Current children cumulated CPU time: 1.31 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 81192 KiB

[startup+1.5008 s]
/proc/loadavg: 1.98 2.04 1.91 4/218 15020
/proc/meminfo: memFree=30586368/32770624 swapFree=67108764/67108860
[pid=15004] ppid=15001 vsize=10617796 memory=84272 CPUtime=2.51 cores=1,3,5,7
/proc/15004/stat : 15004 (java) S 15001 15004 4674 0 -1 1077944320 15214 0 0 0 246 5 0 0 20 0 16 0 109674386 10872623104 21068 18446744073709551615 4194304 4196468 140729188657568 140729188640112 140148209188599 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
/proc/15004/statm: 2654449 21068 3064 1 0 2643902 0
[pid=15004/tid=15006] ppid=15001 vsize=10617796 memory=53096 CPUtime=1.35 cores=1,3,5,7
/proc/15004/task/15006/stat : 15006 (java) R 15001 15004 4674 0 -1 4202560 8062 0 0 0 132 3 0 0 20 0 16 0 109674396 10872623104 21068 18446744073709551615 4194304 4196468 140729188657568 140148213425352 140147822294877 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15007] ppid=15001 vsize=10617796 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15007/stat : 15007 (java) S 15001 15004 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 109674397 10872623104 21068 18446744073709551615 4194304 4196468 140729188657568 140148139608720 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15008] ppid=15001 vsize=10617796 memory=280759730986848 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15008/stat : 15008 (java) S 15001 15004 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 109674397 10872623104 21068 18446744073709551615 4194304 4196468 140729188657568 140147819538960 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15009] ppid=15001 vsize=10617796 memory=6944937900100196217 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15009/stat : 15009 (java) S 15001 15004 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 109674397 10872623104 21068 18446744073709551615 4194304 4196468 140729188657568 140147818486160 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15010] ppid=15001 vsize=10617796 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15010/stat : 15010 (java) S 15001 15004 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 109674397 10872623104 21068 18446744073709551615 4194304 4196468 140729188657568 140147817433360 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15011] ppid=15001 vsize=10617796 memory=-7812736537705029536 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15011/stat : 15011 (java) S 15001 15004 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 109674398 10872623104 21068 18446744073709551615 4194304 4196468 140729188657568 140147706043248 140148209199746 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15012] ppid=15001 vsize=10617796 memory=5793995705280914530 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15012/stat : 15012 (java) S 15001 15004 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 109674399 10872623104 21068 18446744073709551615 4194304 4196468 140729188657568 140147704989216 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15013] ppid=15001 vsize=10617796 memory=6933690330692294553 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15013/stat : 15013 (java) S 15001 15004 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 109674399 10872623104 21068 18446744073709551615 4194304 4196468 140729188657568 140147703936368 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15014] ppid=15001 vsize=10617796 memory=6369336055420054121 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15014/stat : 15014 (java) S 15001 15004 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109674401 10872623104 21068 18446744073709551615 4194304 4196468 140729188657568 140147702884688 140148209207195 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15015] ppid=15001 vsize=10617796 memory=0 CPUtime=0.44 cores=1,3,5,7
/proc/15004/task/15015/stat : 15015 (java) S 15001 15004 4674 0 -1 1077944384 1832 0 0 0 44 0 0 0 20 0 16 0 109674401 10872623104 21068 18446744073709551615 4194304 4196468 140729188657568 140147701832048 140148209199746 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15016] ppid=15001 vsize=10617796 memory=7245577201579234449 CPUtime=0.47 cores=1,3,5,7
/proc/15004/task/15016/stat : 15016 (java) S 15001 15004 4674 0 -1 1077944384 2510 0 0 0 47 0 0 0 20 0 16 0 109674401 10872623104 21068 18446744073709551615 4194304 4196468 140729188657568 140147700779248 140148209199746 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15017] ppid=15001 vsize=10617796 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/15004/task/15017/stat : 15017 (java) S 15001 15004 4674 0 -1 1077944384 1384 0 0 0 22 0 0 0 20 0 16 0 109674401 10872623104 21068 18446744073709551615 4194304 4196468 140729188657568 140147699726448 140148209199746 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15018] ppid=15001 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15018/stat : 15018 (java) S 15001 15004 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109674402 10872623104 21068 18446744073709551615 4194304 4196468 140729188657568 140147698673888 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15019] ppid=15001 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15019/stat : 15019 (java) S 15001 15004 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 109674405 10872623104 21068 18446744073709551615 4194304 4196468 140729188657568 140147697622192 140148209199746 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15020] ppid=15001 vsize=10617796 memory=140379865409310 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15020/stat : 15020 (java) S 15001 15004 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 109674441 10872623104 21068 18446744073709551615 4194304 4196468 140729188657568 140147696567728 140148209199746 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0

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

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+12.8009 s]
/proc/loadavg: 1.98 2.04 1.91 3/218 15020
/proc/meminfo: memFree=30507440/32770624 swapFree=67108764/67108860
[pid=15004] ppid=15001 vsize=10617796 memory=138048 CPUtime=14.62 cores=1,3,5,7
/proc/15004/stat : 15004 (java) S 15001 15004 4674 0 -1 1077944320 23810 0 0 0 1455 7 0 0 20 0 16 0 109674386 10872623104 34512 18446744073709551615 4194304 4196468 140729188657568 140729188640112 140148209188599 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
/proc/15004/statm: 2654449 34512 3082 1 0 2643902 0
[pid=15004/tid=15006] ppid=15001 vsize=10617796 memory=-8774313645642428999 CPUtime=12.65 cores=1,3,5,7
/proc/15004/task/15006/stat : 15006 (java) R 15001 15004 4674 0 -1 4202560 8977 0 0 0 1260 5 0 0 20 0 16 0 109674396 10872623104 34512 18446744073709551615 4194304 4196468 140729188657568 140148213427240 140147822295219 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15007] ppid=15001 vsize=10617796 memory=53096 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15007/stat : 15007 (java) S 15001 15004 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 109674397 10872623104 34512 18446744073709551615 4194304 4196468 140729188657568 140148139608720 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15008] ppid=15001 vsize=10617796 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15008/stat : 15008 (java) S 15001 15004 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 109674397 10872623104 34512 18446744073709551615 4194304 4196468 140729188657568 140147819538960 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15009] ppid=15001 vsize=10617796 memory=2320 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15009/stat : 15009 (java) S 15001 15004 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 109674397 10872623104 34512 18446744073709551615 4194304 4196468 140729188657568 140147818486160 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15010] ppid=15001 vsize=10617796 memory=90560 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15010/stat : 15010 (java) S 15001 15004 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 109674397 10872623104 34512 18446744073709551615 4194304 4196468 140729188657568 140147817433360 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15011] ppid=15001 vsize=10617796 memory=280759730620624 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15011/stat : 15011 (java) S 15001 15004 4674 0 -1 1077944384 285 0 0 0 0 0 0 0 20 0 16 0 109674398 10872623104 34512 18446744073709551615 4194304 4196468 140729188657568 140147706043248 140148209199746 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15012] ppid=15001 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15012/stat : 15012 (java) S 15001 15004 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 109674399 10872623104 34512 18446744073709551615 4194304 4196468 140729188657568 140147704989216 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15013] ppid=15001 vsize=10617796 memory=4 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15013/stat : 15013 (java) S 15001 15004 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 109674399 10872623104 34512 18446744073709551615 4194304 4196468 140729188657568 140147703936368 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15014] ppid=15001 vsize=10617796 memory=140379865309712 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15014/stat : 15014 (java) S 15001 15004 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109674401 10872623104 34512 18446744073709551615 4194304 4196468 140729188657568 140147702884688 140148209207195 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15015] ppid=15001 vsize=10617796 memory=1204 CPUtime=0.74 cores=1,3,5,7
/proc/15004/task/15015/stat : 15015 (java) S 15001 15004 4674 0 -1 1077944384 5462 0 0 0 74 0 0 0 20 0 16 0 109674401 10872623104 34512 18446744073709551615 4194304 4196468 140729188657568 140147701832048 140148209199746 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15016] ppid=15001 vsize=10617796 memory=15880 CPUtime=0.95 cores=1,3,5,7
/proc/15004/task/15016/stat : 15016 (java) S 15001 15004 4674 0 -1 1077944384 5523 0 0 0 95 0 0 0 20 0 16 0 109674401 10872623104 34512 18446744073709551615 4194304 4196468 140729188657568 140147700779248 140148209199746 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15017] ppid=15001 vsize=10617796 memory=4048 CPUtime=0.24 cores=1,3,5,7
/proc/15004/task/15017/stat : 15017 (java) S 15001 15004 4674 0 -1 1077944384 1883 0 0 0 24 0 0 0 20 0 16 0 109674401 10872623104 34512 18446744073709551615 4194304 4196468 140729188657568 140147699726448 140148209199746 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15018] ppid=15001 vsize=10617796 memory=31684 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15018/stat : 15018 (java) S 15001 15004 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109674402 10872623104 34512 18446744073709551615 4194304 4196468 140729188657568 140147698673888 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15019] ppid=15001 vsize=10617796 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15019/stat : 15019 (java) S 15001 15004 4674 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 16 0 109674405 10872623104 34512 18446744073709551615 4194304 4196468 140729188657568 140147697622192 140148209199746 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15020] ppid=15001 vsize=10617796 memory=644 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15020/stat : 15020 (java) S 15001 15004 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 109674441 10872623104 34512 18446744073709551615 4194304 4196468 140729188657568 140147696567728 140148209199746 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
Current children cumulated CPU time: 14.62 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 138048 KiB

[startup+13.6008 s]
/proc/loadavg: 1.98 2.04 1.91 3/218 15020
/proc/meminfo: memFree=30499248/32770624 swapFree=67108764/67108860
[pid=15004] ppid=15001 vsize=10617796 memory=144192 CPUtime=15.43 cores=1,3,5,7
/proc/15004/stat : 15004 (java) S 15001 15004 4674 0 -1 1077944320 23848 0 0 0 1535 8 0 0 20 0 16 0 109674386 10872623104 36048 18446744073709551615 4194304 4196468 140729188657568 140729188640112 140148209188599 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
/proc/15004/statm: 2654449 36048 3082 1 0 2643902 0
[pid=15004/tid=15006] ppid=15001 vsize=10617796 memory=-8774313645642428999 CPUtime=13.45 cores=1,3,5,7
/proc/15004/task/15006/stat : 15006 (java) R 15001 15004 4674 0 -1 4202560 8984 0 0 0 1340 5 0 0 20 0 16 0 109674396 10872623104 36048 18446744073709551615 4194304 4196468 140729188657568 140148213424768 140147822386698 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15007] ppid=15001 vsize=10617796 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15007/stat : 15007 (java) S 15001 15004 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 109674397 10872623104 36048 18446744073709551615 4194304 4196468 140729188657568 140148139608720 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15008] ppid=15001 vsize=10617796 memory=11020 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15008/stat : 15008 (java) S 15001 15004 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 109674397 10872623104 36048 18446744073709551615 4194304 4196468 140729188657568 140147819538960 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15009] ppid=15001 vsize=10617796 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15009/stat : 15009 (java) S 15001 15004 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 109674397 10872623104 36048 18446744073709551615 4194304 4196468 140729188657568 140147818486160 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15010] ppid=15001 vsize=10617796 memory=5712 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15010/stat : 15010 (java) S 15001 15004 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 109674397 10872623104 36048 18446744073709551615 4194304 4196468 140729188657568 140147817433360 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15011] ppid=15001 vsize=10617796 memory=4148 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15011/stat : 15011 (java) S 15001 15004 4674 0 -1 1077944384 316 0 0 0 0 0 0 0 20 0 16 0 109674398 10872623104 36048 18446744073709551615 4194304 4196468 140729188657568 140147706043248 140148209199746 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15012] ppid=15001 vsize=10617796 memory=53096 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15012/stat : 15012 (java) S 15001 15004 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 109674399 10872623104 36048 18446744073709551615 4194304 4196468 140729188657568 140147704989216 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15013] ppid=15001 vsize=10617796 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15013/stat : 15013 (java) S 15001 15004 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 109674399 10872623104 36048 18446744073709551615 4194304 4196468 140729188657568 140147703936368 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15014] ppid=15001 vsize=10617796 memory=2320 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15014/stat : 15014 (java) S 15001 15004 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109674401 10872623104 36048 18446744073709551615 4194304 4196468 140729188657568 140147702884688 140148209207195 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15015] ppid=15001 vsize=10617796 memory=1724 CPUtime=0.74 cores=1,3,5,7
/proc/15004/task/15015/stat : 15015 (java) S 15001 15004 4674 0 -1 1077944384 5462 0 0 0 74 0 0 0 20 0 16 0 109674401 10872623104 36048 18446744073709551615 4194304 4196468 140729188657568 140147701832048 140148209199746 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15016] ppid=15001 vsize=10617796 memory=2012 CPUtime=0.95 cores=1,3,5,7
/proc/15004/task/15016/stat : 15016 (java) S 15001 15004 4674 0 -1 1077944384 5523 0 0 0 95 0 0 0 20 0 16 0 109674401 10872623104 36048 18446744073709551615 4194304 4196468 140729188657568 140147700779248 140148209199746 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15017] ppid=15001 vsize=10617796 memory=11020 CPUtime=0.24 cores=1,3,5,7
/proc/15004/task/15017/stat : 15017 (java) S 15001 15004 4674 0 -1 1077944384 1883 0 0 0 24 0 0 0 20 0 16 0 109674401 10872623104 36048 18446744073709551615 4194304 4196468 140729188657568 140147699726448 140148209199746 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15018] ppid=15001 vsize=10617796 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15018/stat : 15018 (java) S 15001 15004 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109674402 10872623104 36048 18446744073709551615 4194304 4196468 140729188657568 140147698673888 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15019] ppid=15001 vsize=10617796 memory=5712 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15019/stat : 15019 (java) S 15001 15004 4674 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 16 0 109674405 10872623104 36048 18446744073709551615 4194304 4196468 140729188657568 140147697622192 140148209199746 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15020] ppid=15001 vsize=10617796 memory=796 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15020/stat : 15020 (java) S 15001 15004 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 109674441 10872623104 36048 18446744073709551615 4194304 4196468 140729188657568 140147696567728 140148209199746 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
Current children cumulated CPU time: 15.43 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 144192 KiB

[startup+13.8008 s]
/proc/loadavg: 1.98 2.04 1.91 3/218 15020
/proc/meminfo: memFree=30499248/32770624 swapFree=67108764/67108860
[pid=15004] ppid=15001 vsize=10750924 memory=148372 CPUtime=15.55 cores=1,3,5,7
/proc/15004/stat : 15004 (java) S 15001 15004 4674 0 -1 1077944320 24265 0 0 0 1547 8 0 0 20 0 16 0 109674386 11008946176 37093 18446744073709551615 4194304 4196468 140729188657568 140729188640112 140148209188599 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
/proc/15004/statm: 2687731 37093 3084 1 0 2677184 0
[pid=15004/tid=15006] ppid=15001 vsize=10750924 memory=1728 CPUtime=13.56 cores=1,3,5,7
/proc/15004/task/15006/stat : 15006 (java) S 15001 15004 4674 0 -1 1077944384 9226 0 0 0 1351 5 0 0 20 0 16 0 109674396 11008946176 37093 18446744073709551615 4194304 4196468 140729188657568 140148213429280 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15007] ppid=15001 vsize=10750924 memory=4572 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15007/stat : 15007 (java) S 15001 15004 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 109674397 11008946176 37093 18446744073709551615 4194304 4196468 140729188657568 140148139608720 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15008] ppid=15001 vsize=10750924 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15008/stat : 15008 (java) S 15001 15004 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 109674397 11008946176 37093 18446744073709551615 4194304 4196468 140729188657568 140147819538960 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15009] ppid=15001 vsize=10750924 memory=12304 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15009/stat : 15009 (java) S 15001 15004 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 109674397 11008946176 37093 18446744073709551615 4194304 4196468 140729188657568 140147818486160 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15010] ppid=15001 vsize=10750924 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15010/stat : 15010 (java) S 15001 15004 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 109674397 11008946176 37093 18446744073709551615 4194304 4196468 140729188657568 140147817433360 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15011] ppid=15001 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15011/stat : 15011 (java) S 15001 15004 4674 0 -1 1077944384 316 0 0 0 0 0 0 0 20 0 16 0 109674398 11008946176 37093 18446744073709551615 4194304 4196468 140729188657568 140147706043248 140148209199746 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15012] ppid=15001 vsize=10750924 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15012/stat : 15012 (java) S 15001 15004 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 109674399 11008946176 37093 18446744073709551615 4194304 4196468 140729188657568 140147704989216 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15013] ppid=15001 vsize=10750924 memory=7649399388509320497 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15013/stat : 15013 (java) S 15001 15004 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 109674399 11008946176 37093 18446744073709551615 4194304 4196468 140729188657568 140147703936368 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15014] ppid=15001 vsize=10750924 memory=7649399392804287793 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15014/stat : 15014 (java) S 15001 15004 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109674401 11008946176 37093 18446744073709551615 4194304 4196468 140729188657568 140147702884688 140148209207195 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15015] ppid=15001 vsize=10750924 memory=7649399397270181220 CPUtime=0.75 cores=1,3,5,7
/proc/15004/task/15015/stat : 15015 (java) S 15001 15004 4674 0 -1 1077944384 5469 0 0 0 75 0 0 0 20 0 16 0 109674401 11008946176 37093 18446744073709551615 4194304 4196468 140729188657568 140147701832048 140148209199746 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15016] ppid=15001 vsize=10750924 memory=7594598810448850543 CPUtime=0.95 cores=1,3,5,7
/proc/15004/task/15016/stat : 15016 (java) S 15001 15004 4674 0 -1 1077944384 5524 0 0 0 95 0 0 0 20 0 16 0 109674401 11008946176 37093 18446744073709551615 4194304 4196468 140729188657568 140147700779248 140148209199746 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15017] ppid=15001 vsize=10750924 memory=6944656592452807325 CPUtime=0.24 cores=1,3,5,7
/proc/15004/task/15017/stat : 15017 (java) S 15001 15004 4674 0 -1 1077944384 1916 0 0 0 24 0 0 0 20 0 16 0 109674401 11008946176 37093 18446744073709551615 4194304 4196468 140729188657568 140147699726448 140148209199746 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15018] ppid=15001 vsize=10750924 memory=4202202988766665109 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15018/stat : 15018 (java) S 15001 15004 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109674402 11008946176 37093 18446744073709551615 4194304 4196468 140729188657568 140147698673888 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15019] ppid=15001 vsize=10750924 memory=10982297505 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15019/stat : 15019 (java) S 15001 15004 4674 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 16 0 109674405 11008946176 37093 18446744073709551615 4194304 4196468 140729188657568 140147697622192 140148209199746 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
Current children cumulated CPU time: 15.55 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 148372 KiB

[startup+13.9007 s]
/proc/loadavg: 1.98 2.04 1.91 3/218 15020
/proc/meminfo: memFree=30499248/32770624 swapFree=67108764/67108860
[pid=15004] ppid=15001 vsize=10750924 memory=148372 CPUtime=15.55 cores=1,3,5,7
/proc/15004/stat : 15004 (java) S 15001 15004 4674 0 -1 1077944320 24265 0 0 0 1547 8 0 0 20 0 16 0 109674386 11008946176 37093 18446744073709551615 4194304 4196468 140729188657568 140729188640112 140148209188599 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
/proc/15004/statm: 2687731 37093 3084 1 0 2677184 0
[pid=15004/tid=15006] ppid=15001 vsize=10750924 memory=146240 CPUtime=13.56 cores=1,3,5,7
/proc/15004/task/15006/stat : 15006 (java) S 15001 15004 4674 0 -1 1077944384 9226 0 0 0 1351 5 0 0 20 0 16 0 109674396 11008946176 37093 18446744073709551615 4194304 4196468 140729188657568 140148213429280 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15007] ppid=15001 vsize=10750924 memory=56 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15007/stat : 15007 (java) S 15001 15004 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 109674397 11008946176 37093 18446744073709551615 4194304 4196468 140729188657568 140148139608720 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15008] ppid=15001 vsize=10750924 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15008/stat : 15008 (java) S 15001 15004 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 109674397 11008946176 37093 18446744073709551615 4194304 4196468 140729188657568 140147819538960 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15009] ppid=15001 vsize=10750924 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15009/stat : 15009 (java) S 15001 15004 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 109674397 11008946176 37093 18446744073709551615 4194304 4196468 140729188657568 140147818486160 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15010] ppid=15001 vsize=10750924 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15010/stat : 15010 (java) S 15001 15004 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 109674397 11008946176 37093 18446744073709551615 4194304 4196468 140729188657568 140147817433360 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15011] ppid=15001 vsize=10750924 memory=280759730996640 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15011/stat : 15011 (java) S 15001 15004 4674 0 -1 1077944384 316 0 0 0 0 0 0 0 20 0 16 0 109674398 11008946176 37093 18446744073709551615 4194304 4196468 140729188657568 140147706043248 140148209199746 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15012] ppid=15001 vsize=10750924 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15012/stat : 15012 (java) S 15001 15004 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 109674399 11008946176 37093 18446744073709551615 4194304 4196468 140729188657568 140147704989216 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15013] ppid=15001 vsize=10750924 memory=115460 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15013/stat : 15013 (java) S 15001 15004 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 109674399 11008946176 37093 18446744073709551615 4194304 4196468 140729188657568 140147703936368 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15014] ppid=15001 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15014/stat : 15014 (java) S 15001 15004 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109674401 11008946176 37093 18446744073709551615 4194304 4196468 140729188657568 140147702884688 140148209207195 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15015] ppid=15001 vsize=10750924 memory=280759730780320 CPUtime=0.75 cores=1,3,5,7
/proc/15004/task/15015/stat : 15015 (java) S 15001 15004 4674 0 -1 1077944384 5469 0 0 0 75 0 0 0 20 0 16 0 109674401 11008946176 37093 18446744073709551615 4194304 4196468 140729188657568 140147701832048 140148209199746 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15016] ppid=15001 vsize=10750924 memory=7666932416331738983 CPUtime=0.95 cores=1,3,5,7
/proc/15004/task/15016/stat : 15016 (java) S 15001 15004 4674 0 -1 1077944384 5524 0 0 0 95 0 0 0 20 0 16 0 109674401 11008946176 37093 18446744073709551615 4194304 4196468 140729188657568 140147700779248 140148209199746 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15017] ppid=15001 vsize=10750924 memory=7523938734695801199 CPUtime=0.24 cores=1,3,5,7
/proc/15004/task/15017/stat : 15017 (java) S 15001 15004 4674 0 -1 1077944384 1916 0 0 0 24 0 0 0 20 0 16 0 109674401 11008946176 37093 18446744073709551615 4194304 4196468 140729188657568 140147699726448 140148209199746 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15018] ppid=15001 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15018/stat : 15018 (java) S 15001 15004 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109674402 11008946176 37093 18446744073709551615 4194304 4196468 140729188657568 140147698673888 140148209198805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
[pid=15004/tid=15019] ppid=15001 vsize=10750924 memory=4465 CPUtime=0 cores=1,3,5,7
/proc/15004/task/15019/stat : 15019 (java) S 15001 15004 4674 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 16 0 109674405 11008946176 37093 18446744073709551615 4194304 4196468 140729188657568 140147697622192 140148209199746 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9666560 140729188663696 140729188663849 140729188663849 140729188667343 0
Current children cumulated CPU time: 15.55 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 148372 KiB

Child status: 0
Real time (s): 13.9247
CPU time (s): 15.5758
CPU user time (s): 15.4866
CPU system time (s): 0.089251
CPU usage (%): 111.857
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 148372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.4866
system time used= 0.089251
maximum resident set size= 150796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24588
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1736
involuntary context switches= 28


# summary of solver processes directly reported to runsolver:
#   pid: 15004
#   total CPU time (s): 15.5758
#   total CPU user time (s): 15.4866
#   total CPU system time (s): 0.089251

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.108735 second user time and 0.17164 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-13 12:40:45
IDJOB=4263383
IDBENCH=123186
IDSOLVER=2651
FILE ID=node134/4263383-1502621680
RUNJOBID= node134-1502619645-14325
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/MagicSequence/MagicSequence-card-s1/MagicSequence-013-ca.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263383-1502621680/watcher-4263383-1502621680 -o /tmp/evaluation-result-4263383-1502621680/solver-4263383-1502621680 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14325 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263383-1502621680.xml

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

MD5SUM BENCH= 0642ef06dc474e1b40bfeca7cc0e1db6
RANDOM SEED=1677880284

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30660600 kB
MemAvailable:   30861600 kB
Buffers:          221124 kB
Cached:           273464 kB
SwapCached:            4 kB
Active:          1458128 kB
Inactive:         198880 kB
Active(anon):    1109544 kB
Inactive(anon):    94440 kB
Active(file):     348584 kB
Inactive(file):   104440 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              1716 kB
Writeback:             4 kB
AnonPages:       1161700 kB
Mapped:            68684 kB
Shmem:             41564 kB
Slab:             154232 kB
SReclaimable:     127620 kB
SUnreclaim:        26612 kB
KernelStack:        3552 kB
PageTables:         7820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2640980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1044480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node134 at 2017-08-13 12:40:59