Trace number 4263243

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-05? (TO) 2520.1001 2506.96

General information on the benchmark

NameBlackhole/Blackhole-xcsp2-s13/
Blackhole-4-13-2_X2.xml
MD5SUM88708c27ba26ffc45c437651276dcd59
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables208
Number of constraints4218
Number of domains4
Minimum domain size1
Maximum domain size52
Distribution of domain sizes[{"size":1,"count":2},{"size":13,"count":52},{"size":26,"count":51},{"size":52,"count":102}]
Minimum variable degree0
Maximum variable degree104
Distribution of variable degrees[{"degree":0,"count":1},{"degree":2,"count":53},{"degree":3,"count":50},{"degree":52,"count":1},{"degree":53,"count":34},{"degree":54,"count":17},{"degree":104,"count":52}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4218}]
Number of extensional constraints4218
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4218}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data


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 (15434 MiB free)
  memory of node 1: 16384 MiB (15425 MiB free)
  node distances:
     10  21
     21  10

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

running on 4 cores: 0,2,4,6

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
solver pid=17867, runsolver pid=17864
Current StackSize limit: 8192 KiB


[startup+0.100204 s]*
/proc/loadavg: 2.17 2.08 2.12 3/206 17873
/proc/meminfo: memFree=31590564/32770624 swapFree=67108764/67108860
[pid=17867] ppid=17864 vsize=10085108 memory=19328 CPUtime=0.02 cores=0,2,4,6
/proc/17867/stat : 17867 (java) S 17864 17867 4674 0 -1 1077944320 3669 0 0 0 1 1 0 0 20 0 8 0 110645450 10327150592 4832 18446744073709551615 4194304 4196468 140734426015488 140734425998032 140575567580919 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
/proc/17867/statm: 2521277 4832 2055 1 0 2510774 0
[pid=17867/tid=17869] ppid=17864 vsize=10086136 memory=-6439968830534014599 CPUtime=0.01 cores=0,2,4,6
/proc/17867/task/17869/stat : 17869 (java) S 17864 17867 4674 0 -1 1077944384 2340 0 0 0 1 0 0 0 20 0 9 0 110645459 10328203264 4832 18446744073709551615 4194304 4196468 140734426015488 140575571821712 140575567591125 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17870] ppid=17864 vsize=10086136 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17870/stat : 17870 (java) S 17864 17867 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 110645459 10328203264 4832 18446744073709551615 4194304 4196468 140734426015488 140575498001168 140575567591125 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17871] ppid=17864 vsize=10086136 memory=139779480221312 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17871/stat : 17871 (java) S 17864 17867 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 110645459 10328203264 4832 18446744073709551615 4194304 4196468 140734426015488 140575496948624 140575567591125 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17872] ppid=17864 vsize=10086136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17872/stat : 17872 (java) S 17864 17867 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 110645459 10328203264 4832 18446744073709551615 4194304 4196468 140734426015488 140575495896080 140575567591125 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17873] ppid=17864 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17873/stat : 17873 (java) S 17864 17867 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 110645459 10395312128 4832 18446744073709551615 4194304 4196468 140734426015488 140575494843536 140575567591125 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17874] ppid=17864 vsize=10151672 memory=139779480221312 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17874/stat : 17874 (java) S 17864 17867 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 110645461 10395312128 4832 18446744073709551615 4194304 4196468 140734426015488 140575062824944 140575567592066 0 0 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17875] ppid=17864 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17875/stat : 17875 (java) S 17864 17867 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 110645461 10395312128 4884 18446744073709551615 4194304 4196468 140734426015488 140575061771168 140575567591125 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17876] ppid=17864 vsize=10151676 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17876/stat : 17876 (java) R 17864 17867 4674 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 9 0 110645461 10395316224 4884 18446744073709551615 4194304 4196468 140734426015488 140575060720584 140575168868112 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10085108 KiB
Current children cumulated memory: 19328 KiB

