Trace number 4290020

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.54 2393.05

General information on the benchmark

NameCarSequencing/
CarSequencing-06-76_c18.xml
MD5SUMb12b47f7e650fdaeab738d4a819b9f4b
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark110.197
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints727
Number of domains2
Minimum domain size2
Maximum domain size22
Distribution of domain sizes[{"size":2,"count":500},{"size":22,"count":100}]
Minimum variable degree2
Maximum variable degree53
Distribution of variable degrees[{"degree":2,"count":100},{"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":19},{"degree":16,"count":19},{"degree":17,"count":19},{"degree":18,"count":19},{"degree":19,"count":49},{"degree":20,"count":14},{"degree":21,"count":14},{"degree":22,"count":14},{"degree":23,"count":14},{"degree":24,"count":19},{"degree":25,"count":8},{"degree":26,"count":8},"...",{"degree":29,"count":31}, {"degree":30,"count":5}, {"degree":31,"count":5}, {"degree":32,"count":5}, {"degree":33,"count":5}, {"degree":34,"count":5}, {"degree":35,"count":6}, {"degree":36,"count":6}, {"degree":37,"count":4}, {"degree":38,"count":2}, {"degree":39,"count":2}, {"degree":40,"count":2}, {"degree":41,"count":2}, {"degree":42,"count":2}, {"degree":43,"count":2}, {"degree":44,"count":2}, {"degree":45,"count":2}, {"degree":46,"count":2}, {"degree":47,"count":2}, {"degree":48,"count":2}, {"degree":49,"count":2}, {"degree":50,"count":2}, {"degree":51,"count":2}, {"degree":52,"count":3}, {"degree":53,"count":1}]
Minimum constraint arity2
Maximum constraint arity100
Distribution of constraint arities[{"arity":2,"count":100},{"arity":3,"count":196},{"arity":4,"count":2},{"arity":5,"count":192},{"arity":6,"count":101},{"arity":7,"count":1},{"arity":8,"count":1},{"arity":10,"count":2},{"arity":12,"count":1},{"arity":13,"count":1},{"arity":14,"count":1},{"arity":15,"count":1},{"arity":16,"count":2},{"arity":18,"count":1},{"arity":19,"count":1},{"arity":20,"count":2},{"arity":22,"count":2},{"arity":24,"count":1},{"arity":25,"count":2},{"arity":26,"count":1},{"arity":28,"count":3},{"arity":30,"count":2},{"arity":31,"count":2},{"arity":32,"count":1},{"arity":34,"count":3},"...",{"arity":67,"count":2}, {"arity":68,"count":1}, {"arity":70,"count":5}, {"arity":72,"count":1}, {"arity":73,"count":2}, {"arity":74,"count":1}, {"arity":75,"count":2}, {"arity":76,"count":3}, {"arity":78,"count":1}, {"arity":79,"count":2}, {"arity":80,"count":3}, {"arity":82,"count":3}, {"arity":84,"count":1}, {"arity":85,"count":4}, {"arity":86,"count":1}, {"arity":88,"count":3}, {"arity":90,"count":3}, {"arity":91,"count":2}, {"arity":92,"count":1}, {"arity":94,"count":3}, {"arity":95,"count":2}, {"arity":96,"count":1}, {"arity":97,"count":2}, {"arity":98,"count":1}, {"arity":100,"count":6}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"sum","count":626},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290020-1532218952/watcher-4290020-1532218952 -o /tmp/evaluation-result-4290020-1532218952/solver-4290020-1532218952 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532209822-28265 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290020-1532218952.xml 

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

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


[startup+0.100059 s]*
/proc/loadavg: 2.00 2.04 2.25 2/217 31113
/proc/meminfo: memFree=17953860/32770624 swapFree=67108860/67108860
[pid=31098] ppid=31095 vsize=10659012 memory=31504 CPUtime=0.13 cores=0,2,4,6
/proc/31098/stat : 31098 (java) S 31095 31098 26014 0 -1 1077944320 6431 0 0 0 11 2 0 0 20 0 15 0 39458076 10914828288 7876 33554432000 4194304 4196468 140735127729440 140735127711984 139848581750519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
/proc/31098/statm: 2664753 7876 2840 1 0 2627263 0
[pid=31098/tid=31100] ppid=31095 vsize=10659012 memory=-8701690554792187262 CPUtime=0.09 cores=0,2,4,6
/proc/31098/task/31100/stat : 31100 (java) R 31095 31098 26014 0 -1 4202560 4273 0 0 0 8 1 0 0 20 0 15 0 39458076 10914828288 7876 33554432000 4194304 4196468 140735127729440 139848585964512 139848565831006 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31101] ppid=31095 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31101/stat : 31101 (java) S 31095 31098 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39458077 10914828288 7876 33554432000 4194304 4196468 140735127729440 139848507825040 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31102] ppid=31095 vsize=10659012 memory=140258791609984 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31102/stat : 31102 (java) S 31095 31098 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39458077 10914828288 7876 33554432000 4194304 4196468 140735127729440 139848506772240 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31103] ppid=31095 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31103/stat : 31103 (java) S 31095 31098 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39458077 10914828288 7876 33554432000 4194304 4196468 140735127729440 139848505719952 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31104] ppid=31095 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31104/stat : 31104 (java) S 31095 31098 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39458077 10914828288 7876 33554432000 4194304 4196468 140735127729440 139848504667152 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31105] ppid=31095 vsize=10659012 memory=140258791609984 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31105/stat : 31105 (java) S 31095 31098 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39458079 10914828288 7876 33554432000 4194304 4196468 140735127729440 139848073554032 139848581761666 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31106] ppid=31095 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31106/stat : 31106 (java) S 31095 31098 26014 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39458079 10914828288 7876 33554432000 4194304 4196468 140735127729440 139848072500000 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31107] ppid=31095 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31107/stat : 31107 (java) S 31095 31098 26014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39458079 10914828288 7876 33554432000 4194304 4196468 140735127729440 139848071447664 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31108] ppid=31095 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31108/stat : 31108 (java) S 31095 31098 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39458082 10914828288 7876 33554432000 4194304 4196468 140735127729440 139848070395984 139848581769115 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31109] ppid=31095 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31109/stat : 31109 (java) S 31095 31098 26014 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 15 0 39458082 10914828288 7876 33554432000 4194304 4196468 140735127729440 139848069343856 139848581761666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31110] ppid=31095 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31110/stat : 31110 (java) S 31095 31098 26014 0 -1 1077944384 153 0 0 0 0 0 0 0 20 0 15 0 39458082 10914828288 7876 33554432000 4194304 4196468 140735127729440 139848068291056 139848581761666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31111] ppid=31095 vsize=10659012 memory=140258791609984 CPUtime=0.02 cores=0,2,4,6
/proc/31098/task/31111/stat : 31111 (java) S 31095 31098 26014 0 -1 1077944384 346 0 0 0 2 0 0 0 20 0 15 0 39458082 10914828288 7876 33554432000 4194304 4196468 140735127729440 139848067238768 139848581761666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31112] ppid=31095 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31112/stat : 31112 (java) S 31095 31098 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39458082 10914828288 7876 33554432000 4194304 4196468 140735127729440 139848066186208 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31113] ppid=31095 vsize=10659012 memory=140258791609984 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31113/stat : 31113 (java) S 31095 31098 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39458082 10914828288 7876 33554432000 4194304 4196468 140735127729440 139848065132976 139848581761666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31504 KiB

