Trace number 4289919

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11? (TO) 2400.25 2084.19

General information on the benchmark

NameNurseRostering/
NurseRostering-13_c18.xml
MD5SUMbfb8f77ba8ae689b0ec737170bc63bca
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark62102
Best CPU time to get the best result obtained on this benchmark2520.11
Satisfiable
(Un)Satisfiability was proved
Number of variables8025
Number of constraints17841
Number of domains21
Minimum domain size1
Maximum domain size121
Distribution of domain sizes[{"size":1,"count":652},{"size":2,"count":1350},{"size":3,"count":156},{"size":4,"count":72},{"size":5,"count":33},{"size":6,"count":8},{"size":7,"count":121},{"size":8,"count":124},{"size":11,"count":96},{"size":12,"count":117},{"size":19,"count":3360},{"size":29,"count":900},{"size":120,"count":504},{"size":121,"count":532}]
Minimum variable degree2
Maximum variable degree55
Distribution of variable degrees[{"degree":2,"count":4185},{"degree":3,"count":480},{"degree":42,"count":5},{"degree":43,"count":95},{"degree":44,"count":120},{"degree":45,"count":25},{"degree":46,"count":79},{"degree":47,"count":137},{"degree":48,"count":190},{"degree":49,"count":200},{"degree":50,"count":288},{"degree":51,"count":991},{"degree":52,"count":861},{"degree":53,"count":271},{"degree":54,"count":78},{"degree":55,"count":20}]
Minimum constraint arity2
Maximum constraint arity240
Distribution of constraint arities[{"arity":2,"count":5938},{"arity":3,"count":5850},{"arity":4,"count":370},{"arity":6,"count":2530},{"arity":7,"count":220},{"arity":19,"count":120},{"arity":29,"count":2280},{"arity":121,"count":532},{"arity":240,"count":1}]
Number of extensional constraints3772
Number of intensional constraints2031
Distribution of constraint types[{"type":"extension","count":3772},{"type":"intension","count":2031},{"type":"regular","count":6235},{"type":"sum","count":240},{"type":"count","count":5562},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

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

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

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

solver pid=27740, runsolver pid=27736

[startup+0.100137 s]*
/proc/loadavg: 1.40 1.82 1.98 3/217 27773
/proc/meminfo: memFree=25263236/32770624 swapFree=67108852/67108860
[pid=27740] ppid=27736 vsize=10659012 memory=31416 CPUtime=0.12 cores=1,3,5,7
/proc/27740/stat : 27740 (java) S 27736 27740 24602 0 -1 1077944320 6428 0 0 0 11 1 0 0 20 0 15 0 38561446 10914828288 7854 33554432000 4194304 4196468 140736573168400 140736573150944 140090908700407 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
/proc/27740/statm: 2664753 7854 2805 1 0 2627263 0
[pid=27740/tid=27746] ppid=27736 vsize=10659012 memory=5450919713671312938 CPUtime=0.09 cores=1,3,5,7
/proc/27740/task/27746/stat : 27746 (java) R 27736 27740 24602 0 -1 4202560 4270 0 0 0 8 1 0 0 20 0 15 0 38561447 10914828288 7854 33554432000 4194304 4196468 140736573168400 140090912914400 140090892780894 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27748] ppid=27736 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27748/stat : 27748 (java) S 27736 27740 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38561448 10914828288 7854 33554432000 4194304 4196468 140736573168400 140090834774672 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27749] ppid=27736 vsize=10659012 memory=140079799096960 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27749/stat : 27749 (java) S 27736 27740 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38561448 10914828288 7854 33554432000 4194304 4196468 140736573168400 140090833721872 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27751] ppid=27736 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27751/stat : 27751 (java) S 27736 27740 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38561448 10914828288 7854 33554432000 4194304 4196468 140736573168400 140090832669072 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27753] ppid=27736 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27753/stat : 27753 (java) S 27736 27740 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38561448 10914828288 7854 33554432000 4194304 4196468 140736573168400 140090831616272 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27756] ppid=27736 vsize=10659012 memory=140079799096960 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27756/stat : 27756 (java) S 27736 27740 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38561449 10914828288 7854 33554432000 4194304 4196468 140736573168400 140090400504688 140090908711554 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27758] ppid=27736 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27758/stat : 27758 (java) S 27736 27740 24602 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38561449 10914828288 7854 33554432000 4194304 4196468 140736573168400 140090399450656 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27760] ppid=27736 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27760/stat : 27760 (java) S 27736 27740 24602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38561450 10914828288 7854 33554432000 4194304 4196468 140736573168400 140090398397808 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27762] ppid=27736 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27762/stat : 27762 (java) S 27736 27740 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38561452 10914828288 7854 33554432000 4194304 4196468 140736573168400 140090397346128 140090908719003 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27765] ppid=27736 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27765/stat : 27765 (java) S 27736 27740 24602 0 -1 1077944384 438 0 0 0 0 0 0 0 20 0 15 0 38561452 10914828288 7854 33554432000 4194304 4196468 140736573168400 140090396293488 140090908711554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27767] ppid=27736 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27767/stat : 27767 (java) S 27736 27740 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38561452 10914828288 7854 33554432000 4194304 4196468 140736573168400 140090395240688 140090908711554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27769] ppid=27736 vsize=10659012 memory=140079799096960 CPUtime=0.02 cores=1,3,5,7
/proc/27740/task/27769/stat : 27769 (java) S 27736 27740 24602 0 -1 1077944384 351 0 0 0 2 0 0 0 20 0 15 0 38561452 10914828288 7854 33554432000 4194304 4196468 140736573168400 140090394187888 140090908711554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27771] ppid=27736 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27771/stat : 27771 (java) S 27736 27740 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38561452 10914828288 7854 33554432000 4194304 4196468 140736573168400 140090393135328 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27772] ppid=27736 vsize=10659012 memory=140079799096960 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27772/stat : 27772 (java) S 27736 27740 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38561452 10914828288 7854 33554432000 4194304 4196468 140736573168400 140090392083632 140090908711554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31416 KiB

