Trace number 4263246

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 2520.1201 2512.5601

General information on the benchmark

NameCarSequencing/CarSequencing-m1-jcr/
CarSequencing-19-71.xml
MD5SUM910e6a58e5b883abb8b2e34c5de0ea43
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints736
Number of domains2
Minimum domain size2
Maximum domain size23
Distribution of domain sizes[{"size":2,"count":500},{"size":23,"count":100}]
Minimum variable degree2
Maximum variable degree51
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":18},{"degree":16,"count":18},{"degree":17,"count":18},{"degree":18,"count":18},{"degree":19,"count":19},{"degree":20,"count":19},{"degree":21,"count":19},{"degree":22,"count":20},{"degree":23,"count":30},{"degree":24,"count":14},{"degree":25,"count":14},{"degree":26,"count":9},{"degree":27,"count":8},{"degree":28,"count":8},{"degree":29,"count":8},{"degree":30,"count":8},{"degree":31,"count":8},{"degree":32,"count":8},{"degree":33,"count":9},{"degree":34,"count":10},{"degree":35,"count":14},{"degree":36,"count":7},{"degree":37,"count":2},{"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":3},{"degree":51,"count":5}]
Minimum constraint arity2
Maximum constraint arity100
Distribution of constraint arities[{"arity":2,"count":99},{"arity":3,"count":196},{"arity":5,"count":193},{"arity":6,"count":101},{"arity":7,"count":1},{"arity":8,"count":1},{"arity":10,"count":4},{"arity":12,"count":1},{"arity":13,"count":2},{"arity":14,"count":1},{"arity":15,"count":1},{"arity":16,"count":3},{"arity":18,"count":1},{"arity":19,"count":2},{"arity":20,"count":3},{"arity":22,"count":3},{"arity":24,"count":1},{"arity":25,"count":4},{"arity":26,"count":1},{"arity":28,"count":3},{"arity":30,"count":3},{"arity":31,"count":2},{"arity":32,"count":1},{"arity":34,"count":3},{"arity":35,"count":2},"...",{"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":635},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

3.95/1.45	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
3.95/1.45	c This is free software under the dual EPL/GNU LGPL licenses.
3.95/1.45	c See www.sat4j.org for details.
3.95/1.45	c That software uses the Rhino library from the Mozilla project.
3.95/1.45	c version CUSTOM.v20170705
3.95/1.45	c java.runtime.name	Java(TM) SE Runtime Environment
3.95/1.45	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
3.95/1.45	c java.vm.version	25.131-b11
3.95/1.45	c java.vm.vendor	Oracle Corporation
3.95/1.45	c sun.arch.data.model	64
3.95/1.45	c java.version		1.8.0_131
3.95/1.45	c os.name		Linux
3.95/1.45	c os.version		3.10.0-514.16.1.el7.x86_64
3.95/1.45	c os.arch		amd64
3.95/1.45	c Free memory 		499604488
3.95/1.45	c Max memory 		7247757312
3.95/1.45	c Total memory 		504889344
3.95/1.45	c Number of processors 	4
3.95/1.45	c c --- Begin Solver configuration ---
3.95/1.45	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
3.95/1.45	c Learn all clauses as in MiniSAT
3.95/1.45	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
3.95/1.45	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
3.95/1.45	c No reason simplification
3.95/1.45	c Glucose 2.1 dynamic restart strategy
3.95/1.45	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.95/1.45	c timeout=2147483s
3.95/1.45	c DB Simplification allowed=false
3.95/1.45	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
3.95/1.45	c --- End Solver configuration ---
3.95/1.45	c constraints type 
3.95/1.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 1200
3.95/1.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 146135
3.95/1.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 748919
3.95/1.45	c org.sat4j.minisat.constraints.cnf.UnitClause => 1516
3.95/1.45	c 897770 constraints processed.
2520.06/2512.50	c starts		: 5370
2520.06/2512.50	c conflicts		: 2033120
2520.06/2512.50	c decisions		: 35785728
2520.06/2512.50	c propagations		: 7073483320
2520.06/2512.50	c inspects		: 14946971560
2520.06/2512.50	c shortcuts		: 0
2520.06/2512.50	c learnt literals	: 2469
2520.06/2512.50	c learnt binary clauses	: 25293
2520.06/2512.50	c learnt ternary clauses	: 41109
2520.06/2512.50	c learnt constraints	: 2030651
2520.06/2512.50	c ignored constraints	: 0
2520.06/2512.50	c root simplifications	: 0
2520.06/2512.50	c removed literals (reason simplification)	: 0
2520.06/2512.50	c reason swapping (by a shorter reason)	: 0
2520.06/2512.50	c Calls to reduceDB	: 59
2520.06/2512.50	c Number of update (reduction) of LBD	: 1052387
2520.06/2512.50	c Imported unit clauses	: 0
2520.06/2512.50	c number of reductions to clauses (during analyze)	: 0
2520.06/2512.50	c number of learned constraints concerned by reduction	: 0
2520.06/2512.50	c number of learning phase by resolution	: 0
2520.06/2512.50	c number of learning phase by cutting planes	: 0
2520.06/2512.50	c number of rounding to 1 operations	: 0
2520.06/2512.50	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.06/2512.50	c number of reductions of the coefficients by power 2 	: 0
2520.06/2512.50	c number of right shift for reduction by power 2 	: 0
2520.06/2512.50	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.06/2512.50	c speed (assignments/second)	: 2817178.0440012105
2520.06/2512.50	c non guided choices	8539015
2520.06/2512.54	c learnt constraints type 
2520.06/2512.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 25293
2520.06/2512.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 178818
2520.06/2512.54	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 (10739 MiB free)
  memory of node 1: 16384 MiB (14667 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263246-1502626796/watcher-4263246-1502626796 -o /tmp/evaluation-result-4263246-1502626796/solver-4263246-1502626796 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502612262-5005 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263246-1502626796.xml 

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

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


[startup+0.100128 s]*
/proc/loadavg: 7.12 6.31 4.16 4/217 9072
/proc/meminfo: memFree=25998044/32770624 swapFree=67108860/67108860
[pid=9057] ppid=9054 vsize=10555400 memory=29812 CPUtime=0.12 cores=1,3,5,7
/proc/9057/stat : 9057 (java) S 9054 9057 4973 0 -1 1077944320 6571 0 0 0 11 1 0 0 20 0 15 0 95760532 10808729600 7453 33554432000 4194304 4196468 140731410929520 140731410912064 140302727913207 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
/proc/9057/statm: 2638850 7453 2788 1 0 2627263 0
[pid=9057/tid=9059] ppid=9054 vsize=10555400 memory=-8826028810104042688 CPUtime=0.09 cores=1,3,5,7
/proc/9057/task/9059/stat : 9059 (java) R 9054 9057 4973 0 -1 4202560 4426 0 0 0 8 1 0 0 20 0 15 0 95760532 10808729600 7453 33554432000 4194304 4196468 140731410929520 140302732137104 140302711993724 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9060] ppid=9054 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9060/stat : 9060 (java) S 9054 9057 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95760533 10808729600 7453 33554432000 4194304 4196468 140731410929520 140302334221328 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9061] ppid=9054 vsize=10555400 memory=140237927425664 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9061/stat : 9061 (java) S 9054 9057 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95760533 10808729600 7453 33554432000 4194304 4196468 140731410929520 140302333168784 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9062] ppid=9054 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9062/stat : 9062 (java) S 9054 9057 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95760533 10808729600 7453 33554432000 4194304 4196468 140731410929520 140302332115728 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9063] ppid=9054 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9063/stat : 9063 (java) S 9054 9057 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95760533 10808729600 7453 33554432000 4194304 4196468 140731410929520 140302331063184 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9064] ppid=9054 vsize=10555400 memory=140237927425664 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9064/stat : 9064 (java) S 9054 9057 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95760534 10808729600 7453 33554432000 4194304 4196468 140731410929520 140302220257520 140302727924354 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9065] ppid=9054 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9065/stat : 9065 (java) S 9054 9057 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95760535 10808729600 7453 33554432000 4194304 4196468 140731410929520 140302219203744 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9066] ppid=9054 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9066/stat : 9066 (java) S 9054 9057 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95760535 10808729600 7453 33554432000 4194304 4196468 140731410929520 140302218150640 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9067] ppid=9054 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9067/stat : 9067 (java) S 9054 9057 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95760537 10808729600 7453 33554432000 4194304 4196468 140731410929520 140302217099216 140302727931803 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9068] ppid=9054 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9068/stat : 9068 (java) S 9054 9057 4973 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 95760537 10808729600 7453 33554432000 4194304 4196468 140731410929520 140302216047344 140302727924354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9069] ppid=9054 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9069/stat : 9069 (java) S 9054 9057 4973 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 95760537 10808729600 7453 33554432000 4194304 4196468 140731410929520 140302214994800 140302727924354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9070] ppid=9054 vsize=10555400 memory=140237927425664 CPUtime=0.02 cores=1,3,5,7
/proc/9057/task/9070/stat : 9070 (java) S 9054 9057 4973 0 -1 1077944384 359 0 0 0 2 0 0 0 20 0 15 0 95760537 10808729600 7453 33554432000 4194304 4196468 140731410929520 140302213941744 140302727924354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9071] ppid=9054 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9071/stat : 9071 (java) S 9054 9057 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95760537 10808729600 7453 33554432000 4194304 4196468 140731410929520 140302212889440 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9072] ppid=9054 vsize=10555400 memory=140237927425664 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9072/stat : 9072 (java) S 9054 9057 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95760538 10808729600 7453 33554432000 4194304 4196468 140731410929520 140302211836464 140302727924354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29812 KiB

