Trace number 4263552

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 8.7467403 7.3831401

General information on the benchmark

NameRandom/Random-D-t020/
rand-2-40-11-414-020-23.xml
MD5SUM1a4e26af447c68eb67ea8607a589b7af
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 benchmark1.03478
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints414
Number of domains1
Minimum domain size11
Maximum domain size11
Distribution of domain sizes[{"size":11,"count":40}]
Minimum variable degree15
Maximum variable degree30
Distribution of variable degrees[{"degree":15,"count":1},{"degree":16,"count":5},{"degree":17,"count":2},{"degree":18,"count":1},{"degree":19,"count":6},{"degree":20,"count":4},{"degree":21,"count":5},{"degree":22,"count":6},{"degree":23,"count":3},{"degree":24,"count":2},{"degree":25,"count":2},{"degree":26,"count":1},{"degree":27,"count":1},{"degree":30,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":414}]
Number of extensional constraints414
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":414}]
Optimization problemNO
Type of objective

Solver Data

1.12/0.63	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.12/0.63	c This is free software under the dual EPL/GNU LGPL licenses.
1.12/0.63	c See www.sat4j.org for details.
1.12/0.63	c That software uses the Rhino library from the Mozilla project.
1.12/0.63	c version CUSTOM.v20170705
1.12/0.63	c java.runtime.name	Java(TM) SE Runtime Environment
1.12/0.63	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.12/0.63	c java.vm.version	25.131-b11
1.12/0.63	c java.vm.vendor	Oracle Corporation
1.12/0.63	c sun.arch.data.model	64
1.12/0.63	c java.version		1.8.0_131
1.12/0.63	c os.name		Linux
1.12/0.63	c os.version		3.10.0-514.16.1.el7.x86_64
1.12/0.63	c os.arch		amd64
1.12/0.63	c Free memory 		499604488
1.12/0.63	c Max memory 		7247757312
1.12/0.63	c Total memory 		504889344
1.12/0.63	c Number of processors 	4
1.12/0.63	c c --- Begin Solver configuration ---
1.12/0.63	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.12/0.63	c Learn all clauses as in MiniSAT
1.12/0.63	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.12/0.63	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.12/0.63	c No reason simplification
1.12/0.63	c Glucose 2.1 dynamic restart strategy
1.12/0.63	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
1.12/0.63	c timeout=2147483s
1.12/0.63	c DB Simplification allowed=false
1.12/0.63	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.12/0.63	c --- End Solver configuration ---
1.12/0.63	c constraints type 
1.12/0.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 80
1.12/0.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 10036
1.12/0.63	c 10116 constraints processed.
8.71/7.36	c starts		: 154
8.71/7.36	c conflicts		: 62219
8.71/7.36	c decisions		: 95985
8.71/7.36	c propagations		: 3807194
8.71/7.36	c inspects		: 127509478
8.71/7.36	c shortcuts		: 0
8.71/7.36	c learnt literals	: 0
8.71/7.36	c learnt binary clauses	: 1
8.71/7.36	c learnt ternary clauses	: 2
8.71/7.36	c learnt constraints	: 62219
8.71/7.36	c ignored constraints	: 0
8.71/7.36	c root simplifications	: 0
8.71/7.36	c removed literals (reason simplification)	: 0
8.71/7.36	c reason swapping (by a shorter reason)	: 0
8.71/7.36	c Calls to reduceDB	: 7
8.71/7.36	c Number of update (reduction) of LBD	: 33340
8.71/7.36	c Imported unit clauses	: 0
8.71/7.36	c number of reductions to clauses (during analyze)	: 0
8.71/7.36	c number of learned constraints concerned by reduction	: 0
8.71/7.36	c number of learning phase by resolution	: 0
8.71/7.36	c number of learning phase by cutting planes	: 0
8.71/7.36	c number of rounding to 1 operations	: 0
8.71/7.36	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
8.71/7.36	c number of reductions of the coefficients by power 2 	: 0
8.71/7.36	c number of right shift for reduction by power 2 	: 0
8.71/7.36	c number of reductions of the coefficients by GCD over coefficients 	: 0
8.71/7.36	c speed (assignments/second)	: 565452.844200208
8.71/7.36	c non guided choices	42
8.71/7.37	c learnt constraints type 
8.71/7.37	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 16206
8.71/7.37	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
8.71/7.37	s SATISFIABLE
8.71/7.37	v <instantiation type="solution">
8.71/7.37	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] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] </list>
8.71/7.37	v 	<values> 4 7 6 7 2 4 2 5 2 7 2 8 9 10 1 7 1 1 0 2 8 2 6 1 10 1 4 5 7 10 4 5 4 4 5 4 3 2 10 0 </values>
8.71/7.37	v </instantiation>
8.71/7.37	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263552-1502618021/watcher-4263552-1502618021 -o /tmp/evaluation-result-4263552-1502618021/solver-4263552-1502618021 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263552-1502618021.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=17724, runsolver pid=17721
Current StackSize limit: 8192 KiB