[startup+0.210665 s]*
/proc/loadavg: 1.40 1.82 1.98 5/217 27773
/proc/meminfo: memFree=25245176/32770624 swapFree=67108852/67108860
[pid=27740] ppid=27736 vsize=10659012 memory=42132 CPUtime=0.32 cores=1,3,5,7
/proc/27740/stat : 27740 (java) S 27736 27740 24602 0 -1 1077944320 7619 0 0 0 30 2 0 0 20 0 15 0 38561446 10914828288 10533 33554432000 4194304 4196468 140736573168400 140736573150944 140090908700407 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
/proc/27740/statm: 2664753 10533 3004 1 0 2627263 0
[pid=27740/tid=27746] ppid=27736 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/27740/task/27746/stat : 27746 (java) R 27736 27740 24602 0 -1 4202560 4600 0 0 0 18 1 0 0 20 0 15 0 38561447 10914828288 10533 33554432000 4194304 4196468 140736573168400 140090912922304 140090892744037 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27748] ppid=27736 vsize=10659012 memory=343 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27748/stat : 27748 (java) S 27736 27740 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38561448 10914828288 10533 33554432000 4194304 4196468 140736573168400 140090834774672 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27749] ppid=27736 vsize=10659012 memory=140079799282819 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27749/stat : 27749 (java) S 27736 27740 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38561448 10914828288 10533 33554432000 4194304 4196468 140736573168400 140090833721872 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27751] ppid=27736 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27751/stat : 27751 (java) S 27736 27740 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38561448 10914828288 10533 33554432000 4194304 4196468 140736573168400 140090832669072 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27753] ppid=27736 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27753/stat : 27753 (java) S 27736 27740 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38561448 10914828288 10533 33554432000 4194304 4196468 140736573168400 140090831616272 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27756] ppid=27736 vsize=10659012 memory=140079799096960 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27756/stat : 27756 (java) S 27736 27740 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38561449 10914828288 10533 33554432000 4194304 4196468 140736573168400 140090400504688 140090908711554 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27758] ppid=27736 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27758/stat : 27758 (java) S 27736 27740 24602 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38561449 10914828288 10533 33554432000 4194304 4196468 140736573168400 140090399450656 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27760] ppid=27736 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27760/stat : 27760 (java) S 27736 27740 24602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38561450 10914828288 10533 33554432000 4194304 4196468 140736573168400 140090398397808 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27762] ppid=27736 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27762/stat : 27762 (java) S 27736 27740 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38561452 10914828288 10533 33554432000 4194304 4196468 140736573168400 140090397346128 140090908719003 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27765] ppid=27736 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27740/task/27765/stat : 27765 (java) R 27736 27740 24602 0 -1 1077944384 792 0 0 0 2 0 0 0 20 0 15 0 38561452 10914828288 10533 33554432000 4194304 4196468 140736573168400 140090396293488 140090908711554 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27767] ppid=27736 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/27740/task/27767/stat : 27767 (java) S 27736 27740 24602 0 -1 1077944384 177 0 0 0 1 0 0 0 20 0 15 0 38561452 10914828288 10533 33554432000 4194304 4196468 140736573168400 140090395240688 140090908711554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27769] ppid=27736 vsize=10659012 memory=140079799096960 CPUtime=0.07 cores=1,3,5,7
/proc/27740/task/27769/stat : 27769 (java) S 27736 27740 24602 0 -1 1077944384 682 0 0 0 7 0 0 0 20 0 15 0 38561452 10914828288 10533 33554432000 4194304 4196468 140736573168400 140090394187888 140090908711554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27771] ppid=27736 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27771/stat : 27771 (java) S 27736 27740 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38561452 10914828288 10533 33554432000 4194304 4196468 140736573168400 140090393135328 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27772] ppid=27736 vsize=10659012 memory=140079799096960 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27772/stat : 27772 (java) S 27736 27740 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38561452 10914828288 10533 33554432000 4194304 4196468 140736573168400 140090392083632 140090908711554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42132 KiB

