Trace number 4289914

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.34 2390.34

General information on the benchmark

NameNurseRostering/
NurseRostering-08_c18.xml
MD5SUMd61cb971f7c35e7f42e62a62e90db6df
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark9900
Best CPU time to get the best result obtained on this benchmark2520.05
Satisfiable
(Un)Satisfiability was proved
Number of variables1615
Number of constraints4057
Number of domains17
Minimum domain size1
Maximum domain size31
Distribution of domain sizes[{"size":1,"count":65},{"size":2,"count":347},{"size":3,"count":4},{"size":5,"count":856},{"size":6,"count":1},{"size":9,"count":6},{"size":15,"count":24},{"size":29,"count":60},{"size":31,"count":252}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":655},{"degree":3,"count":120},{"degree":14,"count":3},{"degree":15,"count":26},{"degree":16,"count":25},{"degree":17,"count":11},{"degree":18,"count":21},{"degree":19,"count":40},{"degree":20,"count":52},{"degree":21,"count":62},{"degree":22,"count":101},{"degree":23,"count":201},{"degree":24,"count":145},{"degree":25,"count":88},{"degree":26,"count":52},{"degree":27,"count":13}]
Minimum constraint arity2
Maximum constraint arity60
Distribution of constraint arities[{"arity":2,"count":1704},{"arity":3,"count":1144},{"arity":4,"count":205},{"arity":5,"count":30},{"arity":6,"count":529},{"arity":7,"count":154},{"arity":29,"count":150},{"arity":31,"count":140},{"arity":60,"count":1}]
Number of extensional constraints950
Number of intensional constraints511
Distribution of constraint types[{"type":"extension","count":950},{"type":"intension","count":511},{"type":"regular","count":1562},{"type":"sum","count":60},{"type":"count","count":973},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

7.26/2.35	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
7.26/2.35	c This is free software under the dual EPL/GNU LGPL licenses.
7.26/2.35	c See www.sat4j.org for details.
7.26/2.35	c That software uses the Rhino library from the Mozilla project.
7.26/2.35	c version 2.3.6-SNAPSHOT
7.26/2.35	c java.runtime.name	Java(TM) SE Runtime Environment
7.26/2.35	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
7.26/2.35	c java.vm.version	25.131-b11
7.26/2.35	c java.vm.vendor	Oracle Corporation
7.26/2.35	c sun.arch.data.model	64
7.26/2.35	c java.version		1.8.0_131
7.26/2.35	c os.name		Linux
7.26/2.35	c os.version		3.10.0-514.16.1.el7.x86_64
7.26/2.35	c os.arch		amd64
7.26/2.35	c Free memory 		499604488
7.26/2.35	c Max memory 		7247757312
7.26/2.35	c Total memory 		504889344
7.26/2.35	c Number of processors 	4
7.26/2.35	c c --- Begin Solver configuration ---
7.26/2.35	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
7.26/2.35	c Learn all clauses as in MiniSAT
7.26/2.35	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
7.26/2.35	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
7.26/2.35	c No reason simplification
7.26/2.35	c Glucose 2.1 dynamic restart strategy
7.26/2.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
7.26/2.35	c timeout=2147483s
7.26/2.35	c DB Simplification allowed=false
7.26/2.35	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
7.26/2.35	c --- End Solver configuration ---
7.26/2.35	c constraints type 
7.26/2.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 3100
7.26/2.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 531333
7.26/2.35	c org.sat4j.minisat.constraints.cnf.UnitClauses => 65
7.26/2.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 514373
7.26/2.35	c org.sat4j.specs.Constr$1 => 76729
7.26/2.35	c org.sat4j.minisat.constraints.cnf.UnitClause => 42943
7.26/2.35	c 1168543 constraints processed.
1321.96/1314.16	o 16319
1701.71/1692.61	o 16178
1936.20/1926.72	o 14311
1973.29/1963.67	o 13982
2059.55/2049.89	o 13467
2400.28/2390.31	c starts		: 38319
2400.28/2390.31	c conflicts		: 7445752
2400.28/2390.31	c decisions		: 74557209
2400.28/2390.31	c propagations		: 5298998874
2400.28/2390.31	c inspects		: 20524927553
2400.28/2390.31	c shortcuts		: 0
2400.28/2390.31	c learnt literals	: 3406
2400.28/2390.31	c learnt binary clauses	: 37772
2400.28/2390.31	c learnt ternary clauses	: 209080
2400.28/2390.31	c learnt constraints	: 7442346
2400.28/2390.31	c ignored constraints	: 0
2400.28/2390.31	c root simplifications	: 0
2400.28/2390.31	c removed literals (reason simplification)	: 0
2400.28/2390.31	c reason swapping (by a shorter reason)	: 0
2400.28/2390.31	c Calls to reduceDB	: 216
2400.28/2390.31	c Number of update (reduction) of LBD	: 2952859
2400.28/2390.31	c Imported unit clauses	: 0
2400.28/2390.31	c number of reductions to clauses (during analyze)	: 0
2400.28/2390.31	c number of learned constraints concerned by reduction	: 0
2400.28/2390.31	c number of learning phase by resolution	: 0
2400.28/2390.31	c number of learning phase by cutting planes	: 0
2400.28/2390.31	c number of rounding to 1 operations	: 0
2400.28/2390.31	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.28/2390.31	c number of reductions of the coefficients by power 2 	: 0
2400.28/2390.31	c number of right shift for reduction by power 2 	: 0
2400.28/2390.31	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.28/2390.31	c number of ending skipping 	: 0
2400.28/2390.31	c number of internal skipping 	: 0
2400.28/2390.31	c number of derivation steps 	: 0
2400.28/2390.31	c number of skipped derivation steps 	: 0
2400.28/2390.31	c number of remaining unassigned 	: 0
2400.28/2390.31	c number of remaining assigned 	: 0
2400.28/2390.31	c speed (assignments/second)	: 2219123.696803733
2400.28/2390.31	c non guided choices	: 21411492
2400.28/2390.32	Exception in thread "Thread-0" java.lang.NullPointerException
2400.28/2390.32		at org.sat4j.minisat.core.Solver.printLearntClausesInfos(Solver.java:1876)
2400.28/2390.32		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2022)
2400.28/2390.32		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2013)
2400.28/2390.32		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
2400.28/2390.32		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
2400.28/2390.32		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
2400.28/2390.32		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
2400.28/2390.32		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:94)

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289914-1532209965/watcher-4289914-1532209965 -o /tmp/evaluation-result-4289914-1532209965/solver-4289914-1532209965 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532209965-29592 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289914-1532209965.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=29616, runsolver pid=29611