[startup+0.109756 s]*
/proc/loadavg: 2.00 1.98 2.02 3/203 17730
/proc/meminfo: memFree=29706896/32770624 swapFree=67108860/67108860
[pid=17724] ppid=17721 vsize=10085108 memory=19316 CPUtime=0.02 cores=0,2,4,6
/proc/17724/stat : 17724 (java) S 17721 17724 7968 0 -1 1077944320 3669 0 0 0 2 0 0 0 20 0 8 0 15684742 10327150592 4829 18446744073709551615 4194304 4196468 140727395311088 140727395293632 140460859457271 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
/proc/17724/statm: 2521277 4829 2054 1 0 2510774 0
[pid=17724/tid=17726] ppid=17721 vsize=10085108 memory=-6439968830534014599 CPUtime=0.01 cores=0,2,4,6
/proc/17724/task/17726/stat : 17726 (java) R 17721 17724 7968 0 -1 4202560 2330 0 0 0 1 0 0 0 20 0 8 0 15684751 10327150592 4829 18446744073709551615 4194304 4196468 140727395311088 140460863690408 140460845139763 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17727] ppid=17721 vsize=10085108 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17727/stat : 17727 (java) S 17721 17724 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 15684752 10327150592 4829 18446744073709551615 4194304 4196468 140727395311088 140460800494224 140460859467477 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17728] ppid=17721 vsize=10085108 memory=140530438518400 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17728/stat : 17728 (java) S 17721 17724 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 15684752 10327150592 4829 18446744073709551615 4194304 4196468 140727395311088 140460469119504 140460859467477 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17729] ppid=17721 vsize=10085108 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17729/stat : 17729 (java) S 17721 17724 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 15684752 10327150592 4829 18446744073709551615 4194304 4196468 140727395311088 140460468066704 140460859467477 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17730] ppid=17721 vsize=10085108 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17730/stat : 17730 (java) S 17721 17724 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 15684752 10327150592 4829 18446744073709551615 4194304 4196468 140727395311088 140460467013904 140460859467477 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17731] ppid=17721 vsize=10085108 memory=140530438518400 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17731/stat : 17731 (java) S 17721 17724 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 15684754 10327150592 4829 18446744073709551615 4194304 4196468 140727395311088 140460101299056 140460859468418 0 0 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17732] ppid=17721 vsize=10085108 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17732/stat : 17732 (java) S 17721 17724 7968 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 8 0 15684754 10327150592 4829 18446744073709551615 4194304 4196468 140727395311088 140460100243920 140460859467477 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10085108 KiB
Current children cumulated memory: 19316 KiB

[startup+0.210045 s]*
/proc/loadavg: 2.00 1.98 2.02 3/212 17739
/proc/meminfo: memFree=29700500/32770624 swapFree=67108860/67108860
[pid=17724] ppid=17721 vsize=10552180 memory=30800 CPUtime=0.11 cores=0,2,4,6
/proc/17724/stat : 17724 (java) S 17721 17724 7968 0 -1 1077944320 6813 0 0 0 9 2 0 0 20 0 15 0 15684742 10805432320 7700 18446744073709551615 4194304 4196468 140727395311088 140727395293632 140460859457271 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
/proc/17724/statm: 2638045 7700 2788 1 0 2627517 0
[pid=17724/tid=17726] ppid=17721 vsize=10552180 memory=8318255677412212789 CPUtime=0.08 cores=0,2,4,6
/proc/17724/task/17726/stat : 17726 (java) R 17721 17724 7968 0 -1 4202560 4819 0 0 0 7 1 0 0 20 0 15 0 15684751 10805432320 7765 18446744073709551615 4194304 4196468 140727395311088 140460863645616 140460852136989 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17727] ppid=17721 vsize=10552180 memory=326 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17727/stat : 17727 (java) S 17721 17724 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15684752 10805432320 7831 18446744073709551615 4194304 4196468 140727395311088 140460800494224 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17728] ppid=17721 vsize=10552180 memory=288370906590230144 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17728/stat : 17728 (java) S 17721 17724 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15684752 10805432320 7831 18446744073709551615 4194304 4196468 140727395311088 140460469119504 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17729] ppid=17721 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17729/stat : 17729 (java) S 17721 17724 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15684752 10805432320 7831 18446744073709551615 4194304 4196468 140727395311088 140460468066704 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17730] ppid=17721 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17730/stat : 17730 (java) S 17721 17724 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15684752 10805432320 7831 18446744073709551615 4194304 4196468 140727395311088 140460467013904 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17731] ppid=17721 vsize=10552180 memory=140530438518400 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17731/stat : 17731 (java) S 17721 17724 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15684754 10805432320 7897 18446744073709551615 4194304 4196468 140727395311088 140460101299056 140460859468418 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17732] ppid=17721 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17732/stat : 17732 (java) S 17721 17724 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 15684754 10805432320 7897 18446744073709551615 4194304 4196468 140727395311088 140460100245024 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17733] ppid=17721 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17733/stat : 17733 (java) S 17721 17724 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 15684754 10805432320 7897 18446744073709551615 4194304 4196468 140727395311088 140460099192176 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17734] ppid=17721 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17734/stat : 17734 (java) S 17721 17724 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15684757 10805432320 7897 18446744073709551615 4194304 4196468 140727395311088 140460098140496 140460859475867 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17735] ppid=17721 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17735/stat : 17735 (java) S 17721 17724 7968 0 -1 1077944384 437 0 0 0 0 0 0 0 20 0 15 0 15684757 10805432320 7897 18446744073709551615 4194304 4196468 140727395311088 140460097087856 140460859468418 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17736] ppid=17721 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17736/stat : 17736 (java) S 17721 17724 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15684757 10805432320 7897 18446744073709551615 4194304 4196468 140727395311088 140460096035056 140460859468418 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17737] ppid=17721 vsize=10552180 memory=140530438518400 CPUtime=0.01 cores=0,2,4,6
/proc/17724/task/17737/stat : 17737 (java) S 17721 17724 7968 0 -1 1077944384 282 0 0 0 1 0 0 0 20 0 15 0 15684757 10805432320 7897 18446744073709551615 4194304 4196468 140727395311088 140460094982256 140460859468418 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17738] ppid=17721 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17738/stat : 17738 (java) S 17721 17724 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15684757 10805432320 7897 18446744073709551615 4194304 4196468 140727395311088 140460093929696 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17739] ppid=17721 vsize=10552180 memory=140530438518400 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17739/stat : 17739 (java) S 17721 17724 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15684760 10805432320 7897 18446744073709551615 4194304 4196468 140727395311088 140460092878000 140460859468418 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10552180 KiB
Current children cumulated memory: 30800 KiB