[startup+0.314509 s]*
/proc/loadavg: 1.40 1.82 1.98 9/217 27773
/proc/meminfo: memFree=25218816/32770624 swapFree=67108852/67108860
[pid=27740] ppid=27736 vsize=10659012 memory=54712 CPUtime=0.59 cores=1,3,5,7
/proc/27740/stat : 27740 (java) S 27736 27740 24602 0 -1 1077944320 9270 0 0 0 57 2 0 0 20 0 15 0 38561446 10914828288 13678 33554432000 4194304 4196468 140736573168400 140736573150944 140090908700407 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
/proc/27740/statm: 2664753 13678 3049 1 0 2627263 0
[pid=27740/tid=27746] ppid=27736 vsize=10659012 memory=8390339637985935414 CPUtime=0.29 cores=1,3,5,7
/proc/27740/task/27746/stat : 27746 (java) R 27736 27740 24602 0 -1 4202560 4883 0 0 0 28 1 0 0 20 0 15 0 38561447 10914828288 13678 33554432000 4194304 4196468 140736573168400 140090912936640 140090908722333 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27748] ppid=27736 vsize=10659012 memory=288230600413020183 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27748/stat : 27748 (java) S 27736 27740 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38561448 10914828288 13678 33554432000 4194304 4196468 140736573168400 140090834774672 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27749] ppid=27736 vsize=10659012 memory=140079799282818 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27749/stat : 27749 (java) S 27736 27740 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38561448 10914828288 13678 33554432000 4194304 4196468 140736573168400 140090833721872 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27751] ppid=27736 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27751/stat : 27751 (java) S 27736 27740 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38561448 10914828288 13678 33554432000 4194304 4196468 140736573168400 140090832669072 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27753] ppid=27736 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27753/stat : 27753 (java) S 27736 27740 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38561448 10914828288 13678 33554432000 4194304 4196468 140736573168400 140090831616272 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27756] ppid=27736 vsize=10659012 memory=140079799096960 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27756/stat : 27756 (java) S 27736 27740 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38561449 10914828288 13678 33554432000 4194304 4196468 140736573168400 140090400504688 140090908711554 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27758] ppid=27736 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27758/stat : 27758 (java) S 27736 27740 24602 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38561449 10914828288 13678 33554432000 4194304 4196468 140736573168400 140090399450656 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27760] ppid=27736 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27760/stat : 27760 (java) S 27736 27740 24602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38561450 10914828288 13678 33554432000 4194304 4196468 140736573168400 140090398397808 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27762] ppid=27736 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27762/stat : 27762 (java) S 27736 27740 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38561452 10914828288 13678 33554432000 4194304 4196468 140736573168400 140090397346128 140090908719003 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27765] ppid=27736 vsize=10659012 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27740/task/27765/stat : 27765 (java) R 27736 27740 24602 0 -1 4202560 1232 0 0 0 8 0 0 0 20 0 15 0 38561452 10914828288 13678 33554432000 4194304 4196468 140736573168400 140090396280304 140090908714294 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27767] ppid=27736 vsize=10659012 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27740/task/27767/stat : 27767 (java) R 27736 27740 24602 0 -1 4202560 741 0 0 0 7 0 0 0 20 0 15 0 38561452 10914828288 13678 33554432000 4194304 4196468 140736573168400 140090395221704 140090886454432 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27769] ppid=27736 vsize=10659012 memory=140079799096960 CPUtime=0.12 cores=1,3,5,7
/proc/27740/task/27769/stat : 27769 (java) R 27736 27740 24602 0 -1 1077944384 1046 0 0 0 12 0 0 0 20 0 15 0 38561452 10914828288 13678 33554432000 4194304 4196468 140736573168400 140090394187888 140090908711554 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27771] ppid=27736 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27771/stat : 27771 (java) S 27736 27740 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38561452 10914828288 13678 33554432000 4194304 4196468 140736573168400 140090393135328 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27772] ppid=27736 vsize=10659012 memory=140079799096960 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27772/stat : 27772 (java) S 27736 27740 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38561452 10914828288 13678 33554432000 4194304 4196468 140736573168400 140090392083632 140090908711554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 54712 KiB

[startup+0.700742 s]
/proc/loadavg: 1.40 1.82 1.98 10/217 27773
/proc/meminfo: memFree=25156588/32770624 swapFree=67108852/67108860
[pid=27740] ppid=27736 vsize=10659088 memory=112860 CPUtime=1.94 cores=1,3,5,7
/proc/27740/stat : 27740 (java) S 27736 27740 24602 0 -1 1077944320 11635 0 0 0 190 4 0 0 20 0 15 0 38561446 10914906112 28215 33554432000 4194304 4196468 140736573168400 140736573150944 140090908700407 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
/proc/27740/statm: 2664772 28215 3107 1 0 2627263 0
[pid=27740/tid=27746] ppid=27736 vsize=10659088 memory=1732 CPUtime=0.67 cores=1,3,5,7
/proc/27740/task/27746/stat : 27746 (java) R 27736 27740 24602 0 -1 4202560 5376 0 0 0 65 2 0 0 20 0 15 0 38561447 10914906112 28215 33554432000 4194304 4196468 140736573168400 140090912938496 140090508913472 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27748] ppid=27736 vsize=10659088 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27748/stat : 27748 (java) S 27736 27740 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38561448 10914906112 28215 33554432000 4194304 4196468 140736573168400 140090834774672 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27749] ppid=27736 vsize=10659088 memory=796 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27749/stat : 27749 (java) S 27736 27740 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38561448 10914906112 28215 33554432000 4194304 4196468 140736573168400 140090833721872 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27751] ppid=27736 vsize=10659088 memory=10936 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27751/stat : 27751 (java) S 27736 27740 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38561448 10914906112 28215 33554432000 4194304 4196468 140736573168400 140090832669072 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27753] ppid=27736 vsize=10659088 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27753/stat : 27753 (java) S 27736 27740 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38561448 10914906112 28215 33554432000 4194304 4196468 140736573168400 140090831616272 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27756] ppid=27736 vsize=10659088 memory=1948 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27756/stat : 27756 (java) S 27736 27740 24602 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 38561449 10914906112 28215 33554432000 4194304 4196468 140736573168400 140090400504688 140090908711554 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27758] ppid=27736 vsize=10659088 memory=8372 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27758/stat : 27758 (java) S 27736 27740 24602 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38561449 10914906112 28215 33554432000 4194304 4196468 140736573168400 140090399450656 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27760] ppid=27736 vsize=10659088 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27760/stat : 27760 (java) S 27736 27740 24602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38561450 10914906112 28215 33554432000 4194304 4196468 140736573168400 140090398397808 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27762] ppid=27736 vsize=10659088 memory=5372 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27762/stat : 27762 (java) S 27736 27740 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38561452 10914906112 28215 33554432000 4194304 4196468 140736573168400 140090397346128 140090908719003 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27765] ppid=27736 vsize=10659088 memory=7302135314614015848 CPUtime=0.44 cores=1,3,5,7
/proc/27740/task/27765/stat : 27765 (java) R 27736 27740 24602 0 -1 4202560 1711 0 0 0 44 0 0 0 20 0 15 0 38561452 10914906112 28215 33554432000 4194304 4196468 140736573168400 140090396282240 140090894758048 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27767] ppid=27736 vsize=10659088 memory=6082784577605494118 CPUtime=0.44 cores=1,3,5,7
/proc/27740/task/27767/stat : 27767 (java) R 27736 27740 24602 0 -1 4202560 1436 0 0 0 44 0 0 0 20 0 15 0 38561452 10914906112 28215 33554432000 4194304 4196468 140736573168400 140090395222096 140090893817564 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27769] ppid=27736 vsize=10659088 memory=7007715718637572176 CPUtime=0.35 cores=1,3,5,7
/proc/27740/task/27769/stat : 27769 (java) S 27736 27740 24602 0 -1 1077944384 1741 0 0 0 35 0 0 0 20 0 15 0 38561452 10914906112 28215 33554432000 4194304 4196468 140736573168400 140090394187888 140090908711554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27771] ppid=27736 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27771/stat : 27771 (java) S 27736 27740 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38561452 10914906112 28215 33554432000 4194304 4196468 140736573168400 140090393135328 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27772] ppid=27736 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27772/stat : 27772 (java) S 27736 27740 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38561452 10914906112 28215 33554432000 4194304 4196468 140736573168400 140090392083632 140090908711554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
Current children cumulated CPU time: 1.94 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 112860 KiB