[startup+0.210452 s]*
/proc/loadavg: 2.00 2.04 2.25 4/217 31113
/proc/meminfo: memFree=17944260/32770624 swapFree=67108860/67108860
[pid=31098] ppid=31095 vsize=10659012 memory=42256 CPUtime=0.33 cores=0,2,4,6
/proc/31098/stat : 31098 (java) S 31095 31098 26014 0 -1 1077944320 7666 0 0 0 31 2 0 0 20 0 15 0 39458076 10914828288 10564 33554432000 4194304 4196468 140735127729440 140735127711984 139848581750519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
/proc/31098/statm: 2664753 10564 3003 1 0 2627263 0
[pid=31098/tid=31100] ppid=31095 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/31098/task/31100/stat : 31100 (java) R 31095 31098 26014 0 -1 4202560 4620 0 0 0 19 1 0 0 20 0 15 0 39458076 10914828288 10564 33554432000 4194304 4196468 140735127729440 139848585986800 139848581772445 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31101] ppid=31095 vsize=10659012 memory=342 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31101/stat : 31101 (java) S 31095 31098 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39458077 10914828288 10564 33554432000 4194304 4196468 140735127729440 139848507825040 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31102] ppid=31095 vsize=10659012 memory=140258791819260 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31102/stat : 31102 (java) S 31095 31098 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39458077 10914828288 10564 33554432000 4194304 4196468 140735127729440 139848506772240 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31103] ppid=31095 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31103/stat : 31103 (java) S 31095 31098 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39458077 10914828288 10564 33554432000 4194304 4196468 140735127729440 139848505719952 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31104] ppid=31095 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31104/stat : 31104 (java) S 31095 31098 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39458077 10914828288 10564 33554432000 4194304 4196468 140735127729440 139848504667152 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31105] ppid=31095 vsize=10659012 memory=140258791609984 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31105/stat : 31105 (java) S 31095 31098 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39458079 10914828288 10564 33554432000 4194304 4196468 140735127729440 139848073554032 139848581761666 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31106] ppid=31095 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31106/stat : 31106 (java) S 31095 31098 26014 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39458079 10914828288 10564 33554432000 4194304 4196468 140735127729440 139848072500000 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31107] ppid=31095 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31107/stat : 31107 (java) S 31095 31098 26014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39458079 10914828288 10564 33554432000 4194304 4196468 140735127729440 139848071447664 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31108] ppid=31095 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31108/stat : 31108 (java) S 31095 31098 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39458082 10914828288 10564 33554432000 4194304 4196468 140735127729440 139848070395984 139848581769115 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31109] ppid=31095 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/31098/task/31109/stat : 31109 (java) S 31095 31098 26014 0 -1 1077944384 549 0 0 0 2 0 0 0 20 0 15 0 39458082 10914828288 10564 33554432000 4194304 4196468 140735127729440 139848069343856 139848581761666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31110] ppid=31095 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/31098/task/31110/stat : 31110 (java) S 31095 31098 26014 0 -1 1077944384 446 0 0 0 2 0 0 0 20 0 15 0 39458082 10914828288 10564 33554432000 4194304 4196468 140735127729440 139848068291056 139848581761666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31111] ppid=31095 vsize=10659012 memory=140258791609984 CPUtime=0.07 cores=0,2,4,6
/proc/31098/task/31111/stat : 31111 (java) R 31095 31098 26014 0 -1 4202560 683 0 0 0 7 0 0 0 20 0 15 0 39458082 10914828288 10564 33554432000 4194304 4196468 140735127729440 139848067238768 139848560434080 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31112] ppid=31095 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31112/stat : 31112 (java) S 31095 31098 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39458082 10914828288 10564 33554432000 4194304 4196468 140735127729440 139848066186208 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31113] ppid=31095 vsize=10659012 memory=140258791609984 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31113/stat : 31113 (java) S 31095 31098 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39458082 10914828288 10564 33554432000 4194304 4196468 140735127729440 139848065132976 139848581761666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42256 KiB

