Trace number 4290031

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 2018-07-11? (TO) 2400.17 2381.16

General information on the benchmark

NameCarSequencing/
CarSequencing-85-01_c18.xml
MD5SUM1301ca50d7ea6d03cca9e07ce6e480be
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 benchmark84.3427
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1440
Number of domains2
Minimum domain size2
Maximum domain size26
Distribution of domain sizes[{"size":2,"count":1000},{"size":26,"count":200}]
Minimum variable degree2
Maximum variable degree84
Distribution of variable degrees[{"degree":2,"count":200},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":6},{"degree":6,"count":10},{"degree":7,"count":10},{"degree":8,"count":18},{"degree":9,"count":18},{"degree":10,"count":18},{"degree":11,"count":18},{"degree":12,"count":18},{"degree":13,"count":18},{"degree":14,"count":18},{"degree":15,"count":18},{"degree":16,"count":18},{"degree":17,"count":18},{"degree":18,"count":18},{"degree":19,"count":18},{"degree":20,"count":18},{"degree":21,"count":18},{"degree":22,"count":18},{"degree":23,"count":18},{"degree":24,"count":18},{"degree":25,"count":18},{"degree":26,"count":18},"...",{"degree":60,"count":2}, {"degree":61,"count":2}, {"degree":62,"count":2}, {"degree":63,"count":2}, {"degree":64,"count":2}, {"degree":65,"count":2}, {"degree":66,"count":2}, {"degree":67,"count":2}, {"degree":68,"count":2}, {"degree":69,"count":2}, {"degree":70,"count":2}, {"degree":71,"count":2}, {"degree":72,"count":2}, {"degree":73,"count":2}, {"degree":74,"count":2}, {"degree":75,"count":2}, {"degree":76,"count":2}, {"degree":77,"count":2}, {"degree":78,"count":2}, {"degree":79,"count":2}, {"degree":80,"count":2}, {"degree":81,"count":2}, {"degree":82,"count":2}, {"degree":83,"count":3}, {"degree":84,"count":39}]
Minimum constraint arity2
Maximum constraint arity200
Distribution of constraint arities[{"arity":2,"count":199},{"arity":3,"count":396},{"arity":5,"count":392},{"arity":6,"count":200},{"arity":35,"count":1},{"arity":38,"count":2},{"arity":40,"count":2},{"arity":41,"count":2},{"arity":42,"count":1},{"arity":44,"count":3},{"arity":45,"count":1},{"arity":46,"count":1},{"arity":47,"count":2},{"arity":48,"count":1},{"arity":50,"count":4},{"arity":52,"count":1},{"arity":53,"count":2},{"arity":54,"count":1},{"arity":55,"count":1},{"arity":56,"count":3},{"arity":58,"count":1},{"arity":59,"count":2},{"arity":60,"count":2},{"arity":62,"count":3},{"arity":64,"count":1},"...",{"arity":167,"count":2}, {"arity":168,"count":1}, {"arity":170,"count":5}, {"arity":172,"count":1}, {"arity":173,"count":2}, {"arity":174,"count":1}, {"arity":175,"count":2}, {"arity":176,"count":3}, {"arity":178,"count":1}, {"arity":179,"count":2}, {"arity":180,"count":3}, {"arity":182,"count":3}, {"arity":184,"count":1}, {"arity":185,"count":4}, {"arity":186,"count":1}, {"arity":188,"count":3}, {"arity":190,"count":3}, {"arity":191,"count":2}, {"arity":192,"count":1}, {"arity":194,"count":3}, {"arity":195,"count":2}, {"arity":196,"count":1}, {"arity":197,"count":2}, {"arity":198,"count":1}, {"arity":200,"count":6}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200},{"type":"sum","count":1239},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

14.81/5.72	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
14.81/5.72	c This is free software under the dual EPL/GNU LGPL licenses.
14.81/5.72	c See www.sat4j.org for details.
14.81/5.72	c That software uses the Rhino library from the Mozilla project.
14.81/5.72	c version 2.3.6-SNAPSHOT
14.81/5.72	c java.runtime.name	Java(TM) SE Runtime Environment
14.81/5.72	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
14.81/5.72	c java.vm.version	25.131-b11
14.81/5.72	c java.vm.vendor	Oracle Corporation
14.81/5.72	c sun.arch.data.model	64
14.81/5.72	c java.version		1.8.0_131
14.81/5.72	c os.name		Linux
14.81/5.72	c os.version		3.10.0-514.16.1.el7.x86_64
14.81/5.72	c os.arch		amd64
14.81/5.72	c Free memory 		499604488
14.81/5.72	c Max memory 		7247757312
14.81/5.72	c Total memory 		504889344
14.81/5.72	c Number of processors 	4
14.81/5.72	c c --- Begin Solver configuration ---
14.81/5.72	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
14.81/5.72	c Learn all clauses as in MiniSAT
14.81/5.72	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
14.81/5.72	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
14.81/5.72	c No reason simplification
14.81/5.72	c Glucose 2.1 dynamic restart strategy
14.81/5.72	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
14.81/5.72	c timeout=2147483s
14.81/5.72	c DB Simplification allowed=false
14.81/5.72	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
14.81/5.72	c --- End Solver configuration ---
14.81/5.72	c constraints type 
14.81/5.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 2400
14.81/5.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 373261
14.81/5.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4967356
14.81/5.72	c org.sat4j.minisat.constraints.cnf.UnitClause => 2930
14.81/5.72	c 5345947 constraints processed.
2400.10/2381.10	c starts		: 6544
2400.10/2381.10	c conflicts		: 1487751
2400.10/2381.10	c decisions		: 107819727
2400.10/2381.10	c propagations		: 8887696699
2400.10/2381.10	c inspects		: 14695295804
2400.10/2381.10	c shortcuts		: 0
2400.10/2381.10	c learnt literals	: 7172
2400.10/2381.10	c learnt binary clauses	: 39946
2400.10/2381.10	c learnt ternary clauses	: 78630
2400.10/2381.10	c learnt constraints	: 1480579
2400.10/2381.10	c ignored constraints	: 0
2400.10/2381.10	c root simplifications	: 0
2400.10/2381.10	c removed literals (reason simplification)	: 0
2400.10/2381.10	c reason swapping (by a shorter reason)	: 0
2400.10/2381.10	c Calls to reduceDB	: 50
2400.10/2381.10	c Number of update (reduction) of LBD	: 729655
2400.10/2381.10	c Imported unit clauses	: 0
2400.10/2381.10	c number of reductions to clauses (during analyze)	: 0
2400.10/2381.10	c number of learned constraints concerned by reduction	: 0
2400.10/2381.10	c number of learning phase by resolution	: 0
2400.10/2381.10	c number of learning phase by cutting planes	: 0
2400.10/2381.10	c number of rounding to 1 operations	: 0
2400.10/2381.10	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.10/2381.10	c number of reductions of the coefficients by power 2 	: 0
2400.10/2381.10	c number of right shift for reduction by power 2 	: 0
2400.10/2381.10	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.10/2381.10	c number of ending skipping 	: 0
2400.10/2381.10	c number of internal skipping 	: 0
2400.10/2381.10	c number of derivation steps 	: 0
2400.10/2381.10	c number of skipped derivation steps 	: 0
2400.10/2381.10	c number of remaining unassigned 	: 0
2400.10/2381.10	c number of remaining assigned 	: 0
2400.10/2381.10	c speed (assignments/second)	: 3741753.252674637
2400.10/2381.10	c non guided choices	: 61870014
2400.11/2381.14	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 39946
2400.11/2381.14	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 132917
2400.11/2381.14	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 (9907 MiB free)
  memory of node 1: 16384 MiB (10962 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290031-1532219056/watcher-4290031-1532219056 -o /tmp/evaluation-result-4290031-1532219056/solver-4290031-1532219056 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532209965-29592 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290031-1532219056.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=30946, runsolver pid=30943

[startup+0.101154 s]*
/proc/loadavg: 4.63 4.43 3.33 4/217 30961
/proc/meminfo: memFree=21354964/32770624 swapFree=67108860/67108860
[pid=30946] ppid=30943 vsize=10659012 memory=29476 CPUtime=0.13 cores=1,3,5,7
/proc/30946/stat : 30946 (java) S 30943 30946 26594 0 -1 1077944320 6978 0 0 0 12 1 0 0 20 0 15 0 39468800 10914828288 7369 33554432000 4194304 4196468 140722236745168 140722236727712 140183739039479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
/proc/30946/statm: 2664753 7369 2816 1 0 2627263 0
[pid=30946/tid=30948] ppid=30943 vsize=10659012 memory=-8125511277465734527 CPUtime=0.08 cores=1,3,5,7
/proc/30946/task/30948/stat : 30948 (java) R 30943 30946 26594 0 -1 4202560 4772 0 0 0 8 0 0 0 20 0 15 0 39468801 10914828288 7369 33554432000 4194304 4196468 140722236745168 140183743244144 140183739061405 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30949] ppid=30943 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30949/stat : 30949 (java) S 30943 30946 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39468802 10914828288 7369 33554432000 4194304 4196468 140722236745168 140183345752976 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30950] ppid=30943 vsize=10659012 memory=139813256480384 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30950/stat : 30950 (java) S 30943 30946 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39468802 10914828288 7369 33554432000 4194304 4196468 140722236745168 140183344700176 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30951] ppid=30943 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30951/stat : 30951 (java) S 30943 30946 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39468802 10914828288 7369 33554432000 4194304 4196468 140722236745168 140183343647888 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30952] ppid=30943 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30952/stat : 30952 (java) S 30943 30946 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39468802 10914828288 7369 33554432000 4194304 4196468 140722236745168 140183342595088 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30953] ppid=30943 vsize=10659012 memory=139813256480384 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30953/stat : 30953 (java) S 30943 30946 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39468803 10914828288 7369 33554432000 4194304 4196468 140722236745168 140183043889264 140183739050626 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30954] ppid=30943 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30954/stat : 30954 (java) S 30943 30946 26594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39468804 10914828288 7369 33554432000 4194304 4196468 140722236745168 140183042835232 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30955] ppid=30943 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30955/stat : 30955 (java) S 30943 30946 26594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39468804 10914828288 7369 33554432000 4194304 4196468 140722236745168 140183041782896 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30956] ppid=30943 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30956/stat : 30956 (java) S 30943 30946 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39468806 10914828288 7369 33554432000 4194304 4196468 140722236745168 140183040731216 140183739058075 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30957] ppid=30943 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30957/stat : 30957 (java) R 30943 30946 26594 0 -1 1077944384 447 0 0 0 0 0 0 0 20 0 15 0 39468806 10914828288 7369 33554432000 4194304 4196468 140722236745168 140183039679088 140183739050626 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30958] ppid=30943 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30958/stat : 30958 (java) S 30943 30946 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39468806 10914828288 7369 33554432000 4194304 4196468 140722236745168 140183038626288 140183739050626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30959] ppid=30943 vsize=10659012 memory=139813256480384 CPUtime=0.01 cores=1,3,5,7
/proc/30946/task/30959/stat : 30959 (java) R 30943 30946 26594 0 -1 4202560 388 0 0 0 1 0 0 0 20 0 15 0 39468806 10914828288 7369 33554432000 4194304 4196468 140722236745168 140183037574000 140183718024216 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30960] ppid=30943 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30960/stat : 30960 (java) S 30943 30946 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39468806 10914828288 7369 33554432000 4194304 4196468 140722236745168 140183036521440 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30961] ppid=30943 vsize=10659012 memory=139813256480384 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30961/stat : 30961 (java) S 30943 30946 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39468807 10914828288 7369 33554432000 4194304 4196468 140722236745168 140182967806384 140183739050626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 29476 KiB