[startup+0.210577 s]*
/proc/loadavg: 7.12 6.31 4.16 4/217 9072
/proc/meminfo: memFree=25988384/32770624 swapFree=67108860/67108860
[pid=9057] ppid=9054 vsize=10555400 memory=39712 CPUtime=0.32 cores=1,3,5,7
/proc/9057/stat : 9057 (java) S 9054 9057 4973 0 -1 1077944320 8098 0 0 0 30 2 0 0 20 0 15 0 95760532 10808729600 9928 33554432000 4194304 4196468 140731410929520 140731410912064 140302727913207 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
/proc/9057/statm: 2638850 9928 2933 1 0 2627263 0
[pid=9057/tid=9059] ppid=9054 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/9057/task/9059/stat : 9059 (java) R 9054 9057 4973 0 -1 4202560 5128 0 0 0 19 1 0 0 20 0 15 0 95760532 10808729600 9928 33554432000 4194304 4196468 140731410929520 140302732140816 140302727934554 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9060] ppid=9054 vsize=10555400 memory=365 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9060/stat : 9060 (java) S 9054 9057 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95760533 10808729600 9928 33554432000 4194304 4196468 140731410929520 140302334221328 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9061] ppid=9054 vsize=10555400 memory=140237927434974 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9061/stat : 9061 (java) S 9054 9057 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95760533 10808729600 9928 33554432000 4194304 4196468 140731410929520 140302333168784 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9062] ppid=9054 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9062/stat : 9062 (java) S 9054 9057 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95760533 10808729600 9928 33554432000 4194304 4196468 140731410929520 140302332115728 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9063] ppid=9054 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9063/stat : 9063 (java) S 9054 9057 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95760533 10808729600 9928 33554432000 4194304 4196468 140731410929520 140302331063184 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9064] ppid=9054 vsize=10555400 memory=140237927425664 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9064/stat : 9064 (java) S 9054 9057 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95760534 10808729600 9928 33554432000 4194304 4196468 140731410929520 140302220257520 140302727924354 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9065] ppid=9054 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9065/stat : 9065 (java) S 9054 9057 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95760535 10808729600 9928 33554432000 4194304 4196468 140731410929520 140302219203744 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9066] ppid=9054 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9066/stat : 9066 (java) S 9054 9057 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95760535 10808729600 9928 33554432000 4194304 4196468 140731410929520 140302218150640 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9067] ppid=9054 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9067/stat : 9067 (java) S 9054 9057 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95760537 10808729600 9928 33554432000 4194304 4196468 140731410929520 140302217099216 140302727931803 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9068] ppid=9054 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/9057/task/9068/stat : 9068 (java) S 9054 9057 4973 0 -1 1077944384 372 0 0 0 1 0 0 0 20 0 15 0 95760537 10808729600 9928 33554432000 4194304 4196468 140731410929520 140302216047344 140302727924354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9069] ppid=9054 vsize=10555400 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/9057/task/9069/stat : 9069 (java) S 9054 9057 4973 0 -1 1077944384 381 0 0 0 2 0 0 0 20 0 15 0 95760537 10808729600 9928 33554432000 4194304 4196468 140731410929520 140302214994800 140302727924354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9070] ppid=9054 vsize=10555400 memory=140237927425664 CPUtime=0.07 cores=1,3,5,7
/proc/9057/task/9070/stat : 9070 (java) R 9054 9057 4973 0 -1 4202560 852 0 0 0 7 0 0 0 20 0 15 0 95760537 10808729600 9928 33554432000 4194304 4196468 140731410929520 140302213941744 140731412811496 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9071] ppid=9054 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9071/stat : 9071 (java) S 9054 9057 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95760537 10808729600 9928 33554432000 4194304 4196468 140731410929520 140302212889440 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9072] ppid=9054 vsize=10555400 memory=140237927425664 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9072/stat : 9072 (java) S 9054 9057 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95760538 10808729600 9928 33554432000 4194304 4196468 140731410929520 140302211836464 140302727924354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39712 KiB