[startup+0.31113 s]*
/proc/loadavg: 2.00 2.04 2.25 6/217 31113
/proc/meminfo: memFree=17936400/32770624 swapFree=67108860/67108860
[pid=31098] ppid=31095 vsize=10659088 memory=47504 CPUtime=0.54 cores=0,2,4,6
/proc/31098/stat : 31098 (java) S 31095 31098 26014 0 -1 1077944320 8447 0 0 0 52 2 0 0 20 0 15 0 39458076 10914906112 11876 33554432000 4194304 4196468 140735127729440 140735127711984 139848581750519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
/proc/31098/statm: 2664772 11876 3059 1 0 2627263 0
[pid=31098/tid=31100] ppid=31095 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/31098/task/31100/stat : 31100 (java) R 31095 31098 26014 0 -1 4202560 5122 0 0 0 29 1 0 0 20 0 15 0 39458076 10914906112 11876 33554432000 4194304 4196468 140735127729440 139848585989248 139848178602690 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31101] ppid=31095 vsize=10659088 memory=4294979916 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31101/stat : 31101 (java) S 31095 31098 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39458077 10914906112 11876 33554432000 4194304 4196468 140735127729440 139848507825040 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31102] ppid=31095 vsize=10659088 memory=140258791819082 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31102/stat : 31102 (java) S 31095 31098 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39458077 10914906112 11876 33554432000 4194304 4196468 140735127729440 139848506772240 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31103] ppid=31095 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31103/stat : 31103 (java) S 31095 31098 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39458077 10914906112 11876 33554432000 4194304 4196468 140735127729440 139848505719952 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31104] ppid=31095 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31104/stat : 31104 (java) S 31095 31098 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39458077 10914906112 11876 33554432000 4194304 4196468 140735127729440 139848504667152 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31105] ppid=31095 vsize=10659088 memory=140258791609984 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31105/stat : 31105 (java) S 31095 31098 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39458079 10914906112 11876 33554432000 4194304 4196468 140735127729440 139848073554032 139848581761666 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31106] ppid=31095 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31106/stat : 31106 (java) S 31095 31098 26014 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39458079 10914906112 11876 33554432000 4194304 4196468 140735127729440 139848072500000 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31107] ppid=31095 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31107/stat : 31107 (java) S 31095 31098 26014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39458079 10914906112 11876 33554432000 4194304 4196468 140735127729440 139848071447664 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31108] ppid=31095 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31108/stat : 31108 (java) S 31095 31098 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39458082 10914906112 11876 33554432000 4194304 4196468 140735127729440 139848070395984 139848581769115 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31109] ppid=31095 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/31098/task/31109/stat : 31109 (java) R 31095 31098 26014 0 -1 4202560 614 0 0 0 4 0 0 0 20 0 15 0 39458082 10914906112 11876 33554432000 4194304 4196468 140735127729440 139848069333120 139848563268910 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31110] ppid=31095 vsize=10659088 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/31098/task/31110/stat : 31110 (java) R 31095 31098 26014 0 -1 1077944384 552 0 0 0 5 0 0 0 20 0 15 0 39458082 10914906112 11876 33554432000 4194304 4196468 140735127729440 139848068291056 139848581761666 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31111] ppid=31095 vsize=10659088 memory=140258791609984 CPUtime=0.12 cores=0,2,4,6
/proc/31098/task/31111/stat : 31111 (java) R 31095 31098 26014 0 -1 4202560 795 0 0 0 12 0 0 0 20 0 15 0 39458082 10914906112 11876 33554432000 4194304 4196468 140735127729440 139848067237952 139848565831006 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31112] ppid=31095 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31112/stat : 31112 (java) S 31095 31098 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39458082 10914906112 11876 33554432000 4194304 4196468 140735127729440 139848066186208 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31113] ppid=31095 vsize=10659088 memory=140258791609984 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31113/stat : 31113 (java) S 31095 31098 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39458082 10914906112 11876 33554432000 4194304 4196468 140735127729440 139848065132976 139848581761666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47504 KiB