[startup+0.211366 s]*
/proc/loadavg: 4.63 4.43 3.33 4/217 30961
/proc/meminfo: memFree=21344668/32770624 swapFree=67108860/67108860
[pid=30946] ppid=30943 vsize=10659012 memory=39720 CPUtime=0.32 cores=1,3,5,7
/proc/30946/stat : 30946 (java) S 30943 30946 26594 0 -1 1077944320 8061 0 0 0 31 1 0 0 20 0 15 0 39468800 10914828288 9930 33554432000 4194304 4196468 140722236745168 140722236727712 140183739039479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
/proc/30946/statm: 2664753 9930 2974 1 0 2627263 0
[pid=30946/tid=30948] ppid=30943 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/30946/task/30948/stat : 30948 (java) R 30943 30946 26594 0 -1 4202560 5110 0 0 0 19 1 0 0 20 0 15 0 39468801 10914828288 9930 33554432000 4194304 4196468 140722236745168 140183743274704 140183723083109 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30949] ppid=30943 vsize=10659012 memory=331 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30949/stat : 30949 (java) S 30943 30946 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39468802 10914828288 9930 33554432000 4194304 4196468 140722236745168 140183345752976 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30950] ppid=30943 vsize=10659012 memory=139813256510233 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30950/stat : 30950 (java) S 30943 30946 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39468802 10914828288 9930 33554432000 4194304 4196468 140722236745168 140183344700176 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30951] ppid=30943 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30951/stat : 30951 (java) S 30943 30946 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39468802 10914828288 9930 33554432000 4194304 4196468 140722236745168 140183343647888 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30952] ppid=30943 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30952/stat : 30952 (java) S 30943 30946 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39468802 10914828288 9930 33554432000 4194304 4196468 140722236745168 140183342595088 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30953] ppid=30943 vsize=10659012 memory=139813256480384 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30953/stat : 30953 (java) S 30943 30946 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39468803 10914828288 9930 33554432000 4194304 4196468 140722236745168 140183043889264 140183739050626 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30954] ppid=30943 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30954/stat : 30954 (java) S 30943 30946 26594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39468804 10914828288 9930 33554432000 4194304 4196468 140722236745168 140183042835232 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30955] ppid=30943 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30955/stat : 30955 (java) S 30943 30946 26594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39468804 10914828288 9930 33554432000 4194304 4196468 140722236745168 140183041782896 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30956] ppid=30943 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30956/stat : 30956 (java) S 30943 30946 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39468806 10914828288 9930 33554432000 4194304 4196468 140722236745168 140183040731216 140183739058075 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30957] ppid=30943 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/30946/task/30957/stat : 30957 (java) S 30943 30946 26594 0 -1 1077944384 549 0 0 0 2 0 0 0 20 0 15 0 39468806 10914828288 9930 33554432000 4194304 4196468 140722236745168 140183039679088 140183739050626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30958] ppid=30943 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/30946/task/30958/stat : 30958 (java) S 30943 30946 26594 0 -1 1077944384 260 0 0 0 2 0 0 0 20 0 15 0 39468806 10914828288 9930 33554432000 4194304 4196468 140722236745168 140183038626288 140183739050626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30959] ppid=30943 vsize=10659012 memory=139813256480384 CPUtime=0.07 cores=1,3,5,7
/proc/30946/task/30959/stat : 30959 (java) R 30943 30946 26594 0 -1 4202560 773 0 0 0 7 0 0 0 20 0 15 0 39468806 10914828288 9930 33554432000 4194304 4196468 140722236745168 140183037574000 140183717575792 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30960] ppid=30943 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30960/stat : 30960 (java) S 30943 30946 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39468806 10914828288 9930 33554432000 4194304 4196468 140722236745168 140183036521440 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30961] ppid=30943 vsize=10659012 memory=139813256480384 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30961/stat : 30961 (java) S 30943 30946 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39468807 10914828288 9930 33554432000 4194304 4196468 140722236745168 140182967806384 140183739050626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 39720 KiB