[startup+0.310359 s]*
/proc/loadavg: 7.12 6.31 4.16 5/217 9072
/proc/meminfo: memFree=25981188/32770624 swapFree=67108860/67108860
[pid=9057] ppid=9054 vsize=10555476 memory=46460 CPUtime=0.53 cores=1,3,5,7
/proc/9057/stat : 9057 (java) S 9054 9057 4973 0 -1 1077944320 8731 0 0 0 51 2 0 0 20 0 15 0 95760532 10808807424 11615 33554432000 4194304 4196468 140731410929520 140731410912064 140302727913207 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
/proc/9057/statm: 2638869 11615 3015 1 0 2627263 0
[pid=9057/tid=9059] ppid=9054 vsize=10555476 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/9057/task/9059/stat : 9059 (java) R 9054 9057 4973 0 -1 4202560 5556 0 0 0 28 1 0 0 20 0 15 0 95760532 10808807424 11615 33554432000 4194304 4196468 140731410929520 140302732148864 140302727925142 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9060] ppid=9054 vsize=10555476 memory=304556153373982743 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9060/stat : 9060 (java) S 9054 9057 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95760533 10808807424 11615 33554432000 4194304 4196468 140731410929520 140302334221328 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9061] ppid=9054 vsize=10555476 memory=14268108585641624 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9061/stat : 9061 (java) S 9054 9057 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95760533 10808807424 11615 33554432000 4194304 4196468 140731410929520 140302333168784 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9062] ppid=9054 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9062/stat : 9062 (java) S 9054 9057 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95760533 10808807424 11615 33554432000 4194304 4196468 140731410929520 140302332115728 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9063] ppid=9054 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9063/stat : 9063 (java) S 9054 9057 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95760533 10808807424 11615 33554432000 4194304 4196468 140731410929520 140302331063184 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9064] ppid=9054 vsize=10555476 memory=140237927425664 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9064/stat : 9064 (java) S 9054 9057 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95760534 10808807424 11615 33554432000 4194304 4196468 140731410929520 140302220257520 140302727924354 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9065] ppid=9054 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9065/stat : 9065 (java) S 9054 9057 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95760535 10808807424 11615 33554432000 4194304 4196468 140731410929520 140302219203744 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9066] ppid=9054 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9066/stat : 9066 (java) S 9054 9057 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95760535 10808807424 11615 33554432000 4194304 4196468 140731410929520 140302218150640 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9067] ppid=9054 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9067/stat : 9067 (java) S 9054 9057 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95760537 10808807424 11615 33554432000 4194304 4196468 140731410929520 140302217099216 140302727931803 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9068] ppid=9054 vsize=10555476 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/9057/task/9068/stat : 9068 (java) S 9054 9057 4973 0 -1 1077944384 434 0 0 0 4 0 0 0 20 0 15 0 95760537 10808807424 11615 33554432000 4194304 4196468 140731410929520 140302216047344 140302727924354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9069] ppid=9054 vsize=10555476 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/9057/task/9069/stat : 9069 (java) S 9054 9057 4973 0 -1 1077944384 442 0 0 0 4 0 0 0 20 0 15 0 95760537 10808807424 11615 33554432000 4194304 4196468 140731410929520 140302214994800 140302727924354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9070] ppid=9054 vsize=10555476 memory=140237927425664 CPUtime=0.13 cores=1,3,5,7
/proc/9057/task/9070/stat : 9070 (java) R 9054 9057 4973 0 -1 4202560 933 0 0 0 13 0 0 0 20 0 15 0 95760537 10808807424 11615 33554432000 4194304 4196468 140731410929520 140302213941744 140302711993694 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9071] ppid=9054 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9071/stat : 9071 (java) S 9054 9057 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95760537 10808807424 11615 33554432000 4194304 4196468 140731410929520 140302212889440 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9072] ppid=9054 vsize=10555476 memory=140237927425664 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9072/stat : 9072 (java) S 9054 9057 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95760538 10808807424 11615 33554432000 4194304 4196468 140731410929520 140302211836464 140302727924354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46460 KiB