[startup+0.212015 s]*
/proc/loadavg: 2.17 2.08 2.12 3/215 17882
/proc/meminfo: memFree=31584740/32770624 swapFree=67108764/67108860
[pid=17867] ppid=17864 vsize=10552180 memory=29832 CPUtime=0.11 cores=0,2,4,6
/proc/17867/stat : 17867 (java) S 17864 17867 4674 0 -1 1077944320 6389 0 0 0 9 2 0 0 20 0 15 0 110645450 10805432320 7458 18446744073709551615 4194304 4196468 140734426015488 140734425998032 140575567580919 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
/proc/17867/statm: 2638045 7458 2733 1 0 2627517 0
[pid=17867/tid=17869] ppid=17864 vsize=10552180 memory=8318255677412212789 CPUtime=0.08 cores=0,2,4,6
/proc/17867/task/17869/stat : 17869 (java) R 17864 17867 4674 0 -1 4202560 4691 0 0 0 7 1 0 0 20 0 15 0 110645459 10805432320 7854 18446744073709551615 4194304 4196468 140734426015488 140575571769264 140575559891855 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17870] ppid=17864 vsize=10552180 memory=329 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17870/stat : 17870 (java) S 17864 17867 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110645459 10805432320 7854 18446744073709551615 4194304 4196468 140734426015488 140575498001168 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17871] ppid=17864 vsize=10552180 memory=139779481161977 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17871/stat : 17871 (java) S 17864 17867 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110645459 10805432320 7854 18446744073709551615 4194304 4196468 140734426015488 140575496948624 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17872] ppid=17864 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17872/stat : 17872 (java) S 17864 17867 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110645459 10805432320 7854 18446744073709551615 4194304 4196468 140734426015488 140575495896080 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17873] ppid=17864 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17873/stat : 17873 (java) S 17864 17867 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110645459 10805432320 7854 18446744073709551615 4194304 4196468 140734426015488 140575494843536 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17874] ppid=17864 vsize=10552180 memory=139779480221312 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17874/stat : 17874 (java) S 17864 17867 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110645461 10805432320 7854 18446744073709551615 4194304 4196468 140734426015488 140575062824944 140575567592066 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17875] ppid=17864 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17875/stat : 17875 (java) S 17864 17867 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110645461 10805432320 7854 18446744073709551615 4194304 4196468 140734426015488 140575061771168 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17876] ppid=17864 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17876/stat : 17876 (java) S 17864 17867 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 110645461 10805432320 7854 18446744073709551615 4194304 4196468 140734426015488 140575060718576 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17877] ppid=17864 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17877/stat : 17877 (java) S 17864 17867 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110645464 10805432320 7854 18446744073709551615 4194304 4196468 140734426015488 140575059667152 140575567599515 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17878] ppid=17864 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17878/stat : 17878 (java) S 17864 17867 4674 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 15 0 110645464 10805432320 7854 18446744073709551615 4194304 4196468 140734426015488 140575058614768 140575567592066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17879] ppid=17864 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17879/stat : 17879 (java) S 17864 17867 4674 0 -1 1077944384 396 0 0 0 0 0 0 0 20 0 15 0 110645464 10805432320 7854 18446744073709551615 4194304 4196468 140734426015488 140575057562224 140575567592066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17880] ppid=17864 vsize=10552180 memory=139779480221312 CPUtime=0.01 cores=0,2,4,6
/proc/17867/task/17880/stat : 17880 (java) S 17864 17867 4674 0 -1 1077944384 294 0 0 0 1 0 0 0 20 0 15 0 110645464 10805432320 7854 18446744073709551615 4194304 4196468 140734426015488 140575056509680 140575567592066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17881] ppid=17864 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17881/stat : 17881 (java) S 17864 17867 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110645464 10805432320 7854 18446744073709551615 4194304 4196468 140734426015488 140575055457376 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17882] ppid=17864 vsize=10552180 memory=139779480221312 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17882/stat : 17882 (java) S 17864 17867 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110645469 10805432320 7643 18446744073709551615 4194304 4196468 140734426015488 140575054403888 140575567592066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10552180 KiB
Current children cumulated memory: 29832 KiB

[startup+0.310639 s]*
/proc/loadavg: 2.17 2.08 2.12 3/215 17882
/proc/meminfo: memFree=31575224/32770624 swapFree=67108764/67108860
[pid=17867] ppid=17864 vsize=10551156 memory=37044 CPUtime=0.26 cores=0,2,4,6
/proc/17867/stat : 17867 (java) S 17864 17867 4674 0 -1 1077944320 8022 0 0 0 23 3 0 0 20 0 15 0 110645450 10804383744 9261 18446744073709551615 4194304 4196468 140734426015488 140734425998032 140575567580919 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
/proc/17867/statm: 2637789 9261 2868 1 0 2627261 0
[pid=17867/tid=17869] ppid=17864 vsize=10551156 memory=-8774313645642428999 CPUtime=0.18 cores=0,2,4,6
/proc/17867/task/17869/stat : 17869 (java) R 17864 17867 4674 0 -1 4202560 5640 0 0 0 16 2 0 0 20 0 15 0 110645459 10804383744 9261 18446744073709551615 4194304 4196468 140734426015488 140575571819056 140575567592854 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17870] ppid=17864 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17870/stat : 17870 (java) S 17864 17867 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110645459 10804383744 9261 18446744073709551615 4194304 4196468 140734426015488 140575498001168 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17871] ppid=17864 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17871/stat : 17871 (java) S 17864 17867 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110645459 10804383744 9261 18446744073709551615 4194304 4196468 140734426015488 140575496948624 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17872] ppid=17864 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17872/stat : 17872 (java) S 17864 17867 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110645459 10804383744 9261 18446744073709551615 4194304 4196468 140734426015488 140575495896080 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17873] ppid=17864 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17873/stat : 17873 (java) S 17864 17867 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110645459 10804383744 9261 18446744073709551615 4194304 4196468 140734426015488 140575494843536 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17874] ppid=17864 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17874/stat : 17874 (java) S 17864 17867 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110645461 10804383744 9261 18446744073709551615 4194304 4196468 140734426015488 140575062824944 140575567592066 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17875] ppid=17864 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17875/stat : 17875 (java) S 17864 17867 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110645461 10804383744 9261 18446744073709551615 4194304 4196468 140734426015488 140575061771168 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17876] ppid=17864 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17876/stat : 17876 (java) S 17864 17867 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 110645461 10804383744 9261 18446744073709551615 4194304 4196468 140734426015488 140575060718576 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17877] ppid=17864 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17877/stat : 17877 (java) S 17864 17867 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110645464 10804383744 9261 18446744073709551615 4194304 4196468 140734426015488 140575059667152 140575567599515 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17878] ppid=17864 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17878/stat : 17878 (java) S 17864 17867 4674 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 15 0 110645464 10804383744 9261 18446744073709551615 4194304 4196468 140734426015488 140575058614768 140575567592066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17879] ppid=17864 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/17867/task/17879/stat : 17879 (java) S 17864 17867 4674 0 -1 1077944384 509 0 0 0 1 0 0 0 20 0 15 0 110645464 10804383744 9261 18446744073709551615 4194304 4196468 140734426015488 140575057562224 140575567592066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17880] ppid=17864 vsize=10551156 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/17867/task/17880/stat : 17880 (java) R 17864 17867 4674 0 -1 4202560 411 0 0 0 4 0 0 0 20 0 15 0 110645464 10804383744 9261 18446744073709551615 4194304 4196468 140734426015488 140575056509680 140575551661406 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17881] ppid=17864 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17881/stat : 17881 (java) S 17864 17867 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110645464 10804383744 9261 18446744073709551615 4194304 4196468 140734426015488 140575055457376 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17882] ppid=17864 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17882/stat : 17882 (java) S 17864 17867 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110645469 10804383744 9261 18446744073709551615 4194304 4196468 140734426015488 140575054403888 140575567592066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 37044 KiB