[startup+0.310551 s]*
/proc/loadavg: 4.63 4.43 3.33 4/217 30961
/proc/meminfo: memFree=21332464/32770624 swapFree=67108860/67108860
[pid=30946] ppid=30943 vsize=10659088 memory=50624 CPUtime=0.56 cores=1,3,5,7
/proc/30946/stat : 30946 (java) S 30943 30946 26594 0 -1 1077944320 9740 0 0 0 54 2 0 0 20 0 15 0 39468800 10914906112 12656 33554432000 4194304 4196468 140722236745168 140722236727712 140183739039479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
/proc/30946/statm: 2664772 12656 3061 1 0 2627263 0
[pid=30946/tid=30948] ppid=30943 vsize=10659088 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/30946/task/30948/stat : 30948 (java) R 30943 30946 26594 0 -1 4202560 5689 0 0 0 28 1 0 0 20 0 15 0 39468801 10914906112 12656 33554432000 4194304 4196468 140722236745168 140183743271312 140183739061405 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30949] ppid=30943 vsize=10659088 memory=288230591823085591 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30949/stat : 30949 (java) S 30943 30946 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39468802 10914906112 12656 33554432000 4194304 4196468 140722236745168 140183345752976 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30950] ppid=30943 vsize=10659088 memory=139813256508263 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30950/stat : 30950 (java) S 30943 30946 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39468802 10914906112 12656 33554432000 4194304 4196468 140722236745168 140183344700176 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30951] ppid=30943 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30951/stat : 30951 (java) S 30943 30946 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39468802 10914906112 12656 33554432000 4194304 4196468 140722236745168 140183343647888 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30952] ppid=30943 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30952/stat : 30952 (java) S 30943 30946 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39468802 10914906112 12656 33554432000 4194304 4196468 140722236745168 140183342595088 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30953] ppid=30943 vsize=10659088 memory=139813256480384 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30953/stat : 30953 (java) S 30943 30946 26594 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39468803 10914906112 12656 33554432000 4194304 4196468 140722236745168 140183043889264 140183739050626 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30954] ppid=30943 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30954/stat : 30954 (java) S 30943 30946 26594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39468804 10914906112 12656 33554432000 4194304 4196468 140722236745168 140183042835232 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30955] ppid=30943 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30955/stat : 30955 (java) S 30943 30946 26594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39468804 10914906112 12656 33554432000 4194304 4196468 140722236745168 140183041782896 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30956] ppid=30943 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30956/stat : 30956 (java) S 30943 30946 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39468806 10914906112 12656 33554432000 4194304 4196468 140722236745168 140183040731216 140183739058075 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30957] ppid=30943 vsize=10659088 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/30946/task/30957/stat : 30957 (java) R 30943 30946 26594 0 -1 4202560 771 0 0 0 5 0 0 0 20 0 15 0 39468806 10914906112 12656 33554432000 4194304 4196468 140722236745168 140183039679088 140183725058592 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30958] ppid=30943 vsize=10659088 memory=-1 CPUtime=0.06 cores=1,3,5,7
/proc/30946/task/30958/stat : 30958 (java) R 30943 30946 26594 0 -1 4202560 839 0 0 0 6 0 0 0 20 0 15 0 39468806 10914906112 12656 33554432000 4194304 4196468 140722236745168 140183038618240 140183719739776 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30959] ppid=30943 vsize=10659088 memory=139813256480384 CPUtime=0.13 cores=1,3,5,7
/proc/30946/task/30959/stat : 30959 (java) S 30943 30946 26594 0 -1 1077944384 1084 0 0 0 13 0 0 0 20 0 15 0 39468806 10914906112 12656 33554432000 4194304 4196468 140722236745168 140183037574000 140183739050626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30960] ppid=30943 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30960/stat : 30960 (java) S 30943 30946 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39468806 10914906112 12656 33554432000 4194304 4196468 140722236745168 140183036521440 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30961] ppid=30943 vsize=10659088 memory=139813256480384 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30961/stat : 30961 (java) S 30943 30946 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39468807 10914906112 12656 33554432000 4194304 4196468 140722236745168 140182967806384 140183739050626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 50624 KiB