[startup+1.5007 s]
/proc/loadavg: 1.40 1.82 1.98 6/217 27773
/proc/meminfo: memFree=24808392/32770624 swapFree=67108852/67108860
[pid=27740] ppid=27736 vsize=10659088 memory=216592 CPUtime=4.51 cores=1,3,5,7
/proc/27740/stat : 27740 (java) S 27736 27740 24602 0 -1 1077944320 26598 0 0 0 444 7 0 0 20 0 15 0 38561446 10914906112 54148 33554432000 4194304 4196468 140736573168400 140736573150944 140090908700407 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
/proc/27740/statm: 2664772 54148 3150 1 0 2627263 0
[pid=27740/tid=27746] ppid=27736 vsize=10659088 memory=6791534058613427641 CPUtime=1.44 cores=1,3,5,7
/proc/27740/task/27746/stat : 27746 (java) R 27736 27740 24602 0 -1 4202560 6738 0 0 0 141 3 0 0 20 0 15 0 38561447 10914906112 54148 33554432000 4194304 4196468 140736573168400 140090912936464 140090511022048 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27748] ppid=27736 vsize=10659088 memory=40100 CPUtime=0.01 cores=1,3,5,7
/proc/27740/task/27748/stat : 27748 (java) S 27736 27740 24602 0 -1 1077944384 110 0 0 0 1 0 0 0 20 0 15 0 38561448 10914906112 54148 33554432000 4194304 4196468 140736573168400 140090834774672 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27749] ppid=27736 vsize=10659088 memory=6944656592385698452 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27749/stat : 27749 (java) S 27736 27740 24602 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 38561448 10914906112 54148 33554432000 4194304 4196468 140736573168400 140090833721872 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27751] ppid=27736 vsize=10659088 memory=-7161131788332309537 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27751/stat : 27751 (java) S 27736 27740 24602 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 15 0 38561448 10914906112 54148 33554432000 4194304 4196468 140736573168400 140090832669072 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27753] ppid=27736 vsize=10659088 memory=-8316900901535099443 CPUtime=0.01 cores=1,3,5,7
/proc/27740/task/27753/stat : 27753 (java) S 27736 27740 24602 0 -1 1077944384 260 0 0 0 1 0 0 0 20 0 15 0 38561448 10914906112 54148 33554432000 4194304 4196468 140736573168400 140090831616272 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27756] ppid=27736 vsize=10659088 memory=7976406965554101975 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27756/stat : 27756 (java) S 27736 27740 24602 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 38561449 10914906112 54148 33554432000 4194304 4196468 140736573168400 140090400504688 140090908711554 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0

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