[startup+0.310761 s]*
/proc/loadavg: 2.00 1.98 2.02 3/212 17739
/proc/meminfo: memFree=29688512/32770624 swapFree=67108860/67108860
[pid=17724] ppid=17721 vsize=10551156 memory=37308 CPUtime=0.26 cores=0,2,4,6
/proc/17724/stat : 17724 (java) S 17721 17724 7968 0 -1 1077944320 8022 0 0 0 23 3 0 0 20 0 15 0 15684742 10804383744 9327 18446744073709551615 4194304 4196468 140727395311088 140727395293632 140460859457271 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
/proc/17724/statm: 2637789 9327 2907 1 0 2627261 0
[pid=17724/tid=17726] ppid=17721 vsize=10551156 memory=-8774313645642428999 CPUtime=0.18 cores=0,2,4,6
/proc/17724/task/17726/stat : 17726 (java) R 17721 17724 7968 0 -1 4202560 5637 0 0 0 16 2 0 0 20 0 15 0 15684751 10804383744 9327 18446744073709551615 4194304 4196468 140727395311088 140460863691104 140460859469206 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17727] ppid=17721 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17727/stat : 17727 (java) S 17721 17724 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15684752 10804383744 9327 18446744073709551615 4194304 4196468 140727395311088 140460800494224 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17728] ppid=17721 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17728/stat : 17728 (java) S 17721 17724 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15684752 10804383744 9327 18446744073709551615 4194304 4196468 140727395311088 140460469119504 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17729] ppid=17721 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17729/stat : 17729 (java) S 17721 17724 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15684752 10804383744 9327 18446744073709551615 4194304 4196468 140727395311088 140460468066704 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17730] ppid=17721 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17730/stat : 17730 (java) S 17721 17724 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15684752 10804383744 9327 18446744073709551615 4194304 4196468 140727395311088 140460467013904 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17731] ppid=17721 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17731/stat : 17731 (java) S 17721 17724 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15684754 10804383744 9327 18446744073709551615 4194304 4196468 140727395311088 140460101299056 140460859468418 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17732] ppid=17721 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17732/stat : 17732 (java) S 17721 17724 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 15684754 10804383744 9327 18446744073709551615 4194304 4196468 140727395311088 140460100245024 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17733] ppid=17721 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17733/stat : 17733 (java) S 17721 17724 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 15684754 10804383744 9327 18446744073709551615 4194304 4196468 140727395311088 140460099192176 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17734] ppid=17721 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17734/stat : 17734 (java) S 17721 17724 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15684757 10804383744 9327 18446744073709551615 4194304 4196468 140727395311088 140460098140496 140460859475867 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17735] ppid=17721 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/17724/task/17735/stat : 17735 (java) S 17721 17724 7968 0 -1 1077944384 552 0 0 0 1 0 0 0 20 0 15 0 15684757 10804383744 9327 18446744073709551615 4194304 4196468 140727395311088 140460097087856 140460859468418 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17736] ppid=17721 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17736/stat : 17736 (java) S 17721 17724 7968 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 15684757 10804383744 9327 18446744073709551615 4194304 4196468 140727395311088 140460096035056 140460859468418 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17737] ppid=17721 vsize=10551156 memory=140530438518400 CPUtime=0.04 cores=0,2,4,6
/proc/17724/task/17737/stat : 17737 (java) R 17721 17724 7968 0 -1 4202560 397 0 0 0 4 0 0 0 20 0 15 0 15684757 10804383744 9327 18446744073709551615 4194304 4196468 140727395311088 140460094982256 140460843649772 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17738] ppid=17721 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17738/stat : 17738 (java) S 17721 17724 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15684757 10804383744 9327 18446744073709551615 4194304 4196468 140727395311088 140460093929696 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17739] ppid=17721 vsize=10551156 memory=140530438518400 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17739/stat : 17739 (java) S 17721 17724 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15684760 10804383744 9327 18446744073709551615 4194304 4196468 140727395311088 140460092878000 140460859468418 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 37308 KiB