[startup+0.100174 s]*
/proc/loadavg: 1.92 2.00 2.04 3/217 29651
/proc/meminfo: memFree=21867600/32770624 swapFree=67108860/67108860
[pid=29616] ppid=29611 vsize=10659012 memory=30088 CPUtime=0.13 cores=1,3,5,7
/proc/29616/stat : 29616 (java) S 29611 29616 26594 0 -1 1077944320 6603 0 0 0 11 2 0 0 20 0 15 0 38559657 10914828288 7522 33554432000 4194304 4196468 140736790208080 140736790190624 139865194417911 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
/proc/29616/statm: 2664753 7522 2842 1 0 2627263 0
[pid=29616/tid=29618] ppid=29611 vsize=10659012 memory=5450919713671312938 CPUtime=0.09 cores=1,3,5,7
/proc/29616/task/29618/stat : 29618 (java) R 29611 29616 26594 0 -1 4202560 4432 0 0 0 8 1 0 0 20 0 15 0 38559657 10914828288 7522 33554432000 4194304 4196468 140736790208080 139865198643024 139865178498398 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29621] ppid=29611 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29621/stat : 29621 (java) S 29611 29616 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38559658 10914828288 7522 33554432000 4194304 4196468 140736790208080 139865147038864 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29622] ppid=29611 vsize=10659012 memory=140368448992896 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29622/stat : 29622 (java) S 29611 29616 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38559658 10914828288 7522 33554432000 4194304 4196468 140736790208080 139865145986064 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29623] ppid=29611 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29623/stat : 29623 (java) S 29611 29616 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38559658 10914828288 7522 33554432000 4194304 4196468 140736790208080 139865144933264 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29624] ppid=29611 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29624/stat : 29624 (java) S 29611 29616 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38559658 10914828288 7522 33554432000 4194304 4196468 140736790208080 139865143880464 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29634] ppid=29611 vsize=10659012 memory=140368448992896 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29634/stat : 29634 (java) S 29611 29616 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38559660 10914828288 7522 33554432000 4194304 4196468 140736790208080 139864753924464 139865194429058 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29635] ppid=29611 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29635/stat : 29635 (java) S 29611 29616 26594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38559660 10914828288 7522 33554432000 4194304 4196468 140736790208080 139864752870432 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29636] ppid=29611 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29636/stat : 29636 (java) S 29611 29616 26594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38559660 10914828288 7522 33554432000 4194304 4196468 140736790208080 139864751817584 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29640] ppid=29611 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29640/stat : 29640 (java) S 29611 29616 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38559662 10914828288 7522 33554432000 4194304 4196468 140736790208080 139864750765904 139865194436507 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29641] ppid=29611 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29641/stat : 29641 (java) S 29611 29616 26594 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 38559663 10914828288 7522 33554432000 4194304 4196468 140736790208080 139864749714288 139865194429058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29642] ppid=29611 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29642/stat : 29642 (java) S 29611 29616 26594 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 38559663 10914828288 7522 33554432000 4194304 4196468 140736790208080 139864748661488 139865194429058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29643] ppid=29611 vsize=10659012 memory=140368448992896 CPUtime=0.01 cores=1,3,5,7
/proc/29616/task/29643/stat : 29643 (java) S 29611 29616 26594 0 -1 1077944384 348 0 0 0 1 0 0 0 20 0 15 0 38559663 10914828288 7522 33554432000 4194304 4196468 140736790208080 139864747608688 139865194429058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29644] ppid=29611 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29644/stat : 29644 (java) S 29611 29616 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38559663 10914828288 7522 33554432000 4194304 4196468 140736790208080 139864746556128 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29645] ppid=29611 vsize=10659012 memory=140368448992896 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29645/stat : 29645 (java) S 29611 29616 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38559663 10914828288 7522 33554432000 4194304 4196468 140736790208080 139864745503408 139865194429058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30088 KiB