/proc/27740/task/27758/stat : 27758 (java) S 27736 27740 24602 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 38561449 10985164800 2071304 33554432000 4194304 4196468 140736573168400 140090399450720 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27760] ppid=27736 vsize=10727700 memory=8285216 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27760/stat : 27760 (java) S 27736 27740 24602 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 16 0 38561450 10985164800 2071304 33554432000 4194304 4196468 140736573168400 140090398397824 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27762] ppid=27736 vsize=10727700 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27762/stat : 27762 (java) S 27736 27740 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38561452 10985164800 2071304 33554432000 4194304 4196468 140736573168400 140090397346128 140090908719003 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27765] ppid=27736 vsize=10727700 memory=8285216 CPUtime=6.32 cores=1,3,5,7
/proc/27740/task/27765/stat : 27765 (java) S 27736 27740 24602 0 -1 1077944384 25577 0 0 0 628 4 0 0 20 0 16 0 38561452 10985164800 2071304 33554432000 4194304 4196468 140736573168400 140090396293488 140090908711554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27767] ppid=27736 vsize=10727700 memory=4044 CPUtime=6.44 cores=1,3,5,7
/proc/27740/task/27767/stat : 27767 (java) S 27736 27740 24602 0 -1 1077944384 24981 0 0 0 642 2 0 0 20 0 16 0 38561452 10985164800 2071304 33554432000 4194304 4196468 140736573168400 140090395240688 140090908711554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27769] ppid=27736 vsize=10727700 memory=8285216 CPUtime=1.08 cores=1,3,5,7
/proc/27740/task/27769/stat : 27769 (java) S 27736 27740 24602 0 -1 1077944384 15284 0 0 0 105 3 0 0 20 0 16 0 38561452 10985164800 2071304 33554432000 4194304 4196468 140736573168400 140090394187888 140090908711554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27771] ppid=27736 vsize=10727700 memory=4012 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27771/stat : 27771 (java) S 27736 27740 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38561452 10985164800 2071304 33554432000 4194304 4196468 140736573168400 140090393135328 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27772] ppid=27736 vsize=10727700 memory=8285216 CPUtime=1.19 cores=1,3,5,7
/proc/27740/task/27772/stat : 27772 (java) S 27736 27740 24602 0 -1 1077944384 1977 0 0 0 49 70 0 0 20 0 16 0 38561452 10985164800 2071304 33554432000 4194304 4196468 140736573168400 140090392083632 140090908711554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27776] ppid=27736 vsize=10727700 memory=3224 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27776/stat : 27776 (java) S 27736 27740 24602 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 38569325 10985164800 2071304 33554432000 4194304 4196468 140736573168400 140090388932016 140090908711554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
Current children cumulated CPU time: 2398.42 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 8285216 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2083.9 s]
/proc/loadavg: 2.05 2.24 2.16 3/217 27861
/proc/meminfo: memFree=15050220/32770624 swapFree=67108852/67108860
[pid=27740] ppid=27736 vsize=10727700 memory=8285216 CPUtime=2400.02 cores=1,3,5,7
/proc/27740/stat : 27740 (java) S 27736 27740 24602 0 -1 1077944320 1763675 0 0 0 239386 616 0 0 20 0 16 0 38561446 10985164800 2071304 33554432000 4194304 4196468 140736573168400 140736573150944 140090908700407 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
/proc/27740/statm: 2681925 2071304 3204 1 0 2644416 0
[pid=27740/tid=27746] ppid=27736 vsize=10727700 memory=8285216 CPUtime=1963.1 cores=1,3,5,7
/proc/27740/task/27746/stat : 27746 (java) R 27736 27740 24602 0 -1 4202560 308422 0 0 0 196246 64 0 0 20 0 16 0 38561447 10985164800 2071304 33554432000 4194304 4196468 140736573168400 140090912939088 140090508914756 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27748] ppid=27736 vsize=10727700 memory=8285216 CPUtime=100.89 cores=1,3,5,7
/proc/27740/task/27748/stat : 27748 (java) S 27736 27740 24602 0 -1 1077944384 327693 0 0 0 9978 111 0 0 20 0 16 0 38561448 10985164800 2071304 33554432000 4194304 4196468 140736573168400 140090834774672 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27749] ppid=27736 vsize=10727700 memory=8285216 CPUtime=101.27 cores=1,3,5,7
/proc/27740/task/27749/stat : 27749 (java) S 27736 27740 24602 0 -1 1077944384 385979 0 0 0 10001 126 0 0 20 0 16 0 38561448 10985164800 2071304 33554432000 4194304 4196468 140736573168400 140090833721872 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27751] ppid=27736 vsize=10727700 memory=8285216 CPUtime=101.03 cores=1,3,5,7
/proc/27740/task/27751/stat : 27751 (java) S 27736 27740 24602 0 -1 1077944384 323260 0 0 0 9984 119 0 0 20 0 16 0 38561448 10985164800 2071304 33554432000 4194304 4196468 140736573168400 140090832669072 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27753] ppid=27736 vsize=10727700 memory=8285216 CPUtime=100.46 cores=1,3,5,7
/proc/27740/task/27753/stat : 27753 (java) S 27736 27740 24602 0 -1 1077944384 253518 0 0 0 9925 121 0 0 20 0 16 0 38561448 10985164800 2071304 33554432000 4194304 4196468 140736573168400 140090831616272 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27756] ppid=27736 vsize=10727700 memory=4012 CPUtime=18.17 cores=1,3,5,7
/proc/27740/task/27756/stat : 27756 (java) S 27736 27740 24602 0 -1 1077944384 95473 0 0 0 1810 7 0 0 20 0 16 0 38561449 10985164800 2071304 33554432000 4194304 4196468 140736573168400 140090400504688 140090908711554 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27758] ppid=27736 vsize=10727700 memory=4012 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27758/stat : 27758 (java) S 27736 27740 24602 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 38561449 10985164800 2071304 33554432000 4194304 4196468 140736573168400 140090399450720 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27760] ppid=27736 vsize=10727700 memory=13816 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27760/stat : 27760 (java) S 27736 27740 24602 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 16 0 38561450 10985164800 2071304 33554432000 4194304 4196468 140736573168400 140090398397824 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27762] ppid=27736 vsize=10727700 memory=8285216 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27762/stat : 27762 (java) S 27736 27740 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38561452 10985164800 2071304 33554432000 4194304 4196468 140736573168400 140090397346128 140090908719003 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27765] ppid=27736 vsize=10727700 memory=4012 CPUtime=6.32 cores=1,3,5,7
/proc/27740/task/27765/stat : 27765 (java) S 27736 27740 24602 0 -1 1077944384 25577 0 0 0 628 4 0 0 20 0 16 0 38561452 10985164800 2071304 33554432000 4194304 4196468 140736573168400 140090396293488 140090908711554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27767] ppid=27736 vsize=10727700 memory=8285216 CPUtime=6.44 cores=1,3,5,7
/proc/27740/task/27767/stat : 27767 (java) S 27736 27740 24602 0 -1 1077944384 24981 0 0 0 642 2 0 0 20 0 16 0 38561452 10985164800 2071304 33554432000 4194304 4196468 140736573168400 140090395240688 140090908711554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27769] ppid=27736 vsize=10727700 memory=8285216 CPUtime=1.08 cores=1,3,5,7
/proc/27740/task/27769/stat : 27769 (java) S 27736 27740 24602 0 -1 1077944384 15284 0 0 0 105 3 0 0 20 0 16 0 38561452 10985164800 2071304 33554432000 4194304 4196468 140736573168400 140090394187888 140090908711554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27771] ppid=27736 vsize=10727700 memory=8285216 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27771/stat : 27771 (java) S 27736 27740 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38561452 10985164800 2071304 33554432000 4194304 4196468 140736573168400 140090393135328 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27772] ppid=27736 vsize=10727700 memory=4044 CPUtime=1.19 cores=1,3,5,7
/proc/27740/task/27772/stat : 27772 (java) S 27736 27740 24602 0 -1 1077944384 1977 0 0 0 49 70 0 0 20 0 16 0 38561452 10985164800 2071304 33554432000 4194304 4196468 140736573168400 140090392083632 140090908711554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27776] ppid=27736 vsize=10727700 memory=8285216 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27776/stat : 27776 (java) S 27736 27740 24602 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 38569325 10985164800 2071304 33554432000 4194304 4196468 140736573168400 140090388932016 140090908711554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 8285216 KiB

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