[startup+0.701125 s]
/proc/loadavg: 2.17 2.08 2.12 6/215 17882
/proc/meminfo: memFree=31559372/32770624 swapFree=67108764/67108860
[pid=17867] ppid=17864 vsize=10551232 memory=81712 CPUtime=1.44 cores=0,2,4,6
/proc/17867/stat : 17867 (java) S 17864 17867 4674 0 -1 1077944320 12582 0 0 0 139 5 0 0 20 0 15 0 110645450 10804461568 20428 18446744073709551615 4194304 4196468 140734426015488 140734425998032 140575567580919 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
/proc/17867/statm: 2637808 20428 3058 1 0 2627261 0
[pid=17867/tid=17869] ppid=17864 vsize=10551232 memory=4 CPUtime=0.55 cores=0,2,4,6
/proc/17867/task/17869/stat : 17869 (java) R 17864 17867 4674 0 -1 4202560 6892 0 0 0 52 3 0 0 20 0 15 0 110645459 10804461568 20428 18446744073709551615 4194304 4196468 140734426015488 140575571819328 140575550044008 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17870] ppid=17864 vsize=10551232 memory=160 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17870/stat : 17870 (java) S 17864 17867 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110645459 10804461568 20428 18446744073709551615 4194304 4196468 140734426015488 140575498001168 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17871] ppid=17864 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17871/stat : 17871 (java) S 17864 17867 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110645459 10804461568 20428 18446744073709551615 4194304 4196468 140734426015488 140575496948624 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17872] ppid=17864 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17872/stat : 17872 (java) S 17864 17867 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110645459 10804461568 20428 18446744073709551615 4194304 4196468 140734426015488 140575495896080 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17873] ppid=17864 vsize=10551232 memory=1 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17873/stat : 17873 (java) S 17864 17867 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110645459 10804461568 20428 18446744073709551615 4194304 4196468 140734426015488 140575494843536 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17874] ppid=17864 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17874/stat : 17874 (java) S 17864 17867 4674 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 110645461 10804461568 20428 18446744073709551615 4194304 4196468 140734426015488 140575062824944 140575567592066 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17875] ppid=17864 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17875/stat : 17875 (java) S 17864 17867 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110645461 10804461568 20428 18446744073709551615 4194304 4196468 140734426015488 140575061771168 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17876] ppid=17864 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17876/stat : 17876 (java) S 17864 17867 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 110645461 10804461568 20428 18446744073709551615 4194304 4196468 140734426015488 140575060718576 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17877] ppid=17864 vsize=10551232 memory=24 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17877/stat : 17877 (java) S 17864 17867 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110645464 10804461568 20428 18446744073709551615 4194304 4196468 140734426015488 140575059667152 140575567599515 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17878] ppid=17864 vsize=10551232 memory=226 CPUtime=0.29 cores=0,2,4,6
/proc/17867/task/17878/stat : 17878 (java) R 17864 17867 4674 0 -1 4202560 1013 0 0 0 29 0 0 0 20 0 15 0 110645464 10804461568 20428 18446744073709551615 4194304 4196468 140734426015488 140575058600648 140575549125072 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17879] ppid=17864 vsize=10551232 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/17867/task/17879/stat : 17879 (java) R 17864 17867 4674 0 -1 4202560 1554 0 0 0 30 0 0 0 20 0 15 0 110645464 10804461568 20428 18446744073709551615 4194304 4196468 140734426015488 140575057561408 140575551977729 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17880] ppid=17864 vsize=10551232 memory=6498285520082 CPUtime=0.27 cores=0,2,4,6
/proc/17867/task/17880/stat : 17880 (java) S 17864 17867 4674 0 -1 1077944384 1750 0 0 0 27 0 0 0 20 0 15 0 110645464 10804461568 20428 18446744073709551615 4194304 4196468 140734426015488 140575056509680 140575567592066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17881] ppid=17864 vsize=10551232 memory=288230617509003574 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17881/stat : 17881 (java) S 17864 17867 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110645464 10804461568 20428 18446744073709551615 4194304 4196468 140734426015488 140575055457376 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17882] ppid=17864 vsize=10551232 memory=13564886244395551 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17882/stat : 17882 (java) S 17864 17867 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110645469 10804461568 20428 18446744073709551615 4194304 4196468 140734426015488 140575054403888 140575567592066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 81712 KiB