[startup+0.700688 s]
/proc/loadavg: 7.12 6.31 4.16 5/217 9072
/proc/meminfo: memFree=25939240/32770624 swapFree=67108860/67108860
[pid=9057] ppid=9054 vsize=10555476 memory=173984 CPUtime=1.75 cores=1,3,5,7
/proc/9057/stat : 9057 (java) S 9054 9057 4973 0 -1 1077944320 13137 0 0 0 170 5 0 0 20 0 15 0 95760532 10808807424 43496 33554432000 4194304 4196468 140731410929520 140731410912064 140302727913207 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
/proc/9057/statm: 2638869 43496 3097 1 0 2627263 0
[pid=9057/tid=9059] ppid=9054 vsize=10555476 memory=1728 CPUtime=0.67 cores=1,3,5,7
/proc/9057/task/9059/stat : 9059 (java) R 9054 9057 4973 0 -1 4202560 5983 0 0 0 64 3 0 0 20 0 15 0 95760532 10808807424 43496 33554432000 4194304 4196468 140731410929520 140302732146816 140302709562286 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9060] ppid=9054 vsize=10555476 memory=792 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9060/stat : 9060 (java) S 9054 9057 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95760533 10808807424 43496 33554432000 4194304 4196468 140731410929520 140302334221328 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9061] ppid=9054 vsize=10555476 memory=9992 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9061/stat : 9061 (java) S 9054 9057 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95760533 10808807424 43496 33554432000 4194304 4196468 140731410929520 140302333168784 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9062] ppid=9054 vsize=10555476 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9062/stat : 9062 (java) S 9054 9057 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95760533 10808807424 43496 33554432000 4194304 4196468 140731410929520 140302332115728 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9063] ppid=9054 vsize=10555476 memory=5716 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9063/stat : 9063 (java) S 9054 9057 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95760533 10808807424 43496 33554432000 4194304 4196468 140731410929520 140302331063184 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9064] ppid=9054 vsize=10555476 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9064/stat : 9064 (java) S 9054 9057 4973 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95760534 10808807424 43496 33554432000 4194304 4196468 140731410929520 140302220257520 140302727924354 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9065] ppid=9054 vsize=10555476 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9065/stat : 9065 (java) S 9054 9057 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95760535 10808807424 43496 33554432000 4194304 4196468 140731410929520 140302219203744 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9066] ppid=9054 vsize=10555476 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9066/stat : 9066 (java) S 9054 9057 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95760535 10808807424 43496 33554432000 4194304 4196468 140731410929520 140302218150640 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9067] ppid=9054 vsize=10555476 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9067/stat : 9067 (java) S 9054 9057 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95760537 10808807424 43496 33554432000 4194304 4196468 140731410929520 140302217099216 140302727931803 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9068] ppid=9054 vsize=10555476 memory=4639098309541127021 CPUtime=0.37 cores=1,3,5,7
/proc/9057/task/9068/stat : 9068 (java) R 9054 9057 4973 0 -1 4202560 2013 0 0 0 37 0 0 0 20 0 15 0 95760537 10808807424 43496 33554432000 4194304 4196468 140731410929520 140302216027408 140302727934554 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9069] ppid=9054 vsize=10555476 memory=7597685182856913236 CPUtime=0.35 cores=1,3,5,7
/proc/9057/task/9069/stat : 9069 (java) R 9054 9057 4973 0 -1 4202560 1956 0 0 0 35 0 0 0 20 0 15 0 95760537 10808807424 43496 33554432000 4194304 4196468 140731410929520 140302214975816 140302720202656 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9070] ppid=9054 vsize=10555476 memory=7236547281622689387 CPUtime=0.32 cores=1,3,5,7
/proc/9057/task/9070/stat : 9070 (java) S 9054 9057 4973 0 -1 1077944384 1825 0 0 0 32 0 0 0 20 0 15 0 95760537 10808807424 43496 33554432000 4194304 4196468 140731410929520 140302213941744 140302727924354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9071] ppid=9054 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9071/stat : 9071 (java) S 9054 9057 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95760537 10808807424 43496 33554432000 4194304 4196468 140731410929520 140302212889440 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9072] ppid=9054 vsize=10555476 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9072/stat : 9072 (java) S 9054 9057 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95760538 10808807424 43562 33554432000 4194304 4196468 140731410929520 140302211836464 140302727924354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
Current children cumulated CPU time: 1.75 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 173984 KiB

[startup+1.50148 s]
/proc/loadavg: 7.12 6.31 4.16 5/217 9072
/proc/meminfo: memFree=25808500/32770624 swapFree=67108860/67108860
[pid=9057] ppid=9054 vsize=10555476 memory=411696 CPUtime=4.29 cores=1,3,5,7
/proc/9057/stat : 9057 (java) S 9054 9057 4973 0 -1 1077944320 19016 0 0 0 418 11 0 0 20 0 15 0 95760532 10808807424 102924 33554432000 4194304 4196468 140731410929520 140731410912064 140302727913207 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
/proc/9057/statm: 2638869 102924 3123 1 0 2627263 0
[pid=9057/tid=9059] ppid=9054 vsize=10555476 memory=0 CPUtime=1.35 cores=1,3,5,7
/proc/9057/task/9059/stat : 9059 (java) S 9054 9057 4973 0 -1 1077944384 6072 0 0 0 130 5 0 0 20 0 15 0 95760532 10808807424 102924 33554432000 4194304 4196468 140731410929520 140302732152112 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9060] ppid=9054 vsize=10555476 memory=-8754540793456063680 CPUtime=0.06 cores=1,3,5,7
/proc/9057/task/9060/stat : 9060 (java) R 9054 9057 4973 0 -1 4202560 77 0 0 0 6 0 0 0 20 0 15 0 95760533 10808807424 102924 33554432000 4194304 4196468 140731410929520 140302334221528 140302712941090 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9061] ppid=9054 vsize=10555476 memory=-2843874019102283166 CPUtime=0.07 cores=1,3,5,7
/proc/9057/task/9061/stat : 9061 (java) R 9054 9057 4973 0 -1 4202560 55 0 0 0 6 1 0 0 20 0 15 0 95760533 10808807424 102924 33554432000 4194304 4196468 140731410929520 140302333168984 140302712940626 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9062] ppid=9054 vsize=10555476 memory=5450919713671312938 CPUtime=0.05 cores=1,3,5,7
/proc/9057/task/9062/stat : 9062 (java) R 9054 9057 4973 0 -1 4202560 172 0 0 0 5 0 0 0 20 0 15 0 95760533 10808807424 102924 33554432000 4194304 4196468 140731410929520 140302332115728 140302712941081 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9063] ppid=9054 vsize=10555476 memory=7005738693937936738 CPUtime=0.05 cores=1,3,5,7
/proc/9057/task/9063/stat : 9063 (java) R 9054 9057 4973 0 -1 4202560 128 0 0 0 5 0 0 0 20 0 15 0 95760533 10808807424 102924 33554432000 4194304 4196468 140731410929520 140302331063384 140302709159206 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9064] ppid=9054 vsize=10555476 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9064/stat : 9064 (java) S 9054 9057 4973 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 95760534 10808807424 102924 33554432000 4194304 4196468 140731410929520 140302220256032 140302727923413 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0

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