[startup+0.700812 s]
/proc/loadavg: 2.00 2.04 2.25 6/217 31113
/proc/meminfo: memFree=17898820/32770624 swapFree=67108860/67108860
[pid=31098] ppid=31095 vsize=10659088 memory=157736 CPUtime=1.7 cores=0,2,4,6
/proc/31098/stat : 31098 (java) S 31095 31098 26014 0 -1 1077944320 11121 0 0 0 165 5 0 0 20 0 15 0 39458076 10914906112 39434 33554432000 4194304 4196468 140735127729440 140735127711984 139848581750519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
/proc/31098/statm: 2664772 39434 3108 1 0 2627263 0
[pid=31098/tid=31100] ppid=31095 vsize=10659088 memory=18460 CPUtime=0.67 cores=0,2,4,6
/proc/31098/task/31100/stat : 31100 (java) R 31095 31098 26014 0 -1 4202560 5580 0 0 0 64 3 0 0 20 0 15 0 39458076 10914906112 39434 33554432000 4194304 4196468 140735127729440 139848585980064 139848182515927 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31101] ppid=31095 vsize=10659088 memory=9516 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31101/stat : 31101 (java) S 31095 31098 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39458077 10914906112 39434 33554432000 4194304 4196468 140735127729440 139848507825040 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31102] ppid=31095 vsize=10659088 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31102/stat : 31102 (java) S 31095 31098 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39458077 10914906112 39434 33554432000 4194304 4196468 140735127729440 139848506772240 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31103] ppid=31095 vsize=10659088 memory=644 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31103/stat : 31103 (java) S 31095 31098 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39458077 10914906112 39434 33554432000 4194304 4196468 140735127729440 139848505719952 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31104] ppid=31095 vsize=10659088 memory=952 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31104/stat : 31104 (java) S 31095 31098 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39458077 10914906112 39434 33554432000 4194304 4196468 140735127729440 139848504667152 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31105] ppid=31095 vsize=10659088 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31105/stat : 31105 (java) S 31095 31098 26014 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39458079 10914906112 39434 33554432000 4194304 4196468 140735127729440 139848073554032 139848581761666 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31106] ppid=31095 vsize=10659088 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31106/stat : 31106 (java) S 31095 31098 26014 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39458079 10914906112 39434 33554432000 4194304 4196468 140735127729440 139848072500000 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31107] ppid=31095 vsize=10659088 memory=1576 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31107/stat : 31107 (java) S 31095 31098 26014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39458079 10914906112 39434 33554432000 4194304 4196468 140735127729440 139848071447664 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31108] ppid=31095 vsize=10659088 memory=7379241883359864663 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31108/stat : 31108 (java) S 31095 31098 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39458082 10914906112 39434 33554432000 4194304 4196468 140735127729440 139848070395984 139848581769115 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31109] ppid=31095 vsize=10659088 memory=6081105704601809001 CPUtime=0.34 cores=0,2,4,6
/proc/31098/task/31109/stat : 31109 (java) R 31095 31098 26014 0 -1 4202560 1581 0 0 0 34 0 0 0 20 0 15 0 39458082 10914906112 39434 33554432000 4194304 4196468 140735127729440 139848069324872 139848566144191 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31110] ppid=31095 vsize=10659088 memory=5860705283049084265 CPUtime=0.33 cores=0,2,4,6
/proc/31098/task/31110/stat : 31110 (java) R 31095 31098 26014 0 -1 4202560 1155 0 0 0 33 0 0 0 20 0 15 0 39458082 10914906112 39434 33554432000 4194304 4196468 140735127729440 139848068272032 139848563286645 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31111] ppid=31095 vsize=10659088 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/31098/task/31111/stat : 31111 (java) S 31095 31098 26014 0 -1 1077944384 1434 0 0 0 32 0 0 0 20 0 15 0 39458082 10914906112 39434 33554432000 4194304 4196468 140735127729440 139848067238768 139848581761666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31112] ppid=31095 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31112/stat : 31112 (java) S 31095 31098 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39458082 10914906112 39434 33554432000 4194304 4196468 140735127729440 139848066186208 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31113] ppid=31095 vsize=10659088 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31113/stat : 31113 (java) S 31095 31098 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39458082 10914906112 39434 33554432000 4194304 4196468 140735127729440 139848065132976 139848581761666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 157736 KiB

[startup+1.50081 s]
/proc/loadavg: 2.00 2.04 2.25 5/217 31113
/proc/meminfo: memFree=17759476/32770624 swapFree=67108860/67108860
[pid=31098] ppid=31095 vsize=10727700 memory=372860 CPUtime=4.23 cores=0,2,4,6
/proc/31098/stat : 31098 (java) S 31095 31098 26014 0 -1 1077944320 24827 0 0 0 410 13 0 0 20 0 16 0 39458076 10985164800 93215 33554432000 4194304 4196468 140735127729440 140735127711984 139848581750519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
/proc/31098/statm: 2681925 93215 3145 1 0 2644416 0
[pid=31098/tid=31100] ppid=31095 vsize=10727700 memory=288076 CPUtime=1.39 cores=0,2,4,6
/proc/31098/task/31100/stat : 31100 (java) R 31095 31098 26014 0 -1 4202560 5708 0 0 0 134 5 0 0 20 0 16 0 39458076 10985164800 93215 33554432000 4194304 4196468 140735127729440 139848585989072 139848178611635 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31101] ppid=31095 vsize=10727700 memory=6791534058613427641 CPUtime=0.03 cores=0,2,4,6
/proc/31098/task/31101/stat : 31101 (java) S 31095 31098 26014 0 -1 1077944384 76 0 0 0 3 0 0 0 20 0 16 0 39458077 10985164800 93215 33554432000 4194304 4196468 140735127729440 139848507825040 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31102] ppid=31095 vsize=10727700 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/31098/task/31102/stat : 31102 (java) S 31095 31098 26014 0 -1 1077944384 62 0 0 0 3 0 0 0 20 0 16 0 39458077 10985164800 93215 33554432000 4194304 4196468 140735127729440 139848506772240 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31103] ppid=31095 vsize=10727700 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/31098/task/31103/stat : 31103 (java) S 31095 31098 26014 0 -1 1077944384 145 0 0 0 4 1 0 0 20 0 16 0 39458077 10985164800 93215 33554432000 4194304 4196468 140735127729440 139848505719952 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31104] ppid=31095 vsize=10727700 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/31098/task/31104/stat : 31104 (java) S 31095 31098 26014 0 -1 1077944384 134 0 0 0 5 1 0 0 20 0 16 0 39458077 10985164800 93215 33554432000 4194304 4196468 140735127729440 139848504667152 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31105] ppid=31095 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31105/stat : 31105 (java) S 31095 31098 26014 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 39458079 10985164800 93215 33554432000 4194304 4196468 140735127729440 139848073554032 139848581761666 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0

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