[startup+0.700755 s]
/proc/loadavg: 2.00 1.98 2.02 5/212 17739
/proc/meminfo: memFree=29673004/32770624 swapFree=67108860/67108860
[pid=17724] ppid=17721 vsize=10617796 memory=75204 CPUtime=1.44 cores=0,2,4,6
/proc/17724/stat : 17724 (java) S 17721 17724 7968 0 -1 1077944320 12018 0 0 0 140 4 0 0 20 0 16 0 15684742 10872623104 18801 18446744073709551615 4194304 4196468 140727395311088 140727395293632 140460859457271 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
/proc/17724/statm: 2654449 18801 3060 1 0 2643902 0
[pid=17724/tid=17726] ppid=17721 vsize=10617796 memory=226 CPUtime=0.56 cores=0,2,4,6
/proc/17724/task/17726/stat : 17726 (java) R 17721 17724 7968 0 -1 4202560 6401 0 0 0 53 3 0 0 20 0 16 0 15684751 10872623104 18801 18446744073709551615 4194304 4196468 140727395311088 140460863695992 140460483671120 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17727] ppid=17721 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17727/stat : 17727 (java) S 17721 17724 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 15684752 10872623104 18801 18446744073709551615 4194304 4196468 140727395311088 140460800494224 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17728] ppid=17721 vsize=10617796 memory=5 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17728/stat : 17728 (java) S 17721 17724 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 15684752 10872623104 18801 18446744073709551615 4194304 4196468 140727395311088 140460469119504 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17729] ppid=17721 vsize=10617796 memory=19 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17729/stat : 17729 (java) S 17721 17724 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 15684752 10872623104 18801 18446744073709551615 4194304 4196468 140727395311088 140460468066704 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17730] ppid=17721 vsize=10617796 memory=70 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17730/stat : 17730 (java) S 17721 17724 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 15684752 10872623104 18801 18446744073709551615 4194304 4196468 140727395311088 140460467013904 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17731] ppid=17721 vsize=10617796 memory=281060646848208 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17731/stat : 17731 (java) S 17721 17724 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 15684754 10872623104 18801 18446744073709551615 4194304 4196468 140727395311088 140460101299056 140460859468418 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17732] ppid=17721 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17732/stat : 17732 (java) S 17721 17724 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 15684754 10872623104 18801 18446744073709551615 4194304 4196468 140727395311088 140460100245024 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17733] ppid=17721 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17733/stat : 17733 (java) S 17721 17724 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 15684754 10872623104 18801 18446744073709551615 4194304 4196468 140727395311088 140460099192176 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17734] ppid=17721 vsize=10617796 memory=8772 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17734/stat : 17734 (java) S 17721 17724 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15684757 10872623104 18801 18446744073709551615 4194304 4196468 140727395311088 140460098140496 140460859475867 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17735] ppid=17721 vsize=10617796 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/17724/task/17735/stat : 17735 (java) R 17721 17724 7968 0 -1 4202560 1715 0 0 0 28 0 0 0 20 0 16 0 15684757 10872623104 18801 18446744073709551615 4194304 4196468 140727395311088 140460097076320 140460851746725 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17736] ppid=17721 vsize=10617796 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/17724/task/17736/stat : 17736 (java) R 17721 17724 7968 0 -1 4202560 899 0 0 0 26 0 0 0 20 0 16 0 15684757 10872623104 18801 18446744073709551615 4194304 4196468 140727395311088 140460096024560 140460838675979 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17737] ppid=17721 vsize=10617796 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/17724/task/17737/stat : 17737 (java) S 17721 17724 7968 0 -1 1077944384 1610 0 0 0 31 0 0 0 20 0 16 0 15684757 10872623104 18801 18446744073709551615 4194304 4196468 140727395311088 140460094982256 140460859468418 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17738] ppid=17721 vsize=10617796 memory=6463925781705 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17738/stat : 17738 (java) S 17721 17724 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15684757 10872623104 18801 18446744073709551615 4194304 4196468 140727395311088 140460093929696 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17739] ppid=17721 vsize=10617796 memory=288230613214036277 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17739/stat : 17739 (java) S 17721 17724 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 15684760 10872623104 18801 18446744073709551615 4194304 4196468 140727395311088 140460092878000 140460859468418 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 75204 KiB

[startup+1.50074 s]
/proc/loadavg: 2.00 1.98 2.02 4/213 17740
/proc/meminfo: memFree=29646752/32770624 swapFree=67108860/67108860
[pid=17724] ppid=17721 vsize=10617796 memory=81804 CPUtime=2.8 cores=0,2,4,6
/proc/17724/stat : 17724 (java) S 17721 17724 7968 0 -1 1077944320 14104 0 0 0 276 4 0 0 20 0 16 0 15684742 10872623104 20451 18446744073709551615 4194304 4196468 140727395311088 140727395293632 140460859457271 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
/proc/17724/statm: 2654449 20451 3069 1 0 2643902 0
[pid=17724/tid=17726] ppid=17721 vsize=10617796 memory=-8774313645642428999 CPUtime=1.36 cores=0,2,4,6
/proc/17724/task/17726/stat : 17726 (java) R 17721 17724 7968 0 -1 4202560 6681 0 0 0 133 3 0 0 20 0 16 0 15684751 10872623104 20451 18446744073709551615 4194304 4196468 140727395311088 140460863695976 140460483838617 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17727] ppid=17721 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17727/stat : 17727 (java) S 17721 17724 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 15684752 10872623104 20451 18446744073709551615 4194304 4196468 140727395311088 140460800494224 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17728] ppid=17721 vsize=10617796 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17728/stat : 17728 (java) S 17721 17724 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 15684752 10872623104 20451 18446744073709551615 4194304 4196468 140727395311088 140460469119504 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17729] ppid=17721 vsize=10617796 memory=12408 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17729/stat : 17729 (java) S 17721 17724 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 15684752 10872623104 20451 18446744073709551615 4194304 4196468 140727395311088 140460468066704 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17730] ppid=17721 vsize=10617796 memory=2424 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17730/stat : 17730 (java) S 17721 17724 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 15684752 10872623104 20451 18446744073709551615 4194304 4196468 140727395311088 140460467013904 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17731] ppid=17721 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17731/stat : 17731 (java) S 17721 17724 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 15684754 10872623104 20451 18446744073709551615 4194304 4196468 140727395311088 140460101299056 140460859468418 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17732] ppid=17721 vsize=10617796 memory=6298398794808383591 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17732/stat : 17732 (java) S 17721 17724 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 15684754 10872623104 20451 18446744073709551615 4194304 4196468 140727395311088 140460100245024 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17733] ppid=17721 vsize=10617796 memory=7448488012996307025 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17733/stat : 17733 (java) S 17721 17724 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 15684754 10872623104 20451 18446744073709551615 4194304 4196468 140727395311088 140460099192176 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17734] ppid=17721 vsize=10617796 memory=7086240636145783139 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17734/stat : 17734 (java) S 17721 17724 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15684757 10872623104 20451 18446744073709551615 4194304 4196468 140727395311088 140460098140496 140460859475867 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17735] ppid=17721 vsize=10617796 memory=6153431502485415522 CPUtime=0.52 cores=0,2,4,6
/proc/17724/task/17735/stat : 17735 (java) S 17721 17724 7968 0 -1 1077944384 2396 0 0 0 52 0 0 0 20 0 16 0 15684757 10872623104 20451 18446744073709551615 4194304 4196468 140727395311088 140460097087856 140460859468418 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17736] ppid=17721 vsize=10617796 memory=7379241883359864663 CPUtime=0.57 cores=0,2,4,6
/proc/17724/task/17736/stat : 17736 (java) S 17721 17724 7968 0 -1 1077944384 2003 0 0 0 57 0 0 0 20 0 16 0 15684757 10872623104 20451 18446744073709551615 4194304 4196468 140727395311088 140460096035056 140460859468418 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17737] ppid=17721 vsize=10617796 memory=7302135314614015847 CPUtime=0.32 cores=0,2,4,6
/proc/17724/task/17737/stat : 17737 (java) S 17721 17724 7968 0 -1 1077944384 1629 0 0 0 32 0 0 0 20 0 16 0 15684757 10872623104 20451 18446744073709551615 4194304 4196468 140727395311088 140460094982256 140460859468418 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17738] ppid=17721 vsize=10617796 memory=281060646589280 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17738/stat : 17738 (java) S 17721 17724 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15684757 10872623104 20451 18446744073709551615 4194304 4196468 140727395311088 140460093929696 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0

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

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