[startup+0.700838 s]
/proc/loadavg: 4.63 4.43 3.33 6/217 30961
/proc/meminfo: memFree=21300336/32770624 swapFree=67108860/67108860
[pid=30946] ppid=30943 vsize=10663916 memory=223032 CPUtime=1.92 cores=1,3,5,7
/proc/30946/stat : 30946 (java) S 30943 30946 26594 0 -1 1077944320 23428 0 0 0 186 6 0 0 20 0 15 0 39468800 10919849984 55758 33554432000 4194304 4196468 140722236745168 140722236727712 140183739039479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
/proc/30946/statm: 2665979 55758 3105 1 0 2628470 0
[pid=30946/tid=30948] ppid=30943 vsize=10663916 memory=1728 CPUtime=0.66 cores=1,3,5,7
/proc/30946/task/30948/stat : 30948 (java) R 30943 30946 26594 0 -1 4202560 6153 0 0 0 63 3 0 0 20 0 15 0 39468801 10919849984 55758 33554432000 4194304 4196468 140722236745168 140183743269328 140183379658344 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30949] ppid=30943 vsize=10663916 memory=5408 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30949/stat : 30949 (java) S 30943 30946 26594 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 39468802 10919849984 55758 33554432000 4194304 4196468 140722236745168 140183345752976 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30950] ppid=30943 vsize=10663916 memory=4612 CPUtime=0.01 cores=1,3,5,7
/proc/30946/task/30950/stat : 30950 (java) S 30943 30946 26594 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 15 0 39468802 10919849984 55758 33554432000 4194304 4196468 140722236745168 140183344700176 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30951] ppid=30943 vsize=10663916 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30951/stat : 30951 (java) S 30943 30946 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39468802 10919849984 55758 33554432000 4194304 4196468 140722236745168 140183343647888 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30952] ppid=30943 vsize=10663916 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30952/stat : 30952 (java) S 30943 30946 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39468802 10919849984 55758 33554432000 4194304 4196468 140722236745168 140183342595088 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30953] ppid=30943 vsize=10663916 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30953/stat : 30953 (java) S 30943 30946 26594 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 39468803 10919849984 55758 33554432000 4194304 4196468 140722236745168 140183043889264 140183739050626 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30954] ppid=30943 vsize=10663916 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30954/stat : 30954 (java) S 30943 30946 26594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39468804 10919849984 55758 33554432000 4194304 4196468 140722236745168 140183042835232 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30955] ppid=30943 vsize=10663916 memory=8372 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30955/stat : 30955 (java) S 30943 30946 26594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39468804 10919849984 55758 33554432000 4194304 4196468 140722236745168 140183041782896 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30956] ppid=30943 vsize=10663916 memory=12972 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30956/stat : 30956 (java) S 30943 30946 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39468806 10919849984 55758 33554432000 4194304 4196468 140722236745168 140183040731216 140183739058075 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30957] ppid=30943 vsize=10663916 memory=7662705889289527641 CPUtime=0.4 cores=1,3,5,7
/proc/30946/task/30957/stat : 30957 (java) R 30943 30946 26594 0 -1 4202560 5308 0 0 0 40 0 0 0 20 0 15 0 39468806 10919849984 55758 33554432000 4194304 4196468 140722236745168 140183039665064 140183720583919 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30958] ppid=30943 vsize=10663916 memory=7597685182856913236 CPUtime=0.43 cores=1,3,5,7
/proc/30946/task/30958/stat : 30958 (java) R 30943 30946 26594 0 -1 4202560 6018 0 0 0 42 1 0 0 20 0 15 0 39468806 10919849984 55758 33554432000 4194304 4196468 140722236745168 140183038611960 140183718277963 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30959] ppid=30943 vsize=10663916 memory=7368003688827211856 CPUtime=0.37 cores=1,3,5,7
/proc/30946/task/30959/stat : 30959 (java) S 30943 30946 26594 0 -1 1077944384 4471 0 0 0 36 1 0 0 20 0 15 0 39468806 10919849984 55758 33554432000 4194304 4196468 140722236745168 140183037574000 140183739050626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30960] ppid=30943 vsize=10663916 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30960/stat : 30960 (java) S 30943 30946 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39468806 10919849984 55758 33554432000 4194304 4196468 140722236745168 140183036521440 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30961] ppid=30943 vsize=10663916 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30961/stat : 30961 (java) S 30943 30946 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39468807 10919849984 55758 33554432000 4194304 4196468 140722236745168 140182967806384 140183739050626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
Current children cumulated CPU time: 1.92 s
Current children cumulated vsize: 10663916 KiB
Current children cumulated memory: 223032 KiB