/proc/9057/task/9061/stat : 9061 (java) S 9054 9057 4973 0 -1 1077944384 391 0 0 0 21 5 0 0 20 0 16 0 95760533 10876968960 163162 33554432000 4194304 4196468 140731410929520 140302333168784 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9062] ppid=9054 vsize=10622040 memory=648552 CPUtime=0.27 cores=1,3,5,7
/proc/9057/task/9062/stat : 9062 (java) S 9054 9057 4973 0 -1 1077944384 387 0 0 0 22 5 0 0 20 0 16 0 95760533 10876968960 163162 33554432000 4194304 4196468 140731410929520 140302332115728 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9063] ppid=9054 vsize=10622040 memory=4144 CPUtime=0.21 cores=1,3,5,7
/proc/9057/task/9063/stat : 9063 (java) S 9054 9057 4973 0 -1 1077944384 1167 0 0 0 17 4 0 0 20 0 16 0 95760533 10876968960 163162 33554432000 4194304 4196468 140731410929520 140302331063184 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9064] ppid=9054 vsize=10622040 memory=650600 CPUtime=0.06 cores=1,3,5,7
/proc/9057/task/9064/stat : 9064 (java) S 9054 9057 4973 0 -1 1077944384 832 0 0 0 3 3 0 0 20 0 16 0 95760534 10876968960 163162 33554432000 4194304 4196468 140731410929520 140302220257520 140302727924354 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9065] ppid=9054 vsize=10622040 memory=4144 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9065/stat : 9065 (java) S 9054 9057 4973 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 95760535 10876968960 163162 33554432000 4194304 4196468 140731410929520 140302219203808 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9066] ppid=9054 vsize=10622040 memory=424 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9066/stat : 9066 (java) S 9054 9057 4973 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 16 0 95760535 10876968960 163162 33554432000 4194304 4196468 140731410929520 140302218150656 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9067] ppid=9054 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9067/stat : 9067 (java) S 9054 9057 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95760537 10876968960 163162 33554432000 4194304 4196468 140731410929520 140302217099216 140302727931803 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9068] ppid=9054 vsize=10622040 memory=648552 CPUtime=2.36 cores=1,3,5,7
/proc/9057/task/9068/stat : 9068 (java) S 9054 9057 4973 0 -1 1077944384 10067 0 0 0 234 2 0 0 20 0 16 0 95760537 10876968960 163162 33554432000 4194304 4196468 140731410929520 140302216047344 140302727924354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9069] ppid=9054 vsize=10622040 memory=1292 CPUtime=2.5 cores=1,3,5,7
/proc/9057/task/9069/stat : 9069 (java) S 9054 9057 4973 0 -1 1077944384 8933 0 0 0 249 1 0 0 20 0 16 0 95760537 10876968960 163162 33554432000 4194304 4196468 140731410929520 140302214994800 140302727924354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9070] ppid=9054 vsize=10622040 memory=648552 CPUtime=0.49 cores=1,3,5,7
/proc/9057/task/9070/stat : 9070 (java) S 9054 9057 4973 0 -1 1077944384 5132 0 0 0 48 1 0 0 20 0 16 0 95760537 10876968960 163162 33554432000 4194304 4196468 140731410929520 140302213941744 140302727924354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9071] ppid=9054 vsize=10622040 memory=648552 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9071/stat : 9071 (java) S 9054 9057 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95760537 10876968960 163162 33554432000 4194304 4196468 140731410929520 140302212889440 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9072] ppid=9054 vsize=10622040 memory=650600 CPUtime=1.48 cores=1,3,5,7
/proc/9057/task/9072/stat : 9072 (java) S 9054 9057 4973 0 -1 1077944384 2029 0 0 0 72 76 0 0 20 0 16 0 95760538 10876968960 163162 33554432000 4194304 4196468 140731410929520 140302211836464 140302727924354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9073] ppid=9054 vsize=10622040 memory=650600 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9073/stat : 9073 (java) S 9054 9057 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95760699 10876968960 163162 33554432000 4194304 4196468 140731410929520 140302210782256 140302727924354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
Current children cumulated CPU time: 2509.99 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 652648 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2512.3 s]
/proc/loadavg: 2.00 2.01 2.15 3/216 9223
/proc/meminfo: memFree=26384332/32770624 swapFree=67108860/67108860
[pid=9057] ppid=9054 vsize=10622040 memory=654696 CPUtime=2520 cores=1,3,5,7
/proc/9057/stat : 9057 (java) S 9054 9057 4973 0 -1 1077944320 58546 0 0 0 251901 99 0 0 20 0 16 0 95760532 10876968960 163674 33554432000 4194304 4196468 140731410929520 140731410912064 140302727913207 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
/proc/9057/statm: 2655510 163674 3147 1 0 2643904 0
[pid=9057/tid=9059] ppid=9054 vsize=10622040 memory=654696 CPUtime=2512.04 cores=1,3,5,7
/proc/9057/task/9059/stat : 9059 (java) R 9054 9057 4973 0 -1 4202560 27866 0 0 0 251197 7 0 0 20 0 16 0 95760532 10876968960 163674 33554432000 4194304 4196468 140731410929520 140302732152248 140302369718916 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9060] ppid=9054 vsize=10622040 memory=654696 CPUtime=0.24 cores=1,3,5,7
/proc/9057/task/9060/stat : 9060 (java) S 9054 9057 4973 0 -1 1077944384 314 0 0 0 20 4 0 0 20 0 16 0 95760533 10876968960 163674 33554432000 4194304 4196468 140731410929520 140302334221328 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9061] ppid=9054 vsize=10622040 memory=654696 CPUtime=0.26 cores=1,3,5,7
/proc/9057/task/9061/stat : 9061 (java) S 9054 9057 4973 0 -1 1077944384 391 0 0 0 21 5 0 0 20 0 16 0 95760533 10876968960 163674 33554432000 4194304 4196468 140731410929520 140302333168784 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9062] ppid=9054 vsize=10622040 memory=1008 CPUtime=0.27 cores=1,3,5,7
/proc/9057/task/9062/stat : 9062 (java) S 9054 9057 4973 0 -1 1077944384 387 0 0 0 22 5 0 0 20 0 16 0 95760533 10876968960 163674 33554432000 4194304 4196468 140731410929520 140302332115728 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9063] ppid=9054 vsize=10622040 memory=2257 CPUtime=0.21 cores=1,3,5,7
/proc/9057/task/9063/stat : 9063 (java) S 9054 9057 4973 0 -1 1077944384 1167 0 0 0 17 4 0 0 20 0 16 0 95760533 10876968960 163674 33554432000 4194304 4196468 140731410929520 140302331063184 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9064] ppid=9054 vsize=10622040 memory=8112282956445269571 CPUtime=0.06 cores=1,3,5,7
/proc/9057/task/9064/stat : 9064 (java) S 9054 9057 4973 0 -1 1077944384 832 0 0 0 3 3 0 0 20 0 16 0 95760534 10876968960 163674 33554432000 4194304 4196468 140731410929520 140302220257520 140302727924354 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9065] ppid=9054 vsize=10622040 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9065/stat : 9065 (java) S 9054 9057 4973 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 95760535 10876968960 163674 33554432000 4194304 4196468 140731410929520 140302219203808 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9066] ppid=9054 vsize=10622040 memory=652648 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9066/stat : 9066 (java) S 9054 9057 4973 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 16 0 95760535 10876968960 163674 33554432000 4194304 4196468 140731410929520 140302218150656 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9067] ppid=9054 vsize=10622040 memory=652648 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9067/stat : 9067 (java) S 9054 9057 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95760537 10876968960 163674 33554432000 4194304 4196468 140731410929520 140302217099216 140302727931803 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9068] ppid=9054 vsize=10622040 memory=654696 CPUtime=2.36 cores=1,3,5,7
/proc/9057/task/9068/stat : 9068 (java) S 9054 9057 4973 0 -1 1077944384 10067 0 0 0 234 2 0 0 20 0 16 0 95760537 10876968960 163674 33554432000 4194304 4196468 140731410929520 140302216047344 140302727924354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9069] ppid=9054 vsize=10622040 memory=1292 CPUtime=2.5 cores=1,3,5,7
/proc/9057/task/9069/stat : 9069 (java) S 9054 9057 4973 0 -1 1077944384 8933 0 0 0 249 1 0 0 20 0 16 0 95760537 10876968960 163674 33554432000 4194304 4196468 140731410929520 140302214994800 140302727924354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9070] ppid=9054 vsize=10622040 memory=642408 CPUtime=0.49 cores=1,3,5,7
/proc/9057/task/9070/stat : 9070 (java) S 9054 9057 4973 0 -1 1077944384 5132 0 0 0 48 1 0 0 20 0 16 0 95760537 10876968960 163674 33554432000 4194304 4196468 140731410929520 140302213941744 140302727924354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9071] ppid=9054 vsize=10622040 memory=27860 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9071/stat : 9071 (java) S 9054 9057 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95760537 10876968960 163674 33554432000 4194304 4196468 140731410929520 140302212889440 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9072] ppid=9054 vsize=10622040 memory=654696 CPUtime=1.5 cores=1,3,5,7
/proc/9057/task/9072/stat : 9072 (java) S 9054 9057 4973 0 -1 1077944384 2029 0 0 0 73 77 0 0 20 0 16 0 95760538 10876968960 163674 33554432000 4194304 4196468 140731410929520 140302211836464 140302727924354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9073] ppid=9054 vsize=10622040 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9073/stat : 9073 (java) S 9054 9057 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95760699 10876968960 163674 33554432000 4194304 4196468 140731410929520 140302210782256 140302727924354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 654696 KiB

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