/proc/31098/task/31105/stat : 31105 (java) S 31095 31098 26014 0 -1 1077944384 2514 0 0 0 9 2 0 0 20 0 16 0 39458079 10985164800 240907 33554432000 4194304 4196468 140735127729440 139848073554032 139848581761666 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31106] ppid=31095 vsize=10727700 memory=963624 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31106/stat : 31106 (java) S 31095 31098 26014 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 39458079 10985164800 240907 33554432000 4194304 4196468 140735127729440 139848072500064 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31107] ppid=31095 vsize=10727700 memory=963624 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31107/stat : 31107 (java) S 31095 31098 26014 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 39458079 10985164800 240907 33554432000 4194304 4196468 140735127729440 139848071447680 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31108] ppid=31095 vsize=10727700 memory=963628 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31108/stat : 31108 (java) S 31095 31098 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39458082 10985164800 240907 33554432000 4194304 4196468 140735127729440 139848070395984 139848581769115 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31109] ppid=31095 vsize=10727700 memory=963624 CPUtime=2.16 cores=0,2,4,6
/proc/31098/task/31109/stat : 31109 (java) S 31095 31098 26014 0 -1 1077944384 10578 0 0 0 214 2 0 0 20 0 16 0 39458082 10985164800 240907 33554432000 4194304 4196468 140735127729440 139848069343856 139848581761666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31110] ppid=31095 vsize=10727700 memory=963624 CPUtime=1.87 cores=0,2,4,6
/proc/31098/task/31110/stat : 31110 (java) S 31095 31098 26014 0 -1 1077944384 13467 0 0 0 185 2 0 0 20 0 16 0 39458082 10985164800 240907 33554432000 4194304 4196468 140735127729440 139848068291056 139848581761666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31111] ppid=31095 vsize=10727700 memory=140258667315664 CPUtime=0.49 cores=0,2,4,6
/proc/31098/task/31111/stat : 31111 (java) S 31095 31098 26014 0 -1 1077944384 5141 0 0 0 48 1 0 0 20 0 16 0 39458082 10985164800 240907 33554432000 4194304 4196468 140735127729440 139848067238768 139848581761666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31112] ppid=31095 vsize=10727700 memory=7453003746307631210 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31112/stat : 31112 (java) S 31095 31098 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39458082 10985164800 240907 33554432000 4194304 4196468 140735127729440 139848066186208 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31113] ppid=31095 vsize=10727700 memory=4140 CPUtime=1.32 cores=0,2,4,6
/proc/31098/task/31113/stat : 31113 (java) S 31095 31098 26014 0 -1 1077944384 2816 0 0 0 66 66 0 0 20 0 16 0 39458082 10985164800 240907 33554432000 4194304 4196468 140735127729440 139848065132976 139848581761666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31114] ppid=31095 vsize=10727700 memory=14008 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31114/stat : 31114 (java) S 31095 31098 26014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39458225 10985164800 240907 33554432000 4194304 4196468 140735127729440 139848064078512 139848581761666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
Current children cumulated CPU time: 2389.63 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 963628 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2392.7 s]
/proc/loadavg: 2.02 2.04 2.05 3/219 31287
/proc/meminfo: memFree=15893836/32770624 swapFree=67108860/67108860
[pid=31098] ppid=31095 vsize=10727700 memory=963628 CPUtime=2400.03 cores=0,2,4,6
/proc/31098/stat : 31098 (java) S 31095 31098 26014 0 -1 1077944320 72016 0 0 0 239892 111 0 0 20 0 16 0 39458076 10985164800 240907 33554432000 4194304 4196468 140735127729440 140735127711984 139848581750519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
/proc/31098/statm: 2681925 240907 3179 1 0 2644416 0
[pid=31098/tid=31100] ppid=31095 vsize=10727700 memory=963628 CPUtime=2391.67 cores=0,2,4,6
/proc/31098/task/31100/stat : 31100 (java) R 31095 31098 26014 0 -1 4202560 31314 0 0 0 239156 11 0 0 20 0 16 0 39458076 10985164800 240907 33554432000 4194304 4196468 140735127729440 139848585989592 139848184470696 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31101] ppid=31095 vsize=10727700 memory=963624 CPUtime=0.57 cores=0,2,4,6
/proc/31098/task/31101/stat : 31101 (java) S 31095 31098 26014 0 -1 1077944384 751 0 0 0 47 10 0 0 20 0 16 0 39458077 10985164800 240907 33554432000 4194304 4196468 140735127729440 139848507825040 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31102] ppid=31095 vsize=10727700 memory=963628 CPUtime=0.56 cores=0,2,4,6
/proc/31098/task/31102/stat : 31102 (java) S 31095 31098 26014 0 -1 1077944384 1190 0 0 0 45 11 0 0 20 0 16 0 39458077 10985164800 240907 33554432000 4194304 4196468 140735127729440 139848506772240 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31103] ppid=31095 vsize=10727700 memory=963628 CPUtime=0.59 cores=0,2,4,6
/proc/31098/task/31103/stat : 31103 (java) S 31095 31098 26014 0 -1 1077944384 1548 0 0 0 48 11 0 0 20 0 16 0 39458077 10985164800 240907 33554432000 4194304 4196468 140735127729440 139848505719952 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31104] ppid=31095 vsize=10727700 memory=963628 CPUtime=0.59 cores=0,2,4,6
/proc/31098/task/31104/stat : 31104 (java) S 31095 31098 26014 0 -1 1077944384 1269 0 0 0 48 11 0 0 20 0 16 0 39458077 10985164800 240907 33554432000 4194304 4196468 140735127729440 139848504667152 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31105] ppid=31095 vsize=10727700 memory=3144 CPUtime=0.11 cores=0,2,4,6
/proc/31098/task/31105/stat : 31105 (java) S 31095 31098 26014 0 -1 1077944384 2514 0 0 0 9 2 0 0 20 0 16 0 39458079 10985164800 240907 33554432000 4194304 4196468 140735127729440 139848073554032 139848581761666 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31106] ppid=31095 vsize=10727700 memory=963628 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31106/stat : 31106 (java) S 31095 31098 26014 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 39458079 10985164800 240907 33554432000 4194304 4196468 140735127729440 139848072500064 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31107] ppid=31095 vsize=10727700 memory=963628 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31107/stat : 31107 (java) S 31095 31098 26014 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 39458079 10985164800 240907 33554432000 4194304 4196468 140735127729440 139848071447680 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31108] ppid=31095 vsize=10727700 memory=963628 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31108/stat : 31108 (java) S 31095 31098 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39458082 10985164800 240907 33554432000 4194304 4196468 140735127729440 139848070395984 139848581769115 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31109] ppid=31095 vsize=10727700 memory=963628 CPUtime=2.16 cores=0,2,4,6
/proc/31098/task/31109/stat : 31109 (java) S 31095 31098 26014 0 -1 1077944384 10578 0 0 0 214 2 0 0 20 0 16 0 39458082 10985164800 240907 33554432000 4194304 4196468 140735127729440 139848069343856 139848581761666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31110] ppid=31095 vsize=10727700 memory=963628 CPUtime=1.87 cores=0,2,4,6
/proc/31098/task/31110/stat : 31110 (java) S 31095 31098 26014 0 -1 1077944384 13467 0 0 0 185 2 0 0 20 0 16 0 39458082 10985164800 240907 33554432000 4194304 4196468 140735127729440 139848068291056 139848581761666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31111] ppid=31095 vsize=10727700 memory=963628 CPUtime=0.49 cores=0,2,4,6
/proc/31098/task/31111/stat : 31111 (java) S 31095 31098 26014 0 -1 1077944384 5141 0 0 0 48 1 0 0 20 0 16 0 39458082 10985164800 240907 33554432000 4194304 4196468 140735127729440 139848067238768 139848581761666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31112] ppid=31095 vsize=10727700 memory=963628 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31112/stat : 31112 (java) S 31095 31098 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39458082 10985164800 240907 33554432000 4194304 4196468 140735127729440 139848066186208 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31113] ppid=31095 vsize=10727700 memory=963624 CPUtime=1.32 cores=0,2,4,6
/proc/31098/task/31113/stat : 31113 (java) S 31095 31098 26014 0 -1 1077944384 2816 0 0 0 66 66 0 0 20 0 16 0 39458082 10985164800 240907 33554432000 4194304 4196468 140735127729440 139848065132976 139848581761666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31114] ppid=31095 vsize=10727700 memory=963628 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31114/stat : 31114 (java) S 31095 31098 26014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39458225 10985164800 240907 33554432000 4194304 4196468 140735127729440 139848064078512 139848581761666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 963628 KiB

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