[startup+1.50081 s]
/proc/loadavg: 4.42 4.39 3.33 6/217 30961
/proc/meminfo: memFree=21154848/32770624 swapFree=67108860/67108860
[pid=30946] ppid=30943 vsize=10659088 memory=372152 CPUtime=4.43 cores=1,3,5,7
/proc/30946/stat : 30946 (java) S 30943 30946 26594 0 -1 1077944320 25670 0 0 0 432 11 0 0 20 0 15 0 39468800 10914906112 93038 33554432000 4194304 4196468 140722236745168 140722236727712 140183739039479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
/proc/30946/statm: 2664772 93038 3135 1 0 2627263 0
[pid=30946/tid=30948] ppid=30943 vsize=10659088 memory=0 CPUtime=1.4 cores=1,3,5,7
/proc/30946/task/30948/stat : 30948 (java) R 30943 30946 26594 0 -1 4202560 6218 0 0 0 135 5 0 0 20 0 15 0 39468801 10914906112 93038 33554432000 4194304 4196468 140722236745168 140183743277112 140183380534668 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30949] ppid=30943 vsize=10659088 memory=-6951259422114956437 CPUtime=0.02 cores=1,3,5,7
/proc/30946/task/30949/stat : 30949 (java) S 30943 30946 26594 0 -1 1077944384 17 0 0 0 2 0 0 0 20 0 15 0 39468802 10914906112 93038 33554432000 4194304 4196468 140722236745168 140183345752976 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30950] ppid=30943 vsize=10659088 memory=-6509546260019855295 CPUtime=0.03 cores=1,3,5,7
/proc/30946/task/30950/stat : 30950 (java) S 30943 30946 26594 0 -1 1077944384 34 0 0 0 3 0 0 0 20 0 15 0 39468802 10914906112 93038 33554432000 4194304 4196468 140722236745168 140183344700176 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30951] ppid=30943 vsize=10659088 memory=-7390251449858225344 CPUtime=0.02 cores=1,3,5,7
/proc/30946/task/30951/stat : 30951 (java) S 30943 30946 26594 0 -1 1077944384 130 0 0 0 2 0 0 0 20 0 15 0 39468802 10914906112 93550 33554432000 4194304 4196468 140722236745168 140183343647888 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30952] ppid=30943 vsize=10659088 memory=4134692831991786133 CPUtime=0.05 cores=1,3,5,7
/proc/30946/task/30952/stat : 30952 (java) S 30943 30946 26594 0 -1 1077944384 155 0 0 0 4 1 0 0 20 0 15 0 39468802 10914906112 93550 33554432000 4194304 4196468 140722236745168 140183342595088 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30953] ppid=30943 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30953/stat : 30953 (java) S 30943 30946 26594 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 39468803 10914906112 93550 33554432000 4194304 4196468 140722236745168 140183043889264 140183739050626 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0

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