[startup+2084.19 s]
# the end of solver process 27740 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2394.04 s, system=6.20617 s

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

[startup+2084.01 s]*
/proc/loadavg: 2.05 2.24 2.16 3/218 27864
/proc/meminfo: memFree=15049956/32770624 swapFree=67108852/67108860
[pid=27740] ppid=27736 vsize=10927392 memory=8285512 CPUtime=2400.14 cores=1,3,5,7
/proc/27740/stat : 27740 (java) S 27736 27740 24602 0 -1 1077944320 1766973 0 0 0 239397 617 0 0 20 0 17 0 38561446 11189649408 2071378 33554432000 4194304 4196468 140736573168400 140736573150944 140090908700407 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
/proc/27740/statm: 2731848 2071378 3206 1 0 2694339 0
[pid=27740/tid=27746] ppid=27736 vsize=10927392 memory=6791534058613427641 CPUtime=1963.16 cores=1,3,5,7
/proc/27740/task/27746/stat : 27746 (java) S 27736 27740 24602 0 -1 1077944384 308491 0 0 0 196252 64 0 0 20 0 17 0 38561447 11189649408 2071378 33554432000 4194304 4196468 140736573168400 140090912943280 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27748] ppid=27736 vsize=10927392 memory=4126316290023845779 CPUtime=100.89 cores=1,3,5,7
/proc/27740/task/27748/stat : 27748 (java) S 27736 27740 24602 0 -1 1077944384 327693 0 0 0 9978 111 0 0 20 0 17 0 38561448 11189649408 2071378 33554432000 4194304 4196468 140736573168400 140090834774672 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27749] ppid=27736 vsize=10927392 memory=303430223234596890 CPUtime=101.27 cores=1,3,5,7
/proc/27740/task/27749/stat : 27749 (java) S 27736 27740 24602 0 -1 1077944384 385979 0 0 0 10001 126 0 0 20 0 17 0 38561448 11189649408 2071378 33554432000 4194304 4196468 140736573168400 140090833721872 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27751] ppid=27736 vsize=10927392 memory=288230621803970871 CPUtime=101.03 cores=1,3,5,7
/proc/27740/task/27751/stat : 27751 (java) S 27736 27740 24602 0 -1 1077944384 323260 0 0 0 9984 119 0 0 20 0 17 0 38561448 11189649408 2071378 33554432000 4194304 4196468 140736573168400 140090832669072 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27753] ppid=27736 vsize=10927392 memory=13564881949427981 CPUtime=100.46 cores=1,3,5,7
/proc/27740/task/27753/stat : 27753 (java) S 27736 27740 24602 0 -1 1077944384 253518 0 0 0 9925 121 0 0 20 0 17 0 38561448 11189649408 2071378 33554432000 4194304 4196468 140736573168400 140090831616272 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27756] ppid=27736 vsize=10927392 memory=1232 CPUtime=18.17 cores=1,3,5,7
/proc/27740/task/27756/stat : 27756 (java) S 27736 27740 24602 0 -1 1077944384 95514 0 0 0 1810 7 0 0 20 0 17 0 38561449 11189649408 2071378 33554432000 4194304 4196468 140736573168400 140090400504688 140090908711554 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27758] ppid=27736 vsize=10927392 memory=8285216 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27758/stat : 27758 (java) S 27736 27740 24602 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 17 0 38561449 11189649408 2071378 33554432000 4194304 4196468 140736573168400 140090399450720 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27760] ppid=27736 vsize=10927392 memory=916 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27760/stat : 27760 (java) S 27736 27740 24602 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 17 0 38561450 11189649408 2071378 33554432000 4194304 4196468 140736573168400 140090398397824 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27762] ppid=27736 vsize=10927392 memory=916 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27762/stat : 27762 (java) S 27736 27740 24602 0 -1 1077944384 224 0 0 0 0 0 0 0 20 0 17 0 38561452 11189649408 2071378 33554432000 4194304 4196468 140736573168400 140090397346128 140090908719003 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27765] ppid=27736 vsize=10927392 memory=3848 CPUtime=6.34 cores=1,3,5,7
/proc/27740/task/27765/stat : 27765 (java) S 27736 27740 24602 0 -1 1077944384 26957 0 0 0 630 4 0 0 20 0 17 0 38561452 11189649408 2071378 33554432000 4194304 4196468 140736573168400 140090396293488 140090908711554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27767] ppid=27736 vsize=10927392 memory=4104 CPUtime=6.46 cores=1,3,5,7
/proc/27740/task/27767/stat : 27767 (java) S 27736 27740 24602 0 -1 1077944384 25689 0 0 0 644 2 0 0 20 0 17 0 38561452 11189649408 2071378 33554432000 4194304 4196468 140736573168400 140090395240688 140090908711554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27769] ppid=27736 vsize=10927392 memory=2296 CPUtime=1.08 cores=1,3,5,7
/proc/27740/task/27769/stat : 27769 (java) S 27736 27740 24602 0 -1 1077944384 15813 0 0 0 105 3 0 0 20 0 17 0 38561452 11189649408 2071378 33554432000 4194304 4196468 140736573168400 140090394187888 140090908711554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27771] ppid=27736 vsize=10927392 memory=2296 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27771/stat : 27771 (java) S 27736 27740 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38561452 11189649408 2071378 33554432000 4194304 4196468 140736573168400 140090393135328 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27772] ppid=27736 vsize=10927392 memory=8285216 CPUtime=1.19 cores=1,3,5,7
/proc/27740/task/27772/stat : 27772 (java) S 27736 27740 24602 0 -1 1077944384 1977 0 0 0 49 70 0 0 20 0 17 0 38561452 11189649408 2071378 33554432000 4194304 4196468 140736573168400 140090392083632 140090908711554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27862] ppid=27736 vsize=10927392 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27862/stat : 27862 (java) S 27736 27740 24602 0 -1 1077944384 188 0 0 0 0 0 0 0 20 0 17 0 38769837 11189649408 2071378 33554432000 4194304 4196468 140736573168400 140090387878512 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27863] ppid=27736 vsize=10927392 memory=8285216 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27863/stat : 27863 (java) S 27736 27740 24602 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 17 0 38769837 11189649408 2071378 33554432000 4194304 4196468 140736573168400 140090386826640 140090908711554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
Current children cumulated CPU time: 2400.14 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 8285512 KiB