[startup+6.4008 s]
/proc/loadavg: 2.00 1.98 2.02 3/213 17740
/proc/meminfo: memFree=29615076/32770624 swapFree=67108860/67108860
[pid=17724] ppid=17721 vsize=10617796 memory=100460 CPUtime=7.83 cores=0,2,4,6
/proc/17724/stat : 17724 (java) S 17721 17724 7968 0 -1 1077944320 17510 0 0 0 779 4 0 0 20 0 16 0 15684742 10872623104 25115 18446744073709551615 4194304 4196468 140727395311088 140727395293632 140460859457271 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
/proc/17724/statm: 2654449 25115 3078 1 0 2643902 0
[pid=17724/tid=17726] ppid=17721 vsize=10617796 memory=6933690279252799546 CPUtime=6.26 cores=0,2,4,6
/proc/17724/task/17726/stat : 17726 (java) R 17721 17724 7968 0 -1 4202560 7056 0 0 0 623 3 0 0 20 0 16 0 15684751 10872623104 25115 18446744073709551615 4194304 4196468 140727395311088 140460863693944 140460483671072 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17727] ppid=17721 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17727/stat : 17727 (java) S 17721 17724 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 15684752 10872623104 25115 18446744073709551615 4194304 4196468 140727395311088 140460800494224 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17728] ppid=17721 vsize=10617796 memory=-2247047206207641111 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17728/stat : 17728 (java) S 17721 17724 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 15684752 10872623104 25115 18446744073709551615 4194304 4196468 140727395311088 140460469119504 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17729] ppid=17721 vsize=10617796 memory=8976414709404591081 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17729/stat : 17729 (java) S 17721 17724 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 15684752 10872623104 25115 18446744073709551615 4194304 4196468 140727395311088 140460468066704 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17730] ppid=17721 vsize=10617796 memory=8976414709404591081 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17730/stat : 17730 (java) S 17721 17724 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 15684752 10872623104 25115 18446744073709551615 4194304 4196468 140727395311088 140460467013904 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17731] ppid=17721 vsize=10617796 memory=8976414709404591081 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17731/stat : 17731 (java) S 17721 17724 7968 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 16 0 15684754 10872623104 25115 18446744073709551615 4194304 4196468 140727395311088 140460101299056 140460859468418 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17732] ppid=17721 vsize=10617796 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17732/stat : 17732 (java) S 17721 17724 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 15684754 10872623104 25115 18446744073709551615 4194304 4196468 140727395311088 140460100245024 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17733] ppid=17721 vsize=10617796 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17733/stat : 17733 (java) S 17721 17724 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 15684754 10872623104 25115 18446744073709551615 4194304 4196468 140727395311088 140460099192176 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17734] ppid=17721 vsize=10617796 memory=-7173504570862900581 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17734/stat : 17734 (java) S 17721 17724 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15684757 10872623104 25115 18446744073709551615 4194304 4196468 140727395311088 140460098140496 140460859475867 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17735] ppid=17721 vsize=10617796 memory=0 CPUtime=0.58 cores=0,2,4,6
/proc/17724/task/17735/stat : 17735 (java) S 17721 17724 7968 0 -1 1077944384 4201 0 0 0 58 0 0 0 20 0 16 0 15684757 10872623104 25115 18446744073709551615 4194304 4196468 140727395311088 140460097087856 140460859468418 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17736] ppid=17721 vsize=10617796 memory=-9001734013606258791 CPUtime=0.64 cores=0,2,4,6
/proc/17724/task/17736/stat : 17736 (java) S 17721 17724 7968 0 -1 1077944384 2470 0 0 0 64 0 0 0 20 0 16 0 15684757 10872623104 25115 18446744073709551615 4194304 4196468 140727395311088 140460096035056 140460859468418 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17737] ppid=17721 vsize=10617796 memory=7450740917119707489 CPUtime=0.33 cores=0,2,4,6
/proc/17724/task/17737/stat : 17737 (java) S 17721 17724 7968 0 -1 1077944384 1906 0 0 0 33 0 0 0 20 0 16 0 15684757 10872623104 25115 18446744073709551615 4194304 4196468 140727395311088 140460094982256 140460859468418 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17738] ppid=17721 vsize=10617796 memory=96364 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17738/stat : 17738 (java) S 17721 17724 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15684757 10872623104 25115 18446744073709551615 4194304 4196468 140727395311088 140460093929696 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17739] ppid=17721 vsize=10617796 memory=2760 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17739/stat : 17739 (java) S 17721 17724 7968 0 -1 1077944384 182 0 0 0 0 0 0 0 20 0 16 0 15684760 10872623104 25115 18446744073709551615 4194304 4196468 140727395311088 140460092878000 140460859468418 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17740] ppid=17721 vsize=10617796 memory=2760 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17740/stat : 17740 (java) S 17721 17724 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 15684806 10872623104 25115 18446744073709551615 4194304 4196468 140727395311088 140460091823536 140460859468418 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
Current children cumulated CPU time: 7.83 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 100460 KiB