[startup+0.212965 s]*
/proc/loadavg: 1.92 2.00 2.04 6/217 29651
/proc/meminfo: memFree=21841968/32770624 swapFree=67108860/67108860
[pid=29616] ppid=29611 vsize=10659012 memory=42068 CPUtime=0.33 cores=1,3,5,7
/proc/29616/stat : 29616 (java) S 29611 29616 26594 0 -1 1077944320 8130 0 0 0 31 2 0 0 20 0 15 0 38559657 10914828288 10517 33554432000 4194304 4196468 140736790208080 140736790190624 139865194417911 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
/proc/29616/statm: 2664753 10517 3006 1 0 2627263 0
[pid=29616/tid=29618] ppid=29611 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/29616/task/29618/stat : 29618 (java) R 29611 29616 26594 0 -1 4202560 5030 0 0 0 19 1 0 0 20 0 15 0 38559657 10914828288 10517 33554432000 4194304 4196468 140736790208080 139865198654192 139865178498398 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29621] ppid=29611 vsize=10659012 memory=331 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29621/stat : 29621 (java) S 29611 29616 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38559658 10914828288 10517 33554432000 4194304 4196468 140736790208080 139865147038864 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29622] ppid=29611 vsize=10659012 memory=140368449019785 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29622/stat : 29622 (java) S 29611 29616 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38559658 10914828288 10517 33554432000 4194304 4196468 140736790208080 139865145986064 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29623] ppid=29611 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29623/stat : 29623 (java) S 29611 29616 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38559658 10914828288 10517 33554432000 4194304 4196468 140736790208080 139865144933264 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29624] ppid=29611 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29624/stat : 29624 (java) S 29611 29616 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38559658 10914828288 10517 33554432000 4194304 4196468 140736790208080 139865143880464 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29634] ppid=29611 vsize=10659012 memory=140368448992896 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29634/stat : 29634 (java) S 29611 29616 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38559660 10914828288 10517 33554432000 4194304 4196468 140736790208080 139864753924464 139865194429058 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29635] ppid=29611 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29635/stat : 29635 (java) S 29611 29616 26594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38559660 10914828288 10517 33554432000 4194304 4196468 140736790208080 139864752870432 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29636] ppid=29611 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29636/stat : 29636 (java) S 29611 29616 26594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38559660 10914828288 10517 33554432000 4194304 4196468 140736790208080 139864751817584 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29640] ppid=29611 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29640/stat : 29640 (java) S 29611 29616 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38559662 10914828288 10517 33554432000 4194304 4196468 140736790208080 139864750765904 139865194436507 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29641] ppid=29611 vsize=10659012 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/29616/task/29641/stat : 29641 (java) R 29611 29616 26594 0 -1 4202560 682 0 0 0 3 0 0 0 20 0 15 0 38559663 10914828288 10517 33554432000 4194304 4196468 140736790208080 139864749714288 139865194429058 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29642] ppid=29611 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/29616/task/29642/stat : 29642 (java) S 29611 29616 26594 0 -1 1077944384 353 0 0 0 1 0 0 0 20 0 15 0 38559663 10914828288 10517 33554432000 4194304 4196468 140736790208080 139864748661488 139865194429058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29643] ppid=29611 vsize=10659012 memory=140368448992896 CPUtime=0.07 cores=1,3,5,7
/proc/29616/task/29643/stat : 29643 (java) R 29611 29616 26594 0 -1 4202560 698 0 0 0 7 0 0 0 20 0 15 0 38559663 10914828288 10517 33554432000 4194304 4196468 140736790208080 139864747608688 139865194439258 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29644] ppid=29611 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29644/stat : 29644 (java) S 29611 29616 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38559663 10914828288 10517 33554432000 4194304 4196468 140736790208080 139864746556128 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29645] ppid=29611 vsize=10659012 memory=140368448992896 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29645/stat : 29645 (java) S 29611 29616 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38559663 10914828288 10517 33554432000 4194304 4196468 140736790208080 139864745503408 139865194429058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42068 KiB

[startup+0.311347 s]*
/proc/loadavg: 1.92 2.00 2.04 9/217 29651
/proc/meminfo: memFree=21821788/32770624 swapFree=67108860/67108860
[pid=29616] ppid=29611 vsize=10659088 memory=52928 CPUtime=0.59 cores=1,3,5,7
/proc/29616/stat : 29616 (java) S 29611 29616 26594 0 -1 1077944320 9873 0 0 0 56 3 0 0 20 0 15 0 38559657 10914906112 13232 33554432000 4194304 4196468 140736790208080 140736790190624 139865194417911 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
/proc/29616/statm: 2664772 13232 3059 1 0 2627263 0
[pid=29616/tid=29618] ppid=29611 vsize=10659088 memory=53476 CPUtime=0.3 cores=1,3,5,7
/proc/29616/task/29618/stat : 29618 (java) R 29611 29616 26594 0 -1 4202560 5526 0 0 0 28 2 0 0 20 0 15 0 38559657 10914906112 13298 33554432000 4194304 4196468 140736790208080 139865198654304 139865178461541 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29621] ppid=29611 vsize=10659088 memory=35 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29621/stat : 29621 (java) S 29611 29616 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38559658 10914906112 13298 33554432000 4194304 4196468 140736790208080 139865147038864 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29622] ppid=29611 vsize=10659088 memory=140368449050912 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29622/stat : 29622 (java) S 29611 29616 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38559658 10914906112 13298 33554432000 4194304 4196468 140736790208080 139865145986064 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29623] ppid=29611 vsize=10659088 memory=60388 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29623/stat : 29623 (java) S 29611 29616 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38559658 10914906112 13298 33554432000 4194304 4196468 140736790208080 139865144933264 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29624] ppid=29611 vsize=10659088 memory=35 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29624/stat : 29624 (java) S 29611 29616 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38559658 10914906112 13298 33554432000 4194304 4196468 140736790208080 139865143880464 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29634] ppid=29611 vsize=10659088 memory=140368449057824 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29634/stat : 29634 (java) S 29611 29616 26594 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 38559660 10914906112 13298 33554432000 4194304 4196468 140736790208080 139864753924464 139865194429058 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29635] ppid=29611 vsize=10659088 memory=35 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29635/stat : 29635 (java) S 29611 29616 26594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38559660 10914906112 13298 33554432000 4194304 4196468 140736790208080 139864752870432 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29636] ppid=29611 vsize=10659088 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29636/stat : 29636 (java) S 29611 29616 26594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38559660 10914906112 13298 33554432000 4194304 4196468 140736790208080 139864751817584 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29640] ppid=29611 vsize=10659088 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29640/stat : 29640 (java) S 29611 29616 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38559662 10914906112 13298 33554432000 4194304 4196468 140736790208080 139864750765904 139865194436507 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29641] ppid=29611 vsize=10659088 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29616/task/29641/stat : 29641 (java) R 29611 29616 26594 0 -1 4202560 1167 0 0 0 7 0 0 0 20 0 15 0 38559663 10914906112 13298 33554432000 4194304 4196468 140736790208080 139864749696048 139865177901374 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29642] ppid=29611 vsize=10659088 memory=140368322617295 CPUtime=0.07 cores=1,3,5,7
/proc/29616/task/29642/stat : 29642 (java) R 29611 29616 26594 0 -1 4202560 727 0 0 0 7 0 0 0 20 0 15 0 38559663 10914906112 13298 33554432000 4194304 4196468 140736790208080 139864748647064 139865173689583 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29643] ppid=29611 vsize=10659088 memory=140368449022488 CPUtime=0.13 cores=1,3,5,7
/proc/29616/task/29643/stat : 29643 (java) R 29611 29616 26594 0 -1 1077944384 1089 0 0 0 13 0 0 0 20 0 15 0 38559663 10914906112 13298 33554432000 4194304 4196468 140736790208080 139864747608688 139865194429058 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29644] ppid=29611 vsize=10659088 memory=140368322617295 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29644/stat : 29644 (java) S 29611 29616 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38559663 10914906112 13298 33554432000 4194304 4196468 140736790208080 139864746556128 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29645] ppid=29611 vsize=10659088 memory=280736771617152 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29645/stat : 29645 (java) S 29611 29616 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38559663 10914906112 13298 33554432000 4194304 4196468 140736790208080 139864745503408 139865194429058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 52928 KiB