[startup+2084.11 s]
/proc/loadavg: 2.05 2.24 2.16 3/218 27864
/proc/meminfo: memFree=15049956/32770624 swapFree=67108852/67108860
[pid=27740] ppid=27736 vsize=10927392 memory=8285528 CPUtime=2400.14 cores=1,3,5,7
/proc/27740/stat : 27740 (java) S 27736 27740 24602 0 -1 1077944320 1767347 0 0 0 239397 617 0 0 20 0 17 0 38561446 11189649408 2071382 33554432000 4194304 4196468 140736573168400 140736573150944 140090908700407 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
/proc/27740/statm: 2731848 2071382 3206 1 0 2694339 0
[pid=27740/tid=27746] ppid=27736 vsize=10927392 memory=8285216 CPUtime=1963.16 cores=1,3,5,7
/proc/27740/task/27746/stat : 27746 (java) S 27736 27740 24602 0 -1 1077944384 308491 0 0 0 196252 64 0 0 20 0 17 0 38561447 11189649408 2071382 33554432000 4194304 4196468 140736573168400 140090912943280 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27748] ppid=27736 vsize=10927392 memory=8285216 CPUtime=100.89 cores=1,3,5,7
/proc/27740/task/27748/stat : 27748 (java) S 27736 27740 24602 0 -1 1077944384 327693 0 0 0 9978 111 0 0 20 0 17 0 38561448 11189649408 2071382 33554432000 4194304 4196468 140736573168400 140090834774672 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27749] ppid=27736 vsize=10927392 memory=8285216 CPUtime=101.27 cores=1,3,5,7
/proc/27740/task/27749/stat : 27749 (java) S 27736 27740 24602 0 -1 1077944384 385979 0 0 0 10001 126 0 0 20 0 17 0 38561448 11189649408 2071382 33554432000 4194304 4196468 140736573168400 140090833721872 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27751] ppid=27736 vsize=10927392 memory=8285216 CPUtime=101.03 cores=1,3,5,7
/proc/27740/task/27751/stat : 27751 (java) S 27736 27740 24602 0 -1 1077944384 323260 0 0 0 9984 119 0 0 20 0 17 0 38561448 11189649408 2071382 33554432000 4194304 4196468 140736573168400 140090832669072 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27753] ppid=27736 vsize=10927392 memory=8285216 CPUtime=100.46 cores=1,3,5,7
/proc/27740/task/27753/stat : 27753 (java) S 27736 27740 24602 0 -1 1077944384 253518 0 0 0 9925 121 0 0 20 0 17 0 38561448 11189649408 2071382 33554432000 4194304 4196468 140736573168400 140090831616272 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27756] ppid=27736 vsize=10927392 memory=3224 CPUtime=18.17 cores=1,3,5,7
/proc/27740/task/27756/stat : 27756 (java) S 27736 27740 24602 0 -1 1077944384 95514 0 0 0 1810 7 0 0 20 0 17 0 38561449 11189649408 2071382 33554432000 4194304 4196468 140736573168400 140090400504688 140090908711554 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27758] ppid=27736 vsize=10927392 memory=4012 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27758/stat : 27758 (java) S 27736 27740 24602 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 17 0 38561449 11189649408 2071382 33554432000 4194304 4196468 140736573168400 140090399450720 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27760] ppid=27736 vsize=10927392 memory=8285216 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27760/stat : 27760 (java) S 27736 27740 24602 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 17 0 38561450 11189649408 2071382 33554432000 4194304 4196468 140736573168400 140090398397824 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27762] ppid=27736 vsize=10927392 memory=4012 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27762/stat : 27762 (java) S 27736 27740 24602 0 -1 1077944384 224 0 0 0 0 0 0 0 20 0 17 0 38561452 11189649408 2071382 33554432000 4194304 4196468 140736573168400 140090397346128 140090908719003 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27765] ppid=27736 vsize=10927392 memory=8285216 CPUtime=6.34 cores=1,3,5,7
/proc/27740/task/27765/stat : 27765 (java) S 27736 27740 24602 0 -1 1077944384 26957 0 0 0 630 4 0 0 20 0 17 0 38561452 11189649408 2071382 33554432000 4194304 4196468 140736573168400 140090396293488 140090908711554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27767] ppid=27736 vsize=10927392 memory=8285216 CPUtime=6.46 cores=1,3,5,7
/proc/27740/task/27767/stat : 27767 (java) S 27736 27740 24602 0 -1 1077944384 25689 0 0 0 644 2 0 0 20 0 17 0 38561452 11189649408 2071382 33554432000 4194304 4196468 140736573168400 140090395240688 140090908711554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27769] ppid=27736 vsize=10927392 memory=4012 CPUtime=1.09 cores=1,3,5,7
/proc/27740/task/27769/stat : 27769 (java) R 27736 27740 24602 0 -1 4202560 16125 0 0 0 105 4 0 0 20 0 17 0 38561452 11189649408 2071382 33554432000 4194304 4196468 140736573168400 140090394187888 140090890106793 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27771] ppid=27736 vsize=10927392 memory=13816 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27771/stat : 27771 (java) S 27736 27740 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38561452 11189649408 2071382 33554432000 4194304 4196468 140736573168400 140090393135328 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27772] ppid=27736 vsize=10927392 memory=8285216 CPUtime=1.19 cores=1,3,5,7
/proc/27740/task/27772/stat : 27772 (java) S 27736 27740 24602 0 -1 1077944384 1977 0 0 0 49 70 0 0 20 0 17 0 38561452 11189649408 2071382 33554432000 4194304 4196468 140736573168400 140090392083632 140090908711554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27862] ppid=27736 vsize=10927392 memory=4044 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27862/stat : 27862 (java) S 27736 27740 24602 0 -1 1077944384 188 0 0 0 0 0 0 0 20 0 17 0 38769837 11189649408 2071382 33554432000 4194304 4196468 140736573168400 140090387878512 140090908710613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
[pid=27740/tid=27863] ppid=27736 vsize=10927392 memory=8285216 CPUtime=0 cores=1,3,5,7
/proc/27740/task/27863/stat : 27863 (java) R 27736 27740 24602 0 -1 4202560 226 0 0 0 0 0 0 0 20 0 17 0 38769837 11189649408 2071382 33554432000 4194304 4196468 140736573168400 140090386826640 140090908712342 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16990208 140736573174897 140736573175049 140736573175049 140736573177807 0
Current children cumulated CPU time: 2400.14 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 8285528 KiB