[startup+6.80058 s]
/proc/loadavg: 2.00 1.98 2.02 3/213 17740
/proc/meminfo: memFree=29615076/32770624 swapFree=67108860/67108860
[pid=17724] ppid=17721 vsize=10617796 memory=100460 CPUtime=8.23 cores=0,2,4,6
/proc/17724/stat : 17724 (java) S 17721 17724 7968 0 -1 1077944320 17645 0 0 0 819 4 0 0 20 0 16 0 15684742 10872623104 25115 18446744073709551615 4194304 4196468 140727395311088 140727395293632 140460859457271 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
/proc/17724/statm: 2654449 25115 3078 1 0 2643902 0
[pid=17724/tid=17726] ppid=17721 vsize=10617796 memory=13252 CPUtime=6.66 cores=0,2,4,6
/proc/17724/task/17726/stat : 17726 (java) R 17721 17724 7968 0 -1 4202560 7159 0 0 0 663 3 0 0 20 0 16 0 15684751 10872623104 25115 18446744073709551615 4194304 4196468 140727395311088 140460863693944 140460480869016 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17727] ppid=17721 vsize=10617796 memory=15460 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17727/stat : 17727 (java) S 17721 17724 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 15684752 10872623104 25115 18446744073709551615 4194304 4196468 140727395311088 140460800494224 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17728] ppid=17721 vsize=10617796 memory=17668 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17728/stat : 17728 (java) S 17721 17724 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 15684752 10872623104 25115 18446744073709551615 4194304 4196468 140727395311088 140460469119504 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17729] ppid=17721 vsize=10617796 memory=19876 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17729/stat : 17729 (java) S 17721 17724 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 15684752 10872623104 25115 18446744073709551615 4194304 4196468 140727395311088 140460468066704 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17730] ppid=17721 vsize=10617796 memory=22084 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17730/stat : 17730 (java) S 17721 17724 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 15684752 10872623104 25115 18446744073709551615 4194304 4196468 140727395311088 140460467013904 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17731] ppid=17721 vsize=10617796 memory=24292 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17731/stat : 17731 (java) S 17721 17724 7968 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 16 0 15684754 10872623104 25115 18446744073709551615 4194304 4196468 140727395311088 140460101299056 140460859468418 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17732] ppid=17721 vsize=10617796 memory=26500 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17732/stat : 17732 (java) S 17721 17724 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 15684754 10872623104 25115 18446744073709551615 4194304 4196468 140727395311088 140460100245024 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17733] ppid=17721 vsize=10617796 memory=28708 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17733/stat : 17733 (java) S 17721 17724 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 15684754 10872623104 25115 18446744073709551615 4194304 4196468 140727395311088 140460099192176 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17734] ppid=17721 vsize=10617796 memory=30916 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17734/stat : 17734 (java) S 17721 17724 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15684757 10872623104 25115 18446744073709551615 4194304 4196468 140727395311088 140460098140496 140460859475867 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17735] ppid=17721 vsize=10617796 memory=0 CPUtime=0.58 cores=0,2,4,6
/proc/17724/task/17735/stat : 17735 (java) S 17721 17724 7968 0 -1 1077944384 4201 0 0 0 58 0 0 0 20 0 16 0 15684757 10872623104 25115 18446744073709551615 4194304 4196468 140727395311088 140460097087856 140460859468418 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17736] ppid=17721 vsize=10617796 memory=0 CPUtime=0.64 cores=0,2,4,6
/proc/17724/task/17736/stat : 17736 (java) S 17721 17724 7968 0 -1 1077944384 2470 0 0 0 64 0 0 0 20 0 16 0 15684757 10872623104 25115 18446744073709551615 4194304 4196468 140727395311088 140460096035056 140460859468418 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17737] ppid=17721 vsize=10617796 memory=4580 CPUtime=0.33 cores=0,2,4,6
/proc/17724/task/17737/stat : 17737 (java) S 17721 17724 7968 0 -1 1077944384 1906 0 0 0 33 0 0 0 20 0 16 0 15684757 10872623104 25115 18446744073709551615 4194304 4196468 140727395311088 140460094982256 140460859468418 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17738] ppid=17721 vsize=10617796 memory=-1088251628401078322 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17738/stat : 17738 (java) S 17721 17724 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15684757 10872623104 25115 18446744073709551615 4194304 4196468 140727395311088 140460093929696 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17739] ppid=17721 vsize=10617796 memory=-3253322038155611931 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17739/stat : 17739 (java) S 17721 17724 7968 0 -1 1077944384 214 0 0 0 0 0 0 0 20 0 16 0 15684760 10872623104 25115 18446744073709551615 4194304 4196468 140727395311088 140460092878000 140460859468418 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17740] ppid=17721 vsize=10617796 memory=-5921431000321636112 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17740/stat : 17740 (java) S 17721 17724 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 15684806 10872623104 25115 18446744073709551615 4194304 4196468 140727395311088 140460091823536 140460859468418 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
Current children cumulated CPU time: 8.23 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 100460 KiB