[startup+0.703479 s]
/proc/loadavg: 1.92 2.00 2.04 8/217 29651
/proc/meminfo: memFree=21777820/32770624 swapFree=67108860/67108860
[pid=29616] ppid=29611 vsize=10659088 memory=163048 CPUtime=1.96 cores=1,3,5,7
/proc/29616/stat : 29616 (java) S 29611 29616 26594 0 -1 1077944320 12947 0 0 0 190 6 0 0 20 0 15 0 38559657 10914906112 40762 33554432000 4194304 4196468 140736790208080 140736790190624 139865194417911 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
/proc/29616/statm: 2664772 40762 3107 1 0 2627263 0
[pid=29616/tid=29618] ppid=29611 vsize=10659088 memory=2372 CPUtime=0.68 cores=1,3,5,7
/proc/29616/task/29618/stat : 29618 (java) R 29611 29616 26594 0 -1 4202560 6024 0 0 0 64 4 0 0 20 0 15 0 38559657 10914906112 40762 33554432000 4194304 4196468 140736790208080 139865198654688 139864822491451 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29621] ppid=29611 vsize=10659088 memory=6872598998417432672 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29621/stat : 29621 (java) S 29611 29616 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38559658 10914906112 40762 33554432000 4194304 4196468 140736790208080 139865147038864 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29622] ppid=29611 vsize=10659088 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29622/stat : 29622 (java) S 29611 29616 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38559658 10914906112 40762 33554432000 4194304 4196468 140736790208080 139865145986064 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29623] ppid=29611 vsize=10659088 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29623/stat : 29623 (java) S 29611 29616 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38559658 10914906112 40762 33554432000 4194304 4196468 140736790208080 139865144933264 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29624] ppid=29611 vsize=10659088 memory=8488 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29624/stat : 29624 (java) S 29611 29616 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38559658 10914906112 40762 33554432000 4194304 4196468 140736790208080 139865143880464 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29634] ppid=29611 vsize=10659088 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29634/stat : 29634 (java) S 29611 29616 26594 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 38559660 10914906112 40762 33554432000 4194304 4196468 140736790208080 139864753924464 139865194429058 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29635] ppid=29611 vsize=10659088 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29635/stat : 29635 (java) S 29611 29616 26594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38559660 10914906112 40762 33554432000 4194304 4196468 140736790208080 139864752870432 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29636] ppid=29611 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29636/stat : 29636 (java) S 29611 29616 26594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38559660 10914906112 40762 33554432000 4194304 4196468 140736790208080 139864751817584 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29640] ppid=29611 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29640/stat : 29640 (java) S 29611 29616 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38559662 10914906112 40762 33554432000 4194304 4196468 140736790208080 139864750765904 139865194436507 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29641] ppid=29611 vsize=10659088 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/29616/task/29641/stat : 29641 (java) R 29611 29616 26594 0 -1 4202560 1769 0 0 0 42 0 0 0 20 0 15 0 38559663 10914906112 40762 33554432000 4194304 4196468 140736790208080 139864749700312 139865186707360 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29642] ppid=29611 vsize=10659088 memory=0 CPUtime=0.44 cores=1,3,5,7
/proc/29616/task/29642/stat : 29642 (java) R 29611 29616 26594 0 -1 4202560 1564 0 0 0 44 0 0 0 20 0 15 0 38559663 10914906112 40762 33554432000 4194304 4196468 140736790208080 139864748642504 139865179543881 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29643] ppid=29611 vsize=10659088 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/29616/task/29643/stat : 29643 (java) S 29611 29616 26594 0 -1 1077944384 2253 0 0 0 40 0 0 0 20 0 15 0 38559663 10914906112 40762 33554432000 4194304 4196468 140736790208080 139864747608688 139865194429058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29644] ppid=29611 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29644/stat : 29644 (java) S 29611 29616 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38559663 10914906112 40762 33554432000 4194304 4196468 140736790208080 139864746556128 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29645] ppid=29611 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29645/stat : 29645 (java) S 29611 29616 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38559663 10914906112 40762 33554432000 4194304 4196468 140736790208080 139864745503408 139865194429058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
Current children cumulated CPU time: 1.96 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 163048 KiB