[startup+2393.05 s]
# the end of solver process 31098 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.24 s, system=1.29711 s

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

[startup+2392.81 s]
/proc/loadavg: 2.02 2.04 2.05 3/219 31287
/proc/meminfo: memFree=15893836/32770624 swapFree=67108860/67108860
[pid=31098] ppid=31095 vsize=10794264 memory=1114028 CPUtime=2400.42 cores=0,2,4,6
/proc/31098/stat : 31098 (java) S 31095 31098 26014 0 -1 1077944320 72969 0 0 0 239914 128 0 0 20 0 17 0 39458076 11053326336 278507 33554432000 4194304 4196468 140735127729440 140735127711984 139848581750519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
/proc/31098/statm: 2698566 278507 3182 1 0 2661057 0
[pid=31098/tid=31100] ppid=31095 vsize=10794264 memory=963628 CPUtime=2391.67 cores=0,2,4,6
/proc/31098/task/31100/stat : 31100 (java) S 31095 31098 26014 0 -1 1077944384 31317 0 0 0 239156 11 0 0 20 0 17 0 39458076 11053326336 278507 33554432000 4194304 4196468 140735127729440 139848585986624 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31101] ppid=31095 vsize=10794264 memory=2200 CPUtime=0.67 cores=0,2,4,6
/proc/31098/task/31101/stat : 31101 (java) R 31095 31098 26014 0 -1 4202560 927 0 0 0 52 15 0 0 20 0 17 0 39458077 11053326336 278507 33554432000 4194304 4196468 140735127729440 139848507825240 139848566270242 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31102] ppid=31095 vsize=10794264 memory=7284 CPUtime=0.67 cores=0,2,4,6
/proc/31098/task/31102/stat : 31102 (java) R 31095 31098 26014 0 -1 4202560 1366 0 0 0 51 16 0 0 20 0 17 0 39458077 11053326336 278507 33554432000 4194304 4196468 140735127729440 139848506772240 139848560945676 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31103] ppid=31095 vsize=10794264 memory=6791534058613427641 CPUtime=0.68 cores=0,2,4,6
/proc/31098/task/31103/stat : 31103 (java) R 31095 31098 26014 0 -1 4202560 1754 0 0 0 53 15 0 0 20 0 17 0 39458077 11053326336 278507 33554432000 4194304 4196468 140735127729440 139848505720152 139848566198734 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31104] ppid=31095 vsize=10794264 memory=288230621803970871 CPUtime=0.69 cores=0,2,4,6
/proc/31098/task/31104/stat : 31104 (java) R 31095 31098 26014 0 -1 4202560 1426 0 0 0 54 15 0 0 20 0 17 0 39458077 11053326336 278507 33554432000 4194304 4196468 140735127729440 139848504667152 139848574847220 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31105] ppid=31095 vsize=10794264 memory=16104758104558012 CPUtime=0.11 cores=0,2,4,6
/proc/31098/task/31105/stat : 31105 (java) S 31095 31098 26014 0 -1 1077944384 2543 0 0 0 9 2 0 0 20 0 17 0 39458079 11053326336 278507 33554432000 4194304 4196468 140735127729440 139848073552544 139848581760725 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31106] ppid=31095 vsize=10794264 memory=2580 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31106/stat : 31106 (java) S 31095 31098 26014 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 39458079 11053326336 278507 33554432000 4194304 4196468 140735127729440 139848072500064 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31107] ppid=31095 vsize=10794264 memory=2612 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31107/stat : 31107 (java) S 31095 31098 26014 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 39458079 11053326336 278507 33554432000 4194304 4196468 140735127729440 139848071447680 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31108] ppid=31095 vsize=10794264 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31108/stat : 31108 (java) S 31095 31098 26014 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 17 0 39458082 11053326336 278507 33554432000 4194304 4196468 140735127729440 139848070395984 139848581769115 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31109] ppid=31095 vsize=10794264 memory=3152 CPUtime=2.16 cores=0,2,4,6
/proc/31098/task/31109/stat : 31109 (java) S 31095 31098 26014 0 -1 1077944384 10578 0 0 0 214 2 0 0 20 0 17 0 39458082 11053326336 278507 33554432000 4194304 4196468 140735127729440 139848069343856 139848581761666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31110] ppid=31095 vsize=10794264 memory=963628 CPUtime=1.87 cores=0,2,4,6
/proc/31098/task/31110/stat : 31110 (java) S 31095 31098 26014 0 -1 1077944384 13467 0 0 0 185 2 0 0 20 0 17 0 39458082 11053326336 278507 33554432000 4194304 4196468 140735127729440 139848068291056 139848581761666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31111] ppid=31095 vsize=10794264 memory=1404 CPUtime=0.49 cores=0,2,4,6
/proc/31098/task/31111/stat : 31111 (java) S 31095 31098 26014 0 -1 1077944384 5224 0 0 0 48 1 0 0 20 0 17 0 39458082 11053326336 278507 33554432000 4194304 4196468 140735127729440 139848067238768 139848581761666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31112] ppid=31095 vsize=10794264 memory=3224 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31112/stat : 31112 (java) S 31095 31098 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39458082 11053326336 278507 33554432000 4194304 4196468 140735127729440 139848066186208 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31113] ppid=31095 vsize=10794264 memory=1454640 CPUtime=1.32 cores=0,2,4,6
/proc/31098/task/31113/stat : 31113 (java) S 31095 31098 26014 0 -1 1077944384 2816 0 0 0 66 66 0 0 20 0 17 0 39458082 11053326336 278507 33554432000 4194304 4196468 140735127729440 139848065132976 139848581761666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31114] ppid=31095 vsize=10794264 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31114/stat : 31114 (java) S 31095 31098 26014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 39458225 11053326336 278507 33554432000 4194304 4196468 140735127729440 139848064078512 139848581761666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
Current children cumulated CPU time: 2400.42 s
Current children cumulated vsize: 10794264 KiB
Current children cumulated memory: 1114028 KiB