[startup+2512.56 s]
# the end of solver process 9057 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.12 s, system=1.00917 s

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

[startup+2512.41 s]
/proc/loadavg: 2.00 2.01 2.15 3/216 9223
/proc/meminfo: memFree=26384332/32770624 swapFree=67108860/67108860
[pid=9057] ppid=9054 vsize=10821732 memory=663208 CPUtime=2520.06 cores=1,3,5,7
/proc/9057/stat : 9057 (java) S 9054 9057 4973 0 -1 1077944320 60518 0 0 0 251906 100 0 0 20 0 17 0 95760532 11081453568 165802 33554432000 4194304 4196468 140731410929520 140731410912064 140302727913207 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
/proc/9057/statm: 2705433 165802 3151 1 0 2693827 0
[pid=9057/tid=9059] ppid=9054 vsize=10821732 memory=960 CPUtime=2512.06 cores=1,3,5,7
/proc/9057/task/9059/stat : 9059 (java) S 9054 9057 4973 0 -1 1077944384 27956 0 0 0 251199 7 0 0 20 0 17 0 95760532 11081453568 165802 33554432000 4194304 4196468 140731410929520 140302732156080 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9060] ppid=9054 vsize=10821732 memory=1236 CPUtime=0.24 cores=1,3,5,7
/proc/9057/task/9060/stat : 9060 (java) S 9054 9057 4973 0 -1 1077944384 314 0 0 0 20 4 0 0 20 0 17 0 95760533 11081453568 165802 33554432000 4194304 4196468 140731410929520 140302334221328 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9061] ppid=9054 vsize=10821732 memory=2344 CPUtime=0.26 cores=1,3,5,7
/proc/9057/task/9061/stat : 9061 (java) S 9054 9057 4973 0 -1 1077944384 391 0 0 0 21 5 0 0 20 0 17 0 95760533 11081453568 165802 33554432000 4194304 4196468 140731410929520 140302333168784 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9062] ppid=9054 vsize=10821732 memory=932 CPUtime=0.27 cores=1,3,5,7
/proc/9057/task/9062/stat : 9062 (java) S 9054 9057 4973 0 -1 1077944384 387 0 0 0 22 5 0 0 20 0 17 0 95760533 11081453568 165802 33554432000 4194304 4196468 140731410929520 140302332115728 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9063] ppid=9054 vsize=10821732 memory=1580 CPUtime=0.21 cores=1,3,5,7
/proc/9057/task/9063/stat : 9063 (java) S 9054 9057 4973 0 -1 1077944384 1167 0 0 0 17 4 0 0 20 0 17 0 95760533 11081453568 165802 33554432000 4194304 4196468 140731410929520 140302331063184 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9064] ppid=9054 vsize=10821732 memory=652648 CPUtime=0.06 cores=1,3,5,7
/proc/9057/task/9064/stat : 9064 (java) S 9054 9057 4973 0 -1 1077944384 832 0 0 0 3 3 0 0 20 0 17 0 95760534 11081453568 165802 33554432000 4194304 4196468 140731410929520 140302220257520 140302727924354 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9065] ppid=9054 vsize=10821732 memory=652648 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9065/stat : 9065 (java) S 9054 9057 4973 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 95760535 11081453568 165802 33554432000 4194304 4196468 140731410929520 140302219203808 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9066] ppid=9054 vsize=10821732 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9066/stat : 9066 (java) S 9054 9057 4973 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 17 0 95760535 11081453568 165802 33554432000 4194304 4196468 140731410929520 140302218150656 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9067] ppid=9054 vsize=10821732 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9067/stat : 9067 (java) S 9054 9057 4973 0 -1 1077944384 232 0 0 0 0 0 0 0 20 0 17 0 95760537 11081453568 165802 33554432000 4194304 4196468 140731410929520 140302217099216 140302727931803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9068] ppid=9054 vsize=10821732 memory=1200 CPUtime=2.38 cores=1,3,5,7
/proc/9057/task/9068/stat : 9068 (java) S 9054 9057 4973 0 -1 1077944384 11031 0 0 0 236 2 0 0 20 0 17 0 95760537 11081453568 165802 33554432000 4194304 4196468 140731410929520 140302216047344 140302727924354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9069] ppid=9054 vsize=10821732 memory=1424 CPUtime=2.5 cores=1,3,5,7
/proc/9057/task/9069/stat : 9069 (java) S 9054 9057 4973 0 -1 1077944384 8933 0 0 0 249 1 0 0 20 0 17 0 95760537 11081453568 165802 33554432000 4194304 4196468 140731410929520 140302214994800 140302727924354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9070] ppid=9054 vsize=10821732 memory=8552 CPUtime=0.49 cores=1,3,5,7
/proc/9057/task/9070/stat : 9070 (java) S 9054 9057 4973 0 -1 1077944384 5448 0 0 0 48 1 0 0 20 0 17 0 95760537 11081453568 165802 33554432000 4194304 4196468 140731410929520 140302213941744 140302727924354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9071] ppid=9054 vsize=10821732 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9071/stat : 9071 (java) S 9054 9057 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95760537 11081453568 165802 33554432000 4194304 4196468 140731410929520 140302212889440 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9072] ppid=9054 vsize=10821732 memory=654696 CPUtime=1.5 cores=1,3,5,7
/proc/9057/task/9072/stat : 9072 (java) S 9054 9057 4973 0 -1 1077944384 2029 0 0 0 73 77 0 0 20 0 17 0 95760538 11081453568 165802 33554432000 4194304 4196468 140731410929520 140302211836464 140302727924354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 663208 KiB