[startup+1.5008 s]
/proc/loadavg: 2.49 2.11 2.08 9/217 29651
/proc/meminfo: memFree=21360924/32770624 swapFree=67108860/67108860
[pid=29616] ppid=29611 vsize=10661136 memory=346796 CPUtime=4.59 cores=1,3,5,7
/proc/29616/stat : 29616 (java) S 29611 29616 26594 0 -1 1077944320 17577 0 0 0 446 13 0 0 20 0 15 0 38559657 10917003264 86699 33554432000 4194304 4196468 140736790208080 140736790190624 139865194417911 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
/proc/29616/statm: 2665284 86699 3142 1 0 2627775 0
[pid=29616/tid=29618] ppid=29611 vsize=10661136 memory=3834025844823578992 CPUtime=1.44 cores=1,3,5,7
/proc/29616/task/29618/stat : 29618 (java) R 29611 29616 26594 0 -1 4202560 6229 0 0 0 138 6 0 0 20 0 15 0 38559657 10917003264 86699 33554432000 4194304 4196468 140736790208080 139865198655168 139865176066990 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29621] ppid=29611 vsize=10661136 memory=192472 CPUtime=0.02 cores=1,3,5,7
/proc/29616/task/29621/stat : 29621 (java) S 29611 29616 26594 0 -1 1077944384 29 0 0 0 2 0 0 0 20 0 15 0 38559658 10917003264 86699 33554432000 4194304 4196468 140736790208080 139865147038864 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29622] ppid=29611 vsize=10661136 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/29616/task/29622/stat : 29622 (java) S 29611 29616 26594 0 -1 1077944384 13 0 0 0 1 0 0 0 20 0 15 0 38559658 10917003264 86699 33554432000 4194304 4196468 140736790208080 139865145986064 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29623] ppid=29611 vsize=10661136 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29623/stat : 29623 (java) S 29611 29616 26594 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 38559658 10917003264 86699 33554432000 4194304 4196468 140736790208080 139865144933264 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29624] ppid=29611 vsize=10661136 memory=15872 CPUtime=0.01 cores=1,3,5,7
/proc/29616/task/29624/stat : 29624 (java) S 29611 29616 26594 0 -1 1077944384 30 0 0 0 1 0 0 0 20 0 15 0 38559658 10917003264 86699 33554432000 4194304 4196468 140736790208080 139865143880464 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29634] ppid=29611 vsize=10661136 memory=8488 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29634/stat : 29634 (java) S 29611 29616 26594 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 38559660 10917003264 86699 33554432000 4194304 4196468 140736790208080 139864753924464 139865194429058 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0

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