[startup+2393 s]*
/proc/loadavg: 2.02 2.04 2.05 2/220 31290
/proc/meminfo: memFree=15744068/32770624 swapFree=67108860/67108860
[pid=31098] ppid=31095 vsize=10927392 memory=1114092 CPUtime=2400.49 cores=0,2,4,6
/proc/31098/stat : 31098 (java) S 31095 31098 26014 0 -1 1077944320 73649 0 0 0 239920 129 0 0 20 0 17 0 39458076 11189649408 278523 33554432000 4194304 4196468 140735127729440 140735127711984 139848581750519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
/proc/31098/statm: 2731848 278523 3184 1 0 2694339 0
[pid=31098/tid=31100] ppid=31095 vsize=10927392 memory=-7395409520647495987 CPUtime=2391.69 cores=0,2,4,6
/proc/31098/task/31100/stat : 31100 (java) S 31095 31098 26014 0 -1 1077944384 31338 0 0 0 239158 11 0 0 20 0 17 0 39458076 11189649408 278523 33554432000 4194304 4196468 140735127729440 139848585993392 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31101] ppid=31095 vsize=10927392 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/31098/task/31101/stat : 31101 (java) S 31095 31098 26014 0 -1 1077944384 1182 0 0 0 53 15 0 0 20 0 17 0 39458077 11189649408 278523 33554432000 4194304 4196468 140735127729440 139848507825040 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31102] ppid=31095 vsize=10927392 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/31098/task/31102/stat : 31102 (java) S 31095 31098 26014 0 -1 1077944384 1373 0 0 0 51 16 0 0 20 0 17 0 39458077 11189649408 278523 33554432000 4194304 4196468 140735127729440 139848506772240 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31103] ppid=31095 vsize=10927392 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/31098/task/31103/stat : 31103 (java) S 31095 31098 26014 0 -1 1077944384 1761 0 0 0 53 15 0 0 20 0 17 0 39458077 11189649408 278523 33554432000 4194304 4196468 140735127729440 139848505719952 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31104] ppid=31095 vsize=10927392 memory=0 CPUtime=0.69 cores=0,2,4,6
/proc/31098/task/31104/stat : 31104 (java) S 31095 31098 26014 0 -1 1077944384 1436 0 0 0 54 15 0 0 20 0 17 0 39458077 11189649408 278523 33554432000 4194304 4196468 140735127729440 139848504667152 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31105] ppid=31095 vsize=10927392 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/31098/task/31105/stat : 31105 (java) S 31095 31098 26014 0 -1 1077944384 2707 0 0 0 9 2 0 0 20 0 17 0 39458079 11189649408 278523 33554432000 4194304 4196468 140735127729440 139848073554032 139848581761666 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31106] ppid=31095 vsize=10927392 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31106/stat : 31106 (java) S 31095 31098 26014 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 39458079 11189649408 278523 33554432000 4194304 4196468 140735127729440 139848072500064 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31107] ppid=31095 vsize=10927392 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31107/stat : 31107 (java) S 31095 31098 26014 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 39458079 11189649408 278523 33554432000 4194304 4196468 140735127729440 139848071447680 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31108] ppid=31095 vsize=10927392 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31108/stat : 31108 (java) S 31095 31098 26014 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 17 0 39458082 11189649408 278523 33554432000 4194304 4196468 140735127729440 139848070395984 139848581769115 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31109] ppid=31095 vsize=10927392 memory=0 CPUtime=2.18 cores=0,2,4,6
/proc/31098/task/31109/stat : 31109 (java) S 31095 31098 26014 0 -1 1077944384 10659 0 0 0 216 2 0 0 20 0 17 0 39458082 11189649408 278523 33554432000 4194304 4196468 140735127729440 139848069343856 139848581761666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31110] ppid=31095 vsize=10927392 memory=0 CPUtime=1.87 cores=0,2,4,6
/proc/31098/task/31110/stat : 31110 (java) S 31095 31098 26014 0 -1 1077944384 13467 0 0 0 185 2 0 0 20 0 17 0 39458082 11189649408 278523 33554432000 4194304 4196468 140735127729440 139848068291056 139848581761666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31111] ppid=31095 vsize=10927392 memory=0 CPUtime=0.49 cores=0,2,4,6
/proc/31098/task/31111/stat : 31111 (java) S 31095 31098 26014 0 -1 1077944384 5265 0 0 0 48 1 0 0 20 0 17 0 39458082 11189649408 278523 33554432000 4194304 4196468 140735127729440 139848067238768 139848581761666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31112] ppid=31095 vsize=10927392 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31112/stat : 31112 (java) S 31095 31098 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39458082 11189649408 278523 33554432000 4194304 4196468 140735127729440 139848066186208 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31113] ppid=31095 vsize=10927392 memory=0 CPUtime=1.32 cores=0,2,4,6
/proc/31098/task/31113/stat : 31113 (java) S 31095 31098 26014 0 -1 1077944384 2816 0 0 0 66 66 0 0 20 0 17 0 39458082 11189649408 278523 33554432000 4194304 4196468 140735127729440 139848065132976 139848581761666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31288] ppid=31095 vsize=10927392 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31288/stat : 31288 (java) S 31095 31098 26014 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 17 0 39697347 11189649408 278523 33554432000 4194304 4196468 140735127729440 139848063025520 139848581760725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
[pid=31098/tid=31289] ppid=31095 vsize=10927392 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31098/task/31289/stat : 31289 (java) S 31095 31098 26014 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 39697357 11189649408 278523 33554432000 4194304 4196468 140735127729440 139848059298960 139848581761666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21532672 140735127737457 140735127737609 140735127737609 140735127740367 0
Current children cumulated CPU time: 2400.49 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 1114092 KiB