[startup+7.20072 s]
/proc/loadavg: 2.00 1.98 2.02 3/213 17740
/proc/meminfo: memFree=29608808/32770624 swapFree=67108860/67108860
[pid=17724] ppid=17721 vsize=10750924 memory=104752 CPUtime=8.71 cores=0,2,4,6
/proc/17724/stat : 17724 (java) S 17721 17724 7968 0 -1 1077944320 20904 0 0 0 867 4 0 0 20 0 16 0 15684742 11008946176 26188 18446744073709551615 4194304 4196468 140727395311088 140727395293632 140460859457271 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
/proc/17724/statm: 2687731 26188 3082 1 0 2677184 0
[pid=17724/tid=17726] ppid=17721 vsize=10750924 memory=17422 CPUtime=7.02 cores=0,2,4,6
/proc/17724/task/17726/stat : 17726 (java) S 17721 17724 7968 0 -1 1077944384 7881 0 0 0 699 3 0 0 20 0 16 0 15684751 11008946176 26188 18446744073709551615 4194304 4196468 140727395311088 140460863697952 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17727] ppid=17721 vsize=10750924 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17727/stat : 17727 (java) S 17721 17724 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 15684752 11008946176 26188 18446744073709551615 4194304 4196468 140727395311088 140460800494224 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17728] ppid=17721 vsize=10750924 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17728/stat : 17728 (java) S 17721 17724 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 15684752 11008946176 26188 18446744073709551615 4194304 4196468 140727395311088 140460469119504 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17729] ppid=17721 vsize=10750924 memory=100460 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17729/stat : 17729 (java) S 17721 17724 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 15684752 11008946176 26188 18446744073709551615 4194304 4196468 140727395311088 140460468066704 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17730] ppid=17721 vsize=10750924 memory=3280 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17730/stat : 17730 (java) S 17721 17724 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 15684752 11008946176 26188 18446744073709551615 4194304 4196468 140727395311088 140460467013904 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17731] ppid=17721 vsize=10750924 memory=1766344 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17731/stat : 17731 (java) S 17721 17724 7968 0 -1 1077944384 653 0 0 0 0 0 0 0 20 0 16 0 15684754 11008946176 26188 18446744073709551615 4194304 4196468 140727395311088 140460101299056 140460859468418 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17732] ppid=17721 vsize=10750924 memory=4068 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17732/stat : 17732 (java) S 17721 17724 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 15684754 11008946176 26188 18446744073709551615 4194304 4196468 140727395311088 140460100245024 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17733] ppid=17721 vsize=10750924 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17733/stat : 17733 (java) S 17721 17724 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 15684754 11008946176 26188 18446744073709551615 4194304 4196468 140727395311088 140460099192176 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17734] ppid=17721 vsize=10750924 memory=2504 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17734/stat : 17734 (java) S 17721 17724 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15684757 11008946176 26188 18446744073709551615 4194304 4196468 140727395311088 140460098140496 140460859475867 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17735] ppid=17721 vsize=10750924 memory=92224 CPUtime=0.61 cores=0,2,4,6
/proc/17724/task/17735/stat : 17735 (java) S 17721 17724 7968 0 -1 1077944384 4900 0 0 0 61 0 0 0 20 0 16 0 15684757 11008946176 26188 18446744073709551615 4194304 4196468 140727395311088 140460097087856 140460859468418 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17736] ppid=17721 vsize=10750924 memory=-8774313645642428999 CPUtime=0.71 cores=0,2,4,6
/proc/17724/task/17736/stat : 17736 (java) S 17721 17724 7968 0 -1 1077944384 3484 0 0 0 71 0 0 0 20 0 16 0 15684757 11008946176 26188 18446744073709551615 4194304 4196468 140727395311088 140460096035056 140460859468418 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17737] ppid=17721 vsize=10750924 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/17724/task/17737/stat : 17737 (java) S 17721 17724 7968 0 -1 1077944384 2293 0 0 0 34 0 0 0 20 0 16 0 15684757 11008946176 26188 18446744073709551615 4194304 4196468 140727395311088 140460094982256 140460859468418 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17738] ppid=17721 vsize=10750924 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17738/stat : 17738 (java) S 17721 17724 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15684757 11008946176 26188 18446744073709551615 4194304 4196468 140727395311088 140460093929696 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17739] ppid=17721 vsize=10750924 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17739/stat : 17739 (java) S 17721 17724 7968 0 -1 1077944384 214 0 0 0 0 0 0 0 20 0 16 0 15684760 11008946176 26188 18446744073709551615 4194304 4196468 140727395311088 140460092878000 140460859468418 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
Current children cumulated CPU time: 8.71 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 104752 KiB