/proc/29616/task/29622/stat : 29622 (java) S 29611 29616 26594 0 -1 1077944384 2111 0 0 0 30 12 0 0 20 0 16 0 38559658 10985164800 248851 33554432000 4194304 4196468 140736790208080 139865145986064 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29623] ppid=29611 vsize=10727700 memory=995404 CPUtime=0.37 cores=1,3,5,7
/proc/29616/task/29623/stat : 29623 (java) S 29611 29616 26594 0 -1 1077944384 510 0 0 0 26 11 0 0 20 0 16 0 38559658 10985164800 248851 33554432000 4194304 4196468 140736790208080 139865144933264 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29624] ppid=29611 vsize=10727700 memory=995404 CPUtime=0.41 cores=1,3,5,7
/proc/29616/task/29624/stat : 29624 (java) S 29611 29616 26594 0 -1 1077944384 561 0 0 0 29 12 0 0 20 0 16 0 38559658 10985164800 248851 33554432000 4194304 4196468 140736790208080 139865143880464 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29634] ppid=29611 vsize=10727700 memory=995404 CPUtime=0.06 cores=1,3,5,7
/proc/29616/task/29634/stat : 29634 (java) S 29611 29616 26594 0 -1 1077944384 1491 0 0 0 4 2 0 0 20 0 16 0 38559660 10985164800 248851 33554432000 4194304 4196468 140736790208080 139864753924464 139865194429058 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29635] ppid=29611 vsize=10727700 memory=4206468019014099040 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29635/stat : 29635 (java) S 29611 29616 26594 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 38559660 10985164800 248851 33554432000 4194304 4196468 140736790208080 139864752870496 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29636] ppid=29611 vsize=10727700 memory=164 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29636/stat : 29636 (java) S 29611 29616 26594 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 38559660 10985164800 248851 33554432000 4194304 4196468 140736790208080 139864751817600 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29640] ppid=29611 vsize=10727700 memory=-7604262568725289114 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29640/stat : 29640 (java) S 29611 29616 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38559662 10985164800 248851 33554432000 4194304 4196468 140736790208080 139864750765904 139865194436507 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29641] ppid=29611 vsize=10727700 memory=6791534058613427641 CPUtime=3.23 cores=1,3,5,7
/proc/29616/task/29641/stat : 29641 (java) S 29611 29616 26594 0 -1 1077944384 6506 0 0 0 322 1 0 0 20 0 16 0 38559663 10985164800 248851 33554432000 4194304 4196468 140736790208080 139864749714288 139865194429058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29642] ppid=29611 vsize=10727700 memory=4126316290023845779 CPUtime=3.18 cores=1,3,5,7
/proc/29616/task/29642/stat : 29642 (java) S 29611 29616 26594 0 -1 1077944384 6402 0 0 0 317 1 0 0 20 0 16 0 38559663 10985164800 248851 33554432000 4194304 4196468 140736790208080 139864748661488 139865194429058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29643] ppid=29611 vsize=10727700 memory=995404 CPUtime=0.89 cores=1,3,5,7
/proc/29616/task/29643/stat : 29643 (java) S 29611 29616 26594 0 -1 1077944384 6678 0 0 0 86 3 0 0 20 0 16 0 38559663 10985164800 248851 33554432000 4194304 4196468 140736790208080 139864747608688 139865194429058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29644] ppid=29611 vsize=10727700 memory=995404 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29644/stat : 29644 (java) S 29611 29616 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38559663 10985164800 248851 33554432000 4194304 4196468 140736790208080 139864746556128 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29645] ppid=29611 vsize=10727700 memory=995404 CPUtime=1.33 cores=1,3,5,7
/proc/29616/task/29645/stat : 29645 (java) S 29611 29616 26594 0 -1 1077944384 2096 0 0 0 57 76 0 0 20 0 16 0 38559663 10985164800 248851 33554432000 4194304 4196468 140736790208080 139864745503408 139865194429058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29652] ppid=29611 vsize=10727700 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29652/stat : 29652 (java) S 29611 29616 26594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38559901 10985164800 248851 33554432000 4194304 4196468 140736790208080 139864742351792 139865194429058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
Current children cumulated CPU time: 2392.26 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 995404 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2390.11 s]
/proc/loadavg: 2.45 2.11 2.08 3/217 29847
/proc/meminfo: memFree=19726904/32770624 swapFree=67108860/67108860
[pid=29616] ppid=29611 vsize=10727700 memory=995404 CPUtime=2400.07 cores=1,3,5,7
/proc/29616/stat : 29616 (java) S 29611 29616 26594 0 -1 1077944320 61290 0 0 0 239877 130 0 0 20 0 16 0 38559657 10985164800 248851 33554432000 4194304 4196468 140736790208080 140736790190624 139865194417911 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
/proc/29616/statm: 2681925 248851 3176 1 0 2644416 0
[pid=29616/tid=29618] ppid=29611 vsize=10727700 memory=995404 CPUtime=2389.63 cores=1,3,5,7
/proc/29616/task/29618/stat : 29618 (java) R 29611 29616 26594 0 -1 4202560 32940 0 0 0 238952 11 0 0 20 0 16 0 38559657 10985164800 248851 33554432000 4194304 4196468 140736790208080 139865198653888 139864830880205 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29621] ppid=29611 vsize=10727700 memory=1728 CPUtime=0.45 cores=1,3,5,7
/proc/29616/task/29621/stat : 29621 (java) S 29611 29616 26594 0 -1 1077944384 546 0 0 0 33 12 0 0 20 0 16 0 38559658 10985164800 248851 33554432000 4194304 4196468 140736790208080 139865147038864 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29622] ppid=29611 vsize=10727700 memory=995404 CPUtime=0.42 cores=1,3,5,7
/proc/29616/task/29622/stat : 29622 (java) S 29611 29616 26594 0 -1 1077944384 2111 0 0 0 30 12 0 0 20 0 16 0 38559658 10985164800 248851 33554432000 4194304 4196468 140736790208080 139865145986064 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29623] ppid=29611 vsize=10727700 memory=995404 CPUtime=0.37 cores=1,3,5,7
/proc/29616/task/29623/stat : 29623 (java) S 29611 29616 26594 0 -1 1077944384 510 0 0 0 26 11 0 0 20 0 16 0 38559658 10985164800 248851 33554432000 4194304 4196468 140736790208080 139865144933264 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29624] ppid=29611 vsize=10727700 memory=995404 CPUtime=0.41 cores=1,3,5,7
/proc/29616/task/29624/stat : 29624 (java) S 29611 29616 26594 0 -1 1077944384 561 0 0 0 29 12 0 0 20 0 16 0 38559658 10985164800 248851 33554432000 4194304 4196468 140736790208080 139865143880464 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29634] ppid=29611 vsize=10727700 memory=995404 CPUtime=0.06 cores=1,3,5,7
/proc/29616/task/29634/stat : 29634 (java) S 29611 29616 26594 0 -1 1077944384 1498 0 0 0 4 2 0 0 20 0 16 0 38559660 10985164800 248851 33554432000 4194304 4196468 140736790208080 139864753924464 139865194429058 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29635] ppid=29611 vsize=10727700 memory=995404 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29635/stat : 29635 (java) S 29611 29616 26594 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 38559660 10985164800 248851 33554432000 4194304 4196468 140736790208080 139864752870496 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29636] ppid=29611 vsize=10727700 memory=995404 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29636/stat : 29636 (java) S 29611 29616 26594 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 38559660 10985164800 248851 33554432000 4194304 4196468 140736790208080 139864751817600 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29640] ppid=29611 vsize=10727700 memory=995404 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29640/stat : 29640 (java) S 29611 29616 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38559662 10985164800 248851 33554432000 4194304 4196468 140736790208080 139864750765904 139865194436507 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29641] ppid=29611 vsize=10727700 memory=995404 CPUtime=3.23 cores=1,3,5,7
/proc/29616/task/29641/stat : 29641 (java) S 29611 29616 26594 0 -1 1077944384 6506 0 0 0 322 1 0 0 20 0 16 0 38559663 10985164800 248851 33554432000 4194304 4196468 140736790208080 139864749714288 139865194429058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29642] ppid=29611 vsize=10727700 memory=995404 CPUtime=3.18 cores=1,3,5,7
/proc/29616/task/29642/stat : 29642 (java) S 29611 29616 26594 0 -1 1077944384 6402 0 0 0 317 1 0 0 20 0 16 0 38559663 10985164800 248851 33554432000 4194304 4196468 140736790208080 139864748661488 139865194429058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29643] ppid=29611 vsize=10727700 memory=16448 CPUtime=0.89 cores=1,3,5,7
/proc/29616/task/29643/stat : 29643 (java) S 29611 29616 26594 0 -1 1077944384 6678 0 0 0 86 3 0 0 20 0 16 0 38559663 10985164800 248851 33554432000 4194304 4196468 140736790208080 139864747608688 139865194429058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29644] ppid=29611 vsize=10727700 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29644/stat : 29644 (java) S 29611 29616 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38559663 10985164800 248851 33554432000 4194304 4196468 140736790208080 139864746556128 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29645] ppid=29611 vsize=10727700 memory=6791534058613427641 CPUtime=1.34 cores=1,3,5,7
/proc/29616/task/29645/stat : 29645 (java) S 29611 29616 26594 0 -1 1077944384 2126 0 0 0 57 77 0 0 20 0 16 0 38559663 10985164800 248851 33554432000 4194304 4196468 140736790208080 139864745503408 139865194429058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29652] ppid=29611 vsize=10727700 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29652/stat : 29652 (java) S 29611 29616 26594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38559901 10985164800 248851 33554432000 4194304 4196468 140736790208080 139864742351792 139865194429058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 995404 KiB

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

[startup+2390.34 s]
# the end of solver process 29616 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.03 s, system=1.31523 s

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