[startup+1.50113 s]
/proc/loadavg: 2.17 2.08 2.12 5/215 17882
/proc/meminfo: memFree=31446924/32770624 swapFree=67108764/67108860
[pid=17867] ppid=17864 vsize=10551232 memory=271668 CPUtime=4.02 cores=0,2,4,6
/proc/17867/stat : 17867 (java) S 17864 17867 4674 0 -1 1077944320 18520 0 0 0 388 14 0 0 20 0 15 0 110645450 10804461568 67917 18446744073709551615 4194304 4196468 140734426015488 140734425998032 140575567580919 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
/proc/17867/statm: 2637808 67917 3096 1 0 2627261 0
[pid=17867/tid=17869] ppid=17864 vsize=10551232 memory=6656426216303648864 CPUtime=1.27 cores=0,2,4,6
/proc/17867/task/17869/stat : 17869 (java) R 17864 17867 4674 0 -1 4202560 7165 0 0 0 122 5 0 0 20 0 15 0 110645459 10804461568 67917 18446744073709551615 4194304 4196468 140734426015488 140575571814664 140575549531564 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17870] ppid=17864 vsize=10551232 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/17867/task/17870/stat : 17870 (java) S 17864 17867 4674 0 -1 1077944384 194 0 0 0 7 1 0 0 20 0 15 0 110645459 10804461568 67917 18446744073709551615 4194304 4196468 140734426015488 140575498001168 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17871] ppid=17864 vsize=10551232 memory=6944656575208382560 CPUtime=0.05 cores=0,2,4,6
/proc/17867/task/17871/stat : 17871 (java) S 17864 17867 4674 0 -1 1077944384 25 0 0 0 4 1 0 0 20 0 15 0 110645459 10804461568 67917 18446744073709551615 4194304 4196468 140734426015488 140575496948624 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17872] ppid=17864 vsize=10551232 memory=148 CPUtime=0.07 cores=0,2,4,6
/proc/17867/task/17872/stat : 17872 (java) S 17864 17867 4674 0 -1 1077944384 159 0 0 0 6 1 0 0 20 0 15 0 110645459 10804461568 67917 18446744073709551615 4194304 4196468 140734426015488 140575495896080 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17873] ppid=17864 vsize=10551232 memory=12874 CPUtime=0.05 cores=0,2,4,6
/proc/17867/task/17873/stat : 17873 (java) S 17864 17867 4674 0 -1 1077944384 46 0 0 0 4 1 0 0 20 0 15 0 110645459 10804461568 67917 18446744073709551615 4194304 4196468 140734426015488 140575494843536 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17874] ppid=17864 vsize=10551232 memory=21491 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17874/stat : 17874 (java) S 17864 17867 4674 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 110645461 10804461568 67917 18446744073709551615 4194304 4196468 140734426015488 140575062824944 140575567592066 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17875] ppid=17864 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17875/stat : 17875 (java) S 17864 17867 4674 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 110645461 10804461568 67917 18446744073709551615 4194304 4196468 140734426015488 140575061771168 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17876] ppid=17864 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17876/stat : 17876 (java) S 17864 17867 4674 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 110645461 10804461568 67917 18446744073709551615 4194304 4196468 140734426015488 140575060718576 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17877] ppid=17864 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17877/stat : 17877 (java) S 17864 17867 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110645464 10804461568 67917 18446744073709551615 4194304 4196468 140734426015488 140575059667152 140575567599515 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17878] ppid=17864 vsize=10551232 memory=0 CPUtime=0.99 cores=0,2,4,6
/proc/17867/task/17878/stat : 17878 (java) R 17864 17867 4674 0 -1 4202560 2828 0 0 0 99 0 0 0 20 0 15 0 110645464 10804461568 67917 18446744073709551615 4194304 4196468 140734426015488 140575058595784 140575550991712 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17879] ppid=17864 vsize=10551232 memory=0 CPUtime=1.06 cores=0,2,4,6
/proc/17867/task/17879/stat : 17879 (java) R 17864 17867 4674 0 -1 4202560 4699 0 0 0 105 1 0 0 20 0 15 0 110645464 10804461568 67917 18446744073709551615 4194304 4196468 140734426015488 140575057546888 140575549126149 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17880] ppid=17864 vsize=10551232 memory=84 CPUtime=0.37 cores=0,2,4,6
/proc/17867/task/17880/stat : 17880 (java) S 17864 17867 4674 0 -1 1077944384 1953 0 0 0 37 0 0 0 20 0 15 0 110645464 10804461568 67917 18446744073709551615 4194304 4196468 140734426015488 140575056509680 140575567592066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0

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