[startup+2512.5 s]
/proc/loadavg: 2.00 2.01 2.15 3/216 9223
/proc/meminfo: memFree=26384332/32770624 swapFree=67108860/67108860
[pid=9057] ppid=9054 vsize=10821732 memory=663208 CPUtime=2520.06 cores=1,3,5,7
/proc/9057/stat : 9057 (java) S 9054 9057 4973 0 -1 1077944320 60518 0 0 0 251906 100 0 0 20 0 17 0 95760532 11081453568 165802 33554432000 4194304 4196468 140731410929520 140731410912064 140302727913207 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
/proc/9057/statm: 2705433 165802 3151 1 0 2693827 0
[pid=9057/tid=9059] ppid=9054 vsize=10821732 memory=654696 CPUtime=2512.06 cores=1,3,5,7
/proc/9057/task/9059/stat : 9059 (java) S 9054 9057 4973 0 -1 1077944384 27956 0 0 0 251199 7 0 0 20 0 17 0 95760532 11081453568 165802 33554432000 4194304 4196468 140731410929520 140302732156080 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9060] ppid=9054 vsize=10821732 memory=654696 CPUtime=0.24 cores=1,3,5,7
/proc/9057/task/9060/stat : 9060 (java) S 9054 9057 4973 0 -1 1077944384 314 0 0 0 20 4 0 0 20 0 17 0 95760533 11081453568 165802 33554432000 4194304 4196468 140731410929520 140302334221328 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9061] ppid=9054 vsize=10821732 memory=654696 CPUtime=0.26 cores=1,3,5,7
/proc/9057/task/9061/stat : 9061 (java) S 9054 9057 4973 0 -1 1077944384 391 0 0 0 21 5 0 0 20 0 17 0 95760533 11081453568 165802 33554432000 4194304 4196468 140731410929520 140302333168784 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9062] ppid=9054 vsize=10821732 memory=1008 CPUtime=0.27 cores=1,3,5,7
/proc/9057/task/9062/stat : 9062 (java) S 9054 9057 4973 0 -1 1077944384 387 0 0 0 22 5 0 0 20 0 17 0 95760533 11081453568 165802 33554432000 4194304 4196468 140731410929520 140302332115728 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9063] ppid=9054 vsize=10821732 memory=2257 CPUtime=0.21 cores=1,3,5,7
/proc/9057/task/9063/stat : 9063 (java) S 9054 9057 4973 0 -1 1077944384 1167 0 0 0 17 4 0 0 20 0 17 0 95760533 11081453568 165802 33554432000 4194304 4196468 140731410929520 140302331063184 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9064] ppid=9054 vsize=10821732 memory=652648 CPUtime=0.06 cores=1,3,5,7
/proc/9057/task/9064/stat : 9064 (java) S 9054 9057 4973 0 -1 1077944384 832 0 0 0 3 3 0 0 20 0 17 0 95760534 11081453568 165802 33554432000 4194304 4196468 140731410929520 140302220257520 140302727924354 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9065] ppid=9054 vsize=10821732 memory=652648 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9065/stat : 9065 (java) S 9054 9057 4973 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 95760535 11081453568 165802 33554432000 4194304 4196468 140731410929520 140302219203808 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9066] ppid=9054 vsize=10821732 memory=654696 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9066/stat : 9066 (java) S 9054 9057 4973 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 17 0 95760535 11081453568 165802 33554432000 4194304 4196468 140731410929520 140302218150656 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9067] ppid=9054 vsize=10821732 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9067/stat : 9067 (java) S 9054 9057 4973 0 -1 1077944384 232 0 0 0 0 0 0 0 20 0 17 0 95760537 11081453568 165802 33554432000 4194304 4196468 140731410929520 140302217099216 140302727931803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9068] ppid=9054 vsize=10821732 memory=642408 CPUtime=2.38 cores=1,3,5,7
/proc/9057/task/9068/stat : 9068 (java) S 9054 9057 4973 0 -1 1077944384 11031 0 0 0 236 2 0 0 20 0 17 0 95760537 11081453568 165802 33554432000 4194304 4196468 140731410929520 140302216047344 140302727924354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9069] ppid=9054 vsize=10821732 memory=27860 CPUtime=2.5 cores=1,3,5,7
/proc/9057/task/9069/stat : 9069 (java) S 9054 9057 4973 0 -1 1077944384 8933 0 0 0 249 1 0 0 20 0 17 0 95760537 11081453568 165802 33554432000 4194304 4196468 140731410929520 140302214994800 140302727924354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9070] ppid=9054 vsize=10821732 memory=654696 CPUtime=0.49 cores=1,3,5,7
/proc/9057/task/9070/stat : 9070 (java) S 9054 9057 4973 0 -1 1077944384 5448 0 0 0 48 1 0 0 20 0 17 0 95760537 11081453568 165802 33554432000 4194304 4196468 140731410929520 140302213941744 140302727924354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9071] ppid=9054 vsize=10821732 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/9057/task/9071/stat : 9071 (java) S 9054 9057 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95760537 11081453568 165802 33554432000 4194304 4196468 140731410929520 140302212889440 140302727923413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
[pid=9057/tid=9072] ppid=9054 vsize=10821732 memory=8112282956445269571 CPUtime=1.5 cores=1,3,5,7
/proc/9057/task/9072/stat : 9072 (java) S 9054 9057 4973 0 -1 1077944384 2029 0 0 0 73 77 0 0 20 0 17 0 95760538 11081453568 165802 33554432000 4194304 4196468 140731410929520 140302211836464 140302727924354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25030656 140731410936966 140731410937119 140731410937119 140731410939855 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 663208 KiB