[startup+2390.21 s]
/proc/loadavg: 2.45 2.11 2.08 3/217 29847
/proc/meminfo: memFree=19726904/32770624 swapFree=67108860/67108860
[pid=29616] ppid=29611 vsize=10927392 memory=997736 CPUtime=2400.19 cores=1,3,5,7
/proc/29616/stat : 29616 (java) S 29611 29616 26594 0 -1 1077944320 61931 0 0 0 239889 130 0 0 20 0 17 0 38559657 11189649408 249434 33554432000 4194304 4196468 140736790208080 140736790190624 139865194417911 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
/proc/29616/statm: 2731848 249434 3178 1 0 2694339 0
[pid=29616/tid=29618] ppid=29611 vsize=10927392 memory=648464 CPUtime=2389.72 cores=1,3,5,7
/proc/29616/task/29618/stat : 29618 (java) R 29611 29616 26594 0 -1 4202560 33079 0 0 0 238961 11 0 0 20 0 17 0 38559657 11189649408 249434 33554432000 4194304 4196468 140736790208080 139865198654944 139864821802756 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29621] ppid=29611 vsize=10927392 memory=6791534058613427641 CPUtime=0.45 cores=1,3,5,7
/proc/29616/task/29621/stat : 29621 (java) S 29611 29616 26594 0 -1 1077944384 546 0 0 0 33 12 0 0 20 0 17 0 38559658 11189649408 249434 33554432000 4194304 4196468 140736790208080 139865147038864 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29622] ppid=29611 vsize=10927392 memory=4126316290023845779 CPUtime=0.42 cores=1,3,5,7
/proc/29616/task/29622/stat : 29622 (java) S 29611 29616 26594 0 -1 1077944384 2111 0 0 0 30 12 0 0 20 0 17 0 38559658 11189649408 249434 33554432000 4194304 4196468 140736790208080 139865145986064 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29623] ppid=29611 vsize=10927392 memory=1696 CPUtime=0.37 cores=1,3,5,7
/proc/29616/task/29623/stat : 29623 (java) S 29611 29616 26594 0 -1 1077944384 510 0 0 0 26 11 0 0 20 0 17 0 38559658 11189649408 249434 33554432000 4194304 4196468 140736790208080 139865144933264 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29624] ppid=29611 vsize=10927392 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/29616/task/29624/stat : 29624 (java) S 29611 29616 26594 0 -1 1077944384 561 0 0 0 29 12 0 0 20 0 17 0 38559658 11189649408 249434 33554432000 4194304 4196468 140736790208080 139865143880464 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29634] ppid=29611 vsize=10927392 memory=280736646465728 CPUtime=0.06 cores=1,3,5,7
/proc/29616/task/29634/stat : 29634 (java) S 29611 29616 26594 0 -1 1077944384 1498 0 0 0 4 2 0 0 20 0 17 0 38559660 11189649408 249434 33554432000 4194304 4196468 140736790208080 139864753924464 139865194429058 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29635] ppid=29611 vsize=10927392 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29635/stat : 29635 (java) S 29611 29616 26594 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 38559660 11189649408 249434 33554432000 4194304 4196468 140736790208080 139864752870496 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29636] ppid=29611 vsize=10927392 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29636/stat : 29636 (java) S 29611 29616 26594 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 38559660 11189649408 249434 33554432000 4194304 4196468 140736790208080 139864751817600 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29640] ppid=29611 vsize=10927392 memory=13573695205542171 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29640/stat : 29640 (java) S 29611 29616 26594 0 -1 1077944384 142 0 0 0 0 0 0 0 20 0 17 0 38559662 11189649408 249434 33554432000 4194304 4196468 140736790208080 139864750765904 139865194436507 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29641] ppid=29611 vsize=10927392 memory=5408 CPUtime=3.25 cores=1,3,5,7
/proc/29616/task/29641/stat : 29641 (java) S 29611 29616 26594 0 -1 1077944384 6526 0 0 0 324 1 0 0 20 0 17 0 38559663 11189649408 249434 33554432000 4194304 4196468 140736790208080 139864749714288 139865194429058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29642] ppid=29611 vsize=10927392 memory=4612 CPUtime=3.18 cores=1,3,5,7
/proc/29616/task/29642/stat : 29642 (java) S 29611 29616 26594 0 -1 1077944384 6458 0 0 0 317 1 0 0 20 0 17 0 38559663 11189649408 249434 33554432000 4194304 4196468 140736790208080 139864748661488 139865194429058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29643] ppid=29611 vsize=10927392 memory=1708 CPUtime=0.89 cores=1,3,5,7
/proc/29616/task/29643/stat : 29643 (java) S 29611 29616 26594 0 -1 1077944384 6761 0 0 0 86 3 0 0 20 0 17 0 38559663 11189649408 249434 33554432000 4194304 4196468 140736790208080 139864747608688 139865194429058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29644] ppid=29611 vsize=10927392 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29644/stat : 29644 (java) S 29611 29616 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38559663 11189649408 249434 33554432000 4194304 4196468 140736790208080 139864746556128 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29645] ppid=29611 vsize=10927392 memory=1944 CPUtime=1.34 cores=1,3,5,7
/proc/29616/task/29645/stat : 29645 (java) S 29611 29616 26594 0 -1 1077944384 2126 0 0 0 57 77 0 0 20 0 17 0 38559663 11189649408 249434 33554432000 4194304 4196468 140736790208080 139864745503408 139865194429058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
Current children cumulated CPU time: 2400.19 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 997736 KiB