/proc/17867/task/17871/stat : 17871 (java) S 17864 17867 4674 0 -1 1077944384 3214 0 0 0 200 32 0 0 20 0 16 0 110645459 10872623104 545588 18446744073709551615 4194304 4196468 140734426015488 140575496948624 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17872] ppid=17864 vsize=10617796 memory=279558752399488 CPUtime=2.36 cores=0,2,4,6
/proc/17867/task/17872/stat : 17872 (java) S 17864 17867 4674 0 -1 1077944384 3589 0 0 0 202 34 0 0 20 0 16 0 110645459 10872623104 545588 18446744073709551615 4194304 4196468 140734426015488 140575495896080 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17873] ppid=17864 vsize=10617796 memory=4572 CPUtime=2.31 cores=0,2,4,6
/proc/17867/task/17873/stat : 17873 (java) S 17864 17867 4674 0 -1 1077944384 2444 0 0 0 197 34 0 0 20 0 16 0 110645459 10872623104 545588 18446744073709551615 4194304 4196468 140734426015488 140575494843536 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17874] ppid=17864 vsize=10617796 memory=2182352 CPUtime=0.61 cores=0,2,4,6
/proc/17867/task/17874/stat : 17874 (java) S 17864 17867 4674 0 -1 1077944384 2956 0 0 0 58 3 0 0 20 0 16 0 110645461 10872623104 545588 18446744073709551615 4194304 4196468 140734426015488 140575062824944 140575567592066 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17875] ppid=17864 vsize=10617796 memory=53852 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17875/stat : 17875 (java) S 17864 17867 4674 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 110645461 10872623104 545588 18446744073709551615 4194304 4196468 140734426015488 140575061771232 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17876] ppid=17864 vsize=10617796 memory=2182352 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17876/stat : 17876 (java) S 17864 17867 4674 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 110645461 10872623104 545588 18446744073709551615 4194304 4196468 140734426015488 140575060718592 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17877] ppid=17864 vsize=10617796 memory=4148 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17877/stat : 17877 (java) S 17864 17867 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110645464 10872623104 545588 18446744073709551615 4194304 4196468 140734426015488 140575059667152 140575567599515 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17878] ppid=17864 vsize=10617796 memory=53852 CPUtime=2.33 cores=0,2,4,6
/proc/17867/task/17878/stat : 17878 (java) S 17864 17867 4674 0 -1 1077944384 8397 0 0 0 232 1 0 0 20 0 16 0 110645464 10872623104 545588 18446744073709551615 4194304 4196468 140734426015488 140575058614768 140575567592066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17879] ppid=17864 vsize=10617796 memory=1296 CPUtime=2.09 cores=0,2,4,6
/proc/17867/task/17879/stat : 17879 (java) S 17864 17867 4674 0 -1 1077944384 11898 0 0 0 207 2 0 0 20 0 16 0 110645464 10872623104 545588 18446744073709551615 4194304 4196468 140734426015488 140575057562224 140575567592066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17880] ppid=17864 vsize=10617796 memory=2320 CPUtime=0.48 cores=0,2,4,6
/proc/17867/task/17880/stat : 17880 (java) S 17864 17867 4674 0 -1 1077944384 3752 0 0 0 47 1 0 0 20 0 16 0 110645464 10872623104 545588 18446744073709551615 4194304 4196468 140734426015488 140575056509680 140575567592066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17881] ppid=17864 vsize=10617796 memory=2182352 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17881/stat : 17881 (java) S 17864 17867 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110645464 10872623104 545588 18446744073709551615 4194304 4196468 140734426015488 140575055457376 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17882] ppid=17864 vsize=10617796 memory=2182352 CPUtime=1.69 cores=0,2,4,6
/proc/17867/task/17882/stat : 17882 (java) S 17864 17867 4674 0 -1 1077944384 1487 0 0 0 82 87 0 0 20 0 16 0 110645469 10872623104 545588 18446744073709551615 4194304 4196468 140734426015488 140575054403888 140575567592066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17883] ppid=17864 vsize=10617796 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17883/stat : 17883 (java) S 17864 17867 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110645957 10872623104 545588 18446744073709551615 4194304 4196468 140734426015488 140575053349680 140575567592066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
Current children cumulated CPU time: 2515.6 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 2182352 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2506.7 s]
/proc/loadavg: 1.98 1.99 2.03 3/217 18273
/proc/meminfo: memFree=26586760/32770624 swapFree=67108764/67108860
[pid=17867] ppid=17864 vsize=10617796 memory=2182352 CPUtime=2520.01 cores=0,2,4,6
/proc/17867/stat : 17867 (java) S 17864 17867 4674 0 -1 1077944320 100023 0 0 0 251775 226 0 0 20 0 16 0 110645450 10872623104 545588 18446744073709551615 4194304 4196468 140734426015488 140734425998032 140575567580919 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
/proc/17867/statm: 2654449 545588 3144 1 0 2643902 0
[pid=17867/tid=17869] ppid=17864 vsize=10617796 memory=2182352 CPUtime=2503.39 cores=0,2,4,6
/proc/17867/task/17869/stat : 17869 (java) R 17864 17867 4674 0 -1 4202560 57236 0 0 0 250317 22 0 0 20 0 16 0 110645459 10872623104 545588 18446744073709551615 4194304 4196468 140734426015488 140575571819872 140575169130564 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17870] ppid=17864 vsize=10617796 memory=2182352 CPUtime=2.35 cores=0,2,4,6
/proc/17867/task/17870/stat : 17870 (java) S 17864 17867 4674 0 -1 1077944384 3665 0 0 0 200 35 0 0 20 0 16 0 110645459 10872623104 545588 18446744073709551615 4194304 4196468 140734426015488 140575498001168 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17871] ppid=17864 vsize=10617796 memory=2182352 CPUtime=2.32 cores=0,2,4,6
/proc/17867/task/17871/stat : 17871 (java) S 17864 17867 4674 0 -1 1077944384 3214 0 0 0 200 32 0 0 20 0 16 0 110645459 10872623104 545588 18446744073709551615 4194304 4196468 140734426015488 140575496948624 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17872] ppid=17864 vsize=10617796 memory=2182352 CPUtime=2.36 cores=0,2,4,6
/proc/17867/task/17872/stat : 17872 (java) S 17864 17867 4674 0 -1 1077944384 3589 0 0 0 202 34 0 0 20 0 16 0 110645459 10872623104 545588 18446744073709551615 4194304 4196468 140734426015488 140575495896080 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17873] ppid=17864 vsize=10617796 memory=2182352 CPUtime=2.31 cores=0,2,4,6
/proc/17867/task/17873/stat : 17873 (java) S 17864 17867 4674 0 -1 1077944384 2444 0 0 0 197 34 0 0 20 0 16 0 110645459 10872623104 545588 18446744073709551615 4194304 4196468 140734426015488 140575494843536 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17874] ppid=17864 vsize=10617796 memory=2182352 CPUtime=0.61 cores=0,2,4,6
/proc/17867/task/17874/stat : 17874 (java) S 17864 17867 4674 0 -1 1077944384 2956 0 0 0 58 3 0 0 20 0 16 0 110645461 10872623104 545588 18446744073709551615 4194304 4196468 140734426015488 140575062824944 140575567592066 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17875] ppid=17864 vsize=10617796 memory=2182352 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17875/stat : 17875 (java) S 17864 17867 4674 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 110645461 10872623104 545588 18446744073709551615 4194304 4196468 140734426015488 140575061771232 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17876] ppid=17864 vsize=10617796 memory=2182352 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17876/stat : 17876 (java) S 17864 17867 4674 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 110645461 10872623104 545588 18446744073709551615 4194304 4196468 140734426015488 140575060718592 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17877] ppid=17864 vsize=10617796 memory=279558752399488 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17877/stat : 17877 (java) S 17864 17867 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110645464 10872623104 545588 18446744073709551615 4194304 4196468 140734426015488 140575059667152 140575567599515 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17878] ppid=17864 vsize=10617796 memory=4572 CPUtime=2.33 cores=0,2,4,6
/proc/17867/task/17878/stat : 17878 (java) S 17864 17867 4674 0 -1 1077944384 8397 0 0 0 232 1 0 0 20 0 16 0 110645464 10872623104 545588 18446744073709551615 4194304 4196468 140734426015488 140575058614768 140575567592066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17879] ppid=17864 vsize=10617796 memory=2182352 CPUtime=2.09 cores=0,2,4,6
/proc/17867/task/17879/stat : 17879 (java) S 17864 17867 4674 0 -1 1077944384 11898 0 0 0 207 2 0 0 20 0 16 0 110645464 10872623104 545588 18446744073709551615 4194304 4196468 140734426015488 140575057562224 140575567592066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17880] ppid=17864 vsize=10617796 memory=2182352 CPUtime=0.48 cores=0,2,4,6
/proc/17867/task/17880/stat : 17880 (java) S 17864 17867 4674 0 -1 1077944384 3752 0 0 0 47 1 0 0 20 0 16 0 110645464 10872623104 545588 18446744073709551615 4194304 4196468 140734426015488 140575056509680 140575567592066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17881] ppid=17864 vsize=10617796 memory=2182352 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17881/stat : 17881 (java) S 17864 17867 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110645464 10872623104 545588 18446744073709551615 4194304 4196468 140734426015488 140575055457376 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17882] ppid=17864 vsize=10617796 memory=2182352 CPUtime=1.69 cores=0,2,4,6
/proc/17867/task/17882/stat : 17882 (java) S 17864 17867 4674 0 -1 1077944384 1487 0 0 0 82 87 0 0 20 0 16 0 110645469 10872623104 545588 18446744073709551615 4194304 4196468 140734426015488 140575054403888 140575567592066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17883] ppid=17864 vsize=10617796 memory=53852 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17883/stat : 17883 (java) S 17864 17867 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110645957 10872623104 545588 18446744073709551615 4194304 4196468 140734426015488 140575053349680 140575567592066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 2182352 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2506.96 s]
# the end of solver process 17867 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.82 s, system=2.27438 s

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