Child status: 143
Real time (s): 2512.56
CPU time (s): 2520.12
CPU user time (s): 2519.12
CPU system time (s): 1.00917
CPU usage (%): 100.301
Max. virtual memory (cumulated for all children) (KiB): 10821732
Max. memory (cumulated for all children) (KiB): 663208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.12
system time used= 1.00917
maximum resident set size= 665708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60887
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56811
involuntary context switches= 1375


# summary of solver processes directly reported to runsolver:
#   pid: 9057
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2519.12
#   total CPU system time (s): 1.00917

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1295 second user time and 25.0195 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-13 14:05:38
IDJOB=4263246
IDBENCH=128051
IDSOLVER=2651
FILE ID=node151/4263246-1502626796
RUNJOBID= node151-1502612262-5005
PBS_JOBID= 20628306
Free space on /tmp= 61756 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/CarSequencing/CarSequencing-m1-jcr/CarSequencing-19-71.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263246-1502626796/watcher-4263246-1502626796 -o /tmp/evaluation-result-4263246-1502626796/solver-4263246-1502626796 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502612262-5005 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263246-1502626796.xml

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

MD5SUM BENCH= 910e6a58e5b883abb8b2e34c5de0ea43
RANDOM SEED=1501186048

node151.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	: 5332.95
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	: 5332.95
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	: 5332.95
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	: 5332.95
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:        26016820 kB
MemAvailable:   29121084 kB
Buffers:          234480 kB
Cached:          3161816 kB
SwapCached:            0 kB
Active:          3715156 kB
Inactive:        2604520 kB
Active(anon):    2926532 kB
Inactive(anon):    25044 kB
Active(file):     788624 kB
Inactive(file):  2579476 kB
Unevictable:        7024 kB
Mlocked:            7024 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1708 kB
Writeback:             0 kB
AnonPages:       2930716 kB
Mapped:            55232 kB
Shmem:             25224 kB
Slab:             130548 kB
SReclaimable:     103996 kB
SUnreclaim:        26552 kB
KernelStack:        3856 kB
PageTables:        10528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4460832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2789376 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= 61752 MiB
End job on node151 at 2017-08-13 14:47:30