[startup+7.30073 s]
/proc/loadavg: 2.00 1.98 2.02 3/213 17740
/proc/meminfo: memFree=29608808/32770624 swapFree=67108860/67108860
[pid=17724] ppid=17721 vsize=10750924 memory=104752 CPUtime=8.71 cores=0,2,4,6
/proc/17724/stat : 17724 (java) S 17721 17724 7968 0 -1 1077944320 20904 0 0 0 867 4 0 0 20 0 16 0 15684742 11008946176 26188 18446744073709551615 4194304 4196468 140727395311088 140727395293632 140460859457271 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
/proc/17724/statm: 2687731 26188 3082 1 0 2677184 0
[pid=17724/tid=17726] ppid=17721 vsize=10750924 memory=281060646588144 CPUtime=7.02 cores=0,2,4,6
/proc/17724/task/17726/stat : 17726 (java) S 17721 17724 7968 0 -1 1077944384 7881 0 0 0 699 3 0 0 20 0 16 0 15684751 11008946176 26188 18446744073709551615 4194304 4196468 140727395311088 140460863697952 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17727] ppid=17721 vsize=10750924 memory=80469500627700 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17727/stat : 17727 (java) S 17721 17724 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 15684752 11008946176 26188 18446744073709551615 4194304 4196468 140727395311088 140460800494224 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17728] ppid=17721 vsize=10750924 memory=81804 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17728/stat : 17728 (java) S 17721 17724 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 15684752 11008946176 26188 18446744073709551615 4194304 4196468 140727395311088 140460469119504 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17729] ppid=17721 vsize=10750924 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17729/stat : 17729 (java) S 17721 17724 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 15684752 11008946176 26188 18446744073709551615 4194304 4196468 140727395311088 140460468066704 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17730] ppid=17721 vsize=10750924 memory=2516 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17730/stat : 17730 (java) S 17721 17724 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 15684752 11008946176 26188 18446744073709551615 4194304 4196468 140727395311088 140460467013904 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17731] ppid=17721 vsize=10750924 memory=98412 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17731/stat : 17731 (java) S 17721 17724 7968 0 -1 1077944384 653 0 0 0 0 0 0 0 20 0 16 0 15684754 11008946176 26188 18446744073709551615 4194304 4196468 140727395311088 140460101299056 140460859468418 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17732] ppid=17721 vsize=10750924 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17732/stat : 17732 (java) S 17721 17724 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 15684754 11008946176 26188 18446744073709551615 4194304 4196468 140727395311088 140460100245024 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17733] ppid=17721 vsize=10750924 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17733/stat : 17733 (java) S 17721 17724 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 15684754 11008946176 26188 18446744073709551615 4194304 4196468 140727395311088 140460099192176 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17734] ppid=17721 vsize=10750924 memory=90172 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17734/stat : 17734 (java) S 17721 17724 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15684757 11008946176 26188 18446744073709551615 4194304 4196468 140727395311088 140460098140496 140460859475867 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17735] ppid=17721 vsize=10750924 memory=11827 CPUtime=0.61 cores=0,2,4,6
/proc/17724/task/17735/stat : 17735 (java) S 17721 17724 7968 0 -1 1077944384 4900 0 0 0 61 0 0 0 20 0 16 0 15684757 11008946176 26188 18446744073709551615 4194304 4196468 140727395311088 140460097087856 140460859468418 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17736] ppid=17721 vsize=10750924 memory=98412 CPUtime=0.71 cores=0,2,4,6
/proc/17724/task/17736/stat : 17736 (java) S 17721 17724 7968 0 -1 1077944384 3484 0 0 0 71 0 0 0 20 0 16 0 15684757 11008946176 26188 18446744073709551615 4194304 4196468 140727395311088 140460096035056 140460859468418 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17737] ppid=17721 vsize=10750924 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/17724/task/17737/stat : 17737 (java) S 17721 17724 7968 0 -1 1077944384 2293 0 0 0 34 0 0 0 20 0 16 0 15684757 11008946176 26188 18446744073709551615 4194304 4196468 140727395311088 140460094982256 140460859468418 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17738] ppid=17721 vsize=10750924 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17738/stat : 17738 (java) S 17721 17724 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15684757 11008946176 26188 18446744073709551615 4194304 4196468 140727395311088 140460093929696 140460859467477 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
[pid=17724/tid=17739] ppid=17721 vsize=10750924 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17724/task/17739/stat : 17739 (java) S 17721 17724 7968 0 -1 1077944384 214 0 0 0 0 0 0 0 20 0 16 0 15684760 11008946176 26188 18446744073709551615 4194304 4196468 140727395311088 140460092878000 140460859468418 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15241216 140727395312017 140727395312170 140727395312170 140727395315663 0
Current children cumulated CPU time: 8.71 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 104752 KiB

Child status: 0
Real time (s): 7.38314
CPU time (s): 8.74674
CPU user time (s): 8.69141
CPU system time (s): 0.055327
CPU usage (%): 118.469
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 104752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.69141
system time used= 0.055327
maximum resident set size= 109264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21512
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= 1560
involuntary context switches= 26


# summary of solver processes directly reported to runsolver:
#   pid: 17724
#   total CPU time (s): 8.74674
#   total CPU user time (s): 8.69141
#   total CPU system time (s): 0.055327

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.063917 second user time and 0.109921 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 11:39:44
IDJOB=4263552
IDBENCH=121925
IDSOLVER=2651
FILE ID=node128/4263552-1502618021
RUNJOBID= node128-1502582933-8032
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Random/Random-D-t020/rand-2-40-11-414-020-23.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263552-1502618021/watcher-4263552-1502618021 -o /tmp/evaluation-result-4263552-1502618021/solver-4263552-1502618021 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263552-1502618021.xml

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

MD5SUM BENCH= 1a4e26af447c68eb67ea8607a589b7af
RANDOM SEED=1336632033

node128.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.94
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.94
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.94
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.94
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:        29716612 kB
MemAvailable:   30273552 kB
Buffers:          129952 kB
Cached:           715128 kB
SwapCached:            0 kB
Active:          1984912 kB
Inactive:         657492 kB
Active(anon):    1797540 kB
Inactive(anon):    16764 kB
Active(file):     187372 kB
Inactive(file):   640728 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1640 kB
Writeback:            16 kB
AnonPages:       1796768 kB
Mapped:            44280 kB
Shmem:             17116 kB
Slab:             113836 kB
SReclaimable:      89352 kB
SUnreclaim:        24484 kB
KernelStack:        3472 kB
PageTables:         8548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3403496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1695744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 11:39:51