[startup+2506.81 s]
/proc/loadavg: 1.98 1.99 2.03 3/217 18273
/proc/meminfo: memFree=26586760/32770624 swapFree=67108764/67108860
[pid=17867] ppid=17864 vsize=10817488 memory=2182704 CPUtime=2520.02 cores=0,2,4,6
/proc/17867/stat : 17867 (java) S 17864 17867 4674 0 -1 1077944320 100422 0 0 0 251776 226 0 0 20 0 17 0 110645450 11077107712 545676 18446744073709551615 4194304 4196468 140734426015488 140734425998032 140575567580919 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
/proc/17867/statm: 2704372 545676 3146 1 0 2693825 0
[pid=17867/tid=17869] ppid=17864 vsize=10817488 memory=1796 CPUtime=2503.4 cores=0,2,4,6
/proc/17867/task/17869/stat : 17869 (java) S 17864 17867 4674 0 -1 1077944384 57277 0 0 0 250318 22 0 0 20 0 17 0 110645459 11077107712 545676 18446744073709551615 4194304 4196468 140734426015488 140575571823792 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17870] ppid=17864 vsize=10817488 memory=956 CPUtime=2.35 cores=0,2,4,6
/proc/17867/task/17870/stat : 17870 (java) S 17864 17867 4674 0 -1 1077944384 3665 0 0 0 200 35 0 0 20 0 17 0 110645459 11077107712 545676 18446744073709551615 4194304 4196468 140734426015488 140575498001168 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17871] ppid=17864 vsize=10817488 memory=2244 CPUtime=2.32 cores=0,2,4,6
/proc/17867/task/17871/stat : 17871 (java) S 17864 17867 4674 0 -1 1077944384 3214 0 0 0 200 32 0 0 20 0 17 0 110645459 11077107712 545676 18446744073709551615 4194304 4196468 140734426015488 140575496948624 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17872] ppid=17864 vsize=10817488 memory=4288 CPUtime=2.36 cores=0,2,4,6
/proc/17867/task/17872/stat : 17872 (java) S 17864 17867 4674 0 -1 1077944384 3589 0 0 0 202 34 0 0 20 0 17 0 110645459 11077107712 545676 18446744073709551615 4194304 4196468 140734426015488 140575495896080 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17873] ppid=17864 vsize=10817488 memory=288230574492221466 CPUtime=2.31 cores=0,2,4,6
/proc/17867/task/17873/stat : 17873 (java) S 17864 17867 4674 0 -1 1077944384 2444 0 0 0 197 34 0 0 20 0 17 0 110645459 11077107712 545676 18446744073709551615 4194304 4196468 140734426015488 140575494843536 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17874] ppid=17864 vsize=10817488 memory=288230617509003574 CPUtime=0.61 cores=0,2,4,6
/proc/17867/task/17874/stat : 17874 (java) S 17864 17867 4674 0 -1 1077944384 2978 0 0 0 58 3 0 0 20 0 17 0 110645461 11077107712 545676 18446744073709551615 4194304 4196468 140734426015488 140575062824944 140575567592066 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17875] ppid=17864 vsize=10817488 memory=13564886244395551 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17875/stat : 17875 (java) S 17864 17867 4674 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 17 0 110645461 11077107712 545676 18446744073709551615 4194304 4196468 140734426015488 140575061771232 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17876] ppid=17864 vsize=10817488 memory=844 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17876/stat : 17876 (java) S 17864 17867 4674 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 110645461 11077107712 545676 18446744073709551615 4194304 4196468 140734426015488 140575060718592 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17877] ppid=17864 vsize=10817488 memory=16436 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17877/stat : 17877 (java) S 17864 17867 4674 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 17 0 110645464 11077107712 545676 18446744073709551615 4194304 4196468 140734426015488 140575059667152 140575567599515 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17878] ppid=17864 vsize=10817488 memory=3908 CPUtime=2.33 cores=0,2,4,6
/proc/17867/task/17878/stat : 17878 (java) S 17864 17867 4674 0 -1 1077944384 8397 0 0 0 232 1 0 0 20 0 17 0 110645464 11077107712 545676 18446744073709551615 4194304 4196468 140734426015488 140575058614768 140575567592066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17879] ppid=17864 vsize=10817488 memory=2832 CPUtime=2.09 cores=0,2,4,6
/proc/17867/task/17879/stat : 17879 (java) S 17864 17867 4674 0 -1 1077944384 11898 0 0 0 207 2 0 0 20 0 17 0 110645464 11077107712 545676 18446744073709551615 4194304 4196468 140734426015488 140575057562224 140575567592066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17880] ppid=17864 vsize=10817488 memory=3064 CPUtime=0.48 cores=0,2,4,6
/proc/17867/task/17880/stat : 17880 (java) S 17864 17867 4674 0 -1 1077944384 3819 0 0 0 47 1 0 0 20 0 17 0 110645464 11077107712 545676 18446744073709551615 4194304 4196468 140734426015488 140575056509680 140575567592066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17881] ppid=17864 vsize=10817488 memory=4064 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17881/stat : 17881 (java) S 17864 17867 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110645464 11077107712 545676 18446744073709551615 4194304 4196468 140734426015488 140575055457376 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17882] ppid=17864 vsize=10817488 memory=1152 CPUtime=1.69 cores=0,2,4,6
/proc/17867/task/17882/stat : 17882 (java) S 17864 17867 4674 0 -1 1077944384 1487 0 0 0 82 87 0 0 20 0 17 0 110645469 11077107712 545676 18446744073709551615 4194304 4196468 140734426015488 140575054403888 140575567592066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 2182704 KiB