/proc/30946/task/30954/stat : 30954 (java) S 30943 30946 26594 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 39468804 10985164800 591074 33554432000 4194304 4196468 140722236745168 140183042835296 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30955] ppid=30943 vsize=10727700 memory=2364296 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30955/stat : 30955 (java) S 30943 30946 26594 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 39468804 10985164800 591074 33554432000 4194304 4196468 140722236745168 140183041782912 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30956] ppid=30943 vsize=10727700 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30956/stat : 30956 (java) S 30943 30946 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39468806 10985164800 591074 33554432000 4194304 4196468 140722236745168 140183040731216 140183739058075 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30957] ppid=30943 vsize=10727700 memory=2364296 CPUtime=2.34 cores=1,3,5,7
/proc/30946/task/30957/stat : 30957 (java) S 30943 30946 26594 0 -1 1077944384 11415 0 0 0 232 2 0 0 20 0 16 0 39468806 10985164800 591074 33554432000 4194304 4196468 140722236745168 140183039679088 140183739050626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30958] ppid=30943 vsize=10727700 memory=4140 CPUtime=2.96 cores=1,3,5,7
/proc/30946/task/30958/stat : 30958 (java) S 30943 30946 26594 0 -1 1077944384 15965 0 0 0 293 3 0 0 20 0 16 0 39468806 10985164800 591074 33554432000 4194304 4196468 140722236745168 140183038626288 140183739050626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30959] ppid=30943 vsize=10727700 memory=2364296 CPUtime=0.61 cores=1,3,5,7
/proc/30946/task/30959/stat : 30959 (java) S 30943 30946 26594 0 -1 1077944384 7858 0 0 0 59 2 0 0 20 0 16 0 39468806 10985164800 591074 33554432000 4194304 4196468 140722236745168 140183037574000 140183739050626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30960] ppid=30943 vsize=10727700 memory=2364296 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30960/stat : 30960 (java) S 30943 30946 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39468806 10985164800 591074 33554432000 4194304 4196468 140722236745168 140183036521440 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30961] ppid=30943 vsize=10727700 memory=932 CPUtime=1.43 cores=1,3,5,7
/proc/30946/task/30961/stat : 30961 (java) S 30943 30946 26594 0 -1 1077944384 2794 0 0 0 63 80 0 0 20 0 16 0 39468807 10985164800 591074 33554432000 4194304 4196468 140722236745168 140182967806384 140183739050626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30962] ppid=30943 vsize=10727700 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30962/stat : 30962 (java) S 30943 30946 26594 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 39469384 10985164800 591074 33554432000 4194304 4196468 140722236745168 140182964654768 140183739050626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
Current children cumulated CPU time: 2341.42 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 2364296 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2380.9 s]
/proc/loadavg: 2.15 2.21 2.50 3/219 31294
/proc/meminfo: memFree=12522604/32770624 swapFree=67108860/67108860
[pid=30946] ppid=30943 vsize=10727700 memory=2364296 CPUtime=2400.07 cores=1,3,5,7
/proc/30946/stat : 30946 (java) S 30943 30946 26594 0 -1 1077944320 239404 0 0 0 239784 223 0 0 20 0 16 0 39468800 10985164800 591074 33554432000 4194304 4196468 140722236745168 140722236727712 140183739039479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
/proc/30946/statm: 2681925 591074 3192 1 0 2644416 0
[pid=30946/tid=30948] ppid=30943 vsize=10727700 memory=2364296 CPUtime=2374.98 cores=1,3,5,7
/proc/30946/task/30948/stat : 30948 (java) R 30943 30946 26594 0 -1 4202560 163960 0 0 0 237476 22 0 0 20 0 16 0 39468801 10985164800 591074 33554432000 4194304 4196468 140722236745168 140183743276344 140183383004891 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30949] ppid=30943 vsize=10727700 memory=2364296 CPUtime=3.85 cores=1,3,5,7
/proc/30946/task/30949/stat : 30949 (java) S 30943 30946 26594 0 -1 1077944384 7629 0 0 0 354 31 0 0 20 0 16 0 39468802 10985164800 591074 33554432000 4194304 4196468 140722236745168 140183345752976 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30950] ppid=30943 vsize=10727700 memory=2364296 CPUtime=3.94 cores=1,3,5,7
/proc/30946/task/30950/stat : 30950 (java) S 30943 30946 26594 0 -1 1077944384 7035 0 0 0 364 30 0 0 20 0 16 0 39468802 10985164800 591074 33554432000 4194304 4196468 140722236745168 140183344700176 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30951] ppid=30943 vsize=10727700 memory=2364296 CPUtime=3.93 cores=1,3,5,7
/proc/30946/task/30951/stat : 30951 (java) S 30943 30946 26594 0 -1 1077944384 7087 0 0 0 362 31 0 0 20 0 16 0 39468802 10985164800 591074 33554432000 4194304 4196468 140722236745168 140183343647888 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30952] ppid=30943 vsize=10727700 memory=2364296 CPUtime=4 cores=1,3,5,7
/proc/30946/task/30952/stat : 30952 (java) S 30943 30946 26594 0 -1 1077944384 7072 0 0 0 369 31 0 0 20 0 16 0 39468802 10985164800 591074 33554432000 4194304 4196468 140722236745168 140183342595088 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30953] ppid=30943 vsize=10727700 memory=0 CPUtime=1.91 cores=1,3,5,7
/proc/30946/task/30953/stat : 30953 (java) S 30943 30946 26594 0 -1 1077944384 7130 0 0 0 188 3 0 0 20 0 16 0 39468803 10985164800 591074 33554432000 4194304 4196468 140722236745168 140183043889264 140183739050626 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30954] ppid=30943 vsize=10727700 memory=2364296 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30954/stat : 30954 (java) S 30943 30946 26594 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 39468804 10985164800 591074 33554432000 4194304 4196468 140722236745168 140183042835296 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30955] ppid=30943 vsize=10727700 memory=796 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30955/stat : 30955 (java) S 30943 30946 26594 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 39468804 10985164800 591074 33554432000 4194304 4196468 140722236745168 140183041782912 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30956] ppid=30943 vsize=10727700 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30956/stat : 30956 (java) S 30943 30946 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39468806 10985164800 591074 33554432000 4194304 4196468 140722236745168 140183040731216 140183739058075 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30957] ppid=30943 vsize=10727700 memory=2364296 CPUtime=2.34 cores=1,3,5,7
/proc/30946/task/30957/stat : 30957 (java) S 30943 30946 26594 0 -1 1077944384 11417 0 0 0 232 2 0 0 20 0 16 0 39468806 10985164800 591074 33554432000 4194304 4196468 140722236745168 140183039679088 140183739050626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30958] ppid=30943 vsize=10727700 memory=960 CPUtime=2.96 cores=1,3,5,7
/proc/30946/task/30958/stat : 30958 (java) S 30943 30946 26594 0 -1 1077944384 15969 0 0 0 293 3 0 0 20 0 16 0 39468806 10985164800 591074 33554432000 4194304 4196468 140722236745168 140183038626288 140183739050626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30959] ppid=30943 vsize=10727700 memory=6428 CPUtime=0.61 cores=1,3,5,7
/proc/30946/task/30959/stat : 30959 (java) S 30943 30946 26594 0 -1 1077944384 7864 0 0 0 59 2 0 0 20 0 16 0 39468806 10985164800 591074 33554432000 4194304 4196468 140722236745168 140183037574000 140183739050626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30960] ppid=30943 vsize=10727700 memory=2364296 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30960/stat : 30960 (java) S 30943 30946 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39468806 10985164800 591074 33554432000 4194304 4196468 140722236745168 140183036521440 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30961] ppid=30943 vsize=10727700 memory=636 CPUtime=1.47 cores=1,3,5,7
/proc/30946/task/30961/stat : 30961 (java) S 30943 30946 26594 0 -1 1077944384 2826 0 0 0 65 82 0 0 20 0 16 0 39468807 10985164800 591074 33554432000 4194304 4196468 140722236745168 140182967806384 140183739050626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30962] ppid=30943 vsize=10727700 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30962/stat : 30962 (java) S 30943 30946 26594 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 39469384 10985164800 591074 33554432000 4194304 4196468 140722236745168 140182964654768 140183739050626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 2364296 KiB

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

[startup+2381.16 s]
# the end of solver process 30946 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.92 s, system=2.24244 s

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