[startup+2390.3 s]
/proc/loadavg: 2.45 2.11 2.08 3/217 29847
/proc/meminfo: memFree=19726904/32770624 swapFree=67108860/67108860
[pid=29616] ppid=29611 vsize=10927392 memory=997736 CPUtime=2400.28 cores=1,3,5,7
/proc/29616/stat : 29616 (java) S 29611 29616 26594 0 -1 1077944320 61931 0 0 0 239898 130 0 0 20 0 17 0 38559657 11189649408 249434 33554432000 4194304 4196468 140736790208080 140736790190624 139865194417911 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
/proc/29616/statm: 2731848 249434 3178 1 0 2694339 0
[pid=29616/tid=29618] ppid=29611 vsize=10927392 memory=995404 CPUtime=2389.82 cores=1,3,5,7
/proc/29616/task/29618/stat : 29618 (java) R 29611 29616 26594 0 -1 4202560 33079 0 0 0 238971 11 0 0 20 0 17 0 38559657 11189649408 249434 33554432000 4194304 4196468 140736790208080 139865198654944 139864831255189 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29621] ppid=29611 vsize=10927392 memory=995404 CPUtime=0.45 cores=1,3,5,7
/proc/29616/task/29621/stat : 29621 (java) S 29611 29616 26594 0 -1 1077944384 546 0 0 0 33 12 0 0 20 0 17 0 38559658 11189649408 249434 33554432000 4194304 4196468 140736790208080 139865147038864 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29622] ppid=29611 vsize=10927392 memory=995404 CPUtime=0.42 cores=1,3,5,7
/proc/29616/task/29622/stat : 29622 (java) S 29611 29616 26594 0 -1 1077944384 2111 0 0 0 30 12 0 0 20 0 17 0 38559658 11189649408 249434 33554432000 4194304 4196468 140736790208080 139865145986064 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29623] ppid=29611 vsize=10927392 memory=995404 CPUtime=0.37 cores=1,3,5,7
/proc/29616/task/29623/stat : 29623 (java) S 29611 29616 26594 0 -1 1077944384 510 0 0 0 26 11 0 0 20 0 17 0 38559658 11189649408 249434 33554432000 4194304 4196468 140736790208080 139865144933264 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29624] ppid=29611 vsize=10927392 memory=995404 CPUtime=0.41 cores=1,3,5,7
/proc/29616/task/29624/stat : 29624 (java) S 29611 29616 26594 0 -1 1077944384 561 0 0 0 29 12 0 0 20 0 17 0 38559658 11189649408 249434 33554432000 4194304 4196468 140736790208080 139865143880464 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29634] ppid=29611 vsize=10927392 memory=995404 CPUtime=0.06 cores=1,3,5,7
/proc/29616/task/29634/stat : 29634 (java) S 29611 29616 26594 0 -1 1077944384 1498 0 0 0 4 2 0 0 20 0 17 0 38559660 11189649408 249434 33554432000 4194304 4196468 140736790208080 139864753924464 139865194429058 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29635] ppid=29611 vsize=10927392 memory=995404 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29635/stat : 29635 (java) S 29611 29616 26594 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 38559660 11189649408 249434 33554432000 4194304 4196468 140736790208080 139864752870496 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29636] ppid=29611 vsize=10927392 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29636/stat : 29636 (java) S 29611 29616 26594 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 38559660 11189649408 249434 33554432000 4194304 4196468 140736790208080 139864751817600 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29640] ppid=29611 vsize=10927392 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29640/stat : 29640 (java) S 29611 29616 26594 0 -1 1077944384 142 0 0 0 0 0 0 0 20 0 17 0 38559662 11189649408 249434 33554432000 4194304 4196468 140736790208080 139864750765904 139865194436507 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29641] ppid=29611 vsize=10927392 memory=995404 CPUtime=3.25 cores=1,3,5,7
/proc/29616/task/29641/stat : 29641 (java) S 29611 29616 26594 0 -1 1077944384 6526 0 0 0 324 1 0 0 20 0 17 0 38559663 11189649408 249434 33554432000 4194304 4196468 140736790208080 139864749714288 139865194429058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29642] ppid=29611 vsize=10927392 memory=995404 CPUtime=3.18 cores=1,3,5,7
/proc/29616/task/29642/stat : 29642 (java) S 29611 29616 26594 0 -1 1077944384 6458 0 0 0 317 1 0 0 20 0 17 0 38559663 11189649408 249434 33554432000 4194304 4196468 140736790208080 139864748661488 139865194429058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29643] ppid=29611 vsize=10927392 memory=995404 CPUtime=0.89 cores=1,3,5,7
/proc/29616/task/29643/stat : 29643 (java) S 29611 29616 26594 0 -1 1077944384 6761 0 0 0 86 3 0 0 20 0 17 0 38559663 11189649408 249434 33554432000 4194304 4196468 140736790208080 139864747608688 139865194429058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29644] ppid=29611 vsize=10927392 memory=995404 CPUtime=0 cores=1,3,5,7
/proc/29616/task/29644/stat : 29644 (java) S 29611 29616 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38559663 11189649408 249434 33554432000 4194304 4196468 140736790208080 139864746556128 139865194428117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
[pid=29616/tid=29645] ppid=29611 vsize=10927392 memory=995404 CPUtime=1.34 cores=1,3,5,7
/proc/29616/task/29645/stat : 29645 (java) S 29611 29616 26594 0 -1 1077944384 2126 0 0 0 57 77 0 0 20 0 17 0 38559663 11189649408 249434 33554432000 4194304 4196468 140736790208080 139864745503408 139865194429058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 22175744 140736790209649 140736790209801 140736790209801 140736790212559 0
Current children cumulated CPU time: 2400.28 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 997736 KiB

Child status: 143
Real time (s): 2390.34
CPU time (s): 2400.34
CPU user time (s): 2399.03
CPU system time (s): 1.31523
CPU usage (%): 100.418
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 997736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.03
system time used= 1.31523
maximum resident set size= 1002768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62065
page faults= 0
swaps= 0
block input operations= 1096
block output operations= 1688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54426
involuntary context switches= 908


# summary of solver processes directly reported to runsolver:
#   pid: 29616
#   total CPU time (s): 2400.34
#   total CPU user time (s): 2399.03
#   total CPU system time (s): 1.31523

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.4279 second user time and 22.41 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-21 23:52:45
IDJOB=4289914
IDBENCH=141055
IDSOLVER=2742
FILE ID=node137/4289914-1532209965
RUNJOBID= node137-1532209965-29592
PBS_JOBID= 21018930
Free space on /tmp= 56892 MiB

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

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

MD5SUM BENCH= d61cb971f7c35e7f42e62a62e90db6df
RANDOM SEED=1696082831

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        21901136 kB
MemAvailable:   31935068 kB
Buffers:          217644 kB
Cached:         10018388 kB
SwapCached:            0 kB
Active:          1598860 kB
Inactive:        8692752 kB
Active(anon):      58724 kB
Inactive(anon):    16948 kB
Active(file):    1540136 kB
Inactive(file):  8675804 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2436 kB
Writeback:             0 kB
AnonPages:         63224 kB
Mapped:            34796 kB
Shmem:             17036 kB
Slab:             273560 kB
SReclaimable:     246452 kB
SUnreclaim:        27108 kB
KernelStack:        3184 kB
PageTables:         4788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     326844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 56888 MiB
End job on node137 at 2018-07-22 00:32:35