[startup+2506.9 s]
/proc/loadavg: 1.98 1.99 2.03 3/217 18273
/proc/meminfo: memFree=26586760/32770624 swapFree=67108764/67108860
[pid=17867] ppid=17864 vsize=10817488 memory=2182704 CPUtime=2520.02 cores=0,2,4,6
/proc/17867/stat : 17867 (java) S 17864 17867 4674 0 -1 1077944320 100422 0 0 0 251776 226 0 0 20 0 17 0 110645450 11077107712 545676 18446744073709551615 4194304 4196468 140734426015488 140734425998032 140575567580919 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
/proc/17867/statm: 2704372 545676 3146 1 0 2693825 0
[pid=17867/tid=17869] ppid=17864 vsize=10817488 memory=2182352 CPUtime=2503.4 cores=0,2,4,6
/proc/17867/task/17869/stat : 17869 (java) S 17864 17867 4674 0 -1 1077944384 57277 0 0 0 250318 22 0 0 20 0 17 0 110645459 11077107712 545676 18446744073709551615 4194304 4196468 140734426015488 140575571823792 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17870] ppid=17864 vsize=10817488 memory=2182352 CPUtime=2.35 cores=0,2,4,6
/proc/17867/task/17870/stat : 17870 (java) S 17864 17867 4674 0 -1 1077944384 3665 0 0 0 200 35 0 0 20 0 17 0 110645459 11077107712 545676 18446744073709551615 4194304 4196468 140734426015488 140575498001168 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17871] ppid=17864 vsize=10817488 memory=2182352 CPUtime=2.32 cores=0,2,4,6
/proc/17867/task/17871/stat : 17871 (java) S 17864 17867 4674 0 -1 1077944384 3214 0 0 0 200 32 0 0 20 0 17 0 110645459 11077107712 545676 18446744073709551615 4194304 4196468 140734426015488 140575496948624 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17872] ppid=17864 vsize=10817488 memory=2182352 CPUtime=2.36 cores=0,2,4,6
/proc/17867/task/17872/stat : 17872 (java) S 17864 17867 4674 0 -1 1077944384 3589 0 0 0 202 34 0 0 20 0 17 0 110645459 11077107712 545676 18446744073709551615 4194304 4196468 140734426015488 140575495896080 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17873] ppid=17864 vsize=10817488 memory=2182352 CPUtime=2.31 cores=0,2,4,6
/proc/17867/task/17873/stat : 17873 (java) S 17864 17867 4674 0 -1 1077944384 2444 0 0 0 197 34 0 0 20 0 17 0 110645459 11077107712 545676 18446744073709551615 4194304 4196468 140734426015488 140575494843536 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17874] ppid=17864 vsize=10817488 memory=2182352 CPUtime=0.61 cores=0,2,4,6
/proc/17867/task/17874/stat : 17874 (java) S 17864 17867 4674 0 -1 1077944384 2978 0 0 0 58 3 0 0 20 0 17 0 110645461 11077107712 545676 18446744073709551615 4194304 4196468 140734426015488 140575062824944 140575567592066 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17875] ppid=17864 vsize=10817488 memory=2182352 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17875/stat : 17875 (java) S 17864 17867 4674 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 17 0 110645461 11077107712 545676 18446744073709551615 4194304 4196468 140734426015488 140575061771232 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17876] ppid=17864 vsize=10817488 memory=2182352 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17876/stat : 17876 (java) S 17864 17867 4674 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 110645461 11077107712 545676 18446744073709551615 4194304 4196468 140734426015488 140575060718592 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17877] ppid=17864 vsize=10817488 memory=279558752399488 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17877/stat : 17877 (java) S 17864 17867 4674 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 17 0 110645464 11077107712 545676 18446744073709551615 4194304 4196468 140734426015488 140575059667152 140575567599515 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17878] ppid=17864 vsize=10817488 memory=4572 CPUtime=2.33 cores=0,2,4,6
/proc/17867/task/17878/stat : 17878 (java) S 17864 17867 4674 0 -1 1077944384 8397 0 0 0 232 1 0 0 20 0 17 0 110645464 11077107712 545676 18446744073709551615 4194304 4196468 140734426015488 140575058614768 140575567592066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17879] ppid=17864 vsize=10817488 memory=2182352 CPUtime=2.09 cores=0,2,4,6
/proc/17867/task/17879/stat : 17879 (java) S 17864 17867 4674 0 -1 1077944384 11898 0 0 0 207 2 0 0 20 0 17 0 110645464 11077107712 545676 18446744073709551615 4194304 4196468 140734426015488 140575057562224 140575567592066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17880] ppid=17864 vsize=10817488 memory=2182352 CPUtime=0.48 cores=0,2,4,6
/proc/17867/task/17880/stat : 17880 (java) S 17864 17867 4674 0 -1 1077944384 3819 0 0 0 47 1 0 0 20 0 17 0 110645464 11077107712 545676 18446744073709551615 4194304 4196468 140734426015488 140575056509680 140575567592066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17881] ppid=17864 vsize=10817488 memory=2182352 CPUtime=0 cores=0,2,4,6
/proc/17867/task/17881/stat : 17881 (java) S 17864 17867 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110645464 11077107712 545676 18446744073709551615 4194304 4196468 140734426015488 140575055457376 140575567591125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
[pid=17867/tid=17882] ppid=17864 vsize=10817488 memory=2182352 CPUtime=1.69 cores=0,2,4,6
/proc/17867/task/17882/stat : 17882 (java) S 17864 17867 4674 0 -1 1077944384 1487 0 0 0 82 87 0 0 20 0 17 0 110645469 11077107712 545676 18446744073709551615 4194304 4196468 140734426015488 140575054403888 140575567592066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15106048 140734426022288 140734426022441 140734426022441 140734426025935 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 2182704 KiB