[startup+2381.01 s]*
/proc/loadavg: 2.15 2.21 2.50 2/220 31297
/proc/meminfo: memFree=12522604/32770624 swapFree=67108860/67108860
[pid=30946] ppid=30943 vsize=10927392 memory=2364528 CPUtime=2400.1 cores=1,3,5,7
/proc/30946/stat : 30946 (java) S 30943 30946 26594 0 -1 1077944320 239824 0 0 0 239787 223 0 0 20 0 17 0 39468800 11189649408 591132 33554432000 4194304 4196468 140722236745168 140722236727712 140183739039479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
/proc/30946/statm: 2731848 591132 3194 1 0 2694339 0
[pid=30946/tid=30948] ppid=30943 vsize=10927392 memory=-7395409520647495987 CPUtime=2375.01 cores=1,3,5,7
/proc/30946/task/30948/stat : 30948 (java) S 30943 30946 26594 0 -1 1077944384 164002 0 0 0 237479 22 0 0 20 0 17 0 39468801 11189649408 591132 33554432000 4194304 4196468 140722236745168 140183743282352 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30949] ppid=30943 vsize=10927392 memory=1576 CPUtime=3.85 cores=1,3,5,7
/proc/30946/task/30949/stat : 30949 (java) S 30943 30946 26594 0 -1 1077944384 7629 0 0 0 354 31 0 0 20 0 17 0 39468802 11189649408 591132 33554432000 4194304 4196468 140722236745168 140183345752976 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30950] ppid=30943 vsize=10927392 memory=932 CPUtime=3.94 cores=1,3,5,7
/proc/30946/task/30950/stat : 30950 (java) S 30943 30946 26594 0 -1 1077944384 7035 0 0 0 364 30 0 0 20 0 17 0 39468802 11189649408 591132 33554432000 4194304 4196468 140722236745168 140183344700176 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30951] ppid=30943 vsize=10927392 memory=2244 CPUtime=3.93 cores=1,3,5,7
/proc/30946/task/30951/stat : 30951 (java) S 30943 30946 26594 0 -1 1077944384 7087 0 0 0 362 31 0 0 20 0 17 0 39468802 11189649408 591132 33554432000 4194304 4196468 140722236745168 140183343647888 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30952] ppid=30943 vsize=10927392 memory=2364296 CPUtime=4 cores=1,3,5,7
/proc/30946/task/30952/stat : 30952 (java) S 30943 30946 26594 0 -1 1077944384 7072 0 0 0 369 31 0 0 20 0 17 0 39468802 11189649408 591132 33554432000 4194304 4196468 140722236745168 140183342595088 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30953] ppid=30943 vsize=10927392 memory=8648 CPUtime=1.91 cores=1,3,5,7
/proc/30946/task/30953/stat : 30953 (java) S 30943 30946 26594 0 -1 1077944384 7155 0 0 0 188 3 0 0 20 0 17 0 39468803 11189649408 591132 33554432000 4194304 4196468 140722236745168 140183043889264 140183739050626 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30954] ppid=30943 vsize=10927392 memory=2364296 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30954/stat : 30954 (java) S 30943 30946 26594 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 39468804 11189649408 591132 33554432000 4194304 4196468 140722236745168 140183042835296 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30955] ppid=30943 vsize=10927392 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30955/stat : 30955 (java) S 30943 30946 26594 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 39468804 11189649408 591132 33554432000 4194304 4196468 140722236745168 140183041782912 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30956] ppid=30943 vsize=10927392 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30956/stat : 30956 (java) S 30943 30946 26594 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 17 0 39468806 11189649408 591132 33554432000 4194304 4196468 140722236745168 140183040731216 140183739058075 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30957] ppid=30943 vsize=10927392 memory=8648 CPUtime=2.34 cores=1,3,5,7
/proc/30946/task/30957/stat : 30957 (java) S 30943 30946 26594 0 -1 1077944384 11417 0 0 0 232 2 0 0 20 0 17 0 39468806 11189649408 591132 33554432000 4194304 4196468 140722236745168 140183039679088 140183739050626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30958] ppid=30943 vsize=10927392 memory=16448 CPUtime=2.96 cores=1,3,5,7
/proc/30946/task/30958/stat : 30958 (java) S 30943 30946 26594 0 -1 1077944384 15969 0 0 0 293 3 0 0 20 0 17 0 39468806 11189649408 591132 33554432000 4194304 4196468 140722236745168 140183038626288 140183739050626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30959] ppid=30943 vsize=10927392 memory=4008 CPUtime=0.61 cores=1,3,5,7
/proc/30946/task/30959/stat : 30959 (java) S 30943 30946 26594 0 -1 1077944384 7940 0 0 0 59 2 0 0 20 0 17 0 39468806 11189649408 591132 33554432000 4194304 4196468 140722236745168 140183037574000 140183739050626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30960] ppid=30943 vsize=10927392 memory=636 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30960/stat : 30960 (java) S 30943 30946 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39468806 11189649408 591132 33554432000 4194304 4196468 140722236745168 140183036521440 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30961] ppid=30943 vsize=10927392 memory=-7395409520647495987 CPUtime=1.47 cores=1,3,5,7
/proc/30946/task/30961/stat : 30961 (java) S 30943 30946 26594 0 -1 1077944384 2826 0 0 0 65 82 0 0 20 0 17 0 39468807 11189649408 591132 33554432000 4194304 4196468 140722236745168 140182967806384 140183739050626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=31295] ppid=30943 vsize=10927392 memory=9047017150487036571 CPUtime=0 cores=1,3,5,7
/proc/30946/task/31295/stat : 31295 (java) S 30943 30946 26594 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 39706891 11189649408 591132 33554432000 4194304 4196468 140722236745168 140182963601776 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=31296] ppid=30943 vsize=10927392 memory=7822038051842261661 CPUtime=0 cores=1,3,5,7
/proc/30946/task/31296/stat : 31296 (java) S 30943 30946 26594 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 17 0 39706891 11189649408 591132 33554432000 4194304 4196468 140722236745168 140182962549904 140183739050626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
Current children cumulated CPU time: 2400.1 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 2364528 KiB