Child status: 143
Real time (s): 2084.19
CPU time (s): 2400.25
CPU user time (s): 2394.04
CPU system time (s): 6.20617
CPU usage (%): 115.165
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 8285528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2394.04
system time used= 6.20617
maximum resident set size= 8285552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1768307
page faults= 0
swaps= 0
block input operations= 200
block output operations= 1648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57130
involuntary context switches= 5735


# summary of solver processes directly reported to runsolver:
#   pid: 27740
#   total CPU time (s): 2400.25
#   total CPU user time (s): 2394.04
#   total CPU system time (s): 6.20617

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.4013 second user time and 20.2935 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-21 23:53:03
IDJOB=4289919
IDBENCH=141057
IDSOLVER=2742
FILE ID=node148/4289919-1532209983
RUNJOBID= node148-1532209983-27715
PBS_JOBID= 21018927
Free space on /tmp= 51996 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/NurseRostering/NurseRostering-13_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289919-1532209983/watcher-4289919-1532209983 -o /tmp/evaluation-result-4289919-1532209983/solver-4289919-1532209983 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532209983-27715 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289919-1532209983.xml

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

MD5SUM BENCH= bfb8f77ba8ae689b0ec737170bc63bca
RANDOM SEED=505949995

node148.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
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:        25302256 kB
MemAvailable:   31941320 kB
Buffers:          114480 kB
Cached:          6712488 kB
SwapCached:            8 kB
Active:          1084436 kB
Inactive:        5792708 kB
Active(anon):       2184 kB
Inactive(anon):    67492 kB
Active(file):    1082252 kB
Inactive(file):  5725216 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:              6280 kB
Writeback:             4 kB
AnonPages:         55776 kB
Mapped:            34948 kB
Shmem:             17024 kB
Slab:             287308 kB
SReclaimable:     260056 kB
SUnreclaim:        27252 kB
KernelStack:        3200 kB
PageTables:         5048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     317476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 51988 MiB
End job on node148 at 2018-07-22 00:27:47