Child status: 143
Real time (s): 2506.96
CPU time (s): 2520.1
CPU user time (s): 2517.82
CPU system time (s): 2.27438
CPU usage (%): 100.524
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 2182704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.82
system time used= 2.27438
maximum resident set size= 2183048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100668
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56869
involuntary context switches= 6398


# summary of solver processes directly reported to runsolver:
#   pid: 17867
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2517.82
#   total CPU system time (s): 2.27438

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.969 second user time and 24.3195 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-13 15:22:36
IDJOB=4263243
IDBENCH=134517
IDSOLVER=2651
FILE ID=node134/4263243-1502631390
RUNJOBID= node134-1502619645-14324
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Blackhole/Blackhole-xcsp2-s13/Blackhole-4-13-2_X2.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263243-1502631390/watcher-4263243-1502631390 -o /tmp/evaluation-result-4263243-1502631390/solver-4263243-1502631390 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14324 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263243-1502631390.xml

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

MD5SUM BENCH= 88708c27ba26ffc45c437651276dcd59
RANDOM SEED=2065552694

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:        31601156 kB
MemAvailable:   31814992 kB
Buffers:          225140 kB
Cached:           282608 kB
SwapCached:            4 kB
Active:           508104 kB
Inactive:         210504 kB
Active(anon):     157984 kB
Inactive(anon):    94440 kB
Active(file):     350120 kB
Inactive(file):   116064 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              1600 kB
Writeback:             0 kB
AnonPages:        224404 kB
Mapped:            67568 kB
Shmem:             41564 kB
Slab:             153896 kB
SReclaimable:     126972 kB
SUnreclaim:        26924 kB
KernelStack:        3792 kB
PageTables:         5768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1167336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 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 16:04:23