Child status: 143
Real time (s): 2393.05
CPU time (s): 2400.54
CPU user time (s): 2399.24
CPU system time (s): 1.29711
CPU usage (%): 100.313
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 1114092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.24
system time used= 1.29711
maximum resident set size= 1115188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73714
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54254
involuntary context switches= 3034


# summary of solver processes directly reported to runsolver:
#   pid: 31098
#   total CPU time (s): 2400.54
#   total CPU user time (s): 2399.24
#   total CPU system time (s): 1.29711

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.7648 second user time and 15.0101 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-22 02:22:32
IDJOB=4290020
IDBENCH=141452
IDSOLVER=2742
FILE ID=node106/4290020-1532218952
RUNJOBID= node106-1532209822-28265
PBS_JOBID= 21018937
Free space on /tmp= 53032 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/CarSequencing/CarSequencing-06-76_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290020-1532218952/watcher-4290020-1532218952 -o /tmp/evaluation-result-4290020-1532218952/solver-4290020-1532218952 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532209822-28265 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290020-1532218952.xml

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

MD5SUM BENCH= b12b47f7e650fdaeab738d4a819b9f4b
RANDOM SEED=1640917393

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        17972212 kB
MemAvailable:   31613332 kB
Buffers:          225836 kB
Cached:         13507496 kB
SwapCached:            0 kB
Active:          1530420 kB
Inactive:       12584696 kB
Active(anon):     384284 kB
Inactive(anon):    17096 kB
Active(file):    1146136 kB
Inactive(file): 12567600 kB
Unevictable:        6920 kB
Mlocked:            6920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2384 kB
Writeback:             0 kB
AnonPages:        579024 kB
Mapped:            47008 kB
Shmem:             17036 kB
Slab:             382688 kB
SReclaimable:     355844 kB
SUnreclaim:        26844 kB
KernelStack:        3888 kB
PageTables:         5568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1226056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    509952 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 53028 MiB
End job on node106 at 2018-07-22 03:02:25