[startup+2381.12 s]
/proc/loadavg: 2.15 2.21 2.50 2/220 31297
/proc/meminfo: memFree=12522604/32770624 swapFree=67108860/67108860
[pid=30946] ppid=30943 vsize=10927392 memory=2364624 CPUtime=2400.11 cores=1,3,5,7
/proc/30946/stat : 30946 (java) S 30943 30946 26594 0 -1 1077944320 239957 0 0 0 239788 223 0 0 20 0 17 0 39468800 11189649408 591156 33554432000 4194304 4196468 140722236745168 140722236727712 140183739039479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
/proc/30946/statm: 2731848 591156 3195 1 0 2694339 0
[pid=30946/tid=30948] ppid=30943 vsize=10927392 memory=796 CPUtime=2375.01 cores=1,3,5,7
/proc/30946/task/30948/stat : 30948 (java) S 30943 30946 26594 0 -1 1077944384 164002 0 0 0 237479 22 0 0 20 0 17 0 39468801 11189649408 591156 33554432000 4194304 4196468 140722236745168 140183743282352 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30949] ppid=30943 vsize=10927392 memory=2364296 CPUtime=3.85 cores=1,3,5,7
/proc/30946/task/30949/stat : 30949 (java) S 30943 30946 26594 0 -1 1077944384 7629 0 0 0 354 31 0 0 20 0 17 0 39468802 11189649408 591156 33554432000 4194304 4196468 140722236745168 140183345752976 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30950] ppid=30943 vsize=10927392 memory=0 CPUtime=3.94 cores=1,3,5,7
/proc/30946/task/30950/stat : 30950 (java) S 30943 30946 26594 0 -1 1077944384 7035 0 0 0 364 30 0 0 20 0 17 0 39468802 11189649408 591156 33554432000 4194304 4196468 140722236745168 140183344700176 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30951] ppid=30943 vsize=10927392 memory=2364296 CPUtime=3.93 cores=1,3,5,7
/proc/30946/task/30951/stat : 30951 (java) S 30943 30946 26594 0 -1 1077944384 7087 0 0 0 362 31 0 0 20 0 17 0 39468802 11189649408 591156 33554432000 4194304 4196468 140722236745168 140183343647888 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30952] ppid=30943 vsize=10927392 memory=2364296 CPUtime=4 cores=1,3,5,7
/proc/30946/task/30952/stat : 30952 (java) S 30943 30946 26594 0 -1 1077944384 7072 0 0 0 369 31 0 0 20 0 17 0 39468802 11189649408 591156 33554432000 4194304 4196468 140722236745168 140183342595088 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30953] ppid=30943 vsize=10927392 memory=2364296 CPUtime=1.91 cores=1,3,5,7
/proc/30946/task/30953/stat : 30953 (java) S 30943 30946 26594 0 -1 1077944384 7155 0 0 0 188 3 0 0 20 0 17 0 39468803 11189649408 591156 33554432000 4194304 4196468 140722236745168 140183043889264 140183739050626 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30954] ppid=30943 vsize=10927392 memory=2364296 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30954/stat : 30954 (java) S 30943 30946 26594 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 39468804 11189649408 591156 33554432000 4194304 4196468 140722236745168 140183042835296 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30955] ppid=30943 vsize=10927392 memory=2364296 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30955/stat : 30955 (java) S 30943 30946 26594 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 39468804 11189649408 591156 33554432000 4194304 4196468 140722236745168 140183041782912 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30956] ppid=30943 vsize=10927392 memory=2364296 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30956/stat : 30956 (java) S 30943 30946 26594 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 17 0 39468806 11189649408 591156 33554432000 4194304 4196468 140722236745168 140183040731216 140183739058075 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30957] ppid=30943 vsize=10927392 memory=4140 CPUtime=2.34 cores=1,3,5,7
/proc/30946/task/30957/stat : 30957 (java) S 30943 30946 26594 0 -1 1077944384 11429 0 0 0 232 2 0 0 20 0 17 0 39468806 11189649408 591156 33554432000 4194304 4196468 140722236745168 140183039679088 140183739050626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30958] ppid=30943 vsize=10927392 memory=2364296 CPUtime=2.96 cores=1,3,5,7
/proc/30946/task/30958/stat : 30958 (java) S 30943 30946 26594 0 -1 1077944384 16015 0 0 0 293 3 0 0 20 0 17 0 39468806 11189649408 591156 33554432000 4194304 4196468 140722236745168 140183038626288 140183739050626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30959] ppid=30943 vsize=10927392 memory=2364296 CPUtime=0.61 cores=1,3,5,7
/proc/30946/task/30959/stat : 30959 (java) S 30943 30946 26594 0 -1 1077944384 7942 0 0 0 59 2 0 0 20 0 17 0 39468806 11189649408 591156 33554432000 4194304 4196468 140722236745168 140183037574000 140183739050626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30960] ppid=30943 vsize=10927392 memory=636 CPUtime=0 cores=1,3,5,7
/proc/30946/task/30960/stat : 30960 (java) S 30943 30946 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39468806 11189649408 591156 33554432000 4194304 4196468 140722236745168 140183036521440 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=30961] ppid=30943 vsize=10927392 memory=960 CPUtime=1.47 cores=1,3,5,7
/proc/30946/task/30961/stat : 30961 (java) S 30943 30946 26594 0 -1 1077944384 2826 0 0 0 65 82 0 0 20 0 17 0 39468807 11189649408 591156 33554432000 4194304 4196468 140722236745168 140182967806384 140183739050626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=31295] ppid=30943 vsize=10927392 memory=6428 CPUtime=0 cores=1,3,5,7
/proc/30946/task/31295/stat : 31295 (java) S 30943 30946 26594 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 39706891 11189649408 591156 33554432000 4194304 4196468 140722236745168 140182963601776 140183739049685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
[pid=30946/tid=31296] ppid=30943 vsize=10927392 memory=2364296 CPUtime=0.01 cores=1,3,5,7
/proc/30946/task/31296/stat : 31296 (java) R 30943 30946 26594 0 -1 4202560 107 0 0 0 1 0 0 0 20 0 17 0 39706891 11189649408 591156 33554432000 4194304 4196468 140722236745168 140182962546040 140183376269615 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9744384 140722236753009 140722236753161 140722236753161 140722236755919 0
Current children cumulated CPU time: 2400.11 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 2364624 KiB

Child status: 143
Real time (s): 2381.16
CPU time (s): 2400.17
CPU user time (s): 2397.92
CPU system time (s): 2.24244
CPU usage (%): 100.798
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 2364624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.92
system time used= 2.24244
maximum resident set size= 2365372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 240032
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54663
involuntary context switches= 962


# summary of solver processes directly reported to runsolver:
#   pid: 30946
#   total CPU time (s): 2400.17
#   total CPU user time (s): 2397.92
#   total CPU system time (s): 2.24244

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6466 second user time and 23.3286 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-22 02:24:16
IDJOB=4290031
IDBENCH=141455
IDSOLVER=2742
FILE ID=node137/4290031-1532219056
RUNJOBID= node137-1532209965-29592
PBS_JOBID= 21018930
Free space on /tmp= 56892 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/CarSequencing/CarSequencing-85-01_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290031-1532219056/watcher-4290031-1532219056 -o /tmp/evaluation-result-4290031-1532219056/solver-4290031-1532219056 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532209965-29592 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290031-1532219056.xml

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

MD5SUM BENCH= 1301ca50d7ea6d03cca9e07ce6e480be
RANDOM SEED=2099450788

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        21371204 kB
MemAvailable:   31416048 kB
Buffers:          220700 kB
Cached:         10025232 kB
SwapCached:            0 kB
Active:          2145960 kB
Inactive:        8678572 kB
Active(anon):     581256 kB
Inactive(anon):    16948 kB
Active(file):    1564704 kB
Inactive(file):  8661624 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2428 kB
Writeback:             4 kB
AnonPages:        538660 kB
Mapped:            46988 kB
Shmem:             17036 kB
Slab:             273760 kB
SReclaimable:     246976 kB
SUnreclaim:        26784 kB
KernelStack:        3856 kB
PageTables:         6052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1542232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    471040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 56888 MiB
End job on node137 at 2018-07-22